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

19 lines
492 B
JSON

{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "chevron-up-down-icon",
"type": "registry:ui",
"title": "Chevron Up Down Icon",
"description": "Chevron up down icon component.",
"dependencies": ["motion"],
"files": [
{
"path": "registry/icons/chevron-up-down/index.tsx",
"type": "registry:ui",
"target": "components/animate-ui/icons/chevron-up-down.tsx"
}
],
"meta": {
"keywords": ["expand", "vertical", "unfold"]
}
}