{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "logo", "type": "registry:block", "title": "Logo", "description": "A logo component.", "files": [ { "path": "registry/alpine/branding/logo.tsx", "content": "import { cn } from \"@/lib/utils\"\n\nexport function Logo({ className }: React.ComponentProps<\"svg\">) {\n return (\n \n \n \n \n \n \n )\n}\n", "type": "registry:component" } ] }