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

27 lines
529 B
JSON

{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "gauge-icon",
"type": "registry:ui",
"title": "Gauge Icon",
"description": "Gauge icon component.",
"dependencies": ["motion"],
"files": [
{
"path": "registry/icons/gauge/index.tsx",
"type": "registry:ui",
"target": "components/animate-ui/icons/gauge.tsx"
}
],
"meta": {
"keywords": [
"dashboard",
"dial",
"meter",
"speed",
"pressure",
"measure",
"level"
]
}
}