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.75 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 24 24' } export default defineComponent({ name: 'DesktopSignal24Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M15 1.5c-.184 0-.367.006-.548.017a.75.75 0 0 0 .096 1.497a7 7 0 0 1 7.438 7.438a.75.75 0 0 0 1.497.096A8.5 8.5 0 0 0 15 1.5zM15 4c-.192 0-.383.01-.57.027a.75.75 0 0 0 .14 1.493a4.5 4.5 0 0 1 4.91 4.91a.75.75 0 0 0 1.493.14A6 6 0 0 0 15 4zm0 2.5c-.216 0-.429.02-.636.058a.75.75 0 0 0 .271 1.475a2 2 0 0 1 2.331 2.332a.75.75 0 0 0 1.476.27A3.5 3.5 0 0 0 15 6.5zM12.91 3H4.25l-.154.005A2.25 2.25 0 0 0 2 5.25v10.502l.005.154a2.25 2.25 0 0 0 2.245 2.096h4.249V20.5H6.75l-.102.007A.75.75 0 0 0 6.75 22h10.5l.102-.006a.75.75 0 0 0-.102-1.494h-1.751v-2.498h4.25l.154-.005a2.25 2.25 0 0 0 2.096-2.245V12.09a1.75 1.75 0 0 1-.519-.368a1.747 1.747 0 0 1-2.514-.007a1.748 1.748 0 0 1-2.677-.184a2 2 0 0 1-2.818-2.818a1.749 1.749 0 0 1-.185-2.677a1.746 1.746 0 0 1-.007-2.515a1.75 1.75 0 0 1-.368-.52zM9.999 18.002h4l.001 2.498h-4l-.001-2.498zM16 10a1 1 0 1 1-2 0a1 1 0 0 1 2 0z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })