19 lines
458 B
JSON
19 lines
458 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
"name": "lightbulb-icon",
|
|
"type": "registry:ui",
|
|
"title": "Lightbulb Icon",
|
|
"description": "Lightbulb icon component.",
|
|
"dependencies": ["motion"],
|
|
"files": [
|
|
{
|
|
"path": "registry/icons/lightbulb/index.tsx",
|
|
"type": "registry:ui",
|
|
"target": "components/animate-ui/icons/lightbulb.tsx"
|
|
}
|
|
],
|
|
"meta": {
|
|
"keywords": ["idea", "bright", "lights"]
|
|
}
|
|
}
|