28 lines
556 B
JSON
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",
|
|
"<-"
|
|
]
|
|
}
|
|
}
|