open-icon
Version:
Open Icon
26 lines (25 loc) • 530 B
JavaScript
// lib/meta/icon_volume-mute.svg.ts
var meta = {
"description": "The volume-mute icon represents the action of muting the sound or audio. It is commonly used in media player controls to toggle the sound off.",
"category": [
"Media"
],
"tag": [
"mute",
"audio",
"sound",
"music",
"silence",
"control",
"button",
"player",
"no sound",
"volume"
],
"title": "Volume Mute"
};
var icon_volume_mute_svg_default = meta;
export {
icon_volume_mute_svg_default as default,
meta
};