@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.32 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: 'ArrowRedo48Filled',
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: 'M41.002 5.5a1.5 1.5 0 0 0-3 0v11.485l-7.901-8.062c-5.572-6.3-14.95-6.161-19.93-.67c-5 5.514-3.376 13.309-.028 17.222l.008.01l2.259 2.544l2.537 2.537l4.247 4.16l8.242 8.33l.005.005l.497.496a1.5 1.5 0 1 0 2.12-2.122l-.49-.49l-.006-.006l-8.252-8.34l-4.253-4.165l-2.463-2.463l-2.18-2.456c-2.635-3.09-3.742-9.144-.02-13.247c3.738-4.123 11.05-4.37 15.482.667l.026.03L35.776 19H24.502a1.5 1.5 0 0 0 0 3h15a1.5 1.5 0 0 0 1.5-1.5v-15z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})