@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.72 kB
JavaScript
Object.defineProperty(exports, '__esModule', { value: true })
const vue_1 = require('vue')
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 48 48'
}
exports.default = (0, vue_1.defineComponent)({
name: 'BookOpenMicrophone48Regular',
render: function render(_ctx, _cache) {
return (
(0, vue_1.openBlock)(),
(0, vue_1.createElementBlock)(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
(0, vue_1.createElementVNode)(
'g',
{
fill: 'none'
},
[
(0, vue_1.createElementVNode)('path', {
d: 'M20 8c1.602 0 3.037.718 4 1.85A5.239 5.239 0 0 1 28 8h13.25A2.75 2.75 0 0 1 44 10.75V29a6.985 6.985 0 0 0-2.5-5.362V10.75a.25.25 0 0 0-.25-.25H28a2.75 2.75 0 0 0-2.75 2.75v21.5c0 .803.344 1.526.893 2.028a10.92 10.92 0 0 0 1.023 3.156A5.243 5.243 0 0 1 24 38.151A5.238 5.238 0 0 1 20 40H6.75A2.75 2.75 0 0 1 4 37.25v-26.5A2.75 2.75 0 0 1 6.75 8H20zm2.75 26.75v-21.5A2.75 2.75 0 0 0 20 10.5H6.75a.25.25 0 0 0-.25.25v26.5c0 .138.112.25.25.25H20a2.75 2.75 0 0 0 2.75-2.75zm5.602 2.75A9.002 9.002 0 0 1 28 35a1 1 0 1 1 2 0a6.985 6.985 0 0 0 2.101 5A6.977 6.977 0 0 0 37 42a6.979 6.979 0 0 0 5.29-2.415A6.973 6.973 0 0 0 44 35a1 1 0 1 1 2 0c0 4.633-3.5 8.448-8 8.945V45a1 1 0 1 1-2 0v-1.055a8.997 8.997 0 0 1-7.648-6.445zm4.317 0A4.998 4.998 0 0 0 37 40a4.998 4.998 0 0 0 5-5v-6a5 5 0 0 0-10 0v6c0 .91.243 1.765.669 2.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})