@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.51 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: 'SpeakerOff28Filled',
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: 'M3.28 2.22a.75.75 0 1 0-1.06 1.06l5.724 5.725H5.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-.912v-5.623l8.22 8.22a.75.75 0 0 0 1.06-1.061L3.28 2.22zm7.342 5.22l5.878 5.878V4.814c0-1.094-1.307-1.66-2.105-.912L10.622 7.44zm9.55 9.55l1.137 1.137A9.464 9.464 0 0 0 22.25 14a9.46 9.46 0 0 0-1.897-5.697a.75.75 0 1 0-1.2.9A7.962 7.962 0 0 1 20.75 14a7.976 7.976 0 0 1-.578 2.99zm2.803 2.803l1.095 1.096a13.19 13.19 0 0 0 1.93-6.89c0-3.351-1.246-6.414-3.298-8.747a.75.75 0 1 0-1.126.99A11.702 11.702 0 0 1 24.5 14c0 2.107-.554 4.084-1.525 5.793z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})