@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.53 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 20 20'
}
exports.default = (0, vue_1.defineComponent)({
name: 'SpeakerOff20Regular',
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: 'M2.854 2.146a.5.5 0 1 0-.708.708L5.293 6H3.497a1.5 1.5 0 0 0-1.5 1.5v5a1.5 1.5 0 0 0 1.5 1.5h2.608a.5.5 0 0 1 .34.133l3.872 3.594c.64.594 1.68.14 1.68-.733v-4.29l5.15 5.15a.5.5 0 0 0 .707-.708l-2.563-2.562L2.854 2.146zm8.143 9.558v5.29L7.125 13.4a1.5 1.5 0 0 0-1.02-.4H3.497a.5.5 0 0 1-.5-.5v-5a.5.5 0 0 1 .5-.5h2.608c.06 0 .119-.004.177-.01l4.715 4.714zm0-8.698v5.87l1 1v-6.87c0-.873-1.04-1.327-1.68-.733l-3.072 2.85l.708.708l3.044-2.825zm3.064 8.934l.742.741a5.497 5.497 0 0 0-.04-5.431a.5.5 0 0 0-.866.5c.77 1.333.78 2.896.164 4.19zm1.835 1.835l.722.722a8.004 8.004 0 0 0-.655-9.83a.5.5 0 1 0-.745.667a7.004 7.004 0 0 1 .678 8.441z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})