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.27 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 28 28' } export default defineComponent({ name: 'ArrowHookUpRight28Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M6.84 19.984C8.078 21.22 9.913 22 12.25 22h7a.75.75 0 0 0 0-1.5h-7c-1.989 0-3.426-.656-4.35-1.578A4.815 4.815 0 0 1 6.5 15.5c0-1.251.469-2.494 1.4-3.422c.924-.922 2.361-1.578 4.35-1.578h8.19l-3.22 3.22a.75.75 0 1 0 1.06 1.06l4.5-4.5a.75.75 0 0 0 0-1.06l-4.5-4.5a.75.75 0 1 0-1.06 1.06L20.44 9h-8.19c-2.337 0-4.172.781-5.41 2.016A6.313 6.313 0 0 0 5 15.5c0 1.624.609 3.256 1.84 4.484z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })