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.44 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: 'Connector20Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M5 3.5a.5.5 0 0 0-1 0v2.793L2.146 8.146A.5.5 0 0 0 2 8.5v5a.5.5 0 0 0 .5.5H4v2.5a.5.5 0 0 0 1 0V14h1v2.5a.5.5 0 0 0 1 0V14h1.5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.146-.354L7 6.293V3.5a.5.5 0 0 0-1 0v3a.5.5 0 0 0 .146.354L8 8.707V13H3V8.707l1.854-1.853A.5.5 0 0 0 5 6.5v-3zm10 13v-3a.5.5 0 0 1 .146-.354L17 11.293V7h-5v4.293l1.854 1.853A.5.5 0 0 1 14 13.5v3a.5.5 0 0 1-1 0v-2.793l-1.854-1.853A.5.5 0 0 1 11 11.5v-5a.5.5 0 0 1 .5-.5h.5V3.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5V6h.5a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-.146.354L16 13.707V16.5a.5.5 0 0 1-1 0zM13 6h3V4h-3v2z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })