@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.5 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 24 24'
}
export default defineComponent({
name: 'ArrowSyncCheckmark24Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_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 */
)
])
)
)
}
})