@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.27 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 16 16'
}
exports.default = (0, vue_1.defineComponent)({
name: 'ArrowReplyDown16Regular',
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: 'M3.707 8.004l2.682-2.682a.5.5 0 0 0-.638-.765l-.069.057l-3.566 3.57l-.05.07l-.027.056l-.023.068l-.005.02A.498.498 0 0 0 2 8.505l.005-.074l-.003.031v.085l.015.086l.02.063l.04.076l.055.07l3.55 3.552a.5.5 0 0 0 .765-.638l-.058-.07l-2.682-2.68L8 9.003c3.522 0 5.885-1.976 5.996-4.793L14 4.004a.5.5 0 0 0-1 0c0 2.273-1.807 3.904-4.738 3.995L8 8.004H3.707l2.682-2.682l-2.682 2.682z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})