33 lines
642 B
JSON
33 lines
642 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
"name": "square-plus-icon",
|
|
"type": "registry:ui",
|
|
"title": "Square Plus Icon",
|
|
"description": "Square plus icon component.",
|
|
"dependencies": ["motion"],
|
|
"files": [
|
|
{
|
|
"path": "registry/icons/square-plus/index.tsx",
|
|
"type": "registry:ui",
|
|
"target": "components/animate-ui/icons/square-plus.tsx"
|
|
}
|
|
],
|
|
"meta": {
|
|
"keywords": [
|
|
"square",
|
|
"rect",
|
|
"plus",
|
|
"add",
|
|
"sum",
|
|
"addition",
|
|
"math",
|
|
"maths",
|
|
"new",
|
|
"+",
|
|
"increase",
|
|
"positive",
|
|
"calculate"
|
|
]
|
|
}
|
|
}
|