Fortura/apps/www/registry/icons/square-plus/registry-item.json
2025-08-20 04:12:49 -06:00

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"
]
}
}