@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.33 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 32 32'
}
export default defineComponent({
name: 'ArrowRedo32Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M8.627 7.045c1.28-1.445 2.936-2.144 4.616-2.097c1.678.046 3.47.842 4.998 2.562L23.616 14h-8.615a1 1 0 0 0 0 2h11a1 1 0 0 0 1-1V4a1 1 0 1 0-2 0v8.535l-5.24-6.327l-.011-.012c-1.851-2.09-4.15-3.183-6.451-3.248c-2.303-.064-4.518.907-6.169 2.77c-3.333 3.764-2.303 8.666.011 11.194l.007.008l5.577 5.834l.004.004l5.434 5.618l.003.004l.31.318a1 1 0 0 0 1.431-1.398l-.307-.314l-.003-.003l-5.426-5.611l-.004-.004l-5.558-5.814c-1.755-1.925-2.507-5.659.018-8.509z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})