@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.25 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 32 32'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Speaker132Filled',
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.355 4.464C16.257 3.397 18 4.035 18 5.433v21.135c0 1.397-1.742 2.035-2.645.969l-4.086-4.829A2 2 0 0 0 9.743 22H6a4 4 0 0 1-4-4v-4a4 4 0 0 1 4-4h3.743a2 2 0 0 0 1.526-.708l4.086-4.828zm7.469 4.97a1 1 0 1 0-1.648 1.133c1.285 1.87 1.887 3.675 1.887 5.433s-.602 3.564-1.887 5.434a1 1 0 0 0 1.648 1.133c1.465-2.13 2.238-4.325 2.238-6.567s-.773-4.436-2.238-6.566z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})