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