27 lines
529 B
JSON
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"
|
|
]
|
|
}
|
|
}
|