@tant/icons 1.3.7 → 1.3.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es/icons/edit-fill.js +2 -9
- package/dist/es/icons/m-event-cl.js +59 -0
- package/dist/es/icons/recurring.js +3 -3
- package/dist/es/index.js +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/lib/icons/edit-fill.js +2 -9
- package/dist/lib/icons/m-event-cl.js +67 -0
- package/dist/lib/icons/recurring.js +3 -3
- package/dist/lib/index.js +7 -0
- package/dist/tant-icons.cjs.js +722 -677
- package/dist/tant-icons.esm.js +722 -678
- package/package.json +1 -1
package/dist/tant-icons.cjs.js
CHANGED
|
@@ -2578,9 +2578,9 @@ var Recurring = function Recurring(props) {
|
|
|
2578
2578
|
animationTimingFunction: 'linear'
|
|
2579
2579
|
} : {})
|
|
2580
2580
|
}), /*#__PURE__*/React.createElement("path", {
|
|
2581
|
-
|
|
2582
|
-
|
|
2583
|
-
d: "
|
|
2581
|
+
d: "M7.046 7.05a7 7 0 0110.022.125h-1.119a1 1 0 100 2h3.535a1 1 0 001-1V4.639a1 1 0 10-2 0v1.124a9 9 0 00-12.852-.127A8.969 8.969 0 003 11.854a1 1 0 002 .032A6.969 6.969 0 017.046 7.05z"
|
|
2582
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
2583
|
+
d: "M20.988 12.036a1 1 0 10-2-.008 6.966 6.966 0 01-2.042 4.922 7 7 0 01-10.022-.125h1.119a1 1 0 000-2H4.508a1 1 0 00-1 1v3.536a1 1 0 002 0v-1.124c.04.043.082.085.124.127a9 9 0 0012.728 0 8.965 8.965 0 002.628-6.328z"
|
|
2584
2584
|
})));
|
|
2585
2585
|
};
|
|
2586
2586
|
Recurring.propTypes = {
|
|
@@ -8131,7 +8131,7 @@ PageOpenCl.defaultProps = {
|
|
|
8131
8131
|
|
|
8132
8132
|
var _excluded$2C = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
8133
8133
|
var loadingCircleStyle$2C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8134
|
-
var
|
|
8134
|
+
var MEventCl = function MEventCl(props) {
|
|
8135
8135
|
var color = props.color,
|
|
8136
8136
|
size = props.size,
|
|
8137
8137
|
spin = props.spin,
|
|
@@ -8158,6 +8158,57 @@ var Info = function Info(props) {
|
|
|
8158
8158
|
animationName: 'loadingCircle',
|
|
8159
8159
|
animationTimingFunction: 'linear'
|
|
8160
8160
|
} : {})
|
|
8161
|
+
}), /*#__PURE__*/React.createElement("circle", {
|
|
8162
|
+
cx: "17",
|
|
8163
|
+
cy: "7",
|
|
8164
|
+
r: "5",
|
|
8165
|
+
fill: "#F66C47"
|
|
8166
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
8167
|
+
d: "M2.727 13.472c-.819-.358-.794-1.527.038-1.85l13.596-5.266c.814-.316 1.613.49 1.29 1.302l-5.416 13.6c-.33.832-1.503.843-1.85.019l-2.148-5.1a1 1 0 00-.521-.529l-4.99-2.176z",
|
|
8168
|
+
fill: "#1673F6"
|
|
8169
|
+
})));
|
|
8170
|
+
};
|
|
8171
|
+
MEventCl.propTypes = {
|
|
8172
|
+
iconClassName: PropTypes.string,
|
|
8173
|
+
spin: PropTypes.bool,
|
|
8174
|
+
color: PropTypes.string,
|
|
8175
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
8176
|
+
};
|
|
8177
|
+
MEventCl.defaultProps = {
|
|
8178
|
+
spin: false,
|
|
8179
|
+
color: 'currentColor',
|
|
8180
|
+
size: '1em'
|
|
8181
|
+
};
|
|
8182
|
+
|
|
8183
|
+
var _excluded$2D = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
8184
|
+
var loadingCircleStyle$2D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8185
|
+
var Info = function Info(props) {
|
|
8186
|
+
var color = props.color,
|
|
8187
|
+
size = props.size,
|
|
8188
|
+
spin = props.spin,
|
|
8189
|
+
style = props.style,
|
|
8190
|
+
className = props.className,
|
|
8191
|
+
iconClassName = props.iconClassName,
|
|
8192
|
+
otherProps = _objectWithoutProperties(props, _excluded$2D);
|
|
8193
|
+
return /*#__PURE__*/React.createElement("span", {
|
|
8194
|
+
role: "img",
|
|
8195
|
+
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8196
|
+
}, /*#__PURE__*/React.createElement("style", {
|
|
8197
|
+
children: loadingCircleStyle$2D
|
|
8198
|
+
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8199
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8200
|
+
width: size,
|
|
8201
|
+
height: size,
|
|
8202
|
+
viewBox: "0 0 24 24",
|
|
8203
|
+
fill: color
|
|
8204
|
+
}, otherProps, {
|
|
8205
|
+
className: iconClassName,
|
|
8206
|
+
style: _objectSpread2(_objectSpread2({}, style), spin ? {
|
|
8207
|
+
animationDuration: '1s',
|
|
8208
|
+
animationIterationCount: 'infinite',
|
|
8209
|
+
animationName: 'loadingCircle',
|
|
8210
|
+
animationTimingFunction: 'linear'
|
|
8211
|
+
} : {})
|
|
8161
8212
|
}), /*#__PURE__*/React.createElement("path", {
|
|
8162
8213
|
d: "M12 20a8 8 0 110-16 8 8 0 010 16zm0 2c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z"
|
|
8163
8214
|
}), /*#__PURE__*/React.createElement("path", {
|
|
@@ -8178,8 +8229,8 @@ Info.defaultProps = {
|
|
|
8178
8229
|
size: '1em'
|
|
8179
8230
|
};
|
|
8180
8231
|
|
|
8181
|
-
var _excluded$
|
|
8182
|
-
var loadingCircleStyle$
|
|
8232
|
+
var _excluded$2E = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
8233
|
+
var loadingCircleStyle$2E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8183
8234
|
var InfoFill = function InfoFill(props) {
|
|
8184
8235
|
var color = props.color,
|
|
8185
8236
|
size = props.size,
|
|
@@ -8187,12 +8238,12 @@ var InfoFill = function InfoFill(props) {
|
|
|
8187
8238
|
style = props.style,
|
|
8188
8239
|
className = props.className,
|
|
8189
8240
|
iconClassName = props.iconClassName,
|
|
8190
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8241
|
+
otherProps = _objectWithoutProperties(props, _excluded$2E);
|
|
8191
8242
|
return /*#__PURE__*/React.createElement("span", {
|
|
8192
8243
|
role: "img",
|
|
8193
8244
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8194
8245
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8195
|
-
children: loadingCircleStyle$
|
|
8246
|
+
children: loadingCircleStyle$2E
|
|
8196
8247
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8197
8248
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8198
8249
|
width: size,
|
|
@@ -8223,8 +8274,8 @@ InfoFill.defaultProps = {
|
|
|
8223
8274
|
size: '1em'
|
|
8224
8275
|
};
|
|
8225
8276
|
|
|
8226
|
-
var _excluded$
|
|
8227
|
-
var loadingCircleStyle$
|
|
8277
|
+
var _excluded$2F = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
8278
|
+
var loadingCircleStyle$2F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8228
8279
|
var Help = function Help(props) {
|
|
8229
8280
|
var color = props.color,
|
|
8230
8281
|
size = props.size,
|
|
@@ -8232,12 +8283,12 @@ var Help = function Help(props) {
|
|
|
8232
8283
|
style = props.style,
|
|
8233
8284
|
className = props.className,
|
|
8234
8285
|
iconClassName = props.iconClassName,
|
|
8235
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8286
|
+
otherProps = _objectWithoutProperties(props, _excluded$2F);
|
|
8236
8287
|
return /*#__PURE__*/React.createElement("span", {
|
|
8237
8288
|
role: "img",
|
|
8238
8289
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8239
8290
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8240
|
-
children: loadingCircleStyle$
|
|
8291
|
+
children: loadingCircleStyle$2F
|
|
8241
8292
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8242
8293
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8243
8294
|
width: size,
|
|
@@ -8268,8 +8319,8 @@ Help.defaultProps = {
|
|
|
8268
8319
|
size: '1em'
|
|
8269
8320
|
};
|
|
8270
8321
|
|
|
8271
|
-
var _excluded$
|
|
8272
|
-
var loadingCircleStyle$
|
|
8322
|
+
var _excluded$2G = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
8323
|
+
var loadingCircleStyle$2G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8273
8324
|
var History = function History(props) {
|
|
8274
8325
|
var color = props.color,
|
|
8275
8326
|
size = props.size,
|
|
@@ -8277,12 +8328,12 @@ var History = function History(props) {
|
|
|
8277
8328
|
style = props.style,
|
|
8278
8329
|
className = props.className,
|
|
8279
8330
|
iconClassName = props.iconClassName,
|
|
8280
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8331
|
+
otherProps = _objectWithoutProperties(props, _excluded$2G);
|
|
8281
8332
|
return /*#__PURE__*/React.createElement("span", {
|
|
8282
8333
|
role: "img",
|
|
8283
8334
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8284
8335
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8285
|
-
children: loadingCircleStyle$
|
|
8336
|
+
children: loadingCircleStyle$2G
|
|
8286
8337
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8287
8338
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8288
8339
|
width: size,
|
|
@@ -8313,8 +8364,8 @@ History.defaultProps = {
|
|
|
8313
8364
|
size: '1em'
|
|
8314
8365
|
};
|
|
8315
8366
|
|
|
8316
|
-
var _excluded$
|
|
8317
|
-
var loadingCircleStyle$
|
|
8367
|
+
var _excluded$2H = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
8368
|
+
var loadingCircleStyle$2H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8318
8369
|
var Backup = function Backup(props) {
|
|
8319
8370
|
var color = props.color,
|
|
8320
8371
|
size = props.size,
|
|
@@ -8322,12 +8373,12 @@ var Backup = function Backup(props) {
|
|
|
8322
8373
|
style = props.style,
|
|
8323
8374
|
className = props.className,
|
|
8324
8375
|
iconClassName = props.iconClassName,
|
|
8325
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8376
|
+
otherProps = _objectWithoutProperties(props, _excluded$2H);
|
|
8326
8377
|
return /*#__PURE__*/React.createElement("span", {
|
|
8327
8378
|
role: "img",
|
|
8328
8379
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8329
8380
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8330
|
-
children: loadingCircleStyle$
|
|
8381
|
+
children: loadingCircleStyle$2H
|
|
8331
8382
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8332
8383
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8333
8384
|
width: size,
|
|
@@ -8360,8 +8411,8 @@ Backup.defaultProps = {
|
|
|
8360
8411
|
size: '1em'
|
|
8361
8412
|
};
|
|
8362
8413
|
|
|
8363
|
-
var _excluded$
|
|
8364
|
-
var loadingCircleStyle$
|
|
8414
|
+
var _excluded$2I = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
8415
|
+
var loadingCircleStyle$2I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8365
8416
|
var Error = function Error(props) {
|
|
8366
8417
|
var color = props.color,
|
|
8367
8418
|
size = props.size,
|
|
@@ -8369,12 +8420,12 @@ var Error = function Error(props) {
|
|
|
8369
8420
|
style = props.style,
|
|
8370
8421
|
className = props.className,
|
|
8371
8422
|
iconClassName = props.iconClassName,
|
|
8372
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8423
|
+
otherProps = _objectWithoutProperties(props, _excluded$2I);
|
|
8373
8424
|
return /*#__PURE__*/React.createElement("span", {
|
|
8374
8425
|
role: "img",
|
|
8375
8426
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8376
8427
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8377
|
-
children: loadingCircleStyle$
|
|
8428
|
+
children: loadingCircleStyle$2I
|
|
8378
8429
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8379
8430
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8380
8431
|
width: size,
|
|
@@ -8409,8 +8460,8 @@ Error.defaultProps = {
|
|
|
8409
8460
|
size: '1em'
|
|
8410
8461
|
};
|
|
8411
8462
|
|
|
8412
|
-
var _excluded$
|
|
8413
|
-
var loadingCircleStyle$
|
|
8463
|
+
var _excluded$2J = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
8464
|
+
var loadingCircleStyle$2J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8414
8465
|
var ErrorFill = function ErrorFill(props) {
|
|
8415
8466
|
var color = props.color,
|
|
8416
8467
|
size = props.size,
|
|
@@ -8418,12 +8469,12 @@ var ErrorFill = function ErrorFill(props) {
|
|
|
8418
8469
|
style = props.style,
|
|
8419
8470
|
className = props.className,
|
|
8420
8471
|
iconClassName = props.iconClassName,
|
|
8421
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8472
|
+
otherProps = _objectWithoutProperties(props, _excluded$2J);
|
|
8422
8473
|
return /*#__PURE__*/React.createElement("span", {
|
|
8423
8474
|
role: "img",
|
|
8424
8475
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8425
8476
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8426
|
-
children: loadingCircleStyle$
|
|
8477
|
+
children: loadingCircleStyle$2J
|
|
8427
8478
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8428
8479
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8429
8480
|
width: size,
|
|
@@ -8454,8 +8505,8 @@ ErrorFill.defaultProps = {
|
|
|
8454
8505
|
size: '1em'
|
|
8455
8506
|
};
|
|
8456
8507
|
|
|
8457
|
-
var _excluded$
|
|
8458
|
-
var loadingCircleStyle$
|
|
8508
|
+
var _excluded$2K = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
8509
|
+
var loadingCircleStyle$2K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8459
8510
|
var Error2 = function Error2(props) {
|
|
8460
8511
|
var color = props.color,
|
|
8461
8512
|
size = props.size,
|
|
@@ -8463,12 +8514,12 @@ var Error2 = function Error2(props) {
|
|
|
8463
8514
|
style = props.style,
|
|
8464
8515
|
className = props.className,
|
|
8465
8516
|
iconClassName = props.iconClassName,
|
|
8466
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8517
|
+
otherProps = _objectWithoutProperties(props, _excluded$2K);
|
|
8467
8518
|
return /*#__PURE__*/React.createElement("span", {
|
|
8468
8519
|
role: "img",
|
|
8469
8520
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8470
8521
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8471
|
-
children: loadingCircleStyle$
|
|
8522
|
+
children: loadingCircleStyle$2K
|
|
8472
8523
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8473
8524
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8474
8525
|
width: size,
|
|
@@ -8501,8 +8552,8 @@ Error2.defaultProps = {
|
|
|
8501
8552
|
size: '1em'
|
|
8502
8553
|
};
|
|
8503
8554
|
|
|
8504
|
-
var _excluded$
|
|
8505
|
-
var loadingCircleStyle$
|
|
8555
|
+
var _excluded$2L = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
8556
|
+
var loadingCircleStyle$2L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8506
8557
|
var Error2Fill = function Error2Fill(props) {
|
|
8507
8558
|
var color = props.color,
|
|
8508
8559
|
size = props.size,
|
|
@@ -8510,12 +8561,12 @@ var Error2Fill = function Error2Fill(props) {
|
|
|
8510
8561
|
style = props.style,
|
|
8511
8562
|
className = props.className,
|
|
8512
8563
|
iconClassName = props.iconClassName,
|
|
8513
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8564
|
+
otherProps = _objectWithoutProperties(props, _excluded$2L);
|
|
8514
8565
|
return /*#__PURE__*/React.createElement("span", {
|
|
8515
8566
|
role: "img",
|
|
8516
8567
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8517
8568
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8518
|
-
children: loadingCircleStyle$
|
|
8569
|
+
children: loadingCircleStyle$2L
|
|
8519
8570
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8520
8571
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8521
8572
|
width: size,
|
|
@@ -8548,8 +8599,8 @@ Error2Fill.defaultProps = {
|
|
|
8548
8599
|
size: '1em'
|
|
8549
8600
|
};
|
|
8550
8601
|
|
|
8551
|
-
var _excluded$
|
|
8552
|
-
var loadingCircleStyle$
|
|
8602
|
+
var _excluded$2M = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
8603
|
+
var loadingCircleStyle$2M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8553
8604
|
var Success = function Success(props) {
|
|
8554
8605
|
var color = props.color,
|
|
8555
8606
|
size = props.size,
|
|
@@ -8557,12 +8608,12 @@ var Success = function Success(props) {
|
|
|
8557
8608
|
style = props.style,
|
|
8558
8609
|
className = props.className,
|
|
8559
8610
|
iconClassName = props.iconClassName,
|
|
8560
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8611
|
+
otherProps = _objectWithoutProperties(props, _excluded$2M);
|
|
8561
8612
|
return /*#__PURE__*/React.createElement("span", {
|
|
8562
8613
|
role: "img",
|
|
8563
8614
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8564
8615
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8565
|
-
children: loadingCircleStyle$
|
|
8616
|
+
children: loadingCircleStyle$2M
|
|
8566
8617
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8567
8618
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8568
8619
|
width: size,
|
|
@@ -8593,8 +8644,8 @@ Success.defaultProps = {
|
|
|
8593
8644
|
size: '1em'
|
|
8594
8645
|
};
|
|
8595
8646
|
|
|
8596
|
-
var _excluded$
|
|
8597
|
-
var loadingCircleStyle$
|
|
8647
|
+
var _excluded$2N = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
8648
|
+
var loadingCircleStyle$2N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8598
8649
|
var SuccessFill = function SuccessFill(props) {
|
|
8599
8650
|
var color = props.color,
|
|
8600
8651
|
size = props.size,
|
|
@@ -8602,12 +8653,12 @@ var SuccessFill = function SuccessFill(props) {
|
|
|
8602
8653
|
style = props.style,
|
|
8603
8654
|
className = props.className,
|
|
8604
8655
|
iconClassName = props.iconClassName,
|
|
8605
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8656
|
+
otherProps = _objectWithoutProperties(props, _excluded$2N);
|
|
8606
8657
|
return /*#__PURE__*/React.createElement("span", {
|
|
8607
8658
|
role: "img",
|
|
8608
8659
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8609
8660
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8610
|
-
children: loadingCircleStyle$
|
|
8661
|
+
children: loadingCircleStyle$2N
|
|
8611
8662
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8612
8663
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8613
8664
|
width: size,
|
|
@@ -8640,8 +8691,8 @@ SuccessFill.defaultProps = {
|
|
|
8640
8691
|
size: '1em'
|
|
8641
8692
|
};
|
|
8642
8693
|
|
|
8643
|
-
var _excluded$
|
|
8644
|
-
var loadingCircleStyle$
|
|
8694
|
+
var _excluded$2O = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
8695
|
+
var loadingCircleStyle$2O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8645
8696
|
var Delete2 = function Delete2(props) {
|
|
8646
8697
|
var color = props.color,
|
|
8647
8698
|
size = props.size,
|
|
@@ -8649,12 +8700,12 @@ var Delete2 = function Delete2(props) {
|
|
|
8649
8700
|
style = props.style,
|
|
8650
8701
|
className = props.className,
|
|
8651
8702
|
iconClassName = props.iconClassName,
|
|
8652
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8703
|
+
otherProps = _objectWithoutProperties(props, _excluded$2O);
|
|
8653
8704
|
return /*#__PURE__*/React.createElement("span", {
|
|
8654
8705
|
role: "img",
|
|
8655
8706
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8656
8707
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8657
|
-
children: loadingCircleStyle$
|
|
8708
|
+
children: loadingCircleStyle$2O
|
|
8658
8709
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8659
8710
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8660
8711
|
width: size,
|
|
@@ -8685,8 +8736,8 @@ Delete2.defaultProps = {
|
|
|
8685
8736
|
size: '1em'
|
|
8686
8737
|
};
|
|
8687
8738
|
|
|
8688
|
-
var _excluded$
|
|
8689
|
-
var loadingCircleStyle$
|
|
8739
|
+
var _excluded$2P = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
8740
|
+
var loadingCircleStyle$2P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8690
8741
|
var Delete2Fill = function Delete2Fill(props) {
|
|
8691
8742
|
var color = props.color,
|
|
8692
8743
|
size = props.size,
|
|
@@ -8694,12 +8745,12 @@ var Delete2Fill = function Delete2Fill(props) {
|
|
|
8694
8745
|
style = props.style,
|
|
8695
8746
|
className = props.className,
|
|
8696
8747
|
iconClassName = props.iconClassName,
|
|
8697
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8748
|
+
otherProps = _objectWithoutProperties(props, _excluded$2P);
|
|
8698
8749
|
return /*#__PURE__*/React.createElement("span", {
|
|
8699
8750
|
role: "img",
|
|
8700
8751
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8701
8752
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8702
|
-
children: loadingCircleStyle$
|
|
8753
|
+
children: loadingCircleStyle$2P
|
|
8703
8754
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8704
8755
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8705
8756
|
width: size,
|
|
@@ -8730,8 +8781,8 @@ Delete2Fill.defaultProps = {
|
|
|
8730
8781
|
size: '1em'
|
|
8731
8782
|
};
|
|
8732
8783
|
|
|
8733
|
-
var _excluded$
|
|
8734
|
-
var loadingCircleStyle$
|
|
8784
|
+
var _excluded$2Q = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
8785
|
+
var loadingCircleStyle$2Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8735
8786
|
var Exchange = function Exchange(props) {
|
|
8736
8787
|
var color = props.color,
|
|
8737
8788
|
size = props.size,
|
|
@@ -8739,12 +8790,12 @@ var Exchange = function Exchange(props) {
|
|
|
8739
8790
|
style = props.style,
|
|
8740
8791
|
className = props.className,
|
|
8741
8792
|
iconClassName = props.iconClassName,
|
|
8742
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8793
|
+
otherProps = _objectWithoutProperties(props, _excluded$2Q);
|
|
8743
8794
|
return /*#__PURE__*/React.createElement("span", {
|
|
8744
8795
|
role: "img",
|
|
8745
8796
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8746
8797
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8747
|
-
children: loadingCircleStyle$
|
|
8798
|
+
children: loadingCircleStyle$2Q
|
|
8748
8799
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8749
8800
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8750
8801
|
width: size,
|
|
@@ -8775,8 +8826,8 @@ Exchange.defaultProps = {
|
|
|
8775
8826
|
size: '1em'
|
|
8776
8827
|
};
|
|
8777
8828
|
|
|
8778
|
-
var _excluded$
|
|
8779
|
-
var loadingCircleStyle$
|
|
8829
|
+
var _excluded$2R = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
8830
|
+
var loadingCircleStyle$2R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8780
8831
|
var SwapFill = function SwapFill(props) {
|
|
8781
8832
|
var color = props.color,
|
|
8782
8833
|
size = props.size,
|
|
@@ -8784,12 +8835,12 @@ var SwapFill = function SwapFill(props) {
|
|
|
8784
8835
|
style = props.style,
|
|
8785
8836
|
className = props.className,
|
|
8786
8837
|
iconClassName = props.iconClassName,
|
|
8787
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8838
|
+
otherProps = _objectWithoutProperties(props, _excluded$2R);
|
|
8788
8839
|
return /*#__PURE__*/React.createElement("span", {
|
|
8789
8840
|
role: "img",
|
|
8790
8841
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8791
8842
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8792
|
-
children: loadingCircleStyle$
|
|
8843
|
+
children: loadingCircleStyle$2R
|
|
8793
8844
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8794
8845
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8795
8846
|
width: size,
|
|
@@ -8820,8 +8871,8 @@ SwapFill.defaultProps = {
|
|
|
8820
8871
|
size: '1em'
|
|
8821
8872
|
};
|
|
8822
8873
|
|
|
8823
|
-
var _excluded$
|
|
8824
|
-
var loadingCircleStyle$
|
|
8874
|
+
var _excluded$2S = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
8875
|
+
var loadingCircleStyle$2S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8825
8876
|
var Processing = function Processing(props) {
|
|
8826
8877
|
var color = props.color,
|
|
8827
8878
|
size = props.size,
|
|
@@ -8829,12 +8880,12 @@ var Processing = function Processing(props) {
|
|
|
8829
8880
|
style = props.style,
|
|
8830
8881
|
className = props.className,
|
|
8831
8882
|
iconClassName = props.iconClassName,
|
|
8832
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8883
|
+
otherProps = _objectWithoutProperties(props, _excluded$2S);
|
|
8833
8884
|
return /*#__PURE__*/React.createElement("span", {
|
|
8834
8885
|
role: "img",
|
|
8835
8886
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8836
8887
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8837
|
-
children: loadingCircleStyle$
|
|
8888
|
+
children: loadingCircleStyle$2S
|
|
8838
8889
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8839
8890
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8840
8891
|
width: size,
|
|
@@ -8865,8 +8916,8 @@ Processing.defaultProps = {
|
|
|
8865
8916
|
size: '1em'
|
|
8866
8917
|
};
|
|
8867
8918
|
|
|
8868
|
-
var _excluded$
|
|
8869
|
-
var loadingCircleStyle$
|
|
8919
|
+
var _excluded$2T = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
8920
|
+
var loadingCircleStyle$2T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8870
8921
|
var Processing2 = function Processing2(props) {
|
|
8871
8922
|
var color = props.color,
|
|
8872
8923
|
size = props.size,
|
|
@@ -8874,12 +8925,12 @@ var Processing2 = function Processing2(props) {
|
|
|
8874
8925
|
style = props.style,
|
|
8875
8926
|
className = props.className,
|
|
8876
8927
|
iconClassName = props.iconClassName,
|
|
8877
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8928
|
+
otherProps = _objectWithoutProperties(props, _excluded$2T);
|
|
8878
8929
|
return /*#__PURE__*/React.createElement("span", {
|
|
8879
8930
|
role: "img",
|
|
8880
8931
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8881
8932
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8882
|
-
children: loadingCircleStyle$
|
|
8933
|
+
children: loadingCircleStyle$2T
|
|
8883
8934
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8884
8935
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8885
8936
|
width: size,
|
|
@@ -8912,8 +8963,8 @@ Processing2.defaultProps = {
|
|
|
8912
8963
|
size: '1em'
|
|
8913
8964
|
};
|
|
8914
8965
|
|
|
8915
|
-
var _excluded$
|
|
8916
|
-
var loadingCircleStyle$
|
|
8966
|
+
var _excluded$2U = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
8967
|
+
var loadingCircleStyle$2U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8917
8968
|
var Done = function Done(props) {
|
|
8918
8969
|
var color = props.color,
|
|
8919
8970
|
size = props.size,
|
|
@@ -8921,12 +8972,12 @@ var Done = function Done(props) {
|
|
|
8921
8972
|
style = props.style,
|
|
8922
8973
|
className = props.className,
|
|
8923
8974
|
iconClassName = props.iconClassName,
|
|
8924
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8975
|
+
otherProps = _objectWithoutProperties(props, _excluded$2U);
|
|
8925
8976
|
return /*#__PURE__*/React.createElement("span", {
|
|
8926
8977
|
role: "img",
|
|
8927
8978
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8928
8979
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8929
|
-
children: loadingCircleStyle$
|
|
8980
|
+
children: loadingCircleStyle$2U
|
|
8930
8981
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8931
8982
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8932
8983
|
width: size,
|
|
@@ -8957,8 +9008,8 @@ Done.defaultProps = {
|
|
|
8957
9008
|
size: '1em'
|
|
8958
9009
|
};
|
|
8959
9010
|
|
|
8960
|
-
var _excluded$
|
|
8961
|
-
var loadingCircleStyle$
|
|
9011
|
+
var _excluded$2V = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
9012
|
+
var loadingCircleStyle$2V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8962
9013
|
var Close = function Close(props) {
|
|
8963
9014
|
var color = props.color,
|
|
8964
9015
|
size = props.size,
|
|
@@ -8966,12 +9017,12 @@ var Close = function Close(props) {
|
|
|
8966
9017
|
style = props.style,
|
|
8967
9018
|
className = props.className,
|
|
8968
9019
|
iconClassName = props.iconClassName,
|
|
8969
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9020
|
+
otherProps = _objectWithoutProperties(props, _excluded$2V);
|
|
8970
9021
|
return /*#__PURE__*/React.createElement("span", {
|
|
8971
9022
|
role: "img",
|
|
8972
9023
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8973
9024
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8974
|
-
children: loadingCircleStyle$
|
|
9025
|
+
children: loadingCircleStyle$2V
|
|
8975
9026
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8976
9027
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8977
9028
|
width: size,
|
|
@@ -9002,8 +9053,8 @@ Close.defaultProps = {
|
|
|
9002
9053
|
size: '1em'
|
|
9003
9054
|
};
|
|
9004
9055
|
|
|
9005
|
-
var _excluded$
|
|
9006
|
-
var loadingCircleStyle$
|
|
9056
|
+
var _excluded$2W = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
9057
|
+
var loadingCircleStyle$2W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9007
9058
|
var StarOutline = function StarOutline(props) {
|
|
9008
9059
|
var color = props.color,
|
|
9009
9060
|
size = props.size,
|
|
@@ -9011,12 +9062,12 @@ var StarOutline = function StarOutline(props) {
|
|
|
9011
9062
|
style = props.style,
|
|
9012
9063
|
className = props.className,
|
|
9013
9064
|
iconClassName = props.iconClassName,
|
|
9014
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9065
|
+
otherProps = _objectWithoutProperties(props, _excluded$2W);
|
|
9015
9066
|
return /*#__PURE__*/React.createElement("span", {
|
|
9016
9067
|
role: "img",
|
|
9017
9068
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9018
9069
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9019
|
-
children: loadingCircleStyle$
|
|
9070
|
+
children: loadingCircleStyle$2W
|
|
9020
9071
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9021
9072
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9022
9073
|
width: size,
|
|
@@ -9047,8 +9098,8 @@ StarOutline.defaultProps = {
|
|
|
9047
9098
|
size: '1em'
|
|
9048
9099
|
};
|
|
9049
9100
|
|
|
9050
|
-
var _excluded$
|
|
9051
|
-
var loadingCircleStyle$
|
|
9101
|
+
var _excluded$2X = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
9102
|
+
var loadingCircleStyle$2X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9052
9103
|
var StarFill = function StarFill(props) {
|
|
9053
9104
|
var color = props.color,
|
|
9054
9105
|
size = props.size,
|
|
@@ -9056,12 +9107,12 @@ var StarFill = function StarFill(props) {
|
|
|
9056
9107
|
style = props.style,
|
|
9057
9108
|
className = props.className,
|
|
9058
9109
|
iconClassName = props.iconClassName,
|
|
9059
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9110
|
+
otherProps = _objectWithoutProperties(props, _excluded$2X);
|
|
9060
9111
|
return /*#__PURE__*/React.createElement("span", {
|
|
9061
9112
|
role: "img",
|
|
9062
9113
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9063
9114
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9064
|
-
children: loadingCircleStyle$
|
|
9115
|
+
children: loadingCircleStyle$2X
|
|
9065
9116
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9066
9117
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9067
9118
|
width: size,
|
|
@@ -9092,8 +9143,8 @@ StarFill.defaultProps = {
|
|
|
9092
9143
|
size: '1em'
|
|
9093
9144
|
};
|
|
9094
9145
|
|
|
9095
|
-
var _excluded$
|
|
9096
|
-
var loadingCircleStyle$
|
|
9146
|
+
var _excluded$2Y = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
9147
|
+
var loadingCircleStyle$2Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9097
9148
|
var TimeLock = function TimeLock(props) {
|
|
9098
9149
|
var color = props.color,
|
|
9099
9150
|
size = props.size,
|
|
@@ -9101,12 +9152,12 @@ var TimeLock = function TimeLock(props) {
|
|
|
9101
9152
|
style = props.style,
|
|
9102
9153
|
className = props.className,
|
|
9103
9154
|
iconClassName = props.iconClassName,
|
|
9104
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9155
|
+
otherProps = _objectWithoutProperties(props, _excluded$2Y);
|
|
9105
9156
|
return /*#__PURE__*/React.createElement("span", {
|
|
9106
9157
|
role: "img",
|
|
9107
9158
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9108
9159
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9109
|
-
children: loadingCircleStyle$
|
|
9160
|
+
children: loadingCircleStyle$2Y
|
|
9110
9161
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9111
9162
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9112
9163
|
width: size,
|
|
@@ -9137,8 +9188,8 @@ TimeLock.defaultProps = {
|
|
|
9137
9188
|
size: '1em'
|
|
9138
9189
|
};
|
|
9139
9190
|
|
|
9140
|
-
var _excluded$
|
|
9141
|
-
var loadingCircleStyle$
|
|
9191
|
+
var _excluded$2Z = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
9192
|
+
var loadingCircleStyle$2Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9142
9193
|
var Heart = function Heart(props) {
|
|
9143
9194
|
var color = props.color,
|
|
9144
9195
|
size = props.size,
|
|
@@ -9146,12 +9197,12 @@ var Heart = function Heart(props) {
|
|
|
9146
9197
|
style = props.style,
|
|
9147
9198
|
className = props.className,
|
|
9148
9199
|
iconClassName = props.iconClassName,
|
|
9149
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9200
|
+
otherProps = _objectWithoutProperties(props, _excluded$2Z);
|
|
9150
9201
|
return /*#__PURE__*/React.createElement("span", {
|
|
9151
9202
|
role: "img",
|
|
9152
9203
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9153
9204
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9154
|
-
children: loadingCircleStyle$
|
|
9205
|
+
children: loadingCircleStyle$2Z
|
|
9155
9206
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9156
9207
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9157
9208
|
width: size,
|
|
@@ -9182,8 +9233,8 @@ Heart.defaultProps = {
|
|
|
9182
9233
|
size: '1em'
|
|
9183
9234
|
};
|
|
9184
9235
|
|
|
9185
|
-
var _excluded$
|
|
9186
|
-
var loadingCircleStyle$
|
|
9236
|
+
var _excluded$2_ = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
9237
|
+
var loadingCircleStyle$2_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9187
9238
|
var Bookmark = function Bookmark(props) {
|
|
9188
9239
|
var color = props.color,
|
|
9189
9240
|
size = props.size,
|
|
@@ -9191,12 +9242,12 @@ var Bookmark = function Bookmark(props) {
|
|
|
9191
9242
|
style = props.style,
|
|
9192
9243
|
className = props.className,
|
|
9193
9244
|
iconClassName = props.iconClassName,
|
|
9194
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9245
|
+
otherProps = _objectWithoutProperties(props, _excluded$2_);
|
|
9195
9246
|
return /*#__PURE__*/React.createElement("span", {
|
|
9196
9247
|
role: "img",
|
|
9197
9248
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9198
9249
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9199
|
-
children: loadingCircleStyle$
|
|
9250
|
+
children: loadingCircleStyle$2_
|
|
9200
9251
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9201
9252
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9202
9253
|
width: size,
|
|
@@ -9227,8 +9278,8 @@ Bookmark.defaultProps = {
|
|
|
9227
9278
|
size: '1em'
|
|
9228
9279
|
};
|
|
9229
9280
|
|
|
9230
|
-
var _excluded$
|
|
9231
|
-
var loadingCircleStyle$
|
|
9281
|
+
var _excluded$2$ = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
9282
|
+
var loadingCircleStyle$2$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9232
9283
|
var Bookmark2 = function Bookmark2(props) {
|
|
9233
9284
|
var color = props.color,
|
|
9234
9285
|
size = props.size,
|
|
@@ -9236,12 +9287,12 @@ var Bookmark2 = function Bookmark2(props) {
|
|
|
9236
9287
|
style = props.style,
|
|
9237
9288
|
className = props.className,
|
|
9238
9289
|
iconClassName = props.iconClassName,
|
|
9239
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9290
|
+
otherProps = _objectWithoutProperties(props, _excluded$2$);
|
|
9240
9291
|
return /*#__PURE__*/React.createElement("span", {
|
|
9241
9292
|
role: "img",
|
|
9242
9293
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9243
9294
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9244
|
-
children: loadingCircleStyle$
|
|
9295
|
+
children: loadingCircleStyle$2$
|
|
9245
9296
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9246
9297
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9247
9298
|
width: size,
|
|
@@ -9272,8 +9323,8 @@ Bookmark2.defaultProps = {
|
|
|
9272
9323
|
size: '1em'
|
|
9273
9324
|
};
|
|
9274
9325
|
|
|
9275
|
-
var _excluded$
|
|
9276
|
-
var loadingCircleStyle$
|
|
9326
|
+
var _excluded$30 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
9327
|
+
var loadingCircleStyle$30 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9277
9328
|
var LockClose = function LockClose(props) {
|
|
9278
9329
|
var color = props.color,
|
|
9279
9330
|
size = props.size,
|
|
@@ -9281,12 +9332,12 @@ var LockClose = function LockClose(props) {
|
|
|
9281
9332
|
style = props.style,
|
|
9282
9333
|
className = props.className,
|
|
9283
9334
|
iconClassName = props.iconClassName,
|
|
9284
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9335
|
+
otherProps = _objectWithoutProperties(props, _excluded$30);
|
|
9285
9336
|
return /*#__PURE__*/React.createElement("span", {
|
|
9286
9337
|
role: "img",
|
|
9287
9338
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9288
9339
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9289
|
-
children: loadingCircleStyle$
|
|
9340
|
+
children: loadingCircleStyle$30
|
|
9290
9341
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9291
9342
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9292
9343
|
width: size,
|
|
@@ -9321,8 +9372,8 @@ LockClose.defaultProps = {
|
|
|
9321
9372
|
size: '1em'
|
|
9322
9373
|
};
|
|
9323
9374
|
|
|
9324
|
-
var _excluded$
|
|
9325
|
-
var loadingCircleStyle$
|
|
9375
|
+
var _excluded$31 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
9376
|
+
var loadingCircleStyle$31 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9326
9377
|
var LockCloseFill = function LockCloseFill(props) {
|
|
9327
9378
|
var color = props.color,
|
|
9328
9379
|
size = props.size,
|
|
@@ -9330,12 +9381,12 @@ var LockCloseFill = function LockCloseFill(props) {
|
|
|
9330
9381
|
style = props.style,
|
|
9331
9382
|
className = props.className,
|
|
9332
9383
|
iconClassName = props.iconClassName,
|
|
9333
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9384
|
+
otherProps = _objectWithoutProperties(props, _excluded$31);
|
|
9334
9385
|
return /*#__PURE__*/React.createElement("span", {
|
|
9335
9386
|
role: "img",
|
|
9336
9387
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9337
9388
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9338
|
-
children: loadingCircleStyle$
|
|
9389
|
+
children: loadingCircleStyle$31
|
|
9339
9390
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9340
9391
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9341
9392
|
width: size,
|
|
@@ -9366,8 +9417,8 @@ LockCloseFill.defaultProps = {
|
|
|
9366
9417
|
size: '1em'
|
|
9367
9418
|
};
|
|
9368
9419
|
|
|
9369
|
-
var _excluded$
|
|
9370
|
-
var loadingCircleStyle$
|
|
9420
|
+
var _excluded$32 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
9421
|
+
var loadingCircleStyle$32 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9371
9422
|
var LockOpen = function LockOpen(props) {
|
|
9372
9423
|
var color = props.color,
|
|
9373
9424
|
size = props.size,
|
|
@@ -9375,12 +9426,12 @@ var LockOpen = function LockOpen(props) {
|
|
|
9375
9426
|
style = props.style,
|
|
9376
9427
|
className = props.className,
|
|
9377
9428
|
iconClassName = props.iconClassName,
|
|
9378
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9429
|
+
otherProps = _objectWithoutProperties(props, _excluded$32);
|
|
9379
9430
|
return /*#__PURE__*/React.createElement("span", {
|
|
9380
9431
|
role: "img",
|
|
9381
9432
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9382
9433
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9383
|
-
children: loadingCircleStyle$
|
|
9434
|
+
children: loadingCircleStyle$32
|
|
9384
9435
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9385
9436
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9386
9437
|
width: size,
|
|
@@ -9411,8 +9462,8 @@ LockOpen.defaultProps = {
|
|
|
9411
9462
|
size: '1em'
|
|
9412
9463
|
};
|
|
9413
9464
|
|
|
9414
|
-
var _excluded$
|
|
9415
|
-
var loadingCircleStyle$
|
|
9465
|
+
var _excluded$33 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
9466
|
+
var loadingCircleStyle$33 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9416
9467
|
var LockOpenFill = function LockOpenFill(props) {
|
|
9417
9468
|
var color = props.color,
|
|
9418
9469
|
size = props.size,
|
|
@@ -9420,12 +9471,12 @@ var LockOpenFill = function LockOpenFill(props) {
|
|
|
9420
9471
|
style = props.style,
|
|
9421
9472
|
className = props.className,
|
|
9422
9473
|
iconClassName = props.iconClassName,
|
|
9423
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9474
|
+
otherProps = _objectWithoutProperties(props, _excluded$33);
|
|
9424
9475
|
return /*#__PURE__*/React.createElement("span", {
|
|
9425
9476
|
role: "img",
|
|
9426
9477
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9427
9478
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9428
|
-
children: loadingCircleStyle$
|
|
9479
|
+
children: loadingCircleStyle$33
|
|
9429
9480
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9430
9481
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9431
9482
|
width: size,
|
|
@@ -9456,8 +9507,8 @@ LockOpenFill.defaultProps = {
|
|
|
9456
9507
|
size: '1em'
|
|
9457
9508
|
};
|
|
9458
9509
|
|
|
9459
|
-
var _excluded$
|
|
9460
|
-
var loadingCircleStyle$
|
|
9510
|
+
var _excluded$34 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
9511
|
+
var loadingCircleStyle$34 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9461
9512
|
var EyeOn = function EyeOn(props) {
|
|
9462
9513
|
var color = props.color,
|
|
9463
9514
|
size = props.size,
|
|
@@ -9465,12 +9516,12 @@ var EyeOn = function EyeOn(props) {
|
|
|
9465
9516
|
style = props.style,
|
|
9466
9517
|
className = props.className,
|
|
9467
9518
|
iconClassName = props.iconClassName,
|
|
9468
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9519
|
+
otherProps = _objectWithoutProperties(props, _excluded$34);
|
|
9469
9520
|
return /*#__PURE__*/React.createElement("span", {
|
|
9470
9521
|
role: "img",
|
|
9471
9522
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9472
9523
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9473
|
-
children: loadingCircleStyle$
|
|
9524
|
+
children: loadingCircleStyle$34
|
|
9474
9525
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9475
9526
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9476
9527
|
width: size,
|
|
@@ -9501,8 +9552,8 @@ EyeOn.defaultProps = {
|
|
|
9501
9552
|
size: '1em'
|
|
9502
9553
|
};
|
|
9503
9554
|
|
|
9504
|
-
var _excluded$
|
|
9505
|
-
var loadingCircleStyle$
|
|
9555
|
+
var _excluded$35 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
9556
|
+
var loadingCircleStyle$35 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9506
9557
|
var EyeOnFill = function EyeOnFill(props) {
|
|
9507
9558
|
var color = props.color,
|
|
9508
9559
|
size = props.size,
|
|
@@ -9510,12 +9561,12 @@ var EyeOnFill = function EyeOnFill(props) {
|
|
|
9510
9561
|
style = props.style,
|
|
9511
9562
|
className = props.className,
|
|
9512
9563
|
iconClassName = props.iconClassName,
|
|
9513
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9564
|
+
otherProps = _objectWithoutProperties(props, _excluded$35);
|
|
9514
9565
|
return /*#__PURE__*/React.createElement("span", {
|
|
9515
9566
|
role: "img",
|
|
9516
9567
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9517
9568
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9518
|
-
children: loadingCircleStyle$
|
|
9569
|
+
children: loadingCircleStyle$35
|
|
9519
9570
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9520
9571
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9521
9572
|
width: size,
|
|
@@ -9548,8 +9599,8 @@ EyeOnFill.defaultProps = {
|
|
|
9548
9599
|
size: '1em'
|
|
9549
9600
|
};
|
|
9550
9601
|
|
|
9551
|
-
var _excluded$
|
|
9552
|
-
var loadingCircleStyle$
|
|
9602
|
+
var _excluded$36 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
9603
|
+
var loadingCircleStyle$36 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9553
9604
|
var EyeOff = function EyeOff(props) {
|
|
9554
9605
|
var color = props.color,
|
|
9555
9606
|
size = props.size,
|
|
@@ -9557,12 +9608,12 @@ var EyeOff = function EyeOff(props) {
|
|
|
9557
9608
|
style = props.style,
|
|
9558
9609
|
className = props.className,
|
|
9559
9610
|
iconClassName = props.iconClassName,
|
|
9560
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9611
|
+
otherProps = _objectWithoutProperties(props, _excluded$36);
|
|
9561
9612
|
return /*#__PURE__*/React.createElement("span", {
|
|
9562
9613
|
role: "img",
|
|
9563
9614
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9564
9615
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9565
|
-
children: loadingCircleStyle$
|
|
9616
|
+
children: loadingCircleStyle$36
|
|
9566
9617
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9567
9618
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9568
9619
|
width: size,
|
|
@@ -9593,8 +9644,8 @@ EyeOff.defaultProps = {
|
|
|
9593
9644
|
size: '1em'
|
|
9594
9645
|
};
|
|
9595
9646
|
|
|
9596
|
-
var _excluded$
|
|
9597
|
-
var loadingCircleStyle$
|
|
9647
|
+
var _excluded$37 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
9648
|
+
var loadingCircleStyle$37 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9598
9649
|
var EyeOffFill = function EyeOffFill(props) {
|
|
9599
9650
|
var color = props.color,
|
|
9600
9651
|
size = props.size,
|
|
@@ -9602,12 +9653,12 @@ var EyeOffFill = function EyeOffFill(props) {
|
|
|
9602
9653
|
style = props.style,
|
|
9603
9654
|
className = props.className,
|
|
9604
9655
|
iconClassName = props.iconClassName,
|
|
9605
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9656
|
+
otherProps = _objectWithoutProperties(props, _excluded$37);
|
|
9606
9657
|
return /*#__PURE__*/React.createElement("span", {
|
|
9607
9658
|
role: "img",
|
|
9608
9659
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9609
9660
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9610
|
-
children: loadingCircleStyle$
|
|
9661
|
+
children: loadingCircleStyle$37
|
|
9611
9662
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9612
9663
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9613
9664
|
width: size,
|
|
@@ -9640,8 +9691,8 @@ EyeOffFill.defaultProps = {
|
|
|
9640
9691
|
size: '1em'
|
|
9641
9692
|
};
|
|
9642
9693
|
|
|
9643
|
-
var _excluded$
|
|
9644
|
-
var loadingCircleStyle$
|
|
9694
|
+
var _excluded$38 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
9695
|
+
var loadingCircleStyle$38 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9645
9696
|
var Dot = function Dot(props) {
|
|
9646
9697
|
var color = props.color,
|
|
9647
9698
|
size = props.size,
|
|
@@ -9649,12 +9700,12 @@ var Dot = function Dot(props) {
|
|
|
9649
9700
|
style = props.style,
|
|
9650
9701
|
className = props.className,
|
|
9651
9702
|
iconClassName = props.iconClassName,
|
|
9652
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9703
|
+
otherProps = _objectWithoutProperties(props, _excluded$38);
|
|
9653
9704
|
return /*#__PURE__*/React.createElement("span", {
|
|
9654
9705
|
role: "img",
|
|
9655
9706
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9656
9707
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9657
|
-
children: loadingCircleStyle$
|
|
9708
|
+
children: loadingCircleStyle$38
|
|
9658
9709
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9659
9710
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9660
9711
|
width: size,
|
|
@@ -9687,8 +9738,8 @@ Dot.defaultProps = {
|
|
|
9687
9738
|
size: '1em'
|
|
9688
9739
|
};
|
|
9689
9740
|
|
|
9690
|
-
var _excluded$
|
|
9691
|
-
var loadingCircleStyle$
|
|
9741
|
+
var _excluded$39 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
9742
|
+
var loadingCircleStyle$39 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9692
9743
|
var Anchor = function Anchor(props) {
|
|
9693
9744
|
var color = props.color,
|
|
9694
9745
|
size = props.size,
|
|
@@ -9696,12 +9747,12 @@ var Anchor = function Anchor(props) {
|
|
|
9696
9747
|
style = props.style,
|
|
9697
9748
|
className = props.className,
|
|
9698
9749
|
iconClassName = props.iconClassName,
|
|
9699
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9750
|
+
otherProps = _objectWithoutProperties(props, _excluded$39);
|
|
9700
9751
|
return /*#__PURE__*/React.createElement("span", {
|
|
9701
9752
|
role: "img",
|
|
9702
9753
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9703
9754
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9704
|
-
children: loadingCircleStyle$
|
|
9755
|
+
children: loadingCircleStyle$39
|
|
9705
9756
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9706
9757
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9707
9758
|
width: size,
|
|
@@ -9732,8 +9783,8 @@ Anchor.defaultProps = {
|
|
|
9732
9783
|
size: '1em'
|
|
9733
9784
|
};
|
|
9734
9785
|
|
|
9735
|
-
var _excluded$
|
|
9736
|
-
var loadingCircleStyle$
|
|
9786
|
+
var _excluded$3a = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
9787
|
+
var loadingCircleStyle$3a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9737
9788
|
var Notice = function Notice(props) {
|
|
9738
9789
|
var color = props.color,
|
|
9739
9790
|
size = props.size,
|
|
@@ -9741,12 +9792,12 @@ var Notice = function Notice(props) {
|
|
|
9741
9792
|
style = props.style,
|
|
9742
9793
|
className = props.className,
|
|
9743
9794
|
iconClassName = props.iconClassName,
|
|
9744
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9795
|
+
otherProps = _objectWithoutProperties(props, _excluded$3a);
|
|
9745
9796
|
return /*#__PURE__*/React.createElement("span", {
|
|
9746
9797
|
role: "img",
|
|
9747
9798
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9748
9799
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9749
|
-
children: loadingCircleStyle$
|
|
9800
|
+
children: loadingCircleStyle$3a
|
|
9750
9801
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9751
9802
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9752
9803
|
width: size,
|
|
@@ -9779,8 +9830,8 @@ Notice.defaultProps = {
|
|
|
9779
9830
|
size: '1em'
|
|
9780
9831
|
};
|
|
9781
9832
|
|
|
9782
|
-
var _excluded$
|
|
9783
|
-
var loadingCircleStyle$
|
|
9833
|
+
var _excluded$3b = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
9834
|
+
var loadingCircleStyle$3b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9784
9835
|
var ChartLine = function ChartLine(props) {
|
|
9785
9836
|
var color = props.color,
|
|
9786
9837
|
size = props.size,
|
|
@@ -9788,12 +9839,12 @@ var ChartLine = function ChartLine(props) {
|
|
|
9788
9839
|
style = props.style,
|
|
9789
9840
|
className = props.className,
|
|
9790
9841
|
iconClassName = props.iconClassName,
|
|
9791
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9842
|
+
otherProps = _objectWithoutProperties(props, _excluded$3b);
|
|
9792
9843
|
return /*#__PURE__*/React.createElement("span", {
|
|
9793
9844
|
role: "img",
|
|
9794
9845
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9795
9846
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9796
|
-
children: loadingCircleStyle$
|
|
9847
|
+
children: loadingCircleStyle$3b
|
|
9797
9848
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9798
9849
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9799
9850
|
width: size,
|
|
@@ -9830,8 +9881,8 @@ ChartLine.defaultProps = {
|
|
|
9830
9881
|
size: '1em'
|
|
9831
9882
|
};
|
|
9832
9883
|
|
|
9833
|
-
var _excluded$
|
|
9834
|
-
var loadingCircleStyle$
|
|
9884
|
+
var _excluded$3c = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
9885
|
+
var loadingCircleStyle$3c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9835
9886
|
var ChartBar = function ChartBar(props) {
|
|
9836
9887
|
var color = props.color,
|
|
9837
9888
|
size = props.size,
|
|
@@ -9839,12 +9890,12 @@ var ChartBar = function ChartBar(props) {
|
|
|
9839
9890
|
style = props.style,
|
|
9840
9891
|
className = props.className,
|
|
9841
9892
|
iconClassName = props.iconClassName,
|
|
9842
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9893
|
+
otherProps = _objectWithoutProperties(props, _excluded$3c);
|
|
9843
9894
|
return /*#__PURE__*/React.createElement("span", {
|
|
9844
9895
|
role: "img",
|
|
9845
9896
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9846
9897
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9847
|
-
children: loadingCircleStyle$
|
|
9898
|
+
children: loadingCircleStyle$3c
|
|
9848
9899
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9849
9900
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9850
9901
|
width: size,
|
|
@@ -9879,8 +9930,8 @@ ChartBar.defaultProps = {
|
|
|
9879
9930
|
size: '1em'
|
|
9880
9931
|
};
|
|
9881
9932
|
|
|
9882
|
-
var _excluded$
|
|
9883
|
-
var loadingCircleStyle$
|
|
9933
|
+
var _excluded$3d = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
9934
|
+
var loadingCircleStyle$3d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9884
9935
|
var ChartCum = function ChartCum(props) {
|
|
9885
9936
|
var color = props.color,
|
|
9886
9937
|
size = props.size,
|
|
@@ -9888,12 +9939,12 @@ var ChartCum = function ChartCum(props) {
|
|
|
9888
9939
|
style = props.style,
|
|
9889
9940
|
className = props.className,
|
|
9890
9941
|
iconClassName = props.iconClassName,
|
|
9891
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9942
|
+
otherProps = _objectWithoutProperties(props, _excluded$3d);
|
|
9892
9943
|
return /*#__PURE__*/React.createElement("span", {
|
|
9893
9944
|
role: "img",
|
|
9894
9945
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9895
9946
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9896
|
-
children: loadingCircleStyle$
|
|
9947
|
+
children: loadingCircleStyle$3d
|
|
9897
9948
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9898
9949
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9899
9950
|
width: size,
|
|
@@ -9934,8 +9985,8 @@ ChartCum.defaultProps = {
|
|
|
9934
9985
|
size: '1em'
|
|
9935
9986
|
};
|
|
9936
9987
|
|
|
9937
|
-
var _excluded$
|
|
9938
|
-
var loadingCircleStyle$
|
|
9988
|
+
var _excluded$3e = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
9989
|
+
var loadingCircleStyle$3e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9939
9990
|
var ChartPie = function ChartPie(props) {
|
|
9940
9991
|
var color = props.color,
|
|
9941
9992
|
size = props.size,
|
|
@@ -9943,12 +9994,12 @@ var ChartPie = function ChartPie(props) {
|
|
|
9943
9994
|
style = props.style,
|
|
9944
9995
|
className = props.className,
|
|
9945
9996
|
iconClassName = props.iconClassName,
|
|
9946
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9997
|
+
otherProps = _objectWithoutProperties(props, _excluded$3e);
|
|
9947
9998
|
return /*#__PURE__*/React.createElement("span", {
|
|
9948
9999
|
role: "img",
|
|
9949
10000
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9950
10001
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9951
|
-
children: loadingCircleStyle$
|
|
10002
|
+
children: loadingCircleStyle$3e
|
|
9952
10003
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9953
10004
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9954
10005
|
width: size,
|
|
@@ -9981,8 +10032,8 @@ ChartPie.defaultProps = {
|
|
|
9981
10032
|
size: '1em'
|
|
9982
10033
|
};
|
|
9983
10034
|
|
|
9984
|
-
var _excluded$
|
|
9985
|
-
var loadingCircleStyle$
|
|
10035
|
+
var _excluded$3f = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
10036
|
+
var loadingCircleStyle$3f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9986
10037
|
var ChartDNRe = function ChartDNRe(props) {
|
|
9987
10038
|
var color = props.color,
|
|
9988
10039
|
size = props.size,
|
|
@@ -9990,12 +10041,12 @@ var ChartDNRe = function ChartDNRe(props) {
|
|
|
9990
10041
|
style = props.style,
|
|
9991
10042
|
className = props.className,
|
|
9992
10043
|
iconClassName = props.iconClassName,
|
|
9993
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10044
|
+
otherProps = _objectWithoutProperties(props, _excluded$3f);
|
|
9994
10045
|
return /*#__PURE__*/React.createElement("span", {
|
|
9995
10046
|
role: "img",
|
|
9996
10047
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9997
10048
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9998
|
-
children: loadingCircleStyle$
|
|
10049
|
+
children: loadingCircleStyle$3f
|
|
9999
10050
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10000
10051
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10001
10052
|
width: size,
|
|
@@ -10038,8 +10089,8 @@ ChartDNRe.defaultProps = {
|
|
|
10038
10089
|
size: '1em'
|
|
10039
10090
|
};
|
|
10040
10091
|
|
|
10041
|
-
var _excluded$
|
|
10042
|
-
var loadingCircleStyle$
|
|
10092
|
+
var _excluded$3g = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
10093
|
+
var loadingCircleStyle$3g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10043
10094
|
var ChartDRe = function ChartDRe(props) {
|
|
10044
10095
|
var color = props.color,
|
|
10045
10096
|
size = props.size,
|
|
@@ -10047,12 +10098,12 @@ var ChartDRe = function ChartDRe(props) {
|
|
|
10047
10098
|
style = props.style,
|
|
10048
10099
|
className = props.className,
|
|
10049
10100
|
iconClassName = props.iconClassName,
|
|
10050
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10101
|
+
otherProps = _objectWithoutProperties(props, _excluded$3g);
|
|
10051
10102
|
return /*#__PURE__*/React.createElement("span", {
|
|
10052
10103
|
role: "img",
|
|
10053
10104
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10054
10105
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10055
|
-
children: loadingCircleStyle$
|
|
10106
|
+
children: loadingCircleStyle$3g
|
|
10056
10107
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10057
10108
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10058
10109
|
width: size,
|
|
@@ -10095,8 +10146,8 @@ ChartDRe.defaultProps = {
|
|
|
10095
10146
|
size: '1em'
|
|
10096
10147
|
};
|
|
10097
10148
|
|
|
10098
|
-
var _excluded$
|
|
10099
|
-
var loadingCircleStyle$
|
|
10149
|
+
var _excluded$3h = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
10150
|
+
var loadingCircleStyle$3h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10100
10151
|
var ChartFunnel = function ChartFunnel(props) {
|
|
10101
10152
|
var color = props.color,
|
|
10102
10153
|
size = props.size,
|
|
@@ -10104,12 +10155,12 @@ var ChartFunnel = function ChartFunnel(props) {
|
|
|
10104
10155
|
style = props.style,
|
|
10105
10156
|
className = props.className,
|
|
10106
10157
|
iconClassName = props.iconClassName,
|
|
10107
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10158
|
+
otherProps = _objectWithoutProperties(props, _excluded$3h);
|
|
10108
10159
|
return /*#__PURE__*/React.createElement("span", {
|
|
10109
10160
|
role: "img",
|
|
10110
10161
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10111
10162
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10112
|
-
children: loadingCircleStyle$
|
|
10163
|
+
children: loadingCircleStyle$3h
|
|
10113
10164
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10114
10165
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10115
10166
|
width: size,
|
|
@@ -10144,8 +10195,8 @@ ChartFunnel.defaultProps = {
|
|
|
10144
10195
|
size: '1em'
|
|
10145
10196
|
};
|
|
10146
10197
|
|
|
10147
|
-
var _excluded$
|
|
10148
|
-
var loadingCircleStyle$
|
|
10198
|
+
var _excluded$3i = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
10199
|
+
var loadingCircleStyle$3i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10149
10200
|
var ChartInterval = function ChartInterval(props) {
|
|
10150
10201
|
var color = props.color,
|
|
10151
10202
|
size = props.size,
|
|
@@ -10153,12 +10204,12 @@ var ChartInterval = function ChartInterval(props) {
|
|
|
10153
10204
|
style = props.style,
|
|
10154
10205
|
className = props.className,
|
|
10155
10206
|
iconClassName = props.iconClassName,
|
|
10156
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10207
|
+
otherProps = _objectWithoutProperties(props, _excluded$3i);
|
|
10157
10208
|
return /*#__PURE__*/React.createElement("span", {
|
|
10158
10209
|
role: "img",
|
|
10159
10210
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10160
10211
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10161
|
-
children: loadingCircleStyle$
|
|
10212
|
+
children: loadingCircleStyle$3i
|
|
10162
10213
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10163
10214
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10164
10215
|
width: size,
|
|
@@ -10191,8 +10242,8 @@ ChartInterval.defaultProps = {
|
|
|
10191
10242
|
size: '1em'
|
|
10192
10243
|
};
|
|
10193
10244
|
|
|
10194
|
-
var _excluded$
|
|
10195
|
-
var loadingCircleStyle$
|
|
10245
|
+
var _excluded$3j = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
10246
|
+
var loadingCircleStyle$3j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10196
10247
|
var ChartStack = function ChartStack(props) {
|
|
10197
10248
|
var color = props.color,
|
|
10198
10249
|
size = props.size,
|
|
@@ -10200,12 +10251,12 @@ var ChartStack = function ChartStack(props) {
|
|
|
10200
10251
|
style = props.style,
|
|
10201
10252
|
className = props.className,
|
|
10202
10253
|
iconClassName = props.iconClassName,
|
|
10203
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10254
|
+
otherProps = _objectWithoutProperties(props, _excluded$3j);
|
|
10204
10255
|
return /*#__PURE__*/React.createElement("span", {
|
|
10205
10256
|
role: "img",
|
|
10206
10257
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10207
10258
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10208
|
-
children: loadingCircleStyle$
|
|
10259
|
+
children: loadingCircleStyle$3j
|
|
10209
10260
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10210
10261
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10211
10262
|
width: size,
|
|
@@ -10238,8 +10289,8 @@ ChartStack.defaultProps = {
|
|
|
10238
10289
|
size: '1em'
|
|
10239
10290
|
};
|
|
10240
10291
|
|
|
10241
|
-
var _excluded$
|
|
10242
|
-
var loadingCircleStyle$
|
|
10292
|
+
var _excluded$3k = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
10293
|
+
var loadingCircleStyle$3k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10243
10294
|
var ChartStackn = function ChartStackn(props) {
|
|
10244
10295
|
var color = props.color,
|
|
10245
10296
|
size = props.size,
|
|
@@ -10247,12 +10298,12 @@ var ChartStackn = function ChartStackn(props) {
|
|
|
10247
10298
|
style = props.style,
|
|
10248
10299
|
className = props.className,
|
|
10249
10300
|
iconClassName = props.iconClassName,
|
|
10250
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10301
|
+
otherProps = _objectWithoutProperties(props, _excluded$3k);
|
|
10251
10302
|
return /*#__PURE__*/React.createElement("span", {
|
|
10252
10303
|
role: "img",
|
|
10253
10304
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10254
10305
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10255
|
-
children: loadingCircleStyle$
|
|
10306
|
+
children: loadingCircleStyle$3k
|
|
10256
10307
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10257
10308
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10258
10309
|
width: size,
|
|
@@ -10285,8 +10336,8 @@ ChartStackn.defaultProps = {
|
|
|
10285
10336
|
size: '1em'
|
|
10286
10337
|
};
|
|
10287
10338
|
|
|
10288
|
-
var _excluded$
|
|
10289
|
-
var loadingCircleStyle$
|
|
10339
|
+
var _excluded$3l = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
10340
|
+
var loadingCircleStyle$3l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10290
10341
|
var ChartStackPerc = function ChartStackPerc(props) {
|
|
10291
10342
|
var color = props.color,
|
|
10292
10343
|
size = props.size,
|
|
@@ -10294,12 +10345,12 @@ var ChartStackPerc = function ChartStackPerc(props) {
|
|
|
10294
10345
|
style = props.style,
|
|
10295
10346
|
className = props.className,
|
|
10296
10347
|
iconClassName = props.iconClassName,
|
|
10297
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10348
|
+
otherProps = _objectWithoutProperties(props, _excluded$3l);
|
|
10298
10349
|
return /*#__PURE__*/React.createElement("span", {
|
|
10299
10350
|
role: "img",
|
|
10300
10351
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10301
10352
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10302
|
-
children: loadingCircleStyle$
|
|
10353
|
+
children: loadingCircleStyle$3l
|
|
10303
10354
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10304
10355
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10305
10356
|
width: size,
|
|
@@ -10332,8 +10383,8 @@ ChartStackPerc.defaultProps = {
|
|
|
10332
10383
|
size: '1em'
|
|
10333
10384
|
};
|
|
10334
10385
|
|
|
10335
|
-
var _excluded$
|
|
10336
|
-
var loadingCircleStyle$
|
|
10386
|
+
var _excluded$3m = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
10387
|
+
var loadingCircleStyle$3m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10337
10388
|
var ChartComplex = function ChartComplex(props) {
|
|
10338
10389
|
var color = props.color,
|
|
10339
10390
|
size = props.size,
|
|
@@ -10341,12 +10392,12 @@ var ChartComplex = function ChartComplex(props) {
|
|
|
10341
10392
|
style = props.style,
|
|
10342
10393
|
className = props.className,
|
|
10343
10394
|
iconClassName = props.iconClassName,
|
|
10344
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10395
|
+
otherProps = _objectWithoutProperties(props, _excluded$3m);
|
|
10345
10396
|
return /*#__PURE__*/React.createElement("span", {
|
|
10346
10397
|
role: "img",
|
|
10347
10398
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10348
10399
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10349
|
-
children: loadingCircleStyle$
|
|
10400
|
+
children: loadingCircleStyle$3m
|
|
10350
10401
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10351
10402
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10352
10403
|
width: size,
|
|
@@ -10385,8 +10436,8 @@ ChartComplex.defaultProps = {
|
|
|
10385
10436
|
size: '1em'
|
|
10386
10437
|
};
|
|
10387
10438
|
|
|
10388
|
-
var _excluded$
|
|
10389
|
-
var loadingCircleStyle$
|
|
10439
|
+
var _excluded$3n = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
10440
|
+
var loadingCircleStyle$3n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10390
10441
|
var ChartHistogram = function ChartHistogram(props) {
|
|
10391
10442
|
var color = props.color,
|
|
10392
10443
|
size = props.size,
|
|
@@ -10394,12 +10445,12 @@ var ChartHistogram = function ChartHistogram(props) {
|
|
|
10394
10445
|
style = props.style,
|
|
10395
10446
|
className = props.className,
|
|
10396
10447
|
iconClassName = props.iconClassName,
|
|
10397
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10448
|
+
otherProps = _objectWithoutProperties(props, _excluded$3n);
|
|
10398
10449
|
return /*#__PURE__*/React.createElement("span", {
|
|
10399
10450
|
role: "img",
|
|
10400
10451
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10401
10452
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10402
|
-
children: loadingCircleStyle$
|
|
10453
|
+
children: loadingCircleStyle$3n
|
|
10403
10454
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10404
10455
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10405
10456
|
width: size,
|
|
@@ -10444,8 +10495,8 @@ ChartHistogram.defaultProps = {
|
|
|
10444
10495
|
size: '1em'
|
|
10445
10496
|
};
|
|
10446
10497
|
|
|
10447
|
-
var _excluded$
|
|
10448
|
-
var loadingCircleStyle$
|
|
10498
|
+
var _excluded$3o = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
10499
|
+
var loadingCircleStyle$3o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10449
10500
|
var ChartTable = function ChartTable(props) {
|
|
10450
10501
|
var color = props.color,
|
|
10451
10502
|
size = props.size,
|
|
@@ -10453,12 +10504,12 @@ var ChartTable = function ChartTable(props) {
|
|
|
10453
10504
|
style = props.style,
|
|
10454
10505
|
className = props.className,
|
|
10455
10506
|
iconClassName = props.iconClassName,
|
|
10456
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10507
|
+
otherProps = _objectWithoutProperties(props, _excluded$3o);
|
|
10457
10508
|
return /*#__PURE__*/React.createElement("span", {
|
|
10458
10509
|
role: "img",
|
|
10459
10510
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10460
10511
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10461
|
-
children: loadingCircleStyle$
|
|
10512
|
+
children: loadingCircleStyle$3o
|
|
10462
10513
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10463
10514
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10464
10515
|
width: size,
|
|
@@ -10489,8 +10540,8 @@ ChartTable.defaultProps = {
|
|
|
10489
10540
|
size: '1em'
|
|
10490
10541
|
};
|
|
10491
10542
|
|
|
10492
|
-
var _excluded$
|
|
10493
|
-
var loadingCircleStyle$
|
|
10543
|
+
var _excluded$3p = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
10544
|
+
var loadingCircleStyle$3p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10494
10545
|
var ChartFieldlist = function ChartFieldlist(props) {
|
|
10495
10546
|
var color = props.color,
|
|
10496
10547
|
size = props.size,
|
|
@@ -10498,12 +10549,12 @@ var ChartFieldlist = function ChartFieldlist(props) {
|
|
|
10498
10549
|
style = props.style,
|
|
10499
10550
|
className = props.className,
|
|
10500
10551
|
iconClassName = props.iconClassName,
|
|
10501
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10552
|
+
otherProps = _objectWithoutProperties(props, _excluded$3p);
|
|
10502
10553
|
return /*#__PURE__*/React.createElement("span", {
|
|
10503
10554
|
role: "img",
|
|
10504
10555
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10505
10556
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10506
|
-
children: loadingCircleStyle$
|
|
10557
|
+
children: loadingCircleStyle$3p
|
|
10507
10558
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10508
10559
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10509
10560
|
width: size,
|
|
@@ -10534,8 +10585,8 @@ ChartFieldlist.defaultProps = {
|
|
|
10534
10585
|
size: '1em'
|
|
10535
10586
|
};
|
|
10536
10587
|
|
|
10537
|
-
var _excluded$
|
|
10538
|
-
var loadingCircleStyle$
|
|
10588
|
+
var _excluded$3q = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
10589
|
+
var loadingCircleStyle$3q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10539
10590
|
var Table1dtable = function Table1dtable(props) {
|
|
10540
10591
|
var color = props.color,
|
|
10541
10592
|
size = props.size,
|
|
@@ -10543,12 +10594,12 @@ var Table1dtable = function Table1dtable(props) {
|
|
|
10543
10594
|
style = props.style,
|
|
10544
10595
|
className = props.className,
|
|
10545
10596
|
iconClassName = props.iconClassName,
|
|
10546
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10597
|
+
otherProps = _objectWithoutProperties(props, _excluded$3q);
|
|
10547
10598
|
return /*#__PURE__*/React.createElement("span", {
|
|
10548
10599
|
role: "img",
|
|
10549
10600
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10550
10601
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10551
|
-
children: loadingCircleStyle$
|
|
10602
|
+
children: loadingCircleStyle$3q
|
|
10552
10603
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10553
10604
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10554
10605
|
width: size,
|
|
@@ -10597,8 +10648,8 @@ Table1dtable.defaultProps = {
|
|
|
10597
10648
|
size: '1em'
|
|
10598
10649
|
};
|
|
10599
10650
|
|
|
10600
|
-
var _excluded$
|
|
10601
|
-
var loadingCircleStyle$
|
|
10651
|
+
var _excluded$3r = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
10652
|
+
var loadingCircleStyle$3r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10602
10653
|
var ChartSqltable = function ChartSqltable(props) {
|
|
10603
10654
|
var color = props.color,
|
|
10604
10655
|
size = props.size,
|
|
@@ -10606,12 +10657,12 @@ var ChartSqltable = function ChartSqltable(props) {
|
|
|
10606
10657
|
style = props.style,
|
|
10607
10658
|
className = props.className,
|
|
10608
10659
|
iconClassName = props.iconClassName,
|
|
10609
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10660
|
+
otherProps = _objectWithoutProperties(props, _excluded$3r);
|
|
10610
10661
|
return /*#__PURE__*/React.createElement("span", {
|
|
10611
10662
|
role: "img",
|
|
10612
10663
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10613
10664
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10614
|
-
children: loadingCircleStyle$
|
|
10665
|
+
children: loadingCircleStyle$3r
|
|
10615
10666
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10616
10667
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10617
10668
|
width: size,
|
|
@@ -10642,8 +10693,8 @@ ChartSqltable.defaultProps = {
|
|
|
10642
10693
|
size: '1em'
|
|
10643
10694
|
};
|
|
10644
10695
|
|
|
10645
|
-
var _excluded$
|
|
10646
|
-
var loadingCircleStyle$
|
|
10696
|
+
var _excluded$3s = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
10697
|
+
var loadingCircleStyle$3s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10647
10698
|
var ChartCombinedTable = function ChartCombinedTable(props) {
|
|
10648
10699
|
var color = props.color,
|
|
10649
10700
|
size = props.size,
|
|
@@ -10651,12 +10702,12 @@ var ChartCombinedTable = function ChartCombinedTable(props) {
|
|
|
10651
10702
|
style = props.style,
|
|
10652
10703
|
className = props.className,
|
|
10653
10704
|
iconClassName = props.iconClassName,
|
|
10654
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10705
|
+
otherProps = _objectWithoutProperties(props, _excluded$3s);
|
|
10655
10706
|
return /*#__PURE__*/React.createElement("span", {
|
|
10656
10707
|
role: "img",
|
|
10657
10708
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10658
10709
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10659
|
-
children: loadingCircleStyle$
|
|
10710
|
+
children: loadingCircleStyle$3s
|
|
10660
10711
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10661
10712
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10662
10713
|
width: size,
|
|
@@ -10687,8 +10738,8 @@ ChartCombinedTable.defaultProps = {
|
|
|
10687
10738
|
size: '1em'
|
|
10688
10739
|
};
|
|
10689
10740
|
|
|
10690
|
-
var _excluded$
|
|
10691
|
-
var loadingCircleStyle$
|
|
10741
|
+
var _excluded$3t = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
10742
|
+
var loadingCircleStyle$3t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10692
10743
|
var ChartDistTable = function ChartDistTable(props) {
|
|
10693
10744
|
var color = props.color,
|
|
10694
10745
|
size = props.size,
|
|
@@ -10696,12 +10747,12 @@ var ChartDistTable = function ChartDistTable(props) {
|
|
|
10696
10747
|
style = props.style,
|
|
10697
10748
|
className = props.className,
|
|
10698
10749
|
iconClassName = props.iconClassName,
|
|
10699
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10750
|
+
otherProps = _objectWithoutProperties(props, _excluded$3t);
|
|
10700
10751
|
return /*#__PURE__*/React.createElement("span", {
|
|
10701
10752
|
role: "img",
|
|
10702
10753
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10703
10754
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10704
|
-
children: loadingCircleStyle$
|
|
10755
|
+
children: loadingCircleStyle$3t
|
|
10705
10756
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10706
10757
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10707
10758
|
width: size,
|
|
@@ -10732,8 +10783,8 @@ ChartDistTable.defaultProps = {
|
|
|
10732
10783
|
size: '1em'
|
|
10733
10784
|
};
|
|
10734
10785
|
|
|
10735
|
-
var _excluded$
|
|
10736
|
-
var loadingCircleStyle$
|
|
10786
|
+
var _excluded$3u = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
10787
|
+
var loadingCircleStyle$3u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10737
10788
|
var ChartBarTable = function ChartBarTable(props) {
|
|
10738
10789
|
var color = props.color,
|
|
10739
10790
|
size = props.size,
|
|
@@ -10741,12 +10792,12 @@ var ChartBarTable = function ChartBarTable(props) {
|
|
|
10741
10792
|
style = props.style,
|
|
10742
10793
|
className = props.className,
|
|
10743
10794
|
iconClassName = props.iconClassName,
|
|
10744
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10795
|
+
otherProps = _objectWithoutProperties(props, _excluded$3u);
|
|
10745
10796
|
return /*#__PURE__*/React.createElement("span", {
|
|
10746
10797
|
role: "img",
|
|
10747
10798
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10748
10799
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10749
|
-
children: loadingCircleStyle$
|
|
10800
|
+
children: loadingCircleStyle$3u
|
|
10750
10801
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10751
10802
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10752
10803
|
width: size,
|
|
@@ -10779,8 +10830,8 @@ ChartBarTable.defaultProps = {
|
|
|
10779
10830
|
size: '1em'
|
|
10780
10831
|
};
|
|
10781
10832
|
|
|
10782
|
-
var _excluded$
|
|
10783
|
-
var loadingCircleStyle$
|
|
10833
|
+
var _excluded$3v = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
10834
|
+
var loadingCircleStyle$3v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10784
10835
|
var ChartLineTable = function ChartLineTable(props) {
|
|
10785
10836
|
var color = props.color,
|
|
10786
10837
|
size = props.size,
|
|
@@ -10788,12 +10839,12 @@ var ChartLineTable = function ChartLineTable(props) {
|
|
|
10788
10839
|
style = props.style,
|
|
10789
10840
|
className = props.className,
|
|
10790
10841
|
iconClassName = props.iconClassName,
|
|
10791
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10842
|
+
otherProps = _objectWithoutProperties(props, _excluded$3v);
|
|
10792
10843
|
return /*#__PURE__*/React.createElement("span", {
|
|
10793
10844
|
role: "img",
|
|
10794
10845
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10795
10846
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10796
|
-
children: loadingCircleStyle$
|
|
10847
|
+
children: loadingCircleStyle$3v
|
|
10797
10848
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10798
10849
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10799
10850
|
width: size,
|
|
@@ -10832,8 +10883,8 @@ ChartLineTable.defaultProps = {
|
|
|
10832
10883
|
size: '1em'
|
|
10833
10884
|
};
|
|
10834
10885
|
|
|
10835
|
-
var _excluded$
|
|
10836
|
-
var loadingCircleStyle$
|
|
10886
|
+
var _excluded$3w = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
10887
|
+
var loadingCircleStyle$3w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10837
10888
|
var ChartScatter = function ChartScatter(props) {
|
|
10838
10889
|
var color = props.color,
|
|
10839
10890
|
size = props.size,
|
|
@@ -10841,12 +10892,12 @@ var ChartScatter = function ChartScatter(props) {
|
|
|
10841
10892
|
style = props.style,
|
|
10842
10893
|
className = props.className,
|
|
10843
10894
|
iconClassName = props.iconClassName,
|
|
10844
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10895
|
+
otherProps = _objectWithoutProperties(props, _excluded$3w);
|
|
10845
10896
|
return /*#__PURE__*/React.createElement("span", {
|
|
10846
10897
|
role: "img",
|
|
10847
10898
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10848
10899
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10849
|
-
children: loadingCircleStyle$
|
|
10900
|
+
children: loadingCircleStyle$3w
|
|
10850
10901
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10851
10902
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10852
10903
|
width: size,
|
|
@@ -10889,8 +10940,8 @@ ChartScatter.defaultProps = {
|
|
|
10889
10940
|
size: '1em'
|
|
10890
10941
|
};
|
|
10891
10942
|
|
|
10892
|
-
var _excluded$
|
|
10893
|
-
var loadingCircleStyle$
|
|
10943
|
+
var _excluded$3x = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
10944
|
+
var loadingCircleStyle$3x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10894
10945
|
var Play = function Play(props) {
|
|
10895
10946
|
var color = props.color,
|
|
10896
10947
|
size = props.size,
|
|
@@ -10898,12 +10949,12 @@ var Play = function Play(props) {
|
|
|
10898
10949
|
style = props.style,
|
|
10899
10950
|
className = props.className,
|
|
10900
10951
|
iconClassName = props.iconClassName,
|
|
10901
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10952
|
+
otherProps = _objectWithoutProperties(props, _excluded$3x);
|
|
10902
10953
|
return /*#__PURE__*/React.createElement("span", {
|
|
10903
10954
|
role: "img",
|
|
10904
10955
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10905
10956
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10906
|
-
children: loadingCircleStyle$
|
|
10957
|
+
children: loadingCircleStyle$3x
|
|
10907
10958
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10908
10959
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10909
10960
|
width: size,
|
|
@@ -10934,8 +10985,8 @@ Play.defaultProps = {
|
|
|
10934
10985
|
size: '1em'
|
|
10935
10986
|
};
|
|
10936
10987
|
|
|
10937
|
-
var _excluded$
|
|
10938
|
-
var loadingCircleStyle$
|
|
10988
|
+
var _excluded$3y = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
10989
|
+
var loadingCircleStyle$3y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10939
10990
|
var Config = function Config(props) {
|
|
10940
10991
|
var color = props.color,
|
|
10941
10992
|
size = props.size,
|
|
@@ -10943,12 +10994,12 @@ var Config = function Config(props) {
|
|
|
10943
10994
|
style = props.style,
|
|
10944
10995
|
className = props.className,
|
|
10945
10996
|
iconClassName = props.iconClassName,
|
|
10946
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10997
|
+
otherProps = _objectWithoutProperties(props, _excluded$3y);
|
|
10947
10998
|
return /*#__PURE__*/React.createElement("span", {
|
|
10948
10999
|
role: "img",
|
|
10949
11000
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10950
11001
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10951
|
-
children: loadingCircleStyle$
|
|
11002
|
+
children: loadingCircleStyle$3y
|
|
10952
11003
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10953
11004
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10954
11005
|
width: size,
|
|
@@ -10979,8 +11030,8 @@ Config.defaultProps = {
|
|
|
10979
11030
|
size: '1em'
|
|
10980
11031
|
};
|
|
10981
11032
|
|
|
10982
|
-
var _excluded$
|
|
10983
|
-
var loadingCircleStyle$
|
|
11033
|
+
var _excluded$3z = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
11034
|
+
var loadingCircleStyle$3z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10984
11035
|
var Setting = function Setting(props) {
|
|
10985
11036
|
var color = props.color,
|
|
10986
11037
|
size = props.size,
|
|
@@ -10988,12 +11039,12 @@ var Setting = function Setting(props) {
|
|
|
10988
11039
|
style = props.style,
|
|
10989
11040
|
className = props.className,
|
|
10990
11041
|
iconClassName = props.iconClassName,
|
|
10991
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11042
|
+
otherProps = _objectWithoutProperties(props, _excluded$3z);
|
|
10992
11043
|
return /*#__PURE__*/React.createElement("span", {
|
|
10993
11044
|
role: "img",
|
|
10994
11045
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10995
11046
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10996
|
-
children: loadingCircleStyle$
|
|
11047
|
+
children: loadingCircleStyle$3z
|
|
10997
11048
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10998
11049
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10999
11050
|
width: size,
|
|
@@ -11024,8 +11075,8 @@ Setting.defaultProps = {
|
|
|
11024
11075
|
size: '1em'
|
|
11025
11076
|
};
|
|
11026
11077
|
|
|
11027
|
-
var _excluded$
|
|
11028
|
-
var loadingCircleStyle$
|
|
11078
|
+
var _excluded$3A = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
11079
|
+
var loadingCircleStyle$3A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11029
11080
|
var Search = function Search(props) {
|
|
11030
11081
|
var color = props.color,
|
|
11031
11082
|
size = props.size,
|
|
@@ -11033,12 +11084,12 @@ var Search = function Search(props) {
|
|
|
11033
11084
|
style = props.style,
|
|
11034
11085
|
className = props.className,
|
|
11035
11086
|
iconClassName = props.iconClassName,
|
|
11036
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11087
|
+
otherProps = _objectWithoutProperties(props, _excluded$3A);
|
|
11037
11088
|
return /*#__PURE__*/React.createElement("span", {
|
|
11038
11089
|
role: "img",
|
|
11039
11090
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11040
11091
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11041
|
-
children: loadingCircleStyle$
|
|
11092
|
+
children: loadingCircleStyle$3A
|
|
11042
11093
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11043
11094
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11044
11095
|
width: size,
|
|
@@ -11069,8 +11120,8 @@ Search.defaultProps = {
|
|
|
11069
11120
|
size: '1em'
|
|
11070
11121
|
};
|
|
11071
11122
|
|
|
11072
|
-
var _excluded$
|
|
11073
|
-
var loadingCircleStyle$
|
|
11123
|
+
var _excluded$3B = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
11124
|
+
var loadingCircleStyle$3B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11074
11125
|
var Copy = function Copy(props) {
|
|
11075
11126
|
var color = props.color,
|
|
11076
11127
|
size = props.size,
|
|
@@ -11078,12 +11129,12 @@ var Copy = function Copy(props) {
|
|
|
11078
11129
|
style = props.style,
|
|
11079
11130
|
className = props.className,
|
|
11080
11131
|
iconClassName = props.iconClassName,
|
|
11081
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11132
|
+
otherProps = _objectWithoutProperties(props, _excluded$3B);
|
|
11082
11133
|
return /*#__PURE__*/React.createElement("span", {
|
|
11083
11134
|
role: "img",
|
|
11084
11135
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11085
11136
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11086
|
-
children: loadingCircleStyle$
|
|
11137
|
+
children: loadingCircleStyle$3B
|
|
11087
11138
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11088
11139
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11089
11140
|
width: size,
|
|
@@ -11114,8 +11165,8 @@ Copy.defaultProps = {
|
|
|
11114
11165
|
size: '1em'
|
|
11115
11166
|
};
|
|
11116
11167
|
|
|
11117
|
-
var _excluded$
|
|
11118
|
-
var loadingCircleStyle$
|
|
11168
|
+
var _excluded$3C = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
11169
|
+
var loadingCircleStyle$3C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11119
11170
|
var Copy2 = function Copy2(props) {
|
|
11120
11171
|
var color = props.color,
|
|
11121
11172
|
size = props.size,
|
|
@@ -11123,12 +11174,12 @@ var Copy2 = function Copy2(props) {
|
|
|
11123
11174
|
style = props.style,
|
|
11124
11175
|
className = props.className,
|
|
11125
11176
|
iconClassName = props.iconClassName,
|
|
11126
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11177
|
+
otherProps = _objectWithoutProperties(props, _excluded$3C);
|
|
11127
11178
|
return /*#__PURE__*/React.createElement("span", {
|
|
11128
11179
|
role: "img",
|
|
11129
11180
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11130
11181
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11131
|
-
children: loadingCircleStyle$
|
|
11182
|
+
children: loadingCircleStyle$3C
|
|
11132
11183
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11133
11184
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11134
11185
|
width: size,
|
|
@@ -11159,8 +11210,8 @@ Copy2.defaultProps = {
|
|
|
11159
11210
|
size: '1em'
|
|
11160
11211
|
};
|
|
11161
11212
|
|
|
11162
|
-
var _excluded$
|
|
11163
|
-
var loadingCircleStyle$
|
|
11213
|
+
var _excluded$3D = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
11214
|
+
var loadingCircleStyle$3D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11164
11215
|
var Format = function Format(props) {
|
|
11165
11216
|
var color = props.color,
|
|
11166
11217
|
size = props.size,
|
|
@@ -11168,12 +11219,12 @@ var Format = function Format(props) {
|
|
|
11168
11219
|
style = props.style,
|
|
11169
11220
|
className = props.className,
|
|
11170
11221
|
iconClassName = props.iconClassName,
|
|
11171
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11222
|
+
otherProps = _objectWithoutProperties(props, _excluded$3D);
|
|
11172
11223
|
return /*#__PURE__*/React.createElement("span", {
|
|
11173
11224
|
role: "img",
|
|
11174
11225
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11175
11226
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11176
|
-
children: loadingCircleStyle$
|
|
11227
|
+
children: loadingCircleStyle$3D
|
|
11177
11228
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11178
11229
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11179
11230
|
width: size,
|
|
@@ -11206,8 +11257,8 @@ Format.defaultProps = {
|
|
|
11206
11257
|
size: '1em'
|
|
11207
11258
|
};
|
|
11208
11259
|
|
|
11209
|
-
var _excluded$
|
|
11210
|
-
var loadingCircleStyle$
|
|
11260
|
+
var _excluded$3E = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
11261
|
+
var loadingCircleStyle$3E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11211
11262
|
var Code = function Code(props) {
|
|
11212
11263
|
var color = props.color,
|
|
11213
11264
|
size = props.size,
|
|
@@ -11215,12 +11266,12 @@ var Code = function Code(props) {
|
|
|
11215
11266
|
style = props.style,
|
|
11216
11267
|
className = props.className,
|
|
11217
11268
|
iconClassName = props.iconClassName,
|
|
11218
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11269
|
+
otherProps = _objectWithoutProperties(props, _excluded$3E);
|
|
11219
11270
|
return /*#__PURE__*/React.createElement("span", {
|
|
11220
11271
|
role: "img",
|
|
11221
11272
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11222
11273
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11223
|
-
children: loadingCircleStyle$
|
|
11274
|
+
children: loadingCircleStyle$3E
|
|
11224
11275
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11225
11276
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11226
11277
|
width: size,
|
|
@@ -11251,8 +11302,8 @@ Code.defaultProps = {
|
|
|
11251
11302
|
size: '1em'
|
|
11252
11303
|
};
|
|
11253
11304
|
|
|
11254
|
-
var _excluded$
|
|
11255
|
-
var loadingCircleStyle$
|
|
11305
|
+
var _excluded$3F = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
11306
|
+
var loadingCircleStyle$3F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11256
11307
|
var Edit = function Edit(props) {
|
|
11257
11308
|
var color = props.color,
|
|
11258
11309
|
size = props.size,
|
|
@@ -11260,12 +11311,12 @@ var Edit = function Edit(props) {
|
|
|
11260
11311
|
style = props.style,
|
|
11261
11312
|
className = props.className,
|
|
11262
11313
|
iconClassName = props.iconClassName,
|
|
11263
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11314
|
+
otherProps = _objectWithoutProperties(props, _excluded$3F);
|
|
11264
11315
|
return /*#__PURE__*/React.createElement("span", {
|
|
11265
11316
|
role: "img",
|
|
11266
11317
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11267
11318
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11268
|
-
children: loadingCircleStyle$
|
|
11319
|
+
children: loadingCircleStyle$3F
|
|
11269
11320
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11270
11321
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11271
11322
|
width: size,
|
|
@@ -11296,8 +11347,8 @@ Edit.defaultProps = {
|
|
|
11296
11347
|
size: '1em'
|
|
11297
11348
|
};
|
|
11298
11349
|
|
|
11299
|
-
var _excluded$
|
|
11300
|
-
var loadingCircleStyle$
|
|
11350
|
+
var _excluded$3G = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
11351
|
+
var loadingCircleStyle$3G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11301
11352
|
var EditFill = function EditFill(props) {
|
|
11302
11353
|
var color = props.color,
|
|
11303
11354
|
size = props.size,
|
|
@@ -11305,12 +11356,12 @@ var EditFill = function EditFill(props) {
|
|
|
11305
11356
|
style = props.style,
|
|
11306
11357
|
className = props.className,
|
|
11307
11358
|
iconClassName = props.iconClassName,
|
|
11308
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11359
|
+
otherProps = _objectWithoutProperties(props, _excluded$3G);
|
|
11309
11360
|
return /*#__PURE__*/React.createElement("span", {
|
|
11310
11361
|
role: "img",
|
|
11311
11362
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11312
11363
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11313
|
-
children: loadingCircleStyle$
|
|
11364
|
+
children: loadingCircleStyle$3G
|
|
11314
11365
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11315
11366
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11316
11367
|
width: size,
|
|
@@ -11325,18 +11376,11 @@ var EditFill = function EditFill(props) {
|
|
|
11325
11376
|
animationName: 'loadingCircle',
|
|
11326
11377
|
animationTimingFunction: 'linear'
|
|
11327
11378
|
} : {})
|
|
11328
|
-
}), /*#__PURE__*/React.createElement("
|
|
11329
|
-
clipPath: "url(#clip0_970_67)"
|
|
11330
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
11379
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
11331
11380
|
d: "M3 17.25L14.06 6.19l3.75 3.75L8.75 19H21v2H3v-3.75z"
|
|
11332
11381
|
}), /*#__PURE__*/React.createElement("path", {
|
|
11333
11382
|
d: "M20.71 5.63c.39.39.39 1.02 0 1.41l-1.83 1.83-3.75-3.75 1.83-1.83a.996.996 0 011.41 0l2.34 2.34z"
|
|
11334
|
-
}))
|
|
11335
|
-
id: "clip0_970_67"
|
|
11336
|
-
}, /*#__PURE__*/React.createElement("rect", {
|
|
11337
|
-
width: "24",
|
|
11338
|
-
height: "24"
|
|
11339
|
-
})))));
|
|
11383
|
+
})));
|
|
11340
11384
|
};
|
|
11341
11385
|
EditFill.propTypes = {
|
|
11342
11386
|
iconClassName: PropTypes.string,
|
|
@@ -11350,8 +11394,8 @@ EditFill.defaultProps = {
|
|
|
11350
11394
|
size: '1em'
|
|
11351
11395
|
};
|
|
11352
11396
|
|
|
11353
|
-
var _excluded$
|
|
11354
|
-
var loadingCircleStyle$
|
|
11397
|
+
var _excluded$3H = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
11398
|
+
var loadingCircleStyle$3H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11355
11399
|
var Delete1 = function Delete1(props) {
|
|
11356
11400
|
var color = props.color,
|
|
11357
11401
|
size = props.size,
|
|
@@ -11359,12 +11403,12 @@ var Delete1 = function Delete1(props) {
|
|
|
11359
11403
|
style = props.style,
|
|
11360
11404
|
className = props.className,
|
|
11361
11405
|
iconClassName = props.iconClassName,
|
|
11362
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11406
|
+
otherProps = _objectWithoutProperties(props, _excluded$3H);
|
|
11363
11407
|
return /*#__PURE__*/React.createElement("span", {
|
|
11364
11408
|
role: "img",
|
|
11365
11409
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11366
11410
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11367
|
-
children: loadingCircleStyle$
|
|
11411
|
+
children: loadingCircleStyle$3H
|
|
11368
11412
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11369
11413
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11370
11414
|
width: size,
|
|
@@ -11395,8 +11439,8 @@ Delete1.defaultProps = {
|
|
|
11395
11439
|
size: '1em'
|
|
11396
11440
|
};
|
|
11397
11441
|
|
|
11398
|
-
var _excluded$
|
|
11399
|
-
var loadingCircleStyle$
|
|
11442
|
+
var _excluded$3I = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
11443
|
+
var loadingCircleStyle$3I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11400
11444
|
var Save = function Save(props) {
|
|
11401
11445
|
var color = props.color,
|
|
11402
11446
|
size = props.size,
|
|
@@ -11404,12 +11448,12 @@ var Save = function Save(props) {
|
|
|
11404
11448
|
style = props.style,
|
|
11405
11449
|
className = props.className,
|
|
11406
11450
|
iconClassName = props.iconClassName,
|
|
11407
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11451
|
+
otherProps = _objectWithoutProperties(props, _excluded$3I);
|
|
11408
11452
|
return /*#__PURE__*/React.createElement("span", {
|
|
11409
11453
|
role: "img",
|
|
11410
11454
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11411
11455
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11412
|
-
children: loadingCircleStyle$
|
|
11456
|
+
children: loadingCircleStyle$3I
|
|
11413
11457
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11414
11458
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11415
11459
|
width: size,
|
|
@@ -11440,8 +11484,8 @@ Save.defaultProps = {
|
|
|
11440
11484
|
size: '1em'
|
|
11441
11485
|
};
|
|
11442
11486
|
|
|
11443
|
-
var _excluded$
|
|
11444
|
-
var loadingCircleStyle$
|
|
11487
|
+
var _excluded$3J = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
11488
|
+
var loadingCircleStyle$3J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11445
11489
|
var Send = function Send(props) {
|
|
11446
11490
|
var color = props.color,
|
|
11447
11491
|
size = props.size,
|
|
@@ -11449,12 +11493,12 @@ var Send = function Send(props) {
|
|
|
11449
11493
|
style = props.style,
|
|
11450
11494
|
className = props.className,
|
|
11451
11495
|
iconClassName = props.iconClassName,
|
|
11452
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11496
|
+
otherProps = _objectWithoutProperties(props, _excluded$3J);
|
|
11453
11497
|
return /*#__PURE__*/React.createElement("span", {
|
|
11454
11498
|
role: "img",
|
|
11455
11499
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11456
11500
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11457
|
-
children: loadingCircleStyle$
|
|
11501
|
+
children: loadingCircleStyle$3J
|
|
11458
11502
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11459
11503
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11460
11504
|
width: size,
|
|
@@ -11487,8 +11531,8 @@ Send.defaultProps = {
|
|
|
11487
11531
|
size: '1em'
|
|
11488
11532
|
};
|
|
11489
11533
|
|
|
11490
|
-
var _excluded$
|
|
11491
|
-
var loadingCircleStyle$
|
|
11534
|
+
var _excluded$3K = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
11535
|
+
var loadingCircleStyle$3K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11492
11536
|
var Fullscreen = function Fullscreen(props) {
|
|
11493
11537
|
var color = props.color,
|
|
11494
11538
|
size = props.size,
|
|
@@ -11496,12 +11540,12 @@ var Fullscreen = function Fullscreen(props) {
|
|
|
11496
11540
|
style = props.style,
|
|
11497
11541
|
className = props.className,
|
|
11498
11542
|
iconClassName = props.iconClassName,
|
|
11499
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11543
|
+
otherProps = _objectWithoutProperties(props, _excluded$3K);
|
|
11500
11544
|
return /*#__PURE__*/React.createElement("span", {
|
|
11501
11545
|
role: "img",
|
|
11502
11546
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11503
11547
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11504
|
-
children: loadingCircleStyle$
|
|
11548
|
+
children: loadingCircleStyle$3K
|
|
11505
11549
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11506
11550
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11507
11551
|
width: size,
|
|
@@ -11532,8 +11576,8 @@ Fullscreen.defaultProps = {
|
|
|
11532
11576
|
size: '1em'
|
|
11533
11577
|
};
|
|
11534
11578
|
|
|
11535
|
-
var _excluded$
|
|
11536
|
-
var loadingCircleStyle$
|
|
11579
|
+
var _excluded$3L = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
11580
|
+
var loadingCircleStyle$3L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11537
11581
|
var ArrowLeftDown = function ArrowLeftDown(props) {
|
|
11538
11582
|
var color = props.color,
|
|
11539
11583
|
size = props.size,
|
|
@@ -11541,12 +11585,12 @@ var ArrowLeftDown = function ArrowLeftDown(props) {
|
|
|
11541
11585
|
style = props.style,
|
|
11542
11586
|
className = props.className,
|
|
11543
11587
|
iconClassName = props.iconClassName,
|
|
11544
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11588
|
+
otherProps = _objectWithoutProperties(props, _excluded$3L);
|
|
11545
11589
|
return /*#__PURE__*/React.createElement("span", {
|
|
11546
11590
|
role: "img",
|
|
11547
11591
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11548
11592
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11549
|
-
children: loadingCircleStyle$
|
|
11593
|
+
children: loadingCircleStyle$3L
|
|
11550
11594
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11551
11595
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11552
11596
|
width: size,
|
|
@@ -11577,8 +11621,8 @@ ArrowLeftDown.defaultProps = {
|
|
|
11577
11621
|
size: '1em'
|
|
11578
11622
|
};
|
|
11579
11623
|
|
|
11580
|
-
var _excluded$
|
|
11581
|
-
var loadingCircleStyle$
|
|
11624
|
+
var _excluded$3M = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
11625
|
+
var loadingCircleStyle$3M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11582
11626
|
var Link = function Link(props) {
|
|
11583
11627
|
var color = props.color,
|
|
11584
11628
|
size = props.size,
|
|
@@ -11586,12 +11630,12 @@ var Link = function Link(props) {
|
|
|
11586
11630
|
style = props.style,
|
|
11587
11631
|
className = props.className,
|
|
11588
11632
|
iconClassName = props.iconClassName,
|
|
11589
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11633
|
+
otherProps = _objectWithoutProperties(props, _excluded$3M);
|
|
11590
11634
|
return /*#__PURE__*/React.createElement("span", {
|
|
11591
11635
|
role: "img",
|
|
11592
11636
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11593
11637
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11594
|
-
children: loadingCircleStyle$
|
|
11638
|
+
children: loadingCircleStyle$3M
|
|
11595
11639
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11596
11640
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11597
11641
|
width: size,
|
|
@@ -11626,8 +11670,8 @@ Link.defaultProps = {
|
|
|
11626
11670
|
size: '1em'
|
|
11627
11671
|
};
|
|
11628
11672
|
|
|
11629
|
-
var _excluded$
|
|
11630
|
-
var loadingCircleStyle$
|
|
11673
|
+
var _excluded$3N = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
11674
|
+
var loadingCircleStyle$3N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11631
11675
|
var Unlink = function Unlink(props) {
|
|
11632
11676
|
var color = props.color,
|
|
11633
11677
|
size = props.size,
|
|
@@ -11635,12 +11679,12 @@ var Unlink = function Unlink(props) {
|
|
|
11635
11679
|
style = props.style,
|
|
11636
11680
|
className = props.className,
|
|
11637
11681
|
iconClassName = props.iconClassName,
|
|
11638
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11682
|
+
otherProps = _objectWithoutProperties(props, _excluded$3N);
|
|
11639
11683
|
return /*#__PURE__*/React.createElement("span", {
|
|
11640
11684
|
role: "img",
|
|
11641
11685
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11642
11686
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11643
|
-
children: loadingCircleStyle$
|
|
11687
|
+
children: loadingCircleStyle$3N
|
|
11644
11688
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11645
11689
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11646
11690
|
width: size,
|
|
@@ -11677,8 +11721,8 @@ Unlink.defaultProps = {
|
|
|
11677
11721
|
size: '1em'
|
|
11678
11722
|
};
|
|
11679
11723
|
|
|
11680
|
-
var _excluded$
|
|
11681
|
-
var loadingCircleStyle$
|
|
11724
|
+
var _excluded$3O = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
11725
|
+
var loadingCircleStyle$3O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11682
11726
|
var Link2 = function Link2(props) {
|
|
11683
11727
|
var color = props.color,
|
|
11684
11728
|
size = props.size,
|
|
@@ -11686,12 +11730,12 @@ var Link2 = function Link2(props) {
|
|
|
11686
11730
|
style = props.style,
|
|
11687
11731
|
className = props.className,
|
|
11688
11732
|
iconClassName = props.iconClassName,
|
|
11689
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11733
|
+
otherProps = _objectWithoutProperties(props, _excluded$3O);
|
|
11690
11734
|
return /*#__PURE__*/React.createElement("span", {
|
|
11691
11735
|
role: "img",
|
|
11692
11736
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11693
11737
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11694
|
-
children: loadingCircleStyle$
|
|
11738
|
+
children: loadingCircleStyle$3O
|
|
11695
11739
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11696
11740
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11697
11741
|
width: size,
|
|
@@ -11722,8 +11766,8 @@ Link2.defaultProps = {
|
|
|
11722
11766
|
size: '1em'
|
|
11723
11767
|
};
|
|
11724
11768
|
|
|
11725
|
-
var _excluded$
|
|
11726
|
-
var loadingCircleStyle$
|
|
11769
|
+
var _excluded$3P = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
11770
|
+
var loadingCircleStyle$3P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11727
11771
|
var MenuUnfold = function MenuUnfold(props) {
|
|
11728
11772
|
var color = props.color,
|
|
11729
11773
|
size = props.size,
|
|
@@ -11731,12 +11775,12 @@ var MenuUnfold = function MenuUnfold(props) {
|
|
|
11731
11775
|
style = props.style,
|
|
11732
11776
|
className = props.className,
|
|
11733
11777
|
iconClassName = props.iconClassName,
|
|
11734
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11778
|
+
otherProps = _objectWithoutProperties(props, _excluded$3P);
|
|
11735
11779
|
return /*#__PURE__*/React.createElement("span", {
|
|
11736
11780
|
role: "img",
|
|
11737
11781
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11738
11782
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11739
|
-
children: loadingCircleStyle$
|
|
11783
|
+
children: loadingCircleStyle$3P
|
|
11740
11784
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11741
11785
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11742
11786
|
width: size,
|
|
@@ -11767,8 +11811,8 @@ MenuUnfold.defaultProps = {
|
|
|
11767
11811
|
size: '1em'
|
|
11768
11812
|
};
|
|
11769
11813
|
|
|
11770
|
-
var _excluded$
|
|
11771
|
-
var loadingCircleStyle$
|
|
11814
|
+
var _excluded$3Q = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
11815
|
+
var loadingCircleStyle$3Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11772
11816
|
var MenuFold = function MenuFold(props) {
|
|
11773
11817
|
var color = props.color,
|
|
11774
11818
|
size = props.size,
|
|
@@ -11776,12 +11820,12 @@ var MenuFold = function MenuFold(props) {
|
|
|
11776
11820
|
style = props.style,
|
|
11777
11821
|
className = props.className,
|
|
11778
11822
|
iconClassName = props.iconClassName,
|
|
11779
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11823
|
+
otherProps = _objectWithoutProperties(props, _excluded$3Q);
|
|
11780
11824
|
return /*#__PURE__*/React.createElement("span", {
|
|
11781
11825
|
role: "img",
|
|
11782
11826
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11783
11827
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11784
|
-
children: loadingCircleStyle$
|
|
11828
|
+
children: loadingCircleStyle$3Q
|
|
11785
11829
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11786
11830
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11787
11831
|
width: size,
|
|
@@ -11812,8 +11856,8 @@ MenuFold.defaultProps = {
|
|
|
11812
11856
|
size: '1em'
|
|
11813
11857
|
};
|
|
11814
11858
|
|
|
11815
|
-
var _excluded$
|
|
11816
|
-
var loadingCircleStyle$
|
|
11859
|
+
var _excluded$3R = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
11860
|
+
var loadingCircleStyle$3R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11817
11861
|
var List = function List(props) {
|
|
11818
11862
|
var color = props.color,
|
|
11819
11863
|
size = props.size,
|
|
@@ -11821,12 +11865,12 @@ var List = function List(props) {
|
|
|
11821
11865
|
style = props.style,
|
|
11822
11866
|
className = props.className,
|
|
11823
11867
|
iconClassName = props.iconClassName,
|
|
11824
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11868
|
+
otherProps = _objectWithoutProperties(props, _excluded$3R);
|
|
11825
11869
|
return /*#__PURE__*/React.createElement("span", {
|
|
11826
11870
|
role: "img",
|
|
11827
11871
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11828
11872
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11829
|
-
children: loadingCircleStyle$
|
|
11873
|
+
children: loadingCircleStyle$3R
|
|
11830
11874
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11831
11875
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11832
11876
|
width: size,
|
|
@@ -11857,8 +11901,8 @@ List.defaultProps = {
|
|
|
11857
11901
|
size: '1em'
|
|
11858
11902
|
};
|
|
11859
11903
|
|
|
11860
|
-
var _excluded$
|
|
11861
|
-
var loadingCircleStyle$
|
|
11904
|
+
var _excluded$3S = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
11905
|
+
var loadingCircleStyle$3S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11862
11906
|
var ListNested = function ListNested(props) {
|
|
11863
11907
|
var color = props.color,
|
|
11864
11908
|
size = props.size,
|
|
@@ -11866,12 +11910,12 @@ var ListNested = function ListNested(props) {
|
|
|
11866
11910
|
style = props.style,
|
|
11867
11911
|
className = props.className,
|
|
11868
11912
|
iconClassName = props.iconClassName,
|
|
11869
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11913
|
+
otherProps = _objectWithoutProperties(props, _excluded$3S);
|
|
11870
11914
|
return /*#__PURE__*/React.createElement("span", {
|
|
11871
11915
|
role: "img",
|
|
11872
11916
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11873
11917
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11874
|
-
children: loadingCircleStyle$
|
|
11918
|
+
children: loadingCircleStyle$3S
|
|
11875
11919
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11876
11920
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11877
11921
|
width: size,
|
|
@@ -11904,8 +11948,8 @@ ListNested.defaultProps = {
|
|
|
11904
11948
|
size: '1em'
|
|
11905
11949
|
};
|
|
11906
11950
|
|
|
11907
|
-
var _excluded$
|
|
11908
|
-
var loadingCircleStyle$
|
|
11951
|
+
var _excluded$3T = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
11952
|
+
var loadingCircleStyle$3T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11909
11953
|
var DoubleList = function DoubleList(props) {
|
|
11910
11954
|
var color = props.color,
|
|
11911
11955
|
size = props.size,
|
|
@@ -11913,12 +11957,12 @@ var DoubleList = function DoubleList(props) {
|
|
|
11913
11957
|
style = props.style,
|
|
11914
11958
|
className = props.className,
|
|
11915
11959
|
iconClassName = props.iconClassName,
|
|
11916
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11960
|
+
otherProps = _objectWithoutProperties(props, _excluded$3T);
|
|
11917
11961
|
return /*#__PURE__*/React.createElement("span", {
|
|
11918
11962
|
role: "img",
|
|
11919
11963
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11920
11964
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11921
|
-
children: loadingCircleStyle$
|
|
11965
|
+
children: loadingCircleStyle$3T
|
|
11922
11966
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11923
11967
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11924
11968
|
width: size,
|
|
@@ -11959,8 +12003,8 @@ DoubleList.defaultProps = {
|
|
|
11959
12003
|
size: '1em'
|
|
11960
12004
|
};
|
|
11961
12005
|
|
|
11962
|
-
var _excluded$
|
|
11963
|
-
var loadingCircleStyle$
|
|
12006
|
+
var _excluded$3U = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
12007
|
+
var loadingCircleStyle$3U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11964
12008
|
var Download = function Download(props) {
|
|
11965
12009
|
var color = props.color,
|
|
11966
12010
|
size = props.size,
|
|
@@ -11968,12 +12012,12 @@ var Download = function Download(props) {
|
|
|
11968
12012
|
style = props.style,
|
|
11969
12013
|
className = props.className,
|
|
11970
12014
|
iconClassName = props.iconClassName,
|
|
11971
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12015
|
+
otherProps = _objectWithoutProperties(props, _excluded$3U);
|
|
11972
12016
|
return /*#__PURE__*/React.createElement("span", {
|
|
11973
12017
|
role: "img",
|
|
11974
12018
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11975
12019
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11976
|
-
children: loadingCircleStyle$
|
|
12020
|
+
children: loadingCircleStyle$3U
|
|
11977
12021
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11978
12022
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11979
12023
|
width: size,
|
|
@@ -12004,8 +12048,8 @@ Download.defaultProps = {
|
|
|
12004
12048
|
size: '1em'
|
|
12005
12049
|
};
|
|
12006
12050
|
|
|
12007
|
-
var _excluded$
|
|
12008
|
-
var loadingCircleStyle$
|
|
12051
|
+
var _excluded$3V = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
12052
|
+
var loadingCircleStyle$3V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12009
12053
|
var FullDownload = function FullDownload(props) {
|
|
12010
12054
|
var color = props.color,
|
|
12011
12055
|
size = props.size,
|
|
@@ -12013,12 +12057,12 @@ var FullDownload = function FullDownload(props) {
|
|
|
12013
12057
|
style = props.style,
|
|
12014
12058
|
className = props.className,
|
|
12015
12059
|
iconClassName = props.iconClassName,
|
|
12016
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12060
|
+
otherProps = _objectWithoutProperties(props, _excluded$3V);
|
|
12017
12061
|
return /*#__PURE__*/React.createElement("span", {
|
|
12018
12062
|
role: "img",
|
|
12019
12063
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12020
12064
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12021
|
-
children: loadingCircleStyle$
|
|
12065
|
+
children: loadingCircleStyle$3V
|
|
12022
12066
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12023
12067
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12024
12068
|
width: size,
|
|
@@ -12051,8 +12095,8 @@ FullDownload.defaultProps = {
|
|
|
12051
12095
|
size: '1em'
|
|
12052
12096
|
};
|
|
12053
12097
|
|
|
12054
|
-
var _excluded$
|
|
12055
|
-
var loadingCircleStyle$
|
|
12098
|
+
var _excluded$3W = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
12099
|
+
var loadingCircleStyle$3W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12056
12100
|
var Export = function Export(props) {
|
|
12057
12101
|
var color = props.color,
|
|
12058
12102
|
size = props.size,
|
|
@@ -12060,12 +12104,12 @@ var Export = function Export(props) {
|
|
|
12060
12104
|
style = props.style,
|
|
12061
12105
|
className = props.className,
|
|
12062
12106
|
iconClassName = props.iconClassName,
|
|
12063
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12107
|
+
otherProps = _objectWithoutProperties(props, _excluded$3W);
|
|
12064
12108
|
return /*#__PURE__*/React.createElement("span", {
|
|
12065
12109
|
role: "img",
|
|
12066
12110
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12067
12111
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12068
|
-
children: loadingCircleStyle$
|
|
12112
|
+
children: loadingCircleStyle$3W
|
|
12069
12113
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12070
12114
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12071
12115
|
width: size,
|
|
@@ -12098,8 +12142,8 @@ Export.defaultProps = {
|
|
|
12098
12142
|
size: '1em'
|
|
12099
12143
|
};
|
|
12100
12144
|
|
|
12101
|
-
var _excluded$
|
|
12102
|
-
var loadingCircleStyle$
|
|
12145
|
+
var _excluded$3X = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
12146
|
+
var loadingCircleStyle$3X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12103
12147
|
var Import = function Import(props) {
|
|
12104
12148
|
var color = props.color,
|
|
12105
12149
|
size = props.size,
|
|
@@ -12107,12 +12151,12 @@ var Import = function Import(props) {
|
|
|
12107
12151
|
style = props.style,
|
|
12108
12152
|
className = props.className,
|
|
12109
12153
|
iconClassName = props.iconClassName,
|
|
12110
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12154
|
+
otherProps = _objectWithoutProperties(props, _excluded$3X);
|
|
12111
12155
|
return /*#__PURE__*/React.createElement("span", {
|
|
12112
12156
|
role: "img",
|
|
12113
12157
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12114
12158
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12115
|
-
children: loadingCircleStyle$
|
|
12159
|
+
children: loadingCircleStyle$3X
|
|
12116
12160
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12117
12161
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12118
12162
|
width: size,
|
|
@@ -12145,8 +12189,8 @@ Import.defaultProps = {
|
|
|
12145
12189
|
size: '1em'
|
|
12146
12190
|
};
|
|
12147
12191
|
|
|
12148
|
-
var _excluded$
|
|
12149
|
-
var loadingCircleStyle$
|
|
12192
|
+
var _excluded$3Y = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
12193
|
+
var loadingCircleStyle$3Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12150
12194
|
var Add1 = function Add1(props) {
|
|
12151
12195
|
var color = props.color,
|
|
12152
12196
|
size = props.size,
|
|
@@ -12154,12 +12198,12 @@ var Add1 = function Add1(props) {
|
|
|
12154
12198
|
style = props.style,
|
|
12155
12199
|
className = props.className,
|
|
12156
12200
|
iconClassName = props.iconClassName,
|
|
12157
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12201
|
+
otherProps = _objectWithoutProperties(props, _excluded$3Y);
|
|
12158
12202
|
return /*#__PURE__*/React.createElement("span", {
|
|
12159
12203
|
role: "img",
|
|
12160
12204
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12161
12205
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12162
|
-
children: loadingCircleStyle$
|
|
12206
|
+
children: loadingCircleStyle$3Y
|
|
12163
12207
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12164
12208
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12165
12209
|
width: size,
|
|
@@ -12190,8 +12234,8 @@ Add1.defaultProps = {
|
|
|
12190
12234
|
size: '1em'
|
|
12191
12235
|
};
|
|
12192
12236
|
|
|
12193
|
-
var _excluded$
|
|
12194
|
-
var loadingCircleStyle$
|
|
12237
|
+
var _excluded$3Z = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
12238
|
+
var loadingCircleStyle$3Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12195
12239
|
var Add2 = function Add2(props) {
|
|
12196
12240
|
var color = props.color,
|
|
12197
12241
|
size = props.size,
|
|
@@ -12199,12 +12243,12 @@ var Add2 = function Add2(props) {
|
|
|
12199
12243
|
style = props.style,
|
|
12200
12244
|
className = props.className,
|
|
12201
12245
|
iconClassName = props.iconClassName,
|
|
12202
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12246
|
+
otherProps = _objectWithoutProperties(props, _excluded$3Z);
|
|
12203
12247
|
return /*#__PURE__*/React.createElement("span", {
|
|
12204
12248
|
role: "img",
|
|
12205
12249
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12206
12250
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12207
|
-
children: loadingCircleStyle$
|
|
12251
|
+
children: loadingCircleStyle$3Z
|
|
12208
12252
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12209
12253
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12210
12254
|
width: size,
|
|
@@ -12235,8 +12279,8 @@ Add2.defaultProps = {
|
|
|
12235
12279
|
size: '1em'
|
|
12236
12280
|
};
|
|
12237
12281
|
|
|
12238
|
-
var _excluded$
|
|
12239
|
-
var loadingCircleStyle$
|
|
12282
|
+
var _excluded$3_ = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
12283
|
+
var loadingCircleStyle$3_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12240
12284
|
var Add3 = function Add3(props) {
|
|
12241
12285
|
var color = props.color,
|
|
12242
12286
|
size = props.size,
|
|
@@ -12244,12 +12288,12 @@ var Add3 = function Add3(props) {
|
|
|
12244
12288
|
style = props.style,
|
|
12245
12289
|
className = props.className,
|
|
12246
12290
|
iconClassName = props.iconClassName,
|
|
12247
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12291
|
+
otherProps = _objectWithoutProperties(props, _excluded$3_);
|
|
12248
12292
|
return /*#__PURE__*/React.createElement("span", {
|
|
12249
12293
|
role: "img",
|
|
12250
12294
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12251
12295
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12252
|
-
children: loadingCircleStyle$
|
|
12296
|
+
children: loadingCircleStyle$3_
|
|
12253
12297
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12254
12298
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12255
12299
|
width: size,
|
|
@@ -12280,8 +12324,8 @@ Add3.defaultProps = {
|
|
|
12280
12324
|
size: '1em'
|
|
12281
12325
|
};
|
|
12282
12326
|
|
|
12283
|
-
var _excluded$
|
|
12284
|
-
var loadingCircleStyle$
|
|
12327
|
+
var _excluded$3$ = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
12328
|
+
var loadingCircleStyle$3$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12285
12329
|
var Add3Fill = function Add3Fill(props) {
|
|
12286
12330
|
var color = props.color,
|
|
12287
12331
|
size = props.size,
|
|
@@ -12289,12 +12333,12 @@ var Add3Fill = function Add3Fill(props) {
|
|
|
12289
12333
|
style = props.style,
|
|
12290
12334
|
className = props.className,
|
|
12291
12335
|
iconClassName = props.iconClassName,
|
|
12292
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12336
|
+
otherProps = _objectWithoutProperties(props, _excluded$3$);
|
|
12293
12337
|
return /*#__PURE__*/React.createElement("span", {
|
|
12294
12338
|
role: "img",
|
|
12295
12339
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12296
12340
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12297
|
-
children: loadingCircleStyle$
|
|
12341
|
+
children: loadingCircleStyle$3$
|
|
12298
12342
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12299
12343
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12300
12344
|
width: size,
|
|
@@ -12325,8 +12369,8 @@ Add3Fill.defaultProps = {
|
|
|
12325
12369
|
size: '1em'
|
|
12326
12370
|
};
|
|
12327
12371
|
|
|
12328
|
-
var _excluded$
|
|
12329
|
-
var loadingCircleStyle$
|
|
12372
|
+
var _excluded$40 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
12373
|
+
var loadingCircleStyle$40 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12330
12374
|
var Subtract = function Subtract(props) {
|
|
12331
12375
|
var color = props.color,
|
|
12332
12376
|
size = props.size,
|
|
@@ -12334,12 +12378,12 @@ var Subtract = function Subtract(props) {
|
|
|
12334
12378
|
style = props.style,
|
|
12335
12379
|
className = props.className,
|
|
12336
12380
|
iconClassName = props.iconClassName,
|
|
12337
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12381
|
+
otherProps = _objectWithoutProperties(props, _excluded$40);
|
|
12338
12382
|
return /*#__PURE__*/React.createElement("span", {
|
|
12339
12383
|
role: "img",
|
|
12340
12384
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12341
12385
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12342
|
-
children: loadingCircleStyle$
|
|
12386
|
+
children: loadingCircleStyle$40
|
|
12343
12387
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12344
12388
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12345
12389
|
width: size,
|
|
@@ -12373,8 +12417,8 @@ Subtract.defaultProps = {
|
|
|
12373
12417
|
size: '1em'
|
|
12374
12418
|
};
|
|
12375
12419
|
|
|
12376
|
-
var _excluded$
|
|
12377
|
-
var loadingCircleStyle$
|
|
12420
|
+
var _excluded$41 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
12421
|
+
var loadingCircleStyle$41 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12378
12422
|
var Subtract2 = function Subtract2(props) {
|
|
12379
12423
|
var color = props.color,
|
|
12380
12424
|
size = props.size,
|
|
@@ -12382,12 +12426,12 @@ var Subtract2 = function Subtract2(props) {
|
|
|
12382
12426
|
style = props.style,
|
|
12383
12427
|
className = props.className,
|
|
12384
12428
|
iconClassName = props.iconClassName,
|
|
12385
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12429
|
+
otherProps = _objectWithoutProperties(props, _excluded$41);
|
|
12386
12430
|
return /*#__PURE__*/React.createElement("span", {
|
|
12387
12431
|
role: "img",
|
|
12388
12432
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12389
12433
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12390
|
-
children: loadingCircleStyle$
|
|
12434
|
+
children: loadingCircleStyle$41
|
|
12391
12435
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12392
12436
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12393
12437
|
width: size,
|
|
@@ -12422,8 +12466,8 @@ Subtract2.defaultProps = {
|
|
|
12422
12466
|
size: '1em'
|
|
12423
12467
|
};
|
|
12424
12468
|
|
|
12425
|
-
var _excluded$
|
|
12426
|
-
var loadingCircleStyle$
|
|
12469
|
+
var _excluded$42 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
12470
|
+
var loadingCircleStyle$42 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12427
12471
|
var Update = function Update(props) {
|
|
12428
12472
|
var color = props.color,
|
|
12429
12473
|
size = props.size,
|
|
@@ -12431,12 +12475,12 @@ var Update = function Update(props) {
|
|
|
12431
12475
|
style = props.style,
|
|
12432
12476
|
className = props.className,
|
|
12433
12477
|
iconClassName = props.iconClassName,
|
|
12434
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12478
|
+
otherProps = _objectWithoutProperties(props, _excluded$42);
|
|
12435
12479
|
return /*#__PURE__*/React.createElement("span", {
|
|
12436
12480
|
role: "img",
|
|
12437
12481
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12438
12482
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12439
|
-
children: loadingCircleStyle$
|
|
12483
|
+
children: loadingCircleStyle$42
|
|
12440
12484
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12441
12485
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12442
12486
|
width: size,
|
|
@@ -12467,8 +12511,8 @@ Update.defaultProps = {
|
|
|
12467
12511
|
size: '1em'
|
|
12468
12512
|
};
|
|
12469
12513
|
|
|
12470
|
-
var _excluded$
|
|
12471
|
-
var loadingCircleStyle$
|
|
12514
|
+
var _excluded$43 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
12515
|
+
var loadingCircleStyle$43 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12472
12516
|
var Rename = function Rename(props) {
|
|
12473
12517
|
var color = props.color,
|
|
12474
12518
|
size = props.size,
|
|
@@ -12476,12 +12520,12 @@ var Rename = function Rename(props) {
|
|
|
12476
12520
|
style = props.style,
|
|
12477
12521
|
className = props.className,
|
|
12478
12522
|
iconClassName = props.iconClassName,
|
|
12479
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12523
|
+
otherProps = _objectWithoutProperties(props, _excluded$43);
|
|
12480
12524
|
return /*#__PURE__*/React.createElement("span", {
|
|
12481
12525
|
role: "img",
|
|
12482
12526
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12483
12527
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12484
|
-
children: loadingCircleStyle$
|
|
12528
|
+
children: loadingCircleStyle$43
|
|
12485
12529
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12486
12530
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12487
12531
|
width: size,
|
|
@@ -12514,8 +12558,8 @@ Rename.defaultProps = {
|
|
|
12514
12558
|
size: '1em'
|
|
12515
12559
|
};
|
|
12516
12560
|
|
|
12517
|
-
var _excluded$
|
|
12518
|
-
var loadingCircleStyle$
|
|
12561
|
+
var _excluded$44 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
12562
|
+
var loadingCircleStyle$44 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12519
12563
|
var PlayCircle = function PlayCircle(props) {
|
|
12520
12564
|
var color = props.color,
|
|
12521
12565
|
size = props.size,
|
|
@@ -12523,12 +12567,12 @@ var PlayCircle = function PlayCircle(props) {
|
|
|
12523
12567
|
style = props.style,
|
|
12524
12568
|
className = props.className,
|
|
12525
12569
|
iconClassName = props.iconClassName,
|
|
12526
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12570
|
+
otherProps = _objectWithoutProperties(props, _excluded$44);
|
|
12527
12571
|
return /*#__PURE__*/React.createElement("span", {
|
|
12528
12572
|
role: "img",
|
|
12529
12573
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12530
12574
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12531
|
-
children: loadingCircleStyle$
|
|
12575
|
+
children: loadingCircleStyle$44
|
|
12532
12576
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12533
12577
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12534
12578
|
width: size,
|
|
@@ -12559,8 +12603,8 @@ PlayCircle.defaultProps = {
|
|
|
12559
12603
|
size: '1em'
|
|
12560
12604
|
};
|
|
12561
12605
|
|
|
12562
|
-
var _excluded$
|
|
12563
|
-
var loadingCircleStyle$
|
|
12606
|
+
var _excluded$45 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
12607
|
+
var loadingCircleStyle$45 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12564
12608
|
var PauseCircle = function PauseCircle(props) {
|
|
12565
12609
|
var color = props.color,
|
|
12566
12610
|
size = props.size,
|
|
@@ -12568,12 +12612,12 @@ var PauseCircle = function PauseCircle(props) {
|
|
|
12568
12612
|
style = props.style,
|
|
12569
12613
|
className = props.className,
|
|
12570
12614
|
iconClassName = props.iconClassName,
|
|
12571
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12615
|
+
otherProps = _objectWithoutProperties(props, _excluded$45);
|
|
12572
12616
|
return /*#__PURE__*/React.createElement("span", {
|
|
12573
12617
|
role: "img",
|
|
12574
12618
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12575
12619
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12576
|
-
children: loadingCircleStyle$
|
|
12620
|
+
children: loadingCircleStyle$45
|
|
12577
12621
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12578
12622
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12579
12623
|
width: size,
|
|
@@ -12604,8 +12648,8 @@ PauseCircle.defaultProps = {
|
|
|
12604
12648
|
size: '1em'
|
|
12605
12649
|
};
|
|
12606
12650
|
|
|
12607
|
-
var _excluded$
|
|
12608
|
-
var loadingCircleStyle$
|
|
12651
|
+
var _excluded$46 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
12652
|
+
var loadingCircleStyle$46 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12609
12653
|
var UpdateData = function UpdateData(props) {
|
|
12610
12654
|
var color = props.color,
|
|
12611
12655
|
size = props.size,
|
|
@@ -12613,12 +12657,12 @@ var UpdateData = function UpdateData(props) {
|
|
|
12613
12657
|
style = props.style,
|
|
12614
12658
|
className = props.className,
|
|
12615
12659
|
iconClassName = props.iconClassName,
|
|
12616
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12660
|
+
otherProps = _objectWithoutProperties(props, _excluded$46);
|
|
12617
12661
|
return /*#__PURE__*/React.createElement("span", {
|
|
12618
12662
|
role: "img",
|
|
12619
12663
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12620
12664
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12621
|
-
children: loadingCircleStyle$
|
|
12665
|
+
children: loadingCircleStyle$46
|
|
12622
12666
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12623
12667
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12624
12668
|
width: size,
|
|
@@ -12653,8 +12697,8 @@ UpdateData.defaultProps = {
|
|
|
12653
12697
|
size: '1em'
|
|
12654
12698
|
};
|
|
12655
12699
|
|
|
12656
|
-
var _excluded$
|
|
12657
|
-
var loadingCircleStyle$
|
|
12700
|
+
var _excluded$47 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
12701
|
+
var loadingCircleStyle$47 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12658
12702
|
var Upload = function Upload(props) {
|
|
12659
12703
|
var color = props.color,
|
|
12660
12704
|
size = props.size,
|
|
@@ -12662,12 +12706,12 @@ var Upload = function Upload(props) {
|
|
|
12662
12706
|
style = props.style,
|
|
12663
12707
|
className = props.className,
|
|
12664
12708
|
iconClassName = props.iconClassName,
|
|
12665
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12709
|
+
otherProps = _objectWithoutProperties(props, _excluded$47);
|
|
12666
12710
|
return /*#__PURE__*/React.createElement("span", {
|
|
12667
12711
|
role: "img",
|
|
12668
12712
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12669
12713
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12670
|
-
children: loadingCircleStyle$
|
|
12714
|
+
children: loadingCircleStyle$47
|
|
12671
12715
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12672
12716
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12673
12717
|
width: size,
|
|
@@ -12700,8 +12744,8 @@ Upload.defaultProps = {
|
|
|
12700
12744
|
size: '1em'
|
|
12701
12745
|
};
|
|
12702
12746
|
|
|
12703
|
-
var _excluded$
|
|
12704
|
-
var loadingCircleStyle$
|
|
12747
|
+
var _excluded$48 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
12748
|
+
var loadingCircleStyle$48 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12705
12749
|
var Click = function Click(props) {
|
|
12706
12750
|
var color = props.color,
|
|
12707
12751
|
size = props.size,
|
|
@@ -12709,12 +12753,12 @@ var Click = function Click(props) {
|
|
|
12709
12753
|
style = props.style,
|
|
12710
12754
|
className = props.className,
|
|
12711
12755
|
iconClassName = props.iconClassName,
|
|
12712
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12756
|
+
otherProps = _objectWithoutProperties(props, _excluded$48);
|
|
12713
12757
|
return /*#__PURE__*/React.createElement("span", {
|
|
12714
12758
|
role: "img",
|
|
12715
12759
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12716
12760
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12717
|
-
children: loadingCircleStyle$
|
|
12761
|
+
children: loadingCircleStyle$48
|
|
12718
12762
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12719
12763
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12720
12764
|
width: size,
|
|
@@ -12745,8 +12789,8 @@ Click.defaultProps = {
|
|
|
12745
12789
|
size: '1em'
|
|
12746
12790
|
};
|
|
12747
12791
|
|
|
12748
|
-
var _excluded$
|
|
12749
|
-
var loadingCircleStyle$
|
|
12792
|
+
var _excluded$49 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
12793
|
+
var loadingCircleStyle$49 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12750
12794
|
var Install = function Install(props) {
|
|
12751
12795
|
var color = props.color,
|
|
12752
12796
|
size = props.size,
|
|
@@ -12754,12 +12798,12 @@ var Install = function Install(props) {
|
|
|
12754
12798
|
style = props.style,
|
|
12755
12799
|
className = props.className,
|
|
12756
12800
|
iconClassName = props.iconClassName,
|
|
12757
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12801
|
+
otherProps = _objectWithoutProperties(props, _excluded$49);
|
|
12758
12802
|
return /*#__PURE__*/React.createElement("span", {
|
|
12759
12803
|
role: "img",
|
|
12760
12804
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12761
12805
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12762
|
-
children: loadingCircleStyle$
|
|
12806
|
+
children: loadingCircleStyle$49
|
|
12763
12807
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12764
12808
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12765
12809
|
width: size,
|
|
@@ -12790,8 +12834,8 @@ Install.defaultProps = {
|
|
|
12790
12834
|
size: '1em'
|
|
12791
12835
|
};
|
|
12792
12836
|
|
|
12793
|
-
var _excluded$
|
|
12794
|
-
var loadingCircleStyle$
|
|
12837
|
+
var _excluded$4a = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
12838
|
+
var loadingCircleStyle$4a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12795
12839
|
var Expand = function Expand(props) {
|
|
12796
12840
|
var color = props.color,
|
|
12797
12841
|
size = props.size,
|
|
@@ -12799,12 +12843,12 @@ var Expand = function Expand(props) {
|
|
|
12799
12843
|
style = props.style,
|
|
12800
12844
|
className = props.className,
|
|
12801
12845
|
iconClassName = props.iconClassName,
|
|
12802
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12846
|
+
otherProps = _objectWithoutProperties(props, _excluded$4a);
|
|
12803
12847
|
return /*#__PURE__*/React.createElement("span", {
|
|
12804
12848
|
role: "img",
|
|
12805
12849
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12806
12850
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12807
|
-
children: loadingCircleStyle$
|
|
12851
|
+
children: loadingCircleStyle$4a
|
|
12808
12852
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12809
12853
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12810
12854
|
width: size,
|
|
@@ -12837,8 +12881,8 @@ Expand.defaultProps = {
|
|
|
12837
12881
|
size: '1em'
|
|
12838
12882
|
};
|
|
12839
12883
|
|
|
12840
|
-
var _excluded$
|
|
12841
|
-
var loadingCircleStyle$
|
|
12884
|
+
var _excluded$4b = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
12885
|
+
var loadingCircleStyle$4b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12842
12886
|
var Pinch = function Pinch(props) {
|
|
12843
12887
|
var color = props.color,
|
|
12844
12888
|
size = props.size,
|
|
@@ -12846,12 +12890,12 @@ var Pinch = function Pinch(props) {
|
|
|
12846
12890
|
style = props.style,
|
|
12847
12891
|
className = props.className,
|
|
12848
12892
|
iconClassName = props.iconClassName,
|
|
12849
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12893
|
+
otherProps = _objectWithoutProperties(props, _excluded$4b);
|
|
12850
12894
|
return /*#__PURE__*/React.createElement("span", {
|
|
12851
12895
|
role: "img",
|
|
12852
12896
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12853
12897
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12854
|
-
children: loadingCircleStyle$
|
|
12898
|
+
children: loadingCircleStyle$4b
|
|
12855
12899
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12856
12900
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12857
12901
|
width: size,
|
|
@@ -12884,8 +12928,8 @@ Pinch.defaultProps = {
|
|
|
12884
12928
|
size: '1em'
|
|
12885
12929
|
};
|
|
12886
12930
|
|
|
12887
|
-
var _excluded$
|
|
12888
|
-
var loadingCircleStyle$
|
|
12931
|
+
var _excluded$4c = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
12932
|
+
var loadingCircleStyle$4c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12889
12933
|
var NewIndicator = function NewIndicator(props) {
|
|
12890
12934
|
var color = props.color,
|
|
12891
12935
|
size = props.size,
|
|
@@ -12893,12 +12937,12 @@ var NewIndicator = function NewIndicator(props) {
|
|
|
12893
12937
|
style = props.style,
|
|
12894
12938
|
className = props.className,
|
|
12895
12939
|
iconClassName = props.iconClassName,
|
|
12896
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12940
|
+
otherProps = _objectWithoutProperties(props, _excluded$4c);
|
|
12897
12941
|
return /*#__PURE__*/React.createElement("span", {
|
|
12898
12942
|
role: "img",
|
|
12899
12943
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12900
12944
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12901
|
-
children: loadingCircleStyle$
|
|
12945
|
+
children: loadingCircleStyle$4c
|
|
12902
12946
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12903
12947
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12904
12948
|
width: size,
|
|
@@ -12952,8 +12996,8 @@ NewIndicator.defaultProps = {
|
|
|
12952
12996
|
size: '1em'
|
|
12953
12997
|
};
|
|
12954
12998
|
|
|
12955
|
-
var _excluded$
|
|
12956
|
-
var loadingCircleStyle$
|
|
12999
|
+
var _excluded$4d = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
13000
|
+
var loadingCircleStyle$4d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12957
13001
|
var BoxOpen = function BoxOpen(props) {
|
|
12958
13002
|
var color = props.color,
|
|
12959
13003
|
size = props.size,
|
|
@@ -12961,12 +13005,12 @@ var BoxOpen = function BoxOpen(props) {
|
|
|
12961
13005
|
style = props.style,
|
|
12962
13006
|
className = props.className,
|
|
12963
13007
|
iconClassName = props.iconClassName,
|
|
12964
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13008
|
+
otherProps = _objectWithoutProperties(props, _excluded$4d);
|
|
12965
13009
|
return /*#__PURE__*/React.createElement("span", {
|
|
12966
13010
|
role: "img",
|
|
12967
13011
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12968
13012
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12969
|
-
children: loadingCircleStyle$
|
|
13013
|
+
children: loadingCircleStyle$4d
|
|
12970
13014
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12971
13015
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12972
13016
|
width: size,
|
|
@@ -12999,8 +13043,8 @@ BoxOpen.defaultProps = {
|
|
|
12999
13043
|
size: '1em'
|
|
13000
13044
|
};
|
|
13001
13045
|
|
|
13002
|
-
var _excluded$
|
|
13003
|
-
var loadingCircleStyle$
|
|
13046
|
+
var _excluded$4e = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
13047
|
+
var loadingCircleStyle$4e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13004
13048
|
var Interval = function Interval(props) {
|
|
13005
13049
|
var color = props.color,
|
|
13006
13050
|
size = props.size,
|
|
@@ -13008,12 +13052,12 @@ var Interval = function Interval(props) {
|
|
|
13008
13052
|
style = props.style,
|
|
13009
13053
|
className = props.className,
|
|
13010
13054
|
iconClassName = props.iconClassName,
|
|
13011
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13055
|
+
otherProps = _objectWithoutProperties(props, _excluded$4e);
|
|
13012
13056
|
return /*#__PURE__*/React.createElement("span", {
|
|
13013
13057
|
role: "img",
|
|
13014
13058
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13015
13059
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13016
|
-
children: loadingCircleStyle$
|
|
13060
|
+
children: loadingCircleStyle$4e
|
|
13017
13061
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13018
13062
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13019
13063
|
width: size,
|
|
@@ -13052,8 +13096,8 @@ Interval.defaultProps = {
|
|
|
13052
13096
|
size: '1em'
|
|
13053
13097
|
};
|
|
13054
13098
|
|
|
13055
|
-
var _excluded$
|
|
13056
|
-
var loadingCircleStyle$
|
|
13099
|
+
var _excluded$4f = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
13100
|
+
var loadingCircleStyle$4f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13057
13101
|
var Report = function Report(props) {
|
|
13058
13102
|
var color = props.color,
|
|
13059
13103
|
size = props.size,
|
|
@@ -13061,12 +13105,12 @@ var Report = function Report(props) {
|
|
|
13061
13105
|
style = props.style,
|
|
13062
13106
|
className = props.className,
|
|
13063
13107
|
iconClassName = props.iconClassName,
|
|
13064
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13108
|
+
otherProps = _objectWithoutProperties(props, _excluded$4f);
|
|
13065
13109
|
return /*#__PURE__*/React.createElement("span", {
|
|
13066
13110
|
role: "img",
|
|
13067
13111
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13068
13112
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13069
|
-
children: loadingCircleStyle$
|
|
13113
|
+
children: loadingCircleStyle$4f
|
|
13070
13114
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13071
13115
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13072
13116
|
width: size,
|
|
@@ -13097,8 +13141,8 @@ Report.defaultProps = {
|
|
|
13097
13141
|
size: '1em'
|
|
13098
13142
|
};
|
|
13099
13143
|
|
|
13100
|
-
var _excluded$
|
|
13101
|
-
var loadingCircleStyle$
|
|
13144
|
+
var _excluded$4g = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
13145
|
+
var loadingCircleStyle$4g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13102
13146
|
var ReportRemoval = function ReportRemoval(props) {
|
|
13103
13147
|
var color = props.color,
|
|
13104
13148
|
size = props.size,
|
|
@@ -13106,12 +13150,12 @@ var ReportRemoval = function ReportRemoval(props) {
|
|
|
13106
13150
|
style = props.style,
|
|
13107
13151
|
className = props.className,
|
|
13108
13152
|
iconClassName = props.iconClassName,
|
|
13109
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13153
|
+
otherProps = _objectWithoutProperties(props, _excluded$4g);
|
|
13110
13154
|
return /*#__PURE__*/React.createElement("span", {
|
|
13111
13155
|
role: "img",
|
|
13112
13156
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13113
13157
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13114
|
-
children: loadingCircleStyle$
|
|
13158
|
+
children: loadingCircleStyle$4g
|
|
13115
13159
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13116
13160
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13117
13161
|
width: size,
|
|
@@ -13150,8 +13194,8 @@ ReportRemoval.defaultProps = {
|
|
|
13150
13194
|
size: '1em'
|
|
13151
13195
|
};
|
|
13152
13196
|
|
|
13153
|
-
var _excluded$
|
|
13154
|
-
var loadingCircleStyle$
|
|
13197
|
+
var _excluded$4h = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
13198
|
+
var loadingCircleStyle$4h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13155
13199
|
var FileAdd = function FileAdd(props) {
|
|
13156
13200
|
var color = props.color,
|
|
13157
13201
|
size = props.size,
|
|
@@ -13159,12 +13203,12 @@ var FileAdd = function FileAdd(props) {
|
|
|
13159
13203
|
style = props.style,
|
|
13160
13204
|
className = props.className,
|
|
13161
13205
|
iconClassName = props.iconClassName,
|
|
13162
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13206
|
+
otherProps = _objectWithoutProperties(props, _excluded$4h);
|
|
13163
13207
|
return /*#__PURE__*/React.createElement("span", {
|
|
13164
13208
|
role: "img",
|
|
13165
13209
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13166
13210
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13167
|
-
children: loadingCircleStyle$
|
|
13211
|
+
children: loadingCircleStyle$4h
|
|
13168
13212
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13169
13213
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13170
13214
|
width: size,
|
|
@@ -13195,8 +13239,8 @@ FileAdd.defaultProps = {
|
|
|
13195
13239
|
size: '1em'
|
|
13196
13240
|
};
|
|
13197
13241
|
|
|
13198
|
-
var _excluded$
|
|
13199
|
-
var loadingCircleStyle$
|
|
13242
|
+
var _excluded$4i = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
13243
|
+
var loadingCircleStyle$4i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13200
13244
|
var FileRemove = function FileRemove(props) {
|
|
13201
13245
|
var color = props.color,
|
|
13202
13246
|
size = props.size,
|
|
@@ -13204,12 +13248,12 @@ var FileRemove = function FileRemove(props) {
|
|
|
13204
13248
|
style = props.style,
|
|
13205
13249
|
className = props.className,
|
|
13206
13250
|
iconClassName = props.iconClassName,
|
|
13207
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13251
|
+
otherProps = _objectWithoutProperties(props, _excluded$4i);
|
|
13208
13252
|
return /*#__PURE__*/React.createElement("span", {
|
|
13209
13253
|
role: "img",
|
|
13210
13254
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13211
13255
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13212
|
-
children: loadingCircleStyle$
|
|
13256
|
+
children: loadingCircleStyle$4i
|
|
13213
13257
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13214
13258
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13215
13259
|
width: size,
|
|
@@ -13242,8 +13286,8 @@ FileRemove.defaultProps = {
|
|
|
13242
13286
|
size: '1em'
|
|
13243
13287
|
};
|
|
13244
13288
|
|
|
13245
|
-
var _excluded$
|
|
13246
|
-
var loadingCircleStyle$
|
|
13289
|
+
var _excluded$4j = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
13290
|
+
var loadingCircleStyle$4j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13247
13291
|
var FileExport = function FileExport(props) {
|
|
13248
13292
|
var color = props.color,
|
|
13249
13293
|
size = props.size,
|
|
@@ -13251,12 +13295,12 @@ var FileExport = function FileExport(props) {
|
|
|
13251
13295
|
style = props.style,
|
|
13252
13296
|
className = props.className,
|
|
13253
13297
|
iconClassName = props.iconClassName,
|
|
13254
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13298
|
+
otherProps = _objectWithoutProperties(props, _excluded$4j);
|
|
13255
13299
|
return /*#__PURE__*/React.createElement("span", {
|
|
13256
13300
|
role: "img",
|
|
13257
13301
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13258
13302
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13259
|
-
children: loadingCircleStyle$
|
|
13303
|
+
children: loadingCircleStyle$4j
|
|
13260
13304
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13261
13305
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13262
13306
|
width: size,
|
|
@@ -13287,8 +13331,8 @@ FileExport.defaultProps = {
|
|
|
13287
13331
|
size: '1em'
|
|
13288
13332
|
};
|
|
13289
13333
|
|
|
13290
|
-
var _excluded$
|
|
13291
|
-
var loadingCircleStyle$
|
|
13334
|
+
var _excluded$4k = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
13335
|
+
var loadingCircleStyle$4k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13292
13336
|
var FileMove = function FileMove(props) {
|
|
13293
13337
|
var color = props.color,
|
|
13294
13338
|
size = props.size,
|
|
@@ -13296,12 +13340,12 @@ var FileMove = function FileMove(props) {
|
|
|
13296
13340
|
style = props.style,
|
|
13297
13341
|
className = props.className,
|
|
13298
13342
|
iconClassName = props.iconClassName,
|
|
13299
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13343
|
+
otherProps = _objectWithoutProperties(props, _excluded$4k);
|
|
13300
13344
|
return /*#__PURE__*/React.createElement("span", {
|
|
13301
13345
|
role: "img",
|
|
13302
13346
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13303
13347
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13304
|
-
children: loadingCircleStyle$
|
|
13348
|
+
children: loadingCircleStyle$4k
|
|
13305
13349
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13306
13350
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13307
13351
|
width: size,
|
|
@@ -13332,8 +13376,8 @@ FileMove.defaultProps = {
|
|
|
13332
13376
|
size: '1em'
|
|
13333
13377
|
};
|
|
13334
13378
|
|
|
13335
|
-
var _excluded$
|
|
13336
|
-
var loadingCircleStyle$
|
|
13379
|
+
var _excluded$4l = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
13380
|
+
var loadingCircleStyle$4l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13337
13381
|
var FileImport = function FileImport(props) {
|
|
13338
13382
|
var color = props.color,
|
|
13339
13383
|
size = props.size,
|
|
@@ -13341,12 +13385,12 @@ var FileImport = function FileImport(props) {
|
|
|
13341
13385
|
style = props.style,
|
|
13342
13386
|
className = props.className,
|
|
13343
13387
|
iconClassName = props.iconClassName,
|
|
13344
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13388
|
+
otherProps = _objectWithoutProperties(props, _excluded$4l);
|
|
13345
13389
|
return /*#__PURE__*/React.createElement("span", {
|
|
13346
13390
|
role: "img",
|
|
13347
13391
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13348
13392
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13349
|
-
children: loadingCircleStyle$
|
|
13393
|
+
children: loadingCircleStyle$4l
|
|
13350
13394
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13351
13395
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13352
13396
|
width: size,
|
|
@@ -13377,8 +13421,8 @@ FileImport.defaultProps = {
|
|
|
13377
13421
|
size: '1em'
|
|
13378
13422
|
};
|
|
13379
13423
|
|
|
13380
|
-
var _excluded$
|
|
13381
|
-
var loadingCircleStyle$
|
|
13424
|
+
var _excluded$4m = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
13425
|
+
var loadingCircleStyle$4m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13382
13426
|
var FileInfo = function FileInfo(props) {
|
|
13383
13427
|
var color = props.color,
|
|
13384
13428
|
size = props.size,
|
|
@@ -13386,12 +13430,12 @@ var FileInfo = function FileInfo(props) {
|
|
|
13386
13430
|
style = props.style,
|
|
13387
13431
|
className = props.className,
|
|
13388
13432
|
iconClassName = props.iconClassName,
|
|
13389
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13433
|
+
otherProps = _objectWithoutProperties(props, _excluded$4m);
|
|
13390
13434
|
return /*#__PURE__*/React.createElement("span", {
|
|
13391
13435
|
role: "img",
|
|
13392
13436
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13393
13437
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13394
|
-
children: loadingCircleStyle$
|
|
13438
|
+
children: loadingCircleStyle$4m
|
|
13395
13439
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13396
13440
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13397
13441
|
width: size,
|
|
@@ -13422,8 +13466,8 @@ FileInfo.defaultProps = {
|
|
|
13422
13466
|
size: '1em'
|
|
13423
13467
|
};
|
|
13424
13468
|
|
|
13425
|
-
var _excluded$
|
|
13426
|
-
var loadingCircleStyle$
|
|
13469
|
+
var _excluded$4n = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
13470
|
+
var loadingCircleStyle$4n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13427
13471
|
var FileConvert = function FileConvert(props) {
|
|
13428
13472
|
var color = props.color,
|
|
13429
13473
|
size = props.size,
|
|
@@ -13431,12 +13475,12 @@ var FileConvert = function FileConvert(props) {
|
|
|
13431
13475
|
style = props.style,
|
|
13432
13476
|
className = props.className,
|
|
13433
13477
|
iconClassName = props.iconClassName,
|
|
13434
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13478
|
+
otherProps = _objectWithoutProperties(props, _excluded$4n);
|
|
13435
13479
|
return /*#__PURE__*/React.createElement("span", {
|
|
13436
13480
|
role: "img",
|
|
13437
13481
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13438
13482
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13439
|
-
children: loadingCircleStyle$
|
|
13483
|
+
children: loadingCircleStyle$4n
|
|
13440
13484
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13441
13485
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13442
13486
|
width: size,
|
|
@@ -13473,8 +13517,8 @@ FileConvert.defaultProps = {
|
|
|
13473
13517
|
size: '1em'
|
|
13474
13518
|
};
|
|
13475
13519
|
|
|
13476
|
-
var _excluded$
|
|
13477
|
-
var loadingCircleStyle$
|
|
13520
|
+
var _excluded$4o = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
13521
|
+
var loadingCircleStyle$4o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13478
13522
|
var AssetConvert = function AssetConvert(props) {
|
|
13479
13523
|
var color = props.color,
|
|
13480
13524
|
size = props.size,
|
|
@@ -13482,12 +13526,12 @@ var AssetConvert = function AssetConvert(props) {
|
|
|
13482
13526
|
style = props.style,
|
|
13483
13527
|
className = props.className,
|
|
13484
13528
|
iconClassName = props.iconClassName,
|
|
13485
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13529
|
+
otherProps = _objectWithoutProperties(props, _excluded$4o);
|
|
13486
13530
|
return /*#__PURE__*/React.createElement("span", {
|
|
13487
13531
|
role: "img",
|
|
13488
13532
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13489
13533
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13490
|
-
children: loadingCircleStyle$
|
|
13534
|
+
children: loadingCircleStyle$4o
|
|
13491
13535
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13492
13536
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13493
13537
|
width: size,
|
|
@@ -13524,8 +13568,8 @@ AssetConvert.defaultProps = {
|
|
|
13524
13568
|
size: '1em'
|
|
13525
13569
|
};
|
|
13526
13570
|
|
|
13527
|
-
var _excluded$
|
|
13528
|
-
var loadingCircleStyle$
|
|
13571
|
+
var _excluded$4p = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
13572
|
+
var loadingCircleStyle$4p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13529
13573
|
var FileLock = function FileLock(props) {
|
|
13530
13574
|
var color = props.color,
|
|
13531
13575
|
size = props.size,
|
|
@@ -13533,12 +13577,12 @@ var FileLock = function FileLock(props) {
|
|
|
13533
13577
|
style = props.style,
|
|
13534
13578
|
className = props.className,
|
|
13535
13579
|
iconClassName = props.iconClassName,
|
|
13536
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13580
|
+
otherProps = _objectWithoutProperties(props, _excluded$4p);
|
|
13537
13581
|
return /*#__PURE__*/React.createElement("span", {
|
|
13538
13582
|
role: "img",
|
|
13539
13583
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13540
13584
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13541
|
-
children: loadingCircleStyle$
|
|
13585
|
+
children: loadingCircleStyle$4p
|
|
13542
13586
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13543
13587
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13544
13588
|
width: size,
|
|
@@ -13569,8 +13613,8 @@ FileLock.defaultProps = {
|
|
|
13569
13613
|
size: '1em'
|
|
13570
13614
|
};
|
|
13571
13615
|
|
|
13572
|
-
var _excluded$
|
|
13573
|
-
var loadingCircleStyle$
|
|
13616
|
+
var _excluded$4q = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
13617
|
+
var loadingCircleStyle$4q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13574
13618
|
var FilePdf = function FilePdf(props) {
|
|
13575
13619
|
var color = props.color,
|
|
13576
13620
|
size = props.size,
|
|
@@ -13578,12 +13622,12 @@ var FilePdf = function FilePdf(props) {
|
|
|
13578
13622
|
style = props.style,
|
|
13579
13623
|
className = props.className,
|
|
13580
13624
|
iconClassName = props.iconClassName,
|
|
13581
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13625
|
+
otherProps = _objectWithoutProperties(props, _excluded$4q);
|
|
13582
13626
|
return /*#__PURE__*/React.createElement("span", {
|
|
13583
13627
|
role: "img",
|
|
13584
13628
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13585
13629
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13586
|
-
children: loadingCircleStyle$
|
|
13630
|
+
children: loadingCircleStyle$4q
|
|
13587
13631
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13588
13632
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13589
13633
|
width: size,
|
|
@@ -13614,8 +13658,8 @@ FilePdf.defaultProps = {
|
|
|
13614
13658
|
size: '1em'
|
|
13615
13659
|
};
|
|
13616
13660
|
|
|
13617
|
-
var _excluded$
|
|
13618
|
-
var loadingCircleStyle$
|
|
13661
|
+
var _excluded$4r = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
13662
|
+
var loadingCircleStyle$4r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13619
13663
|
var Detail = function Detail(props) {
|
|
13620
13664
|
var color = props.color,
|
|
13621
13665
|
size = props.size,
|
|
@@ -13623,12 +13667,12 @@ var Detail = function Detail(props) {
|
|
|
13623
13667
|
style = props.style,
|
|
13624
13668
|
className = props.className,
|
|
13625
13669
|
iconClassName = props.iconClassName,
|
|
13626
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13670
|
+
otherProps = _objectWithoutProperties(props, _excluded$4r);
|
|
13627
13671
|
return /*#__PURE__*/React.createElement("span", {
|
|
13628
13672
|
role: "img",
|
|
13629
13673
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13630
13674
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13631
|
-
children: loadingCircleStyle$
|
|
13675
|
+
children: loadingCircleStyle$4r
|
|
13632
13676
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13633
13677
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13634
13678
|
width: size,
|
|
@@ -13659,8 +13703,8 @@ Detail.defaultProps = {
|
|
|
13659
13703
|
size: '1em'
|
|
13660
13704
|
};
|
|
13661
13705
|
|
|
13662
|
-
var _excluded$
|
|
13663
|
-
var loadingCircleStyle$
|
|
13706
|
+
var _excluded$4s = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
13707
|
+
var loadingCircleStyle$4s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13664
13708
|
var MessageCenter = function MessageCenter(props) {
|
|
13665
13709
|
var color = props.color,
|
|
13666
13710
|
size = props.size,
|
|
@@ -13668,12 +13712,12 @@ var MessageCenter = function MessageCenter(props) {
|
|
|
13668
13712
|
style = props.style,
|
|
13669
13713
|
className = props.className,
|
|
13670
13714
|
iconClassName = props.iconClassName,
|
|
13671
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13715
|
+
otherProps = _objectWithoutProperties(props, _excluded$4s);
|
|
13672
13716
|
return /*#__PURE__*/React.createElement("span", {
|
|
13673
13717
|
role: "img",
|
|
13674
13718
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13675
13719
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13676
|
-
children: loadingCircleStyle$
|
|
13720
|
+
children: loadingCircleStyle$4s
|
|
13677
13721
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13678
13722
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13679
13723
|
width: size,
|
|
@@ -13712,8 +13756,8 @@ MessageCenter.defaultProps = {
|
|
|
13712
13756
|
size: '1em'
|
|
13713
13757
|
};
|
|
13714
13758
|
|
|
13715
|
-
var _excluded$
|
|
13716
|
-
var loadingCircleStyle$
|
|
13759
|
+
var _excluded$4t = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
13760
|
+
var loadingCircleStyle$4t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13717
13761
|
var SystemMsg = function SystemMsg(props) {
|
|
13718
13762
|
var color = props.color,
|
|
13719
13763
|
size = props.size,
|
|
@@ -13721,12 +13765,12 @@ var SystemMsg = function SystemMsg(props) {
|
|
|
13721
13765
|
style = props.style,
|
|
13722
13766
|
className = props.className,
|
|
13723
13767
|
iconClassName = props.iconClassName,
|
|
13724
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13768
|
+
otherProps = _objectWithoutProperties(props, _excluded$4t);
|
|
13725
13769
|
return /*#__PURE__*/React.createElement("span", {
|
|
13726
13770
|
role: "img",
|
|
13727
13771
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13728
13772
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13729
|
-
children: loadingCircleStyle$
|
|
13773
|
+
children: loadingCircleStyle$4t
|
|
13730
13774
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13731
13775
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13732
13776
|
width: size,
|
|
@@ -13763,8 +13807,8 @@ SystemMsg.defaultProps = {
|
|
|
13763
13807
|
size: '1em'
|
|
13764
13808
|
};
|
|
13765
13809
|
|
|
13766
|
-
var _excluded$
|
|
13767
|
-
var loadingCircleStyle$
|
|
13810
|
+
var _excluded$4u = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
13811
|
+
var loadingCircleStyle$4u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13768
13812
|
var Comment = function Comment(props) {
|
|
13769
13813
|
var color = props.color,
|
|
13770
13814
|
size = props.size,
|
|
@@ -13772,12 +13816,12 @@ var Comment = function Comment(props) {
|
|
|
13772
13816
|
style = props.style,
|
|
13773
13817
|
className = props.className,
|
|
13774
13818
|
iconClassName = props.iconClassName,
|
|
13775
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13819
|
+
otherProps = _objectWithoutProperties(props, _excluded$4u);
|
|
13776
13820
|
return /*#__PURE__*/React.createElement("span", {
|
|
13777
13821
|
role: "img",
|
|
13778
13822
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13779
13823
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13780
|
-
children: loadingCircleStyle$
|
|
13824
|
+
children: loadingCircleStyle$4u
|
|
13781
13825
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13782
13826
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13783
13827
|
width: size,
|
|
@@ -13812,8 +13856,8 @@ Comment.defaultProps = {
|
|
|
13812
13856
|
size: '1em'
|
|
13813
13857
|
};
|
|
13814
13858
|
|
|
13815
|
-
var _excluded$
|
|
13816
|
-
var loadingCircleStyle$
|
|
13859
|
+
var _excluded$4v = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
13860
|
+
var loadingCircleStyle$4v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13817
13861
|
var Book = function Book(props) {
|
|
13818
13862
|
var color = props.color,
|
|
13819
13863
|
size = props.size,
|
|
@@ -13821,12 +13865,12 @@ var Book = function Book(props) {
|
|
|
13821
13865
|
style = props.style,
|
|
13822
13866
|
className = props.className,
|
|
13823
13867
|
iconClassName = props.iconClassName,
|
|
13824
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13868
|
+
otherProps = _objectWithoutProperties(props, _excluded$4v);
|
|
13825
13869
|
return /*#__PURE__*/React.createElement("span", {
|
|
13826
13870
|
role: "img",
|
|
13827
13871
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13828
13872
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13829
|
-
children: loadingCircleStyle$
|
|
13873
|
+
children: loadingCircleStyle$4v
|
|
13830
13874
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13831
13875
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13832
13876
|
width: size,
|
|
@@ -13857,8 +13901,8 @@ Book.defaultProps = {
|
|
|
13857
13901
|
size: '1em'
|
|
13858
13902
|
};
|
|
13859
13903
|
|
|
13860
|
-
var _excluded$
|
|
13861
|
-
var loadingCircleStyle$
|
|
13904
|
+
var _excluded$4w = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
13905
|
+
var loadingCircleStyle$4w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13862
13906
|
var Book2 = function Book2(props) {
|
|
13863
13907
|
var color = props.color,
|
|
13864
13908
|
size = props.size,
|
|
@@ -13866,12 +13910,12 @@ var Book2 = function Book2(props) {
|
|
|
13866
13910
|
style = props.style,
|
|
13867
13911
|
className = props.className,
|
|
13868
13912
|
iconClassName = props.iconClassName,
|
|
13869
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13913
|
+
otherProps = _objectWithoutProperties(props, _excluded$4w);
|
|
13870
13914
|
return /*#__PURE__*/React.createElement("span", {
|
|
13871
13915
|
role: "img",
|
|
13872
13916
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13873
13917
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13874
|
-
children: loadingCircleStyle$
|
|
13918
|
+
children: loadingCircleStyle$4w
|
|
13875
13919
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13876
13920
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13877
13921
|
width: size,
|
|
@@ -13902,8 +13946,8 @@ Book2.defaultProps = {
|
|
|
13902
13946
|
size: '1em'
|
|
13903
13947
|
};
|
|
13904
13948
|
|
|
13905
|
-
var _excluded$
|
|
13906
|
-
var loadingCircleStyle$
|
|
13949
|
+
var _excluded$4x = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
13950
|
+
var loadingCircleStyle$4x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13907
13951
|
var Sticker = function Sticker(props) {
|
|
13908
13952
|
var color = props.color,
|
|
13909
13953
|
size = props.size,
|
|
@@ -13911,12 +13955,12 @@ var Sticker = function Sticker(props) {
|
|
|
13911
13955
|
style = props.style,
|
|
13912
13956
|
className = props.className,
|
|
13913
13957
|
iconClassName = props.iconClassName,
|
|
13914
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13958
|
+
otherProps = _objectWithoutProperties(props, _excluded$4x);
|
|
13915
13959
|
return /*#__PURE__*/React.createElement("span", {
|
|
13916
13960
|
role: "img",
|
|
13917
13961
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13918
13962
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13919
|
-
children: loadingCircleStyle$
|
|
13963
|
+
children: loadingCircleStyle$4x
|
|
13920
13964
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13921
13965
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13922
13966
|
width: size,
|
|
@@ -13947,8 +13991,8 @@ Sticker.defaultProps = {
|
|
|
13947
13991
|
size: '1em'
|
|
13948
13992
|
};
|
|
13949
13993
|
|
|
13950
|
-
var _excluded$
|
|
13951
|
-
var loadingCircleStyle$
|
|
13994
|
+
var _excluded$4y = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
13995
|
+
var loadingCircleStyle$4y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13952
13996
|
var StickerFill = function StickerFill(props) {
|
|
13953
13997
|
var color = props.color,
|
|
13954
13998
|
size = props.size,
|
|
@@ -13956,12 +14000,12 @@ var StickerFill = function StickerFill(props) {
|
|
|
13956
14000
|
style = props.style,
|
|
13957
14001
|
className = props.className,
|
|
13958
14002
|
iconClassName = props.iconClassName,
|
|
13959
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14003
|
+
otherProps = _objectWithoutProperties(props, _excluded$4y);
|
|
13960
14004
|
return /*#__PURE__*/React.createElement("span", {
|
|
13961
14005
|
role: "img",
|
|
13962
14006
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13963
14007
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13964
|
-
children: loadingCircleStyle$
|
|
14008
|
+
children: loadingCircleStyle$4y
|
|
13965
14009
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13966
14010
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13967
14011
|
width: size,
|
|
@@ -13992,8 +14036,8 @@ StickerFill.defaultProps = {
|
|
|
13992
14036
|
size: '1em'
|
|
13993
14037
|
};
|
|
13994
14038
|
|
|
13995
|
-
var _excluded$
|
|
13996
|
-
var loadingCircleStyle$
|
|
14039
|
+
var _excluded$4z = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14040
|
+
var loadingCircleStyle$4z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13997
14041
|
var EventSm = function EventSm(props) {
|
|
13998
14042
|
var color = props.color,
|
|
13999
14043
|
size = props.size,
|
|
@@ -14001,12 +14045,12 @@ var EventSm = function EventSm(props) {
|
|
|
14001
14045
|
style = props.style,
|
|
14002
14046
|
className = props.className,
|
|
14003
14047
|
iconClassName = props.iconClassName,
|
|
14004
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14048
|
+
otherProps = _objectWithoutProperties(props, _excluded$4z);
|
|
14005
14049
|
return /*#__PURE__*/React.createElement("span", {
|
|
14006
14050
|
role: "img",
|
|
14007
14051
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14008
14052
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14009
|
-
children: loadingCircleStyle$
|
|
14053
|
+
children: loadingCircleStyle$4z
|
|
14010
14054
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14011
14055
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14012
14056
|
width: size,
|
|
@@ -14037,8 +14081,8 @@ EventSm.defaultProps = {
|
|
|
14037
14081
|
size: '1em'
|
|
14038
14082
|
};
|
|
14039
14083
|
|
|
14040
|
-
var _excluded$
|
|
14041
|
-
var loadingCircleStyle$
|
|
14084
|
+
var _excluded$4A = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14085
|
+
var loadingCircleStyle$4A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14042
14086
|
var EPropertySm = function EPropertySm(props) {
|
|
14043
14087
|
var color = props.color,
|
|
14044
14088
|
size = props.size,
|
|
@@ -14046,12 +14090,12 @@ var EPropertySm = function EPropertySm(props) {
|
|
|
14046
14090
|
style = props.style,
|
|
14047
14091
|
className = props.className,
|
|
14048
14092
|
iconClassName = props.iconClassName,
|
|
14049
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14093
|
+
otherProps = _objectWithoutProperties(props, _excluded$4A);
|
|
14050
14094
|
return /*#__PURE__*/React.createElement("span", {
|
|
14051
14095
|
role: "img",
|
|
14052
14096
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14053
14097
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14054
|
-
children: loadingCircleStyle$
|
|
14098
|
+
children: loadingCircleStyle$4A
|
|
14055
14099
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14056
14100
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14057
14101
|
width: size,
|
|
@@ -14090,8 +14134,8 @@ EPropertySm.defaultProps = {
|
|
|
14090
14134
|
size: '1em'
|
|
14091
14135
|
};
|
|
14092
14136
|
|
|
14093
|
-
var _excluded$
|
|
14094
|
-
var loadingCircleStyle$
|
|
14137
|
+
var _excluded$4B = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14138
|
+
var loadingCircleStyle$4B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14095
14139
|
var IndicatorSm = function IndicatorSm(props) {
|
|
14096
14140
|
var color = props.color,
|
|
14097
14141
|
size = props.size,
|
|
@@ -14099,12 +14143,12 @@ var IndicatorSm = function IndicatorSm(props) {
|
|
|
14099
14143
|
style = props.style,
|
|
14100
14144
|
className = props.className,
|
|
14101
14145
|
iconClassName = props.iconClassName,
|
|
14102
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14146
|
+
otherProps = _objectWithoutProperties(props, _excluded$4B);
|
|
14103
14147
|
return /*#__PURE__*/React.createElement("span", {
|
|
14104
14148
|
role: "img",
|
|
14105
14149
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14106
14150
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14107
|
-
children: loadingCircleStyle$
|
|
14151
|
+
children: loadingCircleStyle$4B
|
|
14108
14152
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14109
14153
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14110
14154
|
width: size,
|
|
@@ -14139,8 +14183,8 @@ IndicatorSm.defaultProps = {
|
|
|
14139
14183
|
size: '1em'
|
|
14140
14184
|
};
|
|
14141
14185
|
|
|
14142
|
-
var _excluded$
|
|
14143
|
-
var loadingCircleStyle$
|
|
14186
|
+
var _excluded$4C = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14187
|
+
var loadingCircleStyle$4C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14144
14188
|
var UPropertySm = function UPropertySm(props) {
|
|
14145
14189
|
var color = props.color,
|
|
14146
14190
|
size = props.size,
|
|
@@ -14148,12 +14192,12 @@ var UPropertySm = function UPropertySm(props) {
|
|
|
14148
14192
|
style = props.style,
|
|
14149
14193
|
className = props.className,
|
|
14150
14194
|
iconClassName = props.iconClassName,
|
|
14151
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14195
|
+
otherProps = _objectWithoutProperties(props, _excluded$4C);
|
|
14152
14196
|
return /*#__PURE__*/React.createElement("span", {
|
|
14153
14197
|
role: "img",
|
|
14154
14198
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14155
14199
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14156
|
-
children: loadingCircleStyle$
|
|
14200
|
+
children: loadingCircleStyle$4C
|
|
14157
14201
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14158
14202
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14159
14203
|
width: size,
|
|
@@ -14190,8 +14234,8 @@ UPropertySm.defaultProps = {
|
|
|
14190
14234
|
size: '1em'
|
|
14191
14235
|
};
|
|
14192
14236
|
|
|
14193
|
-
var _excluded$
|
|
14194
|
-
var loadingCircleStyle$
|
|
14237
|
+
var _excluded$4D = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14238
|
+
var loadingCircleStyle$4D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14195
14239
|
var UGroupSm = function UGroupSm(props) {
|
|
14196
14240
|
var color = props.color,
|
|
14197
14241
|
size = props.size,
|
|
@@ -14199,12 +14243,12 @@ var UGroupSm = function UGroupSm(props) {
|
|
|
14199
14243
|
style = props.style,
|
|
14200
14244
|
className = props.className,
|
|
14201
14245
|
iconClassName = props.iconClassName,
|
|
14202
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14246
|
+
otherProps = _objectWithoutProperties(props, _excluded$4D);
|
|
14203
14247
|
return /*#__PURE__*/React.createElement("span", {
|
|
14204
14248
|
role: "img",
|
|
14205
14249
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14206
14250
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14207
|
-
children: loadingCircleStyle$
|
|
14251
|
+
children: loadingCircleStyle$4D
|
|
14208
14252
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14209
14253
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14210
14254
|
width: size,
|
|
@@ -14249,8 +14293,8 @@ UGroupSm.defaultProps = {
|
|
|
14249
14293
|
size: '1em'
|
|
14250
14294
|
};
|
|
14251
14295
|
|
|
14252
|
-
var _excluded$
|
|
14253
|
-
var loadingCircleStyle$
|
|
14296
|
+
var _excluded$4E = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14297
|
+
var loadingCircleStyle$4E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14254
14298
|
var UTagSm = function UTagSm(props) {
|
|
14255
14299
|
var color = props.color,
|
|
14256
14300
|
size = props.size,
|
|
@@ -14258,12 +14302,12 @@ var UTagSm = function UTagSm(props) {
|
|
|
14258
14302
|
style = props.style,
|
|
14259
14303
|
className = props.className,
|
|
14260
14304
|
iconClassName = props.iconClassName,
|
|
14261
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14305
|
+
otherProps = _objectWithoutProperties(props, _excluded$4E);
|
|
14262
14306
|
return /*#__PURE__*/React.createElement("span", {
|
|
14263
14307
|
role: "img",
|
|
14264
14308
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14265
14309
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14266
|
-
children: loadingCircleStyle$
|
|
14310
|
+
children: loadingCircleStyle$4E
|
|
14267
14311
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14268
14312
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14269
14313
|
width: size,
|
|
@@ -14298,8 +14342,8 @@ UTagSm.defaultProps = {
|
|
|
14298
14342
|
size: '1em'
|
|
14299
14343
|
};
|
|
14300
14344
|
|
|
14301
|
-
var _excluded$
|
|
14302
|
-
var loadingCircleStyle$
|
|
14345
|
+
var _excluded$4F = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14346
|
+
var loadingCircleStyle$4F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14303
14347
|
var AllGroupSm = function AllGroupSm(props) {
|
|
14304
14348
|
var color = props.color,
|
|
14305
14349
|
size = props.size,
|
|
@@ -14307,12 +14351,12 @@ var AllGroupSm = function AllGroupSm(props) {
|
|
|
14307
14351
|
style = props.style,
|
|
14308
14352
|
className = props.className,
|
|
14309
14353
|
iconClassName = props.iconClassName,
|
|
14310
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14354
|
+
otherProps = _objectWithoutProperties(props, _excluded$4F);
|
|
14311
14355
|
return /*#__PURE__*/React.createElement("span", {
|
|
14312
14356
|
role: "img",
|
|
14313
14357
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14314
14358
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14315
|
-
children: loadingCircleStyle$
|
|
14359
|
+
children: loadingCircleStyle$4F
|
|
14316
14360
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14317
14361
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14318
14362
|
width: size,
|
|
@@ -14349,8 +14393,8 @@ AllGroupSm.defaultProps = {
|
|
|
14349
14393
|
size: '1em'
|
|
14350
14394
|
};
|
|
14351
14395
|
|
|
14352
|
-
var _excluded$
|
|
14353
|
-
var loadingCircleStyle$
|
|
14396
|
+
var _excluded$4G = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14397
|
+
var loadingCircleStyle$4G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14354
14398
|
var CalendarSm = function CalendarSm(props) {
|
|
14355
14399
|
var color = props.color,
|
|
14356
14400
|
size = props.size,
|
|
@@ -14358,12 +14402,12 @@ var CalendarSm = function CalendarSm(props) {
|
|
|
14358
14402
|
style = props.style,
|
|
14359
14403
|
className = props.className,
|
|
14360
14404
|
iconClassName = props.iconClassName,
|
|
14361
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14405
|
+
otherProps = _objectWithoutProperties(props, _excluded$4G);
|
|
14362
14406
|
return /*#__PURE__*/React.createElement("span", {
|
|
14363
14407
|
role: "img",
|
|
14364
14408
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14365
14409
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14366
|
-
children: loadingCircleStyle$
|
|
14410
|
+
children: loadingCircleStyle$4G
|
|
14367
14411
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14368
14412
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14369
14413
|
width: size,
|
|
@@ -14394,8 +14438,8 @@ CalendarSm.defaultProps = {
|
|
|
14394
14438
|
size: '1em'
|
|
14395
14439
|
};
|
|
14396
14440
|
|
|
14397
|
-
var _excluded$
|
|
14398
|
-
var loadingCircleStyle$
|
|
14441
|
+
var _excluded$4H = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14442
|
+
var loadingCircleStyle$4H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14399
14443
|
var GroupAddSm = function GroupAddSm(props) {
|
|
14400
14444
|
var color = props.color,
|
|
14401
14445
|
size = props.size,
|
|
@@ -14403,12 +14447,12 @@ var GroupAddSm = function GroupAddSm(props) {
|
|
|
14403
14447
|
style = props.style,
|
|
14404
14448
|
className = props.className,
|
|
14405
14449
|
iconClassName = props.iconClassName,
|
|
14406
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14450
|
+
otherProps = _objectWithoutProperties(props, _excluded$4H);
|
|
14407
14451
|
return /*#__PURE__*/React.createElement("span", {
|
|
14408
14452
|
role: "img",
|
|
14409
14453
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14410
14454
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14411
|
-
children: loadingCircleStyle$
|
|
14455
|
+
children: loadingCircleStyle$4H
|
|
14412
14456
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14413
14457
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14414
14458
|
width: size,
|
|
@@ -14445,8 +14489,8 @@ GroupAddSm.defaultProps = {
|
|
|
14445
14489
|
size: '1em'
|
|
14446
14490
|
};
|
|
14447
14491
|
|
|
14448
|
-
var _excluded$
|
|
14449
|
-
var loadingCircleStyle$
|
|
14492
|
+
var _excluded$4I = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14493
|
+
var loadingCircleStyle$4I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14450
14494
|
var BooleanSm = function BooleanSm(props) {
|
|
14451
14495
|
var color = props.color,
|
|
14452
14496
|
size = props.size,
|
|
@@ -14454,12 +14498,12 @@ var BooleanSm = function BooleanSm(props) {
|
|
|
14454
14498
|
style = props.style,
|
|
14455
14499
|
className = props.className,
|
|
14456
14500
|
iconClassName = props.iconClassName,
|
|
14457
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14501
|
+
otherProps = _objectWithoutProperties(props, _excluded$4I);
|
|
14458
14502
|
return /*#__PURE__*/React.createElement("span", {
|
|
14459
14503
|
role: "img",
|
|
14460
14504
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14461
14505
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14462
|
-
children: loadingCircleStyle$
|
|
14506
|
+
children: loadingCircleStyle$4I
|
|
14463
14507
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14464
14508
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14465
14509
|
width: size,
|
|
@@ -14492,8 +14536,8 @@ BooleanSm.defaultProps = {
|
|
|
14492
14536
|
size: '1em'
|
|
14493
14537
|
};
|
|
14494
14538
|
|
|
14495
|
-
var _excluded$
|
|
14496
|
-
var loadingCircleStyle$
|
|
14539
|
+
var _excluded$4J = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14540
|
+
var loadingCircleStyle$4J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14497
14541
|
var ListSm = function ListSm(props) {
|
|
14498
14542
|
var color = props.color,
|
|
14499
14543
|
size = props.size,
|
|
@@ -14501,12 +14545,12 @@ var ListSm = function ListSm(props) {
|
|
|
14501
14545
|
style = props.style,
|
|
14502
14546
|
className = props.className,
|
|
14503
14547
|
iconClassName = props.iconClassName,
|
|
14504
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14548
|
+
otherProps = _objectWithoutProperties(props, _excluded$4J);
|
|
14505
14549
|
return /*#__PURE__*/React.createElement("span", {
|
|
14506
14550
|
role: "img",
|
|
14507
14551
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14508
14552
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14509
|
-
children: loadingCircleStyle$
|
|
14553
|
+
children: loadingCircleStyle$4J
|
|
14510
14554
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14511
14555
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14512
14556
|
width: size,
|
|
@@ -14547,8 +14591,8 @@ ListSm.defaultProps = {
|
|
|
14547
14591
|
size: '1em'
|
|
14548
14592
|
};
|
|
14549
14593
|
|
|
14550
|
-
var _excluded$
|
|
14551
|
-
var loadingCircleStyle$
|
|
14594
|
+
var _excluded$4K = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14595
|
+
var loadingCircleStyle$4K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14552
14596
|
var ArrayRowsSm = function ArrayRowsSm(props) {
|
|
14553
14597
|
var color = props.color,
|
|
14554
14598
|
size = props.size,
|
|
@@ -14556,12 +14600,12 @@ var ArrayRowsSm = function ArrayRowsSm(props) {
|
|
|
14556
14600
|
style = props.style,
|
|
14557
14601
|
className = props.className,
|
|
14558
14602
|
iconClassName = props.iconClassName,
|
|
14559
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14603
|
+
otherProps = _objectWithoutProperties(props, _excluded$4K);
|
|
14560
14604
|
return /*#__PURE__*/React.createElement("span", {
|
|
14561
14605
|
role: "img",
|
|
14562
14606
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14563
14607
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14564
|
-
children: loadingCircleStyle$
|
|
14608
|
+
children: loadingCircleStyle$4K
|
|
14565
14609
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14566
14610
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14567
14611
|
width: size,
|
|
@@ -14594,8 +14638,8 @@ ArrayRowsSm.defaultProps = {
|
|
|
14594
14638
|
size: '1em'
|
|
14595
14639
|
};
|
|
14596
14640
|
|
|
14597
|
-
var _excluded$
|
|
14598
|
-
var loadingCircleStyle$
|
|
14641
|
+
var _excluded$4L = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14642
|
+
var loadingCircleStyle$4L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14599
14643
|
var RowsSm = function RowsSm(props) {
|
|
14600
14644
|
var color = props.color,
|
|
14601
14645
|
size = props.size,
|
|
@@ -14603,12 +14647,12 @@ var RowsSm = function RowsSm(props) {
|
|
|
14603
14647
|
style = props.style,
|
|
14604
14648
|
className = props.className,
|
|
14605
14649
|
iconClassName = props.iconClassName,
|
|
14606
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14650
|
+
otherProps = _objectWithoutProperties(props, _excluded$4L);
|
|
14607
14651
|
return /*#__PURE__*/React.createElement("span", {
|
|
14608
14652
|
role: "img",
|
|
14609
14653
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14610
14654
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14611
|
-
children: loadingCircleStyle$
|
|
14655
|
+
children: loadingCircleStyle$4L
|
|
14612
14656
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14613
14657
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14614
14658
|
width: size,
|
|
@@ -14649,8 +14693,8 @@ RowsSm.defaultProps = {
|
|
|
14649
14693
|
size: '1em'
|
|
14650
14694
|
};
|
|
14651
14695
|
|
|
14652
|
-
var _excluded$
|
|
14653
|
-
var loadingCircleStyle$
|
|
14696
|
+
var _excluded$4M = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14697
|
+
var loadingCircleStyle$4M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14654
14698
|
var VPropertySm = function VPropertySm(props) {
|
|
14655
14699
|
var color = props.color,
|
|
14656
14700
|
size = props.size,
|
|
@@ -14658,12 +14702,12 @@ var VPropertySm = function VPropertySm(props) {
|
|
|
14658
14702
|
style = props.style,
|
|
14659
14703
|
className = props.className,
|
|
14660
14704
|
iconClassName = props.iconClassName,
|
|
14661
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14705
|
+
otherProps = _objectWithoutProperties(props, _excluded$4M);
|
|
14662
14706
|
return /*#__PURE__*/React.createElement("span", {
|
|
14663
14707
|
role: "img",
|
|
14664
14708
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14665
14709
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14666
|
-
children: loadingCircleStyle$
|
|
14710
|
+
children: loadingCircleStyle$4M
|
|
14667
14711
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14668
14712
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14669
14713
|
width: size,
|
|
@@ -14700,8 +14744,8 @@ VPropertySm.defaultProps = {
|
|
|
14700
14744
|
size: '1em'
|
|
14701
14745
|
};
|
|
14702
14746
|
|
|
14703
|
-
var _excluded$
|
|
14704
|
-
var loadingCircleStyle$
|
|
14747
|
+
var _excluded$4N = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14748
|
+
var loadingCircleStyle$4N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14705
14749
|
var StringSm = function StringSm(props) {
|
|
14706
14750
|
var color = props.color,
|
|
14707
14751
|
size = props.size,
|
|
@@ -14709,12 +14753,12 @@ var StringSm = function StringSm(props) {
|
|
|
14709
14753
|
style = props.style,
|
|
14710
14754
|
className = props.className,
|
|
14711
14755
|
iconClassName = props.iconClassName,
|
|
14712
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14756
|
+
otherProps = _objectWithoutProperties(props, _excluded$4N);
|
|
14713
14757
|
return /*#__PURE__*/React.createElement("span", {
|
|
14714
14758
|
role: "img",
|
|
14715
14759
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14716
14760
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14717
|
-
children: loadingCircleStyle$
|
|
14761
|
+
children: loadingCircleStyle$4N
|
|
14718
14762
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14719
14763
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14720
14764
|
width: size,
|
|
@@ -14747,8 +14791,8 @@ StringSm.defaultProps = {
|
|
|
14747
14791
|
size: '1em'
|
|
14748
14792
|
};
|
|
14749
14793
|
|
|
14750
|
-
var _excluded$
|
|
14751
|
-
var loadingCircleStyle$
|
|
14794
|
+
var _excluded$4O = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14795
|
+
var loadingCircleStyle$4O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14752
14796
|
var NumSm = function NumSm(props) {
|
|
14753
14797
|
var color = props.color,
|
|
14754
14798
|
size = props.size,
|
|
@@ -14756,12 +14800,12 @@ var NumSm = function NumSm(props) {
|
|
|
14756
14800
|
style = props.style,
|
|
14757
14801
|
className = props.className,
|
|
14758
14802
|
iconClassName = props.iconClassName,
|
|
14759
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14803
|
+
otherProps = _objectWithoutProperties(props, _excluded$4O);
|
|
14760
14804
|
return /*#__PURE__*/React.createElement("span", {
|
|
14761
14805
|
role: "img",
|
|
14762
14806
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14763
14807
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14764
|
-
children: loadingCircleStyle$
|
|
14808
|
+
children: loadingCircleStyle$4O
|
|
14765
14809
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14766
14810
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14767
14811
|
width: size,
|
|
@@ -14794,8 +14838,8 @@ NumSm.defaultProps = {
|
|
|
14794
14838
|
size: '1em'
|
|
14795
14839
|
};
|
|
14796
14840
|
|
|
14797
|
-
var _excluded$
|
|
14798
|
-
var loadingCircleStyle$
|
|
14841
|
+
var _excluded$4P = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14842
|
+
var loadingCircleStyle$4P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14799
14843
|
var TimeSm = function TimeSm(props) {
|
|
14800
14844
|
var color = props.color,
|
|
14801
14845
|
size = props.size,
|
|
@@ -14803,12 +14847,12 @@ var TimeSm = function TimeSm(props) {
|
|
|
14803
14847
|
style = props.style,
|
|
14804
14848
|
className = props.className,
|
|
14805
14849
|
iconClassName = props.iconClassName,
|
|
14806
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14850
|
+
otherProps = _objectWithoutProperties(props, _excluded$4P);
|
|
14807
14851
|
return /*#__PURE__*/React.createElement("span", {
|
|
14808
14852
|
role: "img",
|
|
14809
14853
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14810
14854
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14811
|
-
children: loadingCircleStyle$
|
|
14855
|
+
children: loadingCircleStyle$4P
|
|
14812
14856
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14813
14857
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14814
14858
|
width: size,
|
|
@@ -14841,8 +14885,8 @@ TimeSm.defaultProps = {
|
|
|
14841
14885
|
size: '1em'
|
|
14842
14886
|
};
|
|
14843
14887
|
|
|
14844
|
-
var _excluded$
|
|
14845
|
-
var loadingCircleStyle$
|
|
14888
|
+
var _excluded$4Q = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14889
|
+
var loadingCircleStyle$4Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14846
14890
|
var ArrowLeft = function ArrowLeft(props) {
|
|
14847
14891
|
var color = props.color,
|
|
14848
14892
|
size = props.size,
|
|
@@ -14850,12 +14894,12 @@ var ArrowLeft = function ArrowLeft(props) {
|
|
|
14850
14894
|
style = props.style,
|
|
14851
14895
|
className = props.className,
|
|
14852
14896
|
iconClassName = props.iconClassName,
|
|
14853
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14897
|
+
otherProps = _objectWithoutProperties(props, _excluded$4Q);
|
|
14854
14898
|
return /*#__PURE__*/React.createElement("span", {
|
|
14855
14899
|
role: "img",
|
|
14856
14900
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14857
14901
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14858
|
-
children: loadingCircleStyle$
|
|
14902
|
+
children: loadingCircleStyle$4Q
|
|
14859
14903
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14860
14904
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14861
14905
|
width: size,
|
|
@@ -14886,8 +14930,8 @@ ArrowLeft.defaultProps = {
|
|
|
14886
14930
|
size: '1em'
|
|
14887
14931
|
};
|
|
14888
14932
|
|
|
14889
|
-
var _excluded$
|
|
14890
|
-
var loadingCircleStyle$
|
|
14933
|
+
var _excluded$4R = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14934
|
+
var loadingCircleStyle$4R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14891
14935
|
var ArrowRight = function ArrowRight(props) {
|
|
14892
14936
|
var color = props.color,
|
|
14893
14937
|
size = props.size,
|
|
@@ -14895,12 +14939,12 @@ var ArrowRight = function ArrowRight(props) {
|
|
|
14895
14939
|
style = props.style,
|
|
14896
14940
|
className = props.className,
|
|
14897
14941
|
iconClassName = props.iconClassName,
|
|
14898
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14942
|
+
otherProps = _objectWithoutProperties(props, _excluded$4R);
|
|
14899
14943
|
return /*#__PURE__*/React.createElement("span", {
|
|
14900
14944
|
role: "img",
|
|
14901
14945
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14902
14946
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14903
|
-
children: loadingCircleStyle$
|
|
14947
|
+
children: loadingCircleStyle$4R
|
|
14904
14948
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14905
14949
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14906
14950
|
width: size,
|
|
@@ -14931,8 +14975,8 @@ ArrowRight.defaultProps = {
|
|
|
14931
14975
|
size: '1em'
|
|
14932
14976
|
};
|
|
14933
14977
|
|
|
14934
|
-
var _excluded$
|
|
14935
|
-
var loadingCircleStyle$
|
|
14978
|
+
var _excluded$4S = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14979
|
+
var loadingCircleStyle$4S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14936
14980
|
var ArrowUp = function ArrowUp(props) {
|
|
14937
14981
|
var color = props.color,
|
|
14938
14982
|
size = props.size,
|
|
@@ -14940,12 +14984,12 @@ var ArrowUp = function ArrowUp(props) {
|
|
|
14940
14984
|
style = props.style,
|
|
14941
14985
|
className = props.className,
|
|
14942
14986
|
iconClassName = props.iconClassName,
|
|
14943
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14987
|
+
otherProps = _objectWithoutProperties(props, _excluded$4S);
|
|
14944
14988
|
return /*#__PURE__*/React.createElement("span", {
|
|
14945
14989
|
role: "img",
|
|
14946
14990
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14947
14991
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14948
|
-
children: loadingCircleStyle$
|
|
14992
|
+
children: loadingCircleStyle$4S
|
|
14949
14993
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14950
14994
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14951
14995
|
width: size,
|
|
@@ -14976,8 +15020,8 @@ ArrowUp.defaultProps = {
|
|
|
14976
15020
|
size: '1em'
|
|
14977
15021
|
};
|
|
14978
15022
|
|
|
14979
|
-
var _excluded$
|
|
14980
|
-
var loadingCircleStyle$
|
|
15023
|
+
var _excluded$4T = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15024
|
+
var loadingCircleStyle$4T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14981
15025
|
var ArrowDown = function ArrowDown(props) {
|
|
14982
15026
|
var color = props.color,
|
|
14983
15027
|
size = props.size,
|
|
@@ -14985,12 +15029,12 @@ var ArrowDown = function ArrowDown(props) {
|
|
|
14985
15029
|
style = props.style,
|
|
14986
15030
|
className = props.className,
|
|
14987
15031
|
iconClassName = props.iconClassName,
|
|
14988
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15032
|
+
otherProps = _objectWithoutProperties(props, _excluded$4T);
|
|
14989
15033
|
return /*#__PURE__*/React.createElement("span", {
|
|
14990
15034
|
role: "img",
|
|
14991
15035
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14992
15036
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14993
|
-
children: loadingCircleStyle$
|
|
15037
|
+
children: loadingCircleStyle$4T
|
|
14994
15038
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14995
15039
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14996
15040
|
width: size,
|
|
@@ -15021,8 +15065,8 @@ ArrowDown.defaultProps = {
|
|
|
15021
15065
|
size: '1em'
|
|
15022
15066
|
};
|
|
15023
15067
|
|
|
15024
|
-
var _excluded$
|
|
15025
|
-
var loadingCircleStyle$
|
|
15068
|
+
var _excluded$4U = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15069
|
+
var loadingCircleStyle$4U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15026
15070
|
var ArrowLeft2 = function ArrowLeft2(props) {
|
|
15027
15071
|
var color = props.color,
|
|
15028
15072
|
size = props.size,
|
|
@@ -15030,12 +15074,12 @@ var ArrowLeft2 = function ArrowLeft2(props) {
|
|
|
15030
15074
|
style = props.style,
|
|
15031
15075
|
className = props.className,
|
|
15032
15076
|
iconClassName = props.iconClassName,
|
|
15033
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15077
|
+
otherProps = _objectWithoutProperties(props, _excluded$4U);
|
|
15034
15078
|
return /*#__PURE__*/React.createElement("span", {
|
|
15035
15079
|
role: "img",
|
|
15036
15080
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15037
15081
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15038
|
-
children: loadingCircleStyle$
|
|
15082
|
+
children: loadingCircleStyle$4U
|
|
15039
15083
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15040
15084
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15041
15085
|
width: size,
|
|
@@ -15066,8 +15110,8 @@ ArrowLeft2.defaultProps = {
|
|
|
15066
15110
|
size: '1em'
|
|
15067
15111
|
};
|
|
15068
15112
|
|
|
15069
|
-
var _excluded$
|
|
15070
|
-
var loadingCircleStyle$
|
|
15113
|
+
var _excluded$4V = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15114
|
+
var loadingCircleStyle$4V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15071
15115
|
var ArrowRight2 = function ArrowRight2(props) {
|
|
15072
15116
|
var color = props.color,
|
|
15073
15117
|
size = props.size,
|
|
@@ -15075,12 +15119,12 @@ var ArrowRight2 = function ArrowRight2(props) {
|
|
|
15075
15119
|
style = props.style,
|
|
15076
15120
|
className = props.className,
|
|
15077
15121
|
iconClassName = props.iconClassName,
|
|
15078
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15122
|
+
otherProps = _objectWithoutProperties(props, _excluded$4V);
|
|
15079
15123
|
return /*#__PURE__*/React.createElement("span", {
|
|
15080
15124
|
role: "img",
|
|
15081
15125
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15082
15126
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15083
|
-
children: loadingCircleStyle$
|
|
15127
|
+
children: loadingCircleStyle$4V
|
|
15084
15128
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15085
15129
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15086
15130
|
width: size,
|
|
@@ -15111,8 +15155,8 @@ ArrowRight2.defaultProps = {
|
|
|
15111
15155
|
size: '1em'
|
|
15112
15156
|
};
|
|
15113
15157
|
|
|
15114
|
-
var _excluded$
|
|
15115
|
-
var loadingCircleStyle$
|
|
15158
|
+
var _excluded$4W = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15159
|
+
var loadingCircleStyle$4W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15116
15160
|
var ArrowUp2 = function ArrowUp2(props) {
|
|
15117
15161
|
var color = props.color,
|
|
15118
15162
|
size = props.size,
|
|
@@ -15120,12 +15164,12 @@ var ArrowUp2 = function ArrowUp2(props) {
|
|
|
15120
15164
|
style = props.style,
|
|
15121
15165
|
className = props.className,
|
|
15122
15166
|
iconClassName = props.iconClassName,
|
|
15123
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15167
|
+
otherProps = _objectWithoutProperties(props, _excluded$4W);
|
|
15124
15168
|
return /*#__PURE__*/React.createElement("span", {
|
|
15125
15169
|
role: "img",
|
|
15126
15170
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15127
15171
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15128
|
-
children: loadingCircleStyle$
|
|
15172
|
+
children: loadingCircleStyle$4W
|
|
15129
15173
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15130
15174
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15131
15175
|
width: size,
|
|
@@ -15156,8 +15200,8 @@ ArrowUp2.defaultProps = {
|
|
|
15156
15200
|
size: '1em'
|
|
15157
15201
|
};
|
|
15158
15202
|
|
|
15159
|
-
var _excluded$
|
|
15160
|
-
var loadingCircleStyle$
|
|
15203
|
+
var _excluded$4X = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15204
|
+
var loadingCircleStyle$4X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15161
15205
|
var ArrowDown2 = function ArrowDown2(props) {
|
|
15162
15206
|
var color = props.color,
|
|
15163
15207
|
size = props.size,
|
|
@@ -15165,12 +15209,12 @@ var ArrowDown2 = function ArrowDown2(props) {
|
|
|
15165
15209
|
style = props.style,
|
|
15166
15210
|
className = props.className,
|
|
15167
15211
|
iconClassName = props.iconClassName,
|
|
15168
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15212
|
+
otherProps = _objectWithoutProperties(props, _excluded$4X);
|
|
15169
15213
|
return /*#__PURE__*/React.createElement("span", {
|
|
15170
15214
|
role: "img",
|
|
15171
15215
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15172
15216
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15173
|
-
children: loadingCircleStyle$
|
|
15217
|
+
children: loadingCircleStyle$4X
|
|
15174
15218
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15175
15219
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15176
15220
|
width: size,
|
|
@@ -15201,8 +15245,8 @@ ArrowDown2.defaultProps = {
|
|
|
15201
15245
|
size: '1em'
|
|
15202
15246
|
};
|
|
15203
15247
|
|
|
15204
|
-
var _excluded$
|
|
15205
|
-
var loadingCircleStyle$
|
|
15248
|
+
var _excluded$4Y = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15249
|
+
var loadingCircleStyle$4Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15206
15250
|
var TriLeft = function TriLeft(props) {
|
|
15207
15251
|
var color = props.color,
|
|
15208
15252
|
size = props.size,
|
|
@@ -15210,12 +15254,12 @@ var TriLeft = function TriLeft(props) {
|
|
|
15210
15254
|
style = props.style,
|
|
15211
15255
|
className = props.className,
|
|
15212
15256
|
iconClassName = props.iconClassName,
|
|
15213
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15257
|
+
otherProps = _objectWithoutProperties(props, _excluded$4Y);
|
|
15214
15258
|
return /*#__PURE__*/React.createElement("span", {
|
|
15215
15259
|
role: "img",
|
|
15216
15260
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15217
15261
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15218
|
-
children: loadingCircleStyle$
|
|
15262
|
+
children: loadingCircleStyle$4Y
|
|
15219
15263
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15220
15264
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15221
15265
|
width: size,
|
|
@@ -15246,8 +15290,8 @@ TriLeft.defaultProps = {
|
|
|
15246
15290
|
size: '1em'
|
|
15247
15291
|
};
|
|
15248
15292
|
|
|
15249
|
-
var _excluded$
|
|
15250
|
-
var loadingCircleStyle$
|
|
15293
|
+
var _excluded$4Z = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15294
|
+
var loadingCircleStyle$4Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15251
15295
|
var TriRight = function TriRight(props) {
|
|
15252
15296
|
var color = props.color,
|
|
15253
15297
|
size = props.size,
|
|
@@ -15255,12 +15299,12 @@ var TriRight = function TriRight(props) {
|
|
|
15255
15299
|
style = props.style,
|
|
15256
15300
|
className = props.className,
|
|
15257
15301
|
iconClassName = props.iconClassName,
|
|
15258
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15302
|
+
otherProps = _objectWithoutProperties(props, _excluded$4Z);
|
|
15259
15303
|
return /*#__PURE__*/React.createElement("span", {
|
|
15260
15304
|
role: "img",
|
|
15261
15305
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15262
15306
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15263
|
-
children: loadingCircleStyle$
|
|
15307
|
+
children: loadingCircleStyle$4Z
|
|
15264
15308
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15265
15309
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15266
15310
|
width: size,
|
|
@@ -15291,8 +15335,8 @@ TriRight.defaultProps = {
|
|
|
15291
15335
|
size: '1em'
|
|
15292
15336
|
};
|
|
15293
15337
|
|
|
15294
|
-
var _excluded$
|
|
15295
|
-
var loadingCircleStyle$
|
|
15338
|
+
var _excluded$4_ = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15339
|
+
var loadingCircleStyle$4_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15296
15340
|
var TriUp = function TriUp(props) {
|
|
15297
15341
|
var color = props.color,
|
|
15298
15342
|
size = props.size,
|
|
@@ -15300,12 +15344,12 @@ var TriUp = function TriUp(props) {
|
|
|
15300
15344
|
style = props.style,
|
|
15301
15345
|
className = props.className,
|
|
15302
15346
|
iconClassName = props.iconClassName,
|
|
15303
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15347
|
+
otherProps = _objectWithoutProperties(props, _excluded$4_);
|
|
15304
15348
|
return /*#__PURE__*/React.createElement("span", {
|
|
15305
15349
|
role: "img",
|
|
15306
15350
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15307
15351
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15308
|
-
children: loadingCircleStyle$
|
|
15352
|
+
children: loadingCircleStyle$4_
|
|
15309
15353
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15310
15354
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15311
15355
|
width: size,
|
|
@@ -15336,8 +15380,8 @@ TriUp.defaultProps = {
|
|
|
15336
15380
|
size: '1em'
|
|
15337
15381
|
};
|
|
15338
15382
|
|
|
15339
|
-
var _excluded$
|
|
15340
|
-
var loadingCircleStyle$
|
|
15383
|
+
var _excluded$4$ = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15384
|
+
var loadingCircleStyle$4$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15341
15385
|
var TriDown = function TriDown(props) {
|
|
15342
15386
|
var color = props.color,
|
|
15343
15387
|
size = props.size,
|
|
@@ -15345,12 +15389,12 @@ var TriDown = function TriDown(props) {
|
|
|
15345
15389
|
style = props.style,
|
|
15346
15390
|
className = props.className,
|
|
15347
15391
|
iconClassName = props.iconClassName,
|
|
15348
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15392
|
+
otherProps = _objectWithoutProperties(props, _excluded$4$);
|
|
15349
15393
|
return /*#__PURE__*/React.createElement("span", {
|
|
15350
15394
|
role: "img",
|
|
15351
15395
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15352
15396
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15353
|
-
children: loadingCircleStyle$
|
|
15397
|
+
children: loadingCircleStyle$4$
|
|
15354
15398
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15355
15399
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15356
15400
|
width: size,
|
|
@@ -15381,8 +15425,8 @@ TriDown.defaultProps = {
|
|
|
15381
15425
|
size: '1em'
|
|
15382
15426
|
};
|
|
15383
15427
|
|
|
15384
|
-
var _excluded$
|
|
15385
|
-
var loadingCircleStyle$
|
|
15428
|
+
var _excluded$50 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15429
|
+
var loadingCircleStyle$50 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15386
15430
|
var DArrowL = function DArrowL(props) {
|
|
15387
15431
|
var color = props.color,
|
|
15388
15432
|
size = props.size,
|
|
@@ -15390,12 +15434,12 @@ var DArrowL = function DArrowL(props) {
|
|
|
15390
15434
|
style = props.style,
|
|
15391
15435
|
className = props.className,
|
|
15392
15436
|
iconClassName = props.iconClassName,
|
|
15393
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15437
|
+
otherProps = _objectWithoutProperties(props, _excluded$50);
|
|
15394
15438
|
return /*#__PURE__*/React.createElement("span", {
|
|
15395
15439
|
role: "img",
|
|
15396
15440
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15397
15441
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15398
|
-
children: loadingCircleStyle$
|
|
15442
|
+
children: loadingCircleStyle$50
|
|
15399
15443
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15400
15444
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15401
15445
|
width: size,
|
|
@@ -15428,8 +15472,8 @@ DArrowL.defaultProps = {
|
|
|
15428
15472
|
size: '1em'
|
|
15429
15473
|
};
|
|
15430
15474
|
|
|
15431
|
-
var _excluded$
|
|
15432
|
-
var loadingCircleStyle$
|
|
15475
|
+
var _excluded$51 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15476
|
+
var loadingCircleStyle$51 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15433
15477
|
var DArrowR = function DArrowR(props) {
|
|
15434
15478
|
var color = props.color,
|
|
15435
15479
|
size = props.size,
|
|
@@ -15437,12 +15481,12 @@ var DArrowR = function DArrowR(props) {
|
|
|
15437
15481
|
style = props.style,
|
|
15438
15482
|
className = props.className,
|
|
15439
15483
|
iconClassName = props.iconClassName,
|
|
15440
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15484
|
+
otherProps = _objectWithoutProperties(props, _excluded$51);
|
|
15441
15485
|
return /*#__PURE__*/React.createElement("span", {
|
|
15442
15486
|
role: "img",
|
|
15443
15487
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15444
15488
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15445
|
-
children: loadingCircleStyle$
|
|
15489
|
+
children: loadingCircleStyle$51
|
|
15446
15490
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15447
15491
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15448
15492
|
width: size,
|
|
@@ -15475,8 +15519,8 @@ DArrowR.defaultProps = {
|
|
|
15475
15519
|
size: '1em'
|
|
15476
15520
|
};
|
|
15477
15521
|
|
|
15478
|
-
var _excluded$
|
|
15479
|
-
var loadingCircleStyle$
|
|
15522
|
+
var _excluded$52 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15523
|
+
var loadingCircleStyle$52 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15480
15524
|
var DArrowT = function DArrowT(props) {
|
|
15481
15525
|
var color = props.color,
|
|
15482
15526
|
size = props.size,
|
|
@@ -15484,12 +15528,12 @@ var DArrowT = function DArrowT(props) {
|
|
|
15484
15528
|
style = props.style,
|
|
15485
15529
|
className = props.className,
|
|
15486
15530
|
iconClassName = props.iconClassName,
|
|
15487
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15531
|
+
otherProps = _objectWithoutProperties(props, _excluded$52);
|
|
15488
15532
|
return /*#__PURE__*/React.createElement("span", {
|
|
15489
15533
|
role: "img",
|
|
15490
15534
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15491
15535
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15492
|
-
children: loadingCircleStyle$
|
|
15536
|
+
children: loadingCircleStyle$52
|
|
15493
15537
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15494
15538
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15495
15539
|
width: size,
|
|
@@ -15522,8 +15566,8 @@ DArrowT.defaultProps = {
|
|
|
15522
15566
|
size: '1em'
|
|
15523
15567
|
};
|
|
15524
15568
|
|
|
15525
|
-
var _excluded$
|
|
15526
|
-
var loadingCircleStyle$
|
|
15569
|
+
var _excluded$53 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15570
|
+
var loadingCircleStyle$53 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15527
15571
|
var DArrowB = function DArrowB(props) {
|
|
15528
15572
|
var color = props.color,
|
|
15529
15573
|
size = props.size,
|
|
@@ -15531,12 +15575,12 @@ var DArrowB = function DArrowB(props) {
|
|
|
15531
15575
|
style = props.style,
|
|
15532
15576
|
className = props.className,
|
|
15533
15577
|
iconClassName = props.iconClassName,
|
|
15534
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15578
|
+
otherProps = _objectWithoutProperties(props, _excluded$53);
|
|
15535
15579
|
return /*#__PURE__*/React.createElement("span", {
|
|
15536
15580
|
role: "img",
|
|
15537
15581
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15538
15582
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15539
|
-
children: loadingCircleStyle$
|
|
15583
|
+
children: loadingCircleStyle$53
|
|
15540
15584
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15541
15585
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15542
15586
|
width: size,
|
|
@@ -15569,8 +15613,8 @@ DArrowB.defaultProps = {
|
|
|
15569
15613
|
size: '1em'
|
|
15570
15614
|
};
|
|
15571
15615
|
|
|
15572
|
-
var _excluded$
|
|
15573
|
-
var loadingCircleStyle$
|
|
15616
|
+
var _excluded$54 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15617
|
+
var loadingCircleStyle$54 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15574
15618
|
var DropDown = function DropDown(props) {
|
|
15575
15619
|
var color = props.color,
|
|
15576
15620
|
size = props.size,
|
|
@@ -15578,12 +15622,12 @@ var DropDown = function DropDown(props) {
|
|
|
15578
15622
|
style = props.style,
|
|
15579
15623
|
className = props.className,
|
|
15580
15624
|
iconClassName = props.iconClassName,
|
|
15581
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15625
|
+
otherProps = _objectWithoutProperties(props, _excluded$54);
|
|
15582
15626
|
return /*#__PURE__*/React.createElement("span", {
|
|
15583
15627
|
role: "img",
|
|
15584
15628
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15585
15629
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15586
|
-
children: loadingCircleStyle$
|
|
15630
|
+
children: loadingCircleStyle$54
|
|
15587
15631
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15588
15632
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15589
15633
|
width: size,
|
|
@@ -15614,8 +15658,8 @@ DropDown.defaultProps = {
|
|
|
15614
15658
|
size: '1em'
|
|
15615
15659
|
};
|
|
15616
15660
|
|
|
15617
|
-
var _excluded$
|
|
15618
|
-
var loadingCircleStyle$
|
|
15661
|
+
var _excluded$55 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15662
|
+
var loadingCircleStyle$55 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15619
15663
|
var DropUp = function DropUp(props) {
|
|
15620
15664
|
var color = props.color,
|
|
15621
15665
|
size = props.size,
|
|
@@ -15623,12 +15667,12 @@ var DropUp = function DropUp(props) {
|
|
|
15623
15667
|
style = props.style,
|
|
15624
15668
|
className = props.className,
|
|
15625
15669
|
iconClassName = props.iconClassName,
|
|
15626
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15670
|
+
otherProps = _objectWithoutProperties(props, _excluded$55);
|
|
15627
15671
|
return /*#__PURE__*/React.createElement("span", {
|
|
15628
15672
|
role: "img",
|
|
15629
15673
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15630
15674
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15631
|
-
children: loadingCircleStyle$
|
|
15675
|
+
children: loadingCircleStyle$55
|
|
15632
15676
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15633
15677
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15634
15678
|
width: size,
|
|
@@ -15659,8 +15703,8 @@ DropUp.defaultProps = {
|
|
|
15659
15703
|
size: '1em'
|
|
15660
15704
|
};
|
|
15661
15705
|
|
|
15662
|
-
var _excluded$
|
|
15663
|
-
var loadingCircleStyle$
|
|
15706
|
+
var _excluded$56 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15707
|
+
var loadingCircleStyle$56 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15664
15708
|
var More1 = function More1(props) {
|
|
15665
15709
|
var color = props.color,
|
|
15666
15710
|
size = props.size,
|
|
@@ -15668,12 +15712,12 @@ var More1 = function More1(props) {
|
|
|
15668
15712
|
style = props.style,
|
|
15669
15713
|
className = props.className,
|
|
15670
15714
|
iconClassName = props.iconClassName,
|
|
15671
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15715
|
+
otherProps = _objectWithoutProperties(props, _excluded$56);
|
|
15672
15716
|
return /*#__PURE__*/React.createElement("span", {
|
|
15673
15717
|
role: "img",
|
|
15674
15718
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15675
15719
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15676
|
-
children: loadingCircleStyle$
|
|
15720
|
+
children: loadingCircleStyle$56
|
|
15677
15721
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15678
15722
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15679
15723
|
width: size,
|
|
@@ -15704,8 +15748,8 @@ More1.defaultProps = {
|
|
|
15704
15748
|
size: '1em'
|
|
15705
15749
|
};
|
|
15706
15750
|
|
|
15707
|
-
var _excluded$
|
|
15708
|
-
var loadingCircleStyle$
|
|
15751
|
+
var _excluded$57 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15752
|
+
var loadingCircleStyle$57 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15709
15753
|
var More2 = function More2(props) {
|
|
15710
15754
|
var color = props.color,
|
|
15711
15755
|
size = props.size,
|
|
@@ -15713,12 +15757,12 @@ var More2 = function More2(props) {
|
|
|
15713
15757
|
style = props.style,
|
|
15714
15758
|
className = props.className,
|
|
15715
15759
|
iconClassName = props.iconClassName,
|
|
15716
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15760
|
+
otherProps = _objectWithoutProperties(props, _excluded$57);
|
|
15717
15761
|
return /*#__PURE__*/React.createElement("span", {
|
|
15718
15762
|
role: "img",
|
|
15719
15763
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15720
15764
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15721
|
-
children: loadingCircleStyle$
|
|
15765
|
+
children: loadingCircleStyle$57
|
|
15722
15766
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15723
15767
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15724
15768
|
width: size,
|
|
@@ -15749,8 +15793,8 @@ More2.defaultProps = {
|
|
|
15749
15793
|
size: '1em'
|
|
15750
15794
|
};
|
|
15751
15795
|
|
|
15752
|
-
var _excluded$
|
|
15753
|
-
var loadingCircleStyle$
|
|
15796
|
+
var _excluded$58 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15797
|
+
var loadingCircleStyle$58 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15754
15798
|
var Drag = function Drag(props) {
|
|
15755
15799
|
var color = props.color,
|
|
15756
15800
|
size = props.size,
|
|
@@ -15758,12 +15802,12 @@ var Drag = function Drag(props) {
|
|
|
15758
15802
|
style = props.style,
|
|
15759
15803
|
className = props.className,
|
|
15760
15804
|
iconClassName = props.iconClassName,
|
|
15761
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15805
|
+
otherProps = _objectWithoutProperties(props, _excluded$58);
|
|
15762
15806
|
return /*#__PURE__*/React.createElement("span", {
|
|
15763
15807
|
role: "img",
|
|
15764
15808
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15765
15809
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15766
|
-
children: loadingCircleStyle$
|
|
15810
|
+
children: loadingCircleStyle$58
|
|
15767
15811
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15768
15812
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15769
15813
|
width: size,
|
|
@@ -15804,8 +15848,8 @@ Drag.defaultProps = {
|
|
|
15804
15848
|
size: '1em'
|
|
15805
15849
|
};
|
|
15806
15850
|
|
|
15807
|
-
var _excluded$
|
|
15808
|
-
var loadingCircleStyle$
|
|
15851
|
+
var _excluded$59 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15852
|
+
var loadingCircleStyle$59 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15809
15853
|
var Grid = function Grid(props) {
|
|
15810
15854
|
var color = props.color,
|
|
15811
15855
|
size = props.size,
|
|
@@ -15813,12 +15857,12 @@ var Grid = function Grid(props) {
|
|
|
15813
15857
|
style = props.style,
|
|
15814
15858
|
className = props.className,
|
|
15815
15859
|
iconClassName = props.iconClassName,
|
|
15816
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15860
|
+
otherProps = _objectWithoutProperties(props, _excluded$59);
|
|
15817
15861
|
return /*#__PURE__*/React.createElement("span", {
|
|
15818
15862
|
role: "img",
|
|
15819
15863
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15820
15864
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15821
|
-
children: loadingCircleStyle$
|
|
15865
|
+
children: loadingCircleStyle$59
|
|
15822
15866
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15823
15867
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15824
15868
|
width: size,
|
|
@@ -15851,8 +15895,8 @@ Grid.defaultProps = {
|
|
|
15851
15895
|
size: '1em'
|
|
15852
15896
|
};
|
|
15853
15897
|
|
|
15854
|
-
var _excluded$
|
|
15855
|
-
var loadingCircleStyle$
|
|
15898
|
+
var _excluded$5a = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15899
|
+
var loadingCircleStyle$5a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15856
15900
|
var Drag2 = function Drag2(props) {
|
|
15857
15901
|
var color = props.color,
|
|
15858
15902
|
size = props.size,
|
|
@@ -15860,12 +15904,12 @@ var Drag2 = function Drag2(props) {
|
|
|
15860
15904
|
style = props.style,
|
|
15861
15905
|
className = props.className,
|
|
15862
15906
|
iconClassName = props.iconClassName,
|
|
15863
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15907
|
+
otherProps = _objectWithoutProperties(props, _excluded$5a);
|
|
15864
15908
|
return /*#__PURE__*/React.createElement("span", {
|
|
15865
15909
|
role: "img",
|
|
15866
15910
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15867
15911
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15868
|
-
children: loadingCircleStyle$
|
|
15912
|
+
children: loadingCircleStyle$5a
|
|
15869
15913
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15870
15914
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15871
15915
|
width: size,
|
|
@@ -15900,8 +15944,8 @@ Drag2.defaultProps = {
|
|
|
15900
15944
|
size: '1em'
|
|
15901
15945
|
};
|
|
15902
15946
|
|
|
15903
|
-
var _excluded$
|
|
15904
|
-
var loadingCircleStyle$
|
|
15947
|
+
var _excluded$5b = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15948
|
+
var loadingCircleStyle$5b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15905
15949
|
var External = function External(props) {
|
|
15906
15950
|
var color = props.color,
|
|
15907
15951
|
size = props.size,
|
|
@@ -15909,12 +15953,12 @@ var External = function External(props) {
|
|
|
15909
15953
|
style = props.style,
|
|
15910
15954
|
className = props.className,
|
|
15911
15955
|
iconClassName = props.iconClassName,
|
|
15912
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15956
|
+
otherProps = _objectWithoutProperties(props, _excluded$5b);
|
|
15913
15957
|
return /*#__PURE__*/React.createElement("span", {
|
|
15914
15958
|
role: "img",
|
|
15915
15959
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15916
15960
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15917
|
-
children: loadingCircleStyle$
|
|
15961
|
+
children: loadingCircleStyle$5b
|
|
15918
15962
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15919
15963
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15920
15964
|
width: size,
|
|
@@ -15945,8 +15989,8 @@ External.defaultProps = {
|
|
|
15945
15989
|
size: '1em'
|
|
15946
15990
|
};
|
|
15947
15991
|
|
|
15948
|
-
var _excluded$
|
|
15949
|
-
var loadingCircleStyle$
|
|
15992
|
+
var _excluded$5c = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15993
|
+
var loadingCircleStyle$5c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15950
15994
|
var DisplayS = function DisplayS(props) {
|
|
15951
15995
|
var color = props.color,
|
|
15952
15996
|
size = props.size,
|
|
@@ -15954,12 +15998,12 @@ var DisplayS = function DisplayS(props) {
|
|
|
15954
15998
|
style = props.style,
|
|
15955
15999
|
className = props.className,
|
|
15956
16000
|
iconClassName = props.iconClassName,
|
|
15957
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16001
|
+
otherProps = _objectWithoutProperties(props, _excluded$5c);
|
|
15958
16002
|
return /*#__PURE__*/React.createElement("span", {
|
|
15959
16003
|
role: "img",
|
|
15960
16004
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15961
16005
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15962
|
-
children: loadingCircleStyle$
|
|
16006
|
+
children: loadingCircleStyle$5c
|
|
15963
16007
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15964
16008
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15965
16009
|
width: size,
|
|
@@ -15992,8 +16036,8 @@ DisplayS.defaultProps = {
|
|
|
15992
16036
|
size: '1em'
|
|
15993
16037
|
};
|
|
15994
16038
|
|
|
15995
|
-
var _excluded$
|
|
15996
|
-
var loadingCircleStyle$
|
|
16039
|
+
var _excluded$5d = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
16040
|
+
var loadingCircleStyle$5d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15997
16041
|
var Share = function Share(props) {
|
|
15998
16042
|
var color = props.color,
|
|
15999
16043
|
size = props.size,
|
|
@@ -16001,12 +16045,12 @@ var Share = function Share(props) {
|
|
|
16001
16045
|
style = props.style,
|
|
16002
16046
|
className = props.className,
|
|
16003
16047
|
iconClassName = props.iconClassName,
|
|
16004
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16048
|
+
otherProps = _objectWithoutProperties(props, _excluded$5d);
|
|
16005
16049
|
return /*#__PURE__*/React.createElement("span", {
|
|
16006
16050
|
role: "img",
|
|
16007
16051
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16008
16052
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16009
|
-
children: loadingCircleStyle$
|
|
16053
|
+
children: loadingCircleStyle$5d
|
|
16010
16054
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16011
16055
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16012
16056
|
width: size,
|
|
@@ -16233,6 +16277,7 @@ exports.TaLogoXiaomiCl = LogoXiaomiCl;
|
|
|
16233
16277
|
exports.TaLogout = Logout;
|
|
16234
16278
|
exports.TaMDistribution = MDistribution;
|
|
16235
16279
|
exports.TaMEvent = MEvent;
|
|
16280
|
+
exports.TaMEventCl = MEventCl;
|
|
16236
16281
|
exports.TaMFlow = MFlow;
|
|
16237
16282
|
exports.TaMFunnel = MFunnel;
|
|
16238
16283
|
exports.TaMInterval = MInterval;
|