@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.21 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: 'SpeakerOff48Regular',
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.768zm-2.5-2.5v11.33l-6.955-6.243a7.25 7.25 0 0 0-4.843-1.855H9a2.75 2.75 0 0 1-2.75-2.75v-7.5A2.75 2.75 0 0 1 9 17.5h4.702c.613 0 1.218-.078 1.803-.228l9.995 9.996zm-5.689-12.76l-1.77-1.77l7.04-6.32C26.208 5.408 28 6.207 28 7.721v14.976l-2.5-2.5V9.402l-5.689 5.106zm16.375 16.374l-1.851-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.737 7.737 0 0 0-.426-.468l-.017-.016h.001a1.25 1.25 0 0 1 1.703-1.83l-.851.916c.85-.916.851-.915.851-.915h.001l.002.002l.005.005l.014.013a3.95 3.95 0 0 1 .179.18c.113.117.269.287.452.505c.366.436.847 1.072 1.326 1.893a13.964 13.964 0 0 1 .106 13.95zm4.833 4.833l-1.846-1.845C40.371 31.548 41.5 28.238 41.5 24c0-4.553-1.302-8.034-2.594-10.37a17.904 17.904 0 0 0-1.766-2.636a12.01 12.01 0 0 0-.71-.797a1.896 1.896 0 0 0-.032-.032l-.003-.003l-.002-.002a1.25 1.25 0 0 1 1.711-1.822l-.854.912l.855-.912l.001.001l.003.003l.006.006l.019.017l.06.059c.049.05.117.119.202.209c.17.18.404.44.682.782a20.408 20.408 0 0 1 2.016 3.005C42.552 15.06 44 18.953 44 24s-1.448 8.941-2.906 11.58l-.02.036l-.055.1z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})