{ "$schema": "https://ui.aodesu.com/schema/registry-item.json", "name": "button-with-icon", "type": "registry:example", "registryDependencies": [ "button" ], "files": [ { "path": "registry/aodesu/examples/button/button-with-icon.tsx", "content": "import { Download, Plus, Send, Upload } from \"lucide-react\"\n\nimport { Button } from \"../../ui/button\"\n\nexport default function ButtonWithIcon() {\n return (\n
\n \n \n \n \n
\n )\n}\n", "type": "registry:example" } ] }