19 lines
489 B
JSON
19 lines
489 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
"name": "chevron-down-icon",
|
|
"type": "registry:ui",
|
|
"title": "Chevron Down Icon",
|
|
"description": "Chevron down icon component.",
|
|
"dependencies": ["motion"],
|
|
"files": [
|
|
{
|
|
"path": "registry/icons/chevron-down/index.tsx",
|
|
"type": "registry:ui",
|
|
"target": "components/animate-ui/icons/chevron-down.tsx"
|
|
}
|
|
],
|
|
"meta": {
|
|
"keywords": ["backwards", "reverse", "slow", "dropdown"]
|
|
}
|
|
}
|