{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "spinner", "type": "registry:ui", "dependencies": [ "class-variance-authority" ], "files": [ { "path": "registry/new-york-v4/ui/spinner.tsx", "content": "import { Loader2Icon } from \"lucide-react\"\n\nimport { cn } from \"@/lib/utils\"\n\nfunction Spinner({ className, ...props }: React.ComponentProps<\"svg\">) {\n return (\n \n )\n}\n\nexport { Spinner }\n", "type": "registry:ui" } ] }