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

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"]
}
}