@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.51 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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'ArrowSyncCheckmark24Regular',
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: 'M16.392 6.231a.75.75 0 1 1 .91-1.192A8.75 8.75 0 0 1 12.72 20.72l.75.749l.072.084a.75.75 0 0 1-1.133.976l-2-2l-.073-.084a.75.75 0 0 1 .073-.976l.333-.333a7.286 7.286 0 0 0 2.056.065l-.005.005a7.251 7.251 0 0 0 3.6-12.976zm-5.862-3.7a.75.75 0 1 1 1.061-1.061l2 2a.75.75 0 0 1 0 1.06l-.333.334a7.292 7.292 0 0 0-2.058-.065l.006-.006a7.251 7.251 0 0 0-3.82 12.8a.75.75 0 0 1-.955 1.156A8.75 8.75 0 0 1 11.28 3.28l-.75-.749zm4.5 8.5a.75.75 0 1 0-1.06-1.061L11 12.94l-.97-.97a.75.75 0 1 0-1.06 1.06l1.5 1.5a.75.75 0 0 0 1.06 0l3.5-3.5zM12 18a6 6 0 1 0 0-12a6 6 0 0 0 0 12zm0-1.5a4.5 4.5 0 1 1 0-9a4.5 4.5 0 0 1 0 9z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})