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

28 lines
563 B
JSON

{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "rotate-cw-icon",
"type": "registry:ui",
"title": "Rotate Cw Icon",
"description": "Rotate cw icon component.",
"dependencies": ["motion"],
"files": [
{
"path": "registry/icons/rotate-cw/index.tsx",
"type": "registry:ui",
"target": "components/animate-ui/icons/rotate-cw.tsx"
}
],
"meta": {
"keywords": [
"rotate",
"arrow",
"right",
"clockwise",
"refresh",
"reload",
"rerun",
"redo"
]
}
}