UNPKG

@vicons/fluent

Version:

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

35 lines (34 loc) 1.58 kB
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue' const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 20 20' } export default defineComponent({ name: 'DesktopSignal20Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M12 1c-.18 0-.36.007-.538.02a.5.5 0 1 0 .076.998a6 6 0 0 1 6.445 6.445a.5.5 0 1 0 .997.075A7 7 0 0 0 12 1zm0 2c-.187 0-.373.01-.555.03a.5.5 0 0 0 .11.994a4 4 0 0 1 4.42 4.42a.5.5 0 1 0 .995.11A5 5 0 0 0 12 3zm0 2c-.205 0-.405.02-.6.06a.5.5 0 0 0 .2.98a2 2 0 0 1 2.36 2.36a.5.5 0 0 0 .98.2A3 3 0 0 0 12 5zm-1.92-2.999H3.5a1.5 1.5 0 0 0-1.5 1.5v10a1.5 1.5 0 0 0 1.5 1.5H7v2H5.5a.5.5 0 1 0 0 1h9a.5.5 0 0 0 0-1H13v-2h3.5a1.5 1.5 0 0 0 1.5-1.5v-3.58a1.494 1.494 0 0 1-.523-.307a1.496 1.496 0 0 1-2.016-.006a1.498 1.498 0 0 1-2.133-.112a2 2 0 0 1-2.823-2.823a1.498 1.498 0 0 1-.112-2.133a1.496 1.496 0 0 1-.006-2.015A1.495 1.495 0 0 1 10.078 2zm1.92 13v2H8v-2h4zM13 8a1 1 0 1 1-2 0a1 1 0 0 1 2 0z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })