import { SVGProps } from "react"; import { cn } from "@/lib/utils"; export const Logo = (props: SVGProps) => { return ( ); };