UNPKG

@vicons/fluent

Version:

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

37 lines (36 loc) 1.78 kB
'use strict' Object.defineProperty(exports, '__esModule', { value: true }) const vue_1 = require('vue') const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'DesktopFlow24Filled', render: function render(_ctx, _cache) { return ( (0, vue_1.openBlock)(), (0, vue_1.createElementBlock)( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ (0, vue_1.createElementVNode)( 'g', { fill: 'none' }, [ (0, vue_1.createElementVNode)('path', { d: 'M16.5 3.75c0-.268.06-.523.168-.75H4.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.245V9.5h-3.75c-.42 0-.805-.147-1.106-.394l-.44 1.319A3.036 3.036 0 0 1 14 12.495v.756A1.75 1.75 0 0 1 12.25 15h-4a1.75 1.75 0 0 1-1.75-1.75v-4c0-.967.784-1.75 1.75-1.75h4c.617 0 1.16.32 1.471.802l.576-1.727a3.036 3.036 0 0 1 2.203-2V3.75zm-2.502 14.252l.001 2.498h-4l-.001-2.498h4zM18.25 3a.75.75 0 0 0-.75.75V5.5h-.323c-.877 0-1.654.56-1.932 1.392l-.913 2.742a.536.536 0 0 1-.509.366H13v-.75a.75.75 0 0 0-.75-.75h-4a.75.75 0 0 0-.75.75v4c0 .414.336.75.75.75h4a.75.75 0 0 0 .75-.75V11.5h.823c.877 0 1.654-.56 1.932-1.392l.914-2.742A.536.536 0 0 1 17.177 7h.323v.75c0 .414.336.75.75.75h4a.75.75 0 0 0 .75-.75v-4a.75.75 0 0 0-.75-.75h-4z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })