@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.
@@ -7534,7 +7534,7 @@ DashboardCl.defaultProps = {
7534
7534
 
7535
7535
  var loadingCircleStyle$2l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7536
7536
 
7537
- var UserTagCl = function UserTagCl(props) {
7537
+ var ReportCl = function ReportCl(props) {
7538
7538
  var color = props.color,
7539
7539
  size = props.size,
7540
7540
  spin = props.spin,
@@ -7562,6 +7562,68 @@ var UserTagCl = function UserTagCl(props) {
7562
7562
  animationName: 'loadingCircle',
7563
7563
  animationTimingFunction: 'linear'
7564
7564
  } : {})
7565
+ }), /*#__PURE__*/React.createElement("path", {
7566
+ d: "M1 3a1 1 0 011-1h20a1 1 0 011 1v2.667H1V3z",
7567
+ fill: "#1673F6"
7568
+ }), /*#__PURE__*/React.createElement("path", {
7569
+ opacity: ".2",
7570
+ d: "M1 5.667h22v14.5a2 2 0 01-2 2H3a2 2 0 01-2-2v-14.5z",
7571
+ fill: "#1673F6"
7572
+ }), /*#__PURE__*/React.createElement("path", {
7573
+ fillRule: "evenodd",
7574
+ clipRule: "evenodd",
7575
+ d: "M17.5 13.494h-5.076V8.417a5.077 5.077 0 015.077 5.077z",
7576
+ fill: "#1673F6"
7577
+ }), /*#__PURE__*/React.createElement("path", {
7578
+ fillRule: "evenodd",
7579
+ clipRule: "evenodd",
7580
+ d: "M11.578 9.263h-.001a5.077 5.077 0 105.077 5.077h-5.076V9.262z",
7581
+ fill: "#1673F6"
7582
+ })));
7583
+ };
7584
+
7585
+ ReportCl.propTypes = {
7586
+ iconClassName: PropTypes.string,
7587
+ spin: PropTypes.bool,
7588
+ color: PropTypes.string,
7589
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
7590
+ };
7591
+ ReportCl.defaultProps = {
7592
+ spin: false,
7593
+ color: 'currentColor',
7594
+ size: '1em'
7595
+ };
7596
+
7597
+ var loadingCircleStyle$2m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7598
+
7599
+ var UserTagCl = function UserTagCl(props) {
7600
+ var color = props.color,
7601
+ size = props.size,
7602
+ spin = props.spin,
7603
+ style = props.style,
7604
+ className = props.className,
7605
+ iconClassName = props.iconClassName,
7606
+ otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className", "iconClassName"]);
7607
+
7608
+ return /*#__PURE__*/React.createElement("span", {
7609
+ role: "img",
7610
+ className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
7611
+ }, /*#__PURE__*/React.createElement("style", {
7612
+ children: loadingCircleStyle$2m
7613
+ }), /*#__PURE__*/React.createElement("svg", _extends({
7614
+ xmlns: "http://www.w3.org/2000/svg",
7615
+ width: size,
7616
+ height: size,
7617
+ viewBox: "0 0 24 24",
7618
+ fill: color
7619
+ }, otherProps, {
7620
+ className: iconClassName,
7621
+ style: _objectSpread2(_objectSpread2({}, style), spin ? {
7622
+ animationDuration: '1s',
7623
+ animationIterationCount: 'infinite',
7624
+ animationName: 'loadingCircle',
7625
+ animationTimingFunction: 'linear'
7626
+ } : {})
7565
7627
  }), /*#__PURE__*/React.createElement("path", {
7566
7628
  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",
7567
7629
  fill: "#202241"
@@ -7584,7 +7646,7 @@ UserTagCl.defaultProps = {
7584
7646
  size: '1em'
7585
7647
  };
7586
7648
 
7587
- var loadingCircleStyle$2m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7649
+ var loadingCircleStyle$2n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7588
7650
 
7589
7651
  var GroupCl = function GroupCl(props) {
7590
7652
  var color = props.color,
@@ -7599,7 +7661,7 @@ var GroupCl = function GroupCl(props) {
7599
7661
  role: "img",
7600
7662
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
7601
7663
  }, /*#__PURE__*/React.createElement("style", {
7602
- children: loadingCircleStyle$2m
7664
+ children: loadingCircleStyle$2n
7603
7665
  }), /*#__PURE__*/React.createElement("svg", _extends({
7604
7666
  xmlns: "http://www.w3.org/2000/svg",
7605
7667
  width: size,
@@ -7643,7 +7705,7 @@ GroupCl.defaultProps = {
7643
7705
  size: '1em'
7644
7706
  };
7645
7707
 
7646
- var loadingCircleStyle$2n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7708
+ var loadingCircleStyle$2o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7647
7709
 
7648
7710
  var VPropCl = function VPropCl(props) {
7649
7711
  var color = props.color,
@@ -7658,7 +7720,7 @@ var VPropCl = function VPropCl(props) {
7658
7720
  role: "img",
7659
7721
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
7660
7722
  }, /*#__PURE__*/React.createElement("style", {
7661
- children: loadingCircleStyle$2n
7723
+ children: loadingCircleStyle$2o
7662
7724
  }), /*#__PURE__*/React.createElement("svg", _extends({
7663
7725
  xmlns: "http://www.w3.org/2000/svg",
7664
7726
  width: size,
@@ -7702,7 +7764,7 @@ VPropCl.defaultProps = {
7702
7764
  size: '1em'
7703
7765
  };
7704
7766
 
7705
- var loadingCircleStyle$2o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7767
+ var loadingCircleStyle$2p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7706
7768
 
7707
7769
  var Info = function Info(props) {
7708
7770
  var color = props.color,
@@ -7717,7 +7779,7 @@ var Info = function Info(props) {
7717
7779
  role: "img",
7718
7780
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
7719
7781
  }, /*#__PURE__*/React.createElement("style", {
7720
- children: loadingCircleStyle$2o
7782
+ children: loadingCircleStyle$2p
7721
7783
  }), /*#__PURE__*/React.createElement("svg", _extends({
7722
7784
  xmlns: "http://www.w3.org/2000/svg",
7723
7785
  width: size,
@@ -7753,7 +7815,7 @@ Info.defaultProps = {
7753
7815
  size: '1em'
7754
7816
  };
7755
7817
 
7756
- var loadingCircleStyle$2p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7818
+ var loadingCircleStyle$2q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7757
7819
 
7758
7820
  var InfoFill = function InfoFill(props) {
7759
7821
  var color = props.color,
@@ -7768,7 +7830,7 @@ var InfoFill = function InfoFill(props) {
7768
7830
  role: "img",
7769
7831
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
7770
7832
  }, /*#__PURE__*/React.createElement("style", {
7771
- children: loadingCircleStyle$2p
7833
+ children: loadingCircleStyle$2q
7772
7834
  }), /*#__PURE__*/React.createElement("svg", _extends({
7773
7835
  xmlns: "http://www.w3.org/2000/svg",
7774
7836
  width: size,
@@ -7800,7 +7862,7 @@ InfoFill.defaultProps = {
7800
7862
  size: '1em'
7801
7863
  };
7802
7864
 
7803
- var loadingCircleStyle$2q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7865
+ var loadingCircleStyle$2r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7804
7866
 
7805
7867
  var Help = function Help(props) {
7806
7868
  var color = props.color,
@@ -7815,7 +7877,7 @@ var Help = function Help(props) {
7815
7877
  role: "img",
7816
7878
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
7817
7879
  }, /*#__PURE__*/React.createElement("style", {
7818
- children: loadingCircleStyle$2q
7880
+ children: loadingCircleStyle$2r
7819
7881
  }), /*#__PURE__*/React.createElement("svg", _extends({
7820
7882
  xmlns: "http://www.w3.org/2000/svg",
7821
7883
  width: size,
@@ -7847,7 +7909,7 @@ Help.defaultProps = {
7847
7909
  size: '1em'
7848
7910
  };
7849
7911
 
7850
- var loadingCircleStyle$2r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7912
+ var loadingCircleStyle$2s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7851
7913
 
7852
7914
  var History = function History(props) {
7853
7915
  var color = props.color,
@@ -7862,7 +7924,7 @@ var History = function History(props) {
7862
7924
  role: "img",
7863
7925
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
7864
7926
  }, /*#__PURE__*/React.createElement("style", {
7865
- children: loadingCircleStyle$2r
7927
+ children: loadingCircleStyle$2s
7866
7928
  }), /*#__PURE__*/React.createElement("svg", _extends({
7867
7929
  xmlns: "http://www.w3.org/2000/svg",
7868
7930
  width: size,
@@ -7894,7 +7956,7 @@ History.defaultProps = {
7894
7956
  size: '1em'
7895
7957
  };
7896
7958
 
7897
- var loadingCircleStyle$2s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7959
+ var loadingCircleStyle$2t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7898
7960
 
7899
7961
  var Backup = function Backup(props) {
7900
7962
  var color = props.color,
@@ -7909,7 +7971,7 @@ var Backup = function Backup(props) {
7909
7971
  role: "img",
7910
7972
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
7911
7973
  }, /*#__PURE__*/React.createElement("style", {
7912
- children: loadingCircleStyle$2s
7974
+ children: loadingCircleStyle$2t
7913
7975
  }), /*#__PURE__*/React.createElement("svg", _extends({
7914
7976
  xmlns: "http://www.w3.org/2000/svg",
7915
7977
  width: size,
@@ -7943,7 +8005,7 @@ Backup.defaultProps = {
7943
8005
  size: '1em'
7944
8006
  };
7945
8007
 
7946
- var loadingCircleStyle$2t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8008
+ var loadingCircleStyle$2u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7947
8009
 
7948
8010
  var Error = function Error(props) {
7949
8011
  var color = props.color,
@@ -7958,7 +8020,7 @@ var Error = function Error(props) {
7958
8020
  role: "img",
7959
8021
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
7960
8022
  }, /*#__PURE__*/React.createElement("style", {
7961
- children: loadingCircleStyle$2t
8023
+ children: loadingCircleStyle$2u
7962
8024
  }), /*#__PURE__*/React.createElement("svg", _extends({
7963
8025
  xmlns: "http://www.w3.org/2000/svg",
7964
8026
  width: size,
@@ -7994,7 +8056,7 @@ Error.defaultProps = {
7994
8056
  size: '1em'
7995
8057
  };
7996
8058
 
7997
- var loadingCircleStyle$2u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8059
+ var loadingCircleStyle$2v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7998
8060
 
7999
8061
  var ErrorFill = function ErrorFill(props) {
8000
8062
  var color = props.color,
@@ -8009,7 +8071,7 @@ var ErrorFill = function ErrorFill(props) {
8009
8071
  role: "img",
8010
8072
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8011
8073
  }, /*#__PURE__*/React.createElement("style", {
8012
- children: loadingCircleStyle$2u
8074
+ children: loadingCircleStyle$2v
8013
8075
  }), /*#__PURE__*/React.createElement("svg", _extends({
8014
8076
  xmlns: "http://www.w3.org/2000/svg",
8015
8077
  width: size,
@@ -8041,7 +8103,7 @@ ErrorFill.defaultProps = {
8041
8103
  size: '1em'
8042
8104
  };
8043
8105
 
8044
- var loadingCircleStyle$2v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8106
+ var loadingCircleStyle$2w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8045
8107
 
8046
8108
  var Error2 = function Error2(props) {
8047
8109
  var color = props.color,
@@ -8056,7 +8118,7 @@ var Error2 = function Error2(props) {
8056
8118
  role: "img",
8057
8119
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8058
8120
  }, /*#__PURE__*/React.createElement("style", {
8059
- children: loadingCircleStyle$2v
8121
+ children: loadingCircleStyle$2w
8060
8122
  }), /*#__PURE__*/React.createElement("svg", _extends({
8061
8123
  xmlns: "http://www.w3.org/2000/svg",
8062
8124
  width: size,
@@ -8090,7 +8152,7 @@ Error2.defaultProps = {
8090
8152
  size: '1em'
8091
8153
  };
8092
8154
 
8093
- var loadingCircleStyle$2w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8155
+ var loadingCircleStyle$2x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8094
8156
 
8095
8157
  var Error2Fill = function Error2Fill(props) {
8096
8158
  var color = props.color,
@@ -8105,7 +8167,7 @@ var Error2Fill = function Error2Fill(props) {
8105
8167
  role: "img",
8106
8168
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8107
8169
  }, /*#__PURE__*/React.createElement("style", {
8108
- children: loadingCircleStyle$2w
8170
+ children: loadingCircleStyle$2x
8109
8171
  }), /*#__PURE__*/React.createElement("svg", _extends({
8110
8172
  xmlns: "http://www.w3.org/2000/svg",
8111
8173
  width: size,
@@ -8139,7 +8201,7 @@ Error2Fill.defaultProps = {
8139
8201
  size: '1em'
8140
8202
  };
8141
8203
 
8142
- var loadingCircleStyle$2x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8204
+ var loadingCircleStyle$2y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8143
8205
 
8144
8206
  var Success = function Success(props) {
8145
8207
  var color = props.color,
@@ -8154,7 +8216,7 @@ var Success = function Success(props) {
8154
8216
  role: "img",
8155
8217
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8156
8218
  }, /*#__PURE__*/React.createElement("style", {
8157
- children: loadingCircleStyle$2x
8219
+ children: loadingCircleStyle$2y
8158
8220
  }), /*#__PURE__*/React.createElement("svg", _extends({
8159
8221
  xmlns: "http://www.w3.org/2000/svg",
8160
8222
  width: size,
@@ -8186,7 +8248,7 @@ Success.defaultProps = {
8186
8248
  size: '1em'
8187
8249
  };
8188
8250
 
8189
- var loadingCircleStyle$2y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8251
+ var loadingCircleStyle$2z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8190
8252
 
8191
8253
  var SuccessFill = function SuccessFill(props) {
8192
8254
  var color = props.color,
@@ -8201,7 +8263,7 @@ var SuccessFill = function SuccessFill(props) {
8201
8263
  role: "img",
8202
8264
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8203
8265
  }, /*#__PURE__*/React.createElement("style", {
8204
- children: loadingCircleStyle$2y
8266
+ children: loadingCircleStyle$2z
8205
8267
  }), /*#__PURE__*/React.createElement("svg", _extends({
8206
8268
  xmlns: "http://www.w3.org/2000/svg",
8207
8269
  width: size,
@@ -8235,7 +8297,7 @@ SuccessFill.defaultProps = {
8235
8297
  size: '1em'
8236
8298
  };
8237
8299
 
8238
- var loadingCircleStyle$2z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8300
+ var loadingCircleStyle$2A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8239
8301
 
8240
8302
  var Delete2 = function Delete2(props) {
8241
8303
  var color = props.color,
@@ -8250,7 +8312,7 @@ var Delete2 = function Delete2(props) {
8250
8312
  role: "img",
8251
8313
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8252
8314
  }, /*#__PURE__*/React.createElement("style", {
8253
- children: loadingCircleStyle$2z
8315
+ children: loadingCircleStyle$2A
8254
8316
  }), /*#__PURE__*/React.createElement("svg", _extends({
8255
8317
  xmlns: "http://www.w3.org/2000/svg",
8256
8318
  width: size,
@@ -8282,7 +8344,7 @@ Delete2.defaultProps = {
8282
8344
  size: '1em'
8283
8345
  };
8284
8346
 
8285
- var loadingCircleStyle$2A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8347
+ var loadingCircleStyle$2B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8286
8348
 
8287
8349
  var Delete2Fill = function Delete2Fill(props) {
8288
8350
  var color = props.color,
@@ -8297,7 +8359,7 @@ var Delete2Fill = function Delete2Fill(props) {
8297
8359
  role: "img",
8298
8360
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8299
8361
  }, /*#__PURE__*/React.createElement("style", {
8300
- children: loadingCircleStyle$2A
8362
+ children: loadingCircleStyle$2B
8301
8363
  }), /*#__PURE__*/React.createElement("svg", _extends({
8302
8364
  xmlns: "http://www.w3.org/2000/svg",
8303
8365
  width: size,
@@ -8329,7 +8391,7 @@ Delete2Fill.defaultProps = {
8329
8391
  size: '1em'
8330
8392
  };
8331
8393
 
8332
- var loadingCircleStyle$2B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8394
+ var loadingCircleStyle$2C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8333
8395
 
8334
8396
  var Exchange = function Exchange(props) {
8335
8397
  var color = props.color,
@@ -8344,7 +8406,7 @@ var Exchange = function Exchange(props) {
8344
8406
  role: "img",
8345
8407
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8346
8408
  }, /*#__PURE__*/React.createElement("style", {
8347
- children: loadingCircleStyle$2B
8409
+ children: loadingCircleStyle$2C
8348
8410
  }), /*#__PURE__*/React.createElement("svg", _extends({
8349
8411
  xmlns: "http://www.w3.org/2000/svg",
8350
8412
  width: size,
@@ -8376,7 +8438,7 @@ Exchange.defaultProps = {
8376
8438
  size: '1em'
8377
8439
  };
8378
8440
 
8379
- var loadingCircleStyle$2C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8441
+ var loadingCircleStyle$2D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8380
8442
 
8381
8443
  var SwapFill = function SwapFill(props) {
8382
8444
  var color = props.color,
@@ -8391,7 +8453,7 @@ var SwapFill = function SwapFill(props) {
8391
8453
  role: "img",
8392
8454
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8393
8455
  }, /*#__PURE__*/React.createElement("style", {
8394
- children: loadingCircleStyle$2C
8456
+ children: loadingCircleStyle$2D
8395
8457
  }), /*#__PURE__*/React.createElement("svg", _extends({
8396
8458
  xmlns: "http://www.w3.org/2000/svg",
8397
8459
  width: size,
@@ -8423,7 +8485,7 @@ SwapFill.defaultProps = {
8423
8485
  size: '1em'
8424
8486
  };
8425
8487
 
8426
- var loadingCircleStyle$2D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8488
+ var loadingCircleStyle$2E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8427
8489
 
8428
8490
  var Processing = function Processing(props) {
8429
8491
  var color = props.color,
@@ -8438,7 +8500,7 @@ var Processing = function Processing(props) {
8438
8500
  role: "img",
8439
8501
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8440
8502
  }, /*#__PURE__*/React.createElement("style", {
8441
- children: loadingCircleStyle$2D
8503
+ children: loadingCircleStyle$2E
8442
8504
  }), /*#__PURE__*/React.createElement("svg", _extends({
8443
8505
  xmlns: "http://www.w3.org/2000/svg",
8444
8506
  width: size,
@@ -8470,7 +8532,7 @@ Processing.defaultProps = {
8470
8532
  size: '1em'
8471
8533
  };
8472
8534
 
8473
- var loadingCircleStyle$2E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8535
+ var loadingCircleStyle$2F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8474
8536
 
8475
8537
  var Processing2 = function Processing2(props) {
8476
8538
  var color = props.color,
@@ -8485,7 +8547,7 @@ var Processing2 = function Processing2(props) {
8485
8547
  role: "img",
8486
8548
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8487
8549
  }, /*#__PURE__*/React.createElement("style", {
8488
- children: loadingCircleStyle$2E
8550
+ children: loadingCircleStyle$2F
8489
8551
  }), /*#__PURE__*/React.createElement("svg", _extends({
8490
8552
  xmlns: "http://www.w3.org/2000/svg",
8491
8553
  width: size,
@@ -8519,7 +8581,7 @@ Processing2.defaultProps = {
8519
8581
  size: '1em'
8520
8582
  };
8521
8583
 
8522
- var loadingCircleStyle$2F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8584
+ var loadingCircleStyle$2G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8523
8585
 
8524
8586
  var Done = function Done(props) {
8525
8587
  var color = props.color,
@@ -8534,7 +8596,7 @@ var Done = function Done(props) {
8534
8596
  role: "img",
8535
8597
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8536
8598
  }, /*#__PURE__*/React.createElement("style", {
8537
- children: loadingCircleStyle$2F
8599
+ children: loadingCircleStyle$2G
8538
8600
  }), /*#__PURE__*/React.createElement("svg", _extends({
8539
8601
  xmlns: "http://www.w3.org/2000/svg",
8540
8602
  width: size,
@@ -8566,7 +8628,7 @@ Done.defaultProps = {
8566
8628
  size: '1em'
8567
8629
  };
8568
8630
 
8569
- var loadingCircleStyle$2G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8631
+ var loadingCircleStyle$2H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8570
8632
 
8571
8633
  var Close = function Close(props) {
8572
8634
  var color = props.color,
@@ -8581,7 +8643,7 @@ var Close = function Close(props) {
8581
8643
  role: "img",
8582
8644
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8583
8645
  }, /*#__PURE__*/React.createElement("style", {
8584
- children: loadingCircleStyle$2G
8646
+ children: loadingCircleStyle$2H
8585
8647
  }), /*#__PURE__*/React.createElement("svg", _extends({
8586
8648
  xmlns: "http://www.w3.org/2000/svg",
8587
8649
  width: size,
@@ -8613,7 +8675,7 @@ Close.defaultProps = {
8613
8675
  size: '1em'
8614
8676
  };
8615
8677
 
8616
- var loadingCircleStyle$2H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8678
+ var loadingCircleStyle$2I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8617
8679
 
8618
8680
  var StarOutline = function StarOutline(props) {
8619
8681
  var color = props.color,
@@ -8628,7 +8690,7 @@ var StarOutline = function StarOutline(props) {
8628
8690
  role: "img",
8629
8691
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8630
8692
  }, /*#__PURE__*/React.createElement("style", {
8631
- children: loadingCircleStyle$2H
8693
+ children: loadingCircleStyle$2I
8632
8694
  }), /*#__PURE__*/React.createElement("svg", _extends({
8633
8695
  xmlns: "http://www.w3.org/2000/svg",
8634
8696
  width: size,
@@ -8660,7 +8722,7 @@ StarOutline.defaultProps = {
8660
8722
  size: '1em'
8661
8723
  };
8662
8724
 
8663
- var loadingCircleStyle$2I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8725
+ var loadingCircleStyle$2J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8664
8726
 
8665
8727
  var StarFill = function StarFill(props) {
8666
8728
  var color = props.color,
@@ -8675,7 +8737,7 @@ var StarFill = function StarFill(props) {
8675
8737
  role: "img",
8676
8738
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8677
8739
  }, /*#__PURE__*/React.createElement("style", {
8678
- children: loadingCircleStyle$2I
8740
+ children: loadingCircleStyle$2J
8679
8741
  }), /*#__PURE__*/React.createElement("svg", _extends({
8680
8742
  xmlns: "http://www.w3.org/2000/svg",
8681
8743
  width: size,
@@ -8707,7 +8769,7 @@ StarFill.defaultProps = {
8707
8769
  size: '1em'
8708
8770
  };
8709
8771
 
8710
- var loadingCircleStyle$2J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8772
+ var loadingCircleStyle$2K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8711
8773
 
8712
8774
  var TimeLock = function TimeLock(props) {
8713
8775
  var color = props.color,
@@ -8722,7 +8784,7 @@ var TimeLock = function TimeLock(props) {
8722
8784
  role: "img",
8723
8785
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8724
8786
  }, /*#__PURE__*/React.createElement("style", {
8725
- children: loadingCircleStyle$2J
8787
+ children: loadingCircleStyle$2K
8726
8788
  }), /*#__PURE__*/React.createElement("svg", _extends({
8727
8789
  xmlns: "http://www.w3.org/2000/svg",
8728
8790
  width: size,
@@ -8754,7 +8816,7 @@ TimeLock.defaultProps = {
8754
8816
  size: '1em'
8755
8817
  };
8756
8818
 
8757
- var loadingCircleStyle$2K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8819
+ var loadingCircleStyle$2L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8758
8820
 
8759
8821
  var Heart = function Heart(props) {
8760
8822
  var color = props.color,
@@ -8769,7 +8831,7 @@ var Heart = function Heart(props) {
8769
8831
  role: "img",
8770
8832
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8771
8833
  }, /*#__PURE__*/React.createElement("style", {
8772
- children: loadingCircleStyle$2K
8834
+ children: loadingCircleStyle$2L
8773
8835
  }), /*#__PURE__*/React.createElement("svg", _extends({
8774
8836
  xmlns: "http://www.w3.org/2000/svg",
8775
8837
  width: size,
@@ -8801,7 +8863,7 @@ Heart.defaultProps = {
8801
8863
  size: '1em'
8802
8864
  };
8803
8865
 
8804
- var loadingCircleStyle$2L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8866
+ var loadingCircleStyle$2M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8805
8867
 
8806
8868
  var Bookmark = function Bookmark(props) {
8807
8869
  var color = props.color,
@@ -8816,7 +8878,7 @@ var Bookmark = function Bookmark(props) {
8816
8878
  role: "img",
8817
8879
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8818
8880
  }, /*#__PURE__*/React.createElement("style", {
8819
- children: loadingCircleStyle$2L
8881
+ children: loadingCircleStyle$2M
8820
8882
  }), /*#__PURE__*/React.createElement("svg", _extends({
8821
8883
  xmlns: "http://www.w3.org/2000/svg",
8822
8884
  width: size,
@@ -8848,7 +8910,7 @@ Bookmark.defaultProps = {
8848
8910
  size: '1em'
8849
8911
  };
8850
8912
 
8851
- var loadingCircleStyle$2M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8913
+ var loadingCircleStyle$2N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8852
8914
 
8853
8915
  var Bookmark2 = function Bookmark2(props) {
8854
8916
  var color = props.color,
@@ -8863,7 +8925,7 @@ var Bookmark2 = function Bookmark2(props) {
8863
8925
  role: "img",
8864
8926
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8865
8927
  }, /*#__PURE__*/React.createElement("style", {
8866
- children: loadingCircleStyle$2M
8928
+ children: loadingCircleStyle$2N
8867
8929
  }), /*#__PURE__*/React.createElement("svg", _extends({
8868
8930
  xmlns: "http://www.w3.org/2000/svg",
8869
8931
  width: size,
@@ -8895,7 +8957,7 @@ Bookmark2.defaultProps = {
8895
8957
  size: '1em'
8896
8958
  };
8897
8959
 
8898
- var loadingCircleStyle$2N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8960
+ var loadingCircleStyle$2O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8899
8961
 
8900
8962
  var LockClose = function LockClose(props) {
8901
8963
  var color = props.color,
@@ -8910,7 +8972,7 @@ var LockClose = function LockClose(props) {
8910
8972
  role: "img",
8911
8973
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8912
8974
  }, /*#__PURE__*/React.createElement("style", {
8913
- children: loadingCircleStyle$2N
8975
+ children: loadingCircleStyle$2O
8914
8976
  }), /*#__PURE__*/React.createElement("svg", _extends({
8915
8977
  xmlns: "http://www.w3.org/2000/svg",
8916
8978
  width: size,
@@ -8946,7 +9008,7 @@ LockClose.defaultProps = {
8946
9008
  size: '1em'
8947
9009
  };
8948
9010
 
8949
- var loadingCircleStyle$2O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9011
+ var loadingCircleStyle$2P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8950
9012
 
8951
9013
  var LockCloseFill = function LockCloseFill(props) {
8952
9014
  var color = props.color,
@@ -8961,7 +9023,7 @@ var LockCloseFill = function LockCloseFill(props) {
8961
9023
  role: "img",
8962
9024
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8963
9025
  }, /*#__PURE__*/React.createElement("style", {
8964
- children: loadingCircleStyle$2O
9026
+ children: loadingCircleStyle$2P
8965
9027
  }), /*#__PURE__*/React.createElement("svg", _extends({
8966
9028
  xmlns: "http://www.w3.org/2000/svg",
8967
9029
  width: size,
@@ -8993,7 +9055,7 @@ LockCloseFill.defaultProps = {
8993
9055
  size: '1em'
8994
9056
  };
8995
9057
 
8996
- var loadingCircleStyle$2P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9058
+ var loadingCircleStyle$2Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8997
9059
 
8998
9060
  var LockOpen = function LockOpen(props) {
8999
9061
  var color = props.color,
@@ -9008,7 +9070,7 @@ var LockOpen = function LockOpen(props) {
9008
9070
  role: "img",
9009
9071
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9010
9072
  }, /*#__PURE__*/React.createElement("style", {
9011
- children: loadingCircleStyle$2P
9073
+ children: loadingCircleStyle$2Q
9012
9074
  }), /*#__PURE__*/React.createElement("svg", _extends({
9013
9075
  xmlns: "http://www.w3.org/2000/svg",
9014
9076
  width: size,
@@ -9040,7 +9102,7 @@ LockOpen.defaultProps = {
9040
9102
  size: '1em'
9041
9103
  };
9042
9104
 
9043
- var loadingCircleStyle$2Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9105
+ var loadingCircleStyle$2R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9044
9106
 
9045
9107
  var LockOpenFill = function LockOpenFill(props) {
9046
9108
  var color = props.color,
@@ -9055,7 +9117,7 @@ var LockOpenFill = function LockOpenFill(props) {
9055
9117
  role: "img",
9056
9118
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9057
9119
  }, /*#__PURE__*/React.createElement("style", {
9058
- children: loadingCircleStyle$2Q
9120
+ children: loadingCircleStyle$2R
9059
9121
  }), /*#__PURE__*/React.createElement("svg", _extends({
9060
9122
  xmlns: "http://www.w3.org/2000/svg",
9061
9123
  width: size,
@@ -9087,7 +9149,7 @@ LockOpenFill.defaultProps = {
9087
9149
  size: '1em'
9088
9150
  };
9089
9151
 
9090
- var loadingCircleStyle$2R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9152
+ var loadingCircleStyle$2S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9091
9153
 
9092
9154
  var EyeOn = function EyeOn(props) {
9093
9155
  var color = props.color,
@@ -9102,7 +9164,7 @@ var EyeOn = function EyeOn(props) {
9102
9164
  role: "img",
9103
9165
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9104
9166
  }, /*#__PURE__*/React.createElement("style", {
9105
- children: loadingCircleStyle$2R
9167
+ children: loadingCircleStyle$2S
9106
9168
  }), /*#__PURE__*/React.createElement("svg", _extends({
9107
9169
  xmlns: "http://www.w3.org/2000/svg",
9108
9170
  width: size,
@@ -9134,7 +9196,7 @@ EyeOn.defaultProps = {
9134
9196
  size: '1em'
9135
9197
  };
9136
9198
 
9137
- var loadingCircleStyle$2S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9199
+ var loadingCircleStyle$2T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9138
9200
 
9139
9201
  var EyeOnFill = function EyeOnFill(props) {
9140
9202
  var color = props.color,
@@ -9149,7 +9211,7 @@ var EyeOnFill = function EyeOnFill(props) {
9149
9211
  role: "img",
9150
9212
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9151
9213
  }, /*#__PURE__*/React.createElement("style", {
9152
- children: loadingCircleStyle$2S
9214
+ children: loadingCircleStyle$2T
9153
9215
  }), /*#__PURE__*/React.createElement("svg", _extends({
9154
9216
  xmlns: "http://www.w3.org/2000/svg",
9155
9217
  width: size,
@@ -9183,7 +9245,7 @@ EyeOnFill.defaultProps = {
9183
9245
  size: '1em'
9184
9246
  };
9185
9247
 
9186
- var loadingCircleStyle$2T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9248
+ var loadingCircleStyle$2U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9187
9249
 
9188
9250
  var EyeOff = function EyeOff(props) {
9189
9251
  var color = props.color,
@@ -9198,7 +9260,7 @@ var EyeOff = function EyeOff(props) {
9198
9260
  role: "img",
9199
9261
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9200
9262
  }, /*#__PURE__*/React.createElement("style", {
9201
- children: loadingCircleStyle$2T
9263
+ children: loadingCircleStyle$2U
9202
9264
  }), /*#__PURE__*/React.createElement("svg", _extends({
9203
9265
  xmlns: "http://www.w3.org/2000/svg",
9204
9266
  width: size,
@@ -9230,7 +9292,7 @@ EyeOff.defaultProps = {
9230
9292
  size: '1em'
9231
9293
  };
9232
9294
 
9233
- var loadingCircleStyle$2U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9295
+ var loadingCircleStyle$2V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9234
9296
 
9235
9297
  var EyeOffFill = function EyeOffFill(props) {
9236
9298
  var color = props.color,
@@ -9245,7 +9307,7 @@ var EyeOffFill = function EyeOffFill(props) {
9245
9307
  role: "img",
9246
9308
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9247
9309
  }, /*#__PURE__*/React.createElement("style", {
9248
- children: loadingCircleStyle$2U
9310
+ children: loadingCircleStyle$2V
9249
9311
  }), /*#__PURE__*/React.createElement("svg", _extends({
9250
9312
  xmlns: "http://www.w3.org/2000/svg",
9251
9313
  width: size,
@@ -9279,7 +9341,7 @@ EyeOffFill.defaultProps = {
9279
9341
  size: '1em'
9280
9342
  };
9281
9343
 
9282
- var loadingCircleStyle$2V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9344
+ var loadingCircleStyle$2W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9283
9345
 
9284
9346
  var Dot = function Dot(props) {
9285
9347
  var color = props.color,
@@ -9294,7 +9356,7 @@ var Dot = function Dot(props) {
9294
9356
  role: "img",
9295
9357
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9296
9358
  }, /*#__PURE__*/React.createElement("style", {
9297
- children: loadingCircleStyle$2V
9359
+ children: loadingCircleStyle$2W
9298
9360
  }), /*#__PURE__*/React.createElement("svg", _extends({
9299
9361
  xmlns: "http://www.w3.org/2000/svg",
9300
9362
  width: size,
@@ -9328,7 +9390,7 @@ Dot.defaultProps = {
9328
9390
  size: '1em'
9329
9391
  };
9330
9392
 
9331
- var loadingCircleStyle$2W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9393
+ var loadingCircleStyle$2X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9332
9394
 
9333
9395
  var Anchor = function Anchor(props) {
9334
9396
  var color = props.color,
@@ -9343,7 +9405,7 @@ var Anchor = function Anchor(props) {
9343
9405
  role: "img",
9344
9406
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9345
9407
  }, /*#__PURE__*/React.createElement("style", {
9346
- children: loadingCircleStyle$2W
9408
+ children: loadingCircleStyle$2X
9347
9409
  }), /*#__PURE__*/React.createElement("svg", _extends({
9348
9410
  xmlns: "http://www.w3.org/2000/svg",
9349
9411
  width: size,
@@ -9375,7 +9437,7 @@ Anchor.defaultProps = {
9375
9437
  size: '1em'
9376
9438
  };
9377
9439
 
9378
- var loadingCircleStyle$2X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9440
+ var loadingCircleStyle$2Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9379
9441
 
9380
9442
  var ChartLine = function ChartLine(props) {
9381
9443
  var color = props.color,
@@ -9390,7 +9452,7 @@ var ChartLine = function ChartLine(props) {
9390
9452
  role: "img",
9391
9453
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9392
9454
  }, /*#__PURE__*/React.createElement("style", {
9393
- children: loadingCircleStyle$2X
9455
+ children: loadingCircleStyle$2Y
9394
9456
  }), /*#__PURE__*/React.createElement("svg", _extends({
9395
9457
  xmlns: "http://www.w3.org/2000/svg",
9396
9458
  width: size,
@@ -9428,7 +9490,7 @@ ChartLine.defaultProps = {
9428
9490
  size: '1em'
9429
9491
  };
9430
9492
 
9431
- var loadingCircleStyle$2Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9493
+ var loadingCircleStyle$2Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9432
9494
 
9433
9495
  var ChartBar = function ChartBar(props) {
9434
9496
  var color = props.color,
@@ -9443,7 +9505,7 @@ var ChartBar = function ChartBar(props) {
9443
9505
  role: "img",
9444
9506
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9445
9507
  }, /*#__PURE__*/React.createElement("style", {
9446
- children: loadingCircleStyle$2Y
9508
+ children: loadingCircleStyle$2Z
9447
9509
  }), /*#__PURE__*/React.createElement("svg", _extends({
9448
9510
  xmlns: "http://www.w3.org/2000/svg",
9449
9511
  width: size,
@@ -9479,7 +9541,7 @@ ChartBar.defaultProps = {
9479
9541
  size: '1em'
9480
9542
  };
9481
9543
 
9482
- var loadingCircleStyle$2Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9544
+ var loadingCircleStyle$2_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9483
9545
 
9484
9546
  var ChartCum = function ChartCum(props) {
9485
9547
  var color = props.color,
@@ -9494,7 +9556,7 @@ var ChartCum = function ChartCum(props) {
9494
9556
  role: "img",
9495
9557
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9496
9558
  }, /*#__PURE__*/React.createElement("style", {
9497
- children: loadingCircleStyle$2Z
9559
+ children: loadingCircleStyle$2_
9498
9560
  }), /*#__PURE__*/React.createElement("svg", _extends({
9499
9561
  xmlns: "http://www.w3.org/2000/svg",
9500
9562
  width: size,
@@ -9536,7 +9598,7 @@ ChartCum.defaultProps = {
9536
9598
  size: '1em'
9537
9599
  };
9538
9600
 
9539
- var loadingCircleStyle$2_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9601
+ var loadingCircleStyle$2$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9540
9602
 
9541
9603
  var ChartPie = function ChartPie(props) {
9542
9604
  var color = props.color,
@@ -9551,7 +9613,7 @@ var ChartPie = function ChartPie(props) {
9551
9613
  role: "img",
9552
9614
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9553
9615
  }, /*#__PURE__*/React.createElement("style", {
9554
- children: loadingCircleStyle$2_
9616
+ children: loadingCircleStyle$2$
9555
9617
  }), /*#__PURE__*/React.createElement("svg", _extends({
9556
9618
  xmlns: "http://www.w3.org/2000/svg",
9557
9619
  width: size,
@@ -9585,7 +9647,7 @@ ChartPie.defaultProps = {
9585
9647
  size: '1em'
9586
9648
  };
9587
9649
 
9588
- var loadingCircleStyle$2$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9650
+ var loadingCircleStyle$30 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9589
9651
 
9590
9652
  var ChartDNRe = function ChartDNRe(props) {
9591
9653
  var color = props.color,
@@ -9600,7 +9662,7 @@ var ChartDNRe = function ChartDNRe(props) {
9600
9662
  role: "img",
9601
9663
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9602
9664
  }, /*#__PURE__*/React.createElement("style", {
9603
- children: loadingCircleStyle$2$
9665
+ children: loadingCircleStyle$30
9604
9666
  }), /*#__PURE__*/React.createElement("svg", _extends({
9605
9667
  xmlns: "http://www.w3.org/2000/svg",
9606
9668
  width: size,
@@ -9644,7 +9706,7 @@ ChartDNRe.defaultProps = {
9644
9706
  size: '1em'
9645
9707
  };
9646
9708
 
9647
- var loadingCircleStyle$30 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9709
+ var loadingCircleStyle$31 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9648
9710
 
9649
9711
  var ChartDRe = function ChartDRe(props) {
9650
9712
  var color = props.color,
@@ -9659,7 +9721,7 @@ var ChartDRe = function ChartDRe(props) {
9659
9721
  role: "img",
9660
9722
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9661
9723
  }, /*#__PURE__*/React.createElement("style", {
9662
- children: loadingCircleStyle$30
9724
+ children: loadingCircleStyle$31
9663
9725
  }), /*#__PURE__*/React.createElement("svg", _extends({
9664
9726
  xmlns: "http://www.w3.org/2000/svg",
9665
9727
  width: size,
@@ -9703,7 +9765,7 @@ ChartDRe.defaultProps = {
9703
9765
  size: '1em'
9704
9766
  };
9705
9767
 
9706
- var loadingCircleStyle$31 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9768
+ var loadingCircleStyle$32 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9707
9769
 
9708
9770
  var ChartFunnel = function ChartFunnel(props) {
9709
9771
  var color = props.color,
@@ -9718,7 +9780,7 @@ var ChartFunnel = function ChartFunnel(props) {
9718
9780
  role: "img",
9719
9781
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9720
9782
  }, /*#__PURE__*/React.createElement("style", {
9721
- children: loadingCircleStyle$31
9783
+ children: loadingCircleStyle$32
9722
9784
  }), /*#__PURE__*/React.createElement("svg", _extends({
9723
9785
  xmlns: "http://www.w3.org/2000/svg",
9724
9786
  width: size,
@@ -9754,7 +9816,7 @@ ChartFunnel.defaultProps = {
9754
9816
  size: '1em'
9755
9817
  };
9756
9818
 
9757
- var loadingCircleStyle$32 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9819
+ var loadingCircleStyle$33 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9758
9820
 
9759
9821
  var ChartInterval = function ChartInterval(props) {
9760
9822
  var color = props.color,
@@ -9769,7 +9831,7 @@ var ChartInterval = function ChartInterval(props) {
9769
9831
  role: "img",
9770
9832
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9771
9833
  }, /*#__PURE__*/React.createElement("style", {
9772
- children: loadingCircleStyle$32
9834
+ children: loadingCircleStyle$33
9773
9835
  }), /*#__PURE__*/React.createElement("svg", _extends({
9774
9836
  xmlns: "http://www.w3.org/2000/svg",
9775
9837
  width: size,
@@ -9803,7 +9865,7 @@ ChartInterval.defaultProps = {
9803
9865
  size: '1em'
9804
9866
  };
9805
9867
 
9806
- var loadingCircleStyle$33 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9868
+ var loadingCircleStyle$34 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9807
9869
 
9808
9870
  var ChartStack = function ChartStack(props) {
9809
9871
  var color = props.color,
@@ -9818,7 +9880,7 @@ var ChartStack = function ChartStack(props) {
9818
9880
  role: "img",
9819
9881
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9820
9882
  }, /*#__PURE__*/React.createElement("style", {
9821
- children: loadingCircleStyle$33
9883
+ children: loadingCircleStyle$34
9822
9884
  }), /*#__PURE__*/React.createElement("svg", _extends({
9823
9885
  xmlns: "http://www.w3.org/2000/svg",
9824
9886
  width: size,
@@ -9852,7 +9914,7 @@ ChartStack.defaultProps = {
9852
9914
  size: '1em'
9853
9915
  };
9854
9916
 
9855
- var loadingCircleStyle$34 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9917
+ var loadingCircleStyle$35 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9856
9918
 
9857
9919
  var ChartStackn = function ChartStackn(props) {
9858
9920
  var color = props.color,
@@ -9867,7 +9929,7 @@ var ChartStackn = function ChartStackn(props) {
9867
9929
  role: "img",
9868
9930
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9869
9931
  }, /*#__PURE__*/React.createElement("style", {
9870
- children: loadingCircleStyle$34
9932
+ children: loadingCircleStyle$35
9871
9933
  }), /*#__PURE__*/React.createElement("svg", _extends({
9872
9934
  xmlns: "http://www.w3.org/2000/svg",
9873
9935
  width: size,
@@ -9901,7 +9963,7 @@ ChartStackn.defaultProps = {
9901
9963
  size: '1em'
9902
9964
  };
9903
9965
 
9904
- var loadingCircleStyle$35 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9966
+ var loadingCircleStyle$36 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9905
9967
 
9906
9968
  var ChartStackPerc = function ChartStackPerc(props) {
9907
9969
  var color = props.color,
@@ -9916,7 +9978,7 @@ var ChartStackPerc = function ChartStackPerc(props) {
9916
9978
  role: "img",
9917
9979
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9918
9980
  }, /*#__PURE__*/React.createElement("style", {
9919
- children: loadingCircleStyle$35
9981
+ children: loadingCircleStyle$36
9920
9982
  }), /*#__PURE__*/React.createElement("svg", _extends({
9921
9983
  xmlns: "http://www.w3.org/2000/svg",
9922
9984
  width: size,
@@ -9950,7 +10012,7 @@ ChartStackPerc.defaultProps = {
9950
10012
  size: '1em'
9951
10013
  };
9952
10014
 
9953
- var loadingCircleStyle$36 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10015
+ var loadingCircleStyle$37 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9954
10016
 
9955
10017
  var ChartComplex = function ChartComplex(props) {
9956
10018
  var color = props.color,
@@ -9965,7 +10027,7 @@ var ChartComplex = function ChartComplex(props) {
9965
10027
  role: "img",
9966
10028
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9967
10029
  }, /*#__PURE__*/React.createElement("style", {
9968
- children: loadingCircleStyle$36
10030
+ children: loadingCircleStyle$37
9969
10031
  }), /*#__PURE__*/React.createElement("svg", _extends({
9970
10032
  xmlns: "http://www.w3.org/2000/svg",
9971
10033
  width: size,
@@ -10005,7 +10067,7 @@ ChartComplex.defaultProps = {
10005
10067
  size: '1em'
10006
10068
  };
10007
10069
 
10008
- var loadingCircleStyle$37 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10070
+ var loadingCircleStyle$38 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10009
10071
 
10010
10072
  var ChartHistogram = function ChartHistogram(props) {
10011
10073
  var color = props.color,
@@ -10020,7 +10082,7 @@ var ChartHistogram = function ChartHistogram(props) {
10020
10082
  role: "img",
10021
10083
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10022
10084
  }, /*#__PURE__*/React.createElement("style", {
10023
- children: loadingCircleStyle$37
10085
+ children: loadingCircleStyle$38
10024
10086
  }), /*#__PURE__*/React.createElement("svg", _extends({
10025
10087
  xmlns: "http://www.w3.org/2000/svg",
10026
10088
  width: size,
@@ -10066,7 +10128,7 @@ ChartHistogram.defaultProps = {
10066
10128
  size: '1em'
10067
10129
  };
10068
10130
 
10069
- var loadingCircleStyle$38 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10131
+ var loadingCircleStyle$39 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10070
10132
 
10071
10133
  var ChartTable = function ChartTable(props) {
10072
10134
  var color = props.color,
@@ -10081,7 +10143,7 @@ var ChartTable = function ChartTable(props) {
10081
10143
  role: "img",
10082
10144
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10083
10145
  }, /*#__PURE__*/React.createElement("style", {
10084
- children: loadingCircleStyle$38
10146
+ children: loadingCircleStyle$39
10085
10147
  }), /*#__PURE__*/React.createElement("svg", _extends({
10086
10148
  xmlns: "http://www.w3.org/2000/svg",
10087
10149
  width: size,
@@ -10113,7 +10175,7 @@ ChartTable.defaultProps = {
10113
10175
  size: '1em'
10114
10176
  };
10115
10177
 
10116
- var loadingCircleStyle$39 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10178
+ var loadingCircleStyle$3a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10117
10179
 
10118
10180
  var ChartFieldlist = function ChartFieldlist(props) {
10119
10181
  var color = props.color,
@@ -10128,7 +10190,7 @@ var ChartFieldlist = function ChartFieldlist(props) {
10128
10190
  role: "img",
10129
10191
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10130
10192
  }, /*#__PURE__*/React.createElement("style", {
10131
- children: loadingCircleStyle$39
10193
+ children: loadingCircleStyle$3a
10132
10194
  }), /*#__PURE__*/React.createElement("svg", _extends({
10133
10195
  xmlns: "http://www.w3.org/2000/svg",
10134
10196
  width: size,
@@ -10160,7 +10222,7 @@ ChartFieldlist.defaultProps = {
10160
10222
  size: '1em'
10161
10223
  };
10162
10224
 
10163
- var loadingCircleStyle$3a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10225
+ var loadingCircleStyle$3b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10164
10226
 
10165
10227
  var Table1dtable = function Table1dtable(props) {
10166
10228
  var color = props.color,
@@ -10175,7 +10237,7 @@ var Table1dtable = function Table1dtable(props) {
10175
10237
  role: "img",
10176
10238
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10177
10239
  }, /*#__PURE__*/React.createElement("style", {
10178
- children: loadingCircleStyle$3a
10240
+ children: loadingCircleStyle$3b
10179
10241
  }), /*#__PURE__*/React.createElement("svg", _extends({
10180
10242
  xmlns: "http://www.w3.org/2000/svg",
10181
10243
  width: size,
@@ -10225,7 +10287,7 @@ Table1dtable.defaultProps = {
10225
10287
  size: '1em'
10226
10288
  };
10227
10289
 
10228
- var loadingCircleStyle$3b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10290
+ var loadingCircleStyle$3c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10229
10291
 
10230
10292
  var ChartSqltable = function ChartSqltable(props) {
10231
10293
  var color = props.color,
@@ -10240,7 +10302,7 @@ var ChartSqltable = function ChartSqltable(props) {
10240
10302
  role: "img",
10241
10303
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10242
10304
  }, /*#__PURE__*/React.createElement("style", {
10243
- children: loadingCircleStyle$3b
10305
+ children: loadingCircleStyle$3c
10244
10306
  }), /*#__PURE__*/React.createElement("svg", _extends({
10245
10307
  xmlns: "http://www.w3.org/2000/svg",
10246
10308
  width: size,
@@ -10272,7 +10334,7 @@ ChartSqltable.defaultProps = {
10272
10334
  size: '1em'
10273
10335
  };
10274
10336
 
10275
- var loadingCircleStyle$3c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10337
+ var loadingCircleStyle$3d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10276
10338
 
10277
10339
  var ChartCombinedTable = function ChartCombinedTable(props) {
10278
10340
  var color = props.color,
@@ -10287,7 +10349,7 @@ var ChartCombinedTable = function ChartCombinedTable(props) {
10287
10349
  role: "img",
10288
10350
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10289
10351
  }, /*#__PURE__*/React.createElement("style", {
10290
- children: loadingCircleStyle$3c
10352
+ children: loadingCircleStyle$3d
10291
10353
  }), /*#__PURE__*/React.createElement("svg", _extends({
10292
10354
  xmlns: "http://www.w3.org/2000/svg",
10293
10355
  width: size,
@@ -10319,7 +10381,7 @@ ChartCombinedTable.defaultProps = {
10319
10381
  size: '1em'
10320
10382
  };
10321
10383
 
10322
- var loadingCircleStyle$3d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10384
+ var loadingCircleStyle$3e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10323
10385
 
10324
10386
  var ChartDistTable = function ChartDistTable(props) {
10325
10387
  var color = props.color,
@@ -10334,7 +10396,7 @@ var ChartDistTable = function ChartDistTable(props) {
10334
10396
  role: "img",
10335
10397
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10336
10398
  }, /*#__PURE__*/React.createElement("style", {
10337
- children: loadingCircleStyle$3d
10399
+ children: loadingCircleStyle$3e
10338
10400
  }), /*#__PURE__*/React.createElement("svg", _extends({
10339
10401
  xmlns: "http://www.w3.org/2000/svg",
10340
10402
  width: size,
@@ -10366,7 +10428,7 @@ ChartDistTable.defaultProps = {
10366
10428
  size: '1em'
10367
10429
  };
10368
10430
 
10369
- var loadingCircleStyle$3e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10431
+ var loadingCircleStyle$3f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10370
10432
 
10371
10433
  var ChartBarTable = function ChartBarTable(props) {
10372
10434
  var color = props.color,
@@ -10381,7 +10443,7 @@ var ChartBarTable = function ChartBarTable(props) {
10381
10443
  role: "img",
10382
10444
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10383
10445
  }, /*#__PURE__*/React.createElement("style", {
10384
- children: loadingCircleStyle$3e
10446
+ children: loadingCircleStyle$3f
10385
10447
  }), /*#__PURE__*/React.createElement("svg", _extends({
10386
10448
  xmlns: "http://www.w3.org/2000/svg",
10387
10449
  width: size,
@@ -10415,7 +10477,7 @@ ChartBarTable.defaultProps = {
10415
10477
  size: '1em'
10416
10478
  };
10417
10479
 
10418
- var loadingCircleStyle$3f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10480
+ var loadingCircleStyle$3g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10419
10481
 
10420
10482
  var ChartLineTable = function ChartLineTable(props) {
10421
10483
  var color = props.color,
@@ -10430,7 +10492,7 @@ var ChartLineTable = function ChartLineTable(props) {
10430
10492
  role: "img",
10431
10493
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10432
10494
  }, /*#__PURE__*/React.createElement("style", {
10433
- children: loadingCircleStyle$3f
10495
+ children: loadingCircleStyle$3g
10434
10496
  }), /*#__PURE__*/React.createElement("svg", _extends({
10435
10497
  xmlns: "http://www.w3.org/2000/svg",
10436
10498
  width: size,
@@ -10470,7 +10532,7 @@ ChartLineTable.defaultProps = {
10470
10532
  size: '1em'
10471
10533
  };
10472
10534
 
10473
- var loadingCircleStyle$3g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10535
+ var loadingCircleStyle$3h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10474
10536
 
10475
10537
  var ChartScatter = function ChartScatter(props) {
10476
10538
  var color = props.color,
@@ -10485,7 +10547,7 @@ var ChartScatter = function ChartScatter(props) {
10485
10547
  role: "img",
10486
10548
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10487
10549
  }, /*#__PURE__*/React.createElement("style", {
10488
- children: loadingCircleStyle$3g
10550
+ children: loadingCircleStyle$3h
10489
10551
  }), /*#__PURE__*/React.createElement("svg", _extends({
10490
10552
  xmlns: "http://www.w3.org/2000/svg",
10491
10553
  width: size,
@@ -10529,7 +10591,7 @@ ChartScatter.defaultProps = {
10529
10591
  size: '1em'
10530
10592
  };
10531
10593
 
10532
- var loadingCircleStyle$3h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10594
+ var loadingCircleStyle$3i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10533
10595
 
10534
10596
  var Play = function Play(props) {
10535
10597
  var color = props.color,
@@ -10544,7 +10606,7 @@ var Play = function Play(props) {
10544
10606
  role: "img",
10545
10607
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10546
10608
  }, /*#__PURE__*/React.createElement("style", {
10547
- children: loadingCircleStyle$3h
10609
+ children: loadingCircleStyle$3i
10548
10610
  }), /*#__PURE__*/React.createElement("svg", _extends({
10549
10611
  xmlns: "http://www.w3.org/2000/svg",
10550
10612
  width: size,
@@ -10576,7 +10638,7 @@ Play.defaultProps = {
10576
10638
  size: '1em'
10577
10639
  };
10578
10640
 
10579
- var loadingCircleStyle$3i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10641
+ var loadingCircleStyle$3j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10580
10642
 
10581
10643
  var Config = function Config(props) {
10582
10644
  var color = props.color,
@@ -10591,7 +10653,7 @@ var Config = function Config(props) {
10591
10653
  role: "img",
10592
10654
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10593
10655
  }, /*#__PURE__*/React.createElement("style", {
10594
- children: loadingCircleStyle$3i
10656
+ children: loadingCircleStyle$3j
10595
10657
  }), /*#__PURE__*/React.createElement("svg", _extends({
10596
10658
  xmlns: "http://www.w3.org/2000/svg",
10597
10659
  width: size,
@@ -10623,7 +10685,7 @@ Config.defaultProps = {
10623
10685
  size: '1em'
10624
10686
  };
10625
10687
 
10626
- var loadingCircleStyle$3j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10688
+ var loadingCircleStyle$3k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10627
10689
 
10628
10690
  var Setting = function Setting(props) {
10629
10691
  var color = props.color,
@@ -10638,7 +10700,7 @@ var Setting = function Setting(props) {
10638
10700
  role: "img",
10639
10701
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10640
10702
  }, /*#__PURE__*/React.createElement("style", {
10641
- children: loadingCircleStyle$3j
10703
+ children: loadingCircleStyle$3k
10642
10704
  }), /*#__PURE__*/React.createElement("svg", _extends({
10643
10705
  xmlns: "http://www.w3.org/2000/svg",
10644
10706
  width: size,
@@ -10670,7 +10732,7 @@ Setting.defaultProps = {
10670
10732
  size: '1em'
10671
10733
  };
10672
10734
 
10673
- var loadingCircleStyle$3k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10735
+ var loadingCircleStyle$3l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10674
10736
 
10675
10737
  var Search = function Search(props) {
10676
10738
  var color = props.color,
@@ -10685,7 +10747,7 @@ var Search = function Search(props) {
10685
10747
  role: "img",
10686
10748
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10687
10749
  }, /*#__PURE__*/React.createElement("style", {
10688
- children: loadingCircleStyle$3k
10750
+ children: loadingCircleStyle$3l
10689
10751
  }), /*#__PURE__*/React.createElement("svg", _extends({
10690
10752
  xmlns: "http://www.w3.org/2000/svg",
10691
10753
  width: size,
@@ -10717,7 +10779,7 @@ Search.defaultProps = {
10717
10779
  size: '1em'
10718
10780
  };
10719
10781
 
10720
- var loadingCircleStyle$3l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10782
+ var loadingCircleStyle$3m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10721
10783
 
10722
10784
  var Copy = function Copy(props) {
10723
10785
  var color = props.color,
@@ -10732,7 +10794,7 @@ var Copy = function Copy(props) {
10732
10794
  role: "img",
10733
10795
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10734
10796
  }, /*#__PURE__*/React.createElement("style", {
10735
- children: loadingCircleStyle$3l
10797
+ children: loadingCircleStyle$3m
10736
10798
  }), /*#__PURE__*/React.createElement("svg", _extends({
10737
10799
  xmlns: "http://www.w3.org/2000/svg",
10738
10800
  width: size,
@@ -10764,7 +10826,7 @@ Copy.defaultProps = {
10764
10826
  size: '1em'
10765
10827
  };
10766
10828
 
10767
- var loadingCircleStyle$3m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10829
+ var loadingCircleStyle$3n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10768
10830
 
10769
10831
  var Copy2 = function Copy2(props) {
10770
10832
  var color = props.color,
@@ -10779,7 +10841,7 @@ var Copy2 = function Copy2(props) {
10779
10841
  role: "img",
10780
10842
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10781
10843
  }, /*#__PURE__*/React.createElement("style", {
10782
- children: loadingCircleStyle$3m
10844
+ children: loadingCircleStyle$3n
10783
10845
  }), /*#__PURE__*/React.createElement("svg", _extends({
10784
10846
  xmlns: "http://www.w3.org/2000/svg",
10785
10847
  width: size,
@@ -10811,7 +10873,7 @@ Copy2.defaultProps = {
10811
10873
  size: '1em'
10812
10874
  };
10813
10875
 
10814
- var loadingCircleStyle$3n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10876
+ var loadingCircleStyle$3o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10815
10877
 
10816
10878
  var Format = function Format(props) {
10817
10879
  var color = props.color,
@@ -10826,7 +10888,7 @@ var Format = function Format(props) {
10826
10888
  role: "img",
10827
10889
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10828
10890
  }, /*#__PURE__*/React.createElement("style", {
10829
- children: loadingCircleStyle$3n
10891
+ children: loadingCircleStyle$3o
10830
10892
  }), /*#__PURE__*/React.createElement("svg", _extends({
10831
10893
  xmlns: "http://www.w3.org/2000/svg",
10832
10894
  width: size,
@@ -10860,7 +10922,7 @@ Format.defaultProps = {
10860
10922
  size: '1em'
10861
10923
  };
10862
10924
 
10863
- var loadingCircleStyle$3o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10925
+ var loadingCircleStyle$3p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10864
10926
 
10865
10927
  var Code = function Code(props) {
10866
10928
  var color = props.color,
@@ -10875,7 +10937,7 @@ var Code = function Code(props) {
10875
10937
  role: "img",
10876
10938
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10877
10939
  }, /*#__PURE__*/React.createElement("style", {
10878
- children: loadingCircleStyle$3o
10940
+ children: loadingCircleStyle$3p
10879
10941
  }), /*#__PURE__*/React.createElement("svg", _extends({
10880
10942
  xmlns: "http://www.w3.org/2000/svg",
10881
10943
  width: size,
@@ -10907,7 +10969,7 @@ Code.defaultProps = {
10907
10969
  size: '1em'
10908
10970
  };
10909
10971
 
10910
- var loadingCircleStyle$3p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10972
+ var loadingCircleStyle$3q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10911
10973
 
10912
10974
  var Edit = function Edit(props) {
10913
10975
  var color = props.color,
@@ -10922,7 +10984,7 @@ var Edit = function Edit(props) {
10922
10984
  role: "img",
10923
10985
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10924
10986
  }, /*#__PURE__*/React.createElement("style", {
10925
- children: loadingCircleStyle$3p
10987
+ children: loadingCircleStyle$3q
10926
10988
  }), /*#__PURE__*/React.createElement("svg", _extends({
10927
10989
  xmlns: "http://www.w3.org/2000/svg",
10928
10990
  width: size,
@@ -10954,7 +11016,7 @@ Edit.defaultProps = {
10954
11016
  size: '1em'
10955
11017
  };
10956
11018
 
10957
- var loadingCircleStyle$3q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11019
+ var loadingCircleStyle$3r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10958
11020
 
10959
11021
  var EditFill = function EditFill(props) {
10960
11022
  var color = props.color,
@@ -10969,7 +11031,7 @@ var EditFill = function EditFill(props) {
10969
11031
  role: "img",
10970
11032
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10971
11033
  }, /*#__PURE__*/React.createElement("style", {
10972
- children: loadingCircleStyle$3q
11034
+ children: loadingCircleStyle$3r
10973
11035
  }), /*#__PURE__*/React.createElement("svg", _extends({
10974
11036
  xmlns: "http://www.w3.org/2000/svg",
10975
11037
  width: size,
@@ -11003,7 +11065,7 @@ EditFill.defaultProps = {
11003
11065
  size: '1em'
11004
11066
  };
11005
11067
 
11006
- var loadingCircleStyle$3r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11068
+ var loadingCircleStyle$3s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11007
11069
 
11008
11070
  var Delete1 = function Delete1(props) {
11009
11071
  var color = props.color,
@@ -11018,7 +11080,7 @@ var Delete1 = function Delete1(props) {
11018
11080
  role: "img",
11019
11081
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11020
11082
  }, /*#__PURE__*/React.createElement("style", {
11021
- children: loadingCircleStyle$3r
11083
+ children: loadingCircleStyle$3s
11022
11084
  }), /*#__PURE__*/React.createElement("svg", _extends({
11023
11085
  xmlns: "http://www.w3.org/2000/svg",
11024
11086
  width: size,
@@ -11050,7 +11112,7 @@ Delete1.defaultProps = {
11050
11112
  size: '1em'
11051
11113
  };
11052
11114
 
11053
- var loadingCircleStyle$3s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11115
+ var loadingCircleStyle$3t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11054
11116
 
11055
11117
  var Save = function Save(props) {
11056
11118
  var color = props.color,
@@ -11065,7 +11127,7 @@ var Save = function Save(props) {
11065
11127
  role: "img",
11066
11128
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11067
11129
  }, /*#__PURE__*/React.createElement("style", {
11068
- children: loadingCircleStyle$3s
11130
+ children: loadingCircleStyle$3t
11069
11131
  }), /*#__PURE__*/React.createElement("svg", _extends({
11070
11132
  xmlns: "http://www.w3.org/2000/svg",
11071
11133
  width: size,
@@ -11097,7 +11159,7 @@ Save.defaultProps = {
11097
11159
  size: '1em'
11098
11160
  };
11099
11161
 
11100
- var loadingCircleStyle$3t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11162
+ var loadingCircleStyle$3u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11101
11163
 
11102
11164
  var Send = function Send(props) {
11103
11165
  var color = props.color,
@@ -11112,7 +11174,7 @@ var Send = function Send(props) {
11112
11174
  role: "img",
11113
11175
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11114
11176
  }, /*#__PURE__*/React.createElement("style", {
11115
- children: loadingCircleStyle$3t
11177
+ children: loadingCircleStyle$3u
11116
11178
  }), /*#__PURE__*/React.createElement("svg", _extends({
11117
11179
  xmlns: "http://www.w3.org/2000/svg",
11118
11180
  width: size,
@@ -11144,7 +11206,7 @@ Send.defaultProps = {
11144
11206
  size: '1em'
11145
11207
  };
11146
11208
 
11147
- var loadingCircleStyle$3u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11209
+ var loadingCircleStyle$3v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11148
11210
 
11149
11211
  var Fullscreen = function Fullscreen(props) {
11150
11212
  var color = props.color,
@@ -11159,7 +11221,7 @@ var Fullscreen = function Fullscreen(props) {
11159
11221
  role: "img",
11160
11222
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11161
11223
  }, /*#__PURE__*/React.createElement("style", {
11162
- children: loadingCircleStyle$3u
11224
+ children: loadingCircleStyle$3v
11163
11225
  }), /*#__PURE__*/React.createElement("svg", _extends({
11164
11226
  xmlns: "http://www.w3.org/2000/svg",
11165
11227
  width: size,
@@ -11191,7 +11253,7 @@ Fullscreen.defaultProps = {
11191
11253
  size: '1em'
11192
11254
  };
11193
11255
 
11194
- var loadingCircleStyle$3v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11256
+ var loadingCircleStyle$3w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11195
11257
 
11196
11258
  var ArrowLeftDown = function ArrowLeftDown(props) {
11197
11259
  var color = props.color,
@@ -11206,7 +11268,7 @@ var ArrowLeftDown = function ArrowLeftDown(props) {
11206
11268
  role: "img",
11207
11269
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11208
11270
  }, /*#__PURE__*/React.createElement("style", {
11209
- children: loadingCircleStyle$3v
11271
+ children: loadingCircleStyle$3w
11210
11272
  }), /*#__PURE__*/React.createElement("svg", _extends({
11211
11273
  xmlns: "http://www.w3.org/2000/svg",
11212
11274
  width: size,
@@ -11238,7 +11300,7 @@ ArrowLeftDown.defaultProps = {
11238
11300
  size: '1em'
11239
11301
  };
11240
11302
 
11241
- var loadingCircleStyle$3w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11303
+ var loadingCircleStyle$3x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11242
11304
 
11243
11305
  var Link = function Link(props) {
11244
11306
  var color = props.color,
@@ -11253,7 +11315,7 @@ var Link = function Link(props) {
11253
11315
  role: "img",
11254
11316
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11255
11317
  }, /*#__PURE__*/React.createElement("style", {
11256
- children: loadingCircleStyle$3w
11318
+ children: loadingCircleStyle$3x
11257
11319
  }), /*#__PURE__*/React.createElement("svg", _extends({
11258
11320
  xmlns: "http://www.w3.org/2000/svg",
11259
11321
  width: size,
@@ -11289,7 +11351,7 @@ Link.defaultProps = {
11289
11351
  size: '1em'
11290
11352
  };
11291
11353
 
11292
- var loadingCircleStyle$3x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11354
+ var loadingCircleStyle$3y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11293
11355
 
11294
11356
  var Unlink = function Unlink(props) {
11295
11357
  var color = props.color,
@@ -11304,7 +11366,7 @@ var Unlink = function Unlink(props) {
11304
11366
  role: "img",
11305
11367
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11306
11368
  }, /*#__PURE__*/React.createElement("style", {
11307
- children: loadingCircleStyle$3x
11369
+ children: loadingCircleStyle$3y
11308
11370
  }), /*#__PURE__*/React.createElement("svg", _extends({
11309
11371
  xmlns: "http://www.w3.org/2000/svg",
11310
11372
  width: size,
@@ -11342,7 +11404,7 @@ Unlink.defaultProps = {
11342
11404
  size: '1em'
11343
11405
  };
11344
11406
 
11345
- var loadingCircleStyle$3y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11407
+ var loadingCircleStyle$3z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11346
11408
 
11347
11409
  var MenuUnfold = function MenuUnfold(props) {
11348
11410
  var color = props.color,
@@ -11357,7 +11419,7 @@ var MenuUnfold = function MenuUnfold(props) {
11357
11419
  role: "img",
11358
11420
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11359
11421
  }, /*#__PURE__*/React.createElement("style", {
11360
- children: loadingCircleStyle$3y
11422
+ children: loadingCircleStyle$3z
11361
11423
  }), /*#__PURE__*/React.createElement("svg", _extends({
11362
11424
  xmlns: "http://www.w3.org/2000/svg",
11363
11425
  width: size,
@@ -11389,7 +11451,7 @@ MenuUnfold.defaultProps = {
11389
11451
  size: '1em'
11390
11452
  };
11391
11453
 
11392
- var loadingCircleStyle$3z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11454
+ var loadingCircleStyle$3A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11393
11455
 
11394
11456
  var MenuFold = function MenuFold(props) {
11395
11457
  var color = props.color,
@@ -11404,7 +11466,7 @@ var MenuFold = function MenuFold(props) {
11404
11466
  role: "img",
11405
11467
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11406
11468
  }, /*#__PURE__*/React.createElement("style", {
11407
- children: loadingCircleStyle$3z
11469
+ children: loadingCircleStyle$3A
11408
11470
  }), /*#__PURE__*/React.createElement("svg", _extends({
11409
11471
  xmlns: "http://www.w3.org/2000/svg",
11410
11472
  width: size,
@@ -11436,7 +11498,7 @@ MenuFold.defaultProps = {
11436
11498
  size: '1em'
11437
11499
  };
11438
11500
 
11439
- var loadingCircleStyle$3A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11501
+ var loadingCircleStyle$3B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11440
11502
 
11441
11503
  var List = function List(props) {
11442
11504
  var color = props.color,
@@ -11451,7 +11513,7 @@ var List = function List(props) {
11451
11513
  role: "img",
11452
11514
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11453
11515
  }, /*#__PURE__*/React.createElement("style", {
11454
- children: loadingCircleStyle$3A
11516
+ children: loadingCircleStyle$3B
11455
11517
  }), /*#__PURE__*/React.createElement("svg", _extends({
11456
11518
  xmlns: "http://www.w3.org/2000/svg",
11457
11519
  width: size,
@@ -11483,7 +11545,7 @@ List.defaultProps = {
11483
11545
  size: '1em'
11484
11546
  };
11485
11547
 
11486
- var loadingCircleStyle$3B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11548
+ var loadingCircleStyle$3C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11487
11549
 
11488
11550
  var ListNested = function ListNested(props) {
11489
11551
  var color = props.color,
@@ -11498,7 +11560,7 @@ var ListNested = function ListNested(props) {
11498
11560
  role: "img",
11499
11561
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11500
11562
  }, /*#__PURE__*/React.createElement("style", {
11501
- children: loadingCircleStyle$3B
11563
+ children: loadingCircleStyle$3C
11502
11564
  }), /*#__PURE__*/React.createElement("svg", _extends({
11503
11565
  xmlns: "http://www.w3.org/2000/svg",
11504
11566
  width: size,
@@ -11532,7 +11594,7 @@ ListNested.defaultProps = {
11532
11594
  size: '1em'
11533
11595
  };
11534
11596
 
11535
- var loadingCircleStyle$3C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11597
+ var loadingCircleStyle$3D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11536
11598
 
11537
11599
  var DoubleList = function DoubleList(props) {
11538
11600
  var color = props.color,
@@ -11547,7 +11609,7 @@ var DoubleList = function DoubleList(props) {
11547
11609
  role: "img",
11548
11610
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11549
11611
  }, /*#__PURE__*/React.createElement("style", {
11550
- children: loadingCircleStyle$3C
11612
+ children: loadingCircleStyle$3D
11551
11613
  }), /*#__PURE__*/React.createElement("svg", _extends({
11552
11614
  xmlns: "http://www.w3.org/2000/svg",
11553
11615
  width: size,
@@ -11589,7 +11651,7 @@ DoubleList.defaultProps = {
11589
11651
  size: '1em'
11590
11652
  };
11591
11653
 
11592
- var loadingCircleStyle$3D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11654
+ var loadingCircleStyle$3E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11593
11655
 
11594
11656
  var Download = function Download(props) {
11595
11657
  var color = props.color,
@@ -11604,7 +11666,7 @@ var Download = function Download(props) {
11604
11666
  role: "img",
11605
11667
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11606
11668
  }, /*#__PURE__*/React.createElement("style", {
11607
- children: loadingCircleStyle$3D
11669
+ children: loadingCircleStyle$3E
11608
11670
  }), /*#__PURE__*/React.createElement("svg", _extends({
11609
11671
  xmlns: "http://www.w3.org/2000/svg",
11610
11672
  width: size,
@@ -11636,7 +11698,7 @@ Download.defaultProps = {
11636
11698
  size: '1em'
11637
11699
  };
11638
11700
 
11639
- var loadingCircleStyle$3E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11701
+ var loadingCircleStyle$3F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11640
11702
 
11641
11703
  var FullDownload = function FullDownload(props) {
11642
11704
  var color = props.color,
@@ -11651,7 +11713,7 @@ var FullDownload = function FullDownload(props) {
11651
11713
  role: "img",
11652
11714
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11653
11715
  }, /*#__PURE__*/React.createElement("style", {
11654
- children: loadingCircleStyle$3E
11716
+ children: loadingCircleStyle$3F
11655
11717
  }), /*#__PURE__*/React.createElement("svg", _extends({
11656
11718
  xmlns: "http://www.w3.org/2000/svg",
11657
11719
  width: size,
@@ -11685,7 +11747,7 @@ FullDownload.defaultProps = {
11685
11747
  size: '1em'
11686
11748
  };
11687
11749
 
11688
- var loadingCircleStyle$3F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11750
+ var loadingCircleStyle$3G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11689
11751
 
11690
11752
  var Export = function Export(props) {
11691
11753
  var color = props.color,
@@ -11700,7 +11762,7 @@ var Export = function Export(props) {
11700
11762
  role: "img",
11701
11763
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11702
11764
  }, /*#__PURE__*/React.createElement("style", {
11703
- children: loadingCircleStyle$3F
11765
+ children: loadingCircleStyle$3G
11704
11766
  }), /*#__PURE__*/React.createElement("svg", _extends({
11705
11767
  xmlns: "http://www.w3.org/2000/svg",
11706
11768
  width: size,
@@ -11734,7 +11796,7 @@ Export.defaultProps = {
11734
11796
  size: '1em'
11735
11797
  };
11736
11798
 
11737
- var loadingCircleStyle$3G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11799
+ var loadingCircleStyle$3H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11738
11800
 
11739
11801
  var Import = function Import(props) {
11740
11802
  var color = props.color,
@@ -11749,7 +11811,7 @@ var Import = function Import(props) {
11749
11811
  role: "img",
11750
11812
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11751
11813
  }, /*#__PURE__*/React.createElement("style", {
11752
- children: loadingCircleStyle$3G
11814
+ children: loadingCircleStyle$3H
11753
11815
  }), /*#__PURE__*/React.createElement("svg", _extends({
11754
11816
  xmlns: "http://www.w3.org/2000/svg",
11755
11817
  width: size,
@@ -11783,7 +11845,7 @@ Import.defaultProps = {
11783
11845
  size: '1em'
11784
11846
  };
11785
11847
 
11786
- var loadingCircleStyle$3H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11848
+ var loadingCircleStyle$3I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11787
11849
 
11788
11850
  var Add1 = function Add1(props) {
11789
11851
  var color = props.color,
@@ -11798,7 +11860,7 @@ var Add1 = function Add1(props) {
11798
11860
  role: "img",
11799
11861
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11800
11862
  }, /*#__PURE__*/React.createElement("style", {
11801
- children: loadingCircleStyle$3H
11863
+ children: loadingCircleStyle$3I
11802
11864
  }), /*#__PURE__*/React.createElement("svg", _extends({
11803
11865
  xmlns: "http://www.w3.org/2000/svg",
11804
11866
  width: size,
@@ -11830,7 +11892,7 @@ Add1.defaultProps = {
11830
11892
  size: '1em'
11831
11893
  };
11832
11894
 
11833
- var loadingCircleStyle$3I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11895
+ var loadingCircleStyle$3J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11834
11896
 
11835
11897
  var Add2 = function Add2(props) {
11836
11898
  var color = props.color,
@@ -11845,7 +11907,7 @@ var Add2 = function Add2(props) {
11845
11907
  role: "img",
11846
11908
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11847
11909
  }, /*#__PURE__*/React.createElement("style", {
11848
- children: loadingCircleStyle$3I
11910
+ children: loadingCircleStyle$3J
11849
11911
  }), /*#__PURE__*/React.createElement("svg", _extends({
11850
11912
  xmlns: "http://www.w3.org/2000/svg",
11851
11913
  width: size,
@@ -11877,7 +11939,7 @@ Add2.defaultProps = {
11877
11939
  size: '1em'
11878
11940
  };
11879
11941
 
11880
- var loadingCircleStyle$3J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11942
+ var loadingCircleStyle$3K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11881
11943
 
11882
11944
  var Add3 = function Add3(props) {
11883
11945
  var color = props.color,
@@ -11892,7 +11954,7 @@ var Add3 = function Add3(props) {
11892
11954
  role: "img",
11893
11955
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11894
11956
  }, /*#__PURE__*/React.createElement("style", {
11895
- children: loadingCircleStyle$3J
11957
+ children: loadingCircleStyle$3K
11896
11958
  }), /*#__PURE__*/React.createElement("svg", _extends({
11897
11959
  xmlns: "http://www.w3.org/2000/svg",
11898
11960
  width: size,
@@ -11924,7 +11986,7 @@ Add3.defaultProps = {
11924
11986
  size: '1em'
11925
11987
  };
11926
11988
 
11927
- var loadingCircleStyle$3K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11989
+ var loadingCircleStyle$3L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11928
11990
 
11929
11991
  var Add3Fill = function Add3Fill(props) {
11930
11992
  var color = props.color,
@@ -11939,7 +12001,7 @@ var Add3Fill = function Add3Fill(props) {
11939
12001
  role: "img",
11940
12002
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11941
12003
  }, /*#__PURE__*/React.createElement("style", {
11942
- children: loadingCircleStyle$3K
12004
+ children: loadingCircleStyle$3L
11943
12005
  }), /*#__PURE__*/React.createElement("svg", _extends({
11944
12006
  xmlns: "http://www.w3.org/2000/svg",
11945
12007
  width: size,
@@ -11971,7 +12033,7 @@ Add3Fill.defaultProps = {
11971
12033
  size: '1em'
11972
12034
  };
11973
12035
 
11974
- var loadingCircleStyle$3L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12036
+ var loadingCircleStyle$3M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11975
12037
 
11976
12038
  var Subtract = function Subtract(props) {
11977
12039
  var color = props.color,
@@ -11986,7 +12048,7 @@ var Subtract = function Subtract(props) {
11986
12048
  role: "img",
11987
12049
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11988
12050
  }, /*#__PURE__*/React.createElement("style", {
11989
- children: loadingCircleStyle$3L
12051
+ children: loadingCircleStyle$3M
11990
12052
  }), /*#__PURE__*/React.createElement("svg", _extends({
11991
12053
  xmlns: "http://www.w3.org/2000/svg",
11992
12054
  width: size,
@@ -12021,7 +12083,7 @@ Subtract.defaultProps = {
12021
12083
  size: '1em'
12022
12084
  };
12023
12085
 
12024
- var loadingCircleStyle$3M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12086
+ var loadingCircleStyle$3N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12025
12087
 
12026
12088
  var Subtract2 = function Subtract2(props) {
12027
12089
  var color = props.color,
@@ -12036,7 +12098,7 @@ var Subtract2 = function Subtract2(props) {
12036
12098
  role: "img",
12037
12099
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12038
12100
  }, /*#__PURE__*/React.createElement("style", {
12039
- children: loadingCircleStyle$3M
12101
+ children: loadingCircleStyle$3N
12040
12102
  }), /*#__PURE__*/React.createElement("svg", _extends({
12041
12103
  xmlns: "http://www.w3.org/2000/svg",
12042
12104
  width: size,
@@ -12072,7 +12134,7 @@ Subtract2.defaultProps = {
12072
12134
  size: '1em'
12073
12135
  };
12074
12136
 
12075
- var loadingCircleStyle$3N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12137
+ var loadingCircleStyle$3O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12076
12138
 
12077
12139
  var Update = function Update(props) {
12078
12140
  var color = props.color,
@@ -12087,7 +12149,7 @@ var Update = function Update(props) {
12087
12149
  role: "img",
12088
12150
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12089
12151
  }, /*#__PURE__*/React.createElement("style", {
12090
- children: loadingCircleStyle$3N
12152
+ children: loadingCircleStyle$3O
12091
12153
  }), /*#__PURE__*/React.createElement("svg", _extends({
12092
12154
  xmlns: "http://www.w3.org/2000/svg",
12093
12155
  width: size,
@@ -12119,7 +12181,7 @@ Update.defaultProps = {
12119
12181
  size: '1em'
12120
12182
  };
12121
12183
 
12122
- var loadingCircleStyle$3O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12184
+ var loadingCircleStyle$3P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12123
12185
 
12124
12186
  var Rename = function Rename(props) {
12125
12187
  var color = props.color,
@@ -12134,7 +12196,7 @@ var Rename = function Rename(props) {
12134
12196
  role: "img",
12135
12197
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12136
12198
  }, /*#__PURE__*/React.createElement("style", {
12137
- children: loadingCircleStyle$3O
12199
+ children: loadingCircleStyle$3P
12138
12200
  }), /*#__PURE__*/React.createElement("svg", _extends({
12139
12201
  xmlns: "http://www.w3.org/2000/svg",
12140
12202
  width: size,
@@ -12168,7 +12230,7 @@ Rename.defaultProps = {
12168
12230
  size: '1em'
12169
12231
  };
12170
12232
 
12171
- var loadingCircleStyle$3P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12233
+ var loadingCircleStyle$3Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12172
12234
 
12173
12235
  var PlayCircle = function PlayCircle(props) {
12174
12236
  var color = props.color,
@@ -12183,7 +12245,7 @@ var PlayCircle = function PlayCircle(props) {
12183
12245
  role: "img",
12184
12246
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12185
12247
  }, /*#__PURE__*/React.createElement("style", {
12186
- children: loadingCircleStyle$3P
12248
+ children: loadingCircleStyle$3Q
12187
12249
  }), /*#__PURE__*/React.createElement("svg", _extends({
12188
12250
  xmlns: "http://www.w3.org/2000/svg",
12189
12251
  width: size,
@@ -12215,7 +12277,7 @@ PlayCircle.defaultProps = {
12215
12277
  size: '1em'
12216
12278
  };
12217
12279
 
12218
- var loadingCircleStyle$3Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12280
+ var loadingCircleStyle$3R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12219
12281
 
12220
12282
  var PauseCircle = function PauseCircle(props) {
12221
12283
  var color = props.color,
@@ -12230,7 +12292,7 @@ var PauseCircle = function PauseCircle(props) {
12230
12292
  role: "img",
12231
12293
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12232
12294
  }, /*#__PURE__*/React.createElement("style", {
12233
- children: loadingCircleStyle$3Q
12295
+ children: loadingCircleStyle$3R
12234
12296
  }), /*#__PURE__*/React.createElement("svg", _extends({
12235
12297
  xmlns: "http://www.w3.org/2000/svg",
12236
12298
  width: size,
@@ -12262,7 +12324,7 @@ PauseCircle.defaultProps = {
12262
12324
  size: '1em'
12263
12325
  };
12264
12326
 
12265
- var loadingCircleStyle$3R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12327
+ var loadingCircleStyle$3S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12266
12328
 
12267
12329
  var UpdateData = function UpdateData(props) {
12268
12330
  var color = props.color,
@@ -12277,7 +12339,7 @@ var UpdateData = function UpdateData(props) {
12277
12339
  role: "img",
12278
12340
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12279
12341
  }, /*#__PURE__*/React.createElement("style", {
12280
- children: loadingCircleStyle$3R
12342
+ children: loadingCircleStyle$3S
12281
12343
  }), /*#__PURE__*/React.createElement("svg", _extends({
12282
12344
  xmlns: "http://www.w3.org/2000/svg",
12283
12345
  width: size,
@@ -12313,7 +12375,7 @@ UpdateData.defaultProps = {
12313
12375
  size: '1em'
12314
12376
  };
12315
12377
 
12316
- var loadingCircleStyle$3S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12378
+ var loadingCircleStyle$3T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12317
12379
 
12318
12380
  var Upload = function Upload(props) {
12319
12381
  var color = props.color,
@@ -12328,7 +12390,7 @@ var Upload = function Upload(props) {
12328
12390
  role: "img",
12329
12391
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12330
12392
  }, /*#__PURE__*/React.createElement("style", {
12331
- children: loadingCircleStyle$3S
12393
+ children: loadingCircleStyle$3T
12332
12394
  }), /*#__PURE__*/React.createElement("svg", _extends({
12333
12395
  xmlns: "http://www.w3.org/2000/svg",
12334
12396
  width: size,
@@ -12362,7 +12424,7 @@ Upload.defaultProps = {
12362
12424
  size: '1em'
12363
12425
  };
12364
12426
 
12365
- var loadingCircleStyle$3T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12427
+ var loadingCircleStyle$3U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12366
12428
 
12367
12429
  var Click = function Click(props) {
12368
12430
  var color = props.color,
@@ -12377,7 +12439,7 @@ var Click = function Click(props) {
12377
12439
  role: "img",
12378
12440
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12379
12441
  }, /*#__PURE__*/React.createElement("style", {
12380
- children: loadingCircleStyle$3T
12442
+ children: loadingCircleStyle$3U
12381
12443
  }), /*#__PURE__*/React.createElement("svg", _extends({
12382
12444
  xmlns: "http://www.w3.org/2000/svg",
12383
12445
  width: size,
@@ -12409,7 +12471,7 @@ Click.defaultProps = {
12409
12471
  size: '1em'
12410
12472
  };
12411
12473
 
12412
- var loadingCircleStyle$3U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12474
+ var loadingCircleStyle$3V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12413
12475
 
12414
12476
  var Install = function Install(props) {
12415
12477
  var color = props.color,
@@ -12424,7 +12486,7 @@ var Install = function Install(props) {
12424
12486
  role: "img",
12425
12487
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12426
12488
  }, /*#__PURE__*/React.createElement("style", {
12427
- children: loadingCircleStyle$3U
12489
+ children: loadingCircleStyle$3V
12428
12490
  }), /*#__PURE__*/React.createElement("svg", _extends({
12429
12491
  xmlns: "http://www.w3.org/2000/svg",
12430
12492
  width: size,
@@ -12456,7 +12518,7 @@ Install.defaultProps = {
12456
12518
  size: '1em'
12457
12519
  };
12458
12520
 
12459
- var loadingCircleStyle$3V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12521
+ var loadingCircleStyle$3W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12460
12522
 
12461
12523
  var Report = function Report(props) {
12462
12524
  var color = props.color,
@@ -12471,7 +12533,7 @@ var Report = function Report(props) {
12471
12533
  role: "img",
12472
12534
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12473
12535
  }, /*#__PURE__*/React.createElement("style", {
12474
- children: loadingCircleStyle$3V
12536
+ children: loadingCircleStyle$3W
12475
12537
  }), /*#__PURE__*/React.createElement("svg", _extends({
12476
12538
  xmlns: "http://www.w3.org/2000/svg",
12477
12539
  width: size,
@@ -12503,7 +12565,7 @@ Report.defaultProps = {
12503
12565
  size: '1em'
12504
12566
  };
12505
12567
 
12506
- var loadingCircleStyle$3W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12568
+ var loadingCircleStyle$3X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12507
12569
 
12508
12570
  var ReportRemoval = function ReportRemoval(props) {
12509
12571
  var color = props.color,
@@ -12518,7 +12580,7 @@ var ReportRemoval = function ReportRemoval(props) {
12518
12580
  role: "img",
12519
12581
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12520
12582
  }, /*#__PURE__*/React.createElement("style", {
12521
- children: loadingCircleStyle$3W
12583
+ children: loadingCircleStyle$3X
12522
12584
  }), /*#__PURE__*/React.createElement("svg", _extends({
12523
12585
  xmlns: "http://www.w3.org/2000/svg",
12524
12586
  width: size,
@@ -12558,7 +12620,7 @@ ReportRemoval.defaultProps = {
12558
12620
  size: '1em'
12559
12621
  };
12560
12622
 
12561
- var loadingCircleStyle$3X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12623
+ var loadingCircleStyle$3Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12562
12624
 
12563
12625
  var FileAdd = function FileAdd(props) {
12564
12626
  var color = props.color,
@@ -12573,7 +12635,7 @@ var FileAdd = function FileAdd(props) {
12573
12635
  role: "img",
12574
12636
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12575
12637
  }, /*#__PURE__*/React.createElement("style", {
12576
- children: loadingCircleStyle$3X
12638
+ children: loadingCircleStyle$3Y
12577
12639
  }), /*#__PURE__*/React.createElement("svg", _extends({
12578
12640
  xmlns: "http://www.w3.org/2000/svg",
12579
12641
  width: size,
@@ -12605,7 +12667,7 @@ FileAdd.defaultProps = {
12605
12667
  size: '1em'
12606
12668
  };
12607
12669
 
12608
- var loadingCircleStyle$3Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12670
+ var loadingCircleStyle$3Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12609
12671
 
12610
12672
  var FileRemove = function FileRemove(props) {
12611
12673
  var color = props.color,
@@ -12620,7 +12682,7 @@ var FileRemove = function FileRemove(props) {
12620
12682
  role: "img",
12621
12683
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12622
12684
  }, /*#__PURE__*/React.createElement("style", {
12623
- children: loadingCircleStyle$3Y
12685
+ children: loadingCircleStyle$3Z
12624
12686
  }), /*#__PURE__*/React.createElement("svg", _extends({
12625
12687
  xmlns: "http://www.w3.org/2000/svg",
12626
12688
  width: size,
@@ -12654,7 +12716,7 @@ FileRemove.defaultProps = {
12654
12716
  size: '1em'
12655
12717
  };
12656
12718
 
12657
- var loadingCircleStyle$3Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12719
+ var loadingCircleStyle$3_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12658
12720
 
12659
12721
  var FileExport = function FileExport(props) {
12660
12722
  var color = props.color,
@@ -12669,7 +12731,7 @@ var FileExport = function FileExport(props) {
12669
12731
  role: "img",
12670
12732
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12671
12733
  }, /*#__PURE__*/React.createElement("style", {
12672
- children: loadingCircleStyle$3Z
12734
+ children: loadingCircleStyle$3_
12673
12735
  }), /*#__PURE__*/React.createElement("svg", _extends({
12674
12736
  xmlns: "http://www.w3.org/2000/svg",
12675
12737
  width: size,
@@ -12701,7 +12763,7 @@ FileExport.defaultProps = {
12701
12763
  size: '1em'
12702
12764
  };
12703
12765
 
12704
- var loadingCircleStyle$3_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12766
+ var loadingCircleStyle$3$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12705
12767
 
12706
12768
  var FileMove = function FileMove(props) {
12707
12769
  var color = props.color,
@@ -12716,7 +12778,7 @@ var FileMove = function FileMove(props) {
12716
12778
  role: "img",
12717
12779
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12718
12780
  }, /*#__PURE__*/React.createElement("style", {
12719
- children: loadingCircleStyle$3_
12781
+ children: loadingCircleStyle$3$
12720
12782
  }), /*#__PURE__*/React.createElement("svg", _extends({
12721
12783
  xmlns: "http://www.w3.org/2000/svg",
12722
12784
  width: size,
@@ -12748,7 +12810,7 @@ FileMove.defaultProps = {
12748
12810
  size: '1em'
12749
12811
  };
12750
12812
 
12751
- var loadingCircleStyle$3$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12813
+ var loadingCircleStyle$40 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12752
12814
 
12753
12815
  var FileImport = function FileImport(props) {
12754
12816
  var color = props.color,
@@ -12763,7 +12825,7 @@ var FileImport = function FileImport(props) {
12763
12825
  role: "img",
12764
12826
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12765
12827
  }, /*#__PURE__*/React.createElement("style", {
12766
- children: loadingCircleStyle$3$
12828
+ children: loadingCircleStyle$40
12767
12829
  }), /*#__PURE__*/React.createElement("svg", _extends({
12768
12830
  xmlns: "http://www.w3.org/2000/svg",
12769
12831
  width: size,
@@ -12795,7 +12857,7 @@ FileImport.defaultProps = {
12795
12857
  size: '1em'
12796
12858
  };
12797
12859
 
12798
- var loadingCircleStyle$40 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12860
+ var loadingCircleStyle$41 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12799
12861
 
12800
12862
  var FileInfo = function FileInfo(props) {
12801
12863
  var color = props.color,
@@ -12810,7 +12872,7 @@ var FileInfo = function FileInfo(props) {
12810
12872
  role: "img",
12811
12873
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12812
12874
  }, /*#__PURE__*/React.createElement("style", {
12813
- children: loadingCircleStyle$40
12875
+ children: loadingCircleStyle$41
12814
12876
  }), /*#__PURE__*/React.createElement("svg", _extends({
12815
12877
  xmlns: "http://www.w3.org/2000/svg",
12816
12878
  width: size,
@@ -12842,7 +12904,7 @@ FileInfo.defaultProps = {
12842
12904
  size: '1em'
12843
12905
  };
12844
12906
 
12845
- var loadingCircleStyle$41 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12907
+ var loadingCircleStyle$42 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12846
12908
 
12847
12909
  var FileConvert = function FileConvert(props) {
12848
12910
  var color = props.color,
@@ -12857,7 +12919,7 @@ var FileConvert = function FileConvert(props) {
12857
12919
  role: "img",
12858
12920
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12859
12921
  }, /*#__PURE__*/React.createElement("style", {
12860
- children: loadingCircleStyle$41
12922
+ children: loadingCircleStyle$42
12861
12923
  }), /*#__PURE__*/React.createElement("svg", _extends({
12862
12924
  xmlns: "http://www.w3.org/2000/svg",
12863
12925
  width: size,
@@ -12895,7 +12957,7 @@ FileConvert.defaultProps = {
12895
12957
  size: '1em'
12896
12958
  };
12897
12959
 
12898
- var loadingCircleStyle$42 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12960
+ var loadingCircleStyle$43 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12899
12961
 
12900
12962
  var AssetConvert = function AssetConvert(props) {
12901
12963
  var color = props.color,
@@ -12910,7 +12972,7 @@ var AssetConvert = function AssetConvert(props) {
12910
12972
  role: "img",
12911
12973
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12912
12974
  }, /*#__PURE__*/React.createElement("style", {
12913
- children: loadingCircleStyle$42
12975
+ children: loadingCircleStyle$43
12914
12976
  }), /*#__PURE__*/React.createElement("svg", _extends({
12915
12977
  xmlns: "http://www.w3.org/2000/svg",
12916
12978
  width: size,
@@ -12948,7 +13010,7 @@ AssetConvert.defaultProps = {
12948
13010
  size: '1em'
12949
13011
  };
12950
13012
 
12951
- var loadingCircleStyle$43 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13013
+ var loadingCircleStyle$44 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12952
13014
 
12953
13015
  var FileLock = function FileLock(props) {
12954
13016
  var color = props.color,
@@ -12963,7 +13025,7 @@ var FileLock = function FileLock(props) {
12963
13025
  role: "img",
12964
13026
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12965
13027
  }, /*#__PURE__*/React.createElement("style", {
12966
- children: loadingCircleStyle$43
13028
+ children: loadingCircleStyle$44
12967
13029
  }), /*#__PURE__*/React.createElement("svg", _extends({
12968
13030
  xmlns: "http://www.w3.org/2000/svg",
12969
13031
  width: size,
@@ -12995,7 +13057,7 @@ FileLock.defaultProps = {
12995
13057
  size: '1em'
12996
13058
  };
12997
13059
 
12998
- var loadingCircleStyle$44 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13060
+ var loadingCircleStyle$45 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12999
13061
 
13000
13062
  var FilePdf = function FilePdf(props) {
13001
13063
  var color = props.color,
@@ -13010,7 +13072,7 @@ var FilePdf = function FilePdf(props) {
13010
13072
  role: "img",
13011
13073
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13012
13074
  }, /*#__PURE__*/React.createElement("style", {
13013
- children: loadingCircleStyle$44
13075
+ children: loadingCircleStyle$45
13014
13076
  }), /*#__PURE__*/React.createElement("svg", _extends({
13015
13077
  xmlns: "http://www.w3.org/2000/svg",
13016
13078
  width: size,
@@ -13042,7 +13104,7 @@ FilePdf.defaultProps = {
13042
13104
  size: '1em'
13043
13105
  };
13044
13106
 
13045
- var loadingCircleStyle$45 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13107
+ var loadingCircleStyle$46 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13046
13108
 
13047
13109
  var Detail = function Detail(props) {
13048
13110
  var color = props.color,
@@ -13057,7 +13119,7 @@ var Detail = function Detail(props) {
13057
13119
  role: "img",
13058
13120
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13059
13121
  }, /*#__PURE__*/React.createElement("style", {
13060
- children: loadingCircleStyle$45
13122
+ children: loadingCircleStyle$46
13061
13123
  }), /*#__PURE__*/React.createElement("svg", _extends({
13062
13124
  xmlns: "http://www.w3.org/2000/svg",
13063
13125
  width: size,
@@ -13089,7 +13151,7 @@ Detail.defaultProps = {
13089
13151
  size: '1em'
13090
13152
  };
13091
13153
 
13092
- var loadingCircleStyle$46 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13154
+ var loadingCircleStyle$47 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13093
13155
 
13094
13156
  var MessageCenter = function MessageCenter(props) {
13095
13157
  var color = props.color,
@@ -13104,7 +13166,7 @@ var MessageCenter = function MessageCenter(props) {
13104
13166
  role: "img",
13105
13167
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13106
13168
  }, /*#__PURE__*/React.createElement("style", {
13107
- children: loadingCircleStyle$46
13169
+ children: loadingCircleStyle$47
13108
13170
  }), /*#__PURE__*/React.createElement("svg", _extends({
13109
13171
  xmlns: "http://www.w3.org/2000/svg",
13110
13172
  width: size,
@@ -13144,7 +13206,7 @@ MessageCenter.defaultProps = {
13144
13206
  size: '1em'
13145
13207
  };
13146
13208
 
13147
- var loadingCircleStyle$47 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13209
+ var loadingCircleStyle$48 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13148
13210
 
13149
13211
  var SystemMsg = function SystemMsg(props) {
13150
13212
  var color = props.color,
@@ -13159,7 +13221,7 @@ var SystemMsg = function SystemMsg(props) {
13159
13221
  role: "img",
13160
13222
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13161
13223
  }, /*#__PURE__*/React.createElement("style", {
13162
- children: loadingCircleStyle$47
13224
+ children: loadingCircleStyle$48
13163
13225
  }), /*#__PURE__*/React.createElement("svg", _extends({
13164
13226
  xmlns: "http://www.w3.org/2000/svg",
13165
13227
  width: size,
@@ -13197,7 +13259,7 @@ SystemMsg.defaultProps = {
13197
13259
  size: '1em'
13198
13260
  };
13199
13261
 
13200
- var loadingCircleStyle$48 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13262
+ var loadingCircleStyle$49 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13201
13263
 
13202
13264
  var Comment = function Comment(props) {
13203
13265
  var color = props.color,
@@ -13212,7 +13274,7 @@ var Comment = function Comment(props) {
13212
13274
  role: "img",
13213
13275
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13214
13276
  }, /*#__PURE__*/React.createElement("style", {
13215
- children: loadingCircleStyle$48
13277
+ children: loadingCircleStyle$49
13216
13278
  }), /*#__PURE__*/React.createElement("svg", _extends({
13217
13279
  xmlns: "http://www.w3.org/2000/svg",
13218
13280
  width: size,
@@ -13248,7 +13310,7 @@ Comment.defaultProps = {
13248
13310
  size: '1em'
13249
13311
  };
13250
13312
 
13251
- var loadingCircleStyle$49 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13313
+ var loadingCircleStyle$4a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13252
13314
 
13253
13315
  var Book = function Book(props) {
13254
13316
  var color = props.color,
@@ -13263,7 +13325,7 @@ var Book = function Book(props) {
13263
13325
  role: "img",
13264
13326
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13265
13327
  }, /*#__PURE__*/React.createElement("style", {
13266
- children: loadingCircleStyle$49
13328
+ children: loadingCircleStyle$4a
13267
13329
  }), /*#__PURE__*/React.createElement("svg", _extends({
13268
13330
  xmlns: "http://www.w3.org/2000/svg",
13269
13331
  width: size,
@@ -13295,7 +13357,7 @@ Book.defaultProps = {
13295
13357
  size: '1em'
13296
13358
  };
13297
13359
 
13298
- var loadingCircleStyle$4a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13360
+ var loadingCircleStyle$4b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13299
13361
 
13300
13362
  var Book2 = function Book2(props) {
13301
13363
  var color = props.color,
@@ -13310,7 +13372,7 @@ var Book2 = function Book2(props) {
13310
13372
  role: "img",
13311
13373
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13312
13374
  }, /*#__PURE__*/React.createElement("style", {
13313
- children: loadingCircleStyle$4a
13375
+ children: loadingCircleStyle$4b
13314
13376
  }), /*#__PURE__*/React.createElement("svg", _extends({
13315
13377
  xmlns: "http://www.w3.org/2000/svg",
13316
13378
  width: size,
@@ -13342,7 +13404,7 @@ Book2.defaultProps = {
13342
13404
  size: '1em'
13343
13405
  };
13344
13406
 
13345
- var loadingCircleStyle$4b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13407
+ var loadingCircleStyle$4c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13346
13408
 
13347
13409
  var Sticker = function Sticker(props) {
13348
13410
  var color = props.color,
@@ -13357,7 +13419,7 @@ var Sticker = function Sticker(props) {
13357
13419
  role: "img",
13358
13420
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13359
13421
  }, /*#__PURE__*/React.createElement("style", {
13360
- children: loadingCircleStyle$4b
13422
+ children: loadingCircleStyle$4c
13361
13423
  }), /*#__PURE__*/React.createElement("svg", _extends({
13362
13424
  xmlns: "http://www.w3.org/2000/svg",
13363
13425
  width: size,
@@ -13389,7 +13451,7 @@ Sticker.defaultProps = {
13389
13451
  size: '1em'
13390
13452
  };
13391
13453
 
13392
- var loadingCircleStyle$4c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13454
+ var loadingCircleStyle$4d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13393
13455
 
13394
13456
  var StickerFill = function StickerFill(props) {
13395
13457
  var color = props.color,
@@ -13404,7 +13466,7 @@ var StickerFill = function StickerFill(props) {
13404
13466
  role: "img",
13405
13467
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13406
13468
  }, /*#__PURE__*/React.createElement("style", {
13407
- children: loadingCircleStyle$4c
13469
+ children: loadingCircleStyle$4d
13408
13470
  }), /*#__PURE__*/React.createElement("svg", _extends({
13409
13471
  xmlns: "http://www.w3.org/2000/svg",
13410
13472
  width: size,
@@ -13436,7 +13498,7 @@ StickerFill.defaultProps = {
13436
13498
  size: '1em'
13437
13499
  };
13438
13500
 
13439
- var loadingCircleStyle$4d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13501
+ var loadingCircleStyle$4e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13440
13502
 
13441
13503
  var EventSm = function EventSm(props) {
13442
13504
  var color = props.color,
@@ -13451,7 +13513,7 @@ var EventSm = function EventSm(props) {
13451
13513
  role: "img",
13452
13514
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13453
13515
  }, /*#__PURE__*/React.createElement("style", {
13454
- children: loadingCircleStyle$4d
13516
+ children: loadingCircleStyle$4e
13455
13517
  }), /*#__PURE__*/React.createElement("svg", _extends({
13456
13518
  xmlns: "http://www.w3.org/2000/svg",
13457
13519
  width: size,
@@ -13483,7 +13545,7 @@ EventSm.defaultProps = {
13483
13545
  size: '1em'
13484
13546
  };
13485
13547
 
13486
- var loadingCircleStyle$4e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13548
+ var loadingCircleStyle$4f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13487
13549
 
13488
13550
  var EPropertySm = function EPropertySm(props) {
13489
13551
  var color = props.color,
@@ -13498,7 +13560,7 @@ var EPropertySm = function EPropertySm(props) {
13498
13560
  role: "img",
13499
13561
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13500
13562
  }, /*#__PURE__*/React.createElement("style", {
13501
- children: loadingCircleStyle$4e
13563
+ children: loadingCircleStyle$4f
13502
13564
  }), /*#__PURE__*/React.createElement("svg", _extends({
13503
13565
  xmlns: "http://www.w3.org/2000/svg",
13504
13566
  width: size,
@@ -13538,7 +13600,7 @@ EPropertySm.defaultProps = {
13538
13600
  size: '1em'
13539
13601
  };
13540
13602
 
13541
- var loadingCircleStyle$4f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13603
+ var loadingCircleStyle$4g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13542
13604
 
13543
13605
  var IndicatorSm = function IndicatorSm(props) {
13544
13606
  var color = props.color,
@@ -13553,7 +13615,7 @@ var IndicatorSm = function IndicatorSm(props) {
13553
13615
  role: "img",
13554
13616
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13555
13617
  }, /*#__PURE__*/React.createElement("style", {
13556
- children: loadingCircleStyle$4f
13618
+ children: loadingCircleStyle$4g
13557
13619
  }), /*#__PURE__*/React.createElement("svg", _extends({
13558
13620
  xmlns: "http://www.w3.org/2000/svg",
13559
13621
  width: size,
@@ -13589,7 +13651,7 @@ IndicatorSm.defaultProps = {
13589
13651
  size: '1em'
13590
13652
  };
13591
13653
 
13592
- var loadingCircleStyle$4g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13654
+ var loadingCircleStyle$4h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13593
13655
 
13594
13656
  var UPropertySm = function UPropertySm(props) {
13595
13657
  var color = props.color,
@@ -13604,7 +13666,7 @@ var UPropertySm = function UPropertySm(props) {
13604
13666
  role: "img",
13605
13667
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13606
13668
  }, /*#__PURE__*/React.createElement("style", {
13607
- children: loadingCircleStyle$4g
13669
+ children: loadingCircleStyle$4h
13608
13670
  }), /*#__PURE__*/React.createElement("svg", _extends({
13609
13671
  xmlns: "http://www.w3.org/2000/svg",
13610
13672
  width: size,
@@ -13642,7 +13704,7 @@ UPropertySm.defaultProps = {
13642
13704
  size: '1em'
13643
13705
  };
13644
13706
 
13645
- var loadingCircleStyle$4h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13707
+ var loadingCircleStyle$4i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13646
13708
 
13647
13709
  var UGroupSm = function UGroupSm(props) {
13648
13710
  var color = props.color,
@@ -13657,7 +13719,7 @@ var UGroupSm = function UGroupSm(props) {
13657
13719
  role: "img",
13658
13720
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13659
13721
  }, /*#__PURE__*/React.createElement("style", {
13660
- children: loadingCircleStyle$4h
13722
+ children: loadingCircleStyle$4i
13661
13723
  }), /*#__PURE__*/React.createElement("svg", _extends({
13662
13724
  xmlns: "http://www.w3.org/2000/svg",
13663
13725
  width: size,
@@ -13703,7 +13765,7 @@ UGroupSm.defaultProps = {
13703
13765
  size: '1em'
13704
13766
  };
13705
13767
 
13706
- var loadingCircleStyle$4i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13768
+ var loadingCircleStyle$4j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13707
13769
 
13708
13770
  var UTagSm = function UTagSm(props) {
13709
13771
  var color = props.color,
@@ -13718,7 +13780,7 @@ var UTagSm = function UTagSm(props) {
13718
13780
  role: "img",
13719
13781
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13720
13782
  }, /*#__PURE__*/React.createElement("style", {
13721
- children: loadingCircleStyle$4i
13783
+ children: loadingCircleStyle$4j
13722
13784
  }), /*#__PURE__*/React.createElement("svg", _extends({
13723
13785
  xmlns: "http://www.w3.org/2000/svg",
13724
13786
  width: size,
@@ -13754,7 +13816,7 @@ UTagSm.defaultProps = {
13754
13816
  size: '1em'
13755
13817
  };
13756
13818
 
13757
- var loadingCircleStyle$4j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13819
+ var loadingCircleStyle$4k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13758
13820
 
13759
13821
  var AllGroupSm = function AllGroupSm(props) {
13760
13822
  var color = props.color,
@@ -13769,7 +13831,7 @@ var AllGroupSm = function AllGroupSm(props) {
13769
13831
  role: "img",
13770
13832
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13771
13833
  }, /*#__PURE__*/React.createElement("style", {
13772
- children: loadingCircleStyle$4j
13834
+ children: loadingCircleStyle$4k
13773
13835
  }), /*#__PURE__*/React.createElement("svg", _extends({
13774
13836
  xmlns: "http://www.w3.org/2000/svg",
13775
13837
  width: size,
@@ -13807,7 +13869,7 @@ AllGroupSm.defaultProps = {
13807
13869
  size: '1em'
13808
13870
  };
13809
13871
 
13810
- var loadingCircleStyle$4k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13872
+ var loadingCircleStyle$4l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13811
13873
 
13812
13874
  var CalendarSm = function CalendarSm(props) {
13813
13875
  var color = props.color,
@@ -13822,7 +13884,7 @@ var CalendarSm = function CalendarSm(props) {
13822
13884
  role: "img",
13823
13885
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13824
13886
  }, /*#__PURE__*/React.createElement("style", {
13825
- children: loadingCircleStyle$4k
13887
+ children: loadingCircleStyle$4l
13826
13888
  }), /*#__PURE__*/React.createElement("svg", _extends({
13827
13889
  xmlns: "http://www.w3.org/2000/svg",
13828
13890
  width: size,
@@ -13854,7 +13916,7 @@ CalendarSm.defaultProps = {
13854
13916
  size: '1em'
13855
13917
  };
13856
13918
 
13857
- var loadingCircleStyle$4l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13919
+ var loadingCircleStyle$4m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13858
13920
 
13859
13921
  var GroupAddSm = function GroupAddSm(props) {
13860
13922
  var color = props.color,
@@ -13869,7 +13931,7 @@ var GroupAddSm = function GroupAddSm(props) {
13869
13931
  role: "img",
13870
13932
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13871
13933
  }, /*#__PURE__*/React.createElement("style", {
13872
- children: loadingCircleStyle$4l
13934
+ children: loadingCircleStyle$4m
13873
13935
  }), /*#__PURE__*/React.createElement("svg", _extends({
13874
13936
  xmlns: "http://www.w3.org/2000/svg",
13875
13937
  width: size,
@@ -13907,7 +13969,7 @@ GroupAddSm.defaultProps = {
13907
13969
  size: '1em'
13908
13970
  };
13909
13971
 
13910
- var loadingCircleStyle$4m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13972
+ var loadingCircleStyle$4n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13911
13973
 
13912
13974
  var BooleanSm = function BooleanSm(props) {
13913
13975
  var color = props.color,
@@ -13922,7 +13984,7 @@ var BooleanSm = function BooleanSm(props) {
13922
13984
  role: "img",
13923
13985
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13924
13986
  }, /*#__PURE__*/React.createElement("style", {
13925
- children: loadingCircleStyle$4m
13987
+ children: loadingCircleStyle$4n
13926
13988
  }), /*#__PURE__*/React.createElement("svg", _extends({
13927
13989
  xmlns: "http://www.w3.org/2000/svg",
13928
13990
  width: size,
@@ -13956,7 +14018,7 @@ BooleanSm.defaultProps = {
13956
14018
  size: '1em'
13957
14019
  };
13958
14020
 
13959
- var loadingCircleStyle$4n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14021
+ var loadingCircleStyle$4o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13960
14022
 
13961
14023
  var ListSm = function ListSm(props) {
13962
14024
  var color = props.color,
@@ -13971,7 +14033,7 @@ var ListSm = function ListSm(props) {
13971
14033
  role: "img",
13972
14034
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13973
14035
  }, /*#__PURE__*/React.createElement("style", {
13974
- children: loadingCircleStyle$4n
14036
+ children: loadingCircleStyle$4o
13975
14037
  }), /*#__PURE__*/React.createElement("svg", _extends({
13976
14038
  xmlns: "http://www.w3.org/2000/svg",
13977
14039
  width: size,
@@ -14013,7 +14075,7 @@ ListSm.defaultProps = {
14013
14075
  size: '1em'
14014
14076
  };
14015
14077
 
14016
- var loadingCircleStyle$4o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14078
+ var loadingCircleStyle$4p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14017
14079
 
14018
14080
  var ArrayRowsSm = function ArrayRowsSm(props) {
14019
14081
  var color = props.color,
@@ -14028,7 +14090,7 @@ var ArrayRowsSm = function ArrayRowsSm(props) {
14028
14090
  role: "img",
14029
14091
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14030
14092
  }, /*#__PURE__*/React.createElement("style", {
14031
- children: loadingCircleStyle$4o
14093
+ children: loadingCircleStyle$4p
14032
14094
  }), /*#__PURE__*/React.createElement("svg", _extends({
14033
14095
  xmlns: "http://www.w3.org/2000/svg",
14034
14096
  width: size,
@@ -14062,7 +14124,7 @@ ArrayRowsSm.defaultProps = {
14062
14124
  size: '1em'
14063
14125
  };
14064
14126
 
14065
- var loadingCircleStyle$4p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14127
+ var loadingCircleStyle$4q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14066
14128
 
14067
14129
  var RowsSm = function RowsSm(props) {
14068
14130
  var color = props.color,
@@ -14077,7 +14139,7 @@ var RowsSm = function RowsSm(props) {
14077
14139
  role: "img",
14078
14140
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14079
14141
  }, /*#__PURE__*/React.createElement("style", {
14080
- children: loadingCircleStyle$4p
14142
+ children: loadingCircleStyle$4q
14081
14143
  }), /*#__PURE__*/React.createElement("svg", _extends({
14082
14144
  xmlns: "http://www.w3.org/2000/svg",
14083
14145
  width: size,
@@ -14119,7 +14181,7 @@ RowsSm.defaultProps = {
14119
14181
  size: '1em'
14120
14182
  };
14121
14183
 
14122
- var loadingCircleStyle$4q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14184
+ var loadingCircleStyle$4r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14123
14185
 
14124
14186
  var VPropertySm = function VPropertySm(props) {
14125
14187
  var color = props.color,
@@ -14134,7 +14196,7 @@ var VPropertySm = function VPropertySm(props) {
14134
14196
  role: "img",
14135
14197
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14136
14198
  }, /*#__PURE__*/React.createElement("style", {
14137
- children: loadingCircleStyle$4q
14199
+ children: loadingCircleStyle$4r
14138
14200
  }), /*#__PURE__*/React.createElement("svg", _extends({
14139
14201
  xmlns: "http://www.w3.org/2000/svg",
14140
14202
  width: size,
@@ -14172,7 +14234,7 @@ VPropertySm.defaultProps = {
14172
14234
  size: '1em'
14173
14235
  };
14174
14236
 
14175
- var loadingCircleStyle$4r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14237
+ var loadingCircleStyle$4s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14176
14238
 
14177
14239
  var StringSm = function StringSm(props) {
14178
14240
  var color = props.color,
@@ -14187,7 +14249,7 @@ var StringSm = function StringSm(props) {
14187
14249
  role: "img",
14188
14250
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14189
14251
  }, /*#__PURE__*/React.createElement("style", {
14190
- children: loadingCircleStyle$4r
14252
+ children: loadingCircleStyle$4s
14191
14253
  }), /*#__PURE__*/React.createElement("svg", _extends({
14192
14254
  xmlns: "http://www.w3.org/2000/svg",
14193
14255
  width: size,
@@ -14221,7 +14283,7 @@ StringSm.defaultProps = {
14221
14283
  size: '1em'
14222
14284
  };
14223
14285
 
14224
- var loadingCircleStyle$4s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14286
+ var loadingCircleStyle$4t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14225
14287
 
14226
14288
  var NumSm = function NumSm(props) {
14227
14289
  var color = props.color,
@@ -14236,7 +14298,7 @@ var NumSm = function NumSm(props) {
14236
14298
  role: "img",
14237
14299
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14238
14300
  }, /*#__PURE__*/React.createElement("style", {
14239
- children: loadingCircleStyle$4s
14301
+ children: loadingCircleStyle$4t
14240
14302
  }), /*#__PURE__*/React.createElement("svg", _extends({
14241
14303
  xmlns: "http://www.w3.org/2000/svg",
14242
14304
  width: size,
@@ -14270,7 +14332,7 @@ NumSm.defaultProps = {
14270
14332
  size: '1em'
14271
14333
  };
14272
14334
 
14273
- var loadingCircleStyle$4t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14335
+ var loadingCircleStyle$4u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14274
14336
 
14275
14337
  var TimeSm = function TimeSm(props) {
14276
14338
  var color = props.color,
@@ -14285,7 +14347,7 @@ var TimeSm = function TimeSm(props) {
14285
14347
  role: "img",
14286
14348
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14287
14349
  }, /*#__PURE__*/React.createElement("style", {
14288
- children: loadingCircleStyle$4t
14350
+ children: loadingCircleStyle$4u
14289
14351
  }), /*#__PURE__*/React.createElement("svg", _extends({
14290
14352
  xmlns: "http://www.w3.org/2000/svg",
14291
14353
  width: size,
@@ -14319,7 +14381,7 @@ TimeSm.defaultProps = {
14319
14381
  size: '1em'
14320
14382
  };
14321
14383
 
14322
- var loadingCircleStyle$4u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14384
+ var loadingCircleStyle$4v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14323
14385
 
14324
14386
  var ArrowLeft = function ArrowLeft(props) {
14325
14387
  var color = props.color,
@@ -14334,7 +14396,7 @@ var ArrowLeft = function ArrowLeft(props) {
14334
14396
  role: "img",
14335
14397
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14336
14398
  }, /*#__PURE__*/React.createElement("style", {
14337
- children: loadingCircleStyle$4u
14399
+ children: loadingCircleStyle$4v
14338
14400
  }), /*#__PURE__*/React.createElement("svg", _extends({
14339
14401
  xmlns: "http://www.w3.org/2000/svg",
14340
14402
  width: size,
@@ -14366,7 +14428,7 @@ ArrowLeft.defaultProps = {
14366
14428
  size: '1em'
14367
14429
  };
14368
14430
 
14369
- var loadingCircleStyle$4v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14431
+ var loadingCircleStyle$4w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14370
14432
 
14371
14433
  var ArrowRight = function ArrowRight(props) {
14372
14434
  var color = props.color,
@@ -14381,7 +14443,7 @@ var ArrowRight = function ArrowRight(props) {
14381
14443
  role: "img",
14382
14444
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14383
14445
  }, /*#__PURE__*/React.createElement("style", {
14384
- children: loadingCircleStyle$4v
14446
+ children: loadingCircleStyle$4w
14385
14447
  }), /*#__PURE__*/React.createElement("svg", _extends({
14386
14448
  xmlns: "http://www.w3.org/2000/svg",
14387
14449
  width: size,
@@ -14413,7 +14475,7 @@ ArrowRight.defaultProps = {
14413
14475
  size: '1em'
14414
14476
  };
14415
14477
 
14416
- var loadingCircleStyle$4w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14478
+ var loadingCircleStyle$4x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14417
14479
 
14418
14480
  var ArrowUp = function ArrowUp(props) {
14419
14481
  var color = props.color,
@@ -14428,7 +14490,7 @@ var ArrowUp = function ArrowUp(props) {
14428
14490
  role: "img",
14429
14491
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14430
14492
  }, /*#__PURE__*/React.createElement("style", {
14431
- children: loadingCircleStyle$4w
14493
+ children: loadingCircleStyle$4x
14432
14494
  }), /*#__PURE__*/React.createElement("svg", _extends({
14433
14495
  xmlns: "http://www.w3.org/2000/svg",
14434
14496
  width: size,
@@ -14460,7 +14522,7 @@ ArrowUp.defaultProps = {
14460
14522
  size: '1em'
14461
14523
  };
14462
14524
 
14463
- var loadingCircleStyle$4x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14525
+ var loadingCircleStyle$4y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14464
14526
 
14465
14527
  var ArrowDown = function ArrowDown(props) {
14466
14528
  var color = props.color,
@@ -14475,7 +14537,7 @@ var ArrowDown = function ArrowDown(props) {
14475
14537
  role: "img",
14476
14538
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14477
14539
  }, /*#__PURE__*/React.createElement("style", {
14478
- children: loadingCircleStyle$4x
14540
+ children: loadingCircleStyle$4y
14479
14541
  }), /*#__PURE__*/React.createElement("svg", _extends({
14480
14542
  xmlns: "http://www.w3.org/2000/svg",
14481
14543
  width: size,
@@ -14507,7 +14569,7 @@ ArrowDown.defaultProps = {
14507
14569
  size: '1em'
14508
14570
  };
14509
14571
 
14510
- var loadingCircleStyle$4y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14572
+ var loadingCircleStyle$4z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14511
14573
 
14512
14574
  var ArrowLeft2 = function ArrowLeft2(props) {
14513
14575
  var color = props.color,
@@ -14522,7 +14584,7 @@ var ArrowLeft2 = function ArrowLeft2(props) {
14522
14584
  role: "img",
14523
14585
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14524
14586
  }, /*#__PURE__*/React.createElement("style", {
14525
- children: loadingCircleStyle$4y
14587
+ children: loadingCircleStyle$4z
14526
14588
  }), /*#__PURE__*/React.createElement("svg", _extends({
14527
14589
  xmlns: "http://www.w3.org/2000/svg",
14528
14590
  width: size,
@@ -14554,7 +14616,7 @@ ArrowLeft2.defaultProps = {
14554
14616
  size: '1em'
14555
14617
  };
14556
14618
 
14557
- var loadingCircleStyle$4z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14619
+ var loadingCircleStyle$4A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14558
14620
 
14559
14621
  var ArrowRight2 = function ArrowRight2(props) {
14560
14622
  var color = props.color,
@@ -14569,7 +14631,7 @@ var ArrowRight2 = function ArrowRight2(props) {
14569
14631
  role: "img",
14570
14632
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14571
14633
  }, /*#__PURE__*/React.createElement("style", {
14572
- children: loadingCircleStyle$4z
14634
+ children: loadingCircleStyle$4A
14573
14635
  }), /*#__PURE__*/React.createElement("svg", _extends({
14574
14636
  xmlns: "http://www.w3.org/2000/svg",
14575
14637
  width: size,
@@ -14601,7 +14663,7 @@ ArrowRight2.defaultProps = {
14601
14663
  size: '1em'
14602
14664
  };
14603
14665
 
14604
- var loadingCircleStyle$4A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14666
+ var loadingCircleStyle$4B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14605
14667
 
14606
14668
  var ArrowUp2 = function ArrowUp2(props) {
14607
14669
  var color = props.color,
@@ -14616,7 +14678,7 @@ var ArrowUp2 = function ArrowUp2(props) {
14616
14678
  role: "img",
14617
14679
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14618
14680
  }, /*#__PURE__*/React.createElement("style", {
14619
- children: loadingCircleStyle$4A
14681
+ children: loadingCircleStyle$4B
14620
14682
  }), /*#__PURE__*/React.createElement("svg", _extends({
14621
14683
  xmlns: "http://www.w3.org/2000/svg",
14622
14684
  width: size,
@@ -14648,7 +14710,7 @@ ArrowUp2.defaultProps = {
14648
14710
  size: '1em'
14649
14711
  };
14650
14712
 
14651
- var loadingCircleStyle$4B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14713
+ var loadingCircleStyle$4C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14652
14714
 
14653
14715
  var ArrowDown2 = function ArrowDown2(props) {
14654
14716
  var color = props.color,
@@ -14663,7 +14725,7 @@ var ArrowDown2 = function ArrowDown2(props) {
14663
14725
  role: "img",
14664
14726
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14665
14727
  }, /*#__PURE__*/React.createElement("style", {
14666
- children: loadingCircleStyle$4B
14728
+ children: loadingCircleStyle$4C
14667
14729
  }), /*#__PURE__*/React.createElement("svg", _extends({
14668
14730
  xmlns: "http://www.w3.org/2000/svg",
14669
14731
  width: size,
@@ -14695,7 +14757,7 @@ ArrowDown2.defaultProps = {
14695
14757
  size: '1em'
14696
14758
  };
14697
14759
 
14698
- var loadingCircleStyle$4C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14760
+ var loadingCircleStyle$4D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14699
14761
 
14700
14762
  var TriLeft = function TriLeft(props) {
14701
14763
  var color = props.color,
@@ -14710,7 +14772,7 @@ var TriLeft = function TriLeft(props) {
14710
14772
  role: "img",
14711
14773
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14712
14774
  }, /*#__PURE__*/React.createElement("style", {
14713
- children: loadingCircleStyle$4C
14775
+ children: loadingCircleStyle$4D
14714
14776
  }), /*#__PURE__*/React.createElement("svg", _extends({
14715
14777
  xmlns: "http://www.w3.org/2000/svg",
14716
14778
  width: size,
@@ -14742,7 +14804,7 @@ TriLeft.defaultProps = {
14742
14804
  size: '1em'
14743
14805
  };
14744
14806
 
14745
- var loadingCircleStyle$4D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14807
+ var loadingCircleStyle$4E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14746
14808
 
14747
14809
  var TriRight = function TriRight(props) {
14748
14810
  var color = props.color,
@@ -14757,7 +14819,7 @@ var TriRight = function TriRight(props) {
14757
14819
  role: "img",
14758
14820
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14759
14821
  }, /*#__PURE__*/React.createElement("style", {
14760
- children: loadingCircleStyle$4D
14822
+ children: loadingCircleStyle$4E
14761
14823
  }), /*#__PURE__*/React.createElement("svg", _extends({
14762
14824
  xmlns: "http://www.w3.org/2000/svg",
14763
14825
  width: size,
@@ -14789,7 +14851,7 @@ TriRight.defaultProps = {
14789
14851
  size: '1em'
14790
14852
  };
14791
14853
 
14792
- var loadingCircleStyle$4E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14854
+ var loadingCircleStyle$4F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14793
14855
 
14794
14856
  var TriUp = function TriUp(props) {
14795
14857
  var color = props.color,
@@ -14804,7 +14866,7 @@ var TriUp = function TriUp(props) {
14804
14866
  role: "img",
14805
14867
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14806
14868
  }, /*#__PURE__*/React.createElement("style", {
14807
- children: loadingCircleStyle$4E
14869
+ children: loadingCircleStyle$4F
14808
14870
  }), /*#__PURE__*/React.createElement("svg", _extends({
14809
14871
  xmlns: "http://www.w3.org/2000/svg",
14810
14872
  width: size,
@@ -14836,7 +14898,7 @@ TriUp.defaultProps = {
14836
14898
  size: '1em'
14837
14899
  };
14838
14900
 
14839
- var loadingCircleStyle$4F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14901
+ var loadingCircleStyle$4G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14840
14902
 
14841
14903
  var TriDown = function TriDown(props) {
14842
14904
  var color = props.color,
@@ -14851,7 +14913,7 @@ var TriDown = function TriDown(props) {
14851
14913
  role: "img",
14852
14914
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14853
14915
  }, /*#__PURE__*/React.createElement("style", {
14854
- children: loadingCircleStyle$4F
14916
+ children: loadingCircleStyle$4G
14855
14917
  }), /*#__PURE__*/React.createElement("svg", _extends({
14856
14918
  xmlns: "http://www.w3.org/2000/svg",
14857
14919
  width: size,
@@ -14883,7 +14945,7 @@ TriDown.defaultProps = {
14883
14945
  size: '1em'
14884
14946
  };
14885
14947
 
14886
- var loadingCircleStyle$4G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14948
+ var loadingCircleStyle$4H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14887
14949
 
14888
14950
  var DArrowL = function DArrowL(props) {
14889
14951
  var color = props.color,
@@ -14898,7 +14960,7 @@ var DArrowL = function DArrowL(props) {
14898
14960
  role: "img",
14899
14961
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14900
14962
  }, /*#__PURE__*/React.createElement("style", {
14901
- children: loadingCircleStyle$4G
14963
+ children: loadingCircleStyle$4H
14902
14964
  }), /*#__PURE__*/React.createElement("svg", _extends({
14903
14965
  xmlns: "http://www.w3.org/2000/svg",
14904
14966
  width: size,
@@ -14932,7 +14994,7 @@ DArrowL.defaultProps = {
14932
14994
  size: '1em'
14933
14995
  };
14934
14996
 
14935
- var loadingCircleStyle$4H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14997
+ var loadingCircleStyle$4I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14936
14998
 
14937
14999
  var DArrowR = function DArrowR(props) {
14938
15000
  var color = props.color,
@@ -14947,7 +15009,7 @@ var DArrowR = function DArrowR(props) {
14947
15009
  role: "img",
14948
15010
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14949
15011
  }, /*#__PURE__*/React.createElement("style", {
14950
- children: loadingCircleStyle$4H
15012
+ children: loadingCircleStyle$4I
14951
15013
  }), /*#__PURE__*/React.createElement("svg", _extends({
14952
15014
  xmlns: "http://www.w3.org/2000/svg",
14953
15015
  width: size,
@@ -14981,7 +15043,7 @@ DArrowR.defaultProps = {
14981
15043
  size: '1em'
14982
15044
  };
14983
15045
 
14984
- var loadingCircleStyle$4I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15046
+ var loadingCircleStyle$4J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14985
15047
 
14986
15048
  var DArrowT = function DArrowT(props) {
14987
15049
  var color = props.color,
@@ -14996,7 +15058,7 @@ var DArrowT = function DArrowT(props) {
14996
15058
  role: "img",
14997
15059
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14998
15060
  }, /*#__PURE__*/React.createElement("style", {
14999
- children: loadingCircleStyle$4I
15061
+ children: loadingCircleStyle$4J
15000
15062
  }), /*#__PURE__*/React.createElement("svg", _extends({
15001
15063
  xmlns: "http://www.w3.org/2000/svg",
15002
15064
  width: size,
@@ -15030,7 +15092,7 @@ DArrowT.defaultProps = {
15030
15092
  size: '1em'
15031
15093
  };
15032
15094
 
15033
- var loadingCircleStyle$4J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15095
+ var loadingCircleStyle$4K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15034
15096
 
15035
15097
  var DArrowB = function DArrowB(props) {
15036
15098
  var color = props.color,
@@ -15045,7 +15107,7 @@ var DArrowB = function DArrowB(props) {
15045
15107
  role: "img",
15046
15108
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15047
15109
  }, /*#__PURE__*/React.createElement("style", {
15048
- children: loadingCircleStyle$4J
15110
+ children: loadingCircleStyle$4K
15049
15111
  }), /*#__PURE__*/React.createElement("svg", _extends({
15050
15112
  xmlns: "http://www.w3.org/2000/svg",
15051
15113
  width: size,
@@ -15079,7 +15141,7 @@ DArrowB.defaultProps = {
15079
15141
  size: '1em'
15080
15142
  };
15081
15143
 
15082
- var loadingCircleStyle$4K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15144
+ var loadingCircleStyle$4L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15083
15145
 
15084
15146
  var DropDown = function DropDown(props) {
15085
15147
  var color = props.color,
@@ -15094,7 +15156,7 @@ var DropDown = function DropDown(props) {
15094
15156
  role: "img",
15095
15157
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15096
15158
  }, /*#__PURE__*/React.createElement("style", {
15097
- children: loadingCircleStyle$4K
15159
+ children: loadingCircleStyle$4L
15098
15160
  }), /*#__PURE__*/React.createElement("svg", _extends({
15099
15161
  xmlns: "http://www.w3.org/2000/svg",
15100
15162
  width: size,
@@ -15126,7 +15188,7 @@ DropDown.defaultProps = {
15126
15188
  size: '1em'
15127
15189
  };
15128
15190
 
15129
- var loadingCircleStyle$4L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15191
+ var loadingCircleStyle$4M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15130
15192
 
15131
15193
  var DropUp = function DropUp(props) {
15132
15194
  var color = props.color,
@@ -15141,7 +15203,7 @@ var DropUp = function DropUp(props) {
15141
15203
  role: "img",
15142
15204
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15143
15205
  }, /*#__PURE__*/React.createElement("style", {
15144
- children: loadingCircleStyle$4L
15206
+ children: loadingCircleStyle$4M
15145
15207
  }), /*#__PURE__*/React.createElement("svg", _extends({
15146
15208
  xmlns: "http://www.w3.org/2000/svg",
15147
15209
  width: size,
@@ -15173,7 +15235,7 @@ DropUp.defaultProps = {
15173
15235
  size: '1em'
15174
15236
  };
15175
15237
 
15176
- var loadingCircleStyle$4M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15238
+ var loadingCircleStyle$4N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15177
15239
 
15178
15240
  var More1 = function More1(props) {
15179
15241
  var color = props.color,
@@ -15188,7 +15250,7 @@ var More1 = function More1(props) {
15188
15250
  role: "img",
15189
15251
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15190
15252
  }, /*#__PURE__*/React.createElement("style", {
15191
- children: loadingCircleStyle$4M
15253
+ children: loadingCircleStyle$4N
15192
15254
  }), /*#__PURE__*/React.createElement("svg", _extends({
15193
15255
  xmlns: "http://www.w3.org/2000/svg",
15194
15256
  width: size,
@@ -15220,7 +15282,7 @@ More1.defaultProps = {
15220
15282
  size: '1em'
15221
15283
  };
15222
15284
 
15223
- var loadingCircleStyle$4N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15285
+ var loadingCircleStyle$4O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15224
15286
 
15225
15287
  var More2 = function More2(props) {
15226
15288
  var color = props.color,
@@ -15235,7 +15297,7 @@ var More2 = function More2(props) {
15235
15297
  role: "img",
15236
15298
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15237
15299
  }, /*#__PURE__*/React.createElement("style", {
15238
- children: loadingCircleStyle$4N
15300
+ children: loadingCircleStyle$4O
15239
15301
  }), /*#__PURE__*/React.createElement("svg", _extends({
15240
15302
  xmlns: "http://www.w3.org/2000/svg",
15241
15303
  width: size,
@@ -15267,7 +15329,7 @@ More2.defaultProps = {
15267
15329
  size: '1em'
15268
15330
  };
15269
15331
 
15270
- var loadingCircleStyle$4O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15332
+ var loadingCircleStyle$4P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15271
15333
 
15272
15334
  var Drag = function Drag(props) {
15273
15335
  var color = props.color,
@@ -15282,7 +15344,7 @@ var Drag = function Drag(props) {
15282
15344
  role: "img",
15283
15345
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15284
15346
  }, /*#__PURE__*/React.createElement("style", {
15285
- children: loadingCircleStyle$4O
15347
+ children: loadingCircleStyle$4P
15286
15348
  }), /*#__PURE__*/React.createElement("svg", _extends({
15287
15349
  xmlns: "http://www.w3.org/2000/svg",
15288
15350
  width: size,
@@ -15324,7 +15386,7 @@ Drag.defaultProps = {
15324
15386
  size: '1em'
15325
15387
  };
15326
15388
 
15327
- var loadingCircleStyle$4P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15389
+ var loadingCircleStyle$4Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15328
15390
 
15329
15391
  var Drag2 = function Drag2(props) {
15330
15392
  var color = props.color,
@@ -15339,7 +15401,7 @@ var Drag2 = function Drag2(props) {
15339
15401
  role: "img",
15340
15402
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15341
15403
  }, /*#__PURE__*/React.createElement("style", {
15342
- children: loadingCircleStyle$4P
15404
+ children: loadingCircleStyle$4Q
15343
15405
  }), /*#__PURE__*/React.createElement("svg", _extends({
15344
15406
  xmlns: "http://www.w3.org/2000/svg",
15345
15407
  width: size,
@@ -15375,7 +15437,7 @@ Drag2.defaultProps = {
15375
15437
  size: '1em'
15376
15438
  };
15377
15439
 
15378
- var loadingCircleStyle$4Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15440
+ var loadingCircleStyle$4R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15379
15441
 
15380
15442
  var External = function External(props) {
15381
15443
  var color = props.color,
@@ -15390,7 +15452,7 @@ var External = function External(props) {
15390
15452
  role: "img",
15391
15453
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15392
15454
  }, /*#__PURE__*/React.createElement("style", {
15393
- children: loadingCircleStyle$4Q
15455
+ children: loadingCircleStyle$4R
15394
15456
  }), /*#__PURE__*/React.createElement("svg", _extends({
15395
15457
  xmlns: "http://www.w3.org/2000/svg",
15396
15458
  width: size,
@@ -15422,7 +15484,7 @@ External.defaultProps = {
15422
15484
  size: '1em'
15423
15485
  };
15424
15486
 
15425
- var loadingCircleStyle$4R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15487
+ var loadingCircleStyle$4S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15426
15488
 
15427
15489
  var DisplayS = function DisplayS(props) {
15428
15490
  var color = props.color,
@@ -15437,7 +15499,7 @@ var DisplayS = function DisplayS(props) {
15437
15499
  role: "img",
15438
15500
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15439
15501
  }, /*#__PURE__*/React.createElement("style", {
15440
- children: loadingCircleStyle$4R
15502
+ children: loadingCircleStyle$4S
15441
15503
  }), /*#__PURE__*/React.createElement("svg", _extends({
15442
15504
  xmlns: "http://www.w3.org/2000/svg",
15443
15505
  width: size,
@@ -15471,7 +15533,7 @@ DisplayS.defaultProps = {
15471
15533
  size: '1em'
15472
15534
  };
15473
15535
 
15474
- var loadingCircleStyle$4S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15536
+ var loadingCircleStyle$4T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15475
15537
 
15476
15538
  var Share = function Share(props) {
15477
15539
  var color = props.color,
@@ -15486,7 +15548,7 @@ var Share = function Share(props) {
15486
15548
  role: "img",
15487
15549
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15488
15550
  }, /*#__PURE__*/React.createElement("style", {
15489
- children: loadingCircleStyle$4S
15551
+ children: loadingCircleStyle$4T
15490
15552
  }), /*#__PURE__*/React.createElement("svg", _extends({
15491
15553
  xmlns: "http://www.w3.org/2000/svg",
15492
15554
  width: size,
@@ -15749,6 +15811,7 @@ exports.TaRecurring = Recurring;
15749
15811
  exports.TaRelatedProp = RelatedProp;
15750
15812
  exports.TaRename = Rename;
15751
15813
  exports.TaReport = Report;
15814
+ exports.TaReportCl = ReportCl;
15752
15815
  exports.TaReportRemoval = ReportRemoval;
15753
15816
  exports.TaResetPassword = ResetPassword;
15754
15817
  exports.TaResult = Result;