open-icon
Version:
Open Icon
26 lines (25 loc) • 575 B
JavaScript
// lib/meta/icon_volume-ii.svg.ts
var meta = {
"description": "Volume II icon is a graphic representation of sound volume control. It typically features a speaker or sound waves to indicate the current volume level in media player applications or devices.",
"category": [
"Media"
],
"tag": [
"sound",
"audio",
"control",
"media player",
"music",
"adjust",
"level",
"volume",
"speaker",
"icon"
],
"title": "Volume II"
};
var icon_volume_ii_svg_default = meta;
export {
icon_volume_ii_svg_default as default,
meta
};