@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.26 kB
JavaScript
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 28 28'
}
exports.default = (0, vue_1.defineComponent)({
name: 'ArrowHookDownRight28Filled',
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: 'M6.782 8.023C7.99 6.778 9.758 6 12 6h7a1 1 0 1 1 0 2h-7c-1.758 0-2.99.597-3.782 1.415C7.414 10.245 7 11.363 7 12.5s.414 2.256 1.218 3.085C9.01 16.403 10.242 17 12 17h7.586l-3.293-3.293a1 1 0 1 1 1.414-1.414l5 5a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414-1.414L19.586 19H12c-2.242 0-4.01-.778-5.218-2.023C5.586 15.744 5 14.113 5 12.5c0-1.613.586-3.244 1.782-4.477z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})