@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.34 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: 'Wifi220Regular',
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: 'M14.597 9.357a6.635 6.635 0 0 1 1.194 1.656a.5.5 0 1 1-.89.455a5.638 5.638 0 0 0-1.011-1.404a5.45 5.45 0 0 0-8.716 1.39a.5.5 0 0 1-.892-.452a6.45 6.45 0 0 1 10.315-1.645zm-1.71 2.497c.355.354.647.79.85 1.254a.5.5 0 1 1-.916.401a3.138 3.138 0 0 0-.64-.948a3.033 3.033 0 0 0-4.29 0a3.051 3.051 0 0 0-.63.938a.5.5 0 1 1-.917-.401c.204-.467.486-.89.84-1.244a4.033 4.033 0 0 1 5.704 0zm-1.924 1.933a1.298 1.298 0 1 1-1.836 1.836a1.298 1.298 0 0 1 1.836-1.836z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})