import type { ComponentPropsWithoutRef } from "react"; export function Logo(props: ComponentPropsWithoutRef<"svg">) { return ( ); }