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.23 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 16 16' } export default defineComponent({ name: 'ArrowHookDownRight16Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M4.876 5.105C5.476 4.431 6.364 4 7.5 4h3a.5.5 0 0 1 0 1h-3c-.864 0-1.476.32-1.876.77C5.215 6.23 5 6.857 5 7.5s.215 1.27.624 1.73c.4.45 1.012.77 1.876.77h3.793l-1.146-1.146a.5.5 0 1 1 .707-.708l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.707-.707L11.293 11H7.5c-1.136 0-2.024-.43-2.624-1.105C4.285 9.229 4 8.357 4 7.5s.285-1.73.876-2.395z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })