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.79 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 32 32' } exports.default = (0, vue_1.defineComponent)({ name: 'BookOpenMicrophone32Filled', 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.25 4A2.25 2.25 0 0 0 2 6.25v19.5A2.25 2.25 0 0 0 4.25 28h8c1.524 0 2.88-.718 3.75-1.834a4.752 4.752 0 0 0 2.655 1.707A7.964 7.964 0 0 1 17 23c0-.589.185-1.134.5-1.581V8.75a2.25 2.25 0 0 1 2.25-2.25h7.75v8.169A4.998 4.998 0 0 1 30 19V6.25A2.25 2.25 0 0 0 27.75 4h-8c-1.524 0-2.88.718-3.75 1.834A4.742 4.742 0 0 0 12.25 4h-8zm.25 21.5v-19h7.75a2.25 2.25 0 0 1 2.25 2.25v14.5a2.25 2.25 0 0 1-2.25 2.25H4.5zm24.005 2.37A5.966 5.966 0 0 1 26 28.917v1.333a.75.75 0 0 1-1.5 0v-1.27a5.966 5.966 0 0 1-2.818-.98a6.025 6.025 0 0 1-2.142-2.51A5.978 5.978 0 0 1 19 23a.75.75 0 0 1 1.5 0a4.498 4.498 0 0 0 4.106 4.483l.017.002a4.557 4.557 0 0 0 1.129-.047l.018-.004A4.505 4.505 0 0 0 29.5 23a.75.75 0 1 1 1.5 0c0 1.309-.419 2.52-1.13 3.505a6.03 6.03 0 0 1-1.365 1.365zM25 26a2.997 2.997 0 0 1-3-3v-4a3 3 0 1 1 6 0v4c0 .613-.184 1.184-.5 1.659c-.221.333-.508.62-.841.841c-.475.316-1.046.5-1.659.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })