@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.31 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: 'ArrowUndo48Filled',
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: 'M6.998 5.5a1.5 1.5 0 1 1 3 0v11.485l7.901-8.062c5.572-6.3 14.95-6.161 19.93-.67c5 5.514 3.376 13.309.028 17.222l-.008.01l-2.259 2.544l-2.537 2.537l-4.247 4.16l-8.242 8.33l-.005.005l-.497.496a1.5 1.5 0 1 1-2.12-2.122l.49-.49l.006-.006l8.252-8.34l4.253-4.165l2.463-2.463l2.18-2.456c2.635-3.09 3.742-9.144.02-13.247c-3.738-4.123-11.05-4.37-15.482.667l-.026.03L12.224 19h11.274a1.5 1.5 0 1 1 0 3h-15a1.5 1.5 0 0 1-1.5-1.5v-15z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})