{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "custom-icons",
  "type": "registry:style",
  "title": "Pantoken Custom Icons",
  "description": "Pantoken's curated custom icon tokens for the shared -icon-* painter.",
  "author": "pantoken <https://pantoken.app>",
  "dependencies": [
    "@pantoken/plugin-custom-icons"
  ],
  "registryDependencies": [
    "@pantoken/base"
  ],
  "css": {
    "@import \"@pantoken/plugin-custom-icons/custom-icons.css\"": {},
    "@import \"@pantoken/components/icon.css\"": {}
  },
  "categories": [
    "icons",
    "plugins"
  ],
  "docs": "Use the documented -icon-<name> class on a semantic element.",
  "meta": {
    "framework": "css",
    "sourcePackage": "@pantoken/plugin-custom-icons"
  }
}
