@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.34 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 32 32'
}
exports.default = (0, vue_1.defineComponent)({
name: 'ArrowUndo32Regular',
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: 'M23.374 7.045c-1.28-1.445-2.936-2.144-4.616-2.097c-1.678.046-3.47.842-4.999 2.562L8.384 14H17a1 1 0 0 1 0 2H6a1 1 0 0 1-1-1V4a1 1 0 1 1 2 0v8.535l5.24-6.327l.011-.012c1.85-2.09 4.15-3.183 6.451-3.248c2.303-.064 4.518.907 6.169 2.77c3.333 3.764 2.303 8.666-.011 11.194l-.007.008l-5.578 5.834l-.003.004l-5.434 5.618l-.003.004l-.31.318a1 1 0 0 1-1.432-1.398l.307-.314l.004-.003l5.426-5.611l.004-.004l5.558-5.814c1.754-1.925 2.506-5.659-.018-8.509z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})