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.62 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 28 28' } exports.default = (0, vue_1.defineComponent)({ name: 'Speaker228Regular', 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: 'M16.5 4.814c0-1.094-1.307-1.66-2.105-.912l-4.937 4.63a1.75 1.75 0 0 1-1.197.473H5.25A3.25 3.25 0 0 0 2 12.255v3.492a3.25 3.25 0 0 0 3.25 3.25h3.012c.444 0 .872.17 1.196.473l4.937 4.626c.799.748 2.105.182 2.105-.912V4.814zm-6.016 4.812L15 5.39v17.216l-4.516-4.232a3.25 3.25 0 0 0-2.222-.878H5.25a1.75 1.75 0 0 1-1.75-1.75v-3.492c0-.966.784-1.75 1.75-1.75h3.011a3.25 3.25 0 0 0 2.223-.88zm12.218-4.374a.75.75 0 0 0-1.126.99A11.702 11.702 0 0 1 24.5 14c0 2.973-1.103 5.687-2.924 7.757a.75.75 0 1 0 1.126.99A13.202 13.202 0 0 0 26 14c0-3.352-1.245-6.415-3.298-8.748zm-2.35 3.05a.75.75 0 1 0-1.199.901A7.961 7.961 0 0 1 20.75 14c0 1.8-.594 3.46-1.597 4.797a.75.75 0 0 0 1.2.9A9.461 9.461 0 0 0 22.25 14a9.46 9.46 0 0 0-1.897-5.697z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })