open-icon
Version:
Open Icon
26 lines (25 loc) • 606 B
JavaScript
// lib/meta/icon_volume-off.svg.ts
var meta = {
"description": "The volume-off icon typically represents a state where the sound or audio is muted or turned off. It is commonly used in media players, audio settings, and devices to indicate that there is no sound output.",
"category": [
"Media"
],
"tag": [
"mute",
"sound",
"audio",
"quiet",
"no volume",
"silence",
"music",
"media player",
"volume control",
"mute icon"
],
"title": "Volume Off"
};
var icon_volume_off_svg_default = meta;
export {
icon_volume_off_svg_default as default,
meta
};