@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.64 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 16 16'
}
exports.default = (0, vue_1.defineComponent)({
name: 'ArrowSyncOff16Filled',
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: 'M3.418 4.126A5.976 5.976 0 0 0 2 8c0 1.853.84 3.51 2.159 4.61a.75.75 0 0 0 .96-1.152A4.489 4.489 0 0 1 3.5 8c0-1.063.368-2.039.984-2.809l6.325 6.325a4.478 4.478 0 0 1-2.209.944l.43-.43a.75.75 0 1 0-1.06-1.06l-1.75 1.75a.75.75 0 0 0 0 1.06l1.75 1.75a.75.75 0 0 0 1.06-1.06l-.493-.494a5.973 5.973 0 0 0 3.337-1.395l2.272 2.273a.5.5 0 0 0 .708-.708l-13-13a.5.5 0 1 0-.708.708l2.272 2.272zM6.97 3.97a.75.75 0 0 0-.206.672l.594.594a.75.75 0 0 0 .672-.206l1.75-1.75a.75.75 0 0 0 0-1.06L8.03.47a.75.75 0 0 0-1.06 1.06l.493.494c-.91.08-1.763.365-2.51.807L6.06 3.939a4.469 4.469 0 0 1 1.34-.4l-.43.43zm5.091 5.97l1.108 1.108C13.697 10.155 14 9.113 14 8c0-1.853-.84-3.51-2.159-4.61a.75.75 0 1 0-.96 1.152A4.489 4.489 0 0 1 12.5 8c0 .695-.157 1.353-.439 1.94z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})