@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.41 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 28 28'
}
exports.default = (0, vue_1.defineComponent)({
name: 'SpeakerBluetooth28Filled',
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.814zm5.16 1.43a1 1 0 0 0-1.66.751v5.036l-.359-.3a1 1 0 1 0-1.28 1.537l.877.731l-.877.73a1 1 0 0 0 1.28 1.538l.36-.3V21a1 1 0 0 0 1.658.752l4-3.5a1 1 0 0 0-.018-1.52L22.363 14l3.277-2.73a1 1 0 0 0 .02-1.52l-4-3.507zm1.8 11.274L22 18.796V16.3l1.46 1.217zM22 9.202l1.461 1.28l-1.46 1.217V9.202z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})