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.29 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'ArrowHookUpLeft24Regular', 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: 'M7 19.25c0 .414.336.75.75.75H14c1.979 0 3.504-.823 4.52-2.074c1-1.233 1.48-2.846 1.48-4.426s-.48-3.193-1.48-4.426C17.504 7.823 15.979 7 14 7H7.56l2.47-2.47a.75.75 0 1 0-1.06-1.06L5.22 7.22a.75.75 0 0 0 0 1.06l3.75 3.75a.75.75 0 1 0 1.06-1.06L7.56 8.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.48c-.734.905-1.834 1.52-3.355 1.52H7.75a.75.75 0 0 0-.75.75z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })