19 lines
474 B
JSON
19 lines
474 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
"name": "shrink-icon",
|
|
"type": "registry:ui",
|
|
"title": "Shrink Icon",
|
|
"description": "Shrink icon component.",
|
|
"dependencies": ["motion"],
|
|
"files": [
|
|
{
|
|
"path": "registry/icons/shrink/index.tsx",
|
|
"type": "registry:ui",
|
|
"target": "components/animate-ui/icons/shrink.tsx"
|
|
}
|
|
],
|
|
"meta": {
|
|
"keywords": ["scale", "fullscreen", "maximize", "minimize", "contract"]
|
|
}
|
|
}
|