2025-08-20 04:12:49 -06:00

28 lines
561 B
JSON

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