@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.88 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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'BookOpenMicrophone24Regular',
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: 'M12 19.137A2.742 2.742 0 0 1 10 20H3.75A1.75 1.75 0 0 1 2 18.25V5.75C2 4.784 2.784 4 3.75 4H10c.788 0 1.499.331 2 .863A2.742 2.742 0 0 1 14 4h6.25c.966 0 1.75.784 1.75 1.75v8.75c0-.75-.253-1.486-.695-2.085a3.52 3.52 0 0 0-.805-.788V5.75a.25.25 0 0 0-.25-.25H14c-.69 0-1.25.56-1.25 1.25v10.5c0 .3.106.577.283.793c.032.254.085.504.158.746c.129.427.319.83.558 1.2A2.743 2.743 0 0 1 12 19.137zM3.5 5.75v12.5c0 .138.112.25.25.25H10c.69 0 1.25-.56 1.25-1.25V6.75c0-.69-.56-1.25-1.25-1.25H3.75a.25.25 0 0 0-.25.25zm17.013 14.23c.9-.524 1.487-1.408 1.487-2.48a.5.5 0 0 1 1 0c0 2-1.75 3.724-4 3.973V22.5a.5.5 0 0 1-1 0v-1.027c-1.199-.133-2.256-.684-2.982-1.473a3.96 3.96 0 0 1-.743-1.147A3.455 3.455 0 0 1 14 17.5a.5.5 0 0 1 1 0a2.75 2.75 0 0 0 .716 1.858c.226.251.498.467.805.642c.563.32 1.245.5 1.979.5c.75 0 1.443-.188 2.013-.52zM18.5 19.5a2.45 2.45 0 0 1-1.995-1A2.536 2.536 0 0 1 16 17v-2.5c0-1.254 1-2.5 2.5-2.5c.865 0 1.563.417 2 1.009c.32.434.5.963.5 1.491V17c0 1.246-1 2.5-2.5 2.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})