UNPKG

antd-mobile-icons

Version:
39 lines (37 loc) 2.98 kB
import * as React from "react"; function RedoOutline(props) { return /*#__PURE__*/React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink" }, props, { style: Object.assign({ verticalAlign: '-0.125em' }, props.style), className: ['antd-mobile-icon', props.className].filter(Boolean).join(' ') }), /*#__PURE__*/React.createElement("g", { id: "RedoOutline-RedoOutline", stroke: "none", strokeWidth: 1, fill: "none", fillRule: "evenodd" }, /*#__PURE__*/React.createElement("g", { id: "RedoOutline-\u7F16\u7EC4" }, /*#__PURE__*/React.createElement("rect", { id: "RedoOutline-\u77E9\u5F62", fill: "#FFFFFF", opacity: 0, x: 0, y: 0, width: 48, height: 48 }), /*#__PURE__*/React.createElement("path", { d: "M10.3183149,4.67509546 L8.11853432,6.85361151 C8.04267789,6.92873467 8,7.03106463 8,7.13782458 L8,12.7941829 L8,12.7941829 C8,13.6148733 8.66530096,14.2801742 9.48599129,14.2801742 L15.2144228,14.2799123 C15.3198533,14.2799075 15.4210186,14.2382783 15.495918,14.164078 L17.6884342,11.9920253 C17.8453746,11.8365497 17.846562,11.5832865 17.6910864,11.4263461 C17.6159714,11.3505234 17.5136695,11.3078645 17.4069393,11.3078596 C16.4458378,11.3078149 15.4847362,11.3077702 14.5236347,11.3077256 C14.195184,11.3077103 13.7025079,11.3076874 13.0456065,11.3076569 C13.4913013,10.9492766 13.8306754,10.6867949 14.0637288,10.5202117 C16.8584596,8.52257824 20.290479,7.3455482 24,7.3455482 C33.3888407,7.3455482 41,14.8856258 41,24.1867828 C41,33.4879399 33.3888407,41.0280174 24,41.0280174 C15.1086664,41.0280174 7.8116099,34.2658537 7.06324515,25.6496709 C7.04116461,25.39545 7.02335978,25.0372374 7.00983067,24.575033 C7.00345476,24.3587956 6.82633334,24.1867828 6.61000192,24.1867828 C6.29559537,24.1867828 6.06186091,24.1867828 5.90879853,24.1867828 C5.54171933,24.1867828 5.23878649,24.1867828 5,24.1867828 C4.85202546,24.1867828 4.65478388,24.1867828 4.40827526,24.1867828 L4.40827526,24.1866878 C4.18730889,24.1866878 4.00818025,24.3658164 4.00818025,24.5867828 C4.00818025,24.5899736 4.00821842,24.5931643 4.00829475,24.5963542 C4.0178917,24.9974016 4.0303453,25.3106811 4.04565556,25.5361926 C4.74583138,35.8493898 13.412104,44 24,44 C35.045695,44 44,35.1293205 44,24.1867828 C44,13.2442451 35.045695,4.37356563 24,4.37356563 C19.4731357,4.37356563 15.2975437,5.86349521 11.9456371,8.37535324 C11.7300283,8.53692651 11.4144248,8.78866006 10.9988266,9.13055386 C10.998921,8.71783017 10.9989918,8.4082874 10.999039,8.20192555 C10.9992862,7.12108371 10.9995334,6.04024186 10.9997806,4.95940002 C10.9998311,4.73848612 10.820786,4.55935907 10.5998721,4.55930855 C10.4944268,4.55928443 10.3932372,4.60089741 10.3183149,4.67509546 Z", id: "RedoOutline-\u8DEF\u5F84", fill: "currentColor", fillRule: "nonzero" })))); } export default RedoOutline;