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