28 lines
540 B
JSON
28 lines
540 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
"name": "brush-icon",
|
|
"type": "registry:ui",
|
|
"title": "Brush Icon",
|
|
"description": "Brush icon component.",
|
|
"dependencies": ["motion"],
|
|
"files": [
|
|
{
|
|
"path": "registry/icons/brush/index.tsx",
|
|
"type": "registry:ui",
|
|
"target": "components/animate-ui/icons/brush.tsx"
|
|
}
|
|
],
|
|
"meta": {
|
|
"keywords": [
|
|
"clean",
|
|
"sweep",
|
|
"refactor",
|
|
"remove",
|
|
"draw",
|
|
"paint",
|
|
"color",
|
|
"artist"
|
|
]
|
|
}
|
|
}
|