@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.27 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: 'MicOff20Filled',
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: 'M13 10c0 .27-.035.53-.102.777L7.002 4.881A3 3 0 0 1 13 5v5zM7 7.708V10a3 3 0 0 0 4.738 2.445l1.07 1.07A4.5 4.5 0 0 1 5.5 10a.5.5 0 0 0-.999.001a5.5 5.5 0 0 0 5 5.478V17.5a.5.5 0 0 0 1 0v-2.022a5.475 5.475 0 0 0 3.02-1.251l3.626 3.627a.5.5 0 0 0 .708-.707l-15-15a.5.5 0 1 0-.708.707L7 7.707zm7.803 4.975A5.474 5.474 0 0 0 15.5 10a.5.5 0 0 0-1 0c0 .695-.157 1.353-.439 1.94l.742.742z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})