UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 1.35 kB
'use strict' 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: 'Wifi220Filled', 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.59 9.451c.472.473.88 1.045 1.192 1.653a.75.75 0 0 1-1.336.683a5.123 5.123 0 0 0-.917-1.275a4.943 4.943 0 0 0-7.904 1.26a.75.75 0 1 1-1.339-.677A6.443 6.443 0 0 1 14.59 9.451zm-1.635 2.39c.363.363.661.808.87 1.282a.75.75 0 0 1-1.375.602a2.728 2.728 0 0 0-.556-.824a2.63 2.63 0 0 0-3.72 0a2.648 2.648 0 0 0-.547.814a.75.75 0 1 1-1.374-.601c.208-.477.497-.91.86-1.273a4.13 4.13 0 0 1 5.842 0zm-2.034 2.04a1.242 1.242 0 1 1-1.757 1.758a1.242 1.242 0 0 1 1.757-1.757z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })