@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.88 kB
JavaScript
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 24 24'
}
export default defineComponent({
name: 'ArrowRepeatAllOff24Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M3.613 2.21l.094.083l18 18a1 1 0 0 1-1.32 1.497l-.094-.083l-3.068-3.068c-.599.2-1.234.322-1.893.353l-.331.008H9.405l1.304 1.303l.077.087A1 1 0 0 1 9.39 21.8l-.095-.083l-3.005-3.005l-.077-.087a1 1 0 0 1-.006-1.232l.083-.095l3.005-3.005l.088-.078a1 1 0 0 1 1.232-.006l.095.084l.077.087a1 1 0 0 1 .006 1.232l-.083.095l-1.294 1.292h5.586c.187 0 .372-.01.553-.03L6.348 7.761A4.996 4.996 0 0 0 4 12.001c0 .918.248 1.779.68 2.519l.135.218a1 1 0 0 1-1.627 1.164A6.952 6.952 0 0 1 2 12a6.99 6.99 0 0 1 2.908-5.679L2.293 3.707a1 1 0 0 1 1.32-1.498zM20 7.681c.32 0 .603.15.787.382l.053.075l.017.027A6.963 6.963 0 0 1 22 12.001c0 1.977-.82 3.762-2.138 5.035l-1.415-1.414A4.985 4.985 0 0 0 20 12.001c0-.926-.252-1.793-.69-2.537l-.138-.22A1 1 0 0 1 20 7.683zm-5.375-5.47l.087.077l3.006 3.005a1 1 0 0 1 .077 1.327l-.078.087l-3.005 3.006a1 1 0 0 1-1.492-1.327l.078-.088l1.297-1.298H9.826L7.911 5.085c.278-.043.56-.07.848-.08l.24-.004h5.598l-1.299-1.298a1 1 0 0 1-.078-1.327l.078-.087a1 1 0 0 1 1.327-.078z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})