export function Logomark(props: React.ComponentPropsWithoutRef<"svg">) { return ( {/* */} ); } export function Logo(props: React.ComponentPropsWithoutRef<"svg">) { return ( ); }