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.61 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: 'ArrowRepeatAll16Filled', 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: 'M12.75 5.515a.75.75 0 0 1 .617.323l.04.066a4 4 0 0 1-3.208 6.091L10 12l-2.445-.001l.722.722a.75.75 0 0 1 .073.977l-.073.084a.75.75 0 0 1-.976.072l-.084-.072l-2.002-2.002a.75.75 0 0 1-.073-.976l.073-.085l2.002-2.001a.75.75 0 0 1 1.133.976l-.073.084l-.721.721H10a2.5 2.5 0 0 0 2.495-2.335L12.5 8c0-.495-.144-.956-.391-1.344a.75.75 0 0 1 .641-1.141zM7.72 2.218a.75.75 0 0 1 .976-.073l.084.073l2.002 2.001l.073.085a.75.75 0 0 1 .007.882l-.08.094L8.78 7.282l-.084.072a.75.75 0 0 1-.882.008l-.094-.08l-.073-.084a.75.75 0 0 1-.007-.883l.08-.094l.721-.722H6a2.5 2.5 0 0 0-2.495 2.336L3.5 8c0 .421.104.818.288 1.167l.11.184a.75.75 0 0 1-1.283.777A4 4 0 0 1 5.8 4.005L6 4l2.44-.001l-.72-.72l-.073-.085a.75.75 0 0 1 .073-.976z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })