export function Logo(props: React.SVGProps) { return ( ); } export function LogoSimple(props: React.SVGProps) { return ( ); }