UNPKG

@vicons/fluent

Version:

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

35 lines (34 loc) 1.49 kB
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue' const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 12 12' } export default defineComponent({ name: 'ArrowSyncOff12Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _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 */ ) ]) ) ) } })