import { Ref, SVGAttributes } from 'react'; export default function AppLogoIcon(props: SVGAttributes & { ref?: Ref }) { return ( ); }