{ "$schema": "https://ui.aodesu.com/schema/registry-item.json", "name": "button-icon", "type": "registry:example", "registryDependencies": [ "button" ], "files": [ { "path": "registry/aodesu/examples/button/button-icon.tsx", "content": "import { Bell, Bookmark, Heart, Search, Settings, Share } from \"lucide-react\"\n\nimport { Button } from \"../../ui/button\"\n\nexport default function ButtonIcon() {\n return (\n
\n \n \n \n \n \n \n
\n )\n}\n", "type": "registry:example" } ] }