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.8 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 20 20' } export default defineComponent({ name: 'ArrowRepeatAllOff20Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M2.222 2.222a.75.75 0 0 1 .977-.073l.084.073l14.496 14.495l.072.084a.75.75 0 0 1-1.049 1.05l-.084-.073l-2.853-2.852a5.012 5.012 0 0 1-.57.065l-.292.009l-4.442-.001l1.22 1.22a.75.75 0 0 1 .072.977l-.072.084a.75.75 0 0 1-.977.073l-.084-.073l-2.5-2.5a.75.75 0 0 1-.072-.976l.072-.085l2.5-2.5a.75.75 0 0 1 1.133.977l-.072.084L8.56 13.5h3.877L5.692 6.752a3.502 3.502 0 0 0-2.189 3.056L3.498 10c0 1.083.492 2.051 1.265 2.693a.75.75 0 0 1-1.01 1.107a4.999 4.999 0 0 1 .816-8.171L2.221 3.282l-.072-.084a.75.75 0 0 1 .072-.976zM15.751 6.01c.179 0 .343.063.472.168A4.98 4.98 0 0 1 18.003 10c0 1.52-.678 2.881-1.748 3.798l-1.066-1.065A3.493 3.493 0 0 0 16.503 10c0-1.08-.49-2.047-1.26-2.69a.75.75 0 0 1 .507-1.301zm-5.53-3.29a.75.75 0 0 1 .976-.073l.084.072l2.5 2.5l.072.085a.75.75 0 0 1 .008.882l-.08.094l-2.5 2.5l-.025.021l-1.057-1.057l.021-.025L11.44 6.5H8.953l-1.5-1.5h3.986L10.22 3.78l-.072-.084a.75.75 0 0 1 .072-.977z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })