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.14 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 48 48' } export default defineComponent({ name: 'ArrowOutlineUpRight48Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M43.969 9.851c.383-3.36-2.464-6.2-5.823-5.81L14.76 6.763c-3.528.41-5.026 4.712-2.515 7.226l2.748 2.751l-9.451 9.452a5.25 5.25 0 0 0-.004 7.421l8.833 8.85a5.25 5.25 0 0 0 7.428.003l9.464-9.46l2.843 2.787c2.526 2.478 6.797.962 7.198-2.553L43.969 9.85z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })