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.29 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 24 24' } export default defineComponent({ name: 'ArrowHookDownLeft24Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M7 4.75A.75.75 0 0 1 7.75 4H14c1.979 0 3.504.823 4.52 2.074C19.52 7.307 20 8.92 20 10.5s-.48 3.193-1.48 4.426C17.504 16.177 15.979 17 14 17H7.56l2.47 2.47a.75.75 0 1 1-1.06 1.06l-3.75-3.75a.75.75 0 0 1 0-1.06l3.75-3.75a.75.75 0 1 1 1.06 1.06L7.56 15.5H14c1.521 0 2.62-.615 3.355-1.52c.75-.923 1.145-2.185 1.145-3.48s-.396-2.557-1.145-3.48C16.621 6.114 15.521 5.5 14 5.5H7.75A.75.75 0 0 1 7 4.75z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })