@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.31 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 48 48'
}
export default defineComponent({
name: 'ArrowRedo48Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M12.15 9.84c4.174-4.602 11.303-4.505 15.855.67l.017.02l8.559 8.958H24.2a1.25 1.25 0 0 0 0 2.5h15.545c.69 0 1.25-.56 1.25-1.25V5.268a1.25 1.25 0 0 0-2.5 0v12.606l-8.631-9.035c-5.45-6.174-14.307-6.478-19.567-.679c-5.24 5.778-3.622 13.316.014 17.195l.01.01l8.979 9.173l.005.005l8.75 8.837l.004.004l.25.25a1.25 1.25 0 1 0 1.769-1.767l-.247-.246l-.004-.005l-8.74-8.827l-.006-.005l-8.955-9.148c-2.918-3.124-4.172-9.17.023-13.796z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})