UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 1.83 kB
'use strict' 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: 'BookOpenMicrophone24Filled', 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: 'M4 4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h6c.768 0 1.47-.289 2-.764c.473.423 1.08.698 1.75.754c-.24-.371-.43-.774-.559-1.201A4.455 4.455 0 0 1 13 17.5c0-.094.009-.186.025-.276A1 1 0 0 1 13 17V7a1 1 0 0 1 1-1h6v5.334c.53.253.974.632 1.305 1.081c.442.6.695 1.335.695 2.085V6a2 2 0 0 0-2-2h-6c-.768 0-1.47.289-2 .764A2.989 2.989 0 0 0 10 4H4zm7 3v10a1 1 0 0 1-1 1H4V6h6a1 1 0 0 1 1 1zm11 10.5c0 1.01-.523 1.855-1.337 2.387c-.595.39-1.346.613-2.163.613c-.734 0-1.416-.18-1.979-.5a3.215 3.215 0 0 1-.805-.642a2.791 2.791 0 0 1-.624-1.143A2.764 2.764 0 0 1 15 17.5a.5.5 0 0 0-1 0a3.427 3.427 0 0 0 .149 1c.036.12.078.237.126.353c.175.417.428.804.743 1.147c.726.789 1.783 1.34 2.982 1.473V22.5a.5.5 0 0 0 1 0v-1.027c2.25-.25 4-1.973 4-3.973a.5.5 0 0 0-1 0zm-5.495 1a2.577 2.577 0 0 1-.291-.5A2.49 2.49 0 0 1 16 17v-2.5c0-1.254 1-2.5 2.5-2.5a2.444 2.444 0 0 1 2 1.009c.32.434.5.963.5 1.491V17c0 1.246-1 2.5-2.5 2.5a2.45 2.45 0 0 1-1.995-1z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })