Fortura/apps/www/registry/icons/toggle-right/registry-item.json
2025-08-20 04:12:49 -06:00

19 lines
479 B
JSON

{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "toggle-right-icon",
"type": "registry:ui",
"title": "Toggle Right Icon",
"description": "Toggle right icon component.",
"dependencies": ["motion"],
"files": [
{
"path": "registry/icons/toggle-right/index.tsx",
"type": "registry:ui",
"target": "components/animate-ui/icons/toggle-right.tsx"
}
],
"meta": {
"keywords": ["on", "off", "switch", "boolean"]
}
}