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

35 lines
686 B
JSON

{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "rotate-ccw-icon",
"type": "registry:ui",
"title": "Rotate Ccw Icon",
"description": "Rotate ccw icon component.",
"dependencies": ["motion"],
"files": [
{
"path": "registry/icons/rotate-ccw/index.tsx",
"type": "registry:ui",
"target": "components/animate-ui/icons/rotate-ccw.tsx"
}
],
"meta": {
"keywords": [
"rotate",
"arrow",
"left",
"counter-clockwise",
"restart",
"reload",
"rerun",
"refresh",
"backup",
"undo",
"replay",
"redo",
"retry",
"rewind",
"reverse"
]
}
}