@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.71 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 28 28'
}
exports.default = (0, vue_1.defineComponent)({
name: 'BookOpenMicrophone28Regular',
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: 'M11.5 4c1.005 0 1.904.456 2.5 1.173A3.243 3.243 0 0 1 16.5 4h7.75c.966 0 1.75.784 1.75 1.75V16.5c0-1.263-.585-2.39-1.5-3.123V5.75a.25.25 0 0 0-.25-.25H16.5a1.75 1.75 0 0 0-1.75 1.75v13.5c0 .78.51 1.44 1.214 1.666c.23.573.538 1.105.912 1.584H16.5a3.244 3.244 0 0 1-2.5-1.173A3.244 3.244 0 0 1 11.5 24H3.75A1.75 1.75 0 0 1 2 22.25V5.75C2 4.784 2.784 4 3.75 4h7.75zm1.75 16.75V7.25A1.75 1.75 0 0 0 11.5 5.5H3.75a.25.25 0 0 0-.25.25v16.5c0 .138.112.25.25.25h7.75a1.75 1.75 0 0 0 1.75-1.75zm4.419 1.75A4.977 4.977 0 0 1 17 20a.5.5 0 0 1 1 0a3.996 3.996 0 0 0 3.589 3.98h.01a4.05 4.05 0 0 0 .802 0h.01A4.004 4.004 0 0 0 26 20a.5.5 0 0 1 1 0a5 5 0 0 1-4.5 4.975V26.5a.5.5 0 0 1-1 0V25v-.025A4.974 4.974 0 0 1 19 24a5.025 5.025 0 0 1-1.331-1.5zM22 14a2.5 2.5 0 0 0-2.5 2.5V20a2.5 2.5 0 0 0 5 0v-3.5A2.5 2.5 0 0 0 22 14z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})