@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.76 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 48 48'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Speaker148Filled',
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: 'M25.081 6.419C26.208 5.408 28 6.207 28 7.72V40.28c0 1.514-1.792 2.313-2.919 1.302l-8.206-7.366A4.75 4.75 0 0 0 13.702 33H9a5.25 5.25 0 0 1-5.25-5.25v-7.5C3.75 17.35 6.1 15 9 15h4.702a4.75 4.75 0 0 0 3.173-1.216l8.206-7.366zm7.253 7.98a1.25 1.25 0 0 1 1.767-.064l.064.061l-.064-.06h.001l.002.002l.005.005l.014.012l.042.041a10.184 10.184 0 0 1 .59.644c.365.436.846 1.072 1.325 1.893A13.977 13.977 0 0 1 38 24c0 3.023-.963 5.426-1.92 7.068c-.48.82-.96 1.457-1.326 1.893a10.184 10.184 0 0 1-.59.644l-.019.019a1.541 1.541 0 0 1-.022.021l-.014.013l-.005.005l-.003.003l.008-.008l-.008.008a1.25 1.25 0 0 1-1.705-1.828l.002-.002l.016-.016c.017-.017.046-.045.085-.086a7.69 7.69 0 0 0 .34-.381c.29-.346.685-.866 1.081-1.545A11.477 11.477 0 0 0 35.5 24c0-2.477-.787-4.449-1.58-5.807c-.396-.68-.79-1.2-1.08-1.545a7.69 7.69 0 0 0-.426-.467l-.017-.017l.001.001a1.25 1.25 0 0 1-.064-1.765z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})