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