@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
JavaScript
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: 'ArrowHookUpLeft28Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M8 21.25c0 .414.336.75.75.75h7c2.337 0 4.262-.781 5.5-2.016C22.481 18.756 23 17.124 23 15.5s-.519-3.256-1.75-4.484C20.012 9.78 18.087 9 15.75 9H7.56l3.22-3.22a.75.75 0 1 0-1.06-1.06l-4.5 4.5a.75.75 0 0 0 0 1.06l4.5 4.5a.75.75 0 1 0 1.06-1.06L7.56 10.5h8.19c1.988 0 3.426.656 4.35 1.578c.931.928 1.4 2.17 1.4 3.422a4.815 4.815 0 0 1-1.4 3.422c-.924.922-2.362 1.578-4.35 1.578h-7a.75.75 0 0 0-.75.75z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})