@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.18 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: 'Wifi320Regular',
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: 'M12.888 11.854c.354.354.646.79.849 1.254a.5.5 0 1 1-.916.401a3.139 3.139 0 0 0-.64-.948a3.033 3.033 0 0 0-4.29 0a3.052 3.052 0 0 0-.631.938a.5.5 0 0 1-.916-.401c.204-.467.486-.89.84-1.244a4.033 4.033 0 0 1 5.704 0zm-1.925 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 */
)
])
)
)
}
})