19 lines
474 B
JSON
19 lines
474 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
"name": "toggle-left-icon",
|
|
"type": "registry:ui",
|
|
"title": "Toggle Left Icon",
|
|
"description": "Toggle left icon component.",
|
|
"dependencies": ["motion"],
|
|
"files": [
|
|
{
|
|
"path": "registry/icons/toggle-left/index.tsx",
|
|
"type": "registry:ui",
|
|
"target": "components/animate-ui/icons/toggle-left.tsx"
|
|
}
|
|
],
|
|
"meta": {
|
|
"keywords": ["on", "off", "switch", "boolean"]
|
|
}
|
|
}
|