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.37 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 32 32' } exports.default = (0, vue_1.defineComponent)({ name: 'ArrowRedo32Filled', 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: 'M27.002 4.256a1.25 1.25 0 1 0-2.5 0v6.181L19.905 5.64c-1.221-1.294-3.252-2.326-5.481-2.543c-2.28-.22-4.817.408-6.929 2.52c-2.149 2.15-2.712 4.66-2.5 6.83c.205 2.105 1.143 3.959 2.118 4.936l.002.002L18.322 28.68a1.25 1.25 0 1 0 1.775-1.76l-11.21-11.3l-.004-.004c-.523-.523-1.245-1.818-1.4-3.412c-.15-1.528.228-3.268 1.78-4.82c1.525-1.525 3.298-1.957 4.92-1.8c1.669.163 3.128.947 3.907 1.773l.007.008l4.939 5.155h-6.437a1.25 1.25 0 0 0 0 2.5h9.153c.69 0 1.25-.56 1.25-1.25V4.256z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })