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.3 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: 'ArrowRoutingRectangleMultiple24Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M18.71 2.292a1 1 0 1 0-1.414 1.416l1.292 1.289h-5.592a3 3 0 0 0-3 3v9a1 1 0 0 1-1 1H7.828a3.001 3.001 0 1 0 .003 2h1.165a3 3 0 0 0 3-3v-9a1 1 0 0 1 1-1h5.589l-1.295 1.29A1 1 0 1 0 18.7 9.705l3.01-2.999a1 1 0 0 0 0-1.416L18.71 2.292zM14 16a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1v-4zm9 1.5a.5.5 0 1 0-1 0v3a1.5 1.5 0 0 1-1.5 1.5h-4a.5.5 0 1 0 0 1h4a2.5 2.5 0 0 0 2.5-2.5v-3z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })