19 lines
454 B
JSON
19 lines
454 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
"name": "clock-icon",
|
|
"type": "registry:ui",
|
|
"title": "Clock Icon",
|
|
"description": "Clock icon component.",
|
|
"dependencies": ["motion"],
|
|
"files": [
|
|
{
|
|
"path": "registry/icons/clock/index.tsx",
|
|
"type": "registry:ui",
|
|
"target": "components/animate-ui/icons/clock.tsx"
|
|
}
|
|
],
|
|
"meta": {
|
|
"keywords": ["clock", "time", "watch", "alarm", "timer"]
|
|
}
|
|
}
|