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