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.58 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: 'DualScreenArrowUp24Filled', 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.707zm5.995 15.542l.001-10.277A6.495 6.495 0 0 1 16.5 13a6.47 6.47 0 0 1-3.758-1.195V21.98c.083.012.169.019.256.019h7.247a1.75 1.75 0 0 0 1.75-1.75zM14.74 17.5h1.5l.101.007a.75.75 0 0 1 0 1.486L16.24 19h-1.5l-.102-.007a.75.75 0 0 1 0-1.486l.102-.007zM10 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.248c.083 0 .165-.005.245-.017V10.323A6.47 6.47 0 0 1 10 6.5zm-2.259 11h1.502l.102.007a.75.75 0 0 1 0 1.486L9.243 19H7.74l-.102-.007a.75.75 0 0 1 0-1.486l.102-.007z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })