19 lines
500 B
JSON
19 lines
500 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
"name": "chevron-left-icon",
|
|
"type": "registry:ui",
|
|
"title": "Chevron Left Icon",
|
|
"description": "Chevron left icon component.",
|
|
"dependencies": ["motion"],
|
|
"files": [
|
|
{
|
|
"path": "registry/icons/chevron-left/index.tsx",
|
|
"type": "registry:ui",
|
|
"target": "components/animate-ui/icons/chevron-left.tsx"
|
|
}
|
|
],
|
|
"meta": {
|
|
"keywords": ["back", "previous", "less than", "fewer", "menu", "<"]
|
|
}
|
|
}
|