@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.73 kB
JavaScript
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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'ArrowRepeatAll24Regular',
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: 'M14.61 2.47l-.077-.067a.748.748 0 0 0-.983.067l-.068.078a.755.755 0 0 0 .068.987l1.971 1.977H8.5l-.233.004C4.785 5.639 2 8.51 2 12.036c0 1.69.64 3.23 1.692 4.39l.072.069a.751.751 0 0 0 1.08-1.033l-.2-.231A5.009 5.009 0 0 1 3.5 12.035c0-2.771 2.239-5.018 5-5.018h6.881l-1.832 1.84l-.067.078a.755.755 0 0 0 .068.987a.748.748 0 0 0 1.06 0l3.182-3.193l.067-.078a.755.755 0 0 0-.067-.987L14.61 2.47zm5.62 5.101a.751.751 0 0 0-1.05 1.066a5.01 5.01 0 0 1 1.32 3.398c0 2.772-2.239 5.019-5 5.019H8.558l1.905-1.911l.074-.086a.755.755 0 0 0-.007-.902l-.067-.077l-.084-.073a.748.748 0 0 0-.9.006l-.076.067l-3.182 3.194l-.073.085a.755.755 0 0 0 .006.902l.067.077l3.182 3.194l.084.072c.293.22.71.195.976-.073a.755.755 0 0 0 .068-.987l-.068-.077l-1.899-1.906H15.5l.233-.004C19.215 18.432 22 15.56 22 12.035a6.513 6.513 0 0 0-1.697-4.395l-.073-.069z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})