@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
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: 'ArrowHookDownRight28Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M6.84 8.016C8.078 6.78 9.913 6 12.25 6h7a.75.75 0 0 1 0 1.5h-7c-1.989 0-3.426.656-4.35 1.578A4.815 4.815 0 0 0 6.5 12.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 1 1.06-1.06l4.5 4.5a.75.75 0 0 1 0 1.06l-4.5 4.5a.75.75 0 1 1-1.06-1.06L20.44 19h-8.19c-2.337 0-4.172-.781-5.41-2.016A6.313 6.313 0 0 1 5 12.5c0-1.624.609-3.256 1.84-4.484z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})