import type { ImgHTMLAttributes } from 'react'; export default function AppLogoIcon(props: ImgHTMLAttributes) { return ( ITM Logo ); }