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.66 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: 'BookOpenMicrophone32Regular', 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: 'M17 8.5v15c0 .215.027.423.078.622a7.96 7.96 0 0 0 1.62 3.807a4.498 4.498 0 0 1-2.698-1.6A4.491 4.491 0 0 1 12.5 28H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h8.5c1.414 0 2.675.652 3.5 1.671A4.491 4.491 0 0 1 19.5 4H28a2 2 0 0 1 2 2v13a4.993 4.993 0 0 0-2-4V6h-8.5A2.5 2.5 0 0 0 17 8.5zm-2 0A2.5 2.5 0 0 0 12.5 6H4v20h8.5a2.5 2.5 0 0 0 2.5-2.5v-15zM21.682 28a6.03 6.03 0 0 1-1.88-2A5.972 5.972 0 0 1 19 23a.75.75 0 0 1 1.5 0c0 1.152.433 2.204 1.146 3a4.49 4.49 0 0 0 2.96 1.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 0a5.973 5.973 0 0 1-1.034 3.368a6.034 6.034 0 0 1-1.598 1.598a5.966 5.966 0 0 1-2.368.951v1.333a.75.75 0 0 1-1.5 0v-1.27a5.966 5.966 0 0 1-2.818-.98zM25 16a3 3 0 0 0-3 3v4a3 3 0 1 0 6 0v-4a3 3 0 0 0-3-3z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })