UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 1.51 kB
'use strict' 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: 'ArrowSyncOff12Filled', 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.769 3.476A4.082 4.082 0 0 0 1.899 6c0 .983.347 1.886.924 2.593a.6.6 0 0 0 .93-.76A2.886 2.886 0 0 1 3.1 6c0-.62.195-1.195.526-1.666l4.04 4.04a2.884 2.884 0 0 1-1.177.485l.185-.184a.6.6 0 1 0-.849-.849l-1.25 1.25a.6.6 0 0 0 0 .849l1.25 1.25a.6.6 0 1 0 .849-.849l-.248-.248a4.08 4.08 0 0 0 2.098-.846l1.622 1.622a.5.5 0 0 0 .708-.707l-9-9a.5.5 0 0 0-.708.707L2.77 3.476zm6.047 3.22l.943.943c.22-.502.34-1.056.34-1.639a4.088 4.088 0 0 0-1.125-2.822a.6.6 0 1 0-.87.826a2.888 2.888 0 0 1 .712 2.691zM4.362 2.24l1.873 1.873l1.19-1.19a.6.6 0 0 0 0-.848L6.174.826a.6.6 0 0 0-.85.849l.248.247a4.074 4.074 0 0 0-1.211.319z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })