open-icon
Version:
Open Icon
26 lines (25 loc) • 574 B
JavaScript
// lib/meta/icon_volume-iii.svg.ts
var meta = {
"description": "Volume III icon is a symbol representing the third level of sound volume control. It typically consists of three lines or bars indicating a higher volume level.",
"category": [
"Media"
],
"tag": [
"audio",
"sound control",
"music player",
"adjust",
"level",
"volume up",
"volume down",
"multimedia",
"audible",
"third level"
],
"title": "Volume III"
};
var icon_volume_iii_svg_default = meta;
export {
icon_volume_iii_svg_default as default,
meta
};