@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 20 20'
}
exports.default = (0, vue_1.defineComponent)({
name: 'SpeakerEdit20Filled',
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: 'M11.999 3.002c0-.873-1.04-1.327-1.68-.733L6.447 5.863a.5.5 0 0 1-.34.133H3.5a1.5 1.5 0 0 0-1.5 1.5v5.001a1.5 1.5 0 0 0 1.5 1.5h2.607a.5.5 0 0 1 .34.134L9.28 16.76l.152-.607c.14-.562.431-1.075.84-1.485L12 12.94V3.002zm3.96 1.66a7.965 7.965 0 0 1 1.988 4.453a2.882 2.882 0 0 0-1.022-.11a6.965 6.965 0 0 0-1.711-3.675a.5.5 0 0 1 .744-.667zm-1.2 2.585c.416.72.65 1.496.717 2.274a2.896 2.896 0 0 0-.375.317l-.63.629a4.48 4.48 0 0 0-.578-2.72a.5.5 0 0 1 .866-.5zm-3.78 8.128l4.829-4.83a1.87 1.87 0 1 1 2.644 2.645l-4.829 4.83a2.197 2.197 0 0 1-1.02.578l-1.498.375a.89.89 0 0 1-1.079-1.08l.375-1.497c.097-.387.296-.74.578-1.021z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})