2025-08-20 04:12:49 -06:00

19 lines
472 B
JSON

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