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