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.58 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 16 16' } exports.default = (0, vue_1.defineComponent)({ name: 'ArrowSyncOff16Regular', 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 8a5.99 5.99 0 0 0 2.222 4.661a.5.5 0 0 0 .63-.776A4.99 4.99 0 0 1 3 8c0-1.2.423-2.302 1.129-3.164l7.035 7.035a4.978 4.978 0 0 1-2.953 1.125l.643-.642a.5.5 0 0 0-.708-.708l-1.5 1.5a.5.5 0 0 0 0 .708l1.5 1.5a.5.5 0 0 0 .708-.708l-.65-.65a5.974 5.974 0 0 0 3.67-1.415l2.272 2.273a.5.5 0 0 0 .708-.708l-13-13a.5.5 0 1 0-.708.708l2.272 2.272zm9.016 6.187l.735.735C13.697 10.155 14 9.113 14 8a5.99 5.99 0 0 0-2.222-4.661a.5.5 0 1 0-.63.776A4.99 4.99 0 0 1 13 8c0 .834-.204 1.621-.566 2.313zM4.952 2.83l.735.735a4.973 4.973 0 0 1 2.101-.562l-.642.642a.5.5 0 1 0 .708.708l1.5-1.5a.5.5 0 0 0 0-.708l-1.5-1.5a.5.5 0 1 0-.708.708l.65.65a5.968 5.968 0 0 0-2.844.827z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })