open-icon
Version:
Open Icon
25 lines (24 loc) • 547 B
JavaScript
// lib/meta/icon_microphone.svg.ts
var meta = {
"description": "A microphone icon typically represents recording, voice commands, sound input or audio messages in various media applications or devices.",
"category": [
"Media"
],
"tag": [
"microphone",
"record",
"voice command",
"audio",
"sound input",
"messaging",
"recording device",
"communication",
"technology"
],
"title": "Microphone"
};
var icon_microphone_svg_default = meta;
export {
icon_microphone_svg_default as default,
meta
};