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.46 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 48 48' } exports.default = (0, vue_1.defineComponent)({ name: 'ArrowOutlineUpRight48Regular', 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: 'M38.146 4.042c3.359-.39 6.206 2.45 5.823 5.81l-2.665 23.387c-.4 3.516-4.672 5.03-7.198 2.553l-2.843-2.787l-9.465 9.46a5.25 5.25 0 0 1-7.427-.004l-8.833-8.849a5.25 5.25 0 0 1 .004-7.42l9.451-9.453l-2.748-2.751c-2.511-2.514-1.013-6.815 2.515-7.226l23.386-2.72zm3.339 5.526a2.75 2.75 0 0 0-3.05-3.043l-23.386 2.72c-1.453.17-2.07 1.94-1.036 2.976l3.632 3.635a1.25 1.25 0 0 1 0 1.768L7.309 27.959a2.75 2.75 0 0 0-.001 3.887l8.833 8.849a2.75 2.75 0 0 0 3.89.002l10.34-10.335a1.25 1.25 0 0 1 1.759-.009l3.726 3.654c1.04 1.02 2.799.396 2.964-1.051l2.665-23.388z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })