open-icon
Version:
Open Icon
26 lines (25 loc) • 537 B
JavaScript
// lib/meta/icon_volume-i.svg.ts
var meta = {
"description": "The 'volume-I' icon represents an audio volume control symbol, typically indicating the mute or silent mode. It is commonly used in media player interfaces.",
"category": [
"Media"
],
"tag": [
"audio",
"sound",
"mute",
"control",
"interface",
"music",
"player",
"multimedia",
"speaker",
"volume"
],
"title": "Volume I"
};
var icon_volume_i_svg_default = meta;
export {
icon_volume_i_svg_default as default,
meta
};