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