@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
17 lines (16 loc) • 555 B
JavaScript
//#region virtual:microphone--filled/32.js
const MicrophoneFilled32 = require("../utils-BpydAK29.cjs").createSVGComponent("MicrophoneFilled32", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 32,
"height": 32
}, [{
"elem": "path",
"attrs": { "d": "M23,14v3A7,7,0,0,1,9,17V14H7v3a9,9,0,0,0,8,8.94V28H11v2H21V28H17V25.94A9,9,0,0,0,25,17V14Z" }
}, {
"elem": "path",
"attrs": { "d": "M16,22a5,5,0,0,0,5-5V7A5,5,0,0,0,11,7V17A5,5,0,0,0,16,22Z" }
}]);
//#endregion
module.exports = MicrophoneFilled32;