@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.25 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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'ArrowForward24Regular',
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.723 16.221a.75.75 0 0 0 1.061 1.06l4.997-5.003a.75.75 0 0 0 0-1.06L15.783 6.22a.75.75 0 0 0-1.061 1.06l3.72 3.72h-7.842c-1.595 0-2.81.242-3.889.764l-.246.126a6.202 6.202 0 0 0-2.576 2.576C3.28 15.606 3 16.884 3 18.6a.75.75 0 0 0 1.5 0c0-1.484.228-2.52.713-3.428a4.702 4.702 0 0 1 1.96-1.96c.837-.448 1.786-.676 3.094-.709l.334-.004h7.837l-3.715 3.721z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})