@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.96 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 48 48'
}
exports.default = (0, vue_1.defineComponent)({
name: 'SpeakerOff48Filled',
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: 'M28 29.768l13.866 13.866a1.25 1.25 0 0 0 1.768-1.768l-37.5-37.5a1.25 1.25 0 1 0-1.768 1.768L13.232 15H9a5.25 5.25 0 0 0-5.25 5.25v7.5C3.75 30.65 6.1 33 9 33h4.702a4.75 4.75 0 0 1 3.173 1.215l8.206 7.366C26.208 42.593 28 41.794 28 40.28V29.768zm0-7.071l-9.959-9.96l7.04-6.319C26.208 5.408 28 6.207 28 7.721v14.976zm8.186 8.185l-1.85-1.85A11.422 11.422 0 0 0 35.5 24c0-2.478-.787-4.45-1.58-5.808c-.396-.679-.79-1.199-1.08-1.544a7.79 7.79 0 0 0-.426-.468l-.017-.016h.001a1.25 1.25 0 0 1 1.703-1.83c.168.166 0 0 0 0l.001.002l.002.001l.005.005l.014.013l.042.04a10.228 10.228 0 0 1 .59.644c.365.437.846 1.073 1.325 1.894a13.964 13.964 0 0 1 .106 13.95zm4.822 4.823l-1.845-1.845c1.208-2.336 2.347-5.653 2.347-9.86c0-4.5-1.304-7.982-2.6-10.334a18.455 18.455 0 0 0-1.772-2.663a12.466 12.466 0 0 0-.715-.812l-.032-.033l-.006-.005a1.25 1.25 0 0 1 1.727-1.808c.446.469.001 0 .001 0l.001.002l.003.002l.006.006l.018.018l.06.059c.048.05.117.12.201.211a15 15 0 0 1 .682.791A20.935 20.935 0 0 1 41.1 12.46C42.559 15.107 44.01 19 44.01 24s-1.451 8.893-2.91 11.54c-.03.056-.061.11-.092.165z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})