19 lines
451 B
JSON
19 lines
451 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
"name": "bell-icon",
|
|
"type": "registry:ui",
|
|
"title": "Bell Icon",
|
|
"description": "Bell icon component.",
|
|
"dependencies": ["motion"],
|
|
"files": [
|
|
{
|
|
"path": "registry/icons/bell/index.tsx",
|
|
"type": "registry:ui",
|
|
"target": "components/animate-ui/icons/bell.tsx"
|
|
}
|
|
],
|
|
"meta": {
|
|
"keywords": ["alarm", "notification", "sound", "reminder"]
|
|
}
|
|
}
|