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

32 lines
633 B
JSON

{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "chevron-up-icon",
"type": "registry:ui",
"title": "Chevron Up Icon",
"description": "Chevron up icon component.",
"dependencies": ["motion"],
"files": [
{
"path": "registry/icons/chevron-up/index.tsx",
"type": "registry:ui",
"target": "components/animate-ui/icons/chevron-up.tsx"
}
],
"meta": {
"keywords": [
"caret",
"keyboard",
"mac",
"control",
"ctrl",
"superscript",
"exponential",
"power",
"ahead",
"fast",
"^",
"dropdown"
]
}
}