@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.57 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: 'SpeakerBluetooth24Regular',
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: 'M14.704 3.442c.191.226.296.512.296.808v15.502a1.25 1.25 0 0 1-2.058.954L7.975 16.5H4.25A2.25 2.25 0 0 1 2 14.25v-4.5A2.25 2.25 0 0 1 4.25 7.5h3.725l4.968-4.204a1.25 1.25 0 0 1 1.761.147zM13.5 4.79L8.525 9H4.25a.75.75 0 0 0-.75.75v4.5c0 .415.336.75.75.75h4.275l4.975 4.213V4.79zm4 5.107V6.75c0-.647.752-.975 1.225-.581l.076.072l3 3.25a.75.75 0 0 1 .005 1.012l-.076.073L20.022 12l1.708 1.425a.75.75 0 0 1 .137 1.002l-.066.082l-3 3.252c-.438.475-1.214.206-1.294-.404l-.007-.105v-3.15l-.267.222a.75.75 0 0 1-1.04-1.076l.08-.077l1.227-1.022v-.3l-1.227-1.023a.75.75 0 0 1 .87-1.216l.09.064l.267.223V6.75v3.146zM19 13.1v2.232l1.164-1.261L19 13.1zm0-4.432v2.23l1.164-.97L19 8.669z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})