@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.33 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 48 48'
}
exports.default = (0, vue_1.defineComponent)({
name: 'ArrowReply48Filled',
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: 'M14.222 23l6.208 6.208a1.75 1.75 0 0 1-2.35 2.588l-.125-.113l-9.192-9.193a1.75 1.75 0 0 1-.114-2.35l.114-.125l9.192-9.192a1.75 1.75 0 0 1 2.588 2.35l-.113.125l-6.204 6.202H22c3.342 0 6.455.744 9.157 2.168l.402.218a17.013 17.013 0 0 1 6.555 6.555c1.566 2.794 2.386 6.05 2.386 9.56a1.75 1.75 0 1 1-3.5 0c0-2.92-.671-5.587-1.939-7.848a13.512 13.512 0 0 0-5.214-5.214c-2.135-1.197-4.632-1.862-7.363-1.932L22 23h-7.778l6.208 6.208L14.222 23z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})