@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
14 lines (13 loc) • 441 B
JavaScript
//#region virtual:voice-mode/20.js
const VoiceMode20 = require("../utils-BpydAK29.cjs").createSVGComponent("VoiceMode20", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 20,
"height": 20
}, [{
"elem": "path",
"attrs": { "d": "M17,29h-2V3h2v26ZM23,6h-2v20h2V6ZM11,6h-2v20h2V6ZM5,11h-2v10h2v-10ZM29,11h-2v10h2.0031s-.0031-10-.0031-10Z" }
}]);
//#endregion
module.exports = VoiceMode20;