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.63 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: 'DualScreenArrowUp24Regular', 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: 'M22 6.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0zm-6-1.793V9.5a.5.5 0 0 0 1 0V4.707l1.646 1.647a.5.5 0 0 0 .708-.708l-2.5-2.5a.5.5 0 0 0-.708 0l-2.5 2.5a.5.5 0 0 0 .708.708L16 4.707zM10 6.5c0-.168.006-.334.019-.498H3.75A1.75 1.75 0 0 0 2 7.751v12.494c0 .967.784 1.75 1.75 1.75h7.497V22h8.998a1.75 1.75 0 0 0 1.75-1.75l.001-10.277a6.535 6.535 0 0 1-1.5 1.655v8.622a.25.25 0 0 1-.25.25h-7.498v-8.691a6.537 6.537 0 0 1-1.501-1.48v10.168H3.75a.25.25 0 0 1-.25-.25V7.751a.25.25 0 0 1 .25-.25h6.327A6.553 6.553 0 0 1 10 6.5zm6.989 11.75a.75.75 0 0 0-.75-.75h-1.5l-.102.007A.75.75 0 0 0 14.739 19h1.5l.101-.007a.75.75 0 0 0 .649-.743zm-6.996 0a.75.75 0 0 0-.75-.75H7.74l-.102.007A.75.75 0 0 0 7.741 19h1.502l.102-.007a.75.75 0 0 0 .648-.743z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })