@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.35 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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'SpeakerUsb24Filled',
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: 'M15 4.248a1.25 1.25 0 0 0-2.057-.954L7.975 7.498H4.25A2.25 2.25 0 0 0 2 9.748v4.5a2.25 2.25 0 0 0 2.25 2.25h3.725l4.967 4.206A1.25 1.25 0 0 0 15 19.75V4.248zm1.499 4.002a.75.75 0 0 1 .75-.75h3.503a.75.75 0 0 1 .75.75v1.796a.75.75 0 0 1 .498.707v5a.75.75 0 0 1-.75.75h-.236v2.747a.75.75 0 0 1-1.5 0v-2.747h-.982v2.747a.75.75 0 0 1-1.5 0v-2.747h-.282a.75.75 0 0 1-.75-.75v-5a.75.75 0 0 1 .499-.707V8.25zm4.001 3.253h-3v3.5h3v-3.5zM17.999 9v1h2.003V9h-2.003z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})