19 lines
472 B
JSON
19 lines
472 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
"name": "move-up-icon",
|
|
"type": "registry:ui",
|
|
"title": "Move Up Icon",
|
|
"description": "Move up icon component.",
|
|
"dependencies": ["motion"],
|
|
"files": [
|
|
{
|
|
"path": "registry/icons/move-up/index.tsx",
|
|
"type": "registry:ui",
|
|
"target": "components/animate-ui/icons/move-up.tsx"
|
|
}
|
|
],
|
|
"meta": {
|
|
"keywords": ["move", "arrow", "up", "direction", "north", "↑"]
|
|
}
|
|
}
|