import type { SVGProps } from 'react'; const SvgLogo = (props: SVGProps) => ( ); export default SvgLogo;