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

27 lines
558 B
JSON

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