@tant/icons 1.1.75 → 1.1.76

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.
@@ -7528,7 +7528,7 @@ DashboardCl.defaultProps = {
7528
7528
 
7529
7529
  var loadingCircleStyle$2l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7530
7530
 
7531
- var UserTagCl = function UserTagCl(props) {
7531
+ var ReportCl = function ReportCl(props) {
7532
7532
  var color = props.color,
7533
7533
  size = props.size,
7534
7534
  spin = props.spin,
@@ -7556,6 +7556,68 @@ var UserTagCl = function UserTagCl(props) {
7556
7556
  animationName: 'loadingCircle',
7557
7557
  animationTimingFunction: 'linear'
7558
7558
  } : {})
7559
+ }), /*#__PURE__*/React.createElement("path", {
7560
+ d: "M1 3a1 1 0 011-1h20a1 1 0 011 1v2.667H1V3z",
7561
+ fill: "#1673F6"
7562
+ }), /*#__PURE__*/React.createElement("path", {
7563
+ opacity: ".2",
7564
+ d: "M1 5.667h22v14.5a2 2 0 01-2 2H3a2 2 0 01-2-2v-14.5z",
7565
+ fill: "#1673F6"
7566
+ }), /*#__PURE__*/React.createElement("path", {
7567
+ fillRule: "evenodd",
7568
+ clipRule: "evenodd",
7569
+ d: "M17.5 13.494h-5.076V8.417a5.077 5.077 0 015.077 5.077z",
7570
+ fill: "#1673F6"
7571
+ }), /*#__PURE__*/React.createElement("path", {
7572
+ fillRule: "evenodd",
7573
+ clipRule: "evenodd",
7574
+ d: "M11.578 9.263h-.001a5.077 5.077 0 105.077 5.077h-5.076V9.262z",
7575
+ fill: "#1673F6"
7576
+ })));
7577
+ };
7578
+
7579
+ ReportCl.propTypes = {
7580
+ iconClassName: PropTypes.string,
7581
+ spin: PropTypes.bool,
7582
+ color: PropTypes.string,
7583
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
7584
+ };
7585
+ ReportCl.defaultProps = {
7586
+ spin: false,
7587
+ color: 'currentColor',
7588
+ size: '1em'
7589
+ };
7590
+
7591
+ var loadingCircleStyle$2m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7592
+
7593
+ var UserTagCl = function UserTagCl(props) {
7594
+ var color = props.color,
7595
+ size = props.size,
7596
+ spin = props.spin,
7597
+ style = props.style,
7598
+ className = props.className,
7599
+ iconClassName = props.iconClassName,
7600
+ otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className", "iconClassName"]);
7601
+
7602
+ return /*#__PURE__*/React.createElement("span", {
7603
+ role: "img",
7604
+ className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
7605
+ }, /*#__PURE__*/React.createElement("style", {
7606
+ children: loadingCircleStyle$2m
7607
+ }), /*#__PURE__*/React.createElement("svg", _extends({
7608
+ xmlns: "http://www.w3.org/2000/svg",
7609
+ width: size,
7610
+ height: size,
7611
+ viewBox: "0 0 24 24",
7612
+ fill: color
7613
+ }, otherProps, {
7614
+ className: iconClassName,
7615
+ style: _objectSpread2(_objectSpread2({}, style), spin ? {
7616
+ animationDuration: '1s',
7617
+ animationIterationCount: 'infinite',
7618
+ animationName: 'loadingCircle',
7619
+ animationTimingFunction: 'linear'
7620
+ } : {})
7559
7621
  }), /*#__PURE__*/React.createElement("path", {
7560
7622
  d: "M21.576 1H8.351c-.445 0-.874.174-1.196.482L5.972 2.614c-.194.184-.07.516.194.523l3.332.106c.499.017.975.225 1.327.588 0 0 9.585 9.78 9.602 9.801h1.17c.774 0 1.404-.639 1.404-1.432V2.453C23 1.653 22.364 1 21.576 1z",
7561
7623
  fill: "#202241"
@@ -7578,7 +7640,7 @@ UserTagCl.defaultProps = {
7578
7640
  size: '1em'
7579
7641
  };
7580
7642
 
7581
- var loadingCircleStyle$2m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7643
+ var loadingCircleStyle$2n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7582
7644
 
7583
7645
  var GroupCl = function GroupCl(props) {
7584
7646
  var color = props.color,
@@ -7593,7 +7655,7 @@ var GroupCl = function GroupCl(props) {
7593
7655
  role: "img",
7594
7656
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
7595
7657
  }, /*#__PURE__*/React.createElement("style", {
7596
- children: loadingCircleStyle$2m
7658
+ children: loadingCircleStyle$2n
7597
7659
  }), /*#__PURE__*/React.createElement("svg", _extends({
7598
7660
  xmlns: "http://www.w3.org/2000/svg",
7599
7661
  width: size,
@@ -7637,7 +7699,7 @@ GroupCl.defaultProps = {
7637
7699
  size: '1em'
7638
7700
  };
7639
7701
 
7640
- var loadingCircleStyle$2n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7702
+ var loadingCircleStyle$2o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7641
7703
 
7642
7704
  var VPropCl = function VPropCl(props) {
7643
7705
  var color = props.color,
@@ -7652,7 +7714,7 @@ var VPropCl = function VPropCl(props) {
7652
7714
  role: "img",
7653
7715
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
7654
7716
  }, /*#__PURE__*/React.createElement("style", {
7655
- children: loadingCircleStyle$2n
7717
+ children: loadingCircleStyle$2o
7656
7718
  }), /*#__PURE__*/React.createElement("svg", _extends({
7657
7719
  xmlns: "http://www.w3.org/2000/svg",
7658
7720
  width: size,
@@ -7696,7 +7758,7 @@ VPropCl.defaultProps = {
7696
7758
  size: '1em'
7697
7759
  };
7698
7760
 
7699
- var loadingCircleStyle$2o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7761
+ var loadingCircleStyle$2p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7700
7762
 
7701
7763
  var Info = function Info(props) {
7702
7764
  var color = props.color,
@@ -7711,7 +7773,7 @@ var Info = function Info(props) {
7711
7773
  role: "img",
7712
7774
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
7713
7775
  }, /*#__PURE__*/React.createElement("style", {
7714
- children: loadingCircleStyle$2o
7776
+ children: loadingCircleStyle$2p
7715
7777
  }), /*#__PURE__*/React.createElement("svg", _extends({
7716
7778
  xmlns: "http://www.w3.org/2000/svg",
7717
7779
  width: size,
@@ -7747,7 +7809,7 @@ Info.defaultProps = {
7747
7809
  size: '1em'
7748
7810
  };
7749
7811
 
7750
- var loadingCircleStyle$2p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7812
+ var loadingCircleStyle$2q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7751
7813
 
7752
7814
  var InfoFill = function InfoFill(props) {
7753
7815
  var color = props.color,
@@ -7762,7 +7824,7 @@ var InfoFill = function InfoFill(props) {
7762
7824
  role: "img",
7763
7825
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
7764
7826
  }, /*#__PURE__*/React.createElement("style", {
7765
- children: loadingCircleStyle$2p
7827
+ children: loadingCircleStyle$2q
7766
7828
  }), /*#__PURE__*/React.createElement("svg", _extends({
7767
7829
  xmlns: "http://www.w3.org/2000/svg",
7768
7830
  width: size,
@@ -7794,7 +7856,7 @@ InfoFill.defaultProps = {
7794
7856
  size: '1em'
7795
7857
  };
7796
7858
 
7797
- var loadingCircleStyle$2q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7859
+ var loadingCircleStyle$2r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7798
7860
 
7799
7861
  var Help = function Help(props) {
7800
7862
  var color = props.color,
@@ -7809,7 +7871,7 @@ var Help = function Help(props) {
7809
7871
  role: "img",
7810
7872
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
7811
7873
  }, /*#__PURE__*/React.createElement("style", {
7812
- children: loadingCircleStyle$2q
7874
+ children: loadingCircleStyle$2r
7813
7875
  }), /*#__PURE__*/React.createElement("svg", _extends({
7814
7876
  xmlns: "http://www.w3.org/2000/svg",
7815
7877
  width: size,
@@ -7841,7 +7903,7 @@ Help.defaultProps = {
7841
7903
  size: '1em'
7842
7904
  };
7843
7905
 
7844
- var loadingCircleStyle$2r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7906
+ var loadingCircleStyle$2s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7845
7907
 
7846
7908
  var History = function History(props) {
7847
7909
  var color = props.color,
@@ -7856,7 +7918,7 @@ var History = function History(props) {
7856
7918
  role: "img",
7857
7919
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
7858
7920
  }, /*#__PURE__*/React.createElement("style", {
7859
- children: loadingCircleStyle$2r
7921
+ children: loadingCircleStyle$2s
7860
7922
  }), /*#__PURE__*/React.createElement("svg", _extends({
7861
7923
  xmlns: "http://www.w3.org/2000/svg",
7862
7924
  width: size,
@@ -7888,7 +7950,7 @@ History.defaultProps = {
7888
7950
  size: '1em'
7889
7951
  };
7890
7952
 
7891
- var loadingCircleStyle$2s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7953
+ var loadingCircleStyle$2t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7892
7954
 
7893
7955
  var Backup = function Backup(props) {
7894
7956
  var color = props.color,
@@ -7903,7 +7965,7 @@ var Backup = function Backup(props) {
7903
7965
  role: "img",
7904
7966
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
7905
7967
  }, /*#__PURE__*/React.createElement("style", {
7906
- children: loadingCircleStyle$2s
7968
+ children: loadingCircleStyle$2t
7907
7969
  }), /*#__PURE__*/React.createElement("svg", _extends({
7908
7970
  xmlns: "http://www.w3.org/2000/svg",
7909
7971
  width: size,
@@ -7937,7 +7999,7 @@ Backup.defaultProps = {
7937
7999
  size: '1em'
7938
8000
  };
7939
8001
 
7940
- var loadingCircleStyle$2t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8002
+ var loadingCircleStyle$2u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7941
8003
 
7942
8004
  var Error = function Error(props) {
7943
8005
  var color = props.color,
@@ -7952,7 +8014,7 @@ var Error = function Error(props) {
7952
8014
  role: "img",
7953
8015
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
7954
8016
  }, /*#__PURE__*/React.createElement("style", {
7955
- children: loadingCircleStyle$2t
8017
+ children: loadingCircleStyle$2u
7956
8018
  }), /*#__PURE__*/React.createElement("svg", _extends({
7957
8019
  xmlns: "http://www.w3.org/2000/svg",
7958
8020
  width: size,
@@ -7988,7 +8050,7 @@ Error.defaultProps = {
7988
8050
  size: '1em'
7989
8051
  };
7990
8052
 
7991
- var loadingCircleStyle$2u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8053
+ var loadingCircleStyle$2v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7992
8054
 
7993
8055
  var ErrorFill = function ErrorFill(props) {
7994
8056
  var color = props.color,
@@ -8003,7 +8065,7 @@ var ErrorFill = function ErrorFill(props) {
8003
8065
  role: "img",
8004
8066
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8005
8067
  }, /*#__PURE__*/React.createElement("style", {
8006
- children: loadingCircleStyle$2u
8068
+ children: loadingCircleStyle$2v
8007
8069
  }), /*#__PURE__*/React.createElement("svg", _extends({
8008
8070
  xmlns: "http://www.w3.org/2000/svg",
8009
8071
  width: size,
@@ -8035,7 +8097,7 @@ ErrorFill.defaultProps = {
8035
8097
  size: '1em'
8036
8098
  };
8037
8099
 
8038
- var loadingCircleStyle$2v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8100
+ var loadingCircleStyle$2w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8039
8101
 
8040
8102
  var Error2 = function Error2(props) {
8041
8103
  var color = props.color,
@@ -8050,7 +8112,7 @@ var Error2 = function Error2(props) {
8050
8112
  role: "img",
8051
8113
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8052
8114
  }, /*#__PURE__*/React.createElement("style", {
8053
- children: loadingCircleStyle$2v
8115
+ children: loadingCircleStyle$2w
8054
8116
  }), /*#__PURE__*/React.createElement("svg", _extends({
8055
8117
  xmlns: "http://www.w3.org/2000/svg",
8056
8118
  width: size,
@@ -8084,7 +8146,7 @@ Error2.defaultProps = {
8084
8146
  size: '1em'
8085
8147
  };
8086
8148
 
8087
- var loadingCircleStyle$2w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8149
+ var loadingCircleStyle$2x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8088
8150
 
8089
8151
  var Error2Fill = function Error2Fill(props) {
8090
8152
  var color = props.color,
@@ -8099,7 +8161,7 @@ var Error2Fill = function Error2Fill(props) {
8099
8161
  role: "img",
8100
8162
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8101
8163
  }, /*#__PURE__*/React.createElement("style", {
8102
- children: loadingCircleStyle$2w
8164
+ children: loadingCircleStyle$2x
8103
8165
  }), /*#__PURE__*/React.createElement("svg", _extends({
8104
8166
  xmlns: "http://www.w3.org/2000/svg",
8105
8167
  width: size,
@@ -8133,7 +8195,7 @@ Error2Fill.defaultProps = {
8133
8195
  size: '1em'
8134
8196
  };
8135
8197
 
8136
- var loadingCircleStyle$2x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8198
+ var loadingCircleStyle$2y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8137
8199
 
8138
8200
  var Success = function Success(props) {
8139
8201
  var color = props.color,
@@ -8148,7 +8210,7 @@ var Success = function Success(props) {
8148
8210
  role: "img",
8149
8211
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8150
8212
  }, /*#__PURE__*/React.createElement("style", {
8151
- children: loadingCircleStyle$2x
8213
+ children: loadingCircleStyle$2y
8152
8214
  }), /*#__PURE__*/React.createElement("svg", _extends({
8153
8215
  xmlns: "http://www.w3.org/2000/svg",
8154
8216
  width: size,
@@ -8180,7 +8242,7 @@ Success.defaultProps = {
8180
8242
  size: '1em'
8181
8243
  };
8182
8244
 
8183
- var loadingCircleStyle$2y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8245
+ var loadingCircleStyle$2z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8184
8246
 
8185
8247
  var SuccessFill = function SuccessFill(props) {
8186
8248
  var color = props.color,
@@ -8195,7 +8257,7 @@ var SuccessFill = function SuccessFill(props) {
8195
8257
  role: "img",
8196
8258
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8197
8259
  }, /*#__PURE__*/React.createElement("style", {
8198
- children: loadingCircleStyle$2y
8260
+ children: loadingCircleStyle$2z
8199
8261
  }), /*#__PURE__*/React.createElement("svg", _extends({
8200
8262
  xmlns: "http://www.w3.org/2000/svg",
8201
8263
  width: size,
@@ -8229,7 +8291,7 @@ SuccessFill.defaultProps = {
8229
8291
  size: '1em'
8230
8292
  };
8231
8293
 
8232
- var loadingCircleStyle$2z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8294
+ var loadingCircleStyle$2A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8233
8295
 
8234
8296
  var Delete2 = function Delete2(props) {
8235
8297
  var color = props.color,
@@ -8244,7 +8306,7 @@ var Delete2 = function Delete2(props) {
8244
8306
  role: "img",
8245
8307
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8246
8308
  }, /*#__PURE__*/React.createElement("style", {
8247
- children: loadingCircleStyle$2z
8309
+ children: loadingCircleStyle$2A
8248
8310
  }), /*#__PURE__*/React.createElement("svg", _extends({
8249
8311
  xmlns: "http://www.w3.org/2000/svg",
8250
8312
  width: size,
@@ -8276,7 +8338,7 @@ Delete2.defaultProps = {
8276
8338
  size: '1em'
8277
8339
  };
8278
8340
 
8279
- var loadingCircleStyle$2A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8341
+ var loadingCircleStyle$2B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8280
8342
 
8281
8343
  var Delete2Fill = function Delete2Fill(props) {
8282
8344
  var color = props.color,
@@ -8291,7 +8353,7 @@ var Delete2Fill = function Delete2Fill(props) {
8291
8353
  role: "img",
8292
8354
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8293
8355
  }, /*#__PURE__*/React.createElement("style", {
8294
- children: loadingCircleStyle$2A
8356
+ children: loadingCircleStyle$2B
8295
8357
  }), /*#__PURE__*/React.createElement("svg", _extends({
8296
8358
  xmlns: "http://www.w3.org/2000/svg",
8297
8359
  width: size,
@@ -8323,7 +8385,7 @@ Delete2Fill.defaultProps = {
8323
8385
  size: '1em'
8324
8386
  };
8325
8387
 
8326
- var loadingCircleStyle$2B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8388
+ var loadingCircleStyle$2C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8327
8389
 
8328
8390
  var Exchange = function Exchange(props) {
8329
8391
  var color = props.color,
@@ -8338,7 +8400,7 @@ var Exchange = function Exchange(props) {
8338
8400
  role: "img",
8339
8401
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8340
8402
  }, /*#__PURE__*/React.createElement("style", {
8341
- children: loadingCircleStyle$2B
8403
+ children: loadingCircleStyle$2C
8342
8404
  }), /*#__PURE__*/React.createElement("svg", _extends({
8343
8405
  xmlns: "http://www.w3.org/2000/svg",
8344
8406
  width: size,
@@ -8370,7 +8432,7 @@ Exchange.defaultProps = {
8370
8432
  size: '1em'
8371
8433
  };
8372
8434
 
8373
- var loadingCircleStyle$2C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8435
+ var loadingCircleStyle$2D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8374
8436
 
8375
8437
  var SwapFill = function SwapFill(props) {
8376
8438
  var color = props.color,
@@ -8385,7 +8447,7 @@ var SwapFill = function SwapFill(props) {
8385
8447
  role: "img",
8386
8448
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8387
8449
  }, /*#__PURE__*/React.createElement("style", {
8388
- children: loadingCircleStyle$2C
8450
+ children: loadingCircleStyle$2D
8389
8451
  }), /*#__PURE__*/React.createElement("svg", _extends({
8390
8452
  xmlns: "http://www.w3.org/2000/svg",
8391
8453
  width: size,
@@ -8417,7 +8479,7 @@ SwapFill.defaultProps = {
8417
8479
  size: '1em'
8418
8480
  };
8419
8481
 
8420
- var loadingCircleStyle$2D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8482
+ var loadingCircleStyle$2E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8421
8483
 
8422
8484
  var Processing = function Processing(props) {
8423
8485
  var color = props.color,
@@ -8432,7 +8494,7 @@ var Processing = function Processing(props) {
8432
8494
  role: "img",
8433
8495
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8434
8496
  }, /*#__PURE__*/React.createElement("style", {
8435
- children: loadingCircleStyle$2D
8497
+ children: loadingCircleStyle$2E
8436
8498
  }), /*#__PURE__*/React.createElement("svg", _extends({
8437
8499
  xmlns: "http://www.w3.org/2000/svg",
8438
8500
  width: size,
@@ -8464,7 +8526,7 @@ Processing.defaultProps = {
8464
8526
  size: '1em'
8465
8527
  };
8466
8528
 
8467
- var loadingCircleStyle$2E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8529
+ var loadingCircleStyle$2F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8468
8530
 
8469
8531
  var Processing2 = function Processing2(props) {
8470
8532
  var color = props.color,
@@ -8479,7 +8541,7 @@ var Processing2 = function Processing2(props) {
8479
8541
  role: "img",
8480
8542
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8481
8543
  }, /*#__PURE__*/React.createElement("style", {
8482
- children: loadingCircleStyle$2E
8544
+ children: loadingCircleStyle$2F
8483
8545
  }), /*#__PURE__*/React.createElement("svg", _extends({
8484
8546
  xmlns: "http://www.w3.org/2000/svg",
8485
8547
  width: size,
@@ -8513,7 +8575,7 @@ Processing2.defaultProps = {
8513
8575
  size: '1em'
8514
8576
  };
8515
8577
 
8516
- var loadingCircleStyle$2F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8578
+ var loadingCircleStyle$2G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8517
8579
 
8518
8580
  var Done = function Done(props) {
8519
8581
  var color = props.color,
@@ -8528,7 +8590,7 @@ var Done = function Done(props) {
8528
8590
  role: "img",
8529
8591
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8530
8592
  }, /*#__PURE__*/React.createElement("style", {
8531
- children: loadingCircleStyle$2F
8593
+ children: loadingCircleStyle$2G
8532
8594
  }), /*#__PURE__*/React.createElement("svg", _extends({
8533
8595
  xmlns: "http://www.w3.org/2000/svg",
8534
8596
  width: size,
@@ -8560,7 +8622,7 @@ Done.defaultProps = {
8560
8622
  size: '1em'
8561
8623
  };
8562
8624
 
8563
- var loadingCircleStyle$2G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8625
+ var loadingCircleStyle$2H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8564
8626
 
8565
8627
  var Close = function Close(props) {
8566
8628
  var color = props.color,
@@ -8575,7 +8637,7 @@ var Close = function Close(props) {
8575
8637
  role: "img",
8576
8638
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8577
8639
  }, /*#__PURE__*/React.createElement("style", {
8578
- children: loadingCircleStyle$2G
8640
+ children: loadingCircleStyle$2H
8579
8641
  }), /*#__PURE__*/React.createElement("svg", _extends({
8580
8642
  xmlns: "http://www.w3.org/2000/svg",
8581
8643
  width: size,
@@ -8607,7 +8669,7 @@ Close.defaultProps = {
8607
8669
  size: '1em'
8608
8670
  };
8609
8671
 
8610
- var loadingCircleStyle$2H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8672
+ var loadingCircleStyle$2I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8611
8673
 
8612
8674
  var StarOutline = function StarOutline(props) {
8613
8675
  var color = props.color,
@@ -8622,7 +8684,7 @@ var StarOutline = function StarOutline(props) {
8622
8684
  role: "img",
8623
8685
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8624
8686
  }, /*#__PURE__*/React.createElement("style", {
8625
- children: loadingCircleStyle$2H
8687
+ children: loadingCircleStyle$2I
8626
8688
  }), /*#__PURE__*/React.createElement("svg", _extends({
8627
8689
  xmlns: "http://www.w3.org/2000/svg",
8628
8690
  width: size,
@@ -8654,7 +8716,7 @@ StarOutline.defaultProps = {
8654
8716
  size: '1em'
8655
8717
  };
8656
8718
 
8657
- var loadingCircleStyle$2I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8719
+ var loadingCircleStyle$2J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8658
8720
 
8659
8721
  var StarFill = function StarFill(props) {
8660
8722
  var color = props.color,
@@ -8669,7 +8731,7 @@ var StarFill = function StarFill(props) {
8669
8731
  role: "img",
8670
8732
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8671
8733
  }, /*#__PURE__*/React.createElement("style", {
8672
- children: loadingCircleStyle$2I
8734
+ children: loadingCircleStyle$2J
8673
8735
  }), /*#__PURE__*/React.createElement("svg", _extends({
8674
8736
  xmlns: "http://www.w3.org/2000/svg",
8675
8737
  width: size,
@@ -8701,7 +8763,7 @@ StarFill.defaultProps = {
8701
8763
  size: '1em'
8702
8764
  };
8703
8765
 
8704
- var loadingCircleStyle$2J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8766
+ var loadingCircleStyle$2K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8705
8767
 
8706
8768
  var TimeLock = function TimeLock(props) {
8707
8769
  var color = props.color,
@@ -8716,7 +8778,7 @@ var TimeLock = function TimeLock(props) {
8716
8778
  role: "img",
8717
8779
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8718
8780
  }, /*#__PURE__*/React.createElement("style", {
8719
- children: loadingCircleStyle$2J
8781
+ children: loadingCircleStyle$2K
8720
8782
  }), /*#__PURE__*/React.createElement("svg", _extends({
8721
8783
  xmlns: "http://www.w3.org/2000/svg",
8722
8784
  width: size,
@@ -8748,7 +8810,7 @@ TimeLock.defaultProps = {
8748
8810
  size: '1em'
8749
8811
  };
8750
8812
 
8751
- var loadingCircleStyle$2K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8813
+ var loadingCircleStyle$2L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8752
8814
 
8753
8815
  var Heart = function Heart(props) {
8754
8816
  var color = props.color,
@@ -8763,7 +8825,7 @@ var Heart = function Heart(props) {
8763
8825
  role: "img",
8764
8826
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8765
8827
  }, /*#__PURE__*/React.createElement("style", {
8766
- children: loadingCircleStyle$2K
8828
+ children: loadingCircleStyle$2L
8767
8829
  }), /*#__PURE__*/React.createElement("svg", _extends({
8768
8830
  xmlns: "http://www.w3.org/2000/svg",
8769
8831
  width: size,
@@ -8795,7 +8857,7 @@ Heart.defaultProps = {
8795
8857
  size: '1em'
8796
8858
  };
8797
8859
 
8798
- var loadingCircleStyle$2L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8860
+ var loadingCircleStyle$2M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8799
8861
 
8800
8862
  var Bookmark = function Bookmark(props) {
8801
8863
  var color = props.color,
@@ -8810,7 +8872,7 @@ var Bookmark = function Bookmark(props) {
8810
8872
  role: "img",
8811
8873
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8812
8874
  }, /*#__PURE__*/React.createElement("style", {
8813
- children: loadingCircleStyle$2L
8875
+ children: loadingCircleStyle$2M
8814
8876
  }), /*#__PURE__*/React.createElement("svg", _extends({
8815
8877
  xmlns: "http://www.w3.org/2000/svg",
8816
8878
  width: size,
@@ -8842,7 +8904,7 @@ Bookmark.defaultProps = {
8842
8904
  size: '1em'
8843
8905
  };
8844
8906
 
8845
- var loadingCircleStyle$2M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8907
+ var loadingCircleStyle$2N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8846
8908
 
8847
8909
  var Bookmark2 = function Bookmark2(props) {
8848
8910
  var color = props.color,
@@ -8857,7 +8919,7 @@ var Bookmark2 = function Bookmark2(props) {
8857
8919
  role: "img",
8858
8920
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8859
8921
  }, /*#__PURE__*/React.createElement("style", {
8860
- children: loadingCircleStyle$2M
8922
+ children: loadingCircleStyle$2N
8861
8923
  }), /*#__PURE__*/React.createElement("svg", _extends({
8862
8924
  xmlns: "http://www.w3.org/2000/svg",
8863
8925
  width: size,
@@ -8889,7 +8951,7 @@ Bookmark2.defaultProps = {
8889
8951
  size: '1em'
8890
8952
  };
8891
8953
 
8892
- var loadingCircleStyle$2N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8954
+ var loadingCircleStyle$2O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8893
8955
 
8894
8956
  var LockClose = function LockClose(props) {
8895
8957
  var color = props.color,
@@ -8904,7 +8966,7 @@ var LockClose = function LockClose(props) {
8904
8966
  role: "img",
8905
8967
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8906
8968
  }, /*#__PURE__*/React.createElement("style", {
8907
- children: loadingCircleStyle$2N
8969
+ children: loadingCircleStyle$2O
8908
8970
  }), /*#__PURE__*/React.createElement("svg", _extends({
8909
8971
  xmlns: "http://www.w3.org/2000/svg",
8910
8972
  width: size,
@@ -8940,7 +9002,7 @@ LockClose.defaultProps = {
8940
9002
  size: '1em'
8941
9003
  };
8942
9004
 
8943
- var loadingCircleStyle$2O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9005
+ var loadingCircleStyle$2P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8944
9006
 
8945
9007
  var LockCloseFill = function LockCloseFill(props) {
8946
9008
  var color = props.color,
@@ -8955,7 +9017,7 @@ var LockCloseFill = function LockCloseFill(props) {
8955
9017
  role: "img",
8956
9018
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8957
9019
  }, /*#__PURE__*/React.createElement("style", {
8958
- children: loadingCircleStyle$2O
9020
+ children: loadingCircleStyle$2P
8959
9021
  }), /*#__PURE__*/React.createElement("svg", _extends({
8960
9022
  xmlns: "http://www.w3.org/2000/svg",
8961
9023
  width: size,
@@ -8987,7 +9049,7 @@ LockCloseFill.defaultProps = {
8987
9049
  size: '1em'
8988
9050
  };
8989
9051
 
8990
- var loadingCircleStyle$2P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9052
+ var loadingCircleStyle$2Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8991
9053
 
8992
9054
  var LockOpen = function LockOpen(props) {
8993
9055
  var color = props.color,
@@ -9002,7 +9064,7 @@ var LockOpen = function LockOpen(props) {
9002
9064
  role: "img",
9003
9065
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9004
9066
  }, /*#__PURE__*/React.createElement("style", {
9005
- children: loadingCircleStyle$2P
9067
+ children: loadingCircleStyle$2Q
9006
9068
  }), /*#__PURE__*/React.createElement("svg", _extends({
9007
9069
  xmlns: "http://www.w3.org/2000/svg",
9008
9070
  width: size,
@@ -9034,7 +9096,7 @@ LockOpen.defaultProps = {
9034
9096
  size: '1em'
9035
9097
  };
9036
9098
 
9037
- var loadingCircleStyle$2Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9099
+ var loadingCircleStyle$2R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9038
9100
 
9039
9101
  var LockOpenFill = function LockOpenFill(props) {
9040
9102
  var color = props.color,
@@ -9049,7 +9111,7 @@ var LockOpenFill = function LockOpenFill(props) {
9049
9111
  role: "img",
9050
9112
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9051
9113
  }, /*#__PURE__*/React.createElement("style", {
9052
- children: loadingCircleStyle$2Q
9114
+ children: loadingCircleStyle$2R
9053
9115
  }), /*#__PURE__*/React.createElement("svg", _extends({
9054
9116
  xmlns: "http://www.w3.org/2000/svg",
9055
9117
  width: size,
@@ -9081,7 +9143,7 @@ LockOpenFill.defaultProps = {
9081
9143
  size: '1em'
9082
9144
  };
9083
9145
 
9084
- var loadingCircleStyle$2R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9146
+ var loadingCircleStyle$2S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9085
9147
 
9086
9148
  var EyeOn = function EyeOn(props) {
9087
9149
  var color = props.color,
@@ -9096,7 +9158,7 @@ var EyeOn = function EyeOn(props) {
9096
9158
  role: "img",
9097
9159
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9098
9160
  }, /*#__PURE__*/React.createElement("style", {
9099
- children: loadingCircleStyle$2R
9161
+ children: loadingCircleStyle$2S
9100
9162
  }), /*#__PURE__*/React.createElement("svg", _extends({
9101
9163
  xmlns: "http://www.w3.org/2000/svg",
9102
9164
  width: size,
@@ -9128,7 +9190,7 @@ EyeOn.defaultProps = {
9128
9190
  size: '1em'
9129
9191
  };
9130
9192
 
9131
- var loadingCircleStyle$2S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9193
+ var loadingCircleStyle$2T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9132
9194
 
9133
9195
  var EyeOnFill = function EyeOnFill(props) {
9134
9196
  var color = props.color,
@@ -9143,7 +9205,7 @@ var EyeOnFill = function EyeOnFill(props) {
9143
9205
  role: "img",
9144
9206
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9145
9207
  }, /*#__PURE__*/React.createElement("style", {
9146
- children: loadingCircleStyle$2S
9208
+ children: loadingCircleStyle$2T
9147
9209
  }), /*#__PURE__*/React.createElement("svg", _extends({
9148
9210
  xmlns: "http://www.w3.org/2000/svg",
9149
9211
  width: size,
@@ -9177,7 +9239,7 @@ EyeOnFill.defaultProps = {
9177
9239
  size: '1em'
9178
9240
  };
9179
9241
 
9180
- var loadingCircleStyle$2T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9242
+ var loadingCircleStyle$2U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9181
9243
 
9182
9244
  var EyeOff = function EyeOff(props) {
9183
9245
  var color = props.color,
@@ -9192,7 +9254,7 @@ var EyeOff = function EyeOff(props) {
9192
9254
  role: "img",
9193
9255
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9194
9256
  }, /*#__PURE__*/React.createElement("style", {
9195
- children: loadingCircleStyle$2T
9257
+ children: loadingCircleStyle$2U
9196
9258
  }), /*#__PURE__*/React.createElement("svg", _extends({
9197
9259
  xmlns: "http://www.w3.org/2000/svg",
9198
9260
  width: size,
@@ -9224,7 +9286,7 @@ EyeOff.defaultProps = {
9224
9286
  size: '1em'
9225
9287
  };
9226
9288
 
9227
- var loadingCircleStyle$2U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9289
+ var loadingCircleStyle$2V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9228
9290
 
9229
9291
  var EyeOffFill = function EyeOffFill(props) {
9230
9292
  var color = props.color,
@@ -9239,7 +9301,7 @@ var EyeOffFill = function EyeOffFill(props) {
9239
9301
  role: "img",
9240
9302
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9241
9303
  }, /*#__PURE__*/React.createElement("style", {
9242
- children: loadingCircleStyle$2U
9304
+ children: loadingCircleStyle$2V
9243
9305
  }), /*#__PURE__*/React.createElement("svg", _extends({
9244
9306
  xmlns: "http://www.w3.org/2000/svg",
9245
9307
  width: size,
@@ -9273,7 +9335,7 @@ EyeOffFill.defaultProps = {
9273
9335
  size: '1em'
9274
9336
  };
9275
9337
 
9276
- var loadingCircleStyle$2V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9338
+ var loadingCircleStyle$2W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9277
9339
 
9278
9340
  var Dot = function Dot(props) {
9279
9341
  var color = props.color,
@@ -9288,7 +9350,7 @@ var Dot = function Dot(props) {
9288
9350
  role: "img",
9289
9351
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9290
9352
  }, /*#__PURE__*/React.createElement("style", {
9291
- children: loadingCircleStyle$2V
9353
+ children: loadingCircleStyle$2W
9292
9354
  }), /*#__PURE__*/React.createElement("svg", _extends({
9293
9355
  xmlns: "http://www.w3.org/2000/svg",
9294
9356
  width: size,
@@ -9322,7 +9384,7 @@ Dot.defaultProps = {
9322
9384
  size: '1em'
9323
9385
  };
9324
9386
 
9325
- var loadingCircleStyle$2W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9387
+ var loadingCircleStyle$2X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9326
9388
 
9327
9389
  var Anchor = function Anchor(props) {
9328
9390
  var color = props.color,
@@ -9337,7 +9399,7 @@ var Anchor = function Anchor(props) {
9337
9399
  role: "img",
9338
9400
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9339
9401
  }, /*#__PURE__*/React.createElement("style", {
9340
- children: loadingCircleStyle$2W
9402
+ children: loadingCircleStyle$2X
9341
9403
  }), /*#__PURE__*/React.createElement("svg", _extends({
9342
9404
  xmlns: "http://www.w3.org/2000/svg",
9343
9405
  width: size,
@@ -9369,7 +9431,7 @@ Anchor.defaultProps = {
9369
9431
  size: '1em'
9370
9432
  };
9371
9433
 
9372
- var loadingCircleStyle$2X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9434
+ var loadingCircleStyle$2Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9373
9435
 
9374
9436
  var ChartLine = function ChartLine(props) {
9375
9437
  var color = props.color,
@@ -9384,7 +9446,7 @@ var ChartLine = function ChartLine(props) {
9384
9446
  role: "img",
9385
9447
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9386
9448
  }, /*#__PURE__*/React.createElement("style", {
9387
- children: loadingCircleStyle$2X
9449
+ children: loadingCircleStyle$2Y
9388
9450
  }), /*#__PURE__*/React.createElement("svg", _extends({
9389
9451
  xmlns: "http://www.w3.org/2000/svg",
9390
9452
  width: size,
@@ -9422,7 +9484,7 @@ ChartLine.defaultProps = {
9422
9484
  size: '1em'
9423
9485
  };
9424
9486
 
9425
- var loadingCircleStyle$2Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9487
+ var loadingCircleStyle$2Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9426
9488
 
9427
9489
  var ChartBar = function ChartBar(props) {
9428
9490
  var color = props.color,
@@ -9437,7 +9499,7 @@ var ChartBar = function ChartBar(props) {
9437
9499
  role: "img",
9438
9500
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9439
9501
  }, /*#__PURE__*/React.createElement("style", {
9440
- children: loadingCircleStyle$2Y
9502
+ children: loadingCircleStyle$2Z
9441
9503
  }), /*#__PURE__*/React.createElement("svg", _extends({
9442
9504
  xmlns: "http://www.w3.org/2000/svg",
9443
9505
  width: size,
@@ -9473,7 +9535,7 @@ ChartBar.defaultProps = {
9473
9535
  size: '1em'
9474
9536
  };
9475
9537
 
9476
- var loadingCircleStyle$2Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9538
+ var loadingCircleStyle$2_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9477
9539
 
9478
9540
  var ChartCum = function ChartCum(props) {
9479
9541
  var color = props.color,
@@ -9488,7 +9550,7 @@ var ChartCum = function ChartCum(props) {
9488
9550
  role: "img",
9489
9551
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9490
9552
  }, /*#__PURE__*/React.createElement("style", {
9491
- children: loadingCircleStyle$2Z
9553
+ children: loadingCircleStyle$2_
9492
9554
  }), /*#__PURE__*/React.createElement("svg", _extends({
9493
9555
  xmlns: "http://www.w3.org/2000/svg",
9494
9556
  width: size,
@@ -9530,7 +9592,7 @@ ChartCum.defaultProps = {
9530
9592
  size: '1em'
9531
9593
  };
9532
9594
 
9533
- var loadingCircleStyle$2_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9595
+ var loadingCircleStyle$2$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9534
9596
 
9535
9597
  var ChartPie = function ChartPie(props) {
9536
9598
  var color = props.color,
@@ -9545,7 +9607,7 @@ var ChartPie = function ChartPie(props) {
9545
9607
  role: "img",
9546
9608
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9547
9609
  }, /*#__PURE__*/React.createElement("style", {
9548
- children: loadingCircleStyle$2_
9610
+ children: loadingCircleStyle$2$
9549
9611
  }), /*#__PURE__*/React.createElement("svg", _extends({
9550
9612
  xmlns: "http://www.w3.org/2000/svg",
9551
9613
  width: size,
@@ -9579,7 +9641,7 @@ ChartPie.defaultProps = {
9579
9641
  size: '1em'
9580
9642
  };
9581
9643
 
9582
- var loadingCircleStyle$2$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9644
+ var loadingCircleStyle$30 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9583
9645
 
9584
9646
  var ChartDNRe = function ChartDNRe(props) {
9585
9647
  var color = props.color,
@@ -9594,7 +9656,7 @@ var ChartDNRe = function ChartDNRe(props) {
9594
9656
  role: "img",
9595
9657
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9596
9658
  }, /*#__PURE__*/React.createElement("style", {
9597
- children: loadingCircleStyle$2$
9659
+ children: loadingCircleStyle$30
9598
9660
  }), /*#__PURE__*/React.createElement("svg", _extends({
9599
9661
  xmlns: "http://www.w3.org/2000/svg",
9600
9662
  width: size,
@@ -9638,7 +9700,7 @@ ChartDNRe.defaultProps = {
9638
9700
  size: '1em'
9639
9701
  };
9640
9702
 
9641
- var loadingCircleStyle$30 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9703
+ var loadingCircleStyle$31 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9642
9704
 
9643
9705
  var ChartDRe = function ChartDRe(props) {
9644
9706
  var color = props.color,
@@ -9653,7 +9715,7 @@ var ChartDRe = function ChartDRe(props) {
9653
9715
  role: "img",
9654
9716
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9655
9717
  }, /*#__PURE__*/React.createElement("style", {
9656
- children: loadingCircleStyle$30
9718
+ children: loadingCircleStyle$31
9657
9719
  }), /*#__PURE__*/React.createElement("svg", _extends({
9658
9720
  xmlns: "http://www.w3.org/2000/svg",
9659
9721
  width: size,
@@ -9697,7 +9759,7 @@ ChartDRe.defaultProps = {
9697
9759
  size: '1em'
9698
9760
  };
9699
9761
 
9700
- var loadingCircleStyle$31 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9762
+ var loadingCircleStyle$32 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9701
9763
 
9702
9764
  var ChartFunnel = function ChartFunnel(props) {
9703
9765
  var color = props.color,
@@ -9712,7 +9774,7 @@ var ChartFunnel = function ChartFunnel(props) {
9712
9774
  role: "img",
9713
9775
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9714
9776
  }, /*#__PURE__*/React.createElement("style", {
9715
- children: loadingCircleStyle$31
9777
+ children: loadingCircleStyle$32
9716
9778
  }), /*#__PURE__*/React.createElement("svg", _extends({
9717
9779
  xmlns: "http://www.w3.org/2000/svg",
9718
9780
  width: size,
@@ -9748,7 +9810,7 @@ ChartFunnel.defaultProps = {
9748
9810
  size: '1em'
9749
9811
  };
9750
9812
 
9751
- var loadingCircleStyle$32 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9813
+ var loadingCircleStyle$33 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9752
9814
 
9753
9815
  var ChartInterval = function ChartInterval(props) {
9754
9816
  var color = props.color,
@@ -9763,7 +9825,7 @@ var ChartInterval = function ChartInterval(props) {
9763
9825
  role: "img",
9764
9826
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9765
9827
  }, /*#__PURE__*/React.createElement("style", {
9766
- children: loadingCircleStyle$32
9828
+ children: loadingCircleStyle$33
9767
9829
  }), /*#__PURE__*/React.createElement("svg", _extends({
9768
9830
  xmlns: "http://www.w3.org/2000/svg",
9769
9831
  width: size,
@@ -9797,7 +9859,7 @@ ChartInterval.defaultProps = {
9797
9859
  size: '1em'
9798
9860
  };
9799
9861
 
9800
- var loadingCircleStyle$33 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9862
+ var loadingCircleStyle$34 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9801
9863
 
9802
9864
  var ChartStack = function ChartStack(props) {
9803
9865
  var color = props.color,
@@ -9812,7 +9874,7 @@ var ChartStack = function ChartStack(props) {
9812
9874
  role: "img",
9813
9875
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9814
9876
  }, /*#__PURE__*/React.createElement("style", {
9815
- children: loadingCircleStyle$33
9877
+ children: loadingCircleStyle$34
9816
9878
  }), /*#__PURE__*/React.createElement("svg", _extends({
9817
9879
  xmlns: "http://www.w3.org/2000/svg",
9818
9880
  width: size,
@@ -9846,7 +9908,7 @@ ChartStack.defaultProps = {
9846
9908
  size: '1em'
9847
9909
  };
9848
9910
 
9849
- var loadingCircleStyle$34 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9911
+ var loadingCircleStyle$35 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9850
9912
 
9851
9913
  var ChartStackn = function ChartStackn(props) {
9852
9914
  var color = props.color,
@@ -9861,7 +9923,7 @@ var ChartStackn = function ChartStackn(props) {
9861
9923
  role: "img",
9862
9924
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9863
9925
  }, /*#__PURE__*/React.createElement("style", {
9864
- children: loadingCircleStyle$34
9926
+ children: loadingCircleStyle$35
9865
9927
  }), /*#__PURE__*/React.createElement("svg", _extends({
9866
9928
  xmlns: "http://www.w3.org/2000/svg",
9867
9929
  width: size,
@@ -9895,7 +9957,7 @@ ChartStackn.defaultProps = {
9895
9957
  size: '1em'
9896
9958
  };
9897
9959
 
9898
- var loadingCircleStyle$35 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9960
+ var loadingCircleStyle$36 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9899
9961
 
9900
9962
  var ChartStackPerc = function ChartStackPerc(props) {
9901
9963
  var color = props.color,
@@ -9910,7 +9972,7 @@ var ChartStackPerc = function ChartStackPerc(props) {
9910
9972
  role: "img",
9911
9973
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9912
9974
  }, /*#__PURE__*/React.createElement("style", {
9913
- children: loadingCircleStyle$35
9975
+ children: loadingCircleStyle$36
9914
9976
  }), /*#__PURE__*/React.createElement("svg", _extends({
9915
9977
  xmlns: "http://www.w3.org/2000/svg",
9916
9978
  width: size,
@@ -9944,7 +10006,7 @@ ChartStackPerc.defaultProps = {
9944
10006
  size: '1em'
9945
10007
  };
9946
10008
 
9947
- var loadingCircleStyle$36 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10009
+ var loadingCircleStyle$37 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9948
10010
 
9949
10011
  var ChartComplex = function ChartComplex(props) {
9950
10012
  var color = props.color,
@@ -9959,7 +10021,7 @@ var ChartComplex = function ChartComplex(props) {
9959
10021
  role: "img",
9960
10022
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9961
10023
  }, /*#__PURE__*/React.createElement("style", {
9962
- children: loadingCircleStyle$36
10024
+ children: loadingCircleStyle$37
9963
10025
  }), /*#__PURE__*/React.createElement("svg", _extends({
9964
10026
  xmlns: "http://www.w3.org/2000/svg",
9965
10027
  width: size,
@@ -9999,7 +10061,7 @@ ChartComplex.defaultProps = {
9999
10061
  size: '1em'
10000
10062
  };
10001
10063
 
10002
- var loadingCircleStyle$37 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10064
+ var loadingCircleStyle$38 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10003
10065
 
10004
10066
  var ChartHistogram = function ChartHistogram(props) {
10005
10067
  var color = props.color,
@@ -10014,7 +10076,7 @@ var ChartHistogram = function ChartHistogram(props) {
10014
10076
  role: "img",
10015
10077
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10016
10078
  }, /*#__PURE__*/React.createElement("style", {
10017
- children: loadingCircleStyle$37
10079
+ children: loadingCircleStyle$38
10018
10080
  }), /*#__PURE__*/React.createElement("svg", _extends({
10019
10081
  xmlns: "http://www.w3.org/2000/svg",
10020
10082
  width: size,
@@ -10060,7 +10122,7 @@ ChartHistogram.defaultProps = {
10060
10122
  size: '1em'
10061
10123
  };
10062
10124
 
10063
- var loadingCircleStyle$38 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10125
+ var loadingCircleStyle$39 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10064
10126
 
10065
10127
  var ChartTable = function ChartTable(props) {
10066
10128
  var color = props.color,
@@ -10075,7 +10137,7 @@ var ChartTable = function ChartTable(props) {
10075
10137
  role: "img",
10076
10138
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10077
10139
  }, /*#__PURE__*/React.createElement("style", {
10078
- children: loadingCircleStyle$38
10140
+ children: loadingCircleStyle$39
10079
10141
  }), /*#__PURE__*/React.createElement("svg", _extends({
10080
10142
  xmlns: "http://www.w3.org/2000/svg",
10081
10143
  width: size,
@@ -10107,7 +10169,7 @@ ChartTable.defaultProps = {
10107
10169
  size: '1em'
10108
10170
  };
10109
10171
 
10110
- var loadingCircleStyle$39 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10172
+ var loadingCircleStyle$3a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10111
10173
 
10112
10174
  var ChartFieldlist = function ChartFieldlist(props) {
10113
10175
  var color = props.color,
@@ -10122,7 +10184,7 @@ var ChartFieldlist = function ChartFieldlist(props) {
10122
10184
  role: "img",
10123
10185
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10124
10186
  }, /*#__PURE__*/React.createElement("style", {
10125
- children: loadingCircleStyle$39
10187
+ children: loadingCircleStyle$3a
10126
10188
  }), /*#__PURE__*/React.createElement("svg", _extends({
10127
10189
  xmlns: "http://www.w3.org/2000/svg",
10128
10190
  width: size,
@@ -10154,7 +10216,7 @@ ChartFieldlist.defaultProps = {
10154
10216
  size: '1em'
10155
10217
  };
10156
10218
 
10157
- var loadingCircleStyle$3a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10219
+ var loadingCircleStyle$3b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10158
10220
 
10159
10221
  var Table1dtable = function Table1dtable(props) {
10160
10222
  var color = props.color,
@@ -10169,7 +10231,7 @@ var Table1dtable = function Table1dtable(props) {
10169
10231
  role: "img",
10170
10232
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10171
10233
  }, /*#__PURE__*/React.createElement("style", {
10172
- children: loadingCircleStyle$3a
10234
+ children: loadingCircleStyle$3b
10173
10235
  }), /*#__PURE__*/React.createElement("svg", _extends({
10174
10236
  xmlns: "http://www.w3.org/2000/svg",
10175
10237
  width: size,
@@ -10219,7 +10281,7 @@ Table1dtable.defaultProps = {
10219
10281
  size: '1em'
10220
10282
  };
10221
10283
 
10222
- var loadingCircleStyle$3b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10284
+ var loadingCircleStyle$3c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10223
10285
 
10224
10286
  var ChartSqltable = function ChartSqltable(props) {
10225
10287
  var color = props.color,
@@ -10234,7 +10296,7 @@ var ChartSqltable = function ChartSqltable(props) {
10234
10296
  role: "img",
10235
10297
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10236
10298
  }, /*#__PURE__*/React.createElement("style", {
10237
- children: loadingCircleStyle$3b
10299
+ children: loadingCircleStyle$3c
10238
10300
  }), /*#__PURE__*/React.createElement("svg", _extends({
10239
10301
  xmlns: "http://www.w3.org/2000/svg",
10240
10302
  width: size,
@@ -10266,7 +10328,7 @@ ChartSqltable.defaultProps = {
10266
10328
  size: '1em'
10267
10329
  };
10268
10330
 
10269
- var loadingCircleStyle$3c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10331
+ var loadingCircleStyle$3d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10270
10332
 
10271
10333
  var ChartCombinedTable = function ChartCombinedTable(props) {
10272
10334
  var color = props.color,
@@ -10281,7 +10343,7 @@ var ChartCombinedTable = function ChartCombinedTable(props) {
10281
10343
  role: "img",
10282
10344
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10283
10345
  }, /*#__PURE__*/React.createElement("style", {
10284
- children: loadingCircleStyle$3c
10346
+ children: loadingCircleStyle$3d
10285
10347
  }), /*#__PURE__*/React.createElement("svg", _extends({
10286
10348
  xmlns: "http://www.w3.org/2000/svg",
10287
10349
  width: size,
@@ -10313,7 +10375,7 @@ ChartCombinedTable.defaultProps = {
10313
10375
  size: '1em'
10314
10376
  };
10315
10377
 
10316
- var loadingCircleStyle$3d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10378
+ var loadingCircleStyle$3e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10317
10379
 
10318
10380
  var ChartDistTable = function ChartDistTable(props) {
10319
10381
  var color = props.color,
@@ -10328,7 +10390,7 @@ var ChartDistTable = function ChartDistTable(props) {
10328
10390
  role: "img",
10329
10391
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10330
10392
  }, /*#__PURE__*/React.createElement("style", {
10331
- children: loadingCircleStyle$3d
10393
+ children: loadingCircleStyle$3e
10332
10394
  }), /*#__PURE__*/React.createElement("svg", _extends({
10333
10395
  xmlns: "http://www.w3.org/2000/svg",
10334
10396
  width: size,
@@ -10360,7 +10422,7 @@ ChartDistTable.defaultProps = {
10360
10422
  size: '1em'
10361
10423
  };
10362
10424
 
10363
- var loadingCircleStyle$3e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10425
+ var loadingCircleStyle$3f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10364
10426
 
10365
10427
  var ChartBarTable = function ChartBarTable(props) {
10366
10428
  var color = props.color,
@@ -10375,7 +10437,7 @@ var ChartBarTable = function ChartBarTable(props) {
10375
10437
  role: "img",
10376
10438
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10377
10439
  }, /*#__PURE__*/React.createElement("style", {
10378
- children: loadingCircleStyle$3e
10440
+ children: loadingCircleStyle$3f
10379
10441
  }), /*#__PURE__*/React.createElement("svg", _extends({
10380
10442
  xmlns: "http://www.w3.org/2000/svg",
10381
10443
  width: size,
@@ -10409,7 +10471,7 @@ ChartBarTable.defaultProps = {
10409
10471
  size: '1em'
10410
10472
  };
10411
10473
 
10412
- var loadingCircleStyle$3f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10474
+ var loadingCircleStyle$3g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10413
10475
 
10414
10476
  var ChartLineTable = function ChartLineTable(props) {
10415
10477
  var color = props.color,
@@ -10424,7 +10486,7 @@ var ChartLineTable = function ChartLineTable(props) {
10424
10486
  role: "img",
10425
10487
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10426
10488
  }, /*#__PURE__*/React.createElement("style", {
10427
- children: loadingCircleStyle$3f
10489
+ children: loadingCircleStyle$3g
10428
10490
  }), /*#__PURE__*/React.createElement("svg", _extends({
10429
10491
  xmlns: "http://www.w3.org/2000/svg",
10430
10492
  width: size,
@@ -10464,7 +10526,7 @@ ChartLineTable.defaultProps = {
10464
10526
  size: '1em'
10465
10527
  };
10466
10528
 
10467
- var loadingCircleStyle$3g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10529
+ var loadingCircleStyle$3h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10468
10530
 
10469
10531
  var ChartScatter = function ChartScatter(props) {
10470
10532
  var color = props.color,
@@ -10479,7 +10541,7 @@ var ChartScatter = function ChartScatter(props) {
10479
10541
  role: "img",
10480
10542
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10481
10543
  }, /*#__PURE__*/React.createElement("style", {
10482
- children: loadingCircleStyle$3g
10544
+ children: loadingCircleStyle$3h
10483
10545
  }), /*#__PURE__*/React.createElement("svg", _extends({
10484
10546
  xmlns: "http://www.w3.org/2000/svg",
10485
10547
  width: size,
@@ -10523,7 +10585,7 @@ ChartScatter.defaultProps = {
10523
10585
  size: '1em'
10524
10586
  };
10525
10587
 
10526
- var loadingCircleStyle$3h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10588
+ var loadingCircleStyle$3i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10527
10589
 
10528
10590
  var Play = function Play(props) {
10529
10591
  var color = props.color,
@@ -10538,7 +10600,7 @@ var Play = function Play(props) {
10538
10600
  role: "img",
10539
10601
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10540
10602
  }, /*#__PURE__*/React.createElement("style", {
10541
- children: loadingCircleStyle$3h
10603
+ children: loadingCircleStyle$3i
10542
10604
  }), /*#__PURE__*/React.createElement("svg", _extends({
10543
10605
  xmlns: "http://www.w3.org/2000/svg",
10544
10606
  width: size,
@@ -10570,7 +10632,7 @@ Play.defaultProps = {
10570
10632
  size: '1em'
10571
10633
  };
10572
10634
 
10573
- var loadingCircleStyle$3i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10635
+ var loadingCircleStyle$3j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10574
10636
 
10575
10637
  var Config = function Config(props) {
10576
10638
  var color = props.color,
@@ -10585,7 +10647,7 @@ var Config = function Config(props) {
10585
10647
  role: "img",
10586
10648
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10587
10649
  }, /*#__PURE__*/React.createElement("style", {
10588
- children: loadingCircleStyle$3i
10650
+ children: loadingCircleStyle$3j
10589
10651
  }), /*#__PURE__*/React.createElement("svg", _extends({
10590
10652
  xmlns: "http://www.w3.org/2000/svg",
10591
10653
  width: size,
@@ -10617,7 +10679,7 @@ Config.defaultProps = {
10617
10679
  size: '1em'
10618
10680
  };
10619
10681
 
10620
- var loadingCircleStyle$3j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10682
+ var loadingCircleStyle$3k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10621
10683
 
10622
10684
  var Setting = function Setting(props) {
10623
10685
  var color = props.color,
@@ -10632,7 +10694,7 @@ var Setting = function Setting(props) {
10632
10694
  role: "img",
10633
10695
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10634
10696
  }, /*#__PURE__*/React.createElement("style", {
10635
- children: loadingCircleStyle$3j
10697
+ children: loadingCircleStyle$3k
10636
10698
  }), /*#__PURE__*/React.createElement("svg", _extends({
10637
10699
  xmlns: "http://www.w3.org/2000/svg",
10638
10700
  width: size,
@@ -10664,7 +10726,7 @@ Setting.defaultProps = {
10664
10726
  size: '1em'
10665
10727
  };
10666
10728
 
10667
- var loadingCircleStyle$3k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10729
+ var loadingCircleStyle$3l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10668
10730
 
10669
10731
  var Search = function Search(props) {
10670
10732
  var color = props.color,
@@ -10679,7 +10741,7 @@ var Search = function Search(props) {
10679
10741
  role: "img",
10680
10742
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10681
10743
  }, /*#__PURE__*/React.createElement("style", {
10682
- children: loadingCircleStyle$3k
10744
+ children: loadingCircleStyle$3l
10683
10745
  }), /*#__PURE__*/React.createElement("svg", _extends({
10684
10746
  xmlns: "http://www.w3.org/2000/svg",
10685
10747
  width: size,
@@ -10711,7 +10773,7 @@ Search.defaultProps = {
10711
10773
  size: '1em'
10712
10774
  };
10713
10775
 
10714
- var loadingCircleStyle$3l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10776
+ var loadingCircleStyle$3m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10715
10777
 
10716
10778
  var Copy = function Copy(props) {
10717
10779
  var color = props.color,
@@ -10726,7 +10788,7 @@ var Copy = function Copy(props) {
10726
10788
  role: "img",
10727
10789
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10728
10790
  }, /*#__PURE__*/React.createElement("style", {
10729
- children: loadingCircleStyle$3l
10791
+ children: loadingCircleStyle$3m
10730
10792
  }), /*#__PURE__*/React.createElement("svg", _extends({
10731
10793
  xmlns: "http://www.w3.org/2000/svg",
10732
10794
  width: size,
@@ -10758,7 +10820,7 @@ Copy.defaultProps = {
10758
10820
  size: '1em'
10759
10821
  };
10760
10822
 
10761
- var loadingCircleStyle$3m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10823
+ var loadingCircleStyle$3n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10762
10824
 
10763
10825
  var Copy2 = function Copy2(props) {
10764
10826
  var color = props.color,
@@ -10773,7 +10835,7 @@ var Copy2 = function Copy2(props) {
10773
10835
  role: "img",
10774
10836
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10775
10837
  }, /*#__PURE__*/React.createElement("style", {
10776
- children: loadingCircleStyle$3m
10838
+ children: loadingCircleStyle$3n
10777
10839
  }), /*#__PURE__*/React.createElement("svg", _extends({
10778
10840
  xmlns: "http://www.w3.org/2000/svg",
10779
10841
  width: size,
@@ -10805,7 +10867,7 @@ Copy2.defaultProps = {
10805
10867
  size: '1em'
10806
10868
  };
10807
10869
 
10808
- var loadingCircleStyle$3n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10870
+ var loadingCircleStyle$3o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10809
10871
 
10810
10872
  var Format = function Format(props) {
10811
10873
  var color = props.color,
@@ -10820,7 +10882,7 @@ var Format = function Format(props) {
10820
10882
  role: "img",
10821
10883
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10822
10884
  }, /*#__PURE__*/React.createElement("style", {
10823
- children: loadingCircleStyle$3n
10885
+ children: loadingCircleStyle$3o
10824
10886
  }), /*#__PURE__*/React.createElement("svg", _extends({
10825
10887
  xmlns: "http://www.w3.org/2000/svg",
10826
10888
  width: size,
@@ -10854,7 +10916,7 @@ Format.defaultProps = {
10854
10916
  size: '1em'
10855
10917
  };
10856
10918
 
10857
- var loadingCircleStyle$3o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10919
+ var loadingCircleStyle$3p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10858
10920
 
10859
10921
  var Code = function Code(props) {
10860
10922
  var color = props.color,
@@ -10869,7 +10931,7 @@ var Code = function Code(props) {
10869
10931
  role: "img",
10870
10932
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10871
10933
  }, /*#__PURE__*/React.createElement("style", {
10872
- children: loadingCircleStyle$3o
10934
+ children: loadingCircleStyle$3p
10873
10935
  }), /*#__PURE__*/React.createElement("svg", _extends({
10874
10936
  xmlns: "http://www.w3.org/2000/svg",
10875
10937
  width: size,
@@ -10901,7 +10963,7 @@ Code.defaultProps = {
10901
10963
  size: '1em'
10902
10964
  };
10903
10965
 
10904
- var loadingCircleStyle$3p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10966
+ var loadingCircleStyle$3q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10905
10967
 
10906
10968
  var Edit = function Edit(props) {
10907
10969
  var color = props.color,
@@ -10916,7 +10978,7 @@ var Edit = function Edit(props) {
10916
10978
  role: "img",
10917
10979
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10918
10980
  }, /*#__PURE__*/React.createElement("style", {
10919
- children: loadingCircleStyle$3p
10981
+ children: loadingCircleStyle$3q
10920
10982
  }), /*#__PURE__*/React.createElement("svg", _extends({
10921
10983
  xmlns: "http://www.w3.org/2000/svg",
10922
10984
  width: size,
@@ -10948,7 +11010,7 @@ Edit.defaultProps = {
10948
11010
  size: '1em'
10949
11011
  };
10950
11012
 
10951
- var loadingCircleStyle$3q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11013
+ var loadingCircleStyle$3r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10952
11014
 
10953
11015
  var EditFill = function EditFill(props) {
10954
11016
  var color = props.color,
@@ -10963,7 +11025,7 @@ var EditFill = function EditFill(props) {
10963
11025
  role: "img",
10964
11026
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10965
11027
  }, /*#__PURE__*/React.createElement("style", {
10966
- children: loadingCircleStyle$3q
11028
+ children: loadingCircleStyle$3r
10967
11029
  }), /*#__PURE__*/React.createElement("svg", _extends({
10968
11030
  xmlns: "http://www.w3.org/2000/svg",
10969
11031
  width: size,
@@ -10997,7 +11059,7 @@ EditFill.defaultProps = {
10997
11059
  size: '1em'
10998
11060
  };
10999
11061
 
11000
- var loadingCircleStyle$3r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11062
+ var loadingCircleStyle$3s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11001
11063
 
11002
11064
  var Delete1 = function Delete1(props) {
11003
11065
  var color = props.color,
@@ -11012,7 +11074,7 @@ var Delete1 = function Delete1(props) {
11012
11074
  role: "img",
11013
11075
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11014
11076
  }, /*#__PURE__*/React.createElement("style", {
11015
- children: loadingCircleStyle$3r
11077
+ children: loadingCircleStyle$3s
11016
11078
  }), /*#__PURE__*/React.createElement("svg", _extends({
11017
11079
  xmlns: "http://www.w3.org/2000/svg",
11018
11080
  width: size,
@@ -11044,7 +11106,7 @@ Delete1.defaultProps = {
11044
11106
  size: '1em'
11045
11107
  };
11046
11108
 
11047
- var loadingCircleStyle$3s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11109
+ var loadingCircleStyle$3t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11048
11110
 
11049
11111
  var Save = function Save(props) {
11050
11112
  var color = props.color,
@@ -11059,7 +11121,7 @@ var Save = function Save(props) {
11059
11121
  role: "img",
11060
11122
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11061
11123
  }, /*#__PURE__*/React.createElement("style", {
11062
- children: loadingCircleStyle$3s
11124
+ children: loadingCircleStyle$3t
11063
11125
  }), /*#__PURE__*/React.createElement("svg", _extends({
11064
11126
  xmlns: "http://www.w3.org/2000/svg",
11065
11127
  width: size,
@@ -11091,7 +11153,7 @@ Save.defaultProps = {
11091
11153
  size: '1em'
11092
11154
  };
11093
11155
 
11094
- var loadingCircleStyle$3t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11156
+ var loadingCircleStyle$3u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11095
11157
 
11096
11158
  var Send = function Send(props) {
11097
11159
  var color = props.color,
@@ -11106,7 +11168,7 @@ var Send = function Send(props) {
11106
11168
  role: "img",
11107
11169
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11108
11170
  }, /*#__PURE__*/React.createElement("style", {
11109
- children: loadingCircleStyle$3t
11171
+ children: loadingCircleStyle$3u
11110
11172
  }), /*#__PURE__*/React.createElement("svg", _extends({
11111
11173
  xmlns: "http://www.w3.org/2000/svg",
11112
11174
  width: size,
@@ -11138,7 +11200,7 @@ Send.defaultProps = {
11138
11200
  size: '1em'
11139
11201
  };
11140
11202
 
11141
- var loadingCircleStyle$3u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11203
+ var loadingCircleStyle$3v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11142
11204
 
11143
11205
  var Fullscreen = function Fullscreen(props) {
11144
11206
  var color = props.color,
@@ -11153,7 +11215,7 @@ var Fullscreen = function Fullscreen(props) {
11153
11215
  role: "img",
11154
11216
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11155
11217
  }, /*#__PURE__*/React.createElement("style", {
11156
- children: loadingCircleStyle$3u
11218
+ children: loadingCircleStyle$3v
11157
11219
  }), /*#__PURE__*/React.createElement("svg", _extends({
11158
11220
  xmlns: "http://www.w3.org/2000/svg",
11159
11221
  width: size,
@@ -11185,7 +11247,7 @@ Fullscreen.defaultProps = {
11185
11247
  size: '1em'
11186
11248
  };
11187
11249
 
11188
- var loadingCircleStyle$3v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11250
+ var loadingCircleStyle$3w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11189
11251
 
11190
11252
  var ArrowLeftDown = function ArrowLeftDown(props) {
11191
11253
  var color = props.color,
@@ -11200,7 +11262,7 @@ var ArrowLeftDown = function ArrowLeftDown(props) {
11200
11262
  role: "img",
11201
11263
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11202
11264
  }, /*#__PURE__*/React.createElement("style", {
11203
- children: loadingCircleStyle$3v
11265
+ children: loadingCircleStyle$3w
11204
11266
  }), /*#__PURE__*/React.createElement("svg", _extends({
11205
11267
  xmlns: "http://www.w3.org/2000/svg",
11206
11268
  width: size,
@@ -11232,7 +11294,7 @@ ArrowLeftDown.defaultProps = {
11232
11294
  size: '1em'
11233
11295
  };
11234
11296
 
11235
- var loadingCircleStyle$3w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11297
+ var loadingCircleStyle$3x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11236
11298
 
11237
11299
  var Link = function Link(props) {
11238
11300
  var color = props.color,
@@ -11247,7 +11309,7 @@ var Link = function Link(props) {
11247
11309
  role: "img",
11248
11310
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11249
11311
  }, /*#__PURE__*/React.createElement("style", {
11250
- children: loadingCircleStyle$3w
11312
+ children: loadingCircleStyle$3x
11251
11313
  }), /*#__PURE__*/React.createElement("svg", _extends({
11252
11314
  xmlns: "http://www.w3.org/2000/svg",
11253
11315
  width: size,
@@ -11283,7 +11345,7 @@ Link.defaultProps = {
11283
11345
  size: '1em'
11284
11346
  };
11285
11347
 
11286
- var loadingCircleStyle$3x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11348
+ var loadingCircleStyle$3y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11287
11349
 
11288
11350
  var Unlink = function Unlink(props) {
11289
11351
  var color = props.color,
@@ -11298,7 +11360,7 @@ var Unlink = function Unlink(props) {
11298
11360
  role: "img",
11299
11361
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11300
11362
  }, /*#__PURE__*/React.createElement("style", {
11301
- children: loadingCircleStyle$3x
11363
+ children: loadingCircleStyle$3y
11302
11364
  }), /*#__PURE__*/React.createElement("svg", _extends({
11303
11365
  xmlns: "http://www.w3.org/2000/svg",
11304
11366
  width: size,
@@ -11336,7 +11398,7 @@ Unlink.defaultProps = {
11336
11398
  size: '1em'
11337
11399
  };
11338
11400
 
11339
- var loadingCircleStyle$3y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11401
+ var loadingCircleStyle$3z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11340
11402
 
11341
11403
  var MenuUnfold = function MenuUnfold(props) {
11342
11404
  var color = props.color,
@@ -11351,7 +11413,7 @@ var MenuUnfold = function MenuUnfold(props) {
11351
11413
  role: "img",
11352
11414
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11353
11415
  }, /*#__PURE__*/React.createElement("style", {
11354
- children: loadingCircleStyle$3y
11416
+ children: loadingCircleStyle$3z
11355
11417
  }), /*#__PURE__*/React.createElement("svg", _extends({
11356
11418
  xmlns: "http://www.w3.org/2000/svg",
11357
11419
  width: size,
@@ -11383,7 +11445,7 @@ MenuUnfold.defaultProps = {
11383
11445
  size: '1em'
11384
11446
  };
11385
11447
 
11386
- var loadingCircleStyle$3z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11448
+ var loadingCircleStyle$3A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11387
11449
 
11388
11450
  var MenuFold = function MenuFold(props) {
11389
11451
  var color = props.color,
@@ -11398,7 +11460,7 @@ var MenuFold = function MenuFold(props) {
11398
11460
  role: "img",
11399
11461
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11400
11462
  }, /*#__PURE__*/React.createElement("style", {
11401
- children: loadingCircleStyle$3z
11463
+ children: loadingCircleStyle$3A
11402
11464
  }), /*#__PURE__*/React.createElement("svg", _extends({
11403
11465
  xmlns: "http://www.w3.org/2000/svg",
11404
11466
  width: size,
@@ -11430,7 +11492,7 @@ MenuFold.defaultProps = {
11430
11492
  size: '1em'
11431
11493
  };
11432
11494
 
11433
- var loadingCircleStyle$3A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11495
+ var loadingCircleStyle$3B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11434
11496
 
11435
11497
  var List = function List(props) {
11436
11498
  var color = props.color,
@@ -11445,7 +11507,7 @@ var List = function List(props) {
11445
11507
  role: "img",
11446
11508
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11447
11509
  }, /*#__PURE__*/React.createElement("style", {
11448
- children: loadingCircleStyle$3A
11510
+ children: loadingCircleStyle$3B
11449
11511
  }), /*#__PURE__*/React.createElement("svg", _extends({
11450
11512
  xmlns: "http://www.w3.org/2000/svg",
11451
11513
  width: size,
@@ -11477,7 +11539,7 @@ List.defaultProps = {
11477
11539
  size: '1em'
11478
11540
  };
11479
11541
 
11480
- var loadingCircleStyle$3B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11542
+ var loadingCircleStyle$3C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11481
11543
 
11482
11544
  var ListNested = function ListNested(props) {
11483
11545
  var color = props.color,
@@ -11492,7 +11554,7 @@ var ListNested = function ListNested(props) {
11492
11554
  role: "img",
11493
11555
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11494
11556
  }, /*#__PURE__*/React.createElement("style", {
11495
- children: loadingCircleStyle$3B
11557
+ children: loadingCircleStyle$3C
11496
11558
  }), /*#__PURE__*/React.createElement("svg", _extends({
11497
11559
  xmlns: "http://www.w3.org/2000/svg",
11498
11560
  width: size,
@@ -11526,7 +11588,7 @@ ListNested.defaultProps = {
11526
11588
  size: '1em'
11527
11589
  };
11528
11590
 
11529
- var loadingCircleStyle$3C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11591
+ var loadingCircleStyle$3D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11530
11592
 
11531
11593
  var DoubleList = function DoubleList(props) {
11532
11594
  var color = props.color,
@@ -11541,7 +11603,7 @@ var DoubleList = function DoubleList(props) {
11541
11603
  role: "img",
11542
11604
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11543
11605
  }, /*#__PURE__*/React.createElement("style", {
11544
- children: loadingCircleStyle$3C
11606
+ children: loadingCircleStyle$3D
11545
11607
  }), /*#__PURE__*/React.createElement("svg", _extends({
11546
11608
  xmlns: "http://www.w3.org/2000/svg",
11547
11609
  width: size,
@@ -11583,7 +11645,7 @@ DoubleList.defaultProps = {
11583
11645
  size: '1em'
11584
11646
  };
11585
11647
 
11586
- var loadingCircleStyle$3D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11648
+ var loadingCircleStyle$3E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11587
11649
 
11588
11650
  var Download = function Download(props) {
11589
11651
  var color = props.color,
@@ -11598,7 +11660,7 @@ var Download = function Download(props) {
11598
11660
  role: "img",
11599
11661
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11600
11662
  }, /*#__PURE__*/React.createElement("style", {
11601
- children: loadingCircleStyle$3D
11663
+ children: loadingCircleStyle$3E
11602
11664
  }), /*#__PURE__*/React.createElement("svg", _extends({
11603
11665
  xmlns: "http://www.w3.org/2000/svg",
11604
11666
  width: size,
@@ -11630,7 +11692,7 @@ Download.defaultProps = {
11630
11692
  size: '1em'
11631
11693
  };
11632
11694
 
11633
- var loadingCircleStyle$3E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11695
+ var loadingCircleStyle$3F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11634
11696
 
11635
11697
  var FullDownload = function FullDownload(props) {
11636
11698
  var color = props.color,
@@ -11645,7 +11707,7 @@ var FullDownload = function FullDownload(props) {
11645
11707
  role: "img",
11646
11708
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11647
11709
  }, /*#__PURE__*/React.createElement("style", {
11648
- children: loadingCircleStyle$3E
11710
+ children: loadingCircleStyle$3F
11649
11711
  }), /*#__PURE__*/React.createElement("svg", _extends({
11650
11712
  xmlns: "http://www.w3.org/2000/svg",
11651
11713
  width: size,
@@ -11679,7 +11741,7 @@ FullDownload.defaultProps = {
11679
11741
  size: '1em'
11680
11742
  };
11681
11743
 
11682
- var loadingCircleStyle$3F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11744
+ var loadingCircleStyle$3G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11683
11745
 
11684
11746
  var Export = function Export(props) {
11685
11747
  var color = props.color,
@@ -11694,7 +11756,7 @@ var Export = function Export(props) {
11694
11756
  role: "img",
11695
11757
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11696
11758
  }, /*#__PURE__*/React.createElement("style", {
11697
- children: loadingCircleStyle$3F
11759
+ children: loadingCircleStyle$3G
11698
11760
  }), /*#__PURE__*/React.createElement("svg", _extends({
11699
11761
  xmlns: "http://www.w3.org/2000/svg",
11700
11762
  width: size,
@@ -11728,7 +11790,7 @@ Export.defaultProps = {
11728
11790
  size: '1em'
11729
11791
  };
11730
11792
 
11731
- var loadingCircleStyle$3G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11793
+ var loadingCircleStyle$3H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11732
11794
 
11733
11795
  var Import = function Import(props) {
11734
11796
  var color = props.color,
@@ -11743,7 +11805,7 @@ var Import = function Import(props) {
11743
11805
  role: "img",
11744
11806
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11745
11807
  }, /*#__PURE__*/React.createElement("style", {
11746
- children: loadingCircleStyle$3G
11808
+ children: loadingCircleStyle$3H
11747
11809
  }), /*#__PURE__*/React.createElement("svg", _extends({
11748
11810
  xmlns: "http://www.w3.org/2000/svg",
11749
11811
  width: size,
@@ -11777,7 +11839,7 @@ Import.defaultProps = {
11777
11839
  size: '1em'
11778
11840
  };
11779
11841
 
11780
- var loadingCircleStyle$3H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11842
+ var loadingCircleStyle$3I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11781
11843
 
11782
11844
  var Add1 = function Add1(props) {
11783
11845
  var color = props.color,
@@ -11792,7 +11854,7 @@ var Add1 = function Add1(props) {
11792
11854
  role: "img",
11793
11855
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11794
11856
  }, /*#__PURE__*/React.createElement("style", {
11795
- children: loadingCircleStyle$3H
11857
+ children: loadingCircleStyle$3I
11796
11858
  }), /*#__PURE__*/React.createElement("svg", _extends({
11797
11859
  xmlns: "http://www.w3.org/2000/svg",
11798
11860
  width: size,
@@ -11824,7 +11886,7 @@ Add1.defaultProps = {
11824
11886
  size: '1em'
11825
11887
  };
11826
11888
 
11827
- var loadingCircleStyle$3I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11889
+ var loadingCircleStyle$3J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11828
11890
 
11829
11891
  var Add2 = function Add2(props) {
11830
11892
  var color = props.color,
@@ -11839,7 +11901,7 @@ var Add2 = function Add2(props) {
11839
11901
  role: "img",
11840
11902
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11841
11903
  }, /*#__PURE__*/React.createElement("style", {
11842
- children: loadingCircleStyle$3I
11904
+ children: loadingCircleStyle$3J
11843
11905
  }), /*#__PURE__*/React.createElement("svg", _extends({
11844
11906
  xmlns: "http://www.w3.org/2000/svg",
11845
11907
  width: size,
@@ -11871,7 +11933,7 @@ Add2.defaultProps = {
11871
11933
  size: '1em'
11872
11934
  };
11873
11935
 
11874
- var loadingCircleStyle$3J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11936
+ var loadingCircleStyle$3K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11875
11937
 
11876
11938
  var Add3 = function Add3(props) {
11877
11939
  var color = props.color,
@@ -11886,7 +11948,7 @@ var Add3 = function Add3(props) {
11886
11948
  role: "img",
11887
11949
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11888
11950
  }, /*#__PURE__*/React.createElement("style", {
11889
- children: loadingCircleStyle$3J
11951
+ children: loadingCircleStyle$3K
11890
11952
  }), /*#__PURE__*/React.createElement("svg", _extends({
11891
11953
  xmlns: "http://www.w3.org/2000/svg",
11892
11954
  width: size,
@@ -11918,7 +11980,7 @@ Add3.defaultProps = {
11918
11980
  size: '1em'
11919
11981
  };
11920
11982
 
11921
- var loadingCircleStyle$3K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11983
+ var loadingCircleStyle$3L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11922
11984
 
11923
11985
  var Add3Fill = function Add3Fill(props) {
11924
11986
  var color = props.color,
@@ -11933,7 +11995,7 @@ var Add3Fill = function Add3Fill(props) {
11933
11995
  role: "img",
11934
11996
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11935
11997
  }, /*#__PURE__*/React.createElement("style", {
11936
- children: loadingCircleStyle$3K
11998
+ children: loadingCircleStyle$3L
11937
11999
  }), /*#__PURE__*/React.createElement("svg", _extends({
11938
12000
  xmlns: "http://www.w3.org/2000/svg",
11939
12001
  width: size,
@@ -11965,7 +12027,7 @@ Add3Fill.defaultProps = {
11965
12027
  size: '1em'
11966
12028
  };
11967
12029
 
11968
- var loadingCircleStyle$3L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12030
+ var loadingCircleStyle$3M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11969
12031
 
11970
12032
  var Subtract = function Subtract(props) {
11971
12033
  var color = props.color,
@@ -11980,7 +12042,7 @@ var Subtract = function Subtract(props) {
11980
12042
  role: "img",
11981
12043
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11982
12044
  }, /*#__PURE__*/React.createElement("style", {
11983
- children: loadingCircleStyle$3L
12045
+ children: loadingCircleStyle$3M
11984
12046
  }), /*#__PURE__*/React.createElement("svg", _extends({
11985
12047
  xmlns: "http://www.w3.org/2000/svg",
11986
12048
  width: size,
@@ -12015,7 +12077,7 @@ Subtract.defaultProps = {
12015
12077
  size: '1em'
12016
12078
  };
12017
12079
 
12018
- var loadingCircleStyle$3M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12080
+ var loadingCircleStyle$3N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12019
12081
 
12020
12082
  var Subtract2 = function Subtract2(props) {
12021
12083
  var color = props.color,
@@ -12030,7 +12092,7 @@ var Subtract2 = function Subtract2(props) {
12030
12092
  role: "img",
12031
12093
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12032
12094
  }, /*#__PURE__*/React.createElement("style", {
12033
- children: loadingCircleStyle$3M
12095
+ children: loadingCircleStyle$3N
12034
12096
  }), /*#__PURE__*/React.createElement("svg", _extends({
12035
12097
  xmlns: "http://www.w3.org/2000/svg",
12036
12098
  width: size,
@@ -12066,7 +12128,7 @@ Subtract2.defaultProps = {
12066
12128
  size: '1em'
12067
12129
  };
12068
12130
 
12069
- var loadingCircleStyle$3N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12131
+ var loadingCircleStyle$3O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12070
12132
 
12071
12133
  var Update = function Update(props) {
12072
12134
  var color = props.color,
@@ -12081,7 +12143,7 @@ var Update = function Update(props) {
12081
12143
  role: "img",
12082
12144
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12083
12145
  }, /*#__PURE__*/React.createElement("style", {
12084
- children: loadingCircleStyle$3N
12146
+ children: loadingCircleStyle$3O
12085
12147
  }), /*#__PURE__*/React.createElement("svg", _extends({
12086
12148
  xmlns: "http://www.w3.org/2000/svg",
12087
12149
  width: size,
@@ -12113,7 +12175,7 @@ Update.defaultProps = {
12113
12175
  size: '1em'
12114
12176
  };
12115
12177
 
12116
- var loadingCircleStyle$3O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12178
+ var loadingCircleStyle$3P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12117
12179
 
12118
12180
  var Rename = function Rename(props) {
12119
12181
  var color = props.color,
@@ -12128,7 +12190,7 @@ var Rename = function Rename(props) {
12128
12190
  role: "img",
12129
12191
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12130
12192
  }, /*#__PURE__*/React.createElement("style", {
12131
- children: loadingCircleStyle$3O
12193
+ children: loadingCircleStyle$3P
12132
12194
  }), /*#__PURE__*/React.createElement("svg", _extends({
12133
12195
  xmlns: "http://www.w3.org/2000/svg",
12134
12196
  width: size,
@@ -12162,7 +12224,7 @@ Rename.defaultProps = {
12162
12224
  size: '1em'
12163
12225
  };
12164
12226
 
12165
- var loadingCircleStyle$3P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12227
+ var loadingCircleStyle$3Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12166
12228
 
12167
12229
  var PlayCircle = function PlayCircle(props) {
12168
12230
  var color = props.color,
@@ -12177,7 +12239,7 @@ var PlayCircle = function PlayCircle(props) {
12177
12239
  role: "img",
12178
12240
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12179
12241
  }, /*#__PURE__*/React.createElement("style", {
12180
- children: loadingCircleStyle$3P
12242
+ children: loadingCircleStyle$3Q
12181
12243
  }), /*#__PURE__*/React.createElement("svg", _extends({
12182
12244
  xmlns: "http://www.w3.org/2000/svg",
12183
12245
  width: size,
@@ -12209,7 +12271,7 @@ PlayCircle.defaultProps = {
12209
12271
  size: '1em'
12210
12272
  };
12211
12273
 
12212
- var loadingCircleStyle$3Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12274
+ var loadingCircleStyle$3R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12213
12275
 
12214
12276
  var PauseCircle = function PauseCircle(props) {
12215
12277
  var color = props.color,
@@ -12224,7 +12286,7 @@ var PauseCircle = function PauseCircle(props) {
12224
12286
  role: "img",
12225
12287
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12226
12288
  }, /*#__PURE__*/React.createElement("style", {
12227
- children: loadingCircleStyle$3Q
12289
+ children: loadingCircleStyle$3R
12228
12290
  }), /*#__PURE__*/React.createElement("svg", _extends({
12229
12291
  xmlns: "http://www.w3.org/2000/svg",
12230
12292
  width: size,
@@ -12256,7 +12318,7 @@ PauseCircle.defaultProps = {
12256
12318
  size: '1em'
12257
12319
  };
12258
12320
 
12259
- var loadingCircleStyle$3R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12321
+ var loadingCircleStyle$3S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12260
12322
 
12261
12323
  var UpdateData = function UpdateData(props) {
12262
12324
  var color = props.color,
@@ -12271,7 +12333,7 @@ var UpdateData = function UpdateData(props) {
12271
12333
  role: "img",
12272
12334
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12273
12335
  }, /*#__PURE__*/React.createElement("style", {
12274
- children: loadingCircleStyle$3R
12336
+ children: loadingCircleStyle$3S
12275
12337
  }), /*#__PURE__*/React.createElement("svg", _extends({
12276
12338
  xmlns: "http://www.w3.org/2000/svg",
12277
12339
  width: size,
@@ -12307,7 +12369,7 @@ UpdateData.defaultProps = {
12307
12369
  size: '1em'
12308
12370
  };
12309
12371
 
12310
- var loadingCircleStyle$3S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12372
+ var loadingCircleStyle$3T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12311
12373
 
12312
12374
  var Upload = function Upload(props) {
12313
12375
  var color = props.color,
@@ -12322,7 +12384,7 @@ var Upload = function Upload(props) {
12322
12384
  role: "img",
12323
12385
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12324
12386
  }, /*#__PURE__*/React.createElement("style", {
12325
- children: loadingCircleStyle$3S
12387
+ children: loadingCircleStyle$3T
12326
12388
  }), /*#__PURE__*/React.createElement("svg", _extends({
12327
12389
  xmlns: "http://www.w3.org/2000/svg",
12328
12390
  width: size,
@@ -12356,7 +12418,7 @@ Upload.defaultProps = {
12356
12418
  size: '1em'
12357
12419
  };
12358
12420
 
12359
- var loadingCircleStyle$3T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12421
+ var loadingCircleStyle$3U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12360
12422
 
12361
12423
  var Click = function Click(props) {
12362
12424
  var color = props.color,
@@ -12371,7 +12433,7 @@ var Click = function Click(props) {
12371
12433
  role: "img",
12372
12434
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12373
12435
  }, /*#__PURE__*/React.createElement("style", {
12374
- children: loadingCircleStyle$3T
12436
+ children: loadingCircleStyle$3U
12375
12437
  }), /*#__PURE__*/React.createElement("svg", _extends({
12376
12438
  xmlns: "http://www.w3.org/2000/svg",
12377
12439
  width: size,
@@ -12403,7 +12465,7 @@ Click.defaultProps = {
12403
12465
  size: '1em'
12404
12466
  };
12405
12467
 
12406
- var loadingCircleStyle$3U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12468
+ var loadingCircleStyle$3V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12407
12469
 
12408
12470
  var Install = function Install(props) {
12409
12471
  var color = props.color,
@@ -12418,7 +12480,7 @@ var Install = function Install(props) {
12418
12480
  role: "img",
12419
12481
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12420
12482
  }, /*#__PURE__*/React.createElement("style", {
12421
- children: loadingCircleStyle$3U
12483
+ children: loadingCircleStyle$3V
12422
12484
  }), /*#__PURE__*/React.createElement("svg", _extends({
12423
12485
  xmlns: "http://www.w3.org/2000/svg",
12424
12486
  width: size,
@@ -12450,7 +12512,7 @@ Install.defaultProps = {
12450
12512
  size: '1em'
12451
12513
  };
12452
12514
 
12453
- var loadingCircleStyle$3V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12515
+ var loadingCircleStyle$3W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12454
12516
 
12455
12517
  var Report = function Report(props) {
12456
12518
  var color = props.color,
@@ -12465,7 +12527,7 @@ var Report = function Report(props) {
12465
12527
  role: "img",
12466
12528
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12467
12529
  }, /*#__PURE__*/React.createElement("style", {
12468
- children: loadingCircleStyle$3V
12530
+ children: loadingCircleStyle$3W
12469
12531
  }), /*#__PURE__*/React.createElement("svg", _extends({
12470
12532
  xmlns: "http://www.w3.org/2000/svg",
12471
12533
  width: size,
@@ -12497,7 +12559,7 @@ Report.defaultProps = {
12497
12559
  size: '1em'
12498
12560
  };
12499
12561
 
12500
- var loadingCircleStyle$3W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12562
+ var loadingCircleStyle$3X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12501
12563
 
12502
12564
  var ReportRemoval = function ReportRemoval(props) {
12503
12565
  var color = props.color,
@@ -12512,7 +12574,7 @@ var ReportRemoval = function ReportRemoval(props) {
12512
12574
  role: "img",
12513
12575
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12514
12576
  }, /*#__PURE__*/React.createElement("style", {
12515
- children: loadingCircleStyle$3W
12577
+ children: loadingCircleStyle$3X
12516
12578
  }), /*#__PURE__*/React.createElement("svg", _extends({
12517
12579
  xmlns: "http://www.w3.org/2000/svg",
12518
12580
  width: size,
@@ -12552,7 +12614,7 @@ ReportRemoval.defaultProps = {
12552
12614
  size: '1em'
12553
12615
  };
12554
12616
 
12555
- var loadingCircleStyle$3X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12617
+ var loadingCircleStyle$3Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12556
12618
 
12557
12619
  var FileAdd = function FileAdd(props) {
12558
12620
  var color = props.color,
@@ -12567,7 +12629,7 @@ var FileAdd = function FileAdd(props) {
12567
12629
  role: "img",
12568
12630
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12569
12631
  }, /*#__PURE__*/React.createElement("style", {
12570
- children: loadingCircleStyle$3X
12632
+ children: loadingCircleStyle$3Y
12571
12633
  }), /*#__PURE__*/React.createElement("svg", _extends({
12572
12634
  xmlns: "http://www.w3.org/2000/svg",
12573
12635
  width: size,
@@ -12599,7 +12661,7 @@ FileAdd.defaultProps = {
12599
12661
  size: '1em'
12600
12662
  };
12601
12663
 
12602
- var loadingCircleStyle$3Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12664
+ var loadingCircleStyle$3Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12603
12665
 
12604
12666
  var FileRemove = function FileRemove(props) {
12605
12667
  var color = props.color,
@@ -12614,7 +12676,7 @@ var FileRemove = function FileRemove(props) {
12614
12676
  role: "img",
12615
12677
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12616
12678
  }, /*#__PURE__*/React.createElement("style", {
12617
- children: loadingCircleStyle$3Y
12679
+ children: loadingCircleStyle$3Z
12618
12680
  }), /*#__PURE__*/React.createElement("svg", _extends({
12619
12681
  xmlns: "http://www.w3.org/2000/svg",
12620
12682
  width: size,
@@ -12648,7 +12710,7 @@ FileRemove.defaultProps = {
12648
12710
  size: '1em'
12649
12711
  };
12650
12712
 
12651
- var loadingCircleStyle$3Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12713
+ var loadingCircleStyle$3_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12652
12714
 
12653
12715
  var FileExport = function FileExport(props) {
12654
12716
  var color = props.color,
@@ -12663,7 +12725,7 @@ var FileExport = function FileExport(props) {
12663
12725
  role: "img",
12664
12726
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12665
12727
  }, /*#__PURE__*/React.createElement("style", {
12666
- children: loadingCircleStyle$3Z
12728
+ children: loadingCircleStyle$3_
12667
12729
  }), /*#__PURE__*/React.createElement("svg", _extends({
12668
12730
  xmlns: "http://www.w3.org/2000/svg",
12669
12731
  width: size,
@@ -12695,7 +12757,7 @@ FileExport.defaultProps = {
12695
12757
  size: '1em'
12696
12758
  };
12697
12759
 
12698
- var loadingCircleStyle$3_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12760
+ var loadingCircleStyle$3$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12699
12761
 
12700
12762
  var FileMove = function FileMove(props) {
12701
12763
  var color = props.color,
@@ -12710,7 +12772,7 @@ var FileMove = function FileMove(props) {
12710
12772
  role: "img",
12711
12773
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12712
12774
  }, /*#__PURE__*/React.createElement("style", {
12713
- children: loadingCircleStyle$3_
12775
+ children: loadingCircleStyle$3$
12714
12776
  }), /*#__PURE__*/React.createElement("svg", _extends({
12715
12777
  xmlns: "http://www.w3.org/2000/svg",
12716
12778
  width: size,
@@ -12742,7 +12804,7 @@ FileMove.defaultProps = {
12742
12804
  size: '1em'
12743
12805
  };
12744
12806
 
12745
- var loadingCircleStyle$3$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12807
+ var loadingCircleStyle$40 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12746
12808
 
12747
12809
  var FileImport = function FileImport(props) {
12748
12810
  var color = props.color,
@@ -12757,7 +12819,7 @@ var FileImport = function FileImport(props) {
12757
12819
  role: "img",
12758
12820
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12759
12821
  }, /*#__PURE__*/React.createElement("style", {
12760
- children: loadingCircleStyle$3$
12822
+ children: loadingCircleStyle$40
12761
12823
  }), /*#__PURE__*/React.createElement("svg", _extends({
12762
12824
  xmlns: "http://www.w3.org/2000/svg",
12763
12825
  width: size,
@@ -12789,7 +12851,7 @@ FileImport.defaultProps = {
12789
12851
  size: '1em'
12790
12852
  };
12791
12853
 
12792
- var loadingCircleStyle$40 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12854
+ var loadingCircleStyle$41 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12793
12855
 
12794
12856
  var FileInfo = function FileInfo(props) {
12795
12857
  var color = props.color,
@@ -12804,7 +12866,7 @@ var FileInfo = function FileInfo(props) {
12804
12866
  role: "img",
12805
12867
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12806
12868
  }, /*#__PURE__*/React.createElement("style", {
12807
- children: loadingCircleStyle$40
12869
+ children: loadingCircleStyle$41
12808
12870
  }), /*#__PURE__*/React.createElement("svg", _extends({
12809
12871
  xmlns: "http://www.w3.org/2000/svg",
12810
12872
  width: size,
@@ -12836,7 +12898,7 @@ FileInfo.defaultProps = {
12836
12898
  size: '1em'
12837
12899
  };
12838
12900
 
12839
- var loadingCircleStyle$41 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12901
+ var loadingCircleStyle$42 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12840
12902
 
12841
12903
  var FileConvert = function FileConvert(props) {
12842
12904
  var color = props.color,
@@ -12851,7 +12913,7 @@ var FileConvert = function FileConvert(props) {
12851
12913
  role: "img",
12852
12914
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12853
12915
  }, /*#__PURE__*/React.createElement("style", {
12854
- children: loadingCircleStyle$41
12916
+ children: loadingCircleStyle$42
12855
12917
  }), /*#__PURE__*/React.createElement("svg", _extends({
12856
12918
  xmlns: "http://www.w3.org/2000/svg",
12857
12919
  width: size,
@@ -12889,7 +12951,7 @@ FileConvert.defaultProps = {
12889
12951
  size: '1em'
12890
12952
  };
12891
12953
 
12892
- var loadingCircleStyle$42 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12954
+ var loadingCircleStyle$43 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12893
12955
 
12894
12956
  var AssetConvert = function AssetConvert(props) {
12895
12957
  var color = props.color,
@@ -12904,7 +12966,7 @@ var AssetConvert = function AssetConvert(props) {
12904
12966
  role: "img",
12905
12967
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12906
12968
  }, /*#__PURE__*/React.createElement("style", {
12907
- children: loadingCircleStyle$42
12969
+ children: loadingCircleStyle$43
12908
12970
  }), /*#__PURE__*/React.createElement("svg", _extends({
12909
12971
  xmlns: "http://www.w3.org/2000/svg",
12910
12972
  width: size,
@@ -12942,7 +13004,7 @@ AssetConvert.defaultProps = {
12942
13004
  size: '1em'
12943
13005
  };
12944
13006
 
12945
- var loadingCircleStyle$43 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13007
+ var loadingCircleStyle$44 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12946
13008
 
12947
13009
  var FileLock = function FileLock(props) {
12948
13010
  var color = props.color,
@@ -12957,7 +13019,7 @@ var FileLock = function FileLock(props) {
12957
13019
  role: "img",
12958
13020
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12959
13021
  }, /*#__PURE__*/React.createElement("style", {
12960
- children: loadingCircleStyle$43
13022
+ children: loadingCircleStyle$44
12961
13023
  }), /*#__PURE__*/React.createElement("svg", _extends({
12962
13024
  xmlns: "http://www.w3.org/2000/svg",
12963
13025
  width: size,
@@ -12989,7 +13051,7 @@ FileLock.defaultProps = {
12989
13051
  size: '1em'
12990
13052
  };
12991
13053
 
12992
- var loadingCircleStyle$44 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13054
+ var loadingCircleStyle$45 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12993
13055
 
12994
13056
  var FilePdf = function FilePdf(props) {
12995
13057
  var color = props.color,
@@ -13004,7 +13066,7 @@ var FilePdf = function FilePdf(props) {
13004
13066
  role: "img",
13005
13067
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13006
13068
  }, /*#__PURE__*/React.createElement("style", {
13007
- children: loadingCircleStyle$44
13069
+ children: loadingCircleStyle$45
13008
13070
  }), /*#__PURE__*/React.createElement("svg", _extends({
13009
13071
  xmlns: "http://www.w3.org/2000/svg",
13010
13072
  width: size,
@@ -13036,7 +13098,7 @@ FilePdf.defaultProps = {
13036
13098
  size: '1em'
13037
13099
  };
13038
13100
 
13039
- var loadingCircleStyle$45 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13101
+ var loadingCircleStyle$46 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13040
13102
 
13041
13103
  var Detail = function Detail(props) {
13042
13104
  var color = props.color,
@@ -13051,7 +13113,7 @@ var Detail = function Detail(props) {
13051
13113
  role: "img",
13052
13114
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13053
13115
  }, /*#__PURE__*/React.createElement("style", {
13054
- children: loadingCircleStyle$45
13116
+ children: loadingCircleStyle$46
13055
13117
  }), /*#__PURE__*/React.createElement("svg", _extends({
13056
13118
  xmlns: "http://www.w3.org/2000/svg",
13057
13119
  width: size,
@@ -13083,7 +13145,7 @@ Detail.defaultProps = {
13083
13145
  size: '1em'
13084
13146
  };
13085
13147
 
13086
- var loadingCircleStyle$46 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13148
+ var loadingCircleStyle$47 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13087
13149
 
13088
13150
  var MessageCenter = function MessageCenter(props) {
13089
13151
  var color = props.color,
@@ -13098,7 +13160,7 @@ var MessageCenter = function MessageCenter(props) {
13098
13160
  role: "img",
13099
13161
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13100
13162
  }, /*#__PURE__*/React.createElement("style", {
13101
- children: loadingCircleStyle$46
13163
+ children: loadingCircleStyle$47
13102
13164
  }), /*#__PURE__*/React.createElement("svg", _extends({
13103
13165
  xmlns: "http://www.w3.org/2000/svg",
13104
13166
  width: size,
@@ -13138,7 +13200,7 @@ MessageCenter.defaultProps = {
13138
13200
  size: '1em'
13139
13201
  };
13140
13202
 
13141
- var loadingCircleStyle$47 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13203
+ var loadingCircleStyle$48 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13142
13204
 
13143
13205
  var SystemMsg = function SystemMsg(props) {
13144
13206
  var color = props.color,
@@ -13153,7 +13215,7 @@ var SystemMsg = function SystemMsg(props) {
13153
13215
  role: "img",
13154
13216
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13155
13217
  }, /*#__PURE__*/React.createElement("style", {
13156
- children: loadingCircleStyle$47
13218
+ children: loadingCircleStyle$48
13157
13219
  }), /*#__PURE__*/React.createElement("svg", _extends({
13158
13220
  xmlns: "http://www.w3.org/2000/svg",
13159
13221
  width: size,
@@ -13191,7 +13253,7 @@ SystemMsg.defaultProps = {
13191
13253
  size: '1em'
13192
13254
  };
13193
13255
 
13194
- var loadingCircleStyle$48 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13256
+ var loadingCircleStyle$49 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13195
13257
 
13196
13258
  var Comment = function Comment(props) {
13197
13259
  var color = props.color,
@@ -13206,7 +13268,7 @@ var Comment = function Comment(props) {
13206
13268
  role: "img",
13207
13269
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13208
13270
  }, /*#__PURE__*/React.createElement("style", {
13209
- children: loadingCircleStyle$48
13271
+ children: loadingCircleStyle$49
13210
13272
  }), /*#__PURE__*/React.createElement("svg", _extends({
13211
13273
  xmlns: "http://www.w3.org/2000/svg",
13212
13274
  width: size,
@@ -13242,7 +13304,7 @@ Comment.defaultProps = {
13242
13304
  size: '1em'
13243
13305
  };
13244
13306
 
13245
- var loadingCircleStyle$49 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13307
+ var loadingCircleStyle$4a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13246
13308
 
13247
13309
  var Book = function Book(props) {
13248
13310
  var color = props.color,
@@ -13257,7 +13319,7 @@ var Book = function Book(props) {
13257
13319
  role: "img",
13258
13320
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13259
13321
  }, /*#__PURE__*/React.createElement("style", {
13260
- children: loadingCircleStyle$49
13322
+ children: loadingCircleStyle$4a
13261
13323
  }), /*#__PURE__*/React.createElement("svg", _extends({
13262
13324
  xmlns: "http://www.w3.org/2000/svg",
13263
13325
  width: size,
@@ -13289,7 +13351,7 @@ Book.defaultProps = {
13289
13351
  size: '1em'
13290
13352
  };
13291
13353
 
13292
- var loadingCircleStyle$4a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13354
+ var loadingCircleStyle$4b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13293
13355
 
13294
13356
  var Book2 = function Book2(props) {
13295
13357
  var color = props.color,
@@ -13304,7 +13366,7 @@ var Book2 = function Book2(props) {
13304
13366
  role: "img",
13305
13367
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13306
13368
  }, /*#__PURE__*/React.createElement("style", {
13307
- children: loadingCircleStyle$4a
13369
+ children: loadingCircleStyle$4b
13308
13370
  }), /*#__PURE__*/React.createElement("svg", _extends({
13309
13371
  xmlns: "http://www.w3.org/2000/svg",
13310
13372
  width: size,
@@ -13336,7 +13398,7 @@ Book2.defaultProps = {
13336
13398
  size: '1em'
13337
13399
  };
13338
13400
 
13339
- var loadingCircleStyle$4b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13401
+ var loadingCircleStyle$4c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13340
13402
 
13341
13403
  var Sticker = function Sticker(props) {
13342
13404
  var color = props.color,
@@ -13351,7 +13413,7 @@ var Sticker = function Sticker(props) {
13351
13413
  role: "img",
13352
13414
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13353
13415
  }, /*#__PURE__*/React.createElement("style", {
13354
- children: loadingCircleStyle$4b
13416
+ children: loadingCircleStyle$4c
13355
13417
  }), /*#__PURE__*/React.createElement("svg", _extends({
13356
13418
  xmlns: "http://www.w3.org/2000/svg",
13357
13419
  width: size,
@@ -13383,7 +13445,7 @@ Sticker.defaultProps = {
13383
13445
  size: '1em'
13384
13446
  };
13385
13447
 
13386
- var loadingCircleStyle$4c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13448
+ var loadingCircleStyle$4d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13387
13449
 
13388
13450
  var StickerFill = function StickerFill(props) {
13389
13451
  var color = props.color,
@@ -13398,7 +13460,7 @@ var StickerFill = function StickerFill(props) {
13398
13460
  role: "img",
13399
13461
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13400
13462
  }, /*#__PURE__*/React.createElement("style", {
13401
- children: loadingCircleStyle$4c
13463
+ children: loadingCircleStyle$4d
13402
13464
  }), /*#__PURE__*/React.createElement("svg", _extends({
13403
13465
  xmlns: "http://www.w3.org/2000/svg",
13404
13466
  width: size,
@@ -13430,7 +13492,7 @@ StickerFill.defaultProps = {
13430
13492
  size: '1em'
13431
13493
  };
13432
13494
 
13433
- var loadingCircleStyle$4d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13495
+ var loadingCircleStyle$4e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13434
13496
 
13435
13497
  var EventSm = function EventSm(props) {
13436
13498
  var color = props.color,
@@ -13445,7 +13507,7 @@ var EventSm = function EventSm(props) {
13445
13507
  role: "img",
13446
13508
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13447
13509
  }, /*#__PURE__*/React.createElement("style", {
13448
- children: loadingCircleStyle$4d
13510
+ children: loadingCircleStyle$4e
13449
13511
  }), /*#__PURE__*/React.createElement("svg", _extends({
13450
13512
  xmlns: "http://www.w3.org/2000/svg",
13451
13513
  width: size,
@@ -13477,7 +13539,7 @@ EventSm.defaultProps = {
13477
13539
  size: '1em'
13478
13540
  };
13479
13541
 
13480
- var loadingCircleStyle$4e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13542
+ var loadingCircleStyle$4f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13481
13543
 
13482
13544
  var EPropertySm = function EPropertySm(props) {
13483
13545
  var color = props.color,
@@ -13492,7 +13554,7 @@ var EPropertySm = function EPropertySm(props) {
13492
13554
  role: "img",
13493
13555
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13494
13556
  }, /*#__PURE__*/React.createElement("style", {
13495
- children: loadingCircleStyle$4e
13557
+ children: loadingCircleStyle$4f
13496
13558
  }), /*#__PURE__*/React.createElement("svg", _extends({
13497
13559
  xmlns: "http://www.w3.org/2000/svg",
13498
13560
  width: size,
@@ -13532,7 +13594,7 @@ EPropertySm.defaultProps = {
13532
13594
  size: '1em'
13533
13595
  };
13534
13596
 
13535
- var loadingCircleStyle$4f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13597
+ var loadingCircleStyle$4g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13536
13598
 
13537
13599
  var IndicatorSm = function IndicatorSm(props) {
13538
13600
  var color = props.color,
@@ -13547,7 +13609,7 @@ var IndicatorSm = function IndicatorSm(props) {
13547
13609
  role: "img",
13548
13610
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13549
13611
  }, /*#__PURE__*/React.createElement("style", {
13550
- children: loadingCircleStyle$4f
13612
+ children: loadingCircleStyle$4g
13551
13613
  }), /*#__PURE__*/React.createElement("svg", _extends({
13552
13614
  xmlns: "http://www.w3.org/2000/svg",
13553
13615
  width: size,
@@ -13583,7 +13645,7 @@ IndicatorSm.defaultProps = {
13583
13645
  size: '1em'
13584
13646
  };
13585
13647
 
13586
- var loadingCircleStyle$4g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13648
+ var loadingCircleStyle$4h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13587
13649
 
13588
13650
  var UPropertySm = function UPropertySm(props) {
13589
13651
  var color = props.color,
@@ -13598,7 +13660,7 @@ var UPropertySm = function UPropertySm(props) {
13598
13660
  role: "img",
13599
13661
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13600
13662
  }, /*#__PURE__*/React.createElement("style", {
13601
- children: loadingCircleStyle$4g
13663
+ children: loadingCircleStyle$4h
13602
13664
  }), /*#__PURE__*/React.createElement("svg", _extends({
13603
13665
  xmlns: "http://www.w3.org/2000/svg",
13604
13666
  width: size,
@@ -13636,7 +13698,7 @@ UPropertySm.defaultProps = {
13636
13698
  size: '1em'
13637
13699
  };
13638
13700
 
13639
- var loadingCircleStyle$4h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13701
+ var loadingCircleStyle$4i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13640
13702
 
13641
13703
  var UGroupSm = function UGroupSm(props) {
13642
13704
  var color = props.color,
@@ -13651,7 +13713,7 @@ var UGroupSm = function UGroupSm(props) {
13651
13713
  role: "img",
13652
13714
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13653
13715
  }, /*#__PURE__*/React.createElement("style", {
13654
- children: loadingCircleStyle$4h
13716
+ children: loadingCircleStyle$4i
13655
13717
  }), /*#__PURE__*/React.createElement("svg", _extends({
13656
13718
  xmlns: "http://www.w3.org/2000/svg",
13657
13719
  width: size,
@@ -13697,7 +13759,7 @@ UGroupSm.defaultProps = {
13697
13759
  size: '1em'
13698
13760
  };
13699
13761
 
13700
- var loadingCircleStyle$4i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13762
+ var loadingCircleStyle$4j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13701
13763
 
13702
13764
  var UTagSm = function UTagSm(props) {
13703
13765
  var color = props.color,
@@ -13712,7 +13774,7 @@ var UTagSm = function UTagSm(props) {
13712
13774
  role: "img",
13713
13775
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13714
13776
  }, /*#__PURE__*/React.createElement("style", {
13715
- children: loadingCircleStyle$4i
13777
+ children: loadingCircleStyle$4j
13716
13778
  }), /*#__PURE__*/React.createElement("svg", _extends({
13717
13779
  xmlns: "http://www.w3.org/2000/svg",
13718
13780
  width: size,
@@ -13748,7 +13810,7 @@ UTagSm.defaultProps = {
13748
13810
  size: '1em'
13749
13811
  };
13750
13812
 
13751
- var loadingCircleStyle$4j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13813
+ var loadingCircleStyle$4k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13752
13814
 
13753
13815
  var AllGroupSm = function AllGroupSm(props) {
13754
13816
  var color = props.color,
@@ -13763,7 +13825,7 @@ var AllGroupSm = function AllGroupSm(props) {
13763
13825
  role: "img",
13764
13826
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13765
13827
  }, /*#__PURE__*/React.createElement("style", {
13766
- children: loadingCircleStyle$4j
13828
+ children: loadingCircleStyle$4k
13767
13829
  }), /*#__PURE__*/React.createElement("svg", _extends({
13768
13830
  xmlns: "http://www.w3.org/2000/svg",
13769
13831
  width: size,
@@ -13801,7 +13863,7 @@ AllGroupSm.defaultProps = {
13801
13863
  size: '1em'
13802
13864
  };
13803
13865
 
13804
- var loadingCircleStyle$4k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13866
+ var loadingCircleStyle$4l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13805
13867
 
13806
13868
  var CalendarSm = function CalendarSm(props) {
13807
13869
  var color = props.color,
@@ -13816,7 +13878,7 @@ var CalendarSm = function CalendarSm(props) {
13816
13878
  role: "img",
13817
13879
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13818
13880
  }, /*#__PURE__*/React.createElement("style", {
13819
- children: loadingCircleStyle$4k
13881
+ children: loadingCircleStyle$4l
13820
13882
  }), /*#__PURE__*/React.createElement("svg", _extends({
13821
13883
  xmlns: "http://www.w3.org/2000/svg",
13822
13884
  width: size,
@@ -13848,7 +13910,7 @@ CalendarSm.defaultProps = {
13848
13910
  size: '1em'
13849
13911
  };
13850
13912
 
13851
- var loadingCircleStyle$4l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13913
+ var loadingCircleStyle$4m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13852
13914
 
13853
13915
  var GroupAddSm = function GroupAddSm(props) {
13854
13916
  var color = props.color,
@@ -13863,7 +13925,7 @@ var GroupAddSm = function GroupAddSm(props) {
13863
13925
  role: "img",
13864
13926
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13865
13927
  }, /*#__PURE__*/React.createElement("style", {
13866
- children: loadingCircleStyle$4l
13928
+ children: loadingCircleStyle$4m
13867
13929
  }), /*#__PURE__*/React.createElement("svg", _extends({
13868
13930
  xmlns: "http://www.w3.org/2000/svg",
13869
13931
  width: size,
@@ -13901,7 +13963,7 @@ GroupAddSm.defaultProps = {
13901
13963
  size: '1em'
13902
13964
  };
13903
13965
 
13904
- var loadingCircleStyle$4m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13966
+ var loadingCircleStyle$4n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13905
13967
 
13906
13968
  var BooleanSm = function BooleanSm(props) {
13907
13969
  var color = props.color,
@@ -13916,7 +13978,7 @@ var BooleanSm = function BooleanSm(props) {
13916
13978
  role: "img",
13917
13979
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13918
13980
  }, /*#__PURE__*/React.createElement("style", {
13919
- children: loadingCircleStyle$4m
13981
+ children: loadingCircleStyle$4n
13920
13982
  }), /*#__PURE__*/React.createElement("svg", _extends({
13921
13983
  xmlns: "http://www.w3.org/2000/svg",
13922
13984
  width: size,
@@ -13950,7 +14012,7 @@ BooleanSm.defaultProps = {
13950
14012
  size: '1em'
13951
14013
  };
13952
14014
 
13953
- var loadingCircleStyle$4n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14015
+ var loadingCircleStyle$4o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13954
14016
 
13955
14017
  var ListSm = function ListSm(props) {
13956
14018
  var color = props.color,
@@ -13965,7 +14027,7 @@ var ListSm = function ListSm(props) {
13965
14027
  role: "img",
13966
14028
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13967
14029
  }, /*#__PURE__*/React.createElement("style", {
13968
- children: loadingCircleStyle$4n
14030
+ children: loadingCircleStyle$4o
13969
14031
  }), /*#__PURE__*/React.createElement("svg", _extends({
13970
14032
  xmlns: "http://www.w3.org/2000/svg",
13971
14033
  width: size,
@@ -14007,7 +14069,7 @@ ListSm.defaultProps = {
14007
14069
  size: '1em'
14008
14070
  };
14009
14071
 
14010
- var loadingCircleStyle$4o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14072
+ var loadingCircleStyle$4p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14011
14073
 
14012
14074
  var ArrayRowsSm = function ArrayRowsSm(props) {
14013
14075
  var color = props.color,
@@ -14022,7 +14084,7 @@ var ArrayRowsSm = function ArrayRowsSm(props) {
14022
14084
  role: "img",
14023
14085
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14024
14086
  }, /*#__PURE__*/React.createElement("style", {
14025
- children: loadingCircleStyle$4o
14087
+ children: loadingCircleStyle$4p
14026
14088
  }), /*#__PURE__*/React.createElement("svg", _extends({
14027
14089
  xmlns: "http://www.w3.org/2000/svg",
14028
14090
  width: size,
@@ -14056,7 +14118,7 @@ ArrayRowsSm.defaultProps = {
14056
14118
  size: '1em'
14057
14119
  };
14058
14120
 
14059
- var loadingCircleStyle$4p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14121
+ var loadingCircleStyle$4q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14060
14122
 
14061
14123
  var RowsSm = function RowsSm(props) {
14062
14124
  var color = props.color,
@@ -14071,7 +14133,7 @@ var RowsSm = function RowsSm(props) {
14071
14133
  role: "img",
14072
14134
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14073
14135
  }, /*#__PURE__*/React.createElement("style", {
14074
- children: loadingCircleStyle$4p
14136
+ children: loadingCircleStyle$4q
14075
14137
  }), /*#__PURE__*/React.createElement("svg", _extends({
14076
14138
  xmlns: "http://www.w3.org/2000/svg",
14077
14139
  width: size,
@@ -14113,7 +14175,7 @@ RowsSm.defaultProps = {
14113
14175
  size: '1em'
14114
14176
  };
14115
14177
 
14116
- var loadingCircleStyle$4q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14178
+ var loadingCircleStyle$4r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14117
14179
 
14118
14180
  var VPropertySm = function VPropertySm(props) {
14119
14181
  var color = props.color,
@@ -14128,7 +14190,7 @@ var VPropertySm = function VPropertySm(props) {
14128
14190
  role: "img",
14129
14191
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14130
14192
  }, /*#__PURE__*/React.createElement("style", {
14131
- children: loadingCircleStyle$4q
14193
+ children: loadingCircleStyle$4r
14132
14194
  }), /*#__PURE__*/React.createElement("svg", _extends({
14133
14195
  xmlns: "http://www.w3.org/2000/svg",
14134
14196
  width: size,
@@ -14166,7 +14228,7 @@ VPropertySm.defaultProps = {
14166
14228
  size: '1em'
14167
14229
  };
14168
14230
 
14169
- var loadingCircleStyle$4r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14231
+ var loadingCircleStyle$4s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14170
14232
 
14171
14233
  var StringSm = function StringSm(props) {
14172
14234
  var color = props.color,
@@ -14181,7 +14243,7 @@ var StringSm = function StringSm(props) {
14181
14243
  role: "img",
14182
14244
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14183
14245
  }, /*#__PURE__*/React.createElement("style", {
14184
- children: loadingCircleStyle$4r
14246
+ children: loadingCircleStyle$4s
14185
14247
  }), /*#__PURE__*/React.createElement("svg", _extends({
14186
14248
  xmlns: "http://www.w3.org/2000/svg",
14187
14249
  width: size,
@@ -14215,7 +14277,7 @@ StringSm.defaultProps = {
14215
14277
  size: '1em'
14216
14278
  };
14217
14279
 
14218
- var loadingCircleStyle$4s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14280
+ var loadingCircleStyle$4t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14219
14281
 
14220
14282
  var NumSm = function NumSm(props) {
14221
14283
  var color = props.color,
@@ -14230,7 +14292,7 @@ var NumSm = function NumSm(props) {
14230
14292
  role: "img",
14231
14293
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14232
14294
  }, /*#__PURE__*/React.createElement("style", {
14233
- children: loadingCircleStyle$4s
14295
+ children: loadingCircleStyle$4t
14234
14296
  }), /*#__PURE__*/React.createElement("svg", _extends({
14235
14297
  xmlns: "http://www.w3.org/2000/svg",
14236
14298
  width: size,
@@ -14264,7 +14326,7 @@ NumSm.defaultProps = {
14264
14326
  size: '1em'
14265
14327
  };
14266
14328
 
14267
- var loadingCircleStyle$4t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14329
+ var loadingCircleStyle$4u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14268
14330
 
14269
14331
  var TimeSm = function TimeSm(props) {
14270
14332
  var color = props.color,
@@ -14279,7 +14341,7 @@ var TimeSm = function TimeSm(props) {
14279
14341
  role: "img",
14280
14342
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14281
14343
  }, /*#__PURE__*/React.createElement("style", {
14282
- children: loadingCircleStyle$4t
14344
+ children: loadingCircleStyle$4u
14283
14345
  }), /*#__PURE__*/React.createElement("svg", _extends({
14284
14346
  xmlns: "http://www.w3.org/2000/svg",
14285
14347
  width: size,
@@ -14313,7 +14375,7 @@ TimeSm.defaultProps = {
14313
14375
  size: '1em'
14314
14376
  };
14315
14377
 
14316
- var loadingCircleStyle$4u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14378
+ var loadingCircleStyle$4v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14317
14379
 
14318
14380
  var ArrowLeft = function ArrowLeft(props) {
14319
14381
  var color = props.color,
@@ -14328,7 +14390,7 @@ var ArrowLeft = function ArrowLeft(props) {
14328
14390
  role: "img",
14329
14391
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14330
14392
  }, /*#__PURE__*/React.createElement("style", {
14331
- children: loadingCircleStyle$4u
14393
+ children: loadingCircleStyle$4v
14332
14394
  }), /*#__PURE__*/React.createElement("svg", _extends({
14333
14395
  xmlns: "http://www.w3.org/2000/svg",
14334
14396
  width: size,
@@ -14360,7 +14422,7 @@ ArrowLeft.defaultProps = {
14360
14422
  size: '1em'
14361
14423
  };
14362
14424
 
14363
- var loadingCircleStyle$4v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14425
+ var loadingCircleStyle$4w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14364
14426
 
14365
14427
  var ArrowRight = function ArrowRight(props) {
14366
14428
  var color = props.color,
@@ -14375,7 +14437,7 @@ var ArrowRight = function ArrowRight(props) {
14375
14437
  role: "img",
14376
14438
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14377
14439
  }, /*#__PURE__*/React.createElement("style", {
14378
- children: loadingCircleStyle$4v
14440
+ children: loadingCircleStyle$4w
14379
14441
  }), /*#__PURE__*/React.createElement("svg", _extends({
14380
14442
  xmlns: "http://www.w3.org/2000/svg",
14381
14443
  width: size,
@@ -14407,7 +14469,7 @@ ArrowRight.defaultProps = {
14407
14469
  size: '1em'
14408
14470
  };
14409
14471
 
14410
- var loadingCircleStyle$4w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14472
+ var loadingCircleStyle$4x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14411
14473
 
14412
14474
  var ArrowUp = function ArrowUp(props) {
14413
14475
  var color = props.color,
@@ -14422,7 +14484,7 @@ var ArrowUp = function ArrowUp(props) {
14422
14484
  role: "img",
14423
14485
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14424
14486
  }, /*#__PURE__*/React.createElement("style", {
14425
- children: loadingCircleStyle$4w
14487
+ children: loadingCircleStyle$4x
14426
14488
  }), /*#__PURE__*/React.createElement("svg", _extends({
14427
14489
  xmlns: "http://www.w3.org/2000/svg",
14428
14490
  width: size,
@@ -14454,7 +14516,7 @@ ArrowUp.defaultProps = {
14454
14516
  size: '1em'
14455
14517
  };
14456
14518
 
14457
- var loadingCircleStyle$4x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14519
+ var loadingCircleStyle$4y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14458
14520
 
14459
14521
  var ArrowDown = function ArrowDown(props) {
14460
14522
  var color = props.color,
@@ -14469,7 +14531,7 @@ var ArrowDown = function ArrowDown(props) {
14469
14531
  role: "img",
14470
14532
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14471
14533
  }, /*#__PURE__*/React.createElement("style", {
14472
- children: loadingCircleStyle$4x
14534
+ children: loadingCircleStyle$4y
14473
14535
  }), /*#__PURE__*/React.createElement("svg", _extends({
14474
14536
  xmlns: "http://www.w3.org/2000/svg",
14475
14537
  width: size,
@@ -14501,7 +14563,7 @@ ArrowDown.defaultProps = {
14501
14563
  size: '1em'
14502
14564
  };
14503
14565
 
14504
- var loadingCircleStyle$4y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14566
+ var loadingCircleStyle$4z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14505
14567
 
14506
14568
  var ArrowLeft2 = function ArrowLeft2(props) {
14507
14569
  var color = props.color,
@@ -14516,7 +14578,7 @@ var ArrowLeft2 = function ArrowLeft2(props) {
14516
14578
  role: "img",
14517
14579
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14518
14580
  }, /*#__PURE__*/React.createElement("style", {
14519
- children: loadingCircleStyle$4y
14581
+ children: loadingCircleStyle$4z
14520
14582
  }), /*#__PURE__*/React.createElement("svg", _extends({
14521
14583
  xmlns: "http://www.w3.org/2000/svg",
14522
14584
  width: size,
@@ -14548,7 +14610,7 @@ ArrowLeft2.defaultProps = {
14548
14610
  size: '1em'
14549
14611
  };
14550
14612
 
14551
- var loadingCircleStyle$4z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14613
+ var loadingCircleStyle$4A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14552
14614
 
14553
14615
  var ArrowRight2 = function ArrowRight2(props) {
14554
14616
  var color = props.color,
@@ -14563,7 +14625,7 @@ var ArrowRight2 = function ArrowRight2(props) {
14563
14625
  role: "img",
14564
14626
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14565
14627
  }, /*#__PURE__*/React.createElement("style", {
14566
- children: loadingCircleStyle$4z
14628
+ children: loadingCircleStyle$4A
14567
14629
  }), /*#__PURE__*/React.createElement("svg", _extends({
14568
14630
  xmlns: "http://www.w3.org/2000/svg",
14569
14631
  width: size,
@@ -14595,7 +14657,7 @@ ArrowRight2.defaultProps = {
14595
14657
  size: '1em'
14596
14658
  };
14597
14659
 
14598
- var loadingCircleStyle$4A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14660
+ var loadingCircleStyle$4B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14599
14661
 
14600
14662
  var ArrowUp2 = function ArrowUp2(props) {
14601
14663
  var color = props.color,
@@ -14610,7 +14672,7 @@ var ArrowUp2 = function ArrowUp2(props) {
14610
14672
  role: "img",
14611
14673
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14612
14674
  }, /*#__PURE__*/React.createElement("style", {
14613
- children: loadingCircleStyle$4A
14675
+ children: loadingCircleStyle$4B
14614
14676
  }), /*#__PURE__*/React.createElement("svg", _extends({
14615
14677
  xmlns: "http://www.w3.org/2000/svg",
14616
14678
  width: size,
@@ -14642,7 +14704,7 @@ ArrowUp2.defaultProps = {
14642
14704
  size: '1em'
14643
14705
  };
14644
14706
 
14645
- var loadingCircleStyle$4B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14707
+ var loadingCircleStyle$4C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14646
14708
 
14647
14709
  var ArrowDown2 = function ArrowDown2(props) {
14648
14710
  var color = props.color,
@@ -14657,7 +14719,7 @@ var ArrowDown2 = function ArrowDown2(props) {
14657
14719
  role: "img",
14658
14720
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14659
14721
  }, /*#__PURE__*/React.createElement("style", {
14660
- children: loadingCircleStyle$4B
14722
+ children: loadingCircleStyle$4C
14661
14723
  }), /*#__PURE__*/React.createElement("svg", _extends({
14662
14724
  xmlns: "http://www.w3.org/2000/svg",
14663
14725
  width: size,
@@ -14689,7 +14751,7 @@ ArrowDown2.defaultProps = {
14689
14751
  size: '1em'
14690
14752
  };
14691
14753
 
14692
- var loadingCircleStyle$4C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14754
+ var loadingCircleStyle$4D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14693
14755
 
14694
14756
  var TriLeft = function TriLeft(props) {
14695
14757
  var color = props.color,
@@ -14704,7 +14766,7 @@ var TriLeft = function TriLeft(props) {
14704
14766
  role: "img",
14705
14767
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14706
14768
  }, /*#__PURE__*/React.createElement("style", {
14707
- children: loadingCircleStyle$4C
14769
+ children: loadingCircleStyle$4D
14708
14770
  }), /*#__PURE__*/React.createElement("svg", _extends({
14709
14771
  xmlns: "http://www.w3.org/2000/svg",
14710
14772
  width: size,
@@ -14736,7 +14798,7 @@ TriLeft.defaultProps = {
14736
14798
  size: '1em'
14737
14799
  };
14738
14800
 
14739
- var loadingCircleStyle$4D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14801
+ var loadingCircleStyle$4E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14740
14802
 
14741
14803
  var TriRight = function TriRight(props) {
14742
14804
  var color = props.color,
@@ -14751,7 +14813,7 @@ var TriRight = function TriRight(props) {
14751
14813
  role: "img",
14752
14814
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14753
14815
  }, /*#__PURE__*/React.createElement("style", {
14754
- children: loadingCircleStyle$4D
14816
+ children: loadingCircleStyle$4E
14755
14817
  }), /*#__PURE__*/React.createElement("svg", _extends({
14756
14818
  xmlns: "http://www.w3.org/2000/svg",
14757
14819
  width: size,
@@ -14783,7 +14845,7 @@ TriRight.defaultProps = {
14783
14845
  size: '1em'
14784
14846
  };
14785
14847
 
14786
- var loadingCircleStyle$4E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14848
+ var loadingCircleStyle$4F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14787
14849
 
14788
14850
  var TriUp = function TriUp(props) {
14789
14851
  var color = props.color,
@@ -14798,7 +14860,7 @@ var TriUp = function TriUp(props) {
14798
14860
  role: "img",
14799
14861
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14800
14862
  }, /*#__PURE__*/React.createElement("style", {
14801
- children: loadingCircleStyle$4E
14863
+ children: loadingCircleStyle$4F
14802
14864
  }), /*#__PURE__*/React.createElement("svg", _extends({
14803
14865
  xmlns: "http://www.w3.org/2000/svg",
14804
14866
  width: size,
@@ -14830,7 +14892,7 @@ TriUp.defaultProps = {
14830
14892
  size: '1em'
14831
14893
  };
14832
14894
 
14833
- var loadingCircleStyle$4F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14895
+ var loadingCircleStyle$4G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14834
14896
 
14835
14897
  var TriDown = function TriDown(props) {
14836
14898
  var color = props.color,
@@ -14845,7 +14907,7 @@ var TriDown = function TriDown(props) {
14845
14907
  role: "img",
14846
14908
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14847
14909
  }, /*#__PURE__*/React.createElement("style", {
14848
- children: loadingCircleStyle$4F
14910
+ children: loadingCircleStyle$4G
14849
14911
  }), /*#__PURE__*/React.createElement("svg", _extends({
14850
14912
  xmlns: "http://www.w3.org/2000/svg",
14851
14913
  width: size,
@@ -14877,7 +14939,7 @@ TriDown.defaultProps = {
14877
14939
  size: '1em'
14878
14940
  };
14879
14941
 
14880
- var loadingCircleStyle$4G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14942
+ var loadingCircleStyle$4H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14881
14943
 
14882
14944
  var DArrowL = function DArrowL(props) {
14883
14945
  var color = props.color,
@@ -14892,7 +14954,7 @@ var DArrowL = function DArrowL(props) {
14892
14954
  role: "img",
14893
14955
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14894
14956
  }, /*#__PURE__*/React.createElement("style", {
14895
- children: loadingCircleStyle$4G
14957
+ children: loadingCircleStyle$4H
14896
14958
  }), /*#__PURE__*/React.createElement("svg", _extends({
14897
14959
  xmlns: "http://www.w3.org/2000/svg",
14898
14960
  width: size,
@@ -14926,7 +14988,7 @@ DArrowL.defaultProps = {
14926
14988
  size: '1em'
14927
14989
  };
14928
14990
 
14929
- var loadingCircleStyle$4H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14991
+ var loadingCircleStyle$4I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14930
14992
 
14931
14993
  var DArrowR = function DArrowR(props) {
14932
14994
  var color = props.color,
@@ -14941,7 +15003,7 @@ var DArrowR = function DArrowR(props) {
14941
15003
  role: "img",
14942
15004
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14943
15005
  }, /*#__PURE__*/React.createElement("style", {
14944
- children: loadingCircleStyle$4H
15006
+ children: loadingCircleStyle$4I
14945
15007
  }), /*#__PURE__*/React.createElement("svg", _extends({
14946
15008
  xmlns: "http://www.w3.org/2000/svg",
14947
15009
  width: size,
@@ -14975,7 +15037,7 @@ DArrowR.defaultProps = {
14975
15037
  size: '1em'
14976
15038
  };
14977
15039
 
14978
- var loadingCircleStyle$4I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15040
+ var loadingCircleStyle$4J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14979
15041
 
14980
15042
  var DArrowT = function DArrowT(props) {
14981
15043
  var color = props.color,
@@ -14990,7 +15052,7 @@ var DArrowT = function DArrowT(props) {
14990
15052
  role: "img",
14991
15053
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14992
15054
  }, /*#__PURE__*/React.createElement("style", {
14993
- children: loadingCircleStyle$4I
15055
+ children: loadingCircleStyle$4J
14994
15056
  }), /*#__PURE__*/React.createElement("svg", _extends({
14995
15057
  xmlns: "http://www.w3.org/2000/svg",
14996
15058
  width: size,
@@ -15024,7 +15086,7 @@ DArrowT.defaultProps = {
15024
15086
  size: '1em'
15025
15087
  };
15026
15088
 
15027
- var loadingCircleStyle$4J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15089
+ var loadingCircleStyle$4K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15028
15090
 
15029
15091
  var DArrowB = function DArrowB(props) {
15030
15092
  var color = props.color,
@@ -15039,7 +15101,7 @@ var DArrowB = function DArrowB(props) {
15039
15101
  role: "img",
15040
15102
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15041
15103
  }, /*#__PURE__*/React.createElement("style", {
15042
- children: loadingCircleStyle$4J
15104
+ children: loadingCircleStyle$4K
15043
15105
  }), /*#__PURE__*/React.createElement("svg", _extends({
15044
15106
  xmlns: "http://www.w3.org/2000/svg",
15045
15107
  width: size,
@@ -15073,7 +15135,7 @@ DArrowB.defaultProps = {
15073
15135
  size: '1em'
15074
15136
  };
15075
15137
 
15076
- var loadingCircleStyle$4K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15138
+ var loadingCircleStyle$4L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15077
15139
 
15078
15140
  var DropDown = function DropDown(props) {
15079
15141
  var color = props.color,
@@ -15088,7 +15150,7 @@ var DropDown = function DropDown(props) {
15088
15150
  role: "img",
15089
15151
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15090
15152
  }, /*#__PURE__*/React.createElement("style", {
15091
- children: loadingCircleStyle$4K
15153
+ children: loadingCircleStyle$4L
15092
15154
  }), /*#__PURE__*/React.createElement("svg", _extends({
15093
15155
  xmlns: "http://www.w3.org/2000/svg",
15094
15156
  width: size,
@@ -15120,7 +15182,7 @@ DropDown.defaultProps = {
15120
15182
  size: '1em'
15121
15183
  };
15122
15184
 
15123
- var loadingCircleStyle$4L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15185
+ var loadingCircleStyle$4M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15124
15186
 
15125
15187
  var DropUp = function DropUp(props) {
15126
15188
  var color = props.color,
@@ -15135,7 +15197,7 @@ var DropUp = function DropUp(props) {
15135
15197
  role: "img",
15136
15198
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15137
15199
  }, /*#__PURE__*/React.createElement("style", {
15138
- children: loadingCircleStyle$4L
15200
+ children: loadingCircleStyle$4M
15139
15201
  }), /*#__PURE__*/React.createElement("svg", _extends({
15140
15202
  xmlns: "http://www.w3.org/2000/svg",
15141
15203
  width: size,
@@ -15167,7 +15229,7 @@ DropUp.defaultProps = {
15167
15229
  size: '1em'
15168
15230
  };
15169
15231
 
15170
- var loadingCircleStyle$4M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15232
+ var loadingCircleStyle$4N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15171
15233
 
15172
15234
  var More1 = function More1(props) {
15173
15235
  var color = props.color,
@@ -15182,7 +15244,7 @@ var More1 = function More1(props) {
15182
15244
  role: "img",
15183
15245
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15184
15246
  }, /*#__PURE__*/React.createElement("style", {
15185
- children: loadingCircleStyle$4M
15247
+ children: loadingCircleStyle$4N
15186
15248
  }), /*#__PURE__*/React.createElement("svg", _extends({
15187
15249
  xmlns: "http://www.w3.org/2000/svg",
15188
15250
  width: size,
@@ -15214,7 +15276,7 @@ More1.defaultProps = {
15214
15276
  size: '1em'
15215
15277
  };
15216
15278
 
15217
- var loadingCircleStyle$4N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15279
+ var loadingCircleStyle$4O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15218
15280
 
15219
15281
  var More2 = function More2(props) {
15220
15282
  var color = props.color,
@@ -15229,7 +15291,7 @@ var More2 = function More2(props) {
15229
15291
  role: "img",
15230
15292
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15231
15293
  }, /*#__PURE__*/React.createElement("style", {
15232
- children: loadingCircleStyle$4N
15294
+ children: loadingCircleStyle$4O
15233
15295
  }), /*#__PURE__*/React.createElement("svg", _extends({
15234
15296
  xmlns: "http://www.w3.org/2000/svg",
15235
15297
  width: size,
@@ -15261,7 +15323,7 @@ More2.defaultProps = {
15261
15323
  size: '1em'
15262
15324
  };
15263
15325
 
15264
- var loadingCircleStyle$4O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15326
+ var loadingCircleStyle$4P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15265
15327
 
15266
15328
  var Drag = function Drag(props) {
15267
15329
  var color = props.color,
@@ -15276,7 +15338,7 @@ var Drag = function Drag(props) {
15276
15338
  role: "img",
15277
15339
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15278
15340
  }, /*#__PURE__*/React.createElement("style", {
15279
- children: loadingCircleStyle$4O
15341
+ children: loadingCircleStyle$4P
15280
15342
  }), /*#__PURE__*/React.createElement("svg", _extends({
15281
15343
  xmlns: "http://www.w3.org/2000/svg",
15282
15344
  width: size,
@@ -15318,7 +15380,7 @@ Drag.defaultProps = {
15318
15380
  size: '1em'
15319
15381
  };
15320
15382
 
15321
- var loadingCircleStyle$4P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15383
+ var loadingCircleStyle$4Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15322
15384
 
15323
15385
  var Drag2 = function Drag2(props) {
15324
15386
  var color = props.color,
@@ -15333,7 +15395,7 @@ var Drag2 = function Drag2(props) {
15333
15395
  role: "img",
15334
15396
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15335
15397
  }, /*#__PURE__*/React.createElement("style", {
15336
- children: loadingCircleStyle$4P
15398
+ children: loadingCircleStyle$4Q
15337
15399
  }), /*#__PURE__*/React.createElement("svg", _extends({
15338
15400
  xmlns: "http://www.w3.org/2000/svg",
15339
15401
  width: size,
@@ -15369,7 +15431,7 @@ Drag2.defaultProps = {
15369
15431
  size: '1em'
15370
15432
  };
15371
15433
 
15372
- var loadingCircleStyle$4Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15434
+ var loadingCircleStyle$4R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15373
15435
 
15374
15436
  var External = function External(props) {
15375
15437
  var color = props.color,
@@ -15384,7 +15446,7 @@ var External = function External(props) {
15384
15446
  role: "img",
15385
15447
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15386
15448
  }, /*#__PURE__*/React.createElement("style", {
15387
- children: loadingCircleStyle$4Q
15449
+ children: loadingCircleStyle$4R
15388
15450
  }), /*#__PURE__*/React.createElement("svg", _extends({
15389
15451
  xmlns: "http://www.w3.org/2000/svg",
15390
15452
  width: size,
@@ -15416,7 +15478,7 @@ External.defaultProps = {
15416
15478
  size: '1em'
15417
15479
  };
15418
15480
 
15419
- var loadingCircleStyle$4R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15481
+ var loadingCircleStyle$4S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15420
15482
 
15421
15483
  var DisplayS = function DisplayS(props) {
15422
15484
  var color = props.color,
@@ -15431,7 +15493,7 @@ var DisplayS = function DisplayS(props) {
15431
15493
  role: "img",
15432
15494
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15433
15495
  }, /*#__PURE__*/React.createElement("style", {
15434
- children: loadingCircleStyle$4R
15496
+ children: loadingCircleStyle$4S
15435
15497
  }), /*#__PURE__*/React.createElement("svg", _extends({
15436
15498
  xmlns: "http://www.w3.org/2000/svg",
15437
15499
  width: size,
@@ -15465,7 +15527,7 @@ DisplayS.defaultProps = {
15465
15527
  size: '1em'
15466
15528
  };
15467
15529
 
15468
- var loadingCircleStyle$4S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15530
+ var loadingCircleStyle$4T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15469
15531
 
15470
15532
  var Share = function Share(props) {
15471
15533
  var color = props.color,
@@ -15480,7 +15542,7 @@ var Share = function Share(props) {
15480
15542
  role: "img",
15481
15543
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15482
15544
  }, /*#__PURE__*/React.createElement("style", {
15483
- children: loadingCircleStyle$4S
15545
+ children: loadingCircleStyle$4T
15484
15546
  }), /*#__PURE__*/React.createElement("svg", _extends({
15485
15547
  xmlns: "http://www.w3.org/2000/svg",
15486
15548
  width: size,
@@ -15512,4 +15574,4 @@ Share.defaultProps = {
15512
15574
  size: '1em'
15513
15575
  };
15514
15576
 
15515
- export { Add1 as TaAdd1, Add2 as TaAdd2, Add3 as TaAdd3, Add3Fill as TaAdd3Fill, Alert as TaAlert, AllGroupSm as TaAllGroupSm, Analysis as TaAnalysis, Anchor as TaAnchor, Application as TaApplication, ArrayRowsSm as TaArrayRowsSm, ArrowDown as TaArrowDown, ArrowDown2 as TaArrowDown2, ArrowLeft as TaArrowLeft, ArrowLeft2 as TaArrowLeft2, ArrowLeftDown as TaArrowLeftDown, ArrowRight as TaArrowRight, ArrowRight2 as TaArrowRight2, ArrowUp as TaArrowUp, ArrowUp2 as TaArrowUp2, Ascent as TaAscent, AssetConvert as TaAssetConvert, Attribution as TaAttribution, Backup as TaBackup, Bell as TaBell, Book as TaBook, Book2 as TaBook2, Bookmark as TaBookmark, Bookmark2 as TaBookmark2, BooleanSm as TaBooleanSm, Calendar as TaCalendar, CalendarSm as TaCalendarSm, Card as TaCard, Cellphone as TaCellphone, ChartBar as TaChartBar, ChartBarTable as TaChartBarTable, ChartCombinedTable as TaChartCombinedTable, ChartComplex as TaChartComplex, ChartCum as TaChartCum, ChartDNRe as TaChartDNRe, ChartDRe as TaChartDRe, ChartDistTable as TaChartDistTable, ChartFieldlist as TaChartFieldlist, ChartFunnel as TaChartFunnel, ChartHistogram as TaChartHistogram, ChartInterval as TaChartInterval, ChartLine as TaChartLine, ChartLineTable as TaChartLineTable, ChartPie as TaChartPie, ChartScatter as TaChartScatter, ChartSqltable as TaChartSqltable, ChartStack as TaChartStack, ChartStackPerc as TaChartStackPerc, ChartStackn as TaChartStackn, ChartTable as TaChartTable, Click as TaClick, Clock as TaClock, Close as TaClose, Code as TaCode, Comment as TaComment, Config as TaConfig, Contrast as TaContrast, Copy as TaCopy, Copy2 as TaCopy2, Cost as TaCost, Currency as TaCurrency, CustomPartition as TaCustomPartition, DArrowB as TaDArrowB, DArrowL as TaDArrowL, DArrowR as TaDArrowR, DArrowT as TaDArrowT, Dashboard as TaDashboard, DashboardCl as TaDashboardCl, DashboardMgr as TaDashboardMgr, Debug as TaDebug, Delete1 as TaDelete1, Delete2 as TaDelete2, Delete2Fill as TaDelete2Fill, Demo as TaDemo, Descent as TaDescent, Desktop as TaDesktop, Detail as TaDetail, DisplayS as TaDisplayS, Done as TaDone, Dot as TaDot, DoubleList as TaDoubleList, Download as TaDownload, Drag as TaDrag, Drag2 as TaDrag2, DropDown as TaDropDown, DropUp as TaDropUp, EPropertySm as TaEPropertySm, Earth as TaEarth, Edit as TaEdit, EditFill as TaEditFill, Education as TaEducation, EducationFill as TaEducationFill, Email as TaEmail, Error as TaError, Error2 as TaError2, Error2Fill as TaError2Fill, ErrorFill as TaErrorFill, EventMgr as TaEventMgr, EventPropMgr as TaEventPropMgr, EventSm as TaEventSm, EventTree as TaEventTree, Exchange as TaExchange, Export as TaExport, Exposure as TaExposure, Expression as TaExpression, Expression2 as TaExpression2, External as TaExternal, EyeOff as TaEyeOff, EyeOffFill as TaEyeOffFill, EyeOn as TaEyeOn, EyeOnFill as TaEyeOnFill, FileAdd as TaFileAdd, FileConvert as TaFileConvert, FileExport as TaFileExport, FileImport as TaFileImport, FileInfo as TaFileInfo, FileLock as TaFileLock, FileMove as TaFileMove, FilePdf as TaFilePdf, FileRemove as TaFileRemove, Filter as TaFilter, Filter2 as TaFilter2, FirstLast as TaFirstLast, Folder as TaFolder, FolderOpen as TaFolderOpen, Forewarning as TaForewarning, Format as TaFormat, FullDownload as TaFullDownload, Fullscreen as TaFullscreen, Game as TaGame, GameFill as TaGameFill, Gift as TaGift, Goal as TaGoal, Group as TaGroup, GroupA2b as TaGroupA2b, GroupAddFill as TaGroupAddFill, GroupAddSm as TaGroupAddSm, GroupCl as TaGroupCl, GroupFill as TaGroupFill, GroupFill2 as TaGroupFill2, Groups as TaGroups, Heart as TaHeart, Help as TaHelp, History as TaHistory, IdFreeze as TaIdFreeze, Import as TaImport, Index as TaIndex, Indicator as TaIndicator, IndicatorSm as TaIndicatorSm, Info as TaInfo, InfoFill as TaInfoFill, Install as TaInstall, Landscape as TaLandscape, Language as TaLanguage, Link as TaLink, List as TaList, ListNested as TaListNested, ListSm as TaListSm, Live as TaLive, Location as TaLocation, LockClose as TaLockClose, LockCloseFill as TaLockCloseFill, LockOpen as TaLockOpen, LockOpenFill as TaLockOpenFill, LogoAndroidGray as TaLogoAndroidGray, LogoAppleGray as TaLogoAppleGray, LogoCurrencylayerCl as TaLogoCurrencylayerCl, LogoDingdingCl as TaLogoDingdingCl, LogoDingdingGray as TaLogoDingdingGray, LogoFeishuCl as TaLogoFeishuCl, LogoGarenaCl as TaLogoGarenaCl, LogoKingCl as TaLogoKingCl, LogoWechatCl as TaLogoWechatCl, LogoWechatGray as TaLogoWechatGray, LogoWecomCl as TaLogoWecomCl, LogoWecomGray as TaLogoWecomGray, LogoXiaomiCl as TaLogoXiaomiCl, Logout as TaLogout, MDistribution as TaMDistribution, MEvent as TaMEvent, MFlow as TaMFlow, MFunnel as TaMFunnel, MInterval as TaMInterval, MProperty as TaMProperty, MRetention as TaMRetention, MSql as TaMSql, MenuFold as TaMenuFold, MenuUnfold as TaMenuUnfold, MessageCenter as TaMessageCenter, Mfa as TaMfa, More1 as TaMore1, More2 as TaMore2, NumSm as TaNumSm, OneTime as TaOneTime, OperatorBigger as TaOperatorBigger, OperatorDivide as TaOperatorDivide, OperatorEqual as TaOperatorEqual, OperatorFalse as TaOperatorFalse, OperatorHasValue as TaOperatorHasValue, OperatorInclude as TaOperatorInclude, OperatorInside as TaOperatorInside, OperatorLess as TaOperatorLess, OperatorNoBigger as TaOperatorNoBigger, OperatorNoLess as TaOperatorNoLess, OperatorNoRegex as TaOperatorNoRegex, OperatorNoValue as TaOperatorNoValue, OperatorNotInclude as TaOperatorNotInclude, OperatorRegex as TaOperatorRegex, OperatorTrue as TaOperatorTrue, OperatorUnequal as TaOperatorUnequal, ParallelFilter as TaParallelFilter, Parameter as TaParameter, Password as TaPassword, Pattern as TaPattern, PauseCircle as TaPauseCircle, Play as TaPlay, PlayCircle as TaPlayCircle, Plug as TaPlug, Private as TaPrivate, Processing as TaProcessing, Processing2 as TaProcessing2, Project as TaProject, ProjectMgr as TaProjectMgr, Recurring as TaRecurring, RelatedProp as TaRelatedProp, Rename as TaRename, Report as TaReport, ReportRemoval as TaReportRemoval, ResetPassword as TaResetPassword, Result as TaResult, RowsSm as TaRowsSm, SSpace as TaSSpace, Save as TaSave, Search as TaSearch, Send as TaSend, Server as TaServer, Setting as TaSetting, Share as TaShare, ShieldCheck as TaShieldCheck, ShieldCross as TaShieldCross, ShieldKeyhole as TaShieldKeyhole, Shop as TaShop, ShopFill as TaShopFill, Sort as TaSort, SortA2z as TaSortA2z, SortDown as TaSortDown, SortDrop as TaSortDrop, SortResult as TaSortResult, SortRise as TaSortRise, SortUp as TaSortUp, SortZ2a as TaSortZ2a, Space as TaSpace, SpaceOpen as TaSpaceOpen, Speed as TaSpeed, Split as TaSplit, Sql1 as TaSql1, Sql2 as TaSql2, Sql3 as TaSql3, StarFill as TaStarFill, StarOutline as TaStarOutline, Sticker as TaSticker, StickerFill as TaStickerFill, StringSm as TaStringSm, Subtract as TaSubtract, Subtract2 as TaSubtract2, Success as TaSuccess, SuccessFill as TaSuccessFill, SwapFill as TaSwapFill, SystemMgr as TaSystemMgr, SystemMsg as TaSystemMsg, TA2b as TaTA2b, TX2y as TaTX2y, Table1dtable as TaTable1dtable, TdLogo as TaTdLogo, TimeLock as TaTimeLock, TimeSm as TaTimeSm, Tips as TaTips, Tracking as TaTracking, TriDown as TaTriDown, TriLeft as TaTriLeft, TriRight as TaTriRight, TriUp as TaTriUp, UGroup as TaUGroup, UGroupSm as TaUGroupSm, UPropMgr as TaUPropMgr, UPropertySm as TaUPropertySm, UTag as TaUTag, UTagSm as TaUTagSm, Unlink as TaUnlink, Update as TaUpdate, UpdateData as TaUpdateData, Upload as TaUpload, UploadId as TaUploadId, Usb as TaUsb, User1 as TaUser1, User1Fill as TaUser1Fill, User2 as TaUser2, UserAddFill as TaUserAddFill, UserSettings as TaUserSettings, UserTagCl as TaUserTagCl, Usertag as TaUsertag, VPropCl as TaVPropCl, VProperty as TaVProperty, VPropertySm as TaVPropertySm, ViewOriginal as TaViewOriginal, Vip as TaVip, VipFill as TaVipFill };
15577
+ export { Add1 as TaAdd1, Add2 as TaAdd2, Add3 as TaAdd3, Add3Fill as TaAdd3Fill, Alert as TaAlert, AllGroupSm as TaAllGroupSm, Analysis as TaAnalysis, Anchor as TaAnchor, Application as TaApplication, ArrayRowsSm as TaArrayRowsSm, ArrowDown as TaArrowDown, ArrowDown2 as TaArrowDown2, ArrowLeft as TaArrowLeft, ArrowLeft2 as TaArrowLeft2, ArrowLeftDown as TaArrowLeftDown, ArrowRight as TaArrowRight, ArrowRight2 as TaArrowRight2, ArrowUp as TaArrowUp, ArrowUp2 as TaArrowUp2, Ascent as TaAscent, AssetConvert as TaAssetConvert, Attribution as TaAttribution, Backup as TaBackup, Bell as TaBell, Book as TaBook, Book2 as TaBook2, Bookmark as TaBookmark, Bookmark2 as TaBookmark2, BooleanSm as TaBooleanSm, Calendar as TaCalendar, CalendarSm as TaCalendarSm, Card as TaCard, Cellphone as TaCellphone, ChartBar as TaChartBar, ChartBarTable as TaChartBarTable, ChartCombinedTable as TaChartCombinedTable, ChartComplex as TaChartComplex, ChartCum as TaChartCum, ChartDNRe as TaChartDNRe, ChartDRe as TaChartDRe, ChartDistTable as TaChartDistTable, ChartFieldlist as TaChartFieldlist, ChartFunnel as TaChartFunnel, ChartHistogram as TaChartHistogram, ChartInterval as TaChartInterval, ChartLine as TaChartLine, ChartLineTable as TaChartLineTable, ChartPie as TaChartPie, ChartScatter as TaChartScatter, ChartSqltable as TaChartSqltable, ChartStack as TaChartStack, ChartStackPerc as TaChartStackPerc, ChartStackn as TaChartStackn, ChartTable as TaChartTable, Click as TaClick, Clock as TaClock, Close as TaClose, Code as TaCode, Comment as TaComment, Config as TaConfig, Contrast as TaContrast, Copy as TaCopy, Copy2 as TaCopy2, Cost as TaCost, Currency as TaCurrency, CustomPartition as TaCustomPartition, DArrowB as TaDArrowB, DArrowL as TaDArrowL, DArrowR as TaDArrowR, DArrowT as TaDArrowT, Dashboard as TaDashboard, DashboardCl as TaDashboardCl, DashboardMgr as TaDashboardMgr, Debug as TaDebug, Delete1 as TaDelete1, Delete2 as TaDelete2, Delete2Fill as TaDelete2Fill, Demo as TaDemo, Descent as TaDescent, Desktop as TaDesktop, Detail as TaDetail, DisplayS as TaDisplayS, Done as TaDone, Dot as TaDot, DoubleList as TaDoubleList, Download as TaDownload, Drag as TaDrag, Drag2 as TaDrag2, DropDown as TaDropDown, DropUp as TaDropUp, EPropertySm as TaEPropertySm, Earth as TaEarth, Edit as TaEdit, EditFill as TaEditFill, Education as TaEducation, EducationFill as TaEducationFill, Email as TaEmail, Error as TaError, Error2 as TaError2, Error2Fill as TaError2Fill, ErrorFill as TaErrorFill, EventMgr as TaEventMgr, EventPropMgr as TaEventPropMgr, EventSm as TaEventSm, EventTree as TaEventTree, Exchange as TaExchange, Export as TaExport, Exposure as TaExposure, Expression as TaExpression, Expression2 as TaExpression2, External as TaExternal, EyeOff as TaEyeOff, EyeOffFill as TaEyeOffFill, EyeOn as TaEyeOn, EyeOnFill as TaEyeOnFill, FileAdd as TaFileAdd, FileConvert as TaFileConvert, FileExport as TaFileExport, FileImport as TaFileImport, FileInfo as TaFileInfo, FileLock as TaFileLock, FileMove as TaFileMove, FilePdf as TaFilePdf, FileRemove as TaFileRemove, Filter as TaFilter, Filter2 as TaFilter2, FirstLast as TaFirstLast, Folder as TaFolder, FolderOpen as TaFolderOpen, Forewarning as TaForewarning, Format as TaFormat, FullDownload as TaFullDownload, Fullscreen as TaFullscreen, Game as TaGame, GameFill as TaGameFill, Gift as TaGift, Goal as TaGoal, Group as TaGroup, GroupA2b as TaGroupA2b, GroupAddFill as TaGroupAddFill, GroupAddSm as TaGroupAddSm, GroupCl as TaGroupCl, GroupFill as TaGroupFill, GroupFill2 as TaGroupFill2, Groups as TaGroups, Heart as TaHeart, Help as TaHelp, History as TaHistory, IdFreeze as TaIdFreeze, Import as TaImport, Index as TaIndex, Indicator as TaIndicator, IndicatorSm as TaIndicatorSm, Info as TaInfo, InfoFill as TaInfoFill, Install as TaInstall, Landscape as TaLandscape, Language as TaLanguage, Link as TaLink, List as TaList, ListNested as TaListNested, ListSm as TaListSm, Live as TaLive, Location as TaLocation, LockClose as TaLockClose, LockCloseFill as TaLockCloseFill, LockOpen as TaLockOpen, LockOpenFill as TaLockOpenFill, LogoAndroidGray as TaLogoAndroidGray, LogoAppleGray as TaLogoAppleGray, LogoCurrencylayerCl as TaLogoCurrencylayerCl, LogoDingdingCl as TaLogoDingdingCl, LogoDingdingGray as TaLogoDingdingGray, LogoFeishuCl as TaLogoFeishuCl, LogoGarenaCl as TaLogoGarenaCl, LogoKingCl as TaLogoKingCl, LogoWechatCl as TaLogoWechatCl, LogoWechatGray as TaLogoWechatGray, LogoWecomCl as TaLogoWecomCl, LogoWecomGray as TaLogoWecomGray, LogoXiaomiCl as TaLogoXiaomiCl, Logout as TaLogout, MDistribution as TaMDistribution, MEvent as TaMEvent, MFlow as TaMFlow, MFunnel as TaMFunnel, MInterval as TaMInterval, MProperty as TaMProperty, MRetention as TaMRetention, MSql as TaMSql, MenuFold as TaMenuFold, MenuUnfold as TaMenuUnfold, MessageCenter as TaMessageCenter, Mfa as TaMfa, More1 as TaMore1, More2 as TaMore2, NumSm as TaNumSm, OneTime as TaOneTime, OperatorBigger as TaOperatorBigger, OperatorDivide as TaOperatorDivide, OperatorEqual as TaOperatorEqual, OperatorFalse as TaOperatorFalse, OperatorHasValue as TaOperatorHasValue, OperatorInclude as TaOperatorInclude, OperatorInside as TaOperatorInside, OperatorLess as TaOperatorLess, OperatorNoBigger as TaOperatorNoBigger, OperatorNoLess as TaOperatorNoLess, OperatorNoRegex as TaOperatorNoRegex, OperatorNoValue as TaOperatorNoValue, OperatorNotInclude as TaOperatorNotInclude, OperatorRegex as TaOperatorRegex, OperatorTrue as TaOperatorTrue, OperatorUnequal as TaOperatorUnequal, ParallelFilter as TaParallelFilter, Parameter as TaParameter, Password as TaPassword, Pattern as TaPattern, PauseCircle as TaPauseCircle, Play as TaPlay, PlayCircle as TaPlayCircle, Plug as TaPlug, Private as TaPrivate, Processing as TaProcessing, Processing2 as TaProcessing2, Project as TaProject, ProjectMgr as TaProjectMgr, Recurring as TaRecurring, RelatedProp as TaRelatedProp, Rename as TaRename, Report as TaReport, ReportCl as TaReportCl, ReportRemoval as TaReportRemoval, ResetPassword as TaResetPassword, Result as TaResult, RowsSm as TaRowsSm, SSpace as TaSSpace, Save as TaSave, Search as TaSearch, Send as TaSend, Server as TaServer, Setting as TaSetting, Share as TaShare, ShieldCheck as TaShieldCheck, ShieldCross as TaShieldCross, ShieldKeyhole as TaShieldKeyhole, Shop as TaShop, ShopFill as TaShopFill, Sort as TaSort, SortA2z as TaSortA2z, SortDown as TaSortDown, SortDrop as TaSortDrop, SortResult as TaSortResult, SortRise as TaSortRise, SortUp as TaSortUp, SortZ2a as TaSortZ2a, Space as TaSpace, SpaceOpen as TaSpaceOpen, Speed as TaSpeed, Split as TaSplit, Sql1 as TaSql1, Sql2 as TaSql2, Sql3 as TaSql3, StarFill as TaStarFill, StarOutline as TaStarOutline, Sticker as TaSticker, StickerFill as TaStickerFill, StringSm as TaStringSm, Subtract as TaSubtract, Subtract2 as TaSubtract2, Success as TaSuccess, SuccessFill as TaSuccessFill, SwapFill as TaSwapFill, SystemMgr as TaSystemMgr, SystemMsg as TaSystemMsg, TA2b as TaTA2b, TX2y as TaTX2y, Table1dtable as TaTable1dtable, TdLogo as TaTdLogo, TimeLock as TaTimeLock, TimeSm as TaTimeSm, Tips as TaTips, Tracking as TaTracking, TriDown as TaTriDown, TriLeft as TaTriLeft, TriRight as TaTriRight, TriUp as TaTriUp, UGroup as TaUGroup, UGroupSm as TaUGroupSm, UPropMgr as TaUPropMgr, UPropertySm as TaUPropertySm, UTag as TaUTag, UTagSm as TaUTagSm, Unlink as TaUnlink, Update as TaUpdate, UpdateData as TaUpdateData, Upload as TaUpload, UploadId as TaUploadId, Usb as TaUsb, User1 as TaUser1, User1Fill as TaUser1Fill, User2 as TaUser2, UserAddFill as TaUserAddFill, UserSettings as TaUserSettings, UserTagCl as TaUserTagCl, Usertag as TaUsertag, VPropCl as TaVPropCl, VProperty as TaVProperty, VPropertySm as TaVPropertySm, ViewOriginal as TaViewOriginal, Vip as TaVip, VipFill as TaVipFill };