@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.53 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: 'ArrowSyncDismiss24Regular',
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.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 */
)
])
)
)
}
})