@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.5 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 12 12'
}
exports.default = (0, vue_1.defineComponent)({
name: 'ArrowSyncOff12Regular',
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: 'M2.84 3.547A3.983 3.983 0 0 0 2 6c0 .959.338 1.84.9 2.529a.5.5 0 0 0 .775-.633A2.986 2.986 0 0 1 3 6c0-.648.205-1.248.555-1.738l4.183 4.183c-.435.31-.958.507-1.523.547l.389-.388a.5.5 0 1 0-.707-.708l-1.25 1.25a.5.5 0 0 0 0 .708l1.25 1.25a.5.5 0 0 0 .707-.708l-.402-.401a3.98 3.98 0 0 0 2.25-.835l1.694 1.694a.5.5 0 0 0 .708-.708l-9-9a.5.5 0 1 0-.708.708L2.84 3.547zm6.058 3.23l.785.785C9.887 7.082 10 6.554 10 6a3.988 3.988 0 0 0-1.099-2.754a.5.5 0 0 0-.725.689a2.988 2.988 0 0 1 .722 2.842zm-4.46-4.46l1.726 1.726l1.19-1.19a.5.5 0 0 0 0-.707L6.103.896a.5.5 0 0 0-.708.708l.402.401a3.98 3.98 0 0 0-1.36.312z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})