import { cn } from '@admin/utils/shared/cn' export function Logo({ className, ...props }: React.SVGProps) { return ( ) }