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

28 lines
556 B
JSON

{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "move-left-icon",
"type": "registry:ui",
"title": "Move Left Icon",
"description": "Move left icon component.",
"dependencies": ["motion"],
"files": [
{
"path": "registry/icons/move-left/index.tsx",
"type": "registry:ui",
"target": "components/animate-ui/icons/move-left.tsx"
}
],
"meta": {
"keywords": [
"move",
"arrow",
"left",
"back",
"previous",
"direction",
"east",
"<-"
]
}
}