antd-mobile-icons
Version:
The icon set for antd-mobile.
51 lines (45 loc) • 4.25 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var React = _interopRequireWildcard(require("react"));
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
function UndoOutline(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: "UndoOutline-UndoOutline",
stroke: "none",
strokeWidth: 1,
fill: "none",
fillRule: "evenodd"
}, /*#__PURE__*/React.createElement("g", {
id: "UndoOutline-\u7F16\u7EC4"
}, /*#__PURE__*/React.createElement("rect", {
id: "UndoOutline-\u77E9\u5F62",
fill: "#FFFFFF",
opacity: 0,
x: 0,
y: 0,
width: 48,
height: 48
}), /*#__PURE__*/React.createElement("path", {
d: "M37.6816851,4.67509546 L39.8814657,6.85361151 C39.9573221,6.92873467 40,7.03106463 40,7.13782458 L40,12.7941829 L40,12.7941829 C40,13.6148733 39.334699,14.2801742 38.5140087,14.2801742 L32.7855772,14.2799123 C32.6801467,14.2799075 32.5789814,14.2382783 32.504082,14.164078 L30.3115658,11.9920253 C30.1546254,11.8365497 30.153438,11.5832865 30.3089136,11.4263461 C30.3840286,11.3505234 30.4863305,11.3078645 30.5930607,11.3078596 C31.6352757,11.3078111 32.6774907,11.3077627 33.7197057,11.3077142 C33.9940808,11.3077015 34.4056434,11.3076824 34.9543935,11.3076569 C34.447242,10.9019845 34.0603405,10.6058972 33.7936891,10.4193952 C31.0251782,8.48303631 27.6466787,7.3455482 24,7.3455482 C14.6111593,7.3455482 7,14.8856258 7,24.1867828 C7,33.4879399 14.6111593,41.0280174 24,41.0280174 C32.9375071,41.0280174 40.2641356,34.1954384 40.9478833,25.5152879 C40.9655577,25.2909127 40.979903,24.9777463 40.9909194,24.575789 C40.9968894,24.3592445 41.1741425,24.1867828 41.3907692,24.1867828 C41.6454621,24.1867828 41.848539,24.1867828 42,24.1867828 C42.2242544,24.1867828 42.505085,24.1867828 42.8424919,24.1867828 C43.0040925,24.1867828 43.2540143,24.1867828 43.5922573,24.1867828 L43.5922573,24.1867425 C43.8131934,24.1867425 43.9922976,24.3658467 43.9922976,24.5867828 C43.9922976,24.5898274 43.9922628,24.592872 43.9921933,24.5959158 C43.9839849,24.955365 43.9734263,25.2373729 43.9605177,25.4419395 C43.3069184,35.7996864 34.62013,44 24,44 C12.954305,44 4,35.1293205 4,24.1867828 C4,13.2442451 12.954305,4.37356563 24,4.37356563 C28.4185686,4.37356563 32.5024707,5.79306104 35.8123933,8.19684145 C36.0846021,8.3945289 36.4808621,8.70576637 37.0011734,9.13055386 C37.0010426,8.55895913 37.0009446,8.13026308 37.0008792,7.84446571 C37.0006593,6.88277715 37.0004394,5.92108858 37.0002194,4.95940002 C37.0001689,4.73848612 37.179214,4.55935907 37.4001279,4.55930855 C37.5055732,4.55928443 37.6067628,4.60089741 37.6816851,4.67509546 Z",
id: "UndoOutline-\u8DEF\u5F84",
fill: "currentColor",
fillRule: "nonzero"
}))));
}
var _default = UndoOutline;
exports.default = _default;