import { SVGAttributes } from 'react'; export function AppLogoIcon(props: SVGAttributes) { return ( ); }