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.18 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: 'Wifi320Filled', 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.955 11.84c.363.364.662.81.87 1.283a.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.209-.477.498-.91.86-1.273a4.13 4.13 0 0 1 5.842 0zm-2.034 2.042a1.242 1.242 0 1 1-1.757 1.757a1.242 1.242 0 0 1 1.757-1.757z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })