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

19 lines
471 B
JSON

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