@tant/icons 1.3.26 → 1.3.27
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/magic-wand.js +60 -0
- package/dist/es/icons/validate.js +64 -0
- package/dist/es/index.js +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/lib/icons/magic-wand.js +68 -0
- package/dist/lib/icons/validate.js +72 -0
- package/dist/lib/index.js +14 -0
- package/dist/tant-icons.cjs.js +385 -281
- package/dist/tant-icons.esm.js +384 -282
- package/package.json +1 -1
package/dist/tant-icons.cjs.js
CHANGED
|
@@ -16317,7 +16317,7 @@ Branch.defaultProps = {
|
|
|
16317
16317
|
|
|
16318
16318
|
var _excluded$4I = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
16319
16319
|
var loadingCircleStyle$4I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16320
|
-
var
|
|
16320
|
+
var Validate = function Validate(props) {
|
|
16321
16321
|
var color = props.color,
|
|
16322
16322
|
size = props.size,
|
|
16323
16323
|
spin = props.spin,
|
|
@@ -16349,16 +16349,20 @@ var Report = function Report(props) {
|
|
|
16349
16349
|
height: "24",
|
|
16350
16350
|
xmlns: "http://www.w3.org/2000/svg"
|
|
16351
16351
|
}, /*#__PURE__*/React.createElement("path", {
|
|
16352
|
-
d: "
|
|
16352
|
+
d: "M12.587 10.644l-3.103-3-4.14 3.602 1.312 1.508 2.757-2.398 3.103 3 4.14-3.602-1.312-1.508-2.757 2.398z"
|
|
16353
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
16354
|
+
fillRule: "evenodd",
|
|
16355
|
+
clipRule: "evenodd",
|
|
16356
|
+
d: "M22.314 20.899l-4.283-4.282A8.96 8.96 0 0020 11c0-4.968-4.032-9-9-9s-9 4.032-9 9 4.032 9 9 9a8.96 8.96 0 005.617-1.969l4.282 4.283 1.415-1.415zM18 11a6.977 6.977 0 01-1.975 4.875l-.15.15A6.977 6.977 0 0111 18c-3.868 0-7-3.133-7-7 0-3.868 3.132-7 7-7 3.867 0 7 3.132 7 7z"
|
|
16353
16357
|
}))));
|
|
16354
16358
|
};
|
|
16355
|
-
|
|
16359
|
+
Validate.propTypes = {
|
|
16356
16360
|
iconClassName: PropTypes.string,
|
|
16357
16361
|
spin: PropTypes.bool,
|
|
16358
16362
|
color: PropTypes.string,
|
|
16359
16363
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
16360
16364
|
};
|
|
16361
|
-
|
|
16365
|
+
Validate.defaultProps = {
|
|
16362
16366
|
spin: false,
|
|
16363
16367
|
color: 'currentColor',
|
|
16364
16368
|
size: '1em'
|
|
@@ -16366,7 +16370,7 @@ Report.defaultProps = {
|
|
|
16366
16370
|
|
|
16367
16371
|
var _excluded$4J = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
16368
16372
|
var loadingCircleStyle$4J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16369
|
-
var
|
|
16373
|
+
var MagicWand = function MagicWand(props) {
|
|
16370
16374
|
var color = props.color,
|
|
16371
16375
|
size = props.size,
|
|
16372
16376
|
spin = props.spin,
|
|
@@ -16397,6 +16401,104 @@ var ReportRemoval = function ReportRemoval(props) {
|
|
|
16397
16401
|
width: "24",
|
|
16398
16402
|
height: "24",
|
|
16399
16403
|
xmlns: "http://www.w3.org/2000/svg"
|
|
16404
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
16405
|
+
d: "M15.241 9.76c-.452-.429-.743-1-.824-1.618l-.42-3.216-2.848 1.55a2.712 2.712 0 01-1.795.285l-3.188-.595.595 3.188a2.712 2.712 0 01-.285 1.795l-1.55 2.848 3.216.42c.618.08 1.189.372 1.617.824l2.23 2.355 1.394-2.929a2.712 2.712 0 011.283-1.284l2.93-1.394L15.24 9.76zm.026 5.803l-2.308 4.851a.626.626 0 01-1.02.162l-3.695-3.9a.626.626 0 00-.372-.19l-5.328-.697a.625.625 0 01-.468-.92l2.568-4.719a.626.626 0 00.065-.413l-.984-5.282a.626.626 0 01.73-.73l5.282.984a.626.626 0 00.413-.065l4.72-2.568a.625.625 0 01.919.47l.697 5.326a.626.626 0 00.19.372l3.9 3.695a.625.625 0 01-.162 1.02l-4.85 2.308a.626.626 0 00-.297.296zm.832 2.01l1.475-1.474L22 20.524 20.524 22l-4.425-4.426z"
|
|
16406
|
+
}))));
|
|
16407
|
+
};
|
|
16408
|
+
MagicWand.propTypes = {
|
|
16409
|
+
iconClassName: PropTypes.string,
|
|
16410
|
+
spin: PropTypes.bool,
|
|
16411
|
+
color: PropTypes.string,
|
|
16412
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
16413
|
+
};
|
|
16414
|
+
MagicWand.defaultProps = {
|
|
16415
|
+
spin: false,
|
|
16416
|
+
color: 'currentColor',
|
|
16417
|
+
size: '1em'
|
|
16418
|
+
};
|
|
16419
|
+
|
|
16420
|
+
var _excluded$4K = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
16421
|
+
var loadingCircleStyle$4K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16422
|
+
var Report = function Report(props) {
|
|
16423
|
+
var color = props.color,
|
|
16424
|
+
size = props.size,
|
|
16425
|
+
spin = props.spin,
|
|
16426
|
+
style = props.style,
|
|
16427
|
+
className = props.className,
|
|
16428
|
+
iconClassName = props.iconClassName,
|
|
16429
|
+
otherProps = _objectWithoutProperties(props, _excluded$4K);
|
|
16430
|
+
return /*#__PURE__*/React.createElement("span", {
|
|
16431
|
+
role: "img",
|
|
16432
|
+
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16433
|
+
}, /*#__PURE__*/React.createElement("style", {
|
|
16434
|
+
children: loadingCircleStyle$4K
|
|
16435
|
+
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16436
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16437
|
+
width: size,
|
|
16438
|
+
height: size,
|
|
16439
|
+
viewBox: "0 0 24 24",
|
|
16440
|
+
fill: color
|
|
16441
|
+
}, otherProps, {
|
|
16442
|
+
className: iconClassName,
|
|
16443
|
+
style: _objectSpread2(_objectSpread2({}, style), spin ? {
|
|
16444
|
+
animationDuration: '1s',
|
|
16445
|
+
animationIterationCount: 'infinite',
|
|
16446
|
+
animationName: 'loadingCircle',
|
|
16447
|
+
animationTimingFunction: 'linear'
|
|
16448
|
+
} : {})
|
|
16449
|
+
}), /*#__PURE__*/React.createElement("svg", {
|
|
16450
|
+
width: "24",
|
|
16451
|
+
height: "24",
|
|
16452
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
16453
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
16454
|
+
d: "M11 7h2v10h-2V7zm4 4h2v6h-2v-6zm-8 2h2v4H7v-4zm8-9H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0120.007 22H3.993A1 1 0 013 21.008V2.992z"
|
|
16455
|
+
}))));
|
|
16456
|
+
};
|
|
16457
|
+
Report.propTypes = {
|
|
16458
|
+
iconClassName: PropTypes.string,
|
|
16459
|
+
spin: PropTypes.bool,
|
|
16460
|
+
color: PropTypes.string,
|
|
16461
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
16462
|
+
};
|
|
16463
|
+
Report.defaultProps = {
|
|
16464
|
+
spin: false,
|
|
16465
|
+
color: 'currentColor',
|
|
16466
|
+
size: '1em'
|
|
16467
|
+
};
|
|
16468
|
+
|
|
16469
|
+
var _excluded$4L = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
16470
|
+
var loadingCircleStyle$4L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16471
|
+
var ReportRemoval = function ReportRemoval(props) {
|
|
16472
|
+
var color = props.color,
|
|
16473
|
+
size = props.size,
|
|
16474
|
+
spin = props.spin,
|
|
16475
|
+
style = props.style,
|
|
16476
|
+
className = props.className,
|
|
16477
|
+
iconClassName = props.iconClassName,
|
|
16478
|
+
otherProps = _objectWithoutProperties(props, _excluded$4L);
|
|
16479
|
+
return /*#__PURE__*/React.createElement("span", {
|
|
16480
|
+
role: "img",
|
|
16481
|
+
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16482
|
+
}, /*#__PURE__*/React.createElement("style", {
|
|
16483
|
+
children: loadingCircleStyle$4L
|
|
16484
|
+
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16485
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16486
|
+
width: size,
|
|
16487
|
+
height: size,
|
|
16488
|
+
viewBox: "0 0 24 24",
|
|
16489
|
+
fill: color
|
|
16490
|
+
}, otherProps, {
|
|
16491
|
+
className: iconClassName,
|
|
16492
|
+
style: _objectSpread2(_objectSpread2({}, style), spin ? {
|
|
16493
|
+
animationDuration: '1s',
|
|
16494
|
+
animationIterationCount: 'infinite',
|
|
16495
|
+
animationName: 'loadingCircle',
|
|
16496
|
+
animationTimingFunction: 'linear'
|
|
16497
|
+
} : {})
|
|
16498
|
+
}), /*#__PURE__*/React.createElement("svg", {
|
|
16499
|
+
width: "24",
|
|
16500
|
+
height: "24",
|
|
16501
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
16400
16502
|
}, /*#__PURE__*/React.createElement("path", {
|
|
16401
16503
|
d: "M7 13h2v4H7v-4z"
|
|
16402
16504
|
}), /*#__PURE__*/React.createElement("path", {
|
|
@@ -16421,8 +16523,8 @@ ReportRemoval.defaultProps = {
|
|
|
16421
16523
|
size: '1em'
|
|
16422
16524
|
};
|
|
16423
16525
|
|
|
16424
|
-
var _excluded$
|
|
16425
|
-
var loadingCircleStyle$
|
|
16526
|
+
var _excluded$4M = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
16527
|
+
var loadingCircleStyle$4M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16426
16528
|
var FileAdd = function FileAdd(props) {
|
|
16427
16529
|
var color = props.color,
|
|
16428
16530
|
size = props.size,
|
|
@@ -16430,12 +16532,12 @@ var FileAdd = function FileAdd(props) {
|
|
|
16430
16532
|
style = props.style,
|
|
16431
16533
|
className = props.className,
|
|
16432
16534
|
iconClassName = props.iconClassName,
|
|
16433
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16535
|
+
otherProps = _objectWithoutProperties(props, _excluded$4M);
|
|
16434
16536
|
return /*#__PURE__*/React.createElement("span", {
|
|
16435
16537
|
role: "img",
|
|
16436
16538
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16437
16539
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16438
|
-
children: loadingCircleStyle$
|
|
16540
|
+
children: loadingCircleStyle$4M
|
|
16439
16541
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16440
16542
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16441
16543
|
width: size,
|
|
@@ -16470,8 +16572,8 @@ FileAdd.defaultProps = {
|
|
|
16470
16572
|
size: '1em'
|
|
16471
16573
|
};
|
|
16472
16574
|
|
|
16473
|
-
var _excluded$
|
|
16474
|
-
var loadingCircleStyle$
|
|
16575
|
+
var _excluded$4N = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
16576
|
+
var loadingCircleStyle$4N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16475
16577
|
var FileRemove = function FileRemove(props) {
|
|
16476
16578
|
var color = props.color,
|
|
16477
16579
|
size = props.size,
|
|
@@ -16479,12 +16581,12 @@ var FileRemove = function FileRemove(props) {
|
|
|
16479
16581
|
style = props.style,
|
|
16480
16582
|
className = props.className,
|
|
16481
16583
|
iconClassName = props.iconClassName,
|
|
16482
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16584
|
+
otherProps = _objectWithoutProperties(props, _excluded$4N);
|
|
16483
16585
|
return /*#__PURE__*/React.createElement("span", {
|
|
16484
16586
|
role: "img",
|
|
16485
16587
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16486
16588
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16487
|
-
children: loadingCircleStyle$
|
|
16589
|
+
children: loadingCircleStyle$4N
|
|
16488
16590
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16489
16591
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16490
16592
|
width: size,
|
|
@@ -16521,8 +16623,8 @@ FileRemove.defaultProps = {
|
|
|
16521
16623
|
size: '1em'
|
|
16522
16624
|
};
|
|
16523
16625
|
|
|
16524
|
-
var _excluded$
|
|
16525
|
-
var loadingCircleStyle$
|
|
16626
|
+
var _excluded$4O = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
16627
|
+
var loadingCircleStyle$4O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16526
16628
|
var FileExport = function FileExport(props) {
|
|
16527
16629
|
var color = props.color,
|
|
16528
16630
|
size = props.size,
|
|
@@ -16530,12 +16632,12 @@ var FileExport = function FileExport(props) {
|
|
|
16530
16632
|
style = props.style,
|
|
16531
16633
|
className = props.className,
|
|
16532
16634
|
iconClassName = props.iconClassName,
|
|
16533
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16635
|
+
otherProps = _objectWithoutProperties(props, _excluded$4O);
|
|
16534
16636
|
return /*#__PURE__*/React.createElement("span", {
|
|
16535
16637
|
role: "img",
|
|
16536
16638
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16537
16639
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16538
|
-
children: loadingCircleStyle$
|
|
16640
|
+
children: loadingCircleStyle$4O
|
|
16539
16641
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16540
16642
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16541
16643
|
width: size,
|
|
@@ -16570,8 +16672,8 @@ FileExport.defaultProps = {
|
|
|
16570
16672
|
size: '1em'
|
|
16571
16673
|
};
|
|
16572
16674
|
|
|
16573
|
-
var _excluded$
|
|
16574
|
-
var loadingCircleStyle$
|
|
16675
|
+
var _excluded$4P = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
16676
|
+
var loadingCircleStyle$4P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16575
16677
|
var FileMove = function FileMove(props) {
|
|
16576
16678
|
var color = props.color,
|
|
16577
16679
|
size = props.size,
|
|
@@ -16579,12 +16681,12 @@ var FileMove = function FileMove(props) {
|
|
|
16579
16681
|
style = props.style,
|
|
16580
16682
|
className = props.className,
|
|
16581
16683
|
iconClassName = props.iconClassName,
|
|
16582
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16684
|
+
otherProps = _objectWithoutProperties(props, _excluded$4P);
|
|
16583
16685
|
return /*#__PURE__*/React.createElement("span", {
|
|
16584
16686
|
role: "img",
|
|
16585
16687
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16586
16688
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16587
|
-
children: loadingCircleStyle$
|
|
16689
|
+
children: loadingCircleStyle$4P
|
|
16588
16690
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16589
16691
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16590
16692
|
width: size,
|
|
@@ -16619,8 +16721,8 @@ FileMove.defaultProps = {
|
|
|
16619
16721
|
size: '1em'
|
|
16620
16722
|
};
|
|
16621
16723
|
|
|
16622
|
-
var _excluded$
|
|
16623
|
-
var loadingCircleStyle$
|
|
16724
|
+
var _excluded$4Q = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
16725
|
+
var loadingCircleStyle$4Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16624
16726
|
var FileImport = function FileImport(props) {
|
|
16625
16727
|
var color = props.color,
|
|
16626
16728
|
size = props.size,
|
|
@@ -16628,12 +16730,12 @@ var FileImport = function FileImport(props) {
|
|
|
16628
16730
|
style = props.style,
|
|
16629
16731
|
className = props.className,
|
|
16630
16732
|
iconClassName = props.iconClassName,
|
|
16631
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16733
|
+
otherProps = _objectWithoutProperties(props, _excluded$4Q);
|
|
16632
16734
|
return /*#__PURE__*/React.createElement("span", {
|
|
16633
16735
|
role: "img",
|
|
16634
16736
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16635
16737
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16636
|
-
children: loadingCircleStyle$
|
|
16738
|
+
children: loadingCircleStyle$4Q
|
|
16637
16739
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16638
16740
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16639
16741
|
width: size,
|
|
@@ -16668,8 +16770,8 @@ FileImport.defaultProps = {
|
|
|
16668
16770
|
size: '1em'
|
|
16669
16771
|
};
|
|
16670
16772
|
|
|
16671
|
-
var _excluded$
|
|
16672
|
-
var loadingCircleStyle$
|
|
16773
|
+
var _excluded$4R = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
16774
|
+
var loadingCircleStyle$4R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16673
16775
|
var FileInfo = function FileInfo(props) {
|
|
16674
16776
|
var color = props.color,
|
|
16675
16777
|
size = props.size,
|
|
@@ -16677,12 +16779,12 @@ var FileInfo = function FileInfo(props) {
|
|
|
16677
16779
|
style = props.style,
|
|
16678
16780
|
className = props.className,
|
|
16679
16781
|
iconClassName = props.iconClassName,
|
|
16680
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16782
|
+
otherProps = _objectWithoutProperties(props, _excluded$4R);
|
|
16681
16783
|
return /*#__PURE__*/React.createElement("span", {
|
|
16682
16784
|
role: "img",
|
|
16683
16785
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16684
16786
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16685
|
-
children: loadingCircleStyle$
|
|
16787
|
+
children: loadingCircleStyle$4R
|
|
16686
16788
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16687
16789
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16688
16790
|
width: size,
|
|
@@ -16717,8 +16819,8 @@ FileInfo.defaultProps = {
|
|
|
16717
16819
|
size: '1em'
|
|
16718
16820
|
};
|
|
16719
16821
|
|
|
16720
|
-
var _excluded$
|
|
16721
|
-
var loadingCircleStyle$
|
|
16822
|
+
var _excluded$4S = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
16823
|
+
var loadingCircleStyle$4S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16722
16824
|
var FileConvert = function FileConvert(props) {
|
|
16723
16825
|
var color = props.color,
|
|
16724
16826
|
size = props.size,
|
|
@@ -16726,12 +16828,12 @@ var FileConvert = function FileConvert(props) {
|
|
|
16726
16828
|
style = props.style,
|
|
16727
16829
|
className = props.className,
|
|
16728
16830
|
iconClassName = props.iconClassName,
|
|
16729
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16831
|
+
otherProps = _objectWithoutProperties(props, _excluded$4S);
|
|
16730
16832
|
return /*#__PURE__*/React.createElement("span", {
|
|
16731
16833
|
role: "img",
|
|
16732
16834
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16733
16835
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16734
|
-
children: loadingCircleStyle$
|
|
16836
|
+
children: loadingCircleStyle$4S
|
|
16735
16837
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16736
16838
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16737
16839
|
width: size,
|
|
@@ -16772,8 +16874,8 @@ FileConvert.defaultProps = {
|
|
|
16772
16874
|
size: '1em'
|
|
16773
16875
|
};
|
|
16774
16876
|
|
|
16775
|
-
var _excluded$
|
|
16776
|
-
var loadingCircleStyle$
|
|
16877
|
+
var _excluded$4T = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
16878
|
+
var loadingCircleStyle$4T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16777
16879
|
var AssetConvert = function AssetConvert(props) {
|
|
16778
16880
|
var color = props.color,
|
|
16779
16881
|
size = props.size,
|
|
@@ -16781,12 +16883,12 @@ var AssetConvert = function AssetConvert(props) {
|
|
|
16781
16883
|
style = props.style,
|
|
16782
16884
|
className = props.className,
|
|
16783
16885
|
iconClassName = props.iconClassName,
|
|
16784
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16886
|
+
otherProps = _objectWithoutProperties(props, _excluded$4T);
|
|
16785
16887
|
return /*#__PURE__*/React.createElement("span", {
|
|
16786
16888
|
role: "img",
|
|
16787
16889
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16788
16890
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16789
|
-
children: loadingCircleStyle$
|
|
16891
|
+
children: loadingCircleStyle$4T
|
|
16790
16892
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16791
16893
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16792
16894
|
width: size,
|
|
@@ -16827,8 +16929,8 @@ AssetConvert.defaultProps = {
|
|
|
16827
16929
|
size: '1em'
|
|
16828
16930
|
};
|
|
16829
16931
|
|
|
16830
|
-
var _excluded$
|
|
16831
|
-
var loadingCircleStyle$
|
|
16932
|
+
var _excluded$4U = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
16933
|
+
var loadingCircleStyle$4U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16832
16934
|
var FileLock = function FileLock(props) {
|
|
16833
16935
|
var color = props.color,
|
|
16834
16936
|
size = props.size,
|
|
@@ -16836,12 +16938,12 @@ var FileLock = function FileLock(props) {
|
|
|
16836
16938
|
style = props.style,
|
|
16837
16939
|
className = props.className,
|
|
16838
16940
|
iconClassName = props.iconClassName,
|
|
16839
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16941
|
+
otherProps = _objectWithoutProperties(props, _excluded$4U);
|
|
16840
16942
|
return /*#__PURE__*/React.createElement("span", {
|
|
16841
16943
|
role: "img",
|
|
16842
16944
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16843
16945
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16844
|
-
children: loadingCircleStyle$
|
|
16946
|
+
children: loadingCircleStyle$4U
|
|
16845
16947
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16846
16948
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16847
16949
|
width: size,
|
|
@@ -16876,8 +16978,8 @@ FileLock.defaultProps = {
|
|
|
16876
16978
|
size: '1em'
|
|
16877
16979
|
};
|
|
16878
16980
|
|
|
16879
|
-
var _excluded$
|
|
16880
|
-
var loadingCircleStyle$
|
|
16981
|
+
var _excluded$4V = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
16982
|
+
var loadingCircleStyle$4V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16881
16983
|
var FilePdf = function FilePdf(props) {
|
|
16882
16984
|
var color = props.color,
|
|
16883
16985
|
size = props.size,
|
|
@@ -16885,12 +16987,12 @@ var FilePdf = function FilePdf(props) {
|
|
|
16885
16987
|
style = props.style,
|
|
16886
16988
|
className = props.className,
|
|
16887
16989
|
iconClassName = props.iconClassName,
|
|
16888
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16990
|
+
otherProps = _objectWithoutProperties(props, _excluded$4V);
|
|
16889
16991
|
return /*#__PURE__*/React.createElement("span", {
|
|
16890
16992
|
role: "img",
|
|
16891
16993
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16892
16994
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16893
|
-
children: loadingCircleStyle$
|
|
16995
|
+
children: loadingCircleStyle$4V
|
|
16894
16996
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16895
16997
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16896
16998
|
width: size,
|
|
@@ -16925,8 +17027,8 @@ FilePdf.defaultProps = {
|
|
|
16925
17027
|
size: '1em'
|
|
16926
17028
|
};
|
|
16927
17029
|
|
|
16928
|
-
var _excluded$
|
|
16929
|
-
var loadingCircleStyle$
|
|
17030
|
+
var _excluded$4W = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
17031
|
+
var loadingCircleStyle$4W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16930
17032
|
var Detail = function Detail(props) {
|
|
16931
17033
|
var color = props.color,
|
|
16932
17034
|
size = props.size,
|
|
@@ -16934,12 +17036,12 @@ var Detail = function Detail(props) {
|
|
|
16934
17036
|
style = props.style,
|
|
16935
17037
|
className = props.className,
|
|
16936
17038
|
iconClassName = props.iconClassName,
|
|
16937
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17039
|
+
otherProps = _objectWithoutProperties(props, _excluded$4W);
|
|
16938
17040
|
return /*#__PURE__*/React.createElement("span", {
|
|
16939
17041
|
role: "img",
|
|
16940
17042
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16941
17043
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16942
|
-
children: loadingCircleStyle$
|
|
17044
|
+
children: loadingCircleStyle$4W
|
|
16943
17045
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16944
17046
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16945
17047
|
width: size,
|
|
@@ -16974,8 +17076,8 @@ Detail.defaultProps = {
|
|
|
16974
17076
|
size: '1em'
|
|
16975
17077
|
};
|
|
16976
17078
|
|
|
16977
|
-
var _excluded$
|
|
16978
|
-
var loadingCircleStyle$
|
|
17079
|
+
var _excluded$4X = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
17080
|
+
var loadingCircleStyle$4X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16979
17081
|
var MessageCenter = function MessageCenter(props) {
|
|
16980
17082
|
var color = props.color,
|
|
16981
17083
|
size = props.size,
|
|
@@ -16983,12 +17085,12 @@ var MessageCenter = function MessageCenter(props) {
|
|
|
16983
17085
|
style = props.style,
|
|
16984
17086
|
className = props.className,
|
|
16985
17087
|
iconClassName = props.iconClassName,
|
|
16986
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17088
|
+
otherProps = _objectWithoutProperties(props, _excluded$4X);
|
|
16987
17089
|
return /*#__PURE__*/React.createElement("span", {
|
|
16988
17090
|
role: "img",
|
|
16989
17091
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16990
17092
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16991
|
-
children: loadingCircleStyle$
|
|
17093
|
+
children: loadingCircleStyle$4X
|
|
16992
17094
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16993
17095
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16994
17096
|
width: size,
|
|
@@ -17031,8 +17133,8 @@ MessageCenter.defaultProps = {
|
|
|
17031
17133
|
size: '1em'
|
|
17032
17134
|
};
|
|
17033
17135
|
|
|
17034
|
-
var _excluded$
|
|
17035
|
-
var loadingCircleStyle$
|
|
17136
|
+
var _excluded$4Y = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
17137
|
+
var loadingCircleStyle$4Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17036
17138
|
var SystemMsg = function SystemMsg(props) {
|
|
17037
17139
|
var color = props.color,
|
|
17038
17140
|
size = props.size,
|
|
@@ -17040,12 +17142,12 @@ var SystemMsg = function SystemMsg(props) {
|
|
|
17040
17142
|
style = props.style,
|
|
17041
17143
|
className = props.className,
|
|
17042
17144
|
iconClassName = props.iconClassName,
|
|
17043
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17145
|
+
otherProps = _objectWithoutProperties(props, _excluded$4Y);
|
|
17044
17146
|
return /*#__PURE__*/React.createElement("span", {
|
|
17045
17147
|
role: "img",
|
|
17046
17148
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17047
17149
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17048
|
-
children: loadingCircleStyle$
|
|
17150
|
+
children: loadingCircleStyle$4Y
|
|
17049
17151
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17050
17152
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17051
17153
|
width: size,
|
|
@@ -17086,8 +17188,8 @@ SystemMsg.defaultProps = {
|
|
|
17086
17188
|
size: '1em'
|
|
17087
17189
|
};
|
|
17088
17190
|
|
|
17089
|
-
var _excluded$
|
|
17090
|
-
var loadingCircleStyle$
|
|
17191
|
+
var _excluded$4Z = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
17192
|
+
var loadingCircleStyle$4Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17091
17193
|
var Comment = function Comment(props) {
|
|
17092
17194
|
var color = props.color,
|
|
17093
17195
|
size = props.size,
|
|
@@ -17095,12 +17197,12 @@ var Comment = function Comment(props) {
|
|
|
17095
17197
|
style = props.style,
|
|
17096
17198
|
className = props.className,
|
|
17097
17199
|
iconClassName = props.iconClassName,
|
|
17098
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17200
|
+
otherProps = _objectWithoutProperties(props, _excluded$4Z);
|
|
17099
17201
|
return /*#__PURE__*/React.createElement("span", {
|
|
17100
17202
|
role: "img",
|
|
17101
17203
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17102
17204
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17103
|
-
children: loadingCircleStyle$
|
|
17205
|
+
children: loadingCircleStyle$4Z
|
|
17104
17206
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17105
17207
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17106
17208
|
width: size,
|
|
@@ -17139,8 +17241,8 @@ Comment.defaultProps = {
|
|
|
17139
17241
|
size: '1em'
|
|
17140
17242
|
};
|
|
17141
17243
|
|
|
17142
|
-
var _excluded$
|
|
17143
|
-
var loadingCircleStyle$
|
|
17244
|
+
var _excluded$4_ = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
17245
|
+
var loadingCircleStyle$4_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17144
17246
|
var Book = function Book(props) {
|
|
17145
17247
|
var color = props.color,
|
|
17146
17248
|
size = props.size,
|
|
@@ -17148,12 +17250,12 @@ var Book = function Book(props) {
|
|
|
17148
17250
|
style = props.style,
|
|
17149
17251
|
className = props.className,
|
|
17150
17252
|
iconClassName = props.iconClassName,
|
|
17151
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17253
|
+
otherProps = _objectWithoutProperties(props, _excluded$4_);
|
|
17152
17254
|
return /*#__PURE__*/React.createElement("span", {
|
|
17153
17255
|
role: "img",
|
|
17154
17256
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17155
17257
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17156
|
-
children: loadingCircleStyle$
|
|
17258
|
+
children: loadingCircleStyle$4_
|
|
17157
17259
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17158
17260
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17159
17261
|
width: size,
|
|
@@ -17188,8 +17290,8 @@ Book.defaultProps = {
|
|
|
17188
17290
|
size: '1em'
|
|
17189
17291
|
};
|
|
17190
17292
|
|
|
17191
|
-
var _excluded$
|
|
17192
|
-
var loadingCircleStyle$
|
|
17293
|
+
var _excluded$4$ = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
17294
|
+
var loadingCircleStyle$4$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17193
17295
|
var Book2 = function Book2(props) {
|
|
17194
17296
|
var color = props.color,
|
|
17195
17297
|
size = props.size,
|
|
@@ -17197,12 +17299,12 @@ var Book2 = function Book2(props) {
|
|
|
17197
17299
|
style = props.style,
|
|
17198
17300
|
className = props.className,
|
|
17199
17301
|
iconClassName = props.iconClassName,
|
|
17200
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17302
|
+
otherProps = _objectWithoutProperties(props, _excluded$4$);
|
|
17201
17303
|
return /*#__PURE__*/React.createElement("span", {
|
|
17202
17304
|
role: "img",
|
|
17203
17305
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17204
17306
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17205
|
-
children: loadingCircleStyle$
|
|
17307
|
+
children: loadingCircleStyle$4$
|
|
17206
17308
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17207
17309
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17208
17310
|
width: size,
|
|
@@ -17237,8 +17339,8 @@ Book2.defaultProps = {
|
|
|
17237
17339
|
size: '1em'
|
|
17238
17340
|
};
|
|
17239
17341
|
|
|
17240
|
-
var _excluded$
|
|
17241
|
-
var loadingCircleStyle$
|
|
17342
|
+
var _excluded$50 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
17343
|
+
var loadingCircleStyle$50 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17242
17344
|
var Sticker = function Sticker(props) {
|
|
17243
17345
|
var color = props.color,
|
|
17244
17346
|
size = props.size,
|
|
@@ -17246,12 +17348,12 @@ var Sticker = function Sticker(props) {
|
|
|
17246
17348
|
style = props.style,
|
|
17247
17349
|
className = props.className,
|
|
17248
17350
|
iconClassName = props.iconClassName,
|
|
17249
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17351
|
+
otherProps = _objectWithoutProperties(props, _excluded$50);
|
|
17250
17352
|
return /*#__PURE__*/React.createElement("span", {
|
|
17251
17353
|
role: "img",
|
|
17252
17354
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17253
17355
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17254
|
-
children: loadingCircleStyle$
|
|
17356
|
+
children: loadingCircleStyle$50
|
|
17255
17357
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17256
17358
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17257
17359
|
width: size,
|
|
@@ -17286,8 +17388,8 @@ Sticker.defaultProps = {
|
|
|
17286
17388
|
size: '1em'
|
|
17287
17389
|
};
|
|
17288
17390
|
|
|
17289
|
-
var _excluded$
|
|
17290
|
-
var loadingCircleStyle$
|
|
17391
|
+
var _excluded$51 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
17392
|
+
var loadingCircleStyle$51 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17291
17393
|
var StickerFill = function StickerFill(props) {
|
|
17292
17394
|
var color = props.color,
|
|
17293
17395
|
size = props.size,
|
|
@@ -17295,12 +17397,12 @@ var StickerFill = function StickerFill(props) {
|
|
|
17295
17397
|
style = props.style,
|
|
17296
17398
|
className = props.className,
|
|
17297
17399
|
iconClassName = props.iconClassName,
|
|
17298
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17400
|
+
otherProps = _objectWithoutProperties(props, _excluded$51);
|
|
17299
17401
|
return /*#__PURE__*/React.createElement("span", {
|
|
17300
17402
|
role: "img",
|
|
17301
17403
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17302
17404
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17303
|
-
children: loadingCircleStyle$
|
|
17405
|
+
children: loadingCircleStyle$51
|
|
17304
17406
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17305
17407
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17306
17408
|
width: size,
|
|
@@ -17335,8 +17437,8 @@ StickerFill.defaultProps = {
|
|
|
17335
17437
|
size: '1em'
|
|
17336
17438
|
};
|
|
17337
17439
|
|
|
17338
|
-
var _excluded$
|
|
17339
|
-
var loadingCircleStyle$
|
|
17440
|
+
var _excluded$52 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
17441
|
+
var loadingCircleStyle$52 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17340
17442
|
var FolderLine = function FolderLine(props) {
|
|
17341
17443
|
var color = props.color,
|
|
17342
17444
|
size = props.size,
|
|
@@ -17344,12 +17446,12 @@ var FolderLine = function FolderLine(props) {
|
|
|
17344
17446
|
style = props.style,
|
|
17345
17447
|
className = props.className,
|
|
17346
17448
|
iconClassName = props.iconClassName,
|
|
17347
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17449
|
+
otherProps = _objectWithoutProperties(props, _excluded$52);
|
|
17348
17450
|
return /*#__PURE__*/React.createElement("span", {
|
|
17349
17451
|
role: "img",
|
|
17350
17452
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17351
17453
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17352
|
-
children: loadingCircleStyle$
|
|
17454
|
+
children: loadingCircleStyle$52
|
|
17353
17455
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17354
17456
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17355
17457
|
width: size,
|
|
@@ -17386,8 +17488,8 @@ FolderLine.defaultProps = {
|
|
|
17386
17488
|
size: '1em'
|
|
17387
17489
|
};
|
|
17388
17490
|
|
|
17389
|
-
var _excluded$
|
|
17390
|
-
var loadingCircleStyle$
|
|
17491
|
+
var _excluded$53 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
17492
|
+
var loadingCircleStyle$53 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17391
17493
|
var FolderOpenLine = function FolderOpenLine(props) {
|
|
17392
17494
|
var color = props.color,
|
|
17393
17495
|
size = props.size,
|
|
@@ -17395,12 +17497,12 @@ var FolderOpenLine = function FolderOpenLine(props) {
|
|
|
17395
17497
|
style = props.style,
|
|
17396
17498
|
className = props.className,
|
|
17397
17499
|
iconClassName = props.iconClassName,
|
|
17398
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17500
|
+
otherProps = _objectWithoutProperties(props, _excluded$53);
|
|
17399
17501
|
return /*#__PURE__*/React.createElement("span", {
|
|
17400
17502
|
role: "img",
|
|
17401
17503
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17402
17504
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17403
|
-
children: loadingCircleStyle$
|
|
17505
|
+
children: loadingCircleStyle$53
|
|
17404
17506
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17405
17507
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17406
17508
|
width: size,
|
|
@@ -17437,8 +17539,8 @@ FolderOpenLine.defaultProps = {
|
|
|
17437
17539
|
size: '1em'
|
|
17438
17540
|
};
|
|
17439
17541
|
|
|
17440
|
-
var _excluded$
|
|
17441
|
-
var loadingCircleStyle$
|
|
17542
|
+
var _excluded$54 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
17543
|
+
var loadingCircleStyle$54 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17442
17544
|
var SpaceLine = function SpaceLine(props) {
|
|
17443
17545
|
var color = props.color,
|
|
17444
17546
|
size = props.size,
|
|
@@ -17446,12 +17548,12 @@ var SpaceLine = function SpaceLine(props) {
|
|
|
17446
17548
|
style = props.style,
|
|
17447
17549
|
className = props.className,
|
|
17448
17550
|
iconClassName = props.iconClassName,
|
|
17449
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17551
|
+
otherProps = _objectWithoutProperties(props, _excluded$54);
|
|
17450
17552
|
return /*#__PURE__*/React.createElement("span", {
|
|
17451
17553
|
role: "img",
|
|
17452
17554
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17453
17555
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17454
|
-
children: loadingCircleStyle$
|
|
17556
|
+
children: loadingCircleStyle$54
|
|
17455
17557
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17456
17558
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17457
17559
|
width: size,
|
|
@@ -17488,8 +17590,8 @@ SpaceLine.defaultProps = {
|
|
|
17488
17590
|
size: '1em'
|
|
17489
17591
|
};
|
|
17490
17592
|
|
|
17491
|
-
var _excluded$
|
|
17492
|
-
var loadingCircleStyle$
|
|
17593
|
+
var _excluded$55 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
17594
|
+
var loadingCircleStyle$55 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17493
17595
|
var SpaceOpenLine = function SpaceOpenLine(props) {
|
|
17494
17596
|
var color = props.color,
|
|
17495
17597
|
size = props.size,
|
|
@@ -17497,12 +17599,12 @@ var SpaceOpenLine = function SpaceOpenLine(props) {
|
|
|
17497
17599
|
style = props.style,
|
|
17498
17600
|
className = props.className,
|
|
17499
17601
|
iconClassName = props.iconClassName,
|
|
17500
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17602
|
+
otherProps = _objectWithoutProperties(props, _excluded$55);
|
|
17501
17603
|
return /*#__PURE__*/React.createElement("span", {
|
|
17502
17604
|
role: "img",
|
|
17503
17605
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17504
17606
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17505
|
-
children: loadingCircleStyle$
|
|
17607
|
+
children: loadingCircleStyle$55
|
|
17506
17608
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17507
17609
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17508
17610
|
width: size,
|
|
@@ -17539,8 +17641,8 @@ SpaceOpenLine.defaultProps = {
|
|
|
17539
17641
|
size: '1em'
|
|
17540
17642
|
};
|
|
17541
17643
|
|
|
17542
|
-
var _excluded$
|
|
17543
|
-
var loadingCircleStyle$
|
|
17644
|
+
var _excluded$56 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
17645
|
+
var loadingCircleStyle$56 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17544
17646
|
var PageLine = function PageLine(props) {
|
|
17545
17647
|
var color = props.color,
|
|
17546
17648
|
size = props.size,
|
|
@@ -17548,12 +17650,12 @@ var PageLine = function PageLine(props) {
|
|
|
17548
17650
|
style = props.style,
|
|
17549
17651
|
className = props.className,
|
|
17550
17652
|
iconClassName = props.iconClassName,
|
|
17551
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17653
|
+
otherProps = _objectWithoutProperties(props, _excluded$56);
|
|
17552
17654
|
return /*#__PURE__*/React.createElement("span", {
|
|
17553
17655
|
role: "img",
|
|
17554
17656
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17555
17657
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17556
|
-
children: loadingCircleStyle$
|
|
17658
|
+
children: loadingCircleStyle$56
|
|
17557
17659
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17558
17660
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17559
17661
|
width: size,
|
|
@@ -17590,8 +17692,8 @@ PageLine.defaultProps = {
|
|
|
17590
17692
|
size: '1em'
|
|
17591
17693
|
};
|
|
17592
17694
|
|
|
17593
|
-
var _excluded$
|
|
17594
|
-
var loadingCircleStyle$
|
|
17695
|
+
var _excluded$57 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
17696
|
+
var loadingCircleStyle$57 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17595
17697
|
var PageOpenCl = function PageOpenCl(props) {
|
|
17596
17698
|
var color = props.color,
|
|
17597
17699
|
size = props.size,
|
|
@@ -17599,12 +17701,12 @@ var PageOpenCl = function PageOpenCl(props) {
|
|
|
17599
17701
|
style = props.style,
|
|
17600
17702
|
className = props.className,
|
|
17601
17703
|
iconClassName = props.iconClassName,
|
|
17602
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17704
|
+
otherProps = _objectWithoutProperties(props, _excluded$57);
|
|
17603
17705
|
return /*#__PURE__*/React.createElement("span", {
|
|
17604
17706
|
role: "img",
|
|
17605
17707
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17606
17708
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17607
|
-
children: loadingCircleStyle$
|
|
17709
|
+
children: loadingCircleStyle$57
|
|
17608
17710
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17609
17711
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17610
17712
|
width: size,
|
|
@@ -17657,8 +17759,8 @@ PageOpenCl.defaultProps = {
|
|
|
17657
17759
|
size: '1em'
|
|
17658
17760
|
};
|
|
17659
17761
|
|
|
17660
|
-
var _excluded$
|
|
17661
|
-
var loadingCircleStyle$
|
|
17762
|
+
var _excluded$58 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
17763
|
+
var loadingCircleStyle$58 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17662
17764
|
var EventSm = function EventSm(props) {
|
|
17663
17765
|
var color = props.color,
|
|
17664
17766
|
size = props.size,
|
|
@@ -17666,12 +17768,12 @@ var EventSm = function EventSm(props) {
|
|
|
17666
17768
|
style = props.style,
|
|
17667
17769
|
className = props.className,
|
|
17668
17770
|
iconClassName = props.iconClassName,
|
|
17669
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17771
|
+
otherProps = _objectWithoutProperties(props, _excluded$58);
|
|
17670
17772
|
return /*#__PURE__*/React.createElement("span", {
|
|
17671
17773
|
role: "img",
|
|
17672
17774
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17673
17775
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17674
|
-
children: loadingCircleStyle$
|
|
17776
|
+
children: loadingCircleStyle$58
|
|
17675
17777
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17676
17778
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17677
17779
|
width: size,
|
|
@@ -17706,8 +17808,8 @@ EventSm.defaultProps = {
|
|
|
17706
17808
|
size: '1em'
|
|
17707
17809
|
};
|
|
17708
17810
|
|
|
17709
|
-
var _excluded$
|
|
17710
|
-
var loadingCircleStyle$
|
|
17811
|
+
var _excluded$59 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
17812
|
+
var loadingCircleStyle$59 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17711
17813
|
var EPropertySm = function EPropertySm(props) {
|
|
17712
17814
|
var color = props.color,
|
|
17713
17815
|
size = props.size,
|
|
@@ -17715,12 +17817,12 @@ var EPropertySm = function EPropertySm(props) {
|
|
|
17715
17817
|
style = props.style,
|
|
17716
17818
|
className = props.className,
|
|
17717
17819
|
iconClassName = props.iconClassName,
|
|
17718
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17820
|
+
otherProps = _objectWithoutProperties(props, _excluded$59);
|
|
17719
17821
|
return /*#__PURE__*/React.createElement("span", {
|
|
17720
17822
|
role: "img",
|
|
17721
17823
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17722
17824
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17723
|
-
children: loadingCircleStyle$
|
|
17825
|
+
children: loadingCircleStyle$59
|
|
17724
17826
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17725
17827
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17726
17828
|
width: size,
|
|
@@ -17763,8 +17865,8 @@ EPropertySm.defaultProps = {
|
|
|
17763
17865
|
size: '1em'
|
|
17764
17866
|
};
|
|
17765
17867
|
|
|
17766
|
-
var _excluded$
|
|
17767
|
-
var loadingCircleStyle$
|
|
17868
|
+
var _excluded$5a = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
17869
|
+
var loadingCircleStyle$5a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17768
17870
|
var IndicatorSm = function IndicatorSm(props) {
|
|
17769
17871
|
var color = props.color,
|
|
17770
17872
|
size = props.size,
|
|
@@ -17772,12 +17874,12 @@ var IndicatorSm = function IndicatorSm(props) {
|
|
|
17772
17874
|
style = props.style,
|
|
17773
17875
|
className = props.className,
|
|
17774
17876
|
iconClassName = props.iconClassName,
|
|
17775
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17877
|
+
otherProps = _objectWithoutProperties(props, _excluded$5a);
|
|
17776
17878
|
return /*#__PURE__*/React.createElement("span", {
|
|
17777
17879
|
role: "img",
|
|
17778
17880
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17779
17881
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17780
|
-
children: loadingCircleStyle$
|
|
17882
|
+
children: loadingCircleStyle$5a
|
|
17781
17883
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17782
17884
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17783
17885
|
width: size,
|
|
@@ -17816,8 +17918,8 @@ IndicatorSm.defaultProps = {
|
|
|
17816
17918
|
size: '1em'
|
|
17817
17919
|
};
|
|
17818
17920
|
|
|
17819
|
-
var _excluded$
|
|
17820
|
-
var loadingCircleStyle$
|
|
17921
|
+
var _excluded$5b = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
17922
|
+
var loadingCircleStyle$5b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17821
17923
|
var UPropertySm = function UPropertySm(props) {
|
|
17822
17924
|
var color = props.color,
|
|
17823
17925
|
size = props.size,
|
|
@@ -17825,12 +17927,12 @@ var UPropertySm = function UPropertySm(props) {
|
|
|
17825
17927
|
style = props.style,
|
|
17826
17928
|
className = props.className,
|
|
17827
17929
|
iconClassName = props.iconClassName,
|
|
17828
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17930
|
+
otherProps = _objectWithoutProperties(props, _excluded$5b);
|
|
17829
17931
|
return /*#__PURE__*/React.createElement("span", {
|
|
17830
17932
|
role: "img",
|
|
17831
17933
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17832
17934
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17833
|
-
children: loadingCircleStyle$
|
|
17935
|
+
children: loadingCircleStyle$5b
|
|
17834
17936
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17835
17937
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17836
17938
|
width: size,
|
|
@@ -17871,8 +17973,8 @@ UPropertySm.defaultProps = {
|
|
|
17871
17973
|
size: '1em'
|
|
17872
17974
|
};
|
|
17873
17975
|
|
|
17874
|
-
var _excluded$
|
|
17875
|
-
var loadingCircleStyle$
|
|
17976
|
+
var _excluded$5c = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
17977
|
+
var loadingCircleStyle$5c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17876
17978
|
var UGroupSm = function UGroupSm(props) {
|
|
17877
17979
|
var color = props.color,
|
|
17878
17980
|
size = props.size,
|
|
@@ -17880,12 +17982,12 @@ var UGroupSm = function UGroupSm(props) {
|
|
|
17880
17982
|
style = props.style,
|
|
17881
17983
|
className = props.className,
|
|
17882
17984
|
iconClassName = props.iconClassName,
|
|
17883
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17985
|
+
otherProps = _objectWithoutProperties(props, _excluded$5c);
|
|
17884
17986
|
return /*#__PURE__*/React.createElement("span", {
|
|
17885
17987
|
role: "img",
|
|
17886
17988
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17887
17989
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17888
|
-
children: loadingCircleStyle$
|
|
17990
|
+
children: loadingCircleStyle$5c
|
|
17889
17991
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17890
17992
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17891
17993
|
width: size,
|
|
@@ -17934,8 +18036,8 @@ UGroupSm.defaultProps = {
|
|
|
17934
18036
|
size: '1em'
|
|
17935
18037
|
};
|
|
17936
18038
|
|
|
17937
|
-
var _excluded$
|
|
17938
|
-
var loadingCircleStyle$
|
|
18039
|
+
var _excluded$5d = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
18040
|
+
var loadingCircleStyle$5d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17939
18041
|
var UTagSm = function UTagSm(props) {
|
|
17940
18042
|
var color = props.color,
|
|
17941
18043
|
size = props.size,
|
|
@@ -17943,12 +18045,12 @@ var UTagSm = function UTagSm(props) {
|
|
|
17943
18045
|
style = props.style,
|
|
17944
18046
|
className = props.className,
|
|
17945
18047
|
iconClassName = props.iconClassName,
|
|
17946
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
18048
|
+
otherProps = _objectWithoutProperties(props, _excluded$5d);
|
|
17947
18049
|
return /*#__PURE__*/React.createElement("span", {
|
|
17948
18050
|
role: "img",
|
|
17949
18051
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17950
18052
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17951
|
-
children: loadingCircleStyle$
|
|
18053
|
+
children: loadingCircleStyle$5d
|
|
17952
18054
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17953
18055
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17954
18056
|
width: size,
|
|
@@ -17987,8 +18089,8 @@ UTagSm.defaultProps = {
|
|
|
17987
18089
|
size: '1em'
|
|
17988
18090
|
};
|
|
17989
18091
|
|
|
17990
|
-
var _excluded$
|
|
17991
|
-
var loadingCircleStyle$
|
|
18092
|
+
var _excluded$5e = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
18093
|
+
var loadingCircleStyle$5e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17992
18094
|
var AllGroupSm = function AllGroupSm(props) {
|
|
17993
18095
|
var color = props.color,
|
|
17994
18096
|
size = props.size,
|
|
@@ -17996,12 +18098,12 @@ var AllGroupSm = function AllGroupSm(props) {
|
|
|
17996
18098
|
style = props.style,
|
|
17997
18099
|
className = props.className,
|
|
17998
18100
|
iconClassName = props.iconClassName,
|
|
17999
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
18101
|
+
otherProps = _objectWithoutProperties(props, _excluded$5e);
|
|
18000
18102
|
return /*#__PURE__*/React.createElement("span", {
|
|
18001
18103
|
role: "img",
|
|
18002
18104
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
18003
18105
|
}, /*#__PURE__*/React.createElement("style", {
|
|
18004
|
-
children: loadingCircleStyle$
|
|
18106
|
+
children: loadingCircleStyle$5e
|
|
18005
18107
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
18006
18108
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18007
18109
|
width: size,
|
|
@@ -18042,8 +18144,8 @@ AllGroupSm.defaultProps = {
|
|
|
18042
18144
|
size: '1em'
|
|
18043
18145
|
};
|
|
18044
18146
|
|
|
18045
|
-
var _excluded$
|
|
18046
|
-
var loadingCircleStyle$
|
|
18147
|
+
var _excluded$5f = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
18148
|
+
var loadingCircleStyle$5f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
18047
18149
|
var CalendarSm = function CalendarSm(props) {
|
|
18048
18150
|
var color = props.color,
|
|
18049
18151
|
size = props.size,
|
|
@@ -18051,12 +18153,12 @@ var CalendarSm = function CalendarSm(props) {
|
|
|
18051
18153
|
style = props.style,
|
|
18052
18154
|
className = props.className,
|
|
18053
18155
|
iconClassName = props.iconClassName,
|
|
18054
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
18156
|
+
otherProps = _objectWithoutProperties(props, _excluded$5f);
|
|
18055
18157
|
return /*#__PURE__*/React.createElement("span", {
|
|
18056
18158
|
role: "img",
|
|
18057
18159
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
18058
18160
|
}, /*#__PURE__*/React.createElement("style", {
|
|
18059
|
-
children: loadingCircleStyle$
|
|
18161
|
+
children: loadingCircleStyle$5f
|
|
18060
18162
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
18061
18163
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18062
18164
|
width: size,
|
|
@@ -18091,8 +18193,8 @@ CalendarSm.defaultProps = {
|
|
|
18091
18193
|
size: '1em'
|
|
18092
18194
|
};
|
|
18093
18195
|
|
|
18094
|
-
var _excluded$
|
|
18095
|
-
var loadingCircleStyle$
|
|
18196
|
+
var _excluded$5g = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
18197
|
+
var loadingCircleStyle$5g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
18096
18198
|
var GroupAddSm = function GroupAddSm(props) {
|
|
18097
18199
|
var color = props.color,
|
|
18098
18200
|
size = props.size,
|
|
@@ -18100,12 +18202,12 @@ var GroupAddSm = function GroupAddSm(props) {
|
|
|
18100
18202
|
style = props.style,
|
|
18101
18203
|
className = props.className,
|
|
18102
18204
|
iconClassName = props.iconClassName,
|
|
18103
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
18205
|
+
otherProps = _objectWithoutProperties(props, _excluded$5g);
|
|
18104
18206
|
return /*#__PURE__*/React.createElement("span", {
|
|
18105
18207
|
role: "img",
|
|
18106
18208
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
18107
18209
|
}, /*#__PURE__*/React.createElement("style", {
|
|
18108
|
-
children: loadingCircleStyle$
|
|
18210
|
+
children: loadingCircleStyle$5g
|
|
18109
18211
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
18110
18212
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18111
18213
|
width: size,
|
|
@@ -18146,8 +18248,8 @@ GroupAddSm.defaultProps = {
|
|
|
18146
18248
|
size: '1em'
|
|
18147
18249
|
};
|
|
18148
18250
|
|
|
18149
|
-
var _excluded$
|
|
18150
|
-
var loadingCircleStyle$
|
|
18251
|
+
var _excluded$5h = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
18252
|
+
var loadingCircleStyle$5h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
18151
18253
|
var BooleanSm = function BooleanSm(props) {
|
|
18152
18254
|
var color = props.color,
|
|
18153
18255
|
size = props.size,
|
|
@@ -18155,12 +18257,12 @@ var BooleanSm = function BooleanSm(props) {
|
|
|
18155
18257
|
style = props.style,
|
|
18156
18258
|
className = props.className,
|
|
18157
18259
|
iconClassName = props.iconClassName,
|
|
18158
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
18260
|
+
otherProps = _objectWithoutProperties(props, _excluded$5h);
|
|
18159
18261
|
return /*#__PURE__*/React.createElement("span", {
|
|
18160
18262
|
role: "img",
|
|
18161
18263
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
18162
18264
|
}, /*#__PURE__*/React.createElement("style", {
|
|
18163
|
-
children: loadingCircleStyle$
|
|
18265
|
+
children: loadingCircleStyle$5h
|
|
18164
18266
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
18165
18267
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18166
18268
|
width: size,
|
|
@@ -18197,8 +18299,8 @@ BooleanSm.defaultProps = {
|
|
|
18197
18299
|
size: '1em'
|
|
18198
18300
|
};
|
|
18199
18301
|
|
|
18200
|
-
var _excluded$
|
|
18201
|
-
var loadingCircleStyle$
|
|
18302
|
+
var _excluded$5i = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
18303
|
+
var loadingCircleStyle$5i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
18202
18304
|
var ListSm = function ListSm(props) {
|
|
18203
18305
|
var color = props.color,
|
|
18204
18306
|
size = props.size,
|
|
@@ -18206,12 +18308,12 @@ var ListSm = function ListSm(props) {
|
|
|
18206
18308
|
style = props.style,
|
|
18207
18309
|
className = props.className,
|
|
18208
18310
|
iconClassName = props.iconClassName,
|
|
18209
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
18311
|
+
otherProps = _objectWithoutProperties(props, _excluded$5i);
|
|
18210
18312
|
return /*#__PURE__*/React.createElement("span", {
|
|
18211
18313
|
role: "img",
|
|
18212
18314
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
18213
18315
|
}, /*#__PURE__*/React.createElement("style", {
|
|
18214
|
-
children: loadingCircleStyle$
|
|
18316
|
+
children: loadingCircleStyle$5i
|
|
18215
18317
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
18216
18318
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18217
18319
|
width: size,
|
|
@@ -18256,8 +18358,8 @@ ListSm.defaultProps = {
|
|
|
18256
18358
|
size: '1em'
|
|
18257
18359
|
};
|
|
18258
18360
|
|
|
18259
|
-
var _excluded$
|
|
18260
|
-
var loadingCircleStyle$
|
|
18361
|
+
var _excluded$5j = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
18362
|
+
var loadingCircleStyle$5j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
18261
18363
|
var ArrayRowsSm = function ArrayRowsSm(props) {
|
|
18262
18364
|
var color = props.color,
|
|
18263
18365
|
size = props.size,
|
|
@@ -18265,12 +18367,12 @@ var ArrayRowsSm = function ArrayRowsSm(props) {
|
|
|
18265
18367
|
style = props.style,
|
|
18266
18368
|
className = props.className,
|
|
18267
18369
|
iconClassName = props.iconClassName,
|
|
18268
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
18370
|
+
otherProps = _objectWithoutProperties(props, _excluded$5j);
|
|
18269
18371
|
return /*#__PURE__*/React.createElement("span", {
|
|
18270
18372
|
role: "img",
|
|
18271
18373
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
18272
18374
|
}, /*#__PURE__*/React.createElement("style", {
|
|
18273
|
-
children: loadingCircleStyle$
|
|
18375
|
+
children: loadingCircleStyle$5j
|
|
18274
18376
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
18275
18377
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18276
18378
|
width: size,
|
|
@@ -18307,8 +18409,8 @@ ArrayRowsSm.defaultProps = {
|
|
|
18307
18409
|
size: '1em'
|
|
18308
18410
|
};
|
|
18309
18411
|
|
|
18310
|
-
var _excluded$
|
|
18311
|
-
var loadingCircleStyle$
|
|
18412
|
+
var _excluded$5k = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
18413
|
+
var loadingCircleStyle$5k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
18312
18414
|
var RowsSm = function RowsSm(props) {
|
|
18313
18415
|
var color = props.color,
|
|
18314
18416
|
size = props.size,
|
|
@@ -18316,12 +18418,12 @@ var RowsSm = function RowsSm(props) {
|
|
|
18316
18418
|
style = props.style,
|
|
18317
18419
|
className = props.className,
|
|
18318
18420
|
iconClassName = props.iconClassName,
|
|
18319
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
18421
|
+
otherProps = _objectWithoutProperties(props, _excluded$5k);
|
|
18320
18422
|
return /*#__PURE__*/React.createElement("span", {
|
|
18321
18423
|
role: "img",
|
|
18322
18424
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
18323
18425
|
}, /*#__PURE__*/React.createElement("style", {
|
|
18324
|
-
children: loadingCircleStyle$
|
|
18426
|
+
children: loadingCircleStyle$5k
|
|
18325
18427
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
18326
18428
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18327
18429
|
width: size,
|
|
@@ -18366,8 +18468,8 @@ RowsSm.defaultProps = {
|
|
|
18366
18468
|
size: '1em'
|
|
18367
18469
|
};
|
|
18368
18470
|
|
|
18369
|
-
var _excluded$
|
|
18370
|
-
var loadingCircleStyle$
|
|
18471
|
+
var _excluded$5l = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
18472
|
+
var loadingCircleStyle$5l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
18371
18473
|
var VPropertySm = function VPropertySm(props) {
|
|
18372
18474
|
var color = props.color,
|
|
18373
18475
|
size = props.size,
|
|
@@ -18375,12 +18477,12 @@ var VPropertySm = function VPropertySm(props) {
|
|
|
18375
18477
|
style = props.style,
|
|
18376
18478
|
className = props.className,
|
|
18377
18479
|
iconClassName = props.iconClassName,
|
|
18378
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
18480
|
+
otherProps = _objectWithoutProperties(props, _excluded$5l);
|
|
18379
18481
|
return /*#__PURE__*/React.createElement("span", {
|
|
18380
18482
|
role: "img",
|
|
18381
18483
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
18382
18484
|
}, /*#__PURE__*/React.createElement("style", {
|
|
18383
|
-
children: loadingCircleStyle$
|
|
18485
|
+
children: loadingCircleStyle$5l
|
|
18384
18486
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
18385
18487
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18386
18488
|
width: size,
|
|
@@ -18421,8 +18523,8 @@ VPropertySm.defaultProps = {
|
|
|
18421
18523
|
size: '1em'
|
|
18422
18524
|
};
|
|
18423
18525
|
|
|
18424
|
-
var _excluded$
|
|
18425
|
-
var loadingCircleStyle$
|
|
18526
|
+
var _excluded$5m = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
18527
|
+
var loadingCircleStyle$5m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
18426
18528
|
var StringSm = function StringSm(props) {
|
|
18427
18529
|
var color = props.color,
|
|
18428
18530
|
size = props.size,
|
|
@@ -18430,12 +18532,12 @@ var StringSm = function StringSm(props) {
|
|
|
18430
18532
|
style = props.style,
|
|
18431
18533
|
className = props.className,
|
|
18432
18534
|
iconClassName = props.iconClassName,
|
|
18433
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
18535
|
+
otherProps = _objectWithoutProperties(props, _excluded$5m);
|
|
18434
18536
|
return /*#__PURE__*/React.createElement("span", {
|
|
18435
18537
|
role: "img",
|
|
18436
18538
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
18437
18539
|
}, /*#__PURE__*/React.createElement("style", {
|
|
18438
|
-
children: loadingCircleStyle$
|
|
18540
|
+
children: loadingCircleStyle$5m
|
|
18439
18541
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
18440
18542
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18441
18543
|
width: size,
|
|
@@ -18472,8 +18574,8 @@ StringSm.defaultProps = {
|
|
|
18472
18574
|
size: '1em'
|
|
18473
18575
|
};
|
|
18474
18576
|
|
|
18475
|
-
var _excluded$
|
|
18476
|
-
var loadingCircleStyle$
|
|
18577
|
+
var _excluded$5n = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
18578
|
+
var loadingCircleStyle$5n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
18477
18579
|
var NumSm = function NumSm(props) {
|
|
18478
18580
|
var color = props.color,
|
|
18479
18581
|
size = props.size,
|
|
@@ -18481,12 +18583,12 @@ var NumSm = function NumSm(props) {
|
|
|
18481
18583
|
style = props.style,
|
|
18482
18584
|
className = props.className,
|
|
18483
18585
|
iconClassName = props.iconClassName,
|
|
18484
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
18586
|
+
otherProps = _objectWithoutProperties(props, _excluded$5n);
|
|
18485
18587
|
return /*#__PURE__*/React.createElement("span", {
|
|
18486
18588
|
role: "img",
|
|
18487
18589
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
18488
18590
|
}, /*#__PURE__*/React.createElement("style", {
|
|
18489
|
-
children: loadingCircleStyle$
|
|
18591
|
+
children: loadingCircleStyle$5n
|
|
18490
18592
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
18491
18593
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18492
18594
|
width: size,
|
|
@@ -18523,8 +18625,8 @@ NumSm.defaultProps = {
|
|
|
18523
18625
|
size: '1em'
|
|
18524
18626
|
};
|
|
18525
18627
|
|
|
18526
|
-
var _excluded$
|
|
18527
|
-
var loadingCircleStyle$
|
|
18628
|
+
var _excluded$5o = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
18629
|
+
var loadingCircleStyle$5o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
18528
18630
|
var TimeSm = function TimeSm(props) {
|
|
18529
18631
|
var color = props.color,
|
|
18530
18632
|
size = props.size,
|
|
@@ -18532,12 +18634,12 @@ var TimeSm = function TimeSm(props) {
|
|
|
18532
18634
|
style = props.style,
|
|
18533
18635
|
className = props.className,
|
|
18534
18636
|
iconClassName = props.iconClassName,
|
|
18535
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
18637
|
+
otherProps = _objectWithoutProperties(props, _excluded$5o);
|
|
18536
18638
|
return /*#__PURE__*/React.createElement("span", {
|
|
18537
18639
|
role: "img",
|
|
18538
18640
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
18539
18641
|
}, /*#__PURE__*/React.createElement("style", {
|
|
18540
|
-
children: loadingCircleStyle$
|
|
18642
|
+
children: loadingCircleStyle$5o
|
|
18541
18643
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
18542
18644
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18543
18645
|
width: size,
|
|
@@ -18574,8 +18676,8 @@ TimeSm.defaultProps = {
|
|
|
18574
18676
|
size: '1em'
|
|
18575
18677
|
};
|
|
18576
18678
|
|
|
18577
|
-
var _excluded$
|
|
18578
|
-
var loadingCircleStyle$
|
|
18679
|
+
var _excluded$5p = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
18680
|
+
var loadingCircleStyle$5p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
18579
18681
|
var ArrowLeft = function ArrowLeft(props) {
|
|
18580
18682
|
var color = props.color,
|
|
18581
18683
|
size = props.size,
|
|
@@ -18583,12 +18685,12 @@ var ArrowLeft = function ArrowLeft(props) {
|
|
|
18583
18685
|
style = props.style,
|
|
18584
18686
|
className = props.className,
|
|
18585
18687
|
iconClassName = props.iconClassName,
|
|
18586
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
18688
|
+
otherProps = _objectWithoutProperties(props, _excluded$5p);
|
|
18587
18689
|
return /*#__PURE__*/React.createElement("span", {
|
|
18588
18690
|
role: "img",
|
|
18589
18691
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
18590
18692
|
}, /*#__PURE__*/React.createElement("style", {
|
|
18591
|
-
children: loadingCircleStyle$
|
|
18693
|
+
children: loadingCircleStyle$5p
|
|
18592
18694
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
18593
18695
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18594
18696
|
width: size,
|
|
@@ -18623,8 +18725,8 @@ ArrowLeft.defaultProps = {
|
|
|
18623
18725
|
size: '1em'
|
|
18624
18726
|
};
|
|
18625
18727
|
|
|
18626
|
-
var _excluded$
|
|
18627
|
-
var loadingCircleStyle$
|
|
18728
|
+
var _excluded$5q = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
18729
|
+
var loadingCircleStyle$5q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
18628
18730
|
var ArrowRight = function ArrowRight(props) {
|
|
18629
18731
|
var color = props.color,
|
|
18630
18732
|
size = props.size,
|
|
@@ -18632,12 +18734,12 @@ var ArrowRight = function ArrowRight(props) {
|
|
|
18632
18734
|
style = props.style,
|
|
18633
18735
|
className = props.className,
|
|
18634
18736
|
iconClassName = props.iconClassName,
|
|
18635
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
18737
|
+
otherProps = _objectWithoutProperties(props, _excluded$5q);
|
|
18636
18738
|
return /*#__PURE__*/React.createElement("span", {
|
|
18637
18739
|
role: "img",
|
|
18638
18740
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
18639
18741
|
}, /*#__PURE__*/React.createElement("style", {
|
|
18640
|
-
children: loadingCircleStyle$
|
|
18742
|
+
children: loadingCircleStyle$5q
|
|
18641
18743
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
18642
18744
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18643
18745
|
width: size,
|
|
@@ -18672,8 +18774,8 @@ ArrowRight.defaultProps = {
|
|
|
18672
18774
|
size: '1em'
|
|
18673
18775
|
};
|
|
18674
18776
|
|
|
18675
|
-
var _excluded$
|
|
18676
|
-
var loadingCircleStyle$
|
|
18777
|
+
var _excluded$5r = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
18778
|
+
var loadingCircleStyle$5r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
18677
18779
|
var ArrowUp = function ArrowUp(props) {
|
|
18678
18780
|
var color = props.color,
|
|
18679
18781
|
size = props.size,
|
|
@@ -18681,12 +18783,12 @@ var ArrowUp = function ArrowUp(props) {
|
|
|
18681
18783
|
style = props.style,
|
|
18682
18784
|
className = props.className,
|
|
18683
18785
|
iconClassName = props.iconClassName,
|
|
18684
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
18786
|
+
otherProps = _objectWithoutProperties(props, _excluded$5r);
|
|
18685
18787
|
return /*#__PURE__*/React.createElement("span", {
|
|
18686
18788
|
role: "img",
|
|
18687
18789
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
18688
18790
|
}, /*#__PURE__*/React.createElement("style", {
|
|
18689
|
-
children: loadingCircleStyle$
|
|
18791
|
+
children: loadingCircleStyle$5r
|
|
18690
18792
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
18691
18793
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18692
18794
|
width: size,
|
|
@@ -18721,8 +18823,8 @@ ArrowUp.defaultProps = {
|
|
|
18721
18823
|
size: '1em'
|
|
18722
18824
|
};
|
|
18723
18825
|
|
|
18724
|
-
var _excluded$
|
|
18725
|
-
var loadingCircleStyle$
|
|
18826
|
+
var _excluded$5s = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
18827
|
+
var loadingCircleStyle$5s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
18726
18828
|
var ArrowDown = function ArrowDown(props) {
|
|
18727
18829
|
var color = props.color,
|
|
18728
18830
|
size = props.size,
|
|
@@ -18730,12 +18832,12 @@ var ArrowDown = function ArrowDown(props) {
|
|
|
18730
18832
|
style = props.style,
|
|
18731
18833
|
className = props.className,
|
|
18732
18834
|
iconClassName = props.iconClassName,
|
|
18733
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
18835
|
+
otherProps = _objectWithoutProperties(props, _excluded$5s);
|
|
18734
18836
|
return /*#__PURE__*/React.createElement("span", {
|
|
18735
18837
|
role: "img",
|
|
18736
18838
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
18737
18839
|
}, /*#__PURE__*/React.createElement("style", {
|
|
18738
|
-
children: loadingCircleStyle$
|
|
18840
|
+
children: loadingCircleStyle$5s
|
|
18739
18841
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
18740
18842
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18741
18843
|
width: size,
|
|
@@ -18770,8 +18872,8 @@ ArrowDown.defaultProps = {
|
|
|
18770
18872
|
size: '1em'
|
|
18771
18873
|
};
|
|
18772
18874
|
|
|
18773
|
-
var _excluded$
|
|
18774
|
-
var loadingCircleStyle$
|
|
18875
|
+
var _excluded$5t = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
18876
|
+
var loadingCircleStyle$5t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
18775
18877
|
var ArrowLeft2 = function ArrowLeft2(props) {
|
|
18776
18878
|
var color = props.color,
|
|
18777
18879
|
size = props.size,
|
|
@@ -18779,12 +18881,12 @@ var ArrowLeft2 = function ArrowLeft2(props) {
|
|
|
18779
18881
|
style = props.style,
|
|
18780
18882
|
className = props.className,
|
|
18781
18883
|
iconClassName = props.iconClassName,
|
|
18782
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
18884
|
+
otherProps = _objectWithoutProperties(props, _excluded$5t);
|
|
18783
18885
|
return /*#__PURE__*/React.createElement("span", {
|
|
18784
18886
|
role: "img",
|
|
18785
18887
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
18786
18888
|
}, /*#__PURE__*/React.createElement("style", {
|
|
18787
|
-
children: loadingCircleStyle$
|
|
18889
|
+
children: loadingCircleStyle$5t
|
|
18788
18890
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
18789
18891
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18790
18892
|
width: size,
|
|
@@ -18819,8 +18921,8 @@ ArrowLeft2.defaultProps = {
|
|
|
18819
18921
|
size: '1em'
|
|
18820
18922
|
};
|
|
18821
18923
|
|
|
18822
|
-
var _excluded$
|
|
18823
|
-
var loadingCircleStyle$
|
|
18924
|
+
var _excluded$5u = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
18925
|
+
var loadingCircleStyle$5u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
18824
18926
|
var ArrowRight2 = function ArrowRight2(props) {
|
|
18825
18927
|
var color = props.color,
|
|
18826
18928
|
size = props.size,
|
|
@@ -18828,12 +18930,12 @@ var ArrowRight2 = function ArrowRight2(props) {
|
|
|
18828
18930
|
style = props.style,
|
|
18829
18931
|
className = props.className,
|
|
18830
18932
|
iconClassName = props.iconClassName,
|
|
18831
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
18933
|
+
otherProps = _objectWithoutProperties(props, _excluded$5u);
|
|
18832
18934
|
return /*#__PURE__*/React.createElement("span", {
|
|
18833
18935
|
role: "img",
|
|
18834
18936
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
18835
18937
|
}, /*#__PURE__*/React.createElement("style", {
|
|
18836
|
-
children: loadingCircleStyle$
|
|
18938
|
+
children: loadingCircleStyle$5u
|
|
18837
18939
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
18838
18940
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18839
18941
|
width: size,
|
|
@@ -18868,8 +18970,8 @@ ArrowRight2.defaultProps = {
|
|
|
18868
18970
|
size: '1em'
|
|
18869
18971
|
};
|
|
18870
18972
|
|
|
18871
|
-
var _excluded$
|
|
18872
|
-
var loadingCircleStyle$
|
|
18973
|
+
var _excluded$5v = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
18974
|
+
var loadingCircleStyle$5v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
18873
18975
|
var ArrowUp2 = function ArrowUp2(props) {
|
|
18874
18976
|
var color = props.color,
|
|
18875
18977
|
size = props.size,
|
|
@@ -18877,12 +18979,12 @@ var ArrowUp2 = function ArrowUp2(props) {
|
|
|
18877
18979
|
style = props.style,
|
|
18878
18980
|
className = props.className,
|
|
18879
18981
|
iconClassName = props.iconClassName,
|
|
18880
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
18982
|
+
otherProps = _objectWithoutProperties(props, _excluded$5v);
|
|
18881
18983
|
return /*#__PURE__*/React.createElement("span", {
|
|
18882
18984
|
role: "img",
|
|
18883
18985
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
18884
18986
|
}, /*#__PURE__*/React.createElement("style", {
|
|
18885
|
-
children: loadingCircleStyle$
|
|
18987
|
+
children: loadingCircleStyle$5v
|
|
18886
18988
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
18887
18989
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18888
18990
|
width: size,
|
|
@@ -18917,8 +19019,8 @@ ArrowUp2.defaultProps = {
|
|
|
18917
19019
|
size: '1em'
|
|
18918
19020
|
};
|
|
18919
19021
|
|
|
18920
|
-
var _excluded$
|
|
18921
|
-
var loadingCircleStyle$
|
|
19022
|
+
var _excluded$5w = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
19023
|
+
var loadingCircleStyle$5w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
18922
19024
|
var ArrowDown2 = function ArrowDown2(props) {
|
|
18923
19025
|
var color = props.color,
|
|
18924
19026
|
size = props.size,
|
|
@@ -18926,12 +19028,12 @@ var ArrowDown2 = function ArrowDown2(props) {
|
|
|
18926
19028
|
style = props.style,
|
|
18927
19029
|
className = props.className,
|
|
18928
19030
|
iconClassName = props.iconClassName,
|
|
18929
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
19031
|
+
otherProps = _objectWithoutProperties(props, _excluded$5w);
|
|
18930
19032
|
return /*#__PURE__*/React.createElement("span", {
|
|
18931
19033
|
role: "img",
|
|
18932
19034
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
18933
19035
|
}, /*#__PURE__*/React.createElement("style", {
|
|
18934
|
-
children: loadingCircleStyle$
|
|
19036
|
+
children: loadingCircleStyle$5w
|
|
18935
19037
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
18936
19038
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18937
19039
|
width: size,
|
|
@@ -18966,8 +19068,8 @@ ArrowDown2.defaultProps = {
|
|
|
18966
19068
|
size: '1em'
|
|
18967
19069
|
};
|
|
18968
19070
|
|
|
18969
|
-
var _excluded$
|
|
18970
|
-
var loadingCircleStyle$
|
|
19071
|
+
var _excluded$5x = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
19072
|
+
var loadingCircleStyle$5x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
18971
19073
|
var TriLeft = function TriLeft(props) {
|
|
18972
19074
|
var color = props.color,
|
|
18973
19075
|
size = props.size,
|
|
@@ -18975,12 +19077,12 @@ var TriLeft = function TriLeft(props) {
|
|
|
18975
19077
|
style = props.style,
|
|
18976
19078
|
className = props.className,
|
|
18977
19079
|
iconClassName = props.iconClassName,
|
|
18978
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
19080
|
+
otherProps = _objectWithoutProperties(props, _excluded$5x);
|
|
18979
19081
|
return /*#__PURE__*/React.createElement("span", {
|
|
18980
19082
|
role: "img",
|
|
18981
19083
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
18982
19084
|
}, /*#__PURE__*/React.createElement("style", {
|
|
18983
|
-
children: loadingCircleStyle$
|
|
19085
|
+
children: loadingCircleStyle$5x
|
|
18984
19086
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
18985
19087
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18986
19088
|
width: size,
|
|
@@ -19015,8 +19117,8 @@ TriLeft.defaultProps = {
|
|
|
19015
19117
|
size: '1em'
|
|
19016
19118
|
};
|
|
19017
19119
|
|
|
19018
|
-
var _excluded$
|
|
19019
|
-
var loadingCircleStyle$
|
|
19120
|
+
var _excluded$5y = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
19121
|
+
var loadingCircleStyle$5y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
19020
19122
|
var TriRight = function TriRight(props) {
|
|
19021
19123
|
var color = props.color,
|
|
19022
19124
|
size = props.size,
|
|
@@ -19024,12 +19126,12 @@ var TriRight = function TriRight(props) {
|
|
|
19024
19126
|
style = props.style,
|
|
19025
19127
|
className = props.className,
|
|
19026
19128
|
iconClassName = props.iconClassName,
|
|
19027
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
19129
|
+
otherProps = _objectWithoutProperties(props, _excluded$5y);
|
|
19028
19130
|
return /*#__PURE__*/React.createElement("span", {
|
|
19029
19131
|
role: "img",
|
|
19030
19132
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
19031
19133
|
}, /*#__PURE__*/React.createElement("style", {
|
|
19032
|
-
children: loadingCircleStyle$
|
|
19134
|
+
children: loadingCircleStyle$5y
|
|
19033
19135
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
19034
19136
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19035
19137
|
width: size,
|
|
@@ -19064,8 +19166,8 @@ TriRight.defaultProps = {
|
|
|
19064
19166
|
size: '1em'
|
|
19065
19167
|
};
|
|
19066
19168
|
|
|
19067
|
-
var _excluded$
|
|
19068
|
-
var loadingCircleStyle$
|
|
19169
|
+
var _excluded$5z = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
19170
|
+
var loadingCircleStyle$5z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
19069
19171
|
var TriUp = function TriUp(props) {
|
|
19070
19172
|
var color = props.color,
|
|
19071
19173
|
size = props.size,
|
|
@@ -19073,12 +19175,12 @@ var TriUp = function TriUp(props) {
|
|
|
19073
19175
|
style = props.style,
|
|
19074
19176
|
className = props.className,
|
|
19075
19177
|
iconClassName = props.iconClassName,
|
|
19076
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
19178
|
+
otherProps = _objectWithoutProperties(props, _excluded$5z);
|
|
19077
19179
|
return /*#__PURE__*/React.createElement("span", {
|
|
19078
19180
|
role: "img",
|
|
19079
19181
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
19080
19182
|
}, /*#__PURE__*/React.createElement("style", {
|
|
19081
|
-
children: loadingCircleStyle$
|
|
19183
|
+
children: loadingCircleStyle$5z
|
|
19082
19184
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
19083
19185
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19084
19186
|
width: size,
|
|
@@ -19113,8 +19215,8 @@ TriUp.defaultProps = {
|
|
|
19113
19215
|
size: '1em'
|
|
19114
19216
|
};
|
|
19115
19217
|
|
|
19116
|
-
var _excluded$
|
|
19117
|
-
var loadingCircleStyle$
|
|
19218
|
+
var _excluded$5A = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
19219
|
+
var loadingCircleStyle$5A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
19118
19220
|
var TriDown = function TriDown(props) {
|
|
19119
19221
|
var color = props.color,
|
|
19120
19222
|
size = props.size,
|
|
@@ -19122,12 +19224,12 @@ var TriDown = function TriDown(props) {
|
|
|
19122
19224
|
style = props.style,
|
|
19123
19225
|
className = props.className,
|
|
19124
19226
|
iconClassName = props.iconClassName,
|
|
19125
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
19227
|
+
otherProps = _objectWithoutProperties(props, _excluded$5A);
|
|
19126
19228
|
return /*#__PURE__*/React.createElement("span", {
|
|
19127
19229
|
role: "img",
|
|
19128
19230
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
19129
19231
|
}, /*#__PURE__*/React.createElement("style", {
|
|
19130
|
-
children: loadingCircleStyle$
|
|
19232
|
+
children: loadingCircleStyle$5A
|
|
19131
19233
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
19132
19234
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19133
19235
|
width: size,
|
|
@@ -19162,8 +19264,8 @@ TriDown.defaultProps = {
|
|
|
19162
19264
|
size: '1em'
|
|
19163
19265
|
};
|
|
19164
19266
|
|
|
19165
|
-
var _excluded$
|
|
19166
|
-
var loadingCircleStyle$
|
|
19267
|
+
var _excluded$5B = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
19268
|
+
var loadingCircleStyle$5B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
19167
19269
|
var DArrowL = function DArrowL(props) {
|
|
19168
19270
|
var color = props.color,
|
|
19169
19271
|
size = props.size,
|
|
@@ -19171,12 +19273,12 @@ var DArrowL = function DArrowL(props) {
|
|
|
19171
19273
|
style = props.style,
|
|
19172
19274
|
className = props.className,
|
|
19173
19275
|
iconClassName = props.iconClassName,
|
|
19174
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
19276
|
+
otherProps = _objectWithoutProperties(props, _excluded$5B);
|
|
19175
19277
|
return /*#__PURE__*/React.createElement("span", {
|
|
19176
19278
|
role: "img",
|
|
19177
19279
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
19178
19280
|
}, /*#__PURE__*/React.createElement("style", {
|
|
19179
|
-
children: loadingCircleStyle$
|
|
19281
|
+
children: loadingCircleStyle$5B
|
|
19180
19282
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
19181
19283
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19182
19284
|
width: size,
|
|
@@ -19213,8 +19315,8 @@ DArrowL.defaultProps = {
|
|
|
19213
19315
|
size: '1em'
|
|
19214
19316
|
};
|
|
19215
19317
|
|
|
19216
|
-
var _excluded$
|
|
19217
|
-
var loadingCircleStyle$
|
|
19318
|
+
var _excluded$5C = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
19319
|
+
var loadingCircleStyle$5C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
19218
19320
|
var DArrowR = function DArrowR(props) {
|
|
19219
19321
|
var color = props.color,
|
|
19220
19322
|
size = props.size,
|
|
@@ -19222,12 +19324,12 @@ var DArrowR = function DArrowR(props) {
|
|
|
19222
19324
|
style = props.style,
|
|
19223
19325
|
className = props.className,
|
|
19224
19326
|
iconClassName = props.iconClassName,
|
|
19225
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
19327
|
+
otherProps = _objectWithoutProperties(props, _excluded$5C);
|
|
19226
19328
|
return /*#__PURE__*/React.createElement("span", {
|
|
19227
19329
|
role: "img",
|
|
19228
19330
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
19229
19331
|
}, /*#__PURE__*/React.createElement("style", {
|
|
19230
|
-
children: loadingCircleStyle$
|
|
19332
|
+
children: loadingCircleStyle$5C
|
|
19231
19333
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
19232
19334
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19233
19335
|
width: size,
|
|
@@ -19264,8 +19366,8 @@ DArrowR.defaultProps = {
|
|
|
19264
19366
|
size: '1em'
|
|
19265
19367
|
};
|
|
19266
19368
|
|
|
19267
|
-
var _excluded$
|
|
19268
|
-
var loadingCircleStyle$
|
|
19369
|
+
var _excluded$5D = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
19370
|
+
var loadingCircleStyle$5D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
19269
19371
|
var DArrowT = function DArrowT(props) {
|
|
19270
19372
|
var color = props.color,
|
|
19271
19373
|
size = props.size,
|
|
@@ -19273,12 +19375,12 @@ var DArrowT = function DArrowT(props) {
|
|
|
19273
19375
|
style = props.style,
|
|
19274
19376
|
className = props.className,
|
|
19275
19377
|
iconClassName = props.iconClassName,
|
|
19276
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
19378
|
+
otherProps = _objectWithoutProperties(props, _excluded$5D);
|
|
19277
19379
|
return /*#__PURE__*/React.createElement("span", {
|
|
19278
19380
|
role: "img",
|
|
19279
19381
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
19280
19382
|
}, /*#__PURE__*/React.createElement("style", {
|
|
19281
|
-
children: loadingCircleStyle$
|
|
19383
|
+
children: loadingCircleStyle$5D
|
|
19282
19384
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
19283
19385
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19284
19386
|
width: size,
|
|
@@ -19315,8 +19417,8 @@ DArrowT.defaultProps = {
|
|
|
19315
19417
|
size: '1em'
|
|
19316
19418
|
};
|
|
19317
19419
|
|
|
19318
|
-
var _excluded$
|
|
19319
|
-
var loadingCircleStyle$
|
|
19420
|
+
var _excluded$5E = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
19421
|
+
var loadingCircleStyle$5E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
19320
19422
|
var DArrowB = function DArrowB(props) {
|
|
19321
19423
|
var color = props.color,
|
|
19322
19424
|
size = props.size,
|
|
@@ -19324,12 +19426,12 @@ var DArrowB = function DArrowB(props) {
|
|
|
19324
19426
|
style = props.style,
|
|
19325
19427
|
className = props.className,
|
|
19326
19428
|
iconClassName = props.iconClassName,
|
|
19327
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
19429
|
+
otherProps = _objectWithoutProperties(props, _excluded$5E);
|
|
19328
19430
|
return /*#__PURE__*/React.createElement("span", {
|
|
19329
19431
|
role: "img",
|
|
19330
19432
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
19331
19433
|
}, /*#__PURE__*/React.createElement("style", {
|
|
19332
|
-
children: loadingCircleStyle$
|
|
19434
|
+
children: loadingCircleStyle$5E
|
|
19333
19435
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
19334
19436
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19335
19437
|
width: size,
|
|
@@ -19366,8 +19468,8 @@ DArrowB.defaultProps = {
|
|
|
19366
19468
|
size: '1em'
|
|
19367
19469
|
};
|
|
19368
19470
|
|
|
19369
|
-
var _excluded$
|
|
19370
|
-
var loadingCircleStyle$
|
|
19471
|
+
var _excluded$5F = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
19472
|
+
var loadingCircleStyle$5F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
19371
19473
|
var DropDown = function DropDown(props) {
|
|
19372
19474
|
var color = props.color,
|
|
19373
19475
|
size = props.size,
|
|
@@ -19375,12 +19477,12 @@ var DropDown = function DropDown(props) {
|
|
|
19375
19477
|
style = props.style,
|
|
19376
19478
|
className = props.className,
|
|
19377
19479
|
iconClassName = props.iconClassName,
|
|
19378
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
19480
|
+
otherProps = _objectWithoutProperties(props, _excluded$5F);
|
|
19379
19481
|
return /*#__PURE__*/React.createElement("span", {
|
|
19380
19482
|
role: "img",
|
|
19381
19483
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
19382
19484
|
}, /*#__PURE__*/React.createElement("style", {
|
|
19383
|
-
children: loadingCircleStyle$
|
|
19485
|
+
children: loadingCircleStyle$5F
|
|
19384
19486
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
19385
19487
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19386
19488
|
width: size,
|
|
@@ -19415,8 +19517,8 @@ DropDown.defaultProps = {
|
|
|
19415
19517
|
size: '1em'
|
|
19416
19518
|
};
|
|
19417
19519
|
|
|
19418
|
-
var _excluded$
|
|
19419
|
-
var loadingCircleStyle$
|
|
19520
|
+
var _excluded$5G = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
19521
|
+
var loadingCircleStyle$5G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
19420
19522
|
var DropUp = function DropUp(props) {
|
|
19421
19523
|
var color = props.color,
|
|
19422
19524
|
size = props.size,
|
|
@@ -19424,12 +19526,12 @@ var DropUp = function DropUp(props) {
|
|
|
19424
19526
|
style = props.style,
|
|
19425
19527
|
className = props.className,
|
|
19426
19528
|
iconClassName = props.iconClassName,
|
|
19427
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
19529
|
+
otherProps = _objectWithoutProperties(props, _excluded$5G);
|
|
19428
19530
|
return /*#__PURE__*/React.createElement("span", {
|
|
19429
19531
|
role: "img",
|
|
19430
19532
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
19431
19533
|
}, /*#__PURE__*/React.createElement("style", {
|
|
19432
|
-
children: loadingCircleStyle$
|
|
19534
|
+
children: loadingCircleStyle$5G
|
|
19433
19535
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
19434
19536
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19435
19537
|
width: size,
|
|
@@ -19464,8 +19566,8 @@ DropUp.defaultProps = {
|
|
|
19464
19566
|
size: '1em'
|
|
19465
19567
|
};
|
|
19466
19568
|
|
|
19467
|
-
var _excluded$
|
|
19468
|
-
var loadingCircleStyle$
|
|
19569
|
+
var _excluded$5H = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
19570
|
+
var loadingCircleStyle$5H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
19469
19571
|
var More1 = function More1(props) {
|
|
19470
19572
|
var color = props.color,
|
|
19471
19573
|
size = props.size,
|
|
@@ -19473,12 +19575,12 @@ var More1 = function More1(props) {
|
|
|
19473
19575
|
style = props.style,
|
|
19474
19576
|
className = props.className,
|
|
19475
19577
|
iconClassName = props.iconClassName,
|
|
19476
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
19578
|
+
otherProps = _objectWithoutProperties(props, _excluded$5H);
|
|
19477
19579
|
return /*#__PURE__*/React.createElement("span", {
|
|
19478
19580
|
role: "img",
|
|
19479
19581
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
19480
19582
|
}, /*#__PURE__*/React.createElement("style", {
|
|
19481
|
-
children: loadingCircleStyle$
|
|
19583
|
+
children: loadingCircleStyle$5H
|
|
19482
19584
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
19483
19585
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19484
19586
|
width: size,
|
|
@@ -19513,8 +19615,8 @@ More1.defaultProps = {
|
|
|
19513
19615
|
size: '1em'
|
|
19514
19616
|
};
|
|
19515
19617
|
|
|
19516
|
-
var _excluded$
|
|
19517
|
-
var loadingCircleStyle$
|
|
19618
|
+
var _excluded$5I = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
19619
|
+
var loadingCircleStyle$5I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
19518
19620
|
var More2 = function More2(props) {
|
|
19519
19621
|
var color = props.color,
|
|
19520
19622
|
size = props.size,
|
|
@@ -19522,12 +19624,12 @@ var More2 = function More2(props) {
|
|
|
19522
19624
|
style = props.style,
|
|
19523
19625
|
className = props.className,
|
|
19524
19626
|
iconClassName = props.iconClassName,
|
|
19525
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
19627
|
+
otherProps = _objectWithoutProperties(props, _excluded$5I);
|
|
19526
19628
|
return /*#__PURE__*/React.createElement("span", {
|
|
19527
19629
|
role: "img",
|
|
19528
19630
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
19529
19631
|
}, /*#__PURE__*/React.createElement("style", {
|
|
19530
|
-
children: loadingCircleStyle$
|
|
19632
|
+
children: loadingCircleStyle$5I
|
|
19531
19633
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
19532
19634
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19533
19635
|
width: size,
|
|
@@ -19562,8 +19664,8 @@ More2.defaultProps = {
|
|
|
19562
19664
|
size: '1em'
|
|
19563
19665
|
};
|
|
19564
19666
|
|
|
19565
|
-
var _excluded$
|
|
19566
|
-
var loadingCircleStyle$
|
|
19667
|
+
var _excluded$5J = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
19668
|
+
var loadingCircleStyle$5J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
19567
19669
|
var Drag = function Drag(props) {
|
|
19568
19670
|
var color = props.color,
|
|
19569
19671
|
size = props.size,
|
|
@@ -19571,12 +19673,12 @@ var Drag = function Drag(props) {
|
|
|
19571
19673
|
style = props.style,
|
|
19572
19674
|
className = props.className,
|
|
19573
19675
|
iconClassName = props.iconClassName,
|
|
19574
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
19676
|
+
otherProps = _objectWithoutProperties(props, _excluded$5J);
|
|
19575
19677
|
return /*#__PURE__*/React.createElement("span", {
|
|
19576
19678
|
role: "img",
|
|
19577
19679
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
19578
19680
|
}, /*#__PURE__*/React.createElement("style", {
|
|
19579
|
-
children: loadingCircleStyle$
|
|
19681
|
+
children: loadingCircleStyle$5J
|
|
19580
19682
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
19581
19683
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19582
19684
|
width: size,
|
|
@@ -19621,8 +19723,8 @@ Drag.defaultProps = {
|
|
|
19621
19723
|
size: '1em'
|
|
19622
19724
|
};
|
|
19623
19725
|
|
|
19624
|
-
var _excluded$
|
|
19625
|
-
var loadingCircleStyle$
|
|
19726
|
+
var _excluded$5K = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
19727
|
+
var loadingCircleStyle$5K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
19626
19728
|
var Grid = function Grid(props) {
|
|
19627
19729
|
var color = props.color,
|
|
19628
19730
|
size = props.size,
|
|
@@ -19630,12 +19732,12 @@ var Grid = function Grid(props) {
|
|
|
19630
19732
|
style = props.style,
|
|
19631
19733
|
className = props.className,
|
|
19632
19734
|
iconClassName = props.iconClassName,
|
|
19633
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
19735
|
+
otherProps = _objectWithoutProperties(props, _excluded$5K);
|
|
19634
19736
|
return /*#__PURE__*/React.createElement("span", {
|
|
19635
19737
|
role: "img",
|
|
19636
19738
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
19637
19739
|
}, /*#__PURE__*/React.createElement("style", {
|
|
19638
|
-
children: loadingCircleStyle$
|
|
19740
|
+
children: loadingCircleStyle$5K
|
|
19639
19741
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
19640
19742
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19641
19743
|
width: size,
|
|
@@ -19672,8 +19774,8 @@ Grid.defaultProps = {
|
|
|
19672
19774
|
size: '1em'
|
|
19673
19775
|
};
|
|
19674
19776
|
|
|
19675
|
-
var _excluded$
|
|
19676
|
-
var loadingCircleStyle$
|
|
19777
|
+
var _excluded$5L = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
19778
|
+
var loadingCircleStyle$5L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
19677
19779
|
var Drag2 = function Drag2(props) {
|
|
19678
19780
|
var color = props.color,
|
|
19679
19781
|
size = props.size,
|
|
@@ -19681,12 +19783,12 @@ var Drag2 = function Drag2(props) {
|
|
|
19681
19783
|
style = props.style,
|
|
19682
19784
|
className = props.className,
|
|
19683
19785
|
iconClassName = props.iconClassName,
|
|
19684
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
19786
|
+
otherProps = _objectWithoutProperties(props, _excluded$5L);
|
|
19685
19787
|
return /*#__PURE__*/React.createElement("span", {
|
|
19686
19788
|
role: "img",
|
|
19687
19789
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
19688
19790
|
}, /*#__PURE__*/React.createElement("style", {
|
|
19689
|
-
children: loadingCircleStyle$
|
|
19791
|
+
children: loadingCircleStyle$5L
|
|
19690
19792
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
19691
19793
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19692
19794
|
width: size,
|
|
@@ -19725,8 +19827,8 @@ Drag2.defaultProps = {
|
|
|
19725
19827
|
size: '1em'
|
|
19726
19828
|
};
|
|
19727
19829
|
|
|
19728
|
-
var _excluded$
|
|
19729
|
-
var loadingCircleStyle$
|
|
19830
|
+
var _excluded$5M = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
19831
|
+
var loadingCircleStyle$5M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
19730
19832
|
var External = function External(props) {
|
|
19731
19833
|
var color = props.color,
|
|
19732
19834
|
size = props.size,
|
|
@@ -19734,12 +19836,12 @@ var External = function External(props) {
|
|
|
19734
19836
|
style = props.style,
|
|
19735
19837
|
className = props.className,
|
|
19736
19838
|
iconClassName = props.iconClassName,
|
|
19737
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
19839
|
+
otherProps = _objectWithoutProperties(props, _excluded$5M);
|
|
19738
19840
|
return /*#__PURE__*/React.createElement("span", {
|
|
19739
19841
|
role: "img",
|
|
19740
19842
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
19741
19843
|
}, /*#__PURE__*/React.createElement("style", {
|
|
19742
|
-
children: loadingCircleStyle$
|
|
19844
|
+
children: loadingCircleStyle$5M
|
|
19743
19845
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
19744
19846
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19745
19847
|
width: size,
|
|
@@ -19774,8 +19876,8 @@ External.defaultProps = {
|
|
|
19774
19876
|
size: '1em'
|
|
19775
19877
|
};
|
|
19776
19878
|
|
|
19777
|
-
var _excluded$
|
|
19778
|
-
var loadingCircleStyle$
|
|
19879
|
+
var _excluded$5N = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
19880
|
+
var loadingCircleStyle$5N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
19779
19881
|
var DisplayS = function DisplayS(props) {
|
|
19780
19882
|
var color = props.color,
|
|
19781
19883
|
size = props.size,
|
|
@@ -19783,12 +19885,12 @@ var DisplayS = function DisplayS(props) {
|
|
|
19783
19885
|
style = props.style,
|
|
19784
19886
|
className = props.className,
|
|
19785
19887
|
iconClassName = props.iconClassName,
|
|
19786
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
19888
|
+
otherProps = _objectWithoutProperties(props, _excluded$5N);
|
|
19787
19889
|
return /*#__PURE__*/React.createElement("span", {
|
|
19788
19890
|
role: "img",
|
|
19789
19891
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
19790
19892
|
}, /*#__PURE__*/React.createElement("style", {
|
|
19791
|
-
children: loadingCircleStyle$
|
|
19893
|
+
children: loadingCircleStyle$5N
|
|
19792
19894
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
19793
19895
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19794
19896
|
width: size,
|
|
@@ -19825,8 +19927,8 @@ DisplayS.defaultProps = {
|
|
|
19825
19927
|
size: '1em'
|
|
19826
19928
|
};
|
|
19827
19929
|
|
|
19828
|
-
var _excluded$
|
|
19829
|
-
var loadingCircleStyle$
|
|
19930
|
+
var _excluded$5O = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
19931
|
+
var loadingCircleStyle$5O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
19830
19932
|
var Share = function Share(props) {
|
|
19831
19933
|
var color = props.color,
|
|
19832
19934
|
size = props.size,
|
|
@@ -19834,12 +19936,12 @@ var Share = function Share(props) {
|
|
|
19834
19936
|
style = props.style,
|
|
19835
19937
|
className = props.className,
|
|
19836
19938
|
iconClassName = props.iconClassName,
|
|
19837
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
19939
|
+
otherProps = _objectWithoutProperties(props, _excluded$5O);
|
|
19838
19940
|
return /*#__PURE__*/React.createElement("span", {
|
|
19839
19941
|
role: "img",
|
|
19840
19942
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
19841
19943
|
}, /*#__PURE__*/React.createElement("style", {
|
|
19842
|
-
children: loadingCircleStyle$
|
|
19944
|
+
children: loadingCircleStyle$5O
|
|
19843
19945
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
19844
19946
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19845
19947
|
width: size,
|
|
@@ -19874,8 +19976,8 @@ Share.defaultProps = {
|
|
|
19874
19976
|
size: '1em'
|
|
19875
19977
|
};
|
|
19876
19978
|
|
|
19877
|
-
var _excluded$
|
|
19878
|
-
var loadingCircleStyle$
|
|
19979
|
+
var _excluded$5P = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
19980
|
+
var loadingCircleStyle$5P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
19879
19981
|
var AvatarGroupCl = function AvatarGroupCl(props) {
|
|
19880
19982
|
var color = props.color,
|
|
19881
19983
|
size = props.size,
|
|
@@ -19883,12 +19985,12 @@ var AvatarGroupCl = function AvatarGroupCl(props) {
|
|
|
19883
19985
|
style = props.style,
|
|
19884
19986
|
className = props.className,
|
|
19885
19987
|
iconClassName = props.iconClassName,
|
|
19886
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
19988
|
+
otherProps = _objectWithoutProperties(props, _excluded$5P);
|
|
19887
19989
|
return /*#__PURE__*/React.createElement("span", {
|
|
19888
19990
|
role: "img",
|
|
19889
19991
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
19890
19992
|
}, /*#__PURE__*/React.createElement("style", {
|
|
19891
|
-
children: loadingCircleStyle$
|
|
19993
|
+
children: loadingCircleStyle$5P
|
|
19892
19994
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
19893
19995
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19894
19996
|
width: size,
|
|
@@ -19939,8 +20041,8 @@ AvatarGroupCl.defaultProps = {
|
|
|
19939
20041
|
size: '1em'
|
|
19940
20042
|
};
|
|
19941
20043
|
|
|
19942
|
-
var _excluded$
|
|
19943
|
-
var loadingCircleStyle$
|
|
20044
|
+
var _excluded$5Q = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
20045
|
+
var loadingCircleStyle$5Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
19944
20046
|
var AvatarProjectCl = function AvatarProjectCl(props) {
|
|
19945
20047
|
var color = props.color,
|
|
19946
20048
|
size = props.size,
|
|
@@ -19948,12 +20050,12 @@ var AvatarProjectCl = function AvatarProjectCl(props) {
|
|
|
19948
20050
|
style = props.style,
|
|
19949
20051
|
className = props.className,
|
|
19950
20052
|
iconClassName = props.iconClassName,
|
|
19951
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
20053
|
+
otherProps = _objectWithoutProperties(props, _excluded$5Q);
|
|
19952
20054
|
return /*#__PURE__*/React.createElement("span", {
|
|
19953
20055
|
role: "img",
|
|
19954
20056
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
19955
20057
|
}, /*#__PURE__*/React.createElement("style", {
|
|
19956
|
-
children: loadingCircleStyle$
|
|
20058
|
+
children: loadingCircleStyle$5Q
|
|
19957
20059
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
19958
20060
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19959
20061
|
width: size,
|
|
@@ -20229,6 +20331,7 @@ exports.TaMRetention = MRetention;
|
|
|
20229
20331
|
exports.TaMRetentionCl = MRetentionCl;
|
|
20230
20332
|
exports.TaMSql = MSql;
|
|
20231
20333
|
exports.TaMSqlCl = MSqlCl;
|
|
20334
|
+
exports.TaMagicWand = MagicWand;
|
|
20232
20335
|
exports.TaManual = Manual;
|
|
20233
20336
|
exports.TaMenuFold = MenuFold;
|
|
20234
20337
|
exports.TaMenuUnfold = MenuUnfold;
|
|
@@ -20365,6 +20468,7 @@ exports.TaUsertag = Usertag;
|
|
|
20365
20468
|
exports.TaVPropCl = VPropCl;
|
|
20366
20469
|
exports.TaVProperty = VProperty;
|
|
20367
20470
|
exports.TaVPropertySm = VPropertySm;
|
|
20471
|
+
exports.TaValidate = Validate;
|
|
20368
20472
|
exports.TaViewOriginal = ViewOriginal;
|
|
20369
20473
|
exports.TaVip = Vip;
|
|
20370
20474
|
exports.TaVipFill = VipFill;
|