@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.52 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: 'ArrowSyncDismiss24Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M16.274 6.119a.75.75 0 0 1 1.028-1.08A8.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.313-.313a7.27 7.27 0 0 0 5.552-13.038zm-2.995-1.276a7.27 7.27 0 0 0-5.78 12.865a.75.75 0 0 1-1.068 1.041A8.75 8.75 0 0 1 11.28 3.28l-.75-.749a.75.75 0 1 1 1.061-1.06l2 2a.75.75 0 0 1 0 1.06l-.312.313zM9.469 9.47a.75.75 0 0 1 1.061 0L12 10.94l1.47-1.47a.75.75 0 1 1 1.06 1.06L13.06 12l1.47 1.47a.75.75 0 1 1-1.06 1.06L12 13.06l-1.47 1.47a.75.75 0 1 1-1.06-1.06L10.94 12l-1.47-1.47a.75.75 0 0 1 0-1.06zM12 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 */
)
])
)
)
}
})