@tant/icons 1.0.38 → 1.1.39

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.
@@ -6503,7 +6503,7 @@ LogoKingCl.defaultProps = {
6503
6503
 
6504
6504
  var loadingCircleStyle$26 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6505
6505
 
6506
- var LogoCurrencylayerCl = function LogoCurrencylayerCl(props) {
6506
+ var LogoGarenaCl = function LogoGarenaCl(props) {
6507
6507
  var color = props.color,
6508
6508
  size = props.size,
6509
6509
  spin = props.spin,
@@ -6530,6 +6530,52 @@ var LogoCurrencylayerCl = function LogoCurrencylayerCl(props) {
6530
6530
  } : {}), {}, {
6531
6531
  cursor: 'pointer'
6532
6532
  })
6533
+ }), /*#__PURE__*/React.createElement("path", {
6534
+ d: "M7.932 12.964s1.469-2.947 7.601-1.245c0 0 .931 1.3 4.916.897 0 0-2.025 1.935-3.404 5.073 0 0-1.338 4.206-9.192 3.137 0 0-6.49-1.5-5.459-7.11 0 0 1.054-4.858 6.773-5.637l.638-.166s-2.028-1.122-6.048.676l-1.167.537L0 8.885s1.037-2.228 3.507-3.731h.25l3.714-2.228-2.025 1.825 2.717-1.18S12.41 2.466 14.013 2l-5.22 3.261s2.663-.563 3.925-.59l.288.59s2.682-.08 4.3.752c0 0-1.124 2.442 6.694 1.395l-.453.505-2.921 1.052-1.059.322.733.355.326.236h-4.257s-5.063-3.546-8.773 1.154c0 0-4.127 4.719-.432 8.106 0 0 6.594 3.301 7.859-4.697 0 0-1.015-4.077-6.119-1.37 0 0 1.029 1.287.027 1.716 0 0-2.337.553-.923-1.715",
6535
+ fill: "#E41E26"
6536
+ })));
6537
+ };
6538
+
6539
+ LogoGarenaCl.propTypes = {
6540
+ spin: PropTypes.bool,
6541
+ color: PropTypes.string,
6542
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
6543
+ };
6544
+ LogoGarenaCl.defaultProps = {
6545
+ spin: false,
6546
+ color: 'currentColor',
6547
+ size: '16'
6548
+ };
6549
+
6550
+ var loadingCircleStyle$27 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6551
+
6552
+ var LogoCurrencylayerCl = function LogoCurrencylayerCl(props) {
6553
+ var color = props.color,
6554
+ size = props.size,
6555
+ spin = props.spin,
6556
+ style = props.style,
6557
+ className = props.className,
6558
+ otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className"]);
6559
+
6560
+ return /*#__PURE__*/React.createElement("span", {
6561
+ className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6562
+ }, /*#__PURE__*/React.createElement("style", {
6563
+ children: loadingCircleStyle$27
6564
+ }), /*#__PURE__*/React.createElement("svg", _extends({
6565
+ xmlns: "http://www.w3.org/2000/svg",
6566
+ width: size,
6567
+ height: size,
6568
+ viewBox: "0 0 24 24",
6569
+ fill: color
6570
+ }, otherProps, {
6571
+ style: _objectSpread2(_objectSpread2(_objectSpread2({}, style), spin ? {
6572
+ animationDuration: '1s',
6573
+ animationIterationCount: 'infinite',
6574
+ animationName: 'loadingCircle',
6575
+ animationTimingFunction: 'linear'
6576
+ } : {}), {}, {
6577
+ cursor: 'pointer'
6578
+ })
6533
6579
  }), /*#__PURE__*/React.createElement("rect", {
6534
6580
  width: "24",
6535
6581
  height: "24",
@@ -6551,7 +6597,7 @@ LogoCurrencylayerCl.defaultProps = {
6551
6597
  size: '16'
6552
6598
  };
6553
6599
 
6554
- var loadingCircleStyle$27 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6600
+ var loadingCircleStyle$28 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6555
6601
 
6556
6602
  var Info = function Info(props) {
6557
6603
  var color = props.color,
@@ -6564,7 +6610,7 @@ var Info = function Info(props) {
6564
6610
  return /*#__PURE__*/React.createElement("span", {
6565
6611
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6566
6612
  }, /*#__PURE__*/React.createElement("style", {
6567
- children: loadingCircleStyle$27
6613
+ children: loadingCircleStyle$28
6568
6614
  }), /*#__PURE__*/React.createElement("svg", _extends({
6569
6615
  xmlns: "http://www.w3.org/2000/svg",
6570
6616
  width: size,
@@ -6600,7 +6646,7 @@ Info.defaultProps = {
6600
6646
  size: '16'
6601
6647
  };
6602
6648
 
6603
- var loadingCircleStyle$28 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6649
+ var loadingCircleStyle$29 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6604
6650
 
6605
6651
  var InfoFill = function InfoFill(props) {
6606
6652
  var color = props.color,
@@ -6613,7 +6659,7 @@ var InfoFill = function InfoFill(props) {
6613
6659
  return /*#__PURE__*/React.createElement("span", {
6614
6660
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6615
6661
  }, /*#__PURE__*/React.createElement("style", {
6616
- children: loadingCircleStyle$28
6662
+ children: loadingCircleStyle$29
6617
6663
  }), /*#__PURE__*/React.createElement("svg", _extends({
6618
6664
  xmlns: "http://www.w3.org/2000/svg",
6619
6665
  width: size,
@@ -6645,7 +6691,7 @@ InfoFill.defaultProps = {
6645
6691
  size: '16'
6646
6692
  };
6647
6693
 
6648
- var loadingCircleStyle$29 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6694
+ var loadingCircleStyle$2a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6649
6695
 
6650
6696
  var Help = function Help(props) {
6651
6697
  var color = props.color,
@@ -6658,7 +6704,7 @@ var Help = function Help(props) {
6658
6704
  return /*#__PURE__*/React.createElement("span", {
6659
6705
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6660
6706
  }, /*#__PURE__*/React.createElement("style", {
6661
- children: loadingCircleStyle$29
6707
+ children: loadingCircleStyle$2a
6662
6708
  }), /*#__PURE__*/React.createElement("svg", _extends({
6663
6709
  xmlns: "http://www.w3.org/2000/svg",
6664
6710
  width: size,
@@ -6690,7 +6736,7 @@ Help.defaultProps = {
6690
6736
  size: '16'
6691
6737
  };
6692
6738
 
6693
- var loadingCircleStyle$2a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6739
+ var loadingCircleStyle$2b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6694
6740
 
6695
6741
  var History = function History(props) {
6696
6742
  var color = props.color,
@@ -6703,7 +6749,7 @@ var History = function History(props) {
6703
6749
  return /*#__PURE__*/React.createElement("span", {
6704
6750
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6705
6751
  }, /*#__PURE__*/React.createElement("style", {
6706
- children: loadingCircleStyle$2a
6752
+ children: loadingCircleStyle$2b
6707
6753
  }), /*#__PURE__*/React.createElement("svg", _extends({
6708
6754
  xmlns: "http://www.w3.org/2000/svg",
6709
6755
  width: size,
@@ -6735,7 +6781,7 @@ History.defaultProps = {
6735
6781
  size: '16'
6736
6782
  };
6737
6783
 
6738
- var loadingCircleStyle$2b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6784
+ var loadingCircleStyle$2c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6739
6785
 
6740
6786
  var Backup = function Backup(props) {
6741
6787
  var color = props.color,
@@ -6748,7 +6794,7 @@ var Backup = function Backup(props) {
6748
6794
  return /*#__PURE__*/React.createElement("span", {
6749
6795
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6750
6796
  }, /*#__PURE__*/React.createElement("style", {
6751
- children: loadingCircleStyle$2b
6797
+ children: loadingCircleStyle$2c
6752
6798
  }), /*#__PURE__*/React.createElement("svg", _extends({
6753
6799
  xmlns: "http://www.w3.org/2000/svg",
6754
6800
  width: size,
@@ -6782,7 +6828,7 @@ Backup.defaultProps = {
6782
6828
  size: '16'
6783
6829
  };
6784
6830
 
6785
- var loadingCircleStyle$2c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6831
+ var loadingCircleStyle$2d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6786
6832
 
6787
6833
  var Error = function Error(props) {
6788
6834
  var color = props.color,
@@ -6795,7 +6841,7 @@ var Error = function Error(props) {
6795
6841
  return /*#__PURE__*/React.createElement("span", {
6796
6842
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6797
6843
  }, /*#__PURE__*/React.createElement("style", {
6798
- children: loadingCircleStyle$2c
6844
+ children: loadingCircleStyle$2d
6799
6845
  }), /*#__PURE__*/React.createElement("svg", _extends({
6800
6846
  xmlns: "http://www.w3.org/2000/svg",
6801
6847
  width: size,
@@ -6831,7 +6877,7 @@ Error.defaultProps = {
6831
6877
  size: '16'
6832
6878
  };
6833
6879
 
6834
- var loadingCircleStyle$2d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6880
+ var loadingCircleStyle$2e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6835
6881
 
6836
6882
  var ErrorFill = function ErrorFill(props) {
6837
6883
  var color = props.color,
@@ -6844,7 +6890,7 @@ var ErrorFill = function ErrorFill(props) {
6844
6890
  return /*#__PURE__*/React.createElement("span", {
6845
6891
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6846
6892
  }, /*#__PURE__*/React.createElement("style", {
6847
- children: loadingCircleStyle$2d
6893
+ children: loadingCircleStyle$2e
6848
6894
  }), /*#__PURE__*/React.createElement("svg", _extends({
6849
6895
  xmlns: "http://www.w3.org/2000/svg",
6850
6896
  width: size,
@@ -6876,7 +6922,7 @@ ErrorFill.defaultProps = {
6876
6922
  size: '16'
6877
6923
  };
6878
6924
 
6879
- var loadingCircleStyle$2e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6925
+ var loadingCircleStyle$2f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6880
6926
 
6881
6927
  var Error2 = function Error2(props) {
6882
6928
  var color = props.color,
@@ -6889,7 +6935,7 @@ var Error2 = function Error2(props) {
6889
6935
  return /*#__PURE__*/React.createElement("span", {
6890
6936
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6891
6937
  }, /*#__PURE__*/React.createElement("style", {
6892
- children: loadingCircleStyle$2e
6938
+ children: loadingCircleStyle$2f
6893
6939
  }), /*#__PURE__*/React.createElement("svg", _extends({
6894
6940
  xmlns: "http://www.w3.org/2000/svg",
6895
6941
  width: size,
@@ -6923,7 +6969,7 @@ Error2.defaultProps = {
6923
6969
  size: '16'
6924
6970
  };
6925
6971
 
6926
- var loadingCircleStyle$2f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6972
+ var loadingCircleStyle$2g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6927
6973
 
6928
6974
  var Error2Fill = function Error2Fill(props) {
6929
6975
  var color = props.color,
@@ -6936,7 +6982,7 @@ var Error2Fill = function Error2Fill(props) {
6936
6982
  return /*#__PURE__*/React.createElement("span", {
6937
6983
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6938
6984
  }, /*#__PURE__*/React.createElement("style", {
6939
- children: loadingCircleStyle$2f
6985
+ children: loadingCircleStyle$2g
6940
6986
  }), /*#__PURE__*/React.createElement("svg", _extends({
6941
6987
  xmlns: "http://www.w3.org/2000/svg",
6942
6988
  width: size,
@@ -6970,7 +7016,7 @@ Error2Fill.defaultProps = {
6970
7016
  size: '16'
6971
7017
  };
6972
7018
 
6973
- var loadingCircleStyle$2g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7019
+ var loadingCircleStyle$2h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6974
7020
 
6975
7021
  var Success = function Success(props) {
6976
7022
  var color = props.color,
@@ -6983,7 +7029,7 @@ var Success = function Success(props) {
6983
7029
  return /*#__PURE__*/React.createElement("span", {
6984
7030
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6985
7031
  }, /*#__PURE__*/React.createElement("style", {
6986
- children: loadingCircleStyle$2g
7032
+ children: loadingCircleStyle$2h
6987
7033
  }), /*#__PURE__*/React.createElement("svg", _extends({
6988
7034
  xmlns: "http://www.w3.org/2000/svg",
6989
7035
  width: size,
@@ -7015,7 +7061,7 @@ Success.defaultProps = {
7015
7061
  size: '16'
7016
7062
  };
7017
7063
 
7018
- var loadingCircleStyle$2h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7064
+ var loadingCircleStyle$2i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7019
7065
 
7020
7066
  var SuccessFill = function SuccessFill(props) {
7021
7067
  var color = props.color,
@@ -7028,7 +7074,7 @@ var SuccessFill = function SuccessFill(props) {
7028
7074
  return /*#__PURE__*/React.createElement("span", {
7029
7075
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7030
7076
  }, /*#__PURE__*/React.createElement("style", {
7031
- children: loadingCircleStyle$2h
7077
+ children: loadingCircleStyle$2i
7032
7078
  }), /*#__PURE__*/React.createElement("svg", _extends({
7033
7079
  xmlns: "http://www.w3.org/2000/svg",
7034
7080
  width: size,
@@ -7062,7 +7108,7 @@ SuccessFill.defaultProps = {
7062
7108
  size: '16'
7063
7109
  };
7064
7110
 
7065
- var loadingCircleStyle$2i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7111
+ var loadingCircleStyle$2j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7066
7112
 
7067
7113
  var Delete2 = function Delete2(props) {
7068
7114
  var color = props.color,
@@ -7075,7 +7121,7 @@ var Delete2 = function Delete2(props) {
7075
7121
  return /*#__PURE__*/React.createElement("span", {
7076
7122
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7077
7123
  }, /*#__PURE__*/React.createElement("style", {
7078
- children: loadingCircleStyle$2i
7124
+ children: loadingCircleStyle$2j
7079
7125
  }), /*#__PURE__*/React.createElement("svg", _extends({
7080
7126
  xmlns: "http://www.w3.org/2000/svg",
7081
7127
  width: size,
@@ -7107,7 +7153,7 @@ Delete2.defaultProps = {
7107
7153
  size: '16'
7108
7154
  };
7109
7155
 
7110
- var loadingCircleStyle$2j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7156
+ var loadingCircleStyle$2k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7111
7157
 
7112
7158
  var Delete2Fill = function Delete2Fill(props) {
7113
7159
  var color = props.color,
@@ -7120,7 +7166,7 @@ var Delete2Fill = function Delete2Fill(props) {
7120
7166
  return /*#__PURE__*/React.createElement("span", {
7121
7167
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7122
7168
  }, /*#__PURE__*/React.createElement("style", {
7123
- children: loadingCircleStyle$2j
7169
+ children: loadingCircleStyle$2k
7124
7170
  }), /*#__PURE__*/React.createElement("svg", _extends({
7125
7171
  xmlns: "http://www.w3.org/2000/svg",
7126
7172
  width: size,
@@ -7152,7 +7198,7 @@ Delete2Fill.defaultProps = {
7152
7198
  size: '16'
7153
7199
  };
7154
7200
 
7155
- var loadingCircleStyle$2k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7201
+ var loadingCircleStyle$2l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7156
7202
 
7157
7203
  var Exchange = function Exchange(props) {
7158
7204
  var color = props.color,
@@ -7165,7 +7211,7 @@ var Exchange = function Exchange(props) {
7165
7211
  return /*#__PURE__*/React.createElement("span", {
7166
7212
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7167
7213
  }, /*#__PURE__*/React.createElement("style", {
7168
- children: loadingCircleStyle$2k
7214
+ children: loadingCircleStyle$2l
7169
7215
  }), /*#__PURE__*/React.createElement("svg", _extends({
7170
7216
  xmlns: "http://www.w3.org/2000/svg",
7171
7217
  width: size,
@@ -7197,7 +7243,7 @@ Exchange.defaultProps = {
7197
7243
  size: '16'
7198
7244
  };
7199
7245
 
7200
- var loadingCircleStyle$2l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7246
+ var loadingCircleStyle$2m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7201
7247
 
7202
7248
  var SwapFill = function SwapFill(props) {
7203
7249
  var color = props.color,
@@ -7210,7 +7256,7 @@ var SwapFill = function SwapFill(props) {
7210
7256
  return /*#__PURE__*/React.createElement("span", {
7211
7257
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7212
7258
  }, /*#__PURE__*/React.createElement("style", {
7213
- children: loadingCircleStyle$2l
7259
+ children: loadingCircleStyle$2m
7214
7260
  }), /*#__PURE__*/React.createElement("svg", _extends({
7215
7261
  xmlns: "http://www.w3.org/2000/svg",
7216
7262
  width: size,
@@ -7242,7 +7288,7 @@ SwapFill.defaultProps = {
7242
7288
  size: '16'
7243
7289
  };
7244
7290
 
7245
- var loadingCircleStyle$2m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7291
+ var loadingCircleStyle$2n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7246
7292
 
7247
7293
  var Processing = function Processing(props) {
7248
7294
  var color = props.color,
@@ -7255,7 +7301,7 @@ var Processing = function Processing(props) {
7255
7301
  return /*#__PURE__*/React.createElement("span", {
7256
7302
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7257
7303
  }, /*#__PURE__*/React.createElement("style", {
7258
- children: loadingCircleStyle$2m
7304
+ children: loadingCircleStyle$2n
7259
7305
  }), /*#__PURE__*/React.createElement("svg", _extends({
7260
7306
  xmlns: "http://www.w3.org/2000/svg",
7261
7307
  width: size,
@@ -7287,7 +7333,7 @@ Processing.defaultProps = {
7287
7333
  size: '16'
7288
7334
  };
7289
7335
 
7290
- var loadingCircleStyle$2n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7336
+ var loadingCircleStyle$2o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7291
7337
 
7292
7338
  var Processing2 = function Processing2(props) {
7293
7339
  var color = props.color,
@@ -7300,7 +7346,7 @@ var Processing2 = function Processing2(props) {
7300
7346
  return /*#__PURE__*/React.createElement("span", {
7301
7347
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7302
7348
  }, /*#__PURE__*/React.createElement("style", {
7303
- children: loadingCircleStyle$2n
7349
+ children: loadingCircleStyle$2o
7304
7350
  }), /*#__PURE__*/React.createElement("svg", _extends({
7305
7351
  xmlns: "http://www.w3.org/2000/svg",
7306
7352
  width: size,
@@ -7334,7 +7380,7 @@ Processing2.defaultProps = {
7334
7380
  size: '16'
7335
7381
  };
7336
7382
 
7337
- var loadingCircleStyle$2o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7383
+ var loadingCircleStyle$2p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7338
7384
 
7339
7385
  var Done = function Done(props) {
7340
7386
  var color = props.color,
@@ -7347,7 +7393,7 @@ var Done = function Done(props) {
7347
7393
  return /*#__PURE__*/React.createElement("span", {
7348
7394
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7349
7395
  }, /*#__PURE__*/React.createElement("style", {
7350
- children: loadingCircleStyle$2o
7396
+ children: loadingCircleStyle$2p
7351
7397
  }), /*#__PURE__*/React.createElement("svg", _extends({
7352
7398
  xmlns: "http://www.w3.org/2000/svg",
7353
7399
  width: size,
@@ -7379,7 +7425,7 @@ Done.defaultProps = {
7379
7425
  size: '16'
7380
7426
  };
7381
7427
 
7382
- var loadingCircleStyle$2p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7428
+ var loadingCircleStyle$2q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7383
7429
 
7384
7430
  var Close = function Close(props) {
7385
7431
  var color = props.color,
@@ -7392,7 +7438,7 @@ var Close = function Close(props) {
7392
7438
  return /*#__PURE__*/React.createElement("span", {
7393
7439
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7394
7440
  }, /*#__PURE__*/React.createElement("style", {
7395
- children: loadingCircleStyle$2p
7441
+ children: loadingCircleStyle$2q
7396
7442
  }), /*#__PURE__*/React.createElement("svg", _extends({
7397
7443
  xmlns: "http://www.w3.org/2000/svg",
7398
7444
  width: size,
@@ -7424,7 +7470,7 @@ Close.defaultProps = {
7424
7470
  size: '16'
7425
7471
  };
7426
7472
 
7427
- var loadingCircleStyle$2q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7473
+ var loadingCircleStyle$2r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7428
7474
 
7429
7475
  var StarOutline = function StarOutline(props) {
7430
7476
  var color = props.color,
@@ -7437,7 +7483,7 @@ var StarOutline = function StarOutline(props) {
7437
7483
  return /*#__PURE__*/React.createElement("span", {
7438
7484
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7439
7485
  }, /*#__PURE__*/React.createElement("style", {
7440
- children: loadingCircleStyle$2q
7486
+ children: loadingCircleStyle$2r
7441
7487
  }), /*#__PURE__*/React.createElement("svg", _extends({
7442
7488
  xmlns: "http://www.w3.org/2000/svg",
7443
7489
  width: size,
@@ -7469,7 +7515,7 @@ StarOutline.defaultProps = {
7469
7515
  size: '16'
7470
7516
  };
7471
7517
 
7472
- var loadingCircleStyle$2r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7518
+ var loadingCircleStyle$2s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7473
7519
 
7474
7520
  var StarFill = function StarFill(props) {
7475
7521
  var color = props.color,
@@ -7482,7 +7528,7 @@ var StarFill = function StarFill(props) {
7482
7528
  return /*#__PURE__*/React.createElement("span", {
7483
7529
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7484
7530
  }, /*#__PURE__*/React.createElement("style", {
7485
- children: loadingCircleStyle$2r
7531
+ children: loadingCircleStyle$2s
7486
7532
  }), /*#__PURE__*/React.createElement("svg", _extends({
7487
7533
  xmlns: "http://www.w3.org/2000/svg",
7488
7534
  width: size,
@@ -7514,7 +7560,7 @@ StarFill.defaultProps = {
7514
7560
  size: '16'
7515
7561
  };
7516
7562
 
7517
- var loadingCircleStyle$2s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7563
+ var loadingCircleStyle$2t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7518
7564
 
7519
7565
  var TimeLock = function TimeLock(props) {
7520
7566
  var color = props.color,
@@ -7527,7 +7573,7 @@ var TimeLock = function TimeLock(props) {
7527
7573
  return /*#__PURE__*/React.createElement("span", {
7528
7574
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7529
7575
  }, /*#__PURE__*/React.createElement("style", {
7530
- children: loadingCircleStyle$2s
7576
+ children: loadingCircleStyle$2t
7531
7577
  }), /*#__PURE__*/React.createElement("svg", _extends({
7532
7578
  xmlns: "http://www.w3.org/2000/svg",
7533
7579
  width: size,
@@ -7559,7 +7605,7 @@ TimeLock.defaultProps = {
7559
7605
  size: '16'
7560
7606
  };
7561
7607
 
7562
- var loadingCircleStyle$2t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7608
+ var loadingCircleStyle$2u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7563
7609
 
7564
7610
  var Heart = function Heart(props) {
7565
7611
  var color = props.color,
@@ -7572,7 +7618,7 @@ var Heart = function Heart(props) {
7572
7618
  return /*#__PURE__*/React.createElement("span", {
7573
7619
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7574
7620
  }, /*#__PURE__*/React.createElement("style", {
7575
- children: loadingCircleStyle$2t
7621
+ children: loadingCircleStyle$2u
7576
7622
  }), /*#__PURE__*/React.createElement("svg", _extends({
7577
7623
  xmlns: "http://www.w3.org/2000/svg",
7578
7624
  width: size,
@@ -7604,7 +7650,7 @@ Heart.defaultProps = {
7604
7650
  size: '16'
7605
7651
  };
7606
7652
 
7607
- var loadingCircleStyle$2u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7653
+ var loadingCircleStyle$2v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7608
7654
 
7609
7655
  var Bookmark = function Bookmark(props) {
7610
7656
  var color = props.color,
@@ -7617,7 +7663,7 @@ var Bookmark = function Bookmark(props) {
7617
7663
  return /*#__PURE__*/React.createElement("span", {
7618
7664
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7619
7665
  }, /*#__PURE__*/React.createElement("style", {
7620
- children: loadingCircleStyle$2u
7666
+ children: loadingCircleStyle$2v
7621
7667
  }), /*#__PURE__*/React.createElement("svg", _extends({
7622
7668
  xmlns: "http://www.w3.org/2000/svg",
7623
7669
  width: size,
@@ -7649,7 +7695,7 @@ Bookmark.defaultProps = {
7649
7695
  size: '16'
7650
7696
  };
7651
7697
 
7652
- var loadingCircleStyle$2v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7698
+ var loadingCircleStyle$2w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7653
7699
 
7654
7700
  var Bookmark2 = function Bookmark2(props) {
7655
7701
  var color = props.color,
@@ -7662,7 +7708,7 @@ var Bookmark2 = function Bookmark2(props) {
7662
7708
  return /*#__PURE__*/React.createElement("span", {
7663
7709
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7664
7710
  }, /*#__PURE__*/React.createElement("style", {
7665
- children: loadingCircleStyle$2v
7711
+ children: loadingCircleStyle$2w
7666
7712
  }), /*#__PURE__*/React.createElement("svg", _extends({
7667
7713
  xmlns: "http://www.w3.org/2000/svg",
7668
7714
  width: size,
@@ -7694,7 +7740,7 @@ Bookmark2.defaultProps = {
7694
7740
  size: '16'
7695
7741
  };
7696
7742
 
7697
- var loadingCircleStyle$2w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7743
+ var loadingCircleStyle$2x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7698
7744
 
7699
7745
  var LockClose = function LockClose(props) {
7700
7746
  var color = props.color,
@@ -7707,7 +7753,7 @@ var LockClose = function LockClose(props) {
7707
7753
  return /*#__PURE__*/React.createElement("span", {
7708
7754
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7709
7755
  }, /*#__PURE__*/React.createElement("style", {
7710
- children: loadingCircleStyle$2w
7756
+ children: loadingCircleStyle$2x
7711
7757
  }), /*#__PURE__*/React.createElement("svg", _extends({
7712
7758
  xmlns: "http://www.w3.org/2000/svg",
7713
7759
  width: size,
@@ -7743,7 +7789,7 @@ LockClose.defaultProps = {
7743
7789
  size: '16'
7744
7790
  };
7745
7791
 
7746
- var loadingCircleStyle$2x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7792
+ var loadingCircleStyle$2y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7747
7793
 
7748
7794
  var LockCloseFill = function LockCloseFill(props) {
7749
7795
  var color = props.color,
@@ -7756,7 +7802,7 @@ var LockCloseFill = function LockCloseFill(props) {
7756
7802
  return /*#__PURE__*/React.createElement("span", {
7757
7803
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7758
7804
  }, /*#__PURE__*/React.createElement("style", {
7759
- children: loadingCircleStyle$2x
7805
+ children: loadingCircleStyle$2y
7760
7806
  }), /*#__PURE__*/React.createElement("svg", _extends({
7761
7807
  xmlns: "http://www.w3.org/2000/svg",
7762
7808
  width: size,
@@ -7788,7 +7834,7 @@ LockCloseFill.defaultProps = {
7788
7834
  size: '16'
7789
7835
  };
7790
7836
 
7791
- var loadingCircleStyle$2y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7837
+ var loadingCircleStyle$2z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7792
7838
 
7793
7839
  var LockOpen = function LockOpen(props) {
7794
7840
  var color = props.color,
@@ -7801,7 +7847,7 @@ var LockOpen = function LockOpen(props) {
7801
7847
  return /*#__PURE__*/React.createElement("span", {
7802
7848
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7803
7849
  }, /*#__PURE__*/React.createElement("style", {
7804
- children: loadingCircleStyle$2y
7850
+ children: loadingCircleStyle$2z
7805
7851
  }), /*#__PURE__*/React.createElement("svg", _extends({
7806
7852
  xmlns: "http://www.w3.org/2000/svg",
7807
7853
  width: size,
@@ -7833,7 +7879,7 @@ LockOpen.defaultProps = {
7833
7879
  size: '16'
7834
7880
  };
7835
7881
 
7836
- var loadingCircleStyle$2z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7882
+ var loadingCircleStyle$2A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7837
7883
 
7838
7884
  var LockOpenFill = function LockOpenFill(props) {
7839
7885
  var color = props.color,
@@ -7846,7 +7892,7 @@ var LockOpenFill = function LockOpenFill(props) {
7846
7892
  return /*#__PURE__*/React.createElement("span", {
7847
7893
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7848
7894
  }, /*#__PURE__*/React.createElement("style", {
7849
- children: loadingCircleStyle$2z
7895
+ children: loadingCircleStyle$2A
7850
7896
  }), /*#__PURE__*/React.createElement("svg", _extends({
7851
7897
  xmlns: "http://www.w3.org/2000/svg",
7852
7898
  width: size,
@@ -7878,7 +7924,7 @@ LockOpenFill.defaultProps = {
7878
7924
  size: '16'
7879
7925
  };
7880
7926
 
7881
- var loadingCircleStyle$2A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7927
+ var loadingCircleStyle$2B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7882
7928
 
7883
7929
  var EyeOn = function EyeOn(props) {
7884
7930
  var color = props.color,
@@ -7891,7 +7937,7 @@ var EyeOn = function EyeOn(props) {
7891
7937
  return /*#__PURE__*/React.createElement("span", {
7892
7938
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7893
7939
  }, /*#__PURE__*/React.createElement("style", {
7894
- children: loadingCircleStyle$2A
7940
+ children: loadingCircleStyle$2B
7895
7941
  }), /*#__PURE__*/React.createElement("svg", _extends({
7896
7942
  xmlns: "http://www.w3.org/2000/svg",
7897
7943
  width: size,
@@ -7923,7 +7969,7 @@ EyeOn.defaultProps = {
7923
7969
  size: '16'
7924
7970
  };
7925
7971
 
7926
- var loadingCircleStyle$2B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7972
+ var loadingCircleStyle$2C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7927
7973
 
7928
7974
  var EyeOnFill = function EyeOnFill(props) {
7929
7975
  var color = props.color,
@@ -7936,7 +7982,7 @@ var EyeOnFill = function EyeOnFill(props) {
7936
7982
  return /*#__PURE__*/React.createElement("span", {
7937
7983
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7938
7984
  }, /*#__PURE__*/React.createElement("style", {
7939
- children: loadingCircleStyle$2B
7985
+ children: loadingCircleStyle$2C
7940
7986
  }), /*#__PURE__*/React.createElement("svg", _extends({
7941
7987
  xmlns: "http://www.w3.org/2000/svg",
7942
7988
  width: size,
@@ -7970,7 +8016,7 @@ EyeOnFill.defaultProps = {
7970
8016
  size: '16'
7971
8017
  };
7972
8018
 
7973
- var loadingCircleStyle$2C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8019
+ var loadingCircleStyle$2D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7974
8020
 
7975
8021
  var EyeOff = function EyeOff(props) {
7976
8022
  var color = props.color,
@@ -7983,7 +8029,7 @@ var EyeOff = function EyeOff(props) {
7983
8029
  return /*#__PURE__*/React.createElement("span", {
7984
8030
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7985
8031
  }, /*#__PURE__*/React.createElement("style", {
7986
- children: loadingCircleStyle$2C
8032
+ children: loadingCircleStyle$2D
7987
8033
  }), /*#__PURE__*/React.createElement("svg", _extends({
7988
8034
  xmlns: "http://www.w3.org/2000/svg",
7989
8035
  width: size,
@@ -8015,7 +8061,7 @@ EyeOff.defaultProps = {
8015
8061
  size: '16'
8016
8062
  };
8017
8063
 
8018
- var loadingCircleStyle$2D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8064
+ var loadingCircleStyle$2E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8019
8065
 
8020
8066
  var EyeOffFill = function EyeOffFill(props) {
8021
8067
  var color = props.color,
@@ -8028,7 +8074,7 @@ var EyeOffFill = function EyeOffFill(props) {
8028
8074
  return /*#__PURE__*/React.createElement("span", {
8029
8075
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8030
8076
  }, /*#__PURE__*/React.createElement("style", {
8031
- children: loadingCircleStyle$2D
8077
+ children: loadingCircleStyle$2E
8032
8078
  }), /*#__PURE__*/React.createElement("svg", _extends({
8033
8079
  xmlns: "http://www.w3.org/2000/svg",
8034
8080
  width: size,
@@ -8062,7 +8108,7 @@ EyeOffFill.defaultProps = {
8062
8108
  size: '16'
8063
8109
  };
8064
8110
 
8065
- var loadingCircleStyle$2E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8111
+ var loadingCircleStyle$2F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8066
8112
 
8067
8113
  var Dot = function Dot(props) {
8068
8114
  var color = props.color,
@@ -8075,7 +8121,7 @@ var Dot = function Dot(props) {
8075
8121
  return /*#__PURE__*/React.createElement("span", {
8076
8122
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8077
8123
  }, /*#__PURE__*/React.createElement("style", {
8078
- children: loadingCircleStyle$2E
8124
+ children: loadingCircleStyle$2F
8079
8125
  }), /*#__PURE__*/React.createElement("svg", _extends({
8080
8126
  xmlns: "http://www.w3.org/2000/svg",
8081
8127
  width: size,
@@ -8109,7 +8155,7 @@ Dot.defaultProps = {
8109
8155
  size: '16'
8110
8156
  };
8111
8157
 
8112
- var loadingCircleStyle$2F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8158
+ var loadingCircleStyle$2G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8113
8159
 
8114
8160
  var Anchor = function Anchor(props) {
8115
8161
  var color = props.color,
@@ -8122,7 +8168,7 @@ var Anchor = function Anchor(props) {
8122
8168
  return /*#__PURE__*/React.createElement("span", {
8123
8169
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8124
8170
  }, /*#__PURE__*/React.createElement("style", {
8125
- children: loadingCircleStyle$2F
8171
+ children: loadingCircleStyle$2G
8126
8172
  }), /*#__PURE__*/React.createElement("svg", _extends({
8127
8173
  xmlns: "http://www.w3.org/2000/svg",
8128
8174
  width: size,
@@ -8154,7 +8200,7 @@ Anchor.defaultProps = {
8154
8200
  size: '16'
8155
8201
  };
8156
8202
 
8157
- var loadingCircleStyle$2G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8203
+ var loadingCircleStyle$2H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8158
8204
 
8159
8205
  var ChartLine = function ChartLine(props) {
8160
8206
  var color = props.color,
@@ -8167,7 +8213,7 @@ var ChartLine = function ChartLine(props) {
8167
8213
  return /*#__PURE__*/React.createElement("span", {
8168
8214
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8169
8215
  }, /*#__PURE__*/React.createElement("style", {
8170
- children: loadingCircleStyle$2G
8216
+ children: loadingCircleStyle$2H
8171
8217
  }), /*#__PURE__*/React.createElement("svg", _extends({
8172
8218
  xmlns: "http://www.w3.org/2000/svg",
8173
8219
  width: size,
@@ -8205,7 +8251,7 @@ ChartLine.defaultProps = {
8205
8251
  size: '16'
8206
8252
  };
8207
8253
 
8208
- var loadingCircleStyle$2H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8254
+ var loadingCircleStyle$2I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8209
8255
 
8210
8256
  var ChartBar = function ChartBar(props) {
8211
8257
  var color = props.color,
@@ -8218,7 +8264,7 @@ var ChartBar = function ChartBar(props) {
8218
8264
  return /*#__PURE__*/React.createElement("span", {
8219
8265
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8220
8266
  }, /*#__PURE__*/React.createElement("style", {
8221
- children: loadingCircleStyle$2H
8267
+ children: loadingCircleStyle$2I
8222
8268
  }), /*#__PURE__*/React.createElement("svg", _extends({
8223
8269
  xmlns: "http://www.w3.org/2000/svg",
8224
8270
  width: size,
@@ -8254,7 +8300,7 @@ ChartBar.defaultProps = {
8254
8300
  size: '16'
8255
8301
  };
8256
8302
 
8257
- var loadingCircleStyle$2I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8303
+ var loadingCircleStyle$2J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8258
8304
 
8259
8305
  var ChartCum = function ChartCum(props) {
8260
8306
  var color = props.color,
@@ -8267,7 +8313,7 @@ var ChartCum = function ChartCum(props) {
8267
8313
  return /*#__PURE__*/React.createElement("span", {
8268
8314
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8269
8315
  }, /*#__PURE__*/React.createElement("style", {
8270
- children: loadingCircleStyle$2I
8316
+ children: loadingCircleStyle$2J
8271
8317
  }), /*#__PURE__*/React.createElement("svg", _extends({
8272
8318
  xmlns: "http://www.w3.org/2000/svg",
8273
8319
  width: size,
@@ -8309,7 +8355,7 @@ ChartCum.defaultProps = {
8309
8355
  size: '16'
8310
8356
  };
8311
8357
 
8312
- var loadingCircleStyle$2J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8358
+ var loadingCircleStyle$2K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8313
8359
 
8314
8360
  var ChartPie = function ChartPie(props) {
8315
8361
  var color = props.color,
@@ -8322,7 +8368,7 @@ var ChartPie = function ChartPie(props) {
8322
8368
  return /*#__PURE__*/React.createElement("span", {
8323
8369
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8324
8370
  }, /*#__PURE__*/React.createElement("style", {
8325
- children: loadingCircleStyle$2J
8371
+ children: loadingCircleStyle$2K
8326
8372
  }), /*#__PURE__*/React.createElement("svg", _extends({
8327
8373
  xmlns: "http://www.w3.org/2000/svg",
8328
8374
  width: size,
@@ -8356,7 +8402,7 @@ ChartPie.defaultProps = {
8356
8402
  size: '16'
8357
8403
  };
8358
8404
 
8359
- var loadingCircleStyle$2K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8405
+ var loadingCircleStyle$2L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8360
8406
 
8361
8407
  var ChartDNRe = function ChartDNRe(props) {
8362
8408
  var color = props.color,
@@ -8369,7 +8415,7 @@ var ChartDNRe = function ChartDNRe(props) {
8369
8415
  return /*#__PURE__*/React.createElement("span", {
8370
8416
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8371
8417
  }, /*#__PURE__*/React.createElement("style", {
8372
- children: loadingCircleStyle$2K
8418
+ children: loadingCircleStyle$2L
8373
8419
  }), /*#__PURE__*/React.createElement("svg", _extends({
8374
8420
  xmlns: "http://www.w3.org/2000/svg",
8375
8421
  width: size,
@@ -8413,7 +8459,7 @@ ChartDNRe.defaultProps = {
8413
8459
  size: '16'
8414
8460
  };
8415
8461
 
8416
- var loadingCircleStyle$2L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8462
+ var loadingCircleStyle$2M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8417
8463
 
8418
8464
  var ChartDRe = function ChartDRe(props) {
8419
8465
  var color = props.color,
@@ -8426,7 +8472,7 @@ var ChartDRe = function ChartDRe(props) {
8426
8472
  return /*#__PURE__*/React.createElement("span", {
8427
8473
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8428
8474
  }, /*#__PURE__*/React.createElement("style", {
8429
- children: loadingCircleStyle$2L
8475
+ children: loadingCircleStyle$2M
8430
8476
  }), /*#__PURE__*/React.createElement("svg", _extends({
8431
8477
  xmlns: "http://www.w3.org/2000/svg",
8432
8478
  width: size,
@@ -8470,7 +8516,7 @@ ChartDRe.defaultProps = {
8470
8516
  size: '16'
8471
8517
  };
8472
8518
 
8473
- var loadingCircleStyle$2M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8519
+ var loadingCircleStyle$2N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8474
8520
 
8475
8521
  var ChartFunnel = function ChartFunnel(props) {
8476
8522
  var color = props.color,
@@ -8483,7 +8529,7 @@ var ChartFunnel = function ChartFunnel(props) {
8483
8529
  return /*#__PURE__*/React.createElement("span", {
8484
8530
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8485
8531
  }, /*#__PURE__*/React.createElement("style", {
8486
- children: loadingCircleStyle$2M
8532
+ children: loadingCircleStyle$2N
8487
8533
  }), /*#__PURE__*/React.createElement("svg", _extends({
8488
8534
  xmlns: "http://www.w3.org/2000/svg",
8489
8535
  width: size,
@@ -8519,7 +8565,7 @@ ChartFunnel.defaultProps = {
8519
8565
  size: '16'
8520
8566
  };
8521
8567
 
8522
- var loadingCircleStyle$2N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8568
+ var loadingCircleStyle$2O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8523
8569
 
8524
8570
  var ChartInterval = function ChartInterval(props) {
8525
8571
  var color = props.color,
@@ -8532,7 +8578,7 @@ var ChartInterval = function ChartInterval(props) {
8532
8578
  return /*#__PURE__*/React.createElement("span", {
8533
8579
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8534
8580
  }, /*#__PURE__*/React.createElement("style", {
8535
- children: loadingCircleStyle$2N
8581
+ children: loadingCircleStyle$2O
8536
8582
  }), /*#__PURE__*/React.createElement("svg", _extends({
8537
8583
  xmlns: "http://www.w3.org/2000/svg",
8538
8584
  width: size,
@@ -8566,7 +8612,7 @@ ChartInterval.defaultProps = {
8566
8612
  size: '16'
8567
8613
  };
8568
8614
 
8569
- var loadingCircleStyle$2O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8615
+ var loadingCircleStyle$2P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8570
8616
 
8571
8617
  var ChartStack = function ChartStack(props) {
8572
8618
  var color = props.color,
@@ -8579,7 +8625,7 @@ var ChartStack = function ChartStack(props) {
8579
8625
  return /*#__PURE__*/React.createElement("span", {
8580
8626
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8581
8627
  }, /*#__PURE__*/React.createElement("style", {
8582
- children: loadingCircleStyle$2O
8628
+ children: loadingCircleStyle$2P
8583
8629
  }), /*#__PURE__*/React.createElement("svg", _extends({
8584
8630
  xmlns: "http://www.w3.org/2000/svg",
8585
8631
  width: size,
@@ -8613,7 +8659,7 @@ ChartStack.defaultProps = {
8613
8659
  size: '16'
8614
8660
  };
8615
8661
 
8616
- var loadingCircleStyle$2P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8662
+ var loadingCircleStyle$2Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8617
8663
 
8618
8664
  var ChartStackn = function ChartStackn(props) {
8619
8665
  var color = props.color,
@@ -8626,7 +8672,7 @@ var ChartStackn = function ChartStackn(props) {
8626
8672
  return /*#__PURE__*/React.createElement("span", {
8627
8673
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8628
8674
  }, /*#__PURE__*/React.createElement("style", {
8629
- children: loadingCircleStyle$2P
8675
+ children: loadingCircleStyle$2Q
8630
8676
  }), /*#__PURE__*/React.createElement("svg", _extends({
8631
8677
  xmlns: "http://www.w3.org/2000/svg",
8632
8678
  width: size,
@@ -8660,7 +8706,7 @@ ChartStackn.defaultProps = {
8660
8706
  size: '16'
8661
8707
  };
8662
8708
 
8663
- var loadingCircleStyle$2Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8709
+ var loadingCircleStyle$2R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8664
8710
 
8665
8711
  var ChartStackPerc = function ChartStackPerc(props) {
8666
8712
  var color = props.color,
@@ -8673,7 +8719,7 @@ var ChartStackPerc = function ChartStackPerc(props) {
8673
8719
  return /*#__PURE__*/React.createElement("span", {
8674
8720
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8675
8721
  }, /*#__PURE__*/React.createElement("style", {
8676
- children: loadingCircleStyle$2Q
8722
+ children: loadingCircleStyle$2R
8677
8723
  }), /*#__PURE__*/React.createElement("svg", _extends({
8678
8724
  xmlns: "http://www.w3.org/2000/svg",
8679
8725
  width: size,
@@ -8707,7 +8753,7 @@ ChartStackPerc.defaultProps = {
8707
8753
  size: '16'
8708
8754
  };
8709
8755
 
8710
- var loadingCircleStyle$2R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8756
+ var loadingCircleStyle$2S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8711
8757
 
8712
8758
  var ChartComplex = function ChartComplex(props) {
8713
8759
  var color = props.color,
@@ -8720,7 +8766,7 @@ var ChartComplex = function ChartComplex(props) {
8720
8766
  return /*#__PURE__*/React.createElement("span", {
8721
8767
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8722
8768
  }, /*#__PURE__*/React.createElement("style", {
8723
- children: loadingCircleStyle$2R
8769
+ children: loadingCircleStyle$2S
8724
8770
  }), /*#__PURE__*/React.createElement("svg", _extends({
8725
8771
  xmlns: "http://www.w3.org/2000/svg",
8726
8772
  width: size,
@@ -8760,7 +8806,7 @@ ChartComplex.defaultProps = {
8760
8806
  size: '16'
8761
8807
  };
8762
8808
 
8763
- var loadingCircleStyle$2S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8809
+ var loadingCircleStyle$2T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8764
8810
 
8765
8811
  var ChartHistogram = function ChartHistogram(props) {
8766
8812
  var color = props.color,
@@ -8773,7 +8819,7 @@ var ChartHistogram = function ChartHistogram(props) {
8773
8819
  return /*#__PURE__*/React.createElement("span", {
8774
8820
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8775
8821
  }, /*#__PURE__*/React.createElement("style", {
8776
- children: loadingCircleStyle$2S
8822
+ children: loadingCircleStyle$2T
8777
8823
  }), /*#__PURE__*/React.createElement("svg", _extends({
8778
8824
  xmlns: "http://www.w3.org/2000/svg",
8779
8825
  width: size,
@@ -8819,7 +8865,7 @@ ChartHistogram.defaultProps = {
8819
8865
  size: '16'
8820
8866
  };
8821
8867
 
8822
- var loadingCircleStyle$2T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8868
+ var loadingCircleStyle$2U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8823
8869
 
8824
8870
  var ChartTable = function ChartTable(props) {
8825
8871
  var color = props.color,
@@ -8832,7 +8878,7 @@ var ChartTable = function ChartTable(props) {
8832
8878
  return /*#__PURE__*/React.createElement("span", {
8833
8879
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8834
8880
  }, /*#__PURE__*/React.createElement("style", {
8835
- children: loadingCircleStyle$2T
8881
+ children: loadingCircleStyle$2U
8836
8882
  }), /*#__PURE__*/React.createElement("svg", _extends({
8837
8883
  xmlns: "http://www.w3.org/2000/svg",
8838
8884
  width: size,
@@ -8864,7 +8910,7 @@ ChartTable.defaultProps = {
8864
8910
  size: '16'
8865
8911
  };
8866
8912
 
8867
- var loadingCircleStyle$2U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8913
+ var loadingCircleStyle$2V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8868
8914
 
8869
8915
  var ChartFieldlist = function ChartFieldlist(props) {
8870
8916
  var color = props.color,
@@ -8877,7 +8923,7 @@ var ChartFieldlist = function ChartFieldlist(props) {
8877
8923
  return /*#__PURE__*/React.createElement("span", {
8878
8924
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8879
8925
  }, /*#__PURE__*/React.createElement("style", {
8880
- children: loadingCircleStyle$2U
8926
+ children: loadingCircleStyle$2V
8881
8927
  }), /*#__PURE__*/React.createElement("svg", _extends({
8882
8928
  xmlns: "http://www.w3.org/2000/svg",
8883
8929
  width: size,
@@ -8909,7 +8955,7 @@ ChartFieldlist.defaultProps = {
8909
8955
  size: '16'
8910
8956
  };
8911
8957
 
8912
- var loadingCircleStyle$2V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8958
+ var loadingCircleStyle$2W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8913
8959
 
8914
8960
  var Table1dtable = function Table1dtable(props) {
8915
8961
  var color = props.color,
@@ -8922,7 +8968,7 @@ var Table1dtable = function Table1dtable(props) {
8922
8968
  return /*#__PURE__*/React.createElement("span", {
8923
8969
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8924
8970
  }, /*#__PURE__*/React.createElement("style", {
8925
- children: loadingCircleStyle$2V
8971
+ children: loadingCircleStyle$2W
8926
8972
  }), /*#__PURE__*/React.createElement("svg", _extends({
8927
8973
  xmlns: "http://www.w3.org/2000/svg",
8928
8974
  width: size,
@@ -8972,7 +9018,7 @@ Table1dtable.defaultProps = {
8972
9018
  size: '16'
8973
9019
  };
8974
9020
 
8975
- var loadingCircleStyle$2W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9021
+ var loadingCircleStyle$2X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8976
9022
 
8977
9023
  var ChartSqltable = function ChartSqltable(props) {
8978
9024
  var color = props.color,
@@ -8985,7 +9031,7 @@ var ChartSqltable = function ChartSqltable(props) {
8985
9031
  return /*#__PURE__*/React.createElement("span", {
8986
9032
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8987
9033
  }, /*#__PURE__*/React.createElement("style", {
8988
- children: loadingCircleStyle$2W
9034
+ children: loadingCircleStyle$2X
8989
9035
  }), /*#__PURE__*/React.createElement("svg", _extends({
8990
9036
  xmlns: "http://www.w3.org/2000/svg",
8991
9037
  width: size,
@@ -9017,7 +9063,7 @@ ChartSqltable.defaultProps = {
9017
9063
  size: '16'
9018
9064
  };
9019
9065
 
9020
- var loadingCircleStyle$2X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9066
+ var loadingCircleStyle$2Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9021
9067
 
9022
9068
  var ChartCombinedTable = function ChartCombinedTable(props) {
9023
9069
  var color = props.color,
@@ -9030,7 +9076,7 @@ var ChartCombinedTable = function ChartCombinedTable(props) {
9030
9076
  return /*#__PURE__*/React.createElement("span", {
9031
9077
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9032
9078
  }, /*#__PURE__*/React.createElement("style", {
9033
- children: loadingCircleStyle$2X
9079
+ children: loadingCircleStyle$2Y
9034
9080
  }), /*#__PURE__*/React.createElement("svg", _extends({
9035
9081
  xmlns: "http://www.w3.org/2000/svg",
9036
9082
  width: size,
@@ -9062,7 +9108,7 @@ ChartCombinedTable.defaultProps = {
9062
9108
  size: '16'
9063
9109
  };
9064
9110
 
9065
- var loadingCircleStyle$2Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9111
+ var loadingCircleStyle$2Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9066
9112
 
9067
9113
  var ChartDistTable = function ChartDistTable(props) {
9068
9114
  var color = props.color,
@@ -9075,7 +9121,7 @@ var ChartDistTable = function ChartDistTable(props) {
9075
9121
  return /*#__PURE__*/React.createElement("span", {
9076
9122
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9077
9123
  }, /*#__PURE__*/React.createElement("style", {
9078
- children: loadingCircleStyle$2Y
9124
+ children: loadingCircleStyle$2Z
9079
9125
  }), /*#__PURE__*/React.createElement("svg", _extends({
9080
9126
  xmlns: "http://www.w3.org/2000/svg",
9081
9127
  width: size,
@@ -9107,7 +9153,7 @@ ChartDistTable.defaultProps = {
9107
9153
  size: '16'
9108
9154
  };
9109
9155
 
9110
- var loadingCircleStyle$2Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9156
+ var loadingCircleStyle$2_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9111
9157
 
9112
9158
  var ChartBarTable = function ChartBarTable(props) {
9113
9159
  var color = props.color,
@@ -9120,7 +9166,7 @@ var ChartBarTable = function ChartBarTable(props) {
9120
9166
  return /*#__PURE__*/React.createElement("span", {
9121
9167
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9122
9168
  }, /*#__PURE__*/React.createElement("style", {
9123
- children: loadingCircleStyle$2Z
9169
+ children: loadingCircleStyle$2_
9124
9170
  }), /*#__PURE__*/React.createElement("svg", _extends({
9125
9171
  xmlns: "http://www.w3.org/2000/svg",
9126
9172
  width: size,
@@ -9154,7 +9200,7 @@ ChartBarTable.defaultProps = {
9154
9200
  size: '16'
9155
9201
  };
9156
9202
 
9157
- var loadingCircleStyle$2_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9203
+ var loadingCircleStyle$2$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9158
9204
 
9159
9205
  var ChartLineTable = function ChartLineTable(props) {
9160
9206
  var color = props.color,
@@ -9167,7 +9213,7 @@ var ChartLineTable = function ChartLineTable(props) {
9167
9213
  return /*#__PURE__*/React.createElement("span", {
9168
9214
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9169
9215
  }, /*#__PURE__*/React.createElement("style", {
9170
- children: loadingCircleStyle$2_
9216
+ children: loadingCircleStyle$2$
9171
9217
  }), /*#__PURE__*/React.createElement("svg", _extends({
9172
9218
  xmlns: "http://www.w3.org/2000/svg",
9173
9219
  width: size,
@@ -9207,7 +9253,7 @@ ChartLineTable.defaultProps = {
9207
9253
  size: '16'
9208
9254
  };
9209
9255
 
9210
- var loadingCircleStyle$2$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9256
+ var loadingCircleStyle$30 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9211
9257
 
9212
9258
  var Play = function Play(props) {
9213
9259
  var color = props.color,
@@ -9220,7 +9266,7 @@ var Play = function Play(props) {
9220
9266
  return /*#__PURE__*/React.createElement("span", {
9221
9267
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9222
9268
  }, /*#__PURE__*/React.createElement("style", {
9223
- children: loadingCircleStyle$2$
9269
+ children: loadingCircleStyle$30
9224
9270
  }), /*#__PURE__*/React.createElement("svg", _extends({
9225
9271
  xmlns: "http://www.w3.org/2000/svg",
9226
9272
  width: size,
@@ -9252,7 +9298,7 @@ Play.defaultProps = {
9252
9298
  size: '16'
9253
9299
  };
9254
9300
 
9255
- var loadingCircleStyle$30 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9301
+ var loadingCircleStyle$31 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9256
9302
 
9257
9303
  var Config = function Config(props) {
9258
9304
  var color = props.color,
@@ -9265,7 +9311,7 @@ var Config = function Config(props) {
9265
9311
  return /*#__PURE__*/React.createElement("span", {
9266
9312
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9267
9313
  }, /*#__PURE__*/React.createElement("style", {
9268
- children: loadingCircleStyle$30
9314
+ children: loadingCircleStyle$31
9269
9315
  }), /*#__PURE__*/React.createElement("svg", _extends({
9270
9316
  xmlns: "http://www.w3.org/2000/svg",
9271
9317
  width: size,
@@ -9297,7 +9343,7 @@ Config.defaultProps = {
9297
9343
  size: '16'
9298
9344
  };
9299
9345
 
9300
- var loadingCircleStyle$31 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9346
+ var loadingCircleStyle$32 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9301
9347
 
9302
9348
  var Setting = function Setting(props) {
9303
9349
  var color = props.color,
@@ -9310,7 +9356,7 @@ var Setting = function Setting(props) {
9310
9356
  return /*#__PURE__*/React.createElement("span", {
9311
9357
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9312
9358
  }, /*#__PURE__*/React.createElement("style", {
9313
- children: loadingCircleStyle$31
9359
+ children: loadingCircleStyle$32
9314
9360
  }), /*#__PURE__*/React.createElement("svg", _extends({
9315
9361
  xmlns: "http://www.w3.org/2000/svg",
9316
9362
  width: size,
@@ -9342,7 +9388,7 @@ Setting.defaultProps = {
9342
9388
  size: '16'
9343
9389
  };
9344
9390
 
9345
- var loadingCircleStyle$32 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9391
+ var loadingCircleStyle$33 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9346
9392
 
9347
9393
  var Search = function Search(props) {
9348
9394
  var color = props.color,
@@ -9355,7 +9401,7 @@ var Search = function Search(props) {
9355
9401
  return /*#__PURE__*/React.createElement("span", {
9356
9402
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9357
9403
  }, /*#__PURE__*/React.createElement("style", {
9358
- children: loadingCircleStyle$32
9404
+ children: loadingCircleStyle$33
9359
9405
  }), /*#__PURE__*/React.createElement("svg", _extends({
9360
9406
  xmlns: "http://www.w3.org/2000/svg",
9361
9407
  width: size,
@@ -9387,7 +9433,7 @@ Search.defaultProps = {
9387
9433
  size: '16'
9388
9434
  };
9389
9435
 
9390
- var loadingCircleStyle$33 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9436
+ var loadingCircleStyle$34 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9391
9437
 
9392
9438
  var Copy = function Copy(props) {
9393
9439
  var color = props.color,
@@ -9400,7 +9446,7 @@ var Copy = function Copy(props) {
9400
9446
  return /*#__PURE__*/React.createElement("span", {
9401
9447
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9402
9448
  }, /*#__PURE__*/React.createElement("style", {
9403
- children: loadingCircleStyle$33
9449
+ children: loadingCircleStyle$34
9404
9450
  }), /*#__PURE__*/React.createElement("svg", _extends({
9405
9451
  xmlns: "http://www.w3.org/2000/svg",
9406
9452
  width: size,
@@ -9432,7 +9478,7 @@ Copy.defaultProps = {
9432
9478
  size: '16'
9433
9479
  };
9434
9480
 
9435
- var loadingCircleStyle$34 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9481
+ var loadingCircleStyle$35 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9436
9482
 
9437
9483
  var Copy2 = function Copy2(props) {
9438
9484
  var color = props.color,
@@ -9445,7 +9491,7 @@ var Copy2 = function Copy2(props) {
9445
9491
  return /*#__PURE__*/React.createElement("span", {
9446
9492
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9447
9493
  }, /*#__PURE__*/React.createElement("style", {
9448
- children: loadingCircleStyle$34
9494
+ children: loadingCircleStyle$35
9449
9495
  }), /*#__PURE__*/React.createElement("svg", _extends({
9450
9496
  xmlns: "http://www.w3.org/2000/svg",
9451
9497
  width: size,
@@ -9477,7 +9523,7 @@ Copy2.defaultProps = {
9477
9523
  size: '16'
9478
9524
  };
9479
9525
 
9480
- var loadingCircleStyle$35 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9526
+ var loadingCircleStyle$36 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9481
9527
 
9482
9528
  var Format = function Format(props) {
9483
9529
  var color = props.color,
@@ -9490,7 +9536,7 @@ var Format = function Format(props) {
9490
9536
  return /*#__PURE__*/React.createElement("span", {
9491
9537
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9492
9538
  }, /*#__PURE__*/React.createElement("style", {
9493
- children: loadingCircleStyle$35
9539
+ children: loadingCircleStyle$36
9494
9540
  }), /*#__PURE__*/React.createElement("svg", _extends({
9495
9541
  xmlns: "http://www.w3.org/2000/svg",
9496
9542
  width: size,
@@ -9524,7 +9570,7 @@ Format.defaultProps = {
9524
9570
  size: '16'
9525
9571
  };
9526
9572
 
9527
- var loadingCircleStyle$36 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9573
+ var loadingCircleStyle$37 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9528
9574
 
9529
9575
  var Code = function Code(props) {
9530
9576
  var color = props.color,
@@ -9537,7 +9583,7 @@ var Code = function Code(props) {
9537
9583
  return /*#__PURE__*/React.createElement("span", {
9538
9584
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9539
9585
  }, /*#__PURE__*/React.createElement("style", {
9540
- children: loadingCircleStyle$36
9586
+ children: loadingCircleStyle$37
9541
9587
  }), /*#__PURE__*/React.createElement("svg", _extends({
9542
9588
  xmlns: "http://www.w3.org/2000/svg",
9543
9589
  width: size,
@@ -9569,7 +9615,7 @@ Code.defaultProps = {
9569
9615
  size: '16'
9570
9616
  };
9571
9617
 
9572
- var loadingCircleStyle$37 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9618
+ var loadingCircleStyle$38 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9573
9619
 
9574
9620
  var Edit = function Edit(props) {
9575
9621
  var color = props.color,
@@ -9582,7 +9628,7 @@ var Edit = function Edit(props) {
9582
9628
  return /*#__PURE__*/React.createElement("span", {
9583
9629
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9584
9630
  }, /*#__PURE__*/React.createElement("style", {
9585
- children: loadingCircleStyle$37
9631
+ children: loadingCircleStyle$38
9586
9632
  }), /*#__PURE__*/React.createElement("svg", _extends({
9587
9633
  xmlns: "http://www.w3.org/2000/svg",
9588
9634
  width: size,
@@ -9614,7 +9660,7 @@ Edit.defaultProps = {
9614
9660
  size: '16'
9615
9661
  };
9616
9662
 
9617
- var loadingCircleStyle$38 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9663
+ var loadingCircleStyle$39 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9618
9664
 
9619
9665
  var EditFill = function EditFill(props) {
9620
9666
  var color = props.color,
@@ -9627,7 +9673,7 @@ var EditFill = function EditFill(props) {
9627
9673
  return /*#__PURE__*/React.createElement("span", {
9628
9674
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9629
9675
  }, /*#__PURE__*/React.createElement("style", {
9630
- children: loadingCircleStyle$38
9676
+ children: loadingCircleStyle$39
9631
9677
  }), /*#__PURE__*/React.createElement("svg", _extends({
9632
9678
  xmlns: "http://www.w3.org/2000/svg",
9633
9679
  width: size,
@@ -9661,7 +9707,7 @@ EditFill.defaultProps = {
9661
9707
  size: '16'
9662
9708
  };
9663
9709
 
9664
- var loadingCircleStyle$39 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9710
+ var loadingCircleStyle$3a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9665
9711
 
9666
9712
  var Delete1 = function Delete1(props) {
9667
9713
  var color = props.color,
@@ -9674,7 +9720,7 @@ var Delete1 = function Delete1(props) {
9674
9720
  return /*#__PURE__*/React.createElement("span", {
9675
9721
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9676
9722
  }, /*#__PURE__*/React.createElement("style", {
9677
- children: loadingCircleStyle$39
9723
+ children: loadingCircleStyle$3a
9678
9724
  }), /*#__PURE__*/React.createElement("svg", _extends({
9679
9725
  xmlns: "http://www.w3.org/2000/svg",
9680
9726
  width: size,
@@ -9706,7 +9752,7 @@ Delete1.defaultProps = {
9706
9752
  size: '16'
9707
9753
  };
9708
9754
 
9709
- var loadingCircleStyle$3a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9755
+ var loadingCircleStyle$3b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9710
9756
 
9711
9757
  var Save = function Save(props) {
9712
9758
  var color = props.color,
@@ -9719,7 +9765,7 @@ var Save = function Save(props) {
9719
9765
  return /*#__PURE__*/React.createElement("span", {
9720
9766
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9721
9767
  }, /*#__PURE__*/React.createElement("style", {
9722
- children: loadingCircleStyle$3a
9768
+ children: loadingCircleStyle$3b
9723
9769
  }), /*#__PURE__*/React.createElement("svg", _extends({
9724
9770
  xmlns: "http://www.w3.org/2000/svg",
9725
9771
  width: size,
@@ -9751,7 +9797,7 @@ Save.defaultProps = {
9751
9797
  size: '16'
9752
9798
  };
9753
9799
 
9754
- var loadingCircleStyle$3b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9800
+ var loadingCircleStyle$3c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9755
9801
 
9756
9802
  var Send = function Send(props) {
9757
9803
  var color = props.color,
@@ -9764,7 +9810,7 @@ var Send = function Send(props) {
9764
9810
  return /*#__PURE__*/React.createElement("span", {
9765
9811
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9766
9812
  }, /*#__PURE__*/React.createElement("style", {
9767
- children: loadingCircleStyle$3b
9813
+ children: loadingCircleStyle$3c
9768
9814
  }), /*#__PURE__*/React.createElement("svg", _extends({
9769
9815
  xmlns: "http://www.w3.org/2000/svg",
9770
9816
  width: size,
@@ -9796,7 +9842,7 @@ Send.defaultProps = {
9796
9842
  size: '16'
9797
9843
  };
9798
9844
 
9799
- var loadingCircleStyle$3c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9845
+ var loadingCircleStyle$3d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9800
9846
 
9801
9847
  var Fullscreen = function Fullscreen(props) {
9802
9848
  var color = props.color,
@@ -9809,7 +9855,7 @@ var Fullscreen = function Fullscreen(props) {
9809
9855
  return /*#__PURE__*/React.createElement("span", {
9810
9856
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9811
9857
  }, /*#__PURE__*/React.createElement("style", {
9812
- children: loadingCircleStyle$3c
9858
+ children: loadingCircleStyle$3d
9813
9859
  }), /*#__PURE__*/React.createElement("svg", _extends({
9814
9860
  xmlns: "http://www.w3.org/2000/svg",
9815
9861
  width: size,
@@ -9841,7 +9887,7 @@ Fullscreen.defaultProps = {
9841
9887
  size: '16'
9842
9888
  };
9843
9889
 
9844
- var loadingCircleStyle$3d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9890
+ var loadingCircleStyle$3e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9845
9891
 
9846
9892
  var ArrowLeftDown = function ArrowLeftDown(props) {
9847
9893
  var color = props.color,
@@ -9854,7 +9900,7 @@ var ArrowLeftDown = function ArrowLeftDown(props) {
9854
9900
  return /*#__PURE__*/React.createElement("span", {
9855
9901
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9856
9902
  }, /*#__PURE__*/React.createElement("style", {
9857
- children: loadingCircleStyle$3d
9903
+ children: loadingCircleStyle$3e
9858
9904
  }), /*#__PURE__*/React.createElement("svg", _extends({
9859
9905
  xmlns: "http://www.w3.org/2000/svg",
9860
9906
  width: size,
@@ -9886,7 +9932,7 @@ ArrowLeftDown.defaultProps = {
9886
9932
  size: '16'
9887
9933
  };
9888
9934
 
9889
- var loadingCircleStyle$3e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9935
+ var loadingCircleStyle$3f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9890
9936
 
9891
9937
  var Link = function Link(props) {
9892
9938
  var color = props.color,
@@ -9899,7 +9945,7 @@ var Link = function Link(props) {
9899
9945
  return /*#__PURE__*/React.createElement("span", {
9900
9946
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9901
9947
  }, /*#__PURE__*/React.createElement("style", {
9902
- children: loadingCircleStyle$3e
9948
+ children: loadingCircleStyle$3f
9903
9949
  }), /*#__PURE__*/React.createElement("svg", _extends({
9904
9950
  xmlns: "http://www.w3.org/2000/svg",
9905
9951
  width: size,
@@ -9935,7 +9981,7 @@ Link.defaultProps = {
9935
9981
  size: '16'
9936
9982
  };
9937
9983
 
9938
- var loadingCircleStyle$3f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9984
+ var loadingCircleStyle$3g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9939
9985
 
9940
9986
  var Unlink = function Unlink(props) {
9941
9987
  var color = props.color,
@@ -9948,7 +9994,7 @@ var Unlink = function Unlink(props) {
9948
9994
  return /*#__PURE__*/React.createElement("span", {
9949
9995
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9950
9996
  }, /*#__PURE__*/React.createElement("style", {
9951
- children: loadingCircleStyle$3f
9997
+ children: loadingCircleStyle$3g
9952
9998
  }), /*#__PURE__*/React.createElement("svg", _extends({
9953
9999
  xmlns: "http://www.w3.org/2000/svg",
9954
10000
  width: size,
@@ -9986,7 +10032,7 @@ Unlink.defaultProps = {
9986
10032
  size: '16'
9987
10033
  };
9988
10034
 
9989
- var loadingCircleStyle$3g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10035
+ var loadingCircleStyle$3h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9990
10036
 
9991
10037
  var MenuUnfold = function MenuUnfold(props) {
9992
10038
  var color = props.color,
@@ -9999,7 +10045,7 @@ var MenuUnfold = function MenuUnfold(props) {
9999
10045
  return /*#__PURE__*/React.createElement("span", {
10000
10046
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10001
10047
  }, /*#__PURE__*/React.createElement("style", {
10002
- children: loadingCircleStyle$3g
10048
+ children: loadingCircleStyle$3h
10003
10049
  }), /*#__PURE__*/React.createElement("svg", _extends({
10004
10050
  xmlns: "http://www.w3.org/2000/svg",
10005
10051
  width: size,
@@ -10031,7 +10077,7 @@ MenuUnfold.defaultProps = {
10031
10077
  size: '16'
10032
10078
  };
10033
10079
 
10034
- var loadingCircleStyle$3h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10080
+ var loadingCircleStyle$3i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10035
10081
 
10036
10082
  var MenuFold = function MenuFold(props) {
10037
10083
  var color = props.color,
@@ -10044,7 +10090,7 @@ var MenuFold = function MenuFold(props) {
10044
10090
  return /*#__PURE__*/React.createElement("span", {
10045
10091
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10046
10092
  }, /*#__PURE__*/React.createElement("style", {
10047
- children: loadingCircleStyle$3h
10093
+ children: loadingCircleStyle$3i
10048
10094
  }), /*#__PURE__*/React.createElement("svg", _extends({
10049
10095
  xmlns: "http://www.w3.org/2000/svg",
10050
10096
  width: size,
@@ -10076,7 +10122,7 @@ MenuFold.defaultProps = {
10076
10122
  size: '16'
10077
10123
  };
10078
10124
 
10079
- var loadingCircleStyle$3i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10125
+ var loadingCircleStyle$3j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10080
10126
 
10081
10127
  var List = function List(props) {
10082
10128
  var color = props.color,
@@ -10089,7 +10135,7 @@ var List = function List(props) {
10089
10135
  return /*#__PURE__*/React.createElement("span", {
10090
10136
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10091
10137
  }, /*#__PURE__*/React.createElement("style", {
10092
- children: loadingCircleStyle$3i
10138
+ children: loadingCircleStyle$3j
10093
10139
  }), /*#__PURE__*/React.createElement("svg", _extends({
10094
10140
  xmlns: "http://www.w3.org/2000/svg",
10095
10141
  width: size,
@@ -10121,7 +10167,7 @@ List.defaultProps = {
10121
10167
  size: '16'
10122
10168
  };
10123
10169
 
10124
- var loadingCircleStyle$3j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10170
+ var loadingCircleStyle$3k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10125
10171
 
10126
10172
  var ListNested = function ListNested(props) {
10127
10173
  var color = props.color,
@@ -10134,7 +10180,7 @@ var ListNested = function ListNested(props) {
10134
10180
  return /*#__PURE__*/React.createElement("span", {
10135
10181
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10136
10182
  }, /*#__PURE__*/React.createElement("style", {
10137
- children: loadingCircleStyle$3j
10183
+ children: loadingCircleStyle$3k
10138
10184
  }), /*#__PURE__*/React.createElement("svg", _extends({
10139
10185
  xmlns: "http://www.w3.org/2000/svg",
10140
10186
  width: size,
@@ -10168,7 +10214,7 @@ ListNested.defaultProps = {
10168
10214
  size: '16'
10169
10215
  };
10170
10216
 
10171
- var loadingCircleStyle$3k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10217
+ var loadingCircleStyle$3l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10172
10218
 
10173
10219
  var DoubleList = function DoubleList(props) {
10174
10220
  var color = props.color,
@@ -10181,7 +10227,7 @@ var DoubleList = function DoubleList(props) {
10181
10227
  return /*#__PURE__*/React.createElement("span", {
10182
10228
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10183
10229
  }, /*#__PURE__*/React.createElement("style", {
10184
- children: loadingCircleStyle$3k
10230
+ children: loadingCircleStyle$3l
10185
10231
  }), /*#__PURE__*/React.createElement("svg", _extends({
10186
10232
  xmlns: "http://www.w3.org/2000/svg",
10187
10233
  width: size,
@@ -10223,7 +10269,7 @@ DoubleList.defaultProps = {
10223
10269
  size: '16'
10224
10270
  };
10225
10271
 
10226
- var loadingCircleStyle$3l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10272
+ var loadingCircleStyle$3m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10227
10273
 
10228
10274
  var Download = function Download(props) {
10229
10275
  var color = props.color,
@@ -10236,7 +10282,7 @@ var Download = function Download(props) {
10236
10282
  return /*#__PURE__*/React.createElement("span", {
10237
10283
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10238
10284
  }, /*#__PURE__*/React.createElement("style", {
10239
- children: loadingCircleStyle$3l
10285
+ children: loadingCircleStyle$3m
10240
10286
  }), /*#__PURE__*/React.createElement("svg", _extends({
10241
10287
  xmlns: "http://www.w3.org/2000/svg",
10242
10288
  width: size,
@@ -10268,7 +10314,7 @@ Download.defaultProps = {
10268
10314
  size: '16'
10269
10315
  };
10270
10316
 
10271
- var loadingCircleStyle$3m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10317
+ var loadingCircleStyle$3n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10272
10318
 
10273
10319
  var FullDownload = function FullDownload(props) {
10274
10320
  var color = props.color,
@@ -10281,7 +10327,7 @@ var FullDownload = function FullDownload(props) {
10281
10327
  return /*#__PURE__*/React.createElement("span", {
10282
10328
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10283
10329
  }, /*#__PURE__*/React.createElement("style", {
10284
- children: loadingCircleStyle$3m
10330
+ children: loadingCircleStyle$3n
10285
10331
  }), /*#__PURE__*/React.createElement("svg", _extends({
10286
10332
  xmlns: "http://www.w3.org/2000/svg",
10287
10333
  width: size,
@@ -10315,7 +10361,7 @@ FullDownload.defaultProps = {
10315
10361
  size: '16'
10316
10362
  };
10317
10363
 
10318
- var loadingCircleStyle$3n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10364
+ var loadingCircleStyle$3o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10319
10365
 
10320
10366
  var Export = function Export(props) {
10321
10367
  var color = props.color,
@@ -10328,7 +10374,7 @@ var Export = function Export(props) {
10328
10374
  return /*#__PURE__*/React.createElement("span", {
10329
10375
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10330
10376
  }, /*#__PURE__*/React.createElement("style", {
10331
- children: loadingCircleStyle$3n
10377
+ children: loadingCircleStyle$3o
10332
10378
  }), /*#__PURE__*/React.createElement("svg", _extends({
10333
10379
  xmlns: "http://www.w3.org/2000/svg",
10334
10380
  width: size,
@@ -10362,7 +10408,7 @@ Export.defaultProps = {
10362
10408
  size: '16'
10363
10409
  };
10364
10410
 
10365
- var loadingCircleStyle$3o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10411
+ var loadingCircleStyle$3p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10366
10412
 
10367
10413
  var Import = function Import(props) {
10368
10414
  var color = props.color,
@@ -10375,7 +10421,7 @@ var Import = function Import(props) {
10375
10421
  return /*#__PURE__*/React.createElement("span", {
10376
10422
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10377
10423
  }, /*#__PURE__*/React.createElement("style", {
10378
- children: loadingCircleStyle$3o
10424
+ children: loadingCircleStyle$3p
10379
10425
  }), /*#__PURE__*/React.createElement("svg", _extends({
10380
10426
  xmlns: "http://www.w3.org/2000/svg",
10381
10427
  width: size,
@@ -10409,7 +10455,7 @@ Import.defaultProps = {
10409
10455
  size: '16'
10410
10456
  };
10411
10457
 
10412
- var loadingCircleStyle$3p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10458
+ var loadingCircleStyle$3q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10413
10459
 
10414
10460
  var Add1 = function Add1(props) {
10415
10461
  var color = props.color,
@@ -10422,7 +10468,7 @@ var Add1 = function Add1(props) {
10422
10468
  return /*#__PURE__*/React.createElement("span", {
10423
10469
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10424
10470
  }, /*#__PURE__*/React.createElement("style", {
10425
- children: loadingCircleStyle$3p
10471
+ children: loadingCircleStyle$3q
10426
10472
  }), /*#__PURE__*/React.createElement("svg", _extends({
10427
10473
  xmlns: "http://www.w3.org/2000/svg",
10428
10474
  width: size,
@@ -10454,7 +10500,7 @@ Add1.defaultProps = {
10454
10500
  size: '16'
10455
10501
  };
10456
10502
 
10457
- var loadingCircleStyle$3q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10503
+ var loadingCircleStyle$3r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10458
10504
 
10459
10505
  var Add2 = function Add2(props) {
10460
10506
  var color = props.color,
@@ -10467,7 +10513,7 @@ var Add2 = function Add2(props) {
10467
10513
  return /*#__PURE__*/React.createElement("span", {
10468
10514
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10469
10515
  }, /*#__PURE__*/React.createElement("style", {
10470
- children: loadingCircleStyle$3q
10516
+ children: loadingCircleStyle$3r
10471
10517
  }), /*#__PURE__*/React.createElement("svg", _extends({
10472
10518
  xmlns: "http://www.w3.org/2000/svg",
10473
10519
  width: size,
@@ -10499,7 +10545,7 @@ Add2.defaultProps = {
10499
10545
  size: '16'
10500
10546
  };
10501
10547
 
10502
- var loadingCircleStyle$3r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10548
+ var loadingCircleStyle$3s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10503
10549
 
10504
10550
  var Add3 = function Add3(props) {
10505
10551
  var color = props.color,
@@ -10512,7 +10558,7 @@ var Add3 = function Add3(props) {
10512
10558
  return /*#__PURE__*/React.createElement("span", {
10513
10559
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10514
10560
  }, /*#__PURE__*/React.createElement("style", {
10515
- children: loadingCircleStyle$3r
10561
+ children: loadingCircleStyle$3s
10516
10562
  }), /*#__PURE__*/React.createElement("svg", _extends({
10517
10563
  xmlns: "http://www.w3.org/2000/svg",
10518
10564
  width: size,
@@ -10544,7 +10590,7 @@ Add3.defaultProps = {
10544
10590
  size: '16'
10545
10591
  };
10546
10592
 
10547
- var loadingCircleStyle$3s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10593
+ var loadingCircleStyle$3t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10548
10594
 
10549
10595
  var Add3Fill = function Add3Fill(props) {
10550
10596
  var color = props.color,
@@ -10557,7 +10603,7 @@ var Add3Fill = function Add3Fill(props) {
10557
10603
  return /*#__PURE__*/React.createElement("span", {
10558
10604
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10559
10605
  }, /*#__PURE__*/React.createElement("style", {
10560
- children: loadingCircleStyle$3s
10606
+ children: loadingCircleStyle$3t
10561
10607
  }), /*#__PURE__*/React.createElement("svg", _extends({
10562
10608
  xmlns: "http://www.w3.org/2000/svg",
10563
10609
  width: size,
@@ -10589,7 +10635,7 @@ Add3Fill.defaultProps = {
10589
10635
  size: '16'
10590
10636
  };
10591
10637
 
10592
- var loadingCircleStyle$3t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10638
+ var loadingCircleStyle$3u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10593
10639
 
10594
10640
  var Subtract = function Subtract(props) {
10595
10641
  var color = props.color,
@@ -10602,7 +10648,7 @@ var Subtract = function Subtract(props) {
10602
10648
  return /*#__PURE__*/React.createElement("span", {
10603
10649
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10604
10650
  }, /*#__PURE__*/React.createElement("style", {
10605
- children: loadingCircleStyle$3t
10651
+ children: loadingCircleStyle$3u
10606
10652
  }), /*#__PURE__*/React.createElement("svg", _extends({
10607
10653
  xmlns: "http://www.w3.org/2000/svg",
10608
10654
  width: size,
@@ -10637,7 +10683,7 @@ Subtract.defaultProps = {
10637
10683
  size: '16'
10638
10684
  };
10639
10685
 
10640
- var loadingCircleStyle$3u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10686
+ var loadingCircleStyle$3v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10641
10687
 
10642
10688
  var Subtract2 = function Subtract2(props) {
10643
10689
  var color = props.color,
@@ -10650,7 +10696,7 @@ var Subtract2 = function Subtract2(props) {
10650
10696
  return /*#__PURE__*/React.createElement("span", {
10651
10697
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10652
10698
  }, /*#__PURE__*/React.createElement("style", {
10653
- children: loadingCircleStyle$3u
10699
+ children: loadingCircleStyle$3v
10654
10700
  }), /*#__PURE__*/React.createElement("svg", _extends({
10655
10701
  xmlns: "http://www.w3.org/2000/svg",
10656
10702
  width: size,
@@ -10686,7 +10732,7 @@ Subtract2.defaultProps = {
10686
10732
  size: '16'
10687
10733
  };
10688
10734
 
10689
- var loadingCircleStyle$3v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10735
+ var loadingCircleStyle$3w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10690
10736
 
10691
10737
  var Update = function Update(props) {
10692
10738
  var color = props.color,
@@ -10699,7 +10745,7 @@ var Update = function Update(props) {
10699
10745
  return /*#__PURE__*/React.createElement("span", {
10700
10746
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10701
10747
  }, /*#__PURE__*/React.createElement("style", {
10702
- children: loadingCircleStyle$3v
10748
+ children: loadingCircleStyle$3w
10703
10749
  }), /*#__PURE__*/React.createElement("svg", _extends({
10704
10750
  xmlns: "http://www.w3.org/2000/svg",
10705
10751
  width: size,
@@ -10731,7 +10777,7 @@ Update.defaultProps = {
10731
10777
  size: '16'
10732
10778
  };
10733
10779
 
10734
- var loadingCircleStyle$3w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10780
+ var loadingCircleStyle$3x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10735
10781
 
10736
10782
  var Rename = function Rename(props) {
10737
10783
  var color = props.color,
@@ -10744,7 +10790,7 @@ var Rename = function Rename(props) {
10744
10790
  return /*#__PURE__*/React.createElement("span", {
10745
10791
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10746
10792
  }, /*#__PURE__*/React.createElement("style", {
10747
- children: loadingCircleStyle$3w
10793
+ children: loadingCircleStyle$3x
10748
10794
  }), /*#__PURE__*/React.createElement("svg", _extends({
10749
10795
  xmlns: "http://www.w3.org/2000/svg",
10750
10796
  width: size,
@@ -10778,7 +10824,7 @@ Rename.defaultProps = {
10778
10824
  size: '16'
10779
10825
  };
10780
10826
 
10781
- var loadingCircleStyle$3x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10827
+ var loadingCircleStyle$3y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10782
10828
 
10783
10829
  var Report = function Report(props) {
10784
10830
  var color = props.color,
@@ -10791,7 +10837,7 @@ var Report = function Report(props) {
10791
10837
  return /*#__PURE__*/React.createElement("span", {
10792
10838
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10793
10839
  }, /*#__PURE__*/React.createElement("style", {
10794
- children: loadingCircleStyle$3x
10840
+ children: loadingCircleStyle$3y
10795
10841
  }), /*#__PURE__*/React.createElement("svg", _extends({
10796
10842
  xmlns: "http://www.w3.org/2000/svg",
10797
10843
  width: size,
@@ -10823,7 +10869,7 @@ Report.defaultProps = {
10823
10869
  size: '16'
10824
10870
  };
10825
10871
 
10826
- var loadingCircleStyle$3y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10872
+ var loadingCircleStyle$3z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10827
10873
 
10828
10874
  var ReportRemoval = function ReportRemoval(props) {
10829
10875
  var color = props.color,
@@ -10836,7 +10882,7 @@ var ReportRemoval = function ReportRemoval(props) {
10836
10882
  return /*#__PURE__*/React.createElement("span", {
10837
10883
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10838
10884
  }, /*#__PURE__*/React.createElement("style", {
10839
- children: loadingCircleStyle$3y
10885
+ children: loadingCircleStyle$3z
10840
10886
  }), /*#__PURE__*/React.createElement("svg", _extends({
10841
10887
  xmlns: "http://www.w3.org/2000/svg",
10842
10888
  width: size,
@@ -10876,7 +10922,7 @@ ReportRemoval.defaultProps = {
10876
10922
  size: '16'
10877
10923
  };
10878
10924
 
10879
- var loadingCircleStyle$3z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10925
+ var loadingCircleStyle$3A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10880
10926
 
10881
10927
  var FileAdd = function FileAdd(props) {
10882
10928
  var color = props.color,
@@ -10889,7 +10935,7 @@ var FileAdd = function FileAdd(props) {
10889
10935
  return /*#__PURE__*/React.createElement("span", {
10890
10936
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10891
10937
  }, /*#__PURE__*/React.createElement("style", {
10892
- children: loadingCircleStyle$3z
10938
+ children: loadingCircleStyle$3A
10893
10939
  }), /*#__PURE__*/React.createElement("svg", _extends({
10894
10940
  xmlns: "http://www.w3.org/2000/svg",
10895
10941
  width: size,
@@ -10921,7 +10967,7 @@ FileAdd.defaultProps = {
10921
10967
  size: '16'
10922
10968
  };
10923
10969
 
10924
- var loadingCircleStyle$3A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10970
+ var loadingCircleStyle$3B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10925
10971
 
10926
10972
  var FileRemove = function FileRemove(props) {
10927
10973
  var color = props.color,
@@ -10934,7 +10980,7 @@ var FileRemove = function FileRemove(props) {
10934
10980
  return /*#__PURE__*/React.createElement("span", {
10935
10981
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10936
10982
  }, /*#__PURE__*/React.createElement("style", {
10937
- children: loadingCircleStyle$3A
10983
+ children: loadingCircleStyle$3B
10938
10984
  }), /*#__PURE__*/React.createElement("svg", _extends({
10939
10985
  xmlns: "http://www.w3.org/2000/svg",
10940
10986
  width: size,
@@ -10968,7 +11014,7 @@ FileRemove.defaultProps = {
10968
11014
  size: '16'
10969
11015
  };
10970
11016
 
10971
- var loadingCircleStyle$3B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11017
+ var loadingCircleStyle$3C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10972
11018
 
10973
11019
  var FileExport = function FileExport(props) {
10974
11020
  var color = props.color,
@@ -10981,7 +11027,7 @@ var FileExport = function FileExport(props) {
10981
11027
  return /*#__PURE__*/React.createElement("span", {
10982
11028
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10983
11029
  }, /*#__PURE__*/React.createElement("style", {
10984
- children: loadingCircleStyle$3B
11030
+ children: loadingCircleStyle$3C
10985
11031
  }), /*#__PURE__*/React.createElement("svg", _extends({
10986
11032
  xmlns: "http://www.w3.org/2000/svg",
10987
11033
  width: size,
@@ -11013,7 +11059,7 @@ FileExport.defaultProps = {
11013
11059
  size: '16'
11014
11060
  };
11015
11061
 
11016
- var loadingCircleStyle$3C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11062
+ var loadingCircleStyle$3D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11017
11063
 
11018
11064
  var FileMove = function FileMove(props) {
11019
11065
  var color = props.color,
@@ -11026,7 +11072,7 @@ var FileMove = function FileMove(props) {
11026
11072
  return /*#__PURE__*/React.createElement("span", {
11027
11073
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11028
11074
  }, /*#__PURE__*/React.createElement("style", {
11029
- children: loadingCircleStyle$3C
11075
+ children: loadingCircleStyle$3D
11030
11076
  }), /*#__PURE__*/React.createElement("svg", _extends({
11031
11077
  xmlns: "http://www.w3.org/2000/svg",
11032
11078
  width: size,
@@ -11058,7 +11104,7 @@ FileMove.defaultProps = {
11058
11104
  size: '16'
11059
11105
  };
11060
11106
 
11061
- var loadingCircleStyle$3D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11107
+ var loadingCircleStyle$3E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11062
11108
 
11063
11109
  var FileImport = function FileImport(props) {
11064
11110
  var color = props.color,
@@ -11071,7 +11117,7 @@ var FileImport = function FileImport(props) {
11071
11117
  return /*#__PURE__*/React.createElement("span", {
11072
11118
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11073
11119
  }, /*#__PURE__*/React.createElement("style", {
11074
- children: loadingCircleStyle$3D
11120
+ children: loadingCircleStyle$3E
11075
11121
  }), /*#__PURE__*/React.createElement("svg", _extends({
11076
11122
  xmlns: "http://www.w3.org/2000/svg",
11077
11123
  width: size,
@@ -11103,7 +11149,7 @@ FileImport.defaultProps = {
11103
11149
  size: '16'
11104
11150
  };
11105
11151
 
11106
- var loadingCircleStyle$3E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11152
+ var loadingCircleStyle$3F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11107
11153
 
11108
11154
  var FileInfo = function FileInfo(props) {
11109
11155
  var color = props.color,
@@ -11116,7 +11162,7 @@ var FileInfo = function FileInfo(props) {
11116
11162
  return /*#__PURE__*/React.createElement("span", {
11117
11163
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11118
11164
  }, /*#__PURE__*/React.createElement("style", {
11119
- children: loadingCircleStyle$3E
11165
+ children: loadingCircleStyle$3F
11120
11166
  }), /*#__PURE__*/React.createElement("svg", _extends({
11121
11167
  xmlns: "http://www.w3.org/2000/svg",
11122
11168
  width: size,
@@ -11148,7 +11194,7 @@ FileInfo.defaultProps = {
11148
11194
  size: '16'
11149
11195
  };
11150
11196
 
11151
- var loadingCircleStyle$3F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11197
+ var loadingCircleStyle$3G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11152
11198
 
11153
11199
  var FileConvert = function FileConvert(props) {
11154
11200
  var color = props.color,
@@ -11161,7 +11207,7 @@ var FileConvert = function FileConvert(props) {
11161
11207
  return /*#__PURE__*/React.createElement("span", {
11162
11208
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11163
11209
  }, /*#__PURE__*/React.createElement("style", {
11164
- children: loadingCircleStyle$3F
11210
+ children: loadingCircleStyle$3G
11165
11211
  }), /*#__PURE__*/React.createElement("svg", _extends({
11166
11212
  xmlns: "http://www.w3.org/2000/svg",
11167
11213
  width: size,
@@ -11193,15 +11239,111 @@ FileConvert.propTypes = {
11193
11239
  color: PropTypes.string,
11194
11240
  size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
11195
11241
  };
11196
- FileConvert.defaultProps = {
11242
+ FileConvert.defaultProps = {
11243
+ spin: false,
11244
+ color: 'currentColor',
11245
+ size: '16'
11246
+ };
11247
+
11248
+ var loadingCircleStyle$3H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11249
+
11250
+ var AssetConvert = function AssetConvert(props) {
11251
+ var color = props.color,
11252
+ size = props.size,
11253
+ spin = props.spin,
11254
+ style = props.style,
11255
+ className = props.className,
11256
+ otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className"]);
11257
+
11258
+ return /*#__PURE__*/React.createElement("span", {
11259
+ className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11260
+ }, /*#__PURE__*/React.createElement("style", {
11261
+ children: loadingCircleStyle$3H
11262
+ }), /*#__PURE__*/React.createElement("svg", _extends({
11263
+ xmlns: "http://www.w3.org/2000/svg",
11264
+ width: size,
11265
+ height: size,
11266
+ viewBox: "0 0 24 24",
11267
+ fill: color
11268
+ }, otherProps, {
11269
+ style: _objectSpread2(_objectSpread2(_objectSpread2({}, style), spin ? {
11270
+ animationDuration: '1s',
11271
+ animationIterationCount: 'infinite',
11272
+ animationName: 'loadingCircle',
11273
+ animationTimingFunction: 'linear'
11274
+ } : {}), {}, {
11275
+ cursor: 'pointer'
11276
+ })
11277
+ }), /*#__PURE__*/React.createElement("path", {
11278
+ fillRule: "evenodd",
11279
+ clipRule: "evenodd",
11280
+ d: "M5.636 18.364H2.91a.91.91 0 01-.909-.91V2.91A.91.91 0 012.91 2h14.544a.91.91 0 01.91.91v2.726h2.727a.91.91 0 01.909.91V21.09a.91.91 0 01-.91.909H6.546a.91.91 0 01-.909-.91v-2.726zm-1.818-1.819V3.819h12.728v1.818h-10a.91.91 0 00-.91.91v10H3.818zm4.546-9.09a.91.91 0 00-.91.909v11.818h12.728V7.455H8.364z"
11281
+ }), /*#__PURE__*/React.createElement("path", {
11282
+ d: "M11 10v4H9l4 4v-8h-2z"
11283
+ }), /*#__PURE__*/React.createElement("path", {
11284
+ d: "M17 18v-4h2l-4-4v8h2z"
11285
+ })));
11286
+ };
11287
+
11288
+ AssetConvert.propTypes = {
11289
+ spin: PropTypes.bool,
11290
+ color: PropTypes.string,
11291
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
11292
+ };
11293
+ AssetConvert.defaultProps = {
11294
+ spin: false,
11295
+ color: 'currentColor',
11296
+ size: '16'
11297
+ };
11298
+
11299
+ var loadingCircleStyle$3I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11300
+
11301
+ var FileLock = function FileLock(props) {
11302
+ var color = props.color,
11303
+ size = props.size,
11304
+ spin = props.spin,
11305
+ style = props.style,
11306
+ className = props.className,
11307
+ otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className"]);
11308
+
11309
+ return /*#__PURE__*/React.createElement("span", {
11310
+ className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11311
+ }, /*#__PURE__*/React.createElement("style", {
11312
+ children: loadingCircleStyle$3I
11313
+ }), /*#__PURE__*/React.createElement("svg", _extends({
11314
+ xmlns: "http://www.w3.org/2000/svg",
11315
+ width: size,
11316
+ height: size,
11317
+ viewBox: "0 0 24 24",
11318
+ fill: color
11319
+ }, otherProps, {
11320
+ style: _objectSpread2(_objectSpread2(_objectSpread2({}, style), spin ? {
11321
+ animationDuration: '1s',
11322
+ animationIterationCount: 'infinite',
11323
+ animationName: 'loadingCircle',
11324
+ animationTimingFunction: 'linear'
11325
+ } : {}), {}, {
11326
+ cursor: 'pointer'
11327
+ })
11328
+ }), /*#__PURE__*/React.createElement("path", {
11329
+ d: "M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0120.007 22H3.993A1 1 0 013 21.008V2.992zM15 11h1v5H8v-5h1v-1a3 3 0 116 0v1zm-2 0v-1a1 1 0 00-2 0v1h2z"
11330
+ })));
11331
+ };
11332
+
11333
+ FileLock.propTypes = {
11334
+ spin: PropTypes.bool,
11335
+ color: PropTypes.string,
11336
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
11337
+ };
11338
+ FileLock.defaultProps = {
11197
11339
  spin: false,
11198
11340
  color: 'currentColor',
11199
11341
  size: '16'
11200
11342
  };
11201
11343
 
11202
- var loadingCircleStyle$3G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11344
+ var loadingCircleStyle$3J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11203
11345
 
11204
- var FileLock = function FileLock(props) {
11346
+ var FilePdf = function FilePdf(props) {
11205
11347
  var color = props.color,
11206
11348
  size = props.size,
11207
11349
  spin = props.spin,
@@ -11212,7 +11354,7 @@ var FileLock = function FileLock(props) {
11212
11354
  return /*#__PURE__*/React.createElement("span", {
11213
11355
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11214
11356
  }, /*#__PURE__*/React.createElement("style", {
11215
- children: loadingCircleStyle$3G
11357
+ children: loadingCircleStyle$3J
11216
11358
  }), /*#__PURE__*/React.createElement("svg", _extends({
11217
11359
  xmlns: "http://www.w3.org/2000/svg",
11218
11360
  width: size,
@@ -11229,22 +11371,22 @@ var FileLock = function FileLock(props) {
11229
11371
  cursor: 'pointer'
11230
11372
  })
11231
11373
  }), /*#__PURE__*/React.createElement("path", {
11232
- d: "M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0120.007 22H3.993A1 1 0 013 21.008V2.992zM15 11h1v5H8v-5h1v-1a3 3 0 116 0v1zm-2 0v-1a1 1 0 00-2 0v1h2z"
11374
+ d: "M5 3v17h16V10h-2V3H5zm15-2a1 1 0 011 1v19a1 1 0 01-1 1H4a1 1 0 01-1-1V2a1 1 0 011-1h16zM7.999 15.001h2V13.01c0-.01 0-.01-.009-.01H8V15zM7 18v-6h2.99c.559 0 1.01.444 1.01 1.01v1.98A1.004 1.004 0 0110 16H7.999v2H7zm10 0v-6h3.998v1h-3l-.013 1.985 2.015.013v1h-2.001v2h-1V18zm-4-1h1a.993.993 0 00.999-.998v-2.004A1.002 1.002 0 0014 13h-1v4zm-1 1v-6h2c1.104 0 2 .899 2 1.998v2.004A1.994 1.994 0 0114 18h-2z"
11233
11375
  })));
11234
11376
  };
11235
11377
 
11236
- FileLock.propTypes = {
11378
+ FilePdf.propTypes = {
11237
11379
  spin: PropTypes.bool,
11238
11380
  color: PropTypes.string,
11239
11381
  size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
11240
11382
  };
11241
- FileLock.defaultProps = {
11383
+ FilePdf.defaultProps = {
11242
11384
  spin: false,
11243
11385
  color: 'currentColor',
11244
11386
  size: '16'
11245
11387
  };
11246
11388
 
11247
- var loadingCircleStyle$3H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11389
+ var loadingCircleStyle$3K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11248
11390
 
11249
11391
  var Detail = function Detail(props) {
11250
11392
  var color = props.color,
@@ -11257,7 +11399,7 @@ var Detail = function Detail(props) {
11257
11399
  return /*#__PURE__*/React.createElement("span", {
11258
11400
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11259
11401
  }, /*#__PURE__*/React.createElement("style", {
11260
- children: loadingCircleStyle$3H
11402
+ children: loadingCircleStyle$3K
11261
11403
  }), /*#__PURE__*/React.createElement("svg", _extends({
11262
11404
  xmlns: "http://www.w3.org/2000/svg",
11263
11405
  width: size,
@@ -11289,7 +11431,7 @@ Detail.defaultProps = {
11289
11431
  size: '16'
11290
11432
  };
11291
11433
 
11292
- var loadingCircleStyle$3I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11434
+ var loadingCircleStyle$3L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11293
11435
 
11294
11436
  var MessageCenter = function MessageCenter(props) {
11295
11437
  var color = props.color,
@@ -11302,7 +11444,7 @@ var MessageCenter = function MessageCenter(props) {
11302
11444
  return /*#__PURE__*/React.createElement("span", {
11303
11445
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11304
11446
  }, /*#__PURE__*/React.createElement("style", {
11305
- children: loadingCircleStyle$3I
11447
+ children: loadingCircleStyle$3L
11306
11448
  }), /*#__PURE__*/React.createElement("svg", _extends({
11307
11449
  xmlns: "http://www.w3.org/2000/svg",
11308
11450
  width: size,
@@ -11342,7 +11484,7 @@ MessageCenter.defaultProps = {
11342
11484
  size: '16'
11343
11485
  };
11344
11486
 
11345
- var loadingCircleStyle$3J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11487
+ var loadingCircleStyle$3M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11346
11488
 
11347
11489
  var SystemMsg = function SystemMsg(props) {
11348
11490
  var color = props.color,
@@ -11355,7 +11497,7 @@ var SystemMsg = function SystemMsg(props) {
11355
11497
  return /*#__PURE__*/React.createElement("span", {
11356
11498
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11357
11499
  }, /*#__PURE__*/React.createElement("style", {
11358
- children: loadingCircleStyle$3J
11500
+ children: loadingCircleStyle$3M
11359
11501
  }), /*#__PURE__*/React.createElement("svg", _extends({
11360
11502
  xmlns: "http://www.w3.org/2000/svg",
11361
11503
  width: size,
@@ -11393,7 +11535,7 @@ SystemMsg.defaultProps = {
11393
11535
  size: '16'
11394
11536
  };
11395
11537
 
11396
- var loadingCircleStyle$3K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11538
+ var loadingCircleStyle$3N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11397
11539
 
11398
11540
  var Comment = function Comment(props) {
11399
11541
  var color = props.color,
@@ -11406,7 +11548,7 @@ var Comment = function Comment(props) {
11406
11548
  return /*#__PURE__*/React.createElement("span", {
11407
11549
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11408
11550
  }, /*#__PURE__*/React.createElement("style", {
11409
- children: loadingCircleStyle$3K
11551
+ children: loadingCircleStyle$3N
11410
11552
  }), /*#__PURE__*/React.createElement("svg", _extends({
11411
11553
  xmlns: "http://www.w3.org/2000/svg",
11412
11554
  width: size,
@@ -11442,7 +11584,7 @@ Comment.defaultProps = {
11442
11584
  size: '16'
11443
11585
  };
11444
11586
 
11445
- var loadingCircleStyle$3L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11587
+ var loadingCircleStyle$3O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11446
11588
 
11447
11589
  var Book = function Book(props) {
11448
11590
  var color = props.color,
@@ -11455,7 +11597,7 @@ var Book = function Book(props) {
11455
11597
  return /*#__PURE__*/React.createElement("span", {
11456
11598
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11457
11599
  }, /*#__PURE__*/React.createElement("style", {
11458
- children: loadingCircleStyle$3L
11600
+ children: loadingCircleStyle$3O
11459
11601
  }), /*#__PURE__*/React.createElement("svg", _extends({
11460
11602
  xmlns: "http://www.w3.org/2000/svg",
11461
11603
  width: size,
@@ -11487,7 +11629,7 @@ Book.defaultProps = {
11487
11629
  size: '16'
11488
11630
  };
11489
11631
 
11490
- var loadingCircleStyle$3M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11632
+ var loadingCircleStyle$3P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11491
11633
 
11492
11634
  var Book2 = function Book2(props) {
11493
11635
  var color = props.color,
@@ -11500,7 +11642,7 @@ var Book2 = function Book2(props) {
11500
11642
  return /*#__PURE__*/React.createElement("span", {
11501
11643
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11502
11644
  }, /*#__PURE__*/React.createElement("style", {
11503
- children: loadingCircleStyle$3M
11645
+ children: loadingCircleStyle$3P
11504
11646
  }), /*#__PURE__*/React.createElement("svg", _extends({
11505
11647
  xmlns: "http://www.w3.org/2000/svg",
11506
11648
  width: size,
@@ -11532,52 +11674,7 @@ Book2.defaultProps = {
11532
11674
  size: '16'
11533
11675
  };
11534
11676
 
11535
- var loadingCircleStyle$3N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11536
-
11537
- var FilePdf = function FilePdf(props) {
11538
- var color = props.color,
11539
- size = props.size,
11540
- spin = props.spin,
11541
- style = props.style,
11542
- className = props.className,
11543
- otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className"]);
11544
-
11545
- return /*#__PURE__*/React.createElement("span", {
11546
- className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11547
- }, /*#__PURE__*/React.createElement("style", {
11548
- children: loadingCircleStyle$3N
11549
- }), /*#__PURE__*/React.createElement("svg", _extends({
11550
- xmlns: "http://www.w3.org/2000/svg",
11551
- width: size,
11552
- height: size,
11553
- viewBox: "0 0 24 24",
11554
- fill: color
11555
- }, otherProps, {
11556
- style: _objectSpread2(_objectSpread2(_objectSpread2({}, style), spin ? {
11557
- animationDuration: '1s',
11558
- animationIterationCount: 'infinite',
11559
- animationName: 'loadingCircle',
11560
- animationTimingFunction: 'linear'
11561
- } : {}), {}, {
11562
- cursor: 'pointer'
11563
- })
11564
- }), /*#__PURE__*/React.createElement("path", {
11565
- d: "M5 3v17h16V10h-2V3H5zm15-2a1 1 0 011 1v19a1 1 0 01-1 1H4a1 1 0 01-1-1V2a1 1 0 011-1h16zM7.999 15.001h2V13.01c0-.01 0-.01-.009-.01H8V15zM7 18v-6h2.99c.559 0 1.01.444 1.01 1.01v1.98A1.004 1.004 0 0110 16H7.999v2H7zm10 0v-6h3.998v1h-3l-.013 1.985 2.015.013v1h-2.001v2h-1V18zm-4-1h1a.993.993 0 00.999-.998v-2.004A1.002 1.002 0 0014 13h-1v4zm-1 1v-6h2c1.104 0 2 .899 2 1.998v2.004A1.994 1.994 0 0114 18h-2z"
11566
- })));
11567
- };
11568
-
11569
- FilePdf.propTypes = {
11570
- spin: PropTypes.bool,
11571
- color: PropTypes.string,
11572
- size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
11573
- };
11574
- FilePdf.defaultProps = {
11575
- spin: false,
11576
- color: 'currentColor',
11577
- size: '16'
11578
- };
11579
-
11580
- var loadingCircleStyle$3O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11677
+ var loadingCircleStyle$3Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11581
11678
 
11582
11679
  var Sticker = function Sticker(props) {
11583
11680
  var color = props.color,
@@ -11590,7 +11687,7 @@ var Sticker = function Sticker(props) {
11590
11687
  return /*#__PURE__*/React.createElement("span", {
11591
11688
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11592
11689
  }, /*#__PURE__*/React.createElement("style", {
11593
- children: loadingCircleStyle$3O
11690
+ children: loadingCircleStyle$3Q
11594
11691
  }), /*#__PURE__*/React.createElement("svg", _extends({
11595
11692
  xmlns: "http://www.w3.org/2000/svg",
11596
11693
  width: size,
@@ -11622,7 +11719,7 @@ Sticker.defaultProps = {
11622
11719
  size: '16'
11623
11720
  };
11624
11721
 
11625
- var loadingCircleStyle$3P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11722
+ var loadingCircleStyle$3R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11626
11723
 
11627
11724
  var StickerFill = function StickerFill(props) {
11628
11725
  var color = props.color,
@@ -11635,7 +11732,7 @@ var StickerFill = function StickerFill(props) {
11635
11732
  return /*#__PURE__*/React.createElement("span", {
11636
11733
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11637
11734
  }, /*#__PURE__*/React.createElement("style", {
11638
- children: loadingCircleStyle$3P
11735
+ children: loadingCircleStyle$3R
11639
11736
  }), /*#__PURE__*/React.createElement("svg", _extends({
11640
11737
  xmlns: "http://www.w3.org/2000/svg",
11641
11738
  width: size,
@@ -11667,7 +11764,7 @@ StickerFill.defaultProps = {
11667
11764
  size: '16'
11668
11765
  };
11669
11766
 
11670
- var loadingCircleStyle$3Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11767
+ var loadingCircleStyle$3S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11671
11768
 
11672
11769
  var EventSm = function EventSm(props) {
11673
11770
  var color = props.color,
@@ -11680,7 +11777,7 @@ var EventSm = function EventSm(props) {
11680
11777
  return /*#__PURE__*/React.createElement("span", {
11681
11778
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11682
11779
  }, /*#__PURE__*/React.createElement("style", {
11683
- children: loadingCircleStyle$3Q
11780
+ children: loadingCircleStyle$3S
11684
11781
  }), /*#__PURE__*/React.createElement("svg", _extends({
11685
11782
  xmlns: "http://www.w3.org/2000/svg",
11686
11783
  width: size,
@@ -11712,7 +11809,7 @@ EventSm.defaultProps = {
11712
11809
  size: '16'
11713
11810
  };
11714
11811
 
11715
- var loadingCircleStyle$3R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11812
+ var loadingCircleStyle$3T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11716
11813
 
11717
11814
  var EPropertySm = function EPropertySm(props) {
11718
11815
  var color = props.color,
@@ -11725,7 +11822,7 @@ var EPropertySm = function EPropertySm(props) {
11725
11822
  return /*#__PURE__*/React.createElement("span", {
11726
11823
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11727
11824
  }, /*#__PURE__*/React.createElement("style", {
11728
- children: loadingCircleStyle$3R
11825
+ children: loadingCircleStyle$3T
11729
11826
  }), /*#__PURE__*/React.createElement("svg", _extends({
11730
11827
  xmlns: "http://www.w3.org/2000/svg",
11731
11828
  width: size,
@@ -11765,7 +11862,7 @@ EPropertySm.defaultProps = {
11765
11862
  size: '16'
11766
11863
  };
11767
11864
 
11768
- var loadingCircleStyle$3S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11865
+ var loadingCircleStyle$3U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11769
11866
 
11770
11867
  var UPropertySm = function UPropertySm(props) {
11771
11868
  var color = props.color,
@@ -11778,7 +11875,7 @@ var UPropertySm = function UPropertySm(props) {
11778
11875
  return /*#__PURE__*/React.createElement("span", {
11779
11876
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11780
11877
  }, /*#__PURE__*/React.createElement("style", {
11781
- children: loadingCircleStyle$3S
11878
+ children: loadingCircleStyle$3U
11782
11879
  }), /*#__PURE__*/React.createElement("svg", _extends({
11783
11880
  xmlns: "http://www.w3.org/2000/svg",
11784
11881
  width: size,
@@ -11795,13 +11892,9 @@ var UPropertySm = function UPropertySm(props) {
11795
11892
  cursor: 'pointer'
11796
11893
  })
11797
11894
  }), /*#__PURE__*/React.createElement("path", {
11798
- fillRule: "evenodd",
11799
- clipRule: "evenodd",
11800
- d: "M8.272 5.25A2.745 2.745 0 015.532 8a2.745 2.745 0 01-2.74-2.75 2.745 2.745 0 012.74-2.75 2.745 2.745 0 012.74 2.75zm-1.023 0a1.72 1.72 0 01-1.717 1.723A1.72 1.72 0 013.815 5.25a1.72 1.72 0 011.717-1.723A1.72 1.72 0 017.249 5.25z"
11895
+ d: "M8.272 5.25A2.745 2.745 0 015.532 8a2.745 2.745 0 01-2.74-2.75 2.745 2.745 0 012.74-2.75 2.745 2.745 0 012.74 2.75zm-1.023 0a1.72 1.72 0 00-1.717-1.723A1.72 1.72 0 003.815 5.25a1.72 1.72 0 001.717 1.723A1.72 1.72 0 007.249 5.25z"
11801
11896
  }), /*#__PURE__*/React.createElement("path", {
11802
- fillRule: "evenodd",
11803
- clipRule: "evenodd",
11804
- d: "M1.391 11.37c0-1.138.92-2.06 2.053-2.06h4.007c1.133 0 2.052.922 2.052 2.06v2.13H1.391v-2.13zm2.053-1.03h4.007c.566 0 1.026.461 1.026 1.03v1.1h-6.06v-1.1c0-.569.46-1.03 1.027-1.03z"
11897
+ d: "M1.391 11.37c0-1.138.92-2.06 2.053-2.06h4.007c1.133 0 2.052.922 2.052 2.06v2.13H1.391v-2.13zm2.053-1.03c-.567 0-1.026.461-1.026 1.03v1.1h6.059v-1.1c0-.569-.46-1.03-1.026-1.03H3.444z"
11805
11898
  }), /*#__PURE__*/React.createElement("path", {
11806
11899
  d: "M14.392 3.78h-4.106V2.75h4.106v1.03z"
11807
11900
  }), /*#__PURE__*/React.createElement("path", {
@@ -11820,7 +11913,7 @@ UPropertySm.defaultProps = {
11820
11913
  size: '16'
11821
11914
  };
11822
11915
 
11823
- var loadingCircleStyle$3T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11916
+ var loadingCircleStyle$3V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11824
11917
 
11825
11918
  var UGroupSm = function UGroupSm(props) {
11826
11919
  var color = props.color,
@@ -11833,7 +11926,7 @@ var UGroupSm = function UGroupSm(props) {
11833
11926
  return /*#__PURE__*/React.createElement("span", {
11834
11927
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11835
11928
  }, /*#__PURE__*/React.createElement("style", {
11836
- children: loadingCircleStyle$3T
11929
+ children: loadingCircleStyle$3V
11837
11930
  }), /*#__PURE__*/React.createElement("svg", _extends({
11838
11931
  xmlns: "http://www.w3.org/2000/svg",
11839
11932
  width: size,
@@ -11879,7 +11972,7 @@ UGroupSm.defaultProps = {
11879
11972
  size: '16'
11880
11973
  };
11881
11974
 
11882
- var loadingCircleStyle$3U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11975
+ var loadingCircleStyle$3W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11883
11976
 
11884
11977
  var UTagSm = function UTagSm(props) {
11885
11978
  var color = props.color,
@@ -11892,7 +11985,7 @@ var UTagSm = function UTagSm(props) {
11892
11985
  return /*#__PURE__*/React.createElement("span", {
11893
11986
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11894
11987
  }, /*#__PURE__*/React.createElement("style", {
11895
- children: loadingCircleStyle$3U
11988
+ children: loadingCircleStyle$3W
11896
11989
  }), /*#__PURE__*/React.createElement("svg", _extends({
11897
11990
  xmlns: "http://www.w3.org/2000/svg",
11898
11991
  width: size,
@@ -11928,7 +12021,7 @@ UTagSm.defaultProps = {
11928
12021
  size: '16'
11929
12022
  };
11930
12023
 
11931
- var loadingCircleStyle$3V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12024
+ var loadingCircleStyle$3X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11932
12025
 
11933
12026
  var AllGroupSm = function AllGroupSm(props) {
11934
12027
  var color = props.color,
@@ -11941,7 +12034,7 @@ var AllGroupSm = function AllGroupSm(props) {
11941
12034
  return /*#__PURE__*/React.createElement("span", {
11942
12035
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11943
12036
  }, /*#__PURE__*/React.createElement("style", {
11944
- children: loadingCircleStyle$3V
12037
+ children: loadingCircleStyle$3X
11945
12038
  }), /*#__PURE__*/React.createElement("svg", _extends({
11946
12039
  xmlns: "http://www.w3.org/2000/svg",
11947
12040
  width: size,
@@ -11979,7 +12072,7 @@ AllGroupSm.defaultProps = {
11979
12072
  size: '16'
11980
12073
  };
11981
12074
 
11982
- var loadingCircleStyle$3W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12075
+ var loadingCircleStyle$3Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11983
12076
 
11984
12077
  var CalendarSm = function CalendarSm(props) {
11985
12078
  var color = props.color,
@@ -11992,7 +12085,7 @@ var CalendarSm = function CalendarSm(props) {
11992
12085
  return /*#__PURE__*/React.createElement("span", {
11993
12086
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11994
12087
  }, /*#__PURE__*/React.createElement("style", {
11995
- children: loadingCircleStyle$3W
12088
+ children: loadingCircleStyle$3Y
11996
12089
  }), /*#__PURE__*/React.createElement("svg", _extends({
11997
12090
  xmlns: "http://www.w3.org/2000/svg",
11998
12091
  width: size,
@@ -12024,7 +12117,7 @@ CalendarSm.defaultProps = {
12024
12117
  size: '16'
12025
12118
  };
12026
12119
 
12027
- var loadingCircleStyle$3X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12120
+ var loadingCircleStyle$3Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12028
12121
 
12029
12122
  var GroupAddSm = function GroupAddSm(props) {
12030
12123
  var color = props.color,
@@ -12037,7 +12130,7 @@ var GroupAddSm = function GroupAddSm(props) {
12037
12130
  return /*#__PURE__*/React.createElement("span", {
12038
12131
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12039
12132
  }, /*#__PURE__*/React.createElement("style", {
12040
- children: loadingCircleStyle$3X
12133
+ children: loadingCircleStyle$3Z
12041
12134
  }), /*#__PURE__*/React.createElement("svg", _extends({
12042
12135
  xmlns: "http://www.w3.org/2000/svg",
12043
12136
  width: size,
@@ -12075,7 +12168,7 @@ GroupAddSm.defaultProps = {
12075
12168
  size: '16'
12076
12169
  };
12077
12170
 
12078
- var loadingCircleStyle$3Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12171
+ var loadingCircleStyle$3_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12079
12172
 
12080
12173
  var BooleanSm = function BooleanSm(props) {
12081
12174
  var color = props.color,
@@ -12088,7 +12181,7 @@ var BooleanSm = function BooleanSm(props) {
12088
12181
  return /*#__PURE__*/React.createElement("span", {
12089
12182
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12090
12183
  }, /*#__PURE__*/React.createElement("style", {
12091
- children: loadingCircleStyle$3Y
12184
+ children: loadingCircleStyle$3_
12092
12185
  }), /*#__PURE__*/React.createElement("svg", _extends({
12093
12186
  xmlns: "http://www.w3.org/2000/svg",
12094
12187
  width: size,
@@ -12122,7 +12215,7 @@ BooleanSm.defaultProps = {
12122
12215
  size: '16'
12123
12216
  };
12124
12217
 
12125
- var loadingCircleStyle$3Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12218
+ var loadingCircleStyle$3$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12126
12219
 
12127
12220
  var ListSm = function ListSm(props) {
12128
12221
  var color = props.color,
@@ -12135,7 +12228,7 @@ var ListSm = function ListSm(props) {
12135
12228
  return /*#__PURE__*/React.createElement("span", {
12136
12229
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12137
12230
  }, /*#__PURE__*/React.createElement("style", {
12138
- children: loadingCircleStyle$3Z
12231
+ children: loadingCircleStyle$3$
12139
12232
  }), /*#__PURE__*/React.createElement("svg", _extends({
12140
12233
  xmlns: "http://www.w3.org/2000/svg",
12141
12234
  width: size,
@@ -12177,7 +12270,7 @@ ListSm.defaultProps = {
12177
12270
  size: '16'
12178
12271
  };
12179
12272
 
12180
- var loadingCircleStyle$3_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12273
+ var loadingCircleStyle$40 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12181
12274
 
12182
12275
  var ArrayRowsSm = function ArrayRowsSm(props) {
12183
12276
  var color = props.color,
@@ -12190,7 +12283,7 @@ var ArrayRowsSm = function ArrayRowsSm(props) {
12190
12283
  return /*#__PURE__*/React.createElement("span", {
12191
12284
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12192
12285
  }, /*#__PURE__*/React.createElement("style", {
12193
- children: loadingCircleStyle$3_
12286
+ children: loadingCircleStyle$40
12194
12287
  }), /*#__PURE__*/React.createElement("svg", _extends({
12195
12288
  xmlns: "http://www.w3.org/2000/svg",
12196
12289
  width: size,
@@ -12224,7 +12317,7 @@ ArrayRowsSm.defaultProps = {
12224
12317
  size: '16'
12225
12318
  };
12226
12319
 
12227
- var loadingCircleStyle$3$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12320
+ var loadingCircleStyle$41 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12228
12321
 
12229
12322
  var RowsSm = function RowsSm(props) {
12230
12323
  var color = props.color,
@@ -12237,7 +12330,7 @@ var RowsSm = function RowsSm(props) {
12237
12330
  return /*#__PURE__*/React.createElement("span", {
12238
12331
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12239
12332
  }, /*#__PURE__*/React.createElement("style", {
12240
- children: loadingCircleStyle$3$
12333
+ children: loadingCircleStyle$41
12241
12334
  }), /*#__PURE__*/React.createElement("svg", _extends({
12242
12335
  xmlns: "http://www.w3.org/2000/svg",
12243
12336
  width: size,
@@ -12279,7 +12372,7 @@ RowsSm.defaultProps = {
12279
12372
  size: '16'
12280
12373
  };
12281
12374
 
12282
- var loadingCircleStyle$40 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12375
+ var loadingCircleStyle$42 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12283
12376
 
12284
12377
  var VPropertySm = function VPropertySm(props) {
12285
12378
  var color = props.color,
@@ -12292,7 +12385,7 @@ var VPropertySm = function VPropertySm(props) {
12292
12385
  return /*#__PURE__*/React.createElement("span", {
12293
12386
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12294
12387
  }, /*#__PURE__*/React.createElement("style", {
12295
- children: loadingCircleStyle$40
12388
+ children: loadingCircleStyle$42
12296
12389
  }), /*#__PURE__*/React.createElement("svg", _extends({
12297
12390
  xmlns: "http://www.w3.org/2000/svg",
12298
12391
  width: size,
@@ -12330,7 +12423,7 @@ VPropertySm.defaultProps = {
12330
12423
  size: '16'
12331
12424
  };
12332
12425
 
12333
- var loadingCircleStyle$41 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12426
+ var loadingCircleStyle$43 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12334
12427
 
12335
12428
  var StringSm = function StringSm(props) {
12336
12429
  var color = props.color,
@@ -12343,7 +12436,7 @@ var StringSm = function StringSm(props) {
12343
12436
  return /*#__PURE__*/React.createElement("span", {
12344
12437
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12345
12438
  }, /*#__PURE__*/React.createElement("style", {
12346
- children: loadingCircleStyle$41
12439
+ children: loadingCircleStyle$43
12347
12440
  }), /*#__PURE__*/React.createElement("svg", _extends({
12348
12441
  xmlns: "http://www.w3.org/2000/svg",
12349
12442
  width: size,
@@ -12377,7 +12470,7 @@ StringSm.defaultProps = {
12377
12470
  size: '16'
12378
12471
  };
12379
12472
 
12380
- var loadingCircleStyle$42 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12473
+ var loadingCircleStyle$44 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12381
12474
 
12382
12475
  var NumSm = function NumSm(props) {
12383
12476
  var color = props.color,
@@ -12390,7 +12483,7 @@ var NumSm = function NumSm(props) {
12390
12483
  return /*#__PURE__*/React.createElement("span", {
12391
12484
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12392
12485
  }, /*#__PURE__*/React.createElement("style", {
12393
- children: loadingCircleStyle$42
12486
+ children: loadingCircleStyle$44
12394
12487
  }), /*#__PURE__*/React.createElement("svg", _extends({
12395
12488
  xmlns: "http://www.w3.org/2000/svg",
12396
12489
  width: size,
@@ -12424,7 +12517,7 @@ NumSm.defaultProps = {
12424
12517
  size: '16'
12425
12518
  };
12426
12519
 
12427
- var loadingCircleStyle$43 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12520
+ var loadingCircleStyle$45 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12428
12521
 
12429
12522
  var TimeSm = function TimeSm(props) {
12430
12523
  var color = props.color,
@@ -12437,7 +12530,7 @@ var TimeSm = function TimeSm(props) {
12437
12530
  return /*#__PURE__*/React.createElement("span", {
12438
12531
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12439
12532
  }, /*#__PURE__*/React.createElement("style", {
12440
- children: loadingCircleStyle$43
12533
+ children: loadingCircleStyle$45
12441
12534
  }), /*#__PURE__*/React.createElement("svg", _extends({
12442
12535
  xmlns: "http://www.w3.org/2000/svg",
12443
12536
  width: size,
@@ -12471,7 +12564,7 @@ TimeSm.defaultProps = {
12471
12564
  size: '16'
12472
12565
  };
12473
12566
 
12474
- var loadingCircleStyle$44 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12567
+ var loadingCircleStyle$46 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12475
12568
 
12476
12569
  var ArrowLeft = function ArrowLeft(props) {
12477
12570
  var color = props.color,
@@ -12484,7 +12577,7 @@ var ArrowLeft = function ArrowLeft(props) {
12484
12577
  return /*#__PURE__*/React.createElement("span", {
12485
12578
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12486
12579
  }, /*#__PURE__*/React.createElement("style", {
12487
- children: loadingCircleStyle$44
12580
+ children: loadingCircleStyle$46
12488
12581
  }), /*#__PURE__*/React.createElement("svg", _extends({
12489
12582
  xmlns: "http://www.w3.org/2000/svg",
12490
12583
  width: size,
@@ -12516,7 +12609,7 @@ ArrowLeft.defaultProps = {
12516
12609
  size: '16'
12517
12610
  };
12518
12611
 
12519
- var loadingCircleStyle$45 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12612
+ var loadingCircleStyle$47 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12520
12613
 
12521
12614
  var ArrowRight = function ArrowRight(props) {
12522
12615
  var color = props.color,
@@ -12529,7 +12622,7 @@ var ArrowRight = function ArrowRight(props) {
12529
12622
  return /*#__PURE__*/React.createElement("span", {
12530
12623
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12531
12624
  }, /*#__PURE__*/React.createElement("style", {
12532
- children: loadingCircleStyle$45
12625
+ children: loadingCircleStyle$47
12533
12626
  }), /*#__PURE__*/React.createElement("svg", _extends({
12534
12627
  xmlns: "http://www.w3.org/2000/svg",
12535
12628
  width: size,
@@ -12561,7 +12654,7 @@ ArrowRight.defaultProps = {
12561
12654
  size: '16'
12562
12655
  };
12563
12656
 
12564
- var loadingCircleStyle$46 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12657
+ var loadingCircleStyle$48 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12565
12658
 
12566
12659
  var ArrowUp = function ArrowUp(props) {
12567
12660
  var color = props.color,
@@ -12574,7 +12667,7 @@ var ArrowUp = function ArrowUp(props) {
12574
12667
  return /*#__PURE__*/React.createElement("span", {
12575
12668
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12576
12669
  }, /*#__PURE__*/React.createElement("style", {
12577
- children: loadingCircleStyle$46
12670
+ children: loadingCircleStyle$48
12578
12671
  }), /*#__PURE__*/React.createElement("svg", _extends({
12579
12672
  xmlns: "http://www.w3.org/2000/svg",
12580
12673
  width: size,
@@ -12606,7 +12699,7 @@ ArrowUp.defaultProps = {
12606
12699
  size: '16'
12607
12700
  };
12608
12701
 
12609
- var loadingCircleStyle$47 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12702
+ var loadingCircleStyle$49 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12610
12703
 
12611
12704
  var ArrowDown = function ArrowDown(props) {
12612
12705
  var color = props.color,
@@ -12619,7 +12712,7 @@ var ArrowDown = function ArrowDown(props) {
12619
12712
  return /*#__PURE__*/React.createElement("span", {
12620
12713
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12621
12714
  }, /*#__PURE__*/React.createElement("style", {
12622
- children: loadingCircleStyle$47
12715
+ children: loadingCircleStyle$49
12623
12716
  }), /*#__PURE__*/React.createElement("svg", _extends({
12624
12717
  xmlns: "http://www.w3.org/2000/svg",
12625
12718
  width: size,
@@ -12651,7 +12744,7 @@ ArrowDown.defaultProps = {
12651
12744
  size: '16'
12652
12745
  };
12653
12746
 
12654
- var loadingCircleStyle$48 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12747
+ var loadingCircleStyle$4a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12655
12748
 
12656
12749
  var ArrowLeft2 = function ArrowLeft2(props) {
12657
12750
  var color = props.color,
@@ -12664,7 +12757,7 @@ var ArrowLeft2 = function ArrowLeft2(props) {
12664
12757
  return /*#__PURE__*/React.createElement("span", {
12665
12758
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12666
12759
  }, /*#__PURE__*/React.createElement("style", {
12667
- children: loadingCircleStyle$48
12760
+ children: loadingCircleStyle$4a
12668
12761
  }), /*#__PURE__*/React.createElement("svg", _extends({
12669
12762
  xmlns: "http://www.w3.org/2000/svg",
12670
12763
  width: size,
@@ -12696,7 +12789,7 @@ ArrowLeft2.defaultProps = {
12696
12789
  size: '16'
12697
12790
  };
12698
12791
 
12699
- var loadingCircleStyle$49 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12792
+ var loadingCircleStyle$4b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12700
12793
 
12701
12794
  var ArrowRight2 = function ArrowRight2(props) {
12702
12795
  var color = props.color,
@@ -12709,7 +12802,7 @@ var ArrowRight2 = function ArrowRight2(props) {
12709
12802
  return /*#__PURE__*/React.createElement("span", {
12710
12803
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12711
12804
  }, /*#__PURE__*/React.createElement("style", {
12712
- children: loadingCircleStyle$49
12805
+ children: loadingCircleStyle$4b
12713
12806
  }), /*#__PURE__*/React.createElement("svg", _extends({
12714
12807
  xmlns: "http://www.w3.org/2000/svg",
12715
12808
  width: size,
@@ -12741,7 +12834,7 @@ ArrowRight2.defaultProps = {
12741
12834
  size: '16'
12742
12835
  };
12743
12836
 
12744
- var loadingCircleStyle$4a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12837
+ var loadingCircleStyle$4c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12745
12838
 
12746
12839
  var ArrowUp2 = function ArrowUp2(props) {
12747
12840
  var color = props.color,
@@ -12754,7 +12847,7 @@ var ArrowUp2 = function ArrowUp2(props) {
12754
12847
  return /*#__PURE__*/React.createElement("span", {
12755
12848
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12756
12849
  }, /*#__PURE__*/React.createElement("style", {
12757
- children: loadingCircleStyle$4a
12850
+ children: loadingCircleStyle$4c
12758
12851
  }), /*#__PURE__*/React.createElement("svg", _extends({
12759
12852
  xmlns: "http://www.w3.org/2000/svg",
12760
12853
  width: size,
@@ -12786,7 +12879,7 @@ ArrowUp2.defaultProps = {
12786
12879
  size: '16'
12787
12880
  };
12788
12881
 
12789
- var loadingCircleStyle$4b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12882
+ var loadingCircleStyle$4d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12790
12883
 
12791
12884
  var ArrowDown2 = function ArrowDown2(props) {
12792
12885
  var color = props.color,
@@ -12799,7 +12892,7 @@ var ArrowDown2 = function ArrowDown2(props) {
12799
12892
  return /*#__PURE__*/React.createElement("span", {
12800
12893
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12801
12894
  }, /*#__PURE__*/React.createElement("style", {
12802
- children: loadingCircleStyle$4b
12895
+ children: loadingCircleStyle$4d
12803
12896
  }), /*#__PURE__*/React.createElement("svg", _extends({
12804
12897
  xmlns: "http://www.w3.org/2000/svg",
12805
12898
  width: size,
@@ -12831,7 +12924,7 @@ ArrowDown2.defaultProps = {
12831
12924
  size: '16'
12832
12925
  };
12833
12926
 
12834
- var loadingCircleStyle$4c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12927
+ var loadingCircleStyle$4e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12835
12928
 
12836
12929
  var TriLeft = function TriLeft(props) {
12837
12930
  var color = props.color,
@@ -12844,7 +12937,7 @@ var TriLeft = function TriLeft(props) {
12844
12937
  return /*#__PURE__*/React.createElement("span", {
12845
12938
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12846
12939
  }, /*#__PURE__*/React.createElement("style", {
12847
- children: loadingCircleStyle$4c
12940
+ children: loadingCircleStyle$4e
12848
12941
  }), /*#__PURE__*/React.createElement("svg", _extends({
12849
12942
  xmlns: "http://www.w3.org/2000/svg",
12850
12943
  width: size,
@@ -12876,7 +12969,7 @@ TriLeft.defaultProps = {
12876
12969
  size: '16'
12877
12970
  };
12878
12971
 
12879
- var loadingCircleStyle$4d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12972
+ var loadingCircleStyle$4f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12880
12973
 
12881
12974
  var TriRight = function TriRight(props) {
12882
12975
  var color = props.color,
@@ -12889,7 +12982,7 @@ var TriRight = function TriRight(props) {
12889
12982
  return /*#__PURE__*/React.createElement("span", {
12890
12983
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12891
12984
  }, /*#__PURE__*/React.createElement("style", {
12892
- children: loadingCircleStyle$4d
12985
+ children: loadingCircleStyle$4f
12893
12986
  }), /*#__PURE__*/React.createElement("svg", _extends({
12894
12987
  xmlns: "http://www.w3.org/2000/svg",
12895
12988
  width: size,
@@ -12921,7 +13014,7 @@ TriRight.defaultProps = {
12921
13014
  size: '16'
12922
13015
  };
12923
13016
 
12924
- var loadingCircleStyle$4e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13017
+ var loadingCircleStyle$4g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12925
13018
 
12926
13019
  var TriUp = function TriUp(props) {
12927
13020
  var color = props.color,
@@ -12934,7 +13027,7 @@ var TriUp = function TriUp(props) {
12934
13027
  return /*#__PURE__*/React.createElement("span", {
12935
13028
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12936
13029
  }, /*#__PURE__*/React.createElement("style", {
12937
- children: loadingCircleStyle$4e
13030
+ children: loadingCircleStyle$4g
12938
13031
  }), /*#__PURE__*/React.createElement("svg", _extends({
12939
13032
  xmlns: "http://www.w3.org/2000/svg",
12940
13033
  width: size,
@@ -12966,7 +13059,7 @@ TriUp.defaultProps = {
12966
13059
  size: '16'
12967
13060
  };
12968
13061
 
12969
- var loadingCircleStyle$4f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13062
+ var loadingCircleStyle$4h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12970
13063
 
12971
13064
  var TriDown = function TriDown(props) {
12972
13065
  var color = props.color,
@@ -12979,7 +13072,7 @@ var TriDown = function TriDown(props) {
12979
13072
  return /*#__PURE__*/React.createElement("span", {
12980
13073
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12981
13074
  }, /*#__PURE__*/React.createElement("style", {
12982
- children: loadingCircleStyle$4f
13075
+ children: loadingCircleStyle$4h
12983
13076
  }), /*#__PURE__*/React.createElement("svg", _extends({
12984
13077
  xmlns: "http://www.w3.org/2000/svg",
12985
13078
  width: size,
@@ -13011,7 +13104,7 @@ TriDown.defaultProps = {
13011
13104
  size: '16'
13012
13105
  };
13013
13106
 
13014
- var loadingCircleStyle$4g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13107
+ var loadingCircleStyle$4i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13015
13108
 
13016
13109
  var DArrowL = function DArrowL(props) {
13017
13110
  var color = props.color,
@@ -13024,7 +13117,7 @@ var DArrowL = function DArrowL(props) {
13024
13117
  return /*#__PURE__*/React.createElement("span", {
13025
13118
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13026
13119
  }, /*#__PURE__*/React.createElement("style", {
13027
- children: loadingCircleStyle$4g
13120
+ children: loadingCircleStyle$4i
13028
13121
  }), /*#__PURE__*/React.createElement("svg", _extends({
13029
13122
  xmlns: "http://www.w3.org/2000/svg",
13030
13123
  width: size,
@@ -13058,7 +13151,7 @@ DArrowL.defaultProps = {
13058
13151
  size: '16'
13059
13152
  };
13060
13153
 
13061
- var loadingCircleStyle$4h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13154
+ var loadingCircleStyle$4j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13062
13155
 
13063
13156
  var DArrowR = function DArrowR(props) {
13064
13157
  var color = props.color,
@@ -13071,7 +13164,7 @@ var DArrowR = function DArrowR(props) {
13071
13164
  return /*#__PURE__*/React.createElement("span", {
13072
13165
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13073
13166
  }, /*#__PURE__*/React.createElement("style", {
13074
- children: loadingCircleStyle$4h
13167
+ children: loadingCircleStyle$4j
13075
13168
  }), /*#__PURE__*/React.createElement("svg", _extends({
13076
13169
  xmlns: "http://www.w3.org/2000/svg",
13077
13170
  width: size,
@@ -13105,7 +13198,7 @@ DArrowR.defaultProps = {
13105
13198
  size: '16'
13106
13199
  };
13107
13200
 
13108
- var loadingCircleStyle$4i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13201
+ var loadingCircleStyle$4k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13109
13202
 
13110
13203
  var DArrowT = function DArrowT(props) {
13111
13204
  var color = props.color,
@@ -13118,7 +13211,7 @@ var DArrowT = function DArrowT(props) {
13118
13211
  return /*#__PURE__*/React.createElement("span", {
13119
13212
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13120
13213
  }, /*#__PURE__*/React.createElement("style", {
13121
- children: loadingCircleStyle$4i
13214
+ children: loadingCircleStyle$4k
13122
13215
  }), /*#__PURE__*/React.createElement("svg", _extends({
13123
13216
  xmlns: "http://www.w3.org/2000/svg",
13124
13217
  width: size,
@@ -13152,7 +13245,7 @@ DArrowT.defaultProps = {
13152
13245
  size: '16'
13153
13246
  };
13154
13247
 
13155
- var loadingCircleStyle$4j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13248
+ var loadingCircleStyle$4l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13156
13249
 
13157
13250
  var DArrowB = function DArrowB(props) {
13158
13251
  var color = props.color,
@@ -13165,7 +13258,7 @@ var DArrowB = function DArrowB(props) {
13165
13258
  return /*#__PURE__*/React.createElement("span", {
13166
13259
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13167
13260
  }, /*#__PURE__*/React.createElement("style", {
13168
- children: loadingCircleStyle$4j
13261
+ children: loadingCircleStyle$4l
13169
13262
  }), /*#__PURE__*/React.createElement("svg", _extends({
13170
13263
  xmlns: "http://www.w3.org/2000/svg",
13171
13264
  width: size,
@@ -13199,7 +13292,7 @@ DArrowB.defaultProps = {
13199
13292
  size: '16'
13200
13293
  };
13201
13294
 
13202
- var loadingCircleStyle$4k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13295
+ var loadingCircleStyle$4m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13203
13296
 
13204
13297
  var DropDown = function DropDown(props) {
13205
13298
  var color = props.color,
@@ -13212,7 +13305,7 @@ var DropDown = function DropDown(props) {
13212
13305
  return /*#__PURE__*/React.createElement("span", {
13213
13306
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13214
13307
  }, /*#__PURE__*/React.createElement("style", {
13215
- children: loadingCircleStyle$4k
13308
+ children: loadingCircleStyle$4m
13216
13309
  }), /*#__PURE__*/React.createElement("svg", _extends({
13217
13310
  xmlns: "http://www.w3.org/2000/svg",
13218
13311
  width: size,
@@ -13244,7 +13337,7 @@ DropDown.defaultProps = {
13244
13337
  size: '16'
13245
13338
  };
13246
13339
 
13247
- var loadingCircleStyle$4l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13340
+ var loadingCircleStyle$4n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13248
13341
 
13249
13342
  var DropUp = function DropUp(props) {
13250
13343
  var color = props.color,
@@ -13257,7 +13350,7 @@ var DropUp = function DropUp(props) {
13257
13350
  return /*#__PURE__*/React.createElement("span", {
13258
13351
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13259
13352
  }, /*#__PURE__*/React.createElement("style", {
13260
- children: loadingCircleStyle$4l
13353
+ children: loadingCircleStyle$4n
13261
13354
  }), /*#__PURE__*/React.createElement("svg", _extends({
13262
13355
  xmlns: "http://www.w3.org/2000/svg",
13263
13356
  width: size,
@@ -13289,7 +13382,7 @@ DropUp.defaultProps = {
13289
13382
  size: '16'
13290
13383
  };
13291
13384
 
13292
- var loadingCircleStyle$4m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13385
+ var loadingCircleStyle$4o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13293
13386
 
13294
13387
  var More1 = function More1(props) {
13295
13388
  var color = props.color,
@@ -13302,7 +13395,7 @@ var More1 = function More1(props) {
13302
13395
  return /*#__PURE__*/React.createElement("span", {
13303
13396
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13304
13397
  }, /*#__PURE__*/React.createElement("style", {
13305
- children: loadingCircleStyle$4m
13398
+ children: loadingCircleStyle$4o
13306
13399
  }), /*#__PURE__*/React.createElement("svg", _extends({
13307
13400
  xmlns: "http://www.w3.org/2000/svg",
13308
13401
  width: size,
@@ -13334,7 +13427,7 @@ More1.defaultProps = {
13334
13427
  size: '16'
13335
13428
  };
13336
13429
 
13337
- var loadingCircleStyle$4n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13430
+ var loadingCircleStyle$4p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13338
13431
 
13339
13432
  var More2 = function More2(props) {
13340
13433
  var color = props.color,
@@ -13347,7 +13440,7 @@ var More2 = function More2(props) {
13347
13440
  return /*#__PURE__*/React.createElement("span", {
13348
13441
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13349
13442
  }, /*#__PURE__*/React.createElement("style", {
13350
- children: loadingCircleStyle$4n
13443
+ children: loadingCircleStyle$4p
13351
13444
  }), /*#__PURE__*/React.createElement("svg", _extends({
13352
13445
  xmlns: "http://www.w3.org/2000/svg",
13353
13446
  width: size,
@@ -13379,7 +13472,7 @@ More2.defaultProps = {
13379
13472
  size: '16'
13380
13473
  };
13381
13474
 
13382
- var loadingCircleStyle$4o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13475
+ var loadingCircleStyle$4q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13383
13476
 
13384
13477
  var Drag = function Drag(props) {
13385
13478
  var color = props.color,
@@ -13392,7 +13485,7 @@ var Drag = function Drag(props) {
13392
13485
  return /*#__PURE__*/React.createElement("span", {
13393
13486
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13394
13487
  }, /*#__PURE__*/React.createElement("style", {
13395
- children: loadingCircleStyle$4o
13488
+ children: loadingCircleStyle$4q
13396
13489
  }), /*#__PURE__*/React.createElement("svg", _extends({
13397
13490
  xmlns: "http://www.w3.org/2000/svg",
13398
13491
  width: size,
@@ -13434,7 +13527,7 @@ Drag.defaultProps = {
13434
13527
  size: '16'
13435
13528
  };
13436
13529
 
13437
- var loadingCircleStyle$4p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13530
+ var loadingCircleStyle$4r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13438
13531
 
13439
13532
  var Drag2 = function Drag2(props) {
13440
13533
  var color = props.color,
@@ -13447,7 +13540,7 @@ var Drag2 = function Drag2(props) {
13447
13540
  return /*#__PURE__*/React.createElement("span", {
13448
13541
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13449
13542
  }, /*#__PURE__*/React.createElement("style", {
13450
- children: loadingCircleStyle$4p
13543
+ children: loadingCircleStyle$4r
13451
13544
  }), /*#__PURE__*/React.createElement("svg", _extends({
13452
13545
  xmlns: "http://www.w3.org/2000/svg",
13453
13546
  width: size,
@@ -13483,7 +13576,7 @@ Drag2.defaultProps = {
13483
13576
  size: '16'
13484
13577
  };
13485
13578
 
13486
- var loadingCircleStyle$4q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13579
+ var loadingCircleStyle$4s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13487
13580
 
13488
13581
  var External = function External(props) {
13489
13582
  var color = props.color,
@@ -13496,7 +13589,7 @@ var External = function External(props) {
13496
13589
  return /*#__PURE__*/React.createElement("span", {
13497
13590
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13498
13591
  }, /*#__PURE__*/React.createElement("style", {
13499
- children: loadingCircleStyle$4q
13592
+ children: loadingCircleStyle$4s
13500
13593
  }), /*#__PURE__*/React.createElement("svg", _extends({
13501
13594
  xmlns: "http://www.w3.org/2000/svg",
13502
13595
  width: size,
@@ -13528,7 +13621,7 @@ External.defaultProps = {
13528
13621
  size: '16'
13529
13622
  };
13530
13623
 
13531
- var loadingCircleStyle$4r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13624
+ var loadingCircleStyle$4t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13532
13625
 
13533
13626
  var DisplayS = function DisplayS(props) {
13534
13627
  var color = props.color,
@@ -13541,7 +13634,7 @@ var DisplayS = function DisplayS(props) {
13541
13634
  return /*#__PURE__*/React.createElement("span", {
13542
13635
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13543
13636
  }, /*#__PURE__*/React.createElement("style", {
13544
- children: loadingCircleStyle$4r
13637
+ children: loadingCircleStyle$4t
13545
13638
  }), /*#__PURE__*/React.createElement("svg", _extends({
13546
13639
  xmlns: "http://www.w3.org/2000/svg",
13547
13640
  width: size,
@@ -13575,7 +13668,7 @@ DisplayS.defaultProps = {
13575
13668
  size: '16'
13576
13669
  };
13577
13670
 
13578
- var loadingCircleStyle$4s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13671
+ var loadingCircleStyle$4u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13579
13672
 
13580
13673
  var Share = function Share(props) {
13581
13674
  var color = props.color,
@@ -13588,7 +13681,7 @@ var Share = function Share(props) {
13588
13681
  return /*#__PURE__*/React.createElement("span", {
13589
13682
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13590
13683
  }, /*#__PURE__*/React.createElement("style", {
13591
- children: loadingCircleStyle$4s
13684
+ children: loadingCircleStyle$4u
13592
13685
  }), /*#__PURE__*/React.createElement("svg", _extends({
13593
13686
  xmlns: "http://www.w3.org/2000/svg",
13594
13687
  width: size,
@@ -13620,4 +13713,4 @@ Share.defaultProps = {
13620
13713
  size: '16'
13621
13714
  };
13622
13715
 
13623
- export { Add1 as TaAdd1, Add2 as TaAdd2, Add3 as TaAdd3, Add3Fill as TaAdd3Fill, Alert as TaAlert, AllGroupSm as TaAllGroupSm, Analysis as TaAnalysis, Anchor as TaAnchor, Application as TaApplication, ArrayRowsSm as TaArrayRowsSm, ArrowDown as TaArrowDown, ArrowDown2 as TaArrowDown2, ArrowLeft as TaArrowLeft, ArrowLeft2 as TaArrowLeft2, ArrowLeftDown as TaArrowLeftDown, ArrowRight as TaArrowRight, ArrowRight2 as TaArrowRight2, ArrowUp as TaArrowUp, ArrowUp2 as TaArrowUp2, Ascent as TaAscent, Attribution as TaAttribution, Backup as TaBackup, Bell as TaBell, Book as TaBook, Book2 as TaBook2, Bookmark as TaBookmark, Bookmark2 as TaBookmark2, BooleanSm as TaBooleanSm, Calendar as TaCalendar, CalendarSm as TaCalendarSm, Card as TaCard, Cellphone as TaCellphone, ChartBar as TaChartBar, ChartBarTable as TaChartBarTable, ChartCombinedTable as TaChartCombinedTable, ChartComplex as TaChartComplex, ChartCum as TaChartCum, ChartDNRe as TaChartDNRe, ChartDRe as TaChartDRe, ChartDistTable as TaChartDistTable, ChartFieldlist as TaChartFieldlist, ChartFunnel as TaChartFunnel, ChartHistogram as TaChartHistogram, ChartInterval as TaChartInterval, ChartLine as TaChartLine, ChartLineTable as TaChartLineTable, ChartPie as TaChartPie, ChartSqltable as TaChartSqltable, ChartStack as TaChartStack, ChartStackPerc as TaChartStackPerc, ChartStackn as TaChartStackn, ChartTable as TaChartTable, Clock as TaClock, Close as TaClose, Code as TaCode, Comment as TaComment, Config as TaConfig, Contrast as TaContrast, Copy as TaCopy, Copy2 as TaCopy2, Cost as TaCost, Currency as TaCurrency, CustomPartition as TaCustomPartition, DArrowB as TaDArrowB, DArrowL as TaDArrowL, DArrowR as TaDArrowR, DArrowT as TaDArrowT, Dashboard as TaDashboard, DashboardMgr as TaDashboardMgr, Debug as TaDebug, Delete1 as TaDelete1, Delete2 as TaDelete2, Delete2Fill as TaDelete2Fill, Demo as TaDemo, Descent as TaDescent, Desktop as TaDesktop, Detail as TaDetail, DisplayS as TaDisplayS, Done as TaDone, Dot as TaDot, DoubleList as TaDoubleList, Download as TaDownload, Drag as TaDrag, Drag2 as TaDrag2, DropDown as TaDropDown, DropUp as TaDropUp, EPropertySm as TaEPropertySm, Earth as TaEarth, Edit as TaEdit, EditFill as TaEditFill, Education as TaEducation, EducationFill as TaEducationFill, Email as TaEmail, Error as TaError, Error2 as TaError2, Error2Fill as TaError2Fill, ErrorFill as TaErrorFill, EventMgr as TaEventMgr, EventPropMgr as TaEventPropMgr, EventSm as TaEventSm, EventTree as TaEventTree, Exchange as TaExchange, Export as TaExport, Exposure as TaExposure, Expression as TaExpression, Expression2 as TaExpression2, External as TaExternal, EyeOff as TaEyeOff, EyeOffFill as TaEyeOffFill, EyeOn as TaEyeOn, EyeOnFill as TaEyeOnFill, FileAdd as TaFileAdd, FileConvert as TaFileConvert, FileExport as TaFileExport, FileImport as TaFileImport, FileInfo as TaFileInfo, FileLock as TaFileLock, FileMove as TaFileMove, FilePdf as TaFilePdf, FileRemove as TaFileRemove, Filter as TaFilter, Filter2 as TaFilter2, FirstLast as TaFirstLast, Folder as TaFolder, FolderOpen as TaFolderOpen, Forewarning as TaForewarning, Format as TaFormat, FullDownload as TaFullDownload, Fullscreen as TaFullscreen, Game as TaGame, GameFill as TaGameFill, Gift as TaGift, Group as TaGroup, GroupA2b as TaGroupA2b, GroupAddFill as TaGroupAddFill, GroupAddSm as TaGroupAddSm, GroupFill as TaGroupFill, GroupFill2 as TaGroupFill2, Groups as TaGroups, Heart as TaHeart, Help as TaHelp, History as TaHistory, IdFreeze as TaIdFreeze, Import as TaImport, Index as TaIndex, Indicator as TaIndicator, Info as TaInfo, InfoFill as TaInfoFill, Landscape as TaLandscape, Language as TaLanguage, Link as TaLink, List as TaList, ListNested as TaListNested, ListSm as TaListSm, Live as TaLive, Location as TaLocation, LockClose as TaLockClose, LockCloseFill as TaLockCloseFill, LockOpen as TaLockOpen, LockOpenFill as TaLockOpenFill, LogoCurrencylayerCl as TaLogoCurrencylayerCl, LogoDingdingCl as TaLogoDingdingCl, LogoDingdingGray as TaLogoDingdingGray, LogoFeishuCl as TaLogoFeishuCl, LogoKingCl as TaLogoKingCl, LogoWechatCl as TaLogoWechatCl, LogoWechatGray as TaLogoWechatGray, LogoWecomCl as TaLogoWecomCl, LogoWecomGray as TaLogoWecomGray, Logout as TaLogout, MDistribution as TaMDistribution, MEvent as TaMEvent, MFlow as TaMFlow, MFunnel as TaMFunnel, MInterval as TaMInterval, MProperty as TaMProperty, MRetention as TaMRetention, MSql as TaMSql, MenuFold as TaMenuFold, MenuUnfold as TaMenuUnfold, MessageCenter as TaMessageCenter, Mfa as TaMfa, More1 as TaMore1, More2 as TaMore2, NumSm as TaNumSm, OperatorBigger as TaOperatorBigger, OperatorDivide as TaOperatorDivide, OperatorEqual as TaOperatorEqual, OperatorFalse as TaOperatorFalse, OperatorHasValue as TaOperatorHasValue, OperatorInclude as TaOperatorInclude, OperatorInside as TaOperatorInside, OperatorLess as TaOperatorLess, OperatorNoBigger as TaOperatorNoBigger, OperatorNoLess as TaOperatorNoLess, OperatorNoRegex as TaOperatorNoRegex, OperatorNoValue as TaOperatorNoValue, OperatorNotInclude as TaOperatorNotInclude, OperatorRegex as TaOperatorRegex, OperatorTrue as TaOperatorTrue, OperatorUnequal as TaOperatorUnequal, ParallelFilter as TaParallelFilter, Parameter as TaParameter, Password as TaPassword, Pattern as TaPattern, Play as TaPlay, Plug as TaPlug, Private as TaPrivate, Processing as TaProcessing, Processing2 as TaProcessing2, Project as TaProject, ProjectMgr as TaProjectMgr, RelatedProp as TaRelatedProp, Rename as TaRename, Report as TaReport, ReportRemoval as TaReportRemoval, ResetPassword as TaResetPassword, Result as TaResult, RowsSm as TaRowsSm, SSpace as TaSSpace, Save as TaSave, Search as TaSearch, Send as TaSend, Server as TaServer, Setting as TaSetting, Share as TaShare, ShieldCheck as TaShieldCheck, ShieldCross as TaShieldCross, ShieldKeyhole as TaShieldKeyhole, Shop as TaShop, ShopFill as TaShopFill, Sort as TaSort, SortA2z as TaSortA2z, SortDrop as TaSortDrop, SortRise as TaSortRise, SortZ2a as TaSortZ2a, Space as TaSpace, SpaceOpen as TaSpaceOpen, Speed as TaSpeed, Split as TaSplit, Sql1 as TaSql1, Sql2 as TaSql2, Sql3 as TaSql3, StarFill as TaStarFill, StarOutline as TaStarOutline, Sticker as TaSticker, StickerFill as TaStickerFill, StringSm as TaStringSm, Subtract as TaSubtract, Subtract2 as TaSubtract2, Success as TaSuccess, SuccessFill as TaSuccessFill, SwapFill as TaSwapFill, SystemMgr as TaSystemMgr, SystemMsg as TaSystemMsg, TA2b as TaTA2b, TX2y as TaTX2y, Table1dtable as TaTable1dtable, TdLogo as TaTdLogo, TimeLock as TaTimeLock, TimeSm as TaTimeSm, Tracking as TaTracking, TriDown as TaTriDown, TriLeft as TaTriLeft, TriRight as TaTriRight, TriUp as TaTriUp, UGroup as TaUGroup, UGroupSm as TaUGroupSm, UPropMgr as TaUPropMgr, UPropertySm as TaUPropertySm, UTag as TaUTag, UTagSm as TaUTagSm, Unlink as TaUnlink, Update as TaUpdate, UploadId as TaUploadId, Usb as TaUsb, User1 as TaUser1, User1Fill as TaUser1Fill, User2 as TaUser2, UserAddFill as TaUserAddFill, UserSettings as TaUserSettings, Usertag as TaUsertag, VProperty as TaVProperty, VPropertySm as TaVPropertySm, ViewOriginal as TaViewOriginal };
13716
+ export { Add1 as TaAdd1, Add2 as TaAdd2, Add3 as TaAdd3, Add3Fill as TaAdd3Fill, Alert as TaAlert, AllGroupSm as TaAllGroupSm, Analysis as TaAnalysis, Anchor as TaAnchor, Application as TaApplication, ArrayRowsSm as TaArrayRowsSm, ArrowDown as TaArrowDown, ArrowDown2 as TaArrowDown2, ArrowLeft as TaArrowLeft, ArrowLeft2 as TaArrowLeft2, ArrowLeftDown as TaArrowLeftDown, ArrowRight as TaArrowRight, ArrowRight2 as TaArrowRight2, ArrowUp as TaArrowUp, ArrowUp2 as TaArrowUp2, Ascent as TaAscent, AssetConvert as TaAssetConvert, Attribution as TaAttribution, Backup as TaBackup, Bell as TaBell, Book as TaBook, Book2 as TaBook2, Bookmark as TaBookmark, Bookmark2 as TaBookmark2, BooleanSm as TaBooleanSm, Calendar as TaCalendar, CalendarSm as TaCalendarSm, Card as TaCard, Cellphone as TaCellphone, ChartBar as TaChartBar, ChartBarTable as TaChartBarTable, ChartCombinedTable as TaChartCombinedTable, ChartComplex as TaChartComplex, ChartCum as TaChartCum, ChartDNRe as TaChartDNRe, ChartDRe as TaChartDRe, ChartDistTable as TaChartDistTable, ChartFieldlist as TaChartFieldlist, ChartFunnel as TaChartFunnel, ChartHistogram as TaChartHistogram, ChartInterval as TaChartInterval, ChartLine as TaChartLine, ChartLineTable as TaChartLineTable, ChartPie as TaChartPie, ChartSqltable as TaChartSqltable, ChartStack as TaChartStack, ChartStackPerc as TaChartStackPerc, ChartStackn as TaChartStackn, ChartTable as TaChartTable, Clock as TaClock, Close as TaClose, Code as TaCode, Comment as TaComment, Config as TaConfig, Contrast as TaContrast, Copy as TaCopy, Copy2 as TaCopy2, Cost as TaCost, Currency as TaCurrency, CustomPartition as TaCustomPartition, DArrowB as TaDArrowB, DArrowL as TaDArrowL, DArrowR as TaDArrowR, DArrowT as TaDArrowT, Dashboard as TaDashboard, DashboardMgr as TaDashboardMgr, Debug as TaDebug, Delete1 as TaDelete1, Delete2 as TaDelete2, Delete2Fill as TaDelete2Fill, Demo as TaDemo, Descent as TaDescent, Desktop as TaDesktop, Detail as TaDetail, DisplayS as TaDisplayS, Done as TaDone, Dot as TaDot, DoubleList as TaDoubleList, Download as TaDownload, Drag as TaDrag, Drag2 as TaDrag2, DropDown as TaDropDown, DropUp as TaDropUp, EPropertySm as TaEPropertySm, Earth as TaEarth, Edit as TaEdit, EditFill as TaEditFill, Education as TaEducation, EducationFill as TaEducationFill, Email as TaEmail, Error as TaError, Error2 as TaError2, Error2Fill as TaError2Fill, ErrorFill as TaErrorFill, EventMgr as TaEventMgr, EventPropMgr as TaEventPropMgr, EventSm as TaEventSm, EventTree as TaEventTree, Exchange as TaExchange, Export as TaExport, Exposure as TaExposure, Expression as TaExpression, Expression2 as TaExpression2, External as TaExternal, EyeOff as TaEyeOff, EyeOffFill as TaEyeOffFill, EyeOn as TaEyeOn, EyeOnFill as TaEyeOnFill, FileAdd as TaFileAdd, FileConvert as TaFileConvert, FileExport as TaFileExport, FileImport as TaFileImport, FileInfo as TaFileInfo, FileLock as TaFileLock, FileMove as TaFileMove, FilePdf as TaFilePdf, FileRemove as TaFileRemove, Filter as TaFilter, Filter2 as TaFilter2, FirstLast as TaFirstLast, Folder as TaFolder, FolderOpen as TaFolderOpen, Forewarning as TaForewarning, Format as TaFormat, FullDownload as TaFullDownload, Fullscreen as TaFullscreen, Game as TaGame, GameFill as TaGameFill, Gift as TaGift, Group as TaGroup, GroupA2b as TaGroupA2b, GroupAddFill as TaGroupAddFill, GroupAddSm as TaGroupAddSm, GroupFill as TaGroupFill, GroupFill2 as TaGroupFill2, Groups as TaGroups, Heart as TaHeart, Help as TaHelp, History as TaHistory, IdFreeze as TaIdFreeze, Import as TaImport, Index as TaIndex, Indicator as TaIndicator, Info as TaInfo, InfoFill as TaInfoFill, Landscape as TaLandscape, Language as TaLanguage, Link as TaLink, List as TaList, ListNested as TaListNested, ListSm as TaListSm, Live as TaLive, Location as TaLocation, LockClose as TaLockClose, LockCloseFill as TaLockCloseFill, LockOpen as TaLockOpen, LockOpenFill as TaLockOpenFill, LogoCurrencylayerCl as TaLogoCurrencylayerCl, LogoDingdingCl as TaLogoDingdingCl, LogoDingdingGray as TaLogoDingdingGray, LogoFeishuCl as TaLogoFeishuCl, LogoGarenaCl as TaLogoGarenaCl, LogoKingCl as TaLogoKingCl, LogoWechatCl as TaLogoWechatCl, LogoWechatGray as TaLogoWechatGray, LogoWecomCl as TaLogoWecomCl, LogoWecomGray as TaLogoWecomGray, Logout as TaLogout, MDistribution as TaMDistribution, MEvent as TaMEvent, MFlow as TaMFlow, MFunnel as TaMFunnel, MInterval as TaMInterval, MProperty as TaMProperty, MRetention as TaMRetention, MSql as TaMSql, MenuFold as TaMenuFold, MenuUnfold as TaMenuUnfold, MessageCenter as TaMessageCenter, Mfa as TaMfa, More1 as TaMore1, More2 as TaMore2, NumSm as TaNumSm, OperatorBigger as TaOperatorBigger, OperatorDivide as TaOperatorDivide, OperatorEqual as TaOperatorEqual, OperatorFalse as TaOperatorFalse, OperatorHasValue as TaOperatorHasValue, OperatorInclude as TaOperatorInclude, OperatorInside as TaOperatorInside, OperatorLess as TaOperatorLess, OperatorNoBigger as TaOperatorNoBigger, OperatorNoLess as TaOperatorNoLess, OperatorNoRegex as TaOperatorNoRegex, OperatorNoValue as TaOperatorNoValue, OperatorNotInclude as TaOperatorNotInclude, OperatorRegex as TaOperatorRegex, OperatorTrue as TaOperatorTrue, OperatorUnequal as TaOperatorUnequal, ParallelFilter as TaParallelFilter, Parameter as TaParameter, Password as TaPassword, Pattern as TaPattern, Play as TaPlay, Plug as TaPlug, Private as TaPrivate, Processing as TaProcessing, Processing2 as TaProcessing2, Project as TaProject, ProjectMgr as TaProjectMgr, RelatedProp as TaRelatedProp, Rename as TaRename, Report as TaReport, ReportRemoval as TaReportRemoval, ResetPassword as TaResetPassword, Result as TaResult, RowsSm as TaRowsSm, SSpace as TaSSpace, Save as TaSave, Search as TaSearch, Send as TaSend, Server as TaServer, Setting as TaSetting, Share as TaShare, ShieldCheck as TaShieldCheck, ShieldCross as TaShieldCross, ShieldKeyhole as TaShieldKeyhole, Shop as TaShop, ShopFill as TaShopFill, Sort as TaSort, SortA2z as TaSortA2z, SortDrop as TaSortDrop, SortRise as TaSortRise, SortZ2a as TaSortZ2a, Space as TaSpace, SpaceOpen as TaSpaceOpen, Speed as TaSpeed, Split as TaSplit, Sql1 as TaSql1, Sql2 as TaSql2, Sql3 as TaSql3, StarFill as TaStarFill, StarOutline as TaStarOutline, Sticker as TaSticker, StickerFill as TaStickerFill, StringSm as TaStringSm, Subtract as TaSubtract, Subtract2 as TaSubtract2, Success as TaSuccess, SuccessFill as TaSuccessFill, SwapFill as TaSwapFill, SystemMgr as TaSystemMgr, SystemMsg as TaSystemMsg, TA2b as TaTA2b, TX2y as TaTX2y, Table1dtable as TaTable1dtable, TdLogo as TaTdLogo, TimeLock as TaTimeLock, TimeSm as TaTimeSm, Tracking as TaTracking, TriDown as TaTriDown, TriLeft as TaTriLeft, TriRight as TaTriRight, TriUp as TaTriUp, UGroup as TaUGroup, UGroupSm as TaUGroupSm, UPropMgr as TaUPropMgr, UPropertySm as TaUPropertySm, UTag as TaUTag, UTagSm as TaUTagSm, Unlink as TaUnlink, Update as TaUpdate, UploadId as TaUploadId, Usb as TaUsb, User1 as TaUser1, User1Fill as TaUser1Fill, User2 as TaUser2, UserAddFill as TaUserAddFill, UserSettings as TaUserSettings, Usertag as TaUsertag, VProperty as TaVProperty, VPropertySm as TaVPropertySm, ViewOriginal as TaViewOriginal };