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.53 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: 'Connector24Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M8.252 4a.75.75 0 0 1 .75.75v2.773l1.874 2.815a.75.75 0 0 1 .126.416v4.496a.75.75 0 0 1-.75.75H8.998v3.254a.75.75 0 0 1-1.492.101l-.007-.101L7.498 16l-1.995-.001v3.258a.75.75 0 0 1-1.493.101l-.006-.101l-.001-3.258l-1.25.001a.75.75 0 0 1-.75-.75v-4.496a.75.75 0 0 1 .127-.416l1.874-2.815V4.75a.75.75 0 0 1 .75-.75h3.498zm7.004.001h4.496a.75.75 0 0 1 .743.649l.007.101L20.5 8h.75a.75.75 0 0 1 .75.75v4.496a.75.75 0 0 1-.125.416l-1.874 2.815v2.773a.75.75 0 0 1-.75.75h-3.498a.75.75 0 0 1-.75-.75v-2.773l-1.874-2.815a.75.75 0 0 1-.126-.416V8.75a.75.75 0 0 1 .75-.75h.752V4.751a.75.75 0 0 1 .648-.743l.102-.007h4.496h-4.496zm3.746 1.5h-2.996V8H19V5.501z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })