{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "icon-picker-example",
  "type": "registry:ui",
  "title": "Icon Picker Example",
  "author": "alan-crts",
  "description": "An example of the icon picker component.",
  "registryDependencies": [
    "https://icon-picker.alan-courtois.fr/r/icon-picker"
  ],
  "files": [
    {
      "path": "registry/icon-picker-example.tsx",
      "content": "import { IconPicker } from \"./ui/icon-picker\";\n\nexport function IconPickerExample() {\n    return <IconPicker />;\n}",
      "type": "registry:component",
      "target": "components/icon-picker-example.tsx"
    }
  ]
}