@tant/icons 1.0.29 → 1.1.41

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.
@@ -6509,7 +6509,7 @@ LogoKingCl.defaultProps = {
6509
6509
 
6510
6510
  var loadingCircleStyle$26 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6511
6511
 
6512
- var LogoCurrencylayerCl = function LogoCurrencylayerCl(props) {
6512
+ var LogoGarenaCl = function LogoGarenaCl(props) {
6513
6513
  var color = props.color,
6514
6514
  size = props.size,
6515
6515
  spin = props.spin,
@@ -6536,6 +6536,52 @@ var LogoCurrencylayerCl = function LogoCurrencylayerCl(props) {
6536
6536
  } : {}), {}, {
6537
6537
  cursor: 'pointer'
6538
6538
  })
6539
+ }), /*#__PURE__*/React.createElement("path", {
6540
+ 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",
6541
+ fill: "#E41E26"
6542
+ })));
6543
+ };
6544
+
6545
+ LogoGarenaCl.propTypes = {
6546
+ spin: PropTypes.bool,
6547
+ color: PropTypes.string,
6548
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
6549
+ };
6550
+ LogoGarenaCl.defaultProps = {
6551
+ spin: false,
6552
+ color: 'currentColor',
6553
+ size: '16'
6554
+ };
6555
+
6556
+ var loadingCircleStyle$27 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6557
+
6558
+ var LogoCurrencylayerCl = function LogoCurrencylayerCl(props) {
6559
+ var color = props.color,
6560
+ size = props.size,
6561
+ spin = props.spin,
6562
+ style = props.style,
6563
+ className = props.className,
6564
+ otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className"]);
6565
+
6566
+ return /*#__PURE__*/React.createElement("span", {
6567
+ className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6568
+ }, /*#__PURE__*/React.createElement("style", {
6569
+ children: loadingCircleStyle$27
6570
+ }), /*#__PURE__*/React.createElement("svg", _extends({
6571
+ xmlns: "http://www.w3.org/2000/svg",
6572
+ width: size,
6573
+ height: size,
6574
+ viewBox: "0 0 24 24",
6575
+ fill: color
6576
+ }, otherProps, {
6577
+ style: _objectSpread2(_objectSpread2(_objectSpread2({}, style), spin ? {
6578
+ animationDuration: '1s',
6579
+ animationIterationCount: 'infinite',
6580
+ animationName: 'loadingCircle',
6581
+ animationTimingFunction: 'linear'
6582
+ } : {}), {}, {
6583
+ cursor: 'pointer'
6584
+ })
6539
6585
  }), /*#__PURE__*/React.createElement("rect", {
6540
6586
  width: "24",
6541
6587
  height: "24",
@@ -6557,7 +6603,7 @@ LogoCurrencylayerCl.defaultProps = {
6557
6603
  size: '16'
6558
6604
  };
6559
6605
 
6560
- var loadingCircleStyle$27 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6606
+ var loadingCircleStyle$28 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6561
6607
 
6562
6608
  var Info = function Info(props) {
6563
6609
  var color = props.color,
@@ -6570,7 +6616,7 @@ var Info = function Info(props) {
6570
6616
  return /*#__PURE__*/React.createElement("span", {
6571
6617
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6572
6618
  }, /*#__PURE__*/React.createElement("style", {
6573
- children: loadingCircleStyle$27
6619
+ children: loadingCircleStyle$28
6574
6620
  }), /*#__PURE__*/React.createElement("svg", _extends({
6575
6621
  xmlns: "http://www.w3.org/2000/svg",
6576
6622
  width: size,
@@ -6606,7 +6652,7 @@ Info.defaultProps = {
6606
6652
  size: '16'
6607
6653
  };
6608
6654
 
6609
- var loadingCircleStyle$28 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6655
+ var loadingCircleStyle$29 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6610
6656
 
6611
6657
  var InfoFill = function InfoFill(props) {
6612
6658
  var color = props.color,
@@ -6619,7 +6665,7 @@ var InfoFill = function InfoFill(props) {
6619
6665
  return /*#__PURE__*/React.createElement("span", {
6620
6666
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6621
6667
  }, /*#__PURE__*/React.createElement("style", {
6622
- children: loadingCircleStyle$28
6668
+ children: loadingCircleStyle$29
6623
6669
  }), /*#__PURE__*/React.createElement("svg", _extends({
6624
6670
  xmlns: "http://www.w3.org/2000/svg",
6625
6671
  width: size,
@@ -6651,7 +6697,7 @@ InfoFill.defaultProps = {
6651
6697
  size: '16'
6652
6698
  };
6653
6699
 
6654
- var loadingCircleStyle$29 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6700
+ var loadingCircleStyle$2a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6655
6701
 
6656
6702
  var Help = function Help(props) {
6657
6703
  var color = props.color,
@@ -6664,7 +6710,7 @@ var Help = function Help(props) {
6664
6710
  return /*#__PURE__*/React.createElement("span", {
6665
6711
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6666
6712
  }, /*#__PURE__*/React.createElement("style", {
6667
- children: loadingCircleStyle$29
6713
+ children: loadingCircleStyle$2a
6668
6714
  }), /*#__PURE__*/React.createElement("svg", _extends({
6669
6715
  xmlns: "http://www.w3.org/2000/svg",
6670
6716
  width: size,
@@ -6696,7 +6742,7 @@ Help.defaultProps = {
6696
6742
  size: '16'
6697
6743
  };
6698
6744
 
6699
- var loadingCircleStyle$2a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6745
+ var loadingCircleStyle$2b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6700
6746
 
6701
6747
  var History = function History(props) {
6702
6748
  var color = props.color,
@@ -6709,7 +6755,7 @@ var History = function History(props) {
6709
6755
  return /*#__PURE__*/React.createElement("span", {
6710
6756
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6711
6757
  }, /*#__PURE__*/React.createElement("style", {
6712
- children: loadingCircleStyle$2a
6758
+ children: loadingCircleStyle$2b
6713
6759
  }), /*#__PURE__*/React.createElement("svg", _extends({
6714
6760
  xmlns: "http://www.w3.org/2000/svg",
6715
6761
  width: size,
@@ -6741,7 +6787,7 @@ History.defaultProps = {
6741
6787
  size: '16'
6742
6788
  };
6743
6789
 
6744
- var loadingCircleStyle$2b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6790
+ var loadingCircleStyle$2c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6745
6791
 
6746
6792
  var Backup = function Backup(props) {
6747
6793
  var color = props.color,
@@ -6754,7 +6800,7 @@ var Backup = function Backup(props) {
6754
6800
  return /*#__PURE__*/React.createElement("span", {
6755
6801
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6756
6802
  }, /*#__PURE__*/React.createElement("style", {
6757
- children: loadingCircleStyle$2b
6803
+ children: loadingCircleStyle$2c
6758
6804
  }), /*#__PURE__*/React.createElement("svg", _extends({
6759
6805
  xmlns: "http://www.w3.org/2000/svg",
6760
6806
  width: size,
@@ -6788,7 +6834,7 @@ Backup.defaultProps = {
6788
6834
  size: '16'
6789
6835
  };
6790
6836
 
6791
- var loadingCircleStyle$2c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6837
+ var loadingCircleStyle$2d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6792
6838
 
6793
6839
  var Error = function Error(props) {
6794
6840
  var color = props.color,
@@ -6801,7 +6847,7 @@ var Error = function Error(props) {
6801
6847
  return /*#__PURE__*/React.createElement("span", {
6802
6848
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6803
6849
  }, /*#__PURE__*/React.createElement("style", {
6804
- children: loadingCircleStyle$2c
6850
+ children: loadingCircleStyle$2d
6805
6851
  }), /*#__PURE__*/React.createElement("svg", _extends({
6806
6852
  xmlns: "http://www.w3.org/2000/svg",
6807
6853
  width: size,
@@ -6837,7 +6883,7 @@ Error.defaultProps = {
6837
6883
  size: '16'
6838
6884
  };
6839
6885
 
6840
- var loadingCircleStyle$2d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6886
+ var loadingCircleStyle$2e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6841
6887
 
6842
6888
  var ErrorFill = function ErrorFill(props) {
6843
6889
  var color = props.color,
@@ -6850,7 +6896,7 @@ var ErrorFill = function ErrorFill(props) {
6850
6896
  return /*#__PURE__*/React.createElement("span", {
6851
6897
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6852
6898
  }, /*#__PURE__*/React.createElement("style", {
6853
- children: loadingCircleStyle$2d
6899
+ children: loadingCircleStyle$2e
6854
6900
  }), /*#__PURE__*/React.createElement("svg", _extends({
6855
6901
  xmlns: "http://www.w3.org/2000/svg",
6856
6902
  width: size,
@@ -6882,7 +6928,7 @@ ErrorFill.defaultProps = {
6882
6928
  size: '16'
6883
6929
  };
6884
6930
 
6885
- var loadingCircleStyle$2e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6931
+ var loadingCircleStyle$2f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6886
6932
 
6887
6933
  var Error2 = function Error2(props) {
6888
6934
  var color = props.color,
@@ -6895,7 +6941,7 @@ var Error2 = function Error2(props) {
6895
6941
  return /*#__PURE__*/React.createElement("span", {
6896
6942
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6897
6943
  }, /*#__PURE__*/React.createElement("style", {
6898
- children: loadingCircleStyle$2e
6944
+ children: loadingCircleStyle$2f
6899
6945
  }), /*#__PURE__*/React.createElement("svg", _extends({
6900
6946
  xmlns: "http://www.w3.org/2000/svg",
6901
6947
  width: size,
@@ -6929,7 +6975,7 @@ Error2.defaultProps = {
6929
6975
  size: '16'
6930
6976
  };
6931
6977
 
6932
- var loadingCircleStyle$2f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6978
+ var loadingCircleStyle$2g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6933
6979
 
6934
6980
  var Error2Fill = function Error2Fill(props) {
6935
6981
  var color = props.color,
@@ -6942,7 +6988,7 @@ var Error2Fill = function Error2Fill(props) {
6942
6988
  return /*#__PURE__*/React.createElement("span", {
6943
6989
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6944
6990
  }, /*#__PURE__*/React.createElement("style", {
6945
- children: loadingCircleStyle$2f
6991
+ children: loadingCircleStyle$2g
6946
6992
  }), /*#__PURE__*/React.createElement("svg", _extends({
6947
6993
  xmlns: "http://www.w3.org/2000/svg",
6948
6994
  width: size,
@@ -6976,7 +7022,7 @@ Error2Fill.defaultProps = {
6976
7022
  size: '16'
6977
7023
  };
6978
7024
 
6979
- var loadingCircleStyle$2g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7025
+ var loadingCircleStyle$2h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6980
7026
 
6981
7027
  var Success = function Success(props) {
6982
7028
  var color = props.color,
@@ -6989,7 +7035,7 @@ var Success = function Success(props) {
6989
7035
  return /*#__PURE__*/React.createElement("span", {
6990
7036
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6991
7037
  }, /*#__PURE__*/React.createElement("style", {
6992
- children: loadingCircleStyle$2g
7038
+ children: loadingCircleStyle$2h
6993
7039
  }), /*#__PURE__*/React.createElement("svg", _extends({
6994
7040
  xmlns: "http://www.w3.org/2000/svg",
6995
7041
  width: size,
@@ -7021,7 +7067,7 @@ Success.defaultProps = {
7021
7067
  size: '16'
7022
7068
  };
7023
7069
 
7024
- var loadingCircleStyle$2h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7070
+ var loadingCircleStyle$2i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7025
7071
 
7026
7072
  var SuccessFill = function SuccessFill(props) {
7027
7073
  var color = props.color,
@@ -7034,7 +7080,7 @@ var SuccessFill = function SuccessFill(props) {
7034
7080
  return /*#__PURE__*/React.createElement("span", {
7035
7081
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7036
7082
  }, /*#__PURE__*/React.createElement("style", {
7037
- children: loadingCircleStyle$2h
7083
+ children: loadingCircleStyle$2i
7038
7084
  }), /*#__PURE__*/React.createElement("svg", _extends({
7039
7085
  xmlns: "http://www.w3.org/2000/svg",
7040
7086
  width: size,
@@ -7068,7 +7114,7 @@ SuccessFill.defaultProps = {
7068
7114
  size: '16'
7069
7115
  };
7070
7116
 
7071
- var loadingCircleStyle$2i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7117
+ var loadingCircleStyle$2j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7072
7118
 
7073
7119
  var Delete2 = function Delete2(props) {
7074
7120
  var color = props.color,
@@ -7081,7 +7127,7 @@ var Delete2 = function Delete2(props) {
7081
7127
  return /*#__PURE__*/React.createElement("span", {
7082
7128
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7083
7129
  }, /*#__PURE__*/React.createElement("style", {
7084
- children: loadingCircleStyle$2i
7130
+ children: loadingCircleStyle$2j
7085
7131
  }), /*#__PURE__*/React.createElement("svg", _extends({
7086
7132
  xmlns: "http://www.w3.org/2000/svg",
7087
7133
  width: size,
@@ -7113,7 +7159,7 @@ Delete2.defaultProps = {
7113
7159
  size: '16'
7114
7160
  };
7115
7161
 
7116
- var loadingCircleStyle$2j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7162
+ var loadingCircleStyle$2k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7117
7163
 
7118
7164
  var Delete2Fill = function Delete2Fill(props) {
7119
7165
  var color = props.color,
@@ -7126,7 +7172,7 @@ var Delete2Fill = function Delete2Fill(props) {
7126
7172
  return /*#__PURE__*/React.createElement("span", {
7127
7173
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7128
7174
  }, /*#__PURE__*/React.createElement("style", {
7129
- children: loadingCircleStyle$2j
7175
+ children: loadingCircleStyle$2k
7130
7176
  }), /*#__PURE__*/React.createElement("svg", _extends({
7131
7177
  xmlns: "http://www.w3.org/2000/svg",
7132
7178
  width: size,
@@ -7158,7 +7204,7 @@ Delete2Fill.defaultProps = {
7158
7204
  size: '16'
7159
7205
  };
7160
7206
 
7161
- var loadingCircleStyle$2k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7207
+ var loadingCircleStyle$2l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7162
7208
 
7163
7209
  var Exchange = function Exchange(props) {
7164
7210
  var color = props.color,
@@ -7171,7 +7217,7 @@ var Exchange = function Exchange(props) {
7171
7217
  return /*#__PURE__*/React.createElement("span", {
7172
7218
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7173
7219
  }, /*#__PURE__*/React.createElement("style", {
7174
- children: loadingCircleStyle$2k
7220
+ children: loadingCircleStyle$2l
7175
7221
  }), /*#__PURE__*/React.createElement("svg", _extends({
7176
7222
  xmlns: "http://www.w3.org/2000/svg",
7177
7223
  width: size,
@@ -7203,7 +7249,7 @@ Exchange.defaultProps = {
7203
7249
  size: '16'
7204
7250
  };
7205
7251
 
7206
- var loadingCircleStyle$2l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7252
+ var loadingCircleStyle$2m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7207
7253
 
7208
7254
  var SwapFill = function SwapFill(props) {
7209
7255
  var color = props.color,
@@ -7216,7 +7262,7 @@ var SwapFill = function SwapFill(props) {
7216
7262
  return /*#__PURE__*/React.createElement("span", {
7217
7263
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7218
7264
  }, /*#__PURE__*/React.createElement("style", {
7219
- children: loadingCircleStyle$2l
7265
+ children: loadingCircleStyle$2m
7220
7266
  }), /*#__PURE__*/React.createElement("svg", _extends({
7221
7267
  xmlns: "http://www.w3.org/2000/svg",
7222
7268
  width: size,
@@ -7248,7 +7294,7 @@ SwapFill.defaultProps = {
7248
7294
  size: '16'
7249
7295
  };
7250
7296
 
7251
- var loadingCircleStyle$2m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7297
+ var loadingCircleStyle$2n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7252
7298
 
7253
7299
  var Processing = function Processing(props) {
7254
7300
  var color = props.color,
@@ -7261,7 +7307,7 @@ var Processing = function Processing(props) {
7261
7307
  return /*#__PURE__*/React.createElement("span", {
7262
7308
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7263
7309
  }, /*#__PURE__*/React.createElement("style", {
7264
- children: loadingCircleStyle$2m
7310
+ children: loadingCircleStyle$2n
7265
7311
  }), /*#__PURE__*/React.createElement("svg", _extends({
7266
7312
  xmlns: "http://www.w3.org/2000/svg",
7267
7313
  width: size,
@@ -7293,7 +7339,7 @@ Processing.defaultProps = {
7293
7339
  size: '16'
7294
7340
  };
7295
7341
 
7296
- var loadingCircleStyle$2n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7342
+ var loadingCircleStyle$2o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7297
7343
 
7298
7344
  var Processing2 = function Processing2(props) {
7299
7345
  var color = props.color,
@@ -7306,7 +7352,7 @@ var Processing2 = function Processing2(props) {
7306
7352
  return /*#__PURE__*/React.createElement("span", {
7307
7353
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7308
7354
  }, /*#__PURE__*/React.createElement("style", {
7309
- children: loadingCircleStyle$2n
7355
+ children: loadingCircleStyle$2o
7310
7356
  }), /*#__PURE__*/React.createElement("svg", _extends({
7311
7357
  xmlns: "http://www.w3.org/2000/svg",
7312
7358
  width: size,
@@ -7340,7 +7386,7 @@ Processing2.defaultProps = {
7340
7386
  size: '16'
7341
7387
  };
7342
7388
 
7343
- var loadingCircleStyle$2o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7389
+ var loadingCircleStyle$2p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7344
7390
 
7345
7391
  var Done = function Done(props) {
7346
7392
  var color = props.color,
@@ -7353,7 +7399,7 @@ var Done = function Done(props) {
7353
7399
  return /*#__PURE__*/React.createElement("span", {
7354
7400
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7355
7401
  }, /*#__PURE__*/React.createElement("style", {
7356
- children: loadingCircleStyle$2o
7402
+ children: loadingCircleStyle$2p
7357
7403
  }), /*#__PURE__*/React.createElement("svg", _extends({
7358
7404
  xmlns: "http://www.w3.org/2000/svg",
7359
7405
  width: size,
@@ -7385,7 +7431,7 @@ Done.defaultProps = {
7385
7431
  size: '16'
7386
7432
  };
7387
7433
 
7388
- var loadingCircleStyle$2p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7434
+ var loadingCircleStyle$2q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7389
7435
 
7390
7436
  var Close = function Close(props) {
7391
7437
  var color = props.color,
@@ -7398,7 +7444,7 @@ var Close = function Close(props) {
7398
7444
  return /*#__PURE__*/React.createElement("span", {
7399
7445
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7400
7446
  }, /*#__PURE__*/React.createElement("style", {
7401
- children: loadingCircleStyle$2p
7447
+ children: loadingCircleStyle$2q
7402
7448
  }), /*#__PURE__*/React.createElement("svg", _extends({
7403
7449
  xmlns: "http://www.w3.org/2000/svg",
7404
7450
  width: size,
@@ -7430,7 +7476,7 @@ Close.defaultProps = {
7430
7476
  size: '16'
7431
7477
  };
7432
7478
 
7433
- var loadingCircleStyle$2q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7479
+ var loadingCircleStyle$2r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7434
7480
 
7435
7481
  var StarOutline = function StarOutline(props) {
7436
7482
  var color = props.color,
@@ -7443,7 +7489,7 @@ var StarOutline = function StarOutline(props) {
7443
7489
  return /*#__PURE__*/React.createElement("span", {
7444
7490
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7445
7491
  }, /*#__PURE__*/React.createElement("style", {
7446
- children: loadingCircleStyle$2q
7492
+ children: loadingCircleStyle$2r
7447
7493
  }), /*#__PURE__*/React.createElement("svg", _extends({
7448
7494
  xmlns: "http://www.w3.org/2000/svg",
7449
7495
  width: size,
@@ -7475,7 +7521,7 @@ StarOutline.defaultProps = {
7475
7521
  size: '16'
7476
7522
  };
7477
7523
 
7478
- var loadingCircleStyle$2r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7524
+ var loadingCircleStyle$2s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7479
7525
 
7480
7526
  var StarFill = function StarFill(props) {
7481
7527
  var color = props.color,
@@ -7488,7 +7534,7 @@ var StarFill = function StarFill(props) {
7488
7534
  return /*#__PURE__*/React.createElement("span", {
7489
7535
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7490
7536
  }, /*#__PURE__*/React.createElement("style", {
7491
- children: loadingCircleStyle$2r
7537
+ children: loadingCircleStyle$2s
7492
7538
  }), /*#__PURE__*/React.createElement("svg", _extends({
7493
7539
  xmlns: "http://www.w3.org/2000/svg",
7494
7540
  width: size,
@@ -7520,7 +7566,7 @@ StarFill.defaultProps = {
7520
7566
  size: '16'
7521
7567
  };
7522
7568
 
7523
- var loadingCircleStyle$2s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7569
+ var loadingCircleStyle$2t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7524
7570
 
7525
7571
  var TimeLock = function TimeLock(props) {
7526
7572
  var color = props.color,
@@ -7533,7 +7579,7 @@ var TimeLock = function TimeLock(props) {
7533
7579
  return /*#__PURE__*/React.createElement("span", {
7534
7580
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7535
7581
  }, /*#__PURE__*/React.createElement("style", {
7536
- children: loadingCircleStyle$2s
7582
+ children: loadingCircleStyle$2t
7537
7583
  }), /*#__PURE__*/React.createElement("svg", _extends({
7538
7584
  xmlns: "http://www.w3.org/2000/svg",
7539
7585
  width: size,
@@ -7565,7 +7611,7 @@ TimeLock.defaultProps = {
7565
7611
  size: '16'
7566
7612
  };
7567
7613
 
7568
- var loadingCircleStyle$2t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7614
+ var loadingCircleStyle$2u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7569
7615
 
7570
7616
  var Heart = function Heart(props) {
7571
7617
  var color = props.color,
@@ -7578,7 +7624,7 @@ var Heart = function Heart(props) {
7578
7624
  return /*#__PURE__*/React.createElement("span", {
7579
7625
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7580
7626
  }, /*#__PURE__*/React.createElement("style", {
7581
- children: loadingCircleStyle$2t
7627
+ children: loadingCircleStyle$2u
7582
7628
  }), /*#__PURE__*/React.createElement("svg", _extends({
7583
7629
  xmlns: "http://www.w3.org/2000/svg",
7584
7630
  width: size,
@@ -7610,7 +7656,7 @@ Heart.defaultProps = {
7610
7656
  size: '16'
7611
7657
  };
7612
7658
 
7613
- var loadingCircleStyle$2u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7659
+ var loadingCircleStyle$2v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7614
7660
 
7615
7661
  var Bookmark = function Bookmark(props) {
7616
7662
  var color = props.color,
@@ -7623,7 +7669,7 @@ var Bookmark = function Bookmark(props) {
7623
7669
  return /*#__PURE__*/React.createElement("span", {
7624
7670
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7625
7671
  }, /*#__PURE__*/React.createElement("style", {
7626
- children: loadingCircleStyle$2u
7672
+ children: loadingCircleStyle$2v
7627
7673
  }), /*#__PURE__*/React.createElement("svg", _extends({
7628
7674
  xmlns: "http://www.w3.org/2000/svg",
7629
7675
  width: size,
@@ -7655,7 +7701,7 @@ Bookmark.defaultProps = {
7655
7701
  size: '16'
7656
7702
  };
7657
7703
 
7658
- var loadingCircleStyle$2v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7704
+ var loadingCircleStyle$2w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7659
7705
 
7660
7706
  var Bookmark2 = function Bookmark2(props) {
7661
7707
  var color = props.color,
@@ -7668,7 +7714,7 @@ var Bookmark2 = function Bookmark2(props) {
7668
7714
  return /*#__PURE__*/React.createElement("span", {
7669
7715
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7670
7716
  }, /*#__PURE__*/React.createElement("style", {
7671
- children: loadingCircleStyle$2v
7717
+ children: loadingCircleStyle$2w
7672
7718
  }), /*#__PURE__*/React.createElement("svg", _extends({
7673
7719
  xmlns: "http://www.w3.org/2000/svg",
7674
7720
  width: size,
@@ -7700,7 +7746,7 @@ Bookmark2.defaultProps = {
7700
7746
  size: '16'
7701
7747
  };
7702
7748
 
7703
- var loadingCircleStyle$2w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7749
+ var loadingCircleStyle$2x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7704
7750
 
7705
7751
  var LockClose = function LockClose(props) {
7706
7752
  var color = props.color,
@@ -7713,7 +7759,7 @@ var LockClose = function LockClose(props) {
7713
7759
  return /*#__PURE__*/React.createElement("span", {
7714
7760
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7715
7761
  }, /*#__PURE__*/React.createElement("style", {
7716
- children: loadingCircleStyle$2w
7762
+ children: loadingCircleStyle$2x
7717
7763
  }), /*#__PURE__*/React.createElement("svg", _extends({
7718
7764
  xmlns: "http://www.w3.org/2000/svg",
7719
7765
  width: size,
@@ -7749,7 +7795,7 @@ LockClose.defaultProps = {
7749
7795
  size: '16'
7750
7796
  };
7751
7797
 
7752
- var loadingCircleStyle$2x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7798
+ var loadingCircleStyle$2y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7753
7799
 
7754
7800
  var LockCloseFill = function LockCloseFill(props) {
7755
7801
  var color = props.color,
@@ -7762,7 +7808,7 @@ var LockCloseFill = function LockCloseFill(props) {
7762
7808
  return /*#__PURE__*/React.createElement("span", {
7763
7809
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7764
7810
  }, /*#__PURE__*/React.createElement("style", {
7765
- children: loadingCircleStyle$2x
7811
+ children: loadingCircleStyle$2y
7766
7812
  }), /*#__PURE__*/React.createElement("svg", _extends({
7767
7813
  xmlns: "http://www.w3.org/2000/svg",
7768
7814
  width: size,
@@ -7794,7 +7840,7 @@ LockCloseFill.defaultProps = {
7794
7840
  size: '16'
7795
7841
  };
7796
7842
 
7797
- var loadingCircleStyle$2y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7843
+ var loadingCircleStyle$2z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7798
7844
 
7799
7845
  var LockOpen = function LockOpen(props) {
7800
7846
  var color = props.color,
@@ -7807,7 +7853,7 @@ var LockOpen = function LockOpen(props) {
7807
7853
  return /*#__PURE__*/React.createElement("span", {
7808
7854
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7809
7855
  }, /*#__PURE__*/React.createElement("style", {
7810
- children: loadingCircleStyle$2y
7856
+ children: loadingCircleStyle$2z
7811
7857
  }), /*#__PURE__*/React.createElement("svg", _extends({
7812
7858
  xmlns: "http://www.w3.org/2000/svg",
7813
7859
  width: size,
@@ -7839,7 +7885,7 @@ LockOpen.defaultProps = {
7839
7885
  size: '16'
7840
7886
  };
7841
7887
 
7842
- var loadingCircleStyle$2z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7888
+ var loadingCircleStyle$2A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7843
7889
 
7844
7890
  var LockOpenFill = function LockOpenFill(props) {
7845
7891
  var color = props.color,
@@ -7852,7 +7898,7 @@ var LockOpenFill = function LockOpenFill(props) {
7852
7898
  return /*#__PURE__*/React.createElement("span", {
7853
7899
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7854
7900
  }, /*#__PURE__*/React.createElement("style", {
7855
- children: loadingCircleStyle$2z
7901
+ children: loadingCircleStyle$2A
7856
7902
  }), /*#__PURE__*/React.createElement("svg", _extends({
7857
7903
  xmlns: "http://www.w3.org/2000/svg",
7858
7904
  width: size,
@@ -7884,7 +7930,7 @@ LockOpenFill.defaultProps = {
7884
7930
  size: '16'
7885
7931
  };
7886
7932
 
7887
- var loadingCircleStyle$2A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7933
+ var loadingCircleStyle$2B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7888
7934
 
7889
7935
  var EyeOn = function EyeOn(props) {
7890
7936
  var color = props.color,
@@ -7897,7 +7943,7 @@ var EyeOn = function EyeOn(props) {
7897
7943
  return /*#__PURE__*/React.createElement("span", {
7898
7944
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7899
7945
  }, /*#__PURE__*/React.createElement("style", {
7900
- children: loadingCircleStyle$2A
7946
+ children: loadingCircleStyle$2B
7901
7947
  }), /*#__PURE__*/React.createElement("svg", _extends({
7902
7948
  xmlns: "http://www.w3.org/2000/svg",
7903
7949
  width: size,
@@ -7929,7 +7975,7 @@ EyeOn.defaultProps = {
7929
7975
  size: '16'
7930
7976
  };
7931
7977
 
7932
- var loadingCircleStyle$2B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7978
+ var loadingCircleStyle$2C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7933
7979
 
7934
7980
  var EyeOnFill = function EyeOnFill(props) {
7935
7981
  var color = props.color,
@@ -7942,7 +7988,7 @@ var EyeOnFill = function EyeOnFill(props) {
7942
7988
  return /*#__PURE__*/React.createElement("span", {
7943
7989
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7944
7990
  }, /*#__PURE__*/React.createElement("style", {
7945
- children: loadingCircleStyle$2B
7991
+ children: loadingCircleStyle$2C
7946
7992
  }), /*#__PURE__*/React.createElement("svg", _extends({
7947
7993
  xmlns: "http://www.w3.org/2000/svg",
7948
7994
  width: size,
@@ -7976,7 +8022,7 @@ EyeOnFill.defaultProps = {
7976
8022
  size: '16'
7977
8023
  };
7978
8024
 
7979
- var loadingCircleStyle$2C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8025
+ var loadingCircleStyle$2D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7980
8026
 
7981
8027
  var EyeOff = function EyeOff(props) {
7982
8028
  var color = props.color,
@@ -7989,7 +8035,7 @@ var EyeOff = function EyeOff(props) {
7989
8035
  return /*#__PURE__*/React.createElement("span", {
7990
8036
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7991
8037
  }, /*#__PURE__*/React.createElement("style", {
7992
- children: loadingCircleStyle$2C
8038
+ children: loadingCircleStyle$2D
7993
8039
  }), /*#__PURE__*/React.createElement("svg", _extends({
7994
8040
  xmlns: "http://www.w3.org/2000/svg",
7995
8041
  width: size,
@@ -8021,7 +8067,7 @@ EyeOff.defaultProps = {
8021
8067
  size: '16'
8022
8068
  };
8023
8069
 
8024
- var loadingCircleStyle$2D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8070
+ var loadingCircleStyle$2E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8025
8071
 
8026
8072
  var EyeOffFill = function EyeOffFill(props) {
8027
8073
  var color = props.color,
@@ -8034,7 +8080,7 @@ var EyeOffFill = function EyeOffFill(props) {
8034
8080
  return /*#__PURE__*/React.createElement("span", {
8035
8081
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8036
8082
  }, /*#__PURE__*/React.createElement("style", {
8037
- children: loadingCircleStyle$2D
8083
+ children: loadingCircleStyle$2E
8038
8084
  }), /*#__PURE__*/React.createElement("svg", _extends({
8039
8085
  xmlns: "http://www.w3.org/2000/svg",
8040
8086
  width: size,
@@ -8068,7 +8114,7 @@ EyeOffFill.defaultProps = {
8068
8114
  size: '16'
8069
8115
  };
8070
8116
 
8071
- var loadingCircleStyle$2E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8117
+ var loadingCircleStyle$2F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8072
8118
 
8073
8119
  var Dot = function Dot(props) {
8074
8120
  var color = props.color,
@@ -8081,7 +8127,7 @@ var Dot = function Dot(props) {
8081
8127
  return /*#__PURE__*/React.createElement("span", {
8082
8128
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8083
8129
  }, /*#__PURE__*/React.createElement("style", {
8084
- children: loadingCircleStyle$2E
8130
+ children: loadingCircleStyle$2F
8085
8131
  }), /*#__PURE__*/React.createElement("svg", _extends({
8086
8132
  xmlns: "http://www.w3.org/2000/svg",
8087
8133
  width: size,
@@ -8115,7 +8161,7 @@ Dot.defaultProps = {
8115
8161
  size: '16'
8116
8162
  };
8117
8163
 
8118
- var loadingCircleStyle$2F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8164
+ var loadingCircleStyle$2G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8119
8165
 
8120
8166
  var Anchor = function Anchor(props) {
8121
8167
  var color = props.color,
@@ -8128,7 +8174,7 @@ var Anchor = function Anchor(props) {
8128
8174
  return /*#__PURE__*/React.createElement("span", {
8129
8175
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8130
8176
  }, /*#__PURE__*/React.createElement("style", {
8131
- children: loadingCircleStyle$2F
8177
+ children: loadingCircleStyle$2G
8132
8178
  }), /*#__PURE__*/React.createElement("svg", _extends({
8133
8179
  xmlns: "http://www.w3.org/2000/svg",
8134
8180
  width: size,
@@ -8160,7 +8206,7 @@ Anchor.defaultProps = {
8160
8206
  size: '16'
8161
8207
  };
8162
8208
 
8163
- var loadingCircleStyle$2G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8209
+ var loadingCircleStyle$2H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8164
8210
 
8165
8211
  var ChartLine = function ChartLine(props) {
8166
8212
  var color = props.color,
@@ -8173,7 +8219,7 @@ var ChartLine = function ChartLine(props) {
8173
8219
  return /*#__PURE__*/React.createElement("span", {
8174
8220
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8175
8221
  }, /*#__PURE__*/React.createElement("style", {
8176
- children: loadingCircleStyle$2G
8222
+ children: loadingCircleStyle$2H
8177
8223
  }), /*#__PURE__*/React.createElement("svg", _extends({
8178
8224
  xmlns: "http://www.w3.org/2000/svg",
8179
8225
  width: size,
@@ -8211,7 +8257,7 @@ ChartLine.defaultProps = {
8211
8257
  size: '16'
8212
8258
  };
8213
8259
 
8214
- var loadingCircleStyle$2H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8260
+ var loadingCircleStyle$2I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8215
8261
 
8216
8262
  var ChartBar = function ChartBar(props) {
8217
8263
  var color = props.color,
@@ -8224,7 +8270,7 @@ var ChartBar = function ChartBar(props) {
8224
8270
  return /*#__PURE__*/React.createElement("span", {
8225
8271
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8226
8272
  }, /*#__PURE__*/React.createElement("style", {
8227
- children: loadingCircleStyle$2H
8273
+ children: loadingCircleStyle$2I
8228
8274
  }), /*#__PURE__*/React.createElement("svg", _extends({
8229
8275
  xmlns: "http://www.w3.org/2000/svg",
8230
8276
  width: size,
@@ -8260,7 +8306,7 @@ ChartBar.defaultProps = {
8260
8306
  size: '16'
8261
8307
  };
8262
8308
 
8263
- var loadingCircleStyle$2I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8309
+ var loadingCircleStyle$2J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8264
8310
 
8265
8311
  var ChartCum = function ChartCum(props) {
8266
8312
  var color = props.color,
@@ -8273,7 +8319,7 @@ var ChartCum = function ChartCum(props) {
8273
8319
  return /*#__PURE__*/React.createElement("span", {
8274
8320
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8275
8321
  }, /*#__PURE__*/React.createElement("style", {
8276
- children: loadingCircleStyle$2I
8322
+ children: loadingCircleStyle$2J
8277
8323
  }), /*#__PURE__*/React.createElement("svg", _extends({
8278
8324
  xmlns: "http://www.w3.org/2000/svg",
8279
8325
  width: size,
@@ -8315,7 +8361,7 @@ ChartCum.defaultProps = {
8315
8361
  size: '16'
8316
8362
  };
8317
8363
 
8318
- var loadingCircleStyle$2J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8364
+ var loadingCircleStyle$2K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8319
8365
 
8320
8366
  var ChartPie = function ChartPie(props) {
8321
8367
  var color = props.color,
@@ -8328,7 +8374,7 @@ var ChartPie = function ChartPie(props) {
8328
8374
  return /*#__PURE__*/React.createElement("span", {
8329
8375
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8330
8376
  }, /*#__PURE__*/React.createElement("style", {
8331
- children: loadingCircleStyle$2J
8377
+ children: loadingCircleStyle$2K
8332
8378
  }), /*#__PURE__*/React.createElement("svg", _extends({
8333
8379
  xmlns: "http://www.w3.org/2000/svg",
8334
8380
  width: size,
@@ -8362,7 +8408,7 @@ ChartPie.defaultProps = {
8362
8408
  size: '16'
8363
8409
  };
8364
8410
 
8365
- var loadingCircleStyle$2K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8411
+ var loadingCircleStyle$2L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8366
8412
 
8367
8413
  var ChartDNRe = function ChartDNRe(props) {
8368
8414
  var color = props.color,
@@ -8375,7 +8421,7 @@ var ChartDNRe = function ChartDNRe(props) {
8375
8421
  return /*#__PURE__*/React.createElement("span", {
8376
8422
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8377
8423
  }, /*#__PURE__*/React.createElement("style", {
8378
- children: loadingCircleStyle$2K
8424
+ children: loadingCircleStyle$2L
8379
8425
  }), /*#__PURE__*/React.createElement("svg", _extends({
8380
8426
  xmlns: "http://www.w3.org/2000/svg",
8381
8427
  width: size,
@@ -8419,7 +8465,7 @@ ChartDNRe.defaultProps = {
8419
8465
  size: '16'
8420
8466
  };
8421
8467
 
8422
- var loadingCircleStyle$2L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8468
+ var loadingCircleStyle$2M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8423
8469
 
8424
8470
  var ChartDRe = function ChartDRe(props) {
8425
8471
  var color = props.color,
@@ -8432,7 +8478,7 @@ var ChartDRe = function ChartDRe(props) {
8432
8478
  return /*#__PURE__*/React.createElement("span", {
8433
8479
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8434
8480
  }, /*#__PURE__*/React.createElement("style", {
8435
- children: loadingCircleStyle$2L
8481
+ children: loadingCircleStyle$2M
8436
8482
  }), /*#__PURE__*/React.createElement("svg", _extends({
8437
8483
  xmlns: "http://www.w3.org/2000/svg",
8438
8484
  width: size,
@@ -8476,7 +8522,7 @@ ChartDRe.defaultProps = {
8476
8522
  size: '16'
8477
8523
  };
8478
8524
 
8479
- var loadingCircleStyle$2M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8525
+ var loadingCircleStyle$2N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8480
8526
 
8481
8527
  var ChartFunnel = function ChartFunnel(props) {
8482
8528
  var color = props.color,
@@ -8489,7 +8535,7 @@ var ChartFunnel = function ChartFunnel(props) {
8489
8535
  return /*#__PURE__*/React.createElement("span", {
8490
8536
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8491
8537
  }, /*#__PURE__*/React.createElement("style", {
8492
- children: loadingCircleStyle$2M
8538
+ children: loadingCircleStyle$2N
8493
8539
  }), /*#__PURE__*/React.createElement("svg", _extends({
8494
8540
  xmlns: "http://www.w3.org/2000/svg",
8495
8541
  width: size,
@@ -8525,7 +8571,7 @@ ChartFunnel.defaultProps = {
8525
8571
  size: '16'
8526
8572
  };
8527
8573
 
8528
- var loadingCircleStyle$2N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8574
+ var loadingCircleStyle$2O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8529
8575
 
8530
8576
  var ChartInterval = function ChartInterval(props) {
8531
8577
  var color = props.color,
@@ -8538,7 +8584,7 @@ var ChartInterval = function ChartInterval(props) {
8538
8584
  return /*#__PURE__*/React.createElement("span", {
8539
8585
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8540
8586
  }, /*#__PURE__*/React.createElement("style", {
8541
- children: loadingCircleStyle$2N
8587
+ children: loadingCircleStyle$2O
8542
8588
  }), /*#__PURE__*/React.createElement("svg", _extends({
8543
8589
  xmlns: "http://www.w3.org/2000/svg",
8544
8590
  width: size,
@@ -8572,7 +8618,7 @@ ChartInterval.defaultProps = {
8572
8618
  size: '16'
8573
8619
  };
8574
8620
 
8575
- var loadingCircleStyle$2O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8621
+ var loadingCircleStyle$2P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8576
8622
 
8577
8623
  var ChartStack = function ChartStack(props) {
8578
8624
  var color = props.color,
@@ -8585,7 +8631,7 @@ var ChartStack = function ChartStack(props) {
8585
8631
  return /*#__PURE__*/React.createElement("span", {
8586
8632
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8587
8633
  }, /*#__PURE__*/React.createElement("style", {
8588
- children: loadingCircleStyle$2O
8634
+ children: loadingCircleStyle$2P
8589
8635
  }), /*#__PURE__*/React.createElement("svg", _extends({
8590
8636
  xmlns: "http://www.w3.org/2000/svg",
8591
8637
  width: size,
@@ -8619,7 +8665,7 @@ ChartStack.defaultProps = {
8619
8665
  size: '16'
8620
8666
  };
8621
8667
 
8622
- var loadingCircleStyle$2P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8668
+ var loadingCircleStyle$2Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8623
8669
 
8624
8670
  var ChartStackn = function ChartStackn(props) {
8625
8671
  var color = props.color,
@@ -8632,7 +8678,7 @@ var ChartStackn = function ChartStackn(props) {
8632
8678
  return /*#__PURE__*/React.createElement("span", {
8633
8679
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8634
8680
  }, /*#__PURE__*/React.createElement("style", {
8635
- children: loadingCircleStyle$2P
8681
+ children: loadingCircleStyle$2Q
8636
8682
  }), /*#__PURE__*/React.createElement("svg", _extends({
8637
8683
  xmlns: "http://www.w3.org/2000/svg",
8638
8684
  width: size,
@@ -8666,7 +8712,7 @@ ChartStackn.defaultProps = {
8666
8712
  size: '16'
8667
8713
  };
8668
8714
 
8669
- var loadingCircleStyle$2Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8715
+ var loadingCircleStyle$2R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8670
8716
 
8671
8717
  var ChartStackPerc = function ChartStackPerc(props) {
8672
8718
  var color = props.color,
@@ -8679,7 +8725,7 @@ var ChartStackPerc = function ChartStackPerc(props) {
8679
8725
  return /*#__PURE__*/React.createElement("span", {
8680
8726
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8681
8727
  }, /*#__PURE__*/React.createElement("style", {
8682
- children: loadingCircleStyle$2Q
8728
+ children: loadingCircleStyle$2R
8683
8729
  }), /*#__PURE__*/React.createElement("svg", _extends({
8684
8730
  xmlns: "http://www.w3.org/2000/svg",
8685
8731
  width: size,
@@ -8713,7 +8759,7 @@ ChartStackPerc.defaultProps = {
8713
8759
  size: '16'
8714
8760
  };
8715
8761
 
8716
- var loadingCircleStyle$2R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8762
+ var loadingCircleStyle$2S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8717
8763
 
8718
8764
  var ChartComplex = function ChartComplex(props) {
8719
8765
  var color = props.color,
@@ -8726,7 +8772,7 @@ var ChartComplex = function ChartComplex(props) {
8726
8772
  return /*#__PURE__*/React.createElement("span", {
8727
8773
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8728
8774
  }, /*#__PURE__*/React.createElement("style", {
8729
- children: loadingCircleStyle$2R
8775
+ children: loadingCircleStyle$2S
8730
8776
  }), /*#__PURE__*/React.createElement("svg", _extends({
8731
8777
  xmlns: "http://www.w3.org/2000/svg",
8732
8778
  width: size,
@@ -8766,7 +8812,7 @@ ChartComplex.defaultProps = {
8766
8812
  size: '16'
8767
8813
  };
8768
8814
 
8769
- var loadingCircleStyle$2S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8815
+ var loadingCircleStyle$2T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8770
8816
 
8771
8817
  var ChartHistogram = function ChartHistogram(props) {
8772
8818
  var color = props.color,
@@ -8779,7 +8825,7 @@ var ChartHistogram = function ChartHistogram(props) {
8779
8825
  return /*#__PURE__*/React.createElement("span", {
8780
8826
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8781
8827
  }, /*#__PURE__*/React.createElement("style", {
8782
- children: loadingCircleStyle$2S
8828
+ children: loadingCircleStyle$2T
8783
8829
  }), /*#__PURE__*/React.createElement("svg", _extends({
8784
8830
  xmlns: "http://www.w3.org/2000/svg",
8785
8831
  width: size,
@@ -8825,7 +8871,7 @@ ChartHistogram.defaultProps = {
8825
8871
  size: '16'
8826
8872
  };
8827
8873
 
8828
- var loadingCircleStyle$2T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8874
+ var loadingCircleStyle$2U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8829
8875
 
8830
8876
  var ChartTable = function ChartTable(props) {
8831
8877
  var color = props.color,
@@ -8838,7 +8884,7 @@ var ChartTable = function ChartTable(props) {
8838
8884
  return /*#__PURE__*/React.createElement("span", {
8839
8885
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8840
8886
  }, /*#__PURE__*/React.createElement("style", {
8841
- children: loadingCircleStyle$2T
8887
+ children: loadingCircleStyle$2U
8842
8888
  }), /*#__PURE__*/React.createElement("svg", _extends({
8843
8889
  xmlns: "http://www.w3.org/2000/svg",
8844
8890
  width: size,
@@ -8870,7 +8916,7 @@ ChartTable.defaultProps = {
8870
8916
  size: '16'
8871
8917
  };
8872
8918
 
8873
- var loadingCircleStyle$2U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8919
+ var loadingCircleStyle$2V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8874
8920
 
8875
8921
  var ChartFieldlist = function ChartFieldlist(props) {
8876
8922
  var color = props.color,
@@ -8883,7 +8929,7 @@ var ChartFieldlist = function ChartFieldlist(props) {
8883
8929
  return /*#__PURE__*/React.createElement("span", {
8884
8930
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8885
8931
  }, /*#__PURE__*/React.createElement("style", {
8886
- children: loadingCircleStyle$2U
8932
+ children: loadingCircleStyle$2V
8887
8933
  }), /*#__PURE__*/React.createElement("svg", _extends({
8888
8934
  xmlns: "http://www.w3.org/2000/svg",
8889
8935
  width: size,
@@ -8915,7 +8961,7 @@ ChartFieldlist.defaultProps = {
8915
8961
  size: '16'
8916
8962
  };
8917
8963
 
8918
- var loadingCircleStyle$2V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8964
+ var loadingCircleStyle$2W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8919
8965
 
8920
8966
  var Table1dtable = function Table1dtable(props) {
8921
8967
  var color = props.color,
@@ -8928,7 +8974,7 @@ var Table1dtable = function Table1dtable(props) {
8928
8974
  return /*#__PURE__*/React.createElement("span", {
8929
8975
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8930
8976
  }, /*#__PURE__*/React.createElement("style", {
8931
- children: loadingCircleStyle$2V
8977
+ children: loadingCircleStyle$2W
8932
8978
  }), /*#__PURE__*/React.createElement("svg", _extends({
8933
8979
  xmlns: "http://www.w3.org/2000/svg",
8934
8980
  width: size,
@@ -8978,7 +9024,7 @@ Table1dtable.defaultProps = {
8978
9024
  size: '16'
8979
9025
  };
8980
9026
 
8981
- var loadingCircleStyle$2W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9027
+ var loadingCircleStyle$2X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8982
9028
 
8983
9029
  var ChartSqltable = function ChartSqltable(props) {
8984
9030
  var color = props.color,
@@ -8991,7 +9037,7 @@ var ChartSqltable = function ChartSqltable(props) {
8991
9037
  return /*#__PURE__*/React.createElement("span", {
8992
9038
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8993
9039
  }, /*#__PURE__*/React.createElement("style", {
8994
- children: loadingCircleStyle$2W
9040
+ children: loadingCircleStyle$2X
8995
9041
  }), /*#__PURE__*/React.createElement("svg", _extends({
8996
9042
  xmlns: "http://www.w3.org/2000/svg",
8997
9043
  width: size,
@@ -9023,7 +9069,7 @@ ChartSqltable.defaultProps = {
9023
9069
  size: '16'
9024
9070
  };
9025
9071
 
9026
- var loadingCircleStyle$2X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9072
+ var loadingCircleStyle$2Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9027
9073
 
9028
9074
  var ChartCombinedTable = function ChartCombinedTable(props) {
9029
9075
  var color = props.color,
@@ -9036,7 +9082,7 @@ var ChartCombinedTable = function ChartCombinedTable(props) {
9036
9082
  return /*#__PURE__*/React.createElement("span", {
9037
9083
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9038
9084
  }, /*#__PURE__*/React.createElement("style", {
9039
- children: loadingCircleStyle$2X
9085
+ children: loadingCircleStyle$2Y
9040
9086
  }), /*#__PURE__*/React.createElement("svg", _extends({
9041
9087
  xmlns: "http://www.w3.org/2000/svg",
9042
9088
  width: size,
@@ -9068,7 +9114,7 @@ ChartCombinedTable.defaultProps = {
9068
9114
  size: '16'
9069
9115
  };
9070
9116
 
9071
- var loadingCircleStyle$2Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9117
+ var loadingCircleStyle$2Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9072
9118
 
9073
9119
  var ChartDistTable = function ChartDistTable(props) {
9074
9120
  var color = props.color,
@@ -9081,7 +9127,7 @@ var ChartDistTable = function ChartDistTable(props) {
9081
9127
  return /*#__PURE__*/React.createElement("span", {
9082
9128
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9083
9129
  }, /*#__PURE__*/React.createElement("style", {
9084
- children: loadingCircleStyle$2Y
9130
+ children: loadingCircleStyle$2Z
9085
9131
  }), /*#__PURE__*/React.createElement("svg", _extends({
9086
9132
  xmlns: "http://www.w3.org/2000/svg",
9087
9133
  width: size,
@@ -9113,7 +9159,7 @@ ChartDistTable.defaultProps = {
9113
9159
  size: '16'
9114
9160
  };
9115
9161
 
9116
- var loadingCircleStyle$2Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9162
+ var loadingCircleStyle$2_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9117
9163
 
9118
9164
  var ChartBarTable = function ChartBarTable(props) {
9119
9165
  var color = props.color,
@@ -9126,7 +9172,7 @@ var ChartBarTable = function ChartBarTable(props) {
9126
9172
  return /*#__PURE__*/React.createElement("span", {
9127
9173
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9128
9174
  }, /*#__PURE__*/React.createElement("style", {
9129
- children: loadingCircleStyle$2Z
9175
+ children: loadingCircleStyle$2_
9130
9176
  }), /*#__PURE__*/React.createElement("svg", _extends({
9131
9177
  xmlns: "http://www.w3.org/2000/svg",
9132
9178
  width: size,
@@ -9160,7 +9206,7 @@ ChartBarTable.defaultProps = {
9160
9206
  size: '16'
9161
9207
  };
9162
9208
 
9163
- var loadingCircleStyle$2_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9209
+ var loadingCircleStyle$2$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9164
9210
 
9165
9211
  var ChartLineTable = function ChartLineTable(props) {
9166
9212
  var color = props.color,
@@ -9173,7 +9219,7 @@ var ChartLineTable = function ChartLineTable(props) {
9173
9219
  return /*#__PURE__*/React.createElement("span", {
9174
9220
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9175
9221
  }, /*#__PURE__*/React.createElement("style", {
9176
- children: loadingCircleStyle$2_
9222
+ children: loadingCircleStyle$2$
9177
9223
  }), /*#__PURE__*/React.createElement("svg", _extends({
9178
9224
  xmlns: "http://www.w3.org/2000/svg",
9179
9225
  width: size,
@@ -9213,7 +9259,7 @@ ChartLineTable.defaultProps = {
9213
9259
  size: '16'
9214
9260
  };
9215
9261
 
9216
- var loadingCircleStyle$2$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9262
+ var loadingCircleStyle$30 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9217
9263
 
9218
9264
  var Play = function Play(props) {
9219
9265
  var color = props.color,
@@ -9226,7 +9272,7 @@ var Play = function Play(props) {
9226
9272
  return /*#__PURE__*/React.createElement("span", {
9227
9273
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9228
9274
  }, /*#__PURE__*/React.createElement("style", {
9229
- children: loadingCircleStyle$2$
9275
+ children: loadingCircleStyle$30
9230
9276
  }), /*#__PURE__*/React.createElement("svg", _extends({
9231
9277
  xmlns: "http://www.w3.org/2000/svg",
9232
9278
  width: size,
@@ -9258,7 +9304,7 @@ Play.defaultProps = {
9258
9304
  size: '16'
9259
9305
  };
9260
9306
 
9261
- var loadingCircleStyle$30 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9307
+ var loadingCircleStyle$31 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9262
9308
 
9263
9309
  var Config = function Config(props) {
9264
9310
  var color = props.color,
@@ -9271,7 +9317,7 @@ var Config = function Config(props) {
9271
9317
  return /*#__PURE__*/React.createElement("span", {
9272
9318
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9273
9319
  }, /*#__PURE__*/React.createElement("style", {
9274
- children: loadingCircleStyle$30
9320
+ children: loadingCircleStyle$31
9275
9321
  }), /*#__PURE__*/React.createElement("svg", _extends({
9276
9322
  xmlns: "http://www.w3.org/2000/svg",
9277
9323
  width: size,
@@ -9303,7 +9349,7 @@ Config.defaultProps = {
9303
9349
  size: '16'
9304
9350
  };
9305
9351
 
9306
- var loadingCircleStyle$31 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9352
+ var loadingCircleStyle$32 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9307
9353
 
9308
9354
  var Setting = function Setting(props) {
9309
9355
  var color = props.color,
@@ -9316,7 +9362,7 @@ var Setting = function Setting(props) {
9316
9362
  return /*#__PURE__*/React.createElement("span", {
9317
9363
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9318
9364
  }, /*#__PURE__*/React.createElement("style", {
9319
- children: loadingCircleStyle$31
9365
+ children: loadingCircleStyle$32
9320
9366
  }), /*#__PURE__*/React.createElement("svg", _extends({
9321
9367
  xmlns: "http://www.w3.org/2000/svg",
9322
9368
  width: size,
@@ -9348,7 +9394,7 @@ Setting.defaultProps = {
9348
9394
  size: '16'
9349
9395
  };
9350
9396
 
9351
- var loadingCircleStyle$32 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9397
+ var loadingCircleStyle$33 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9352
9398
 
9353
9399
  var Search = function Search(props) {
9354
9400
  var color = props.color,
@@ -9361,7 +9407,7 @@ var Search = function Search(props) {
9361
9407
  return /*#__PURE__*/React.createElement("span", {
9362
9408
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9363
9409
  }, /*#__PURE__*/React.createElement("style", {
9364
- children: loadingCircleStyle$32
9410
+ children: loadingCircleStyle$33
9365
9411
  }), /*#__PURE__*/React.createElement("svg", _extends({
9366
9412
  xmlns: "http://www.w3.org/2000/svg",
9367
9413
  width: size,
@@ -9393,7 +9439,7 @@ Search.defaultProps = {
9393
9439
  size: '16'
9394
9440
  };
9395
9441
 
9396
- var loadingCircleStyle$33 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9442
+ var loadingCircleStyle$34 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9397
9443
 
9398
9444
  var Copy = function Copy(props) {
9399
9445
  var color = props.color,
@@ -9406,7 +9452,7 @@ var Copy = function Copy(props) {
9406
9452
  return /*#__PURE__*/React.createElement("span", {
9407
9453
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9408
9454
  }, /*#__PURE__*/React.createElement("style", {
9409
- children: loadingCircleStyle$33
9455
+ children: loadingCircleStyle$34
9410
9456
  }), /*#__PURE__*/React.createElement("svg", _extends({
9411
9457
  xmlns: "http://www.w3.org/2000/svg",
9412
9458
  width: size,
@@ -9438,7 +9484,7 @@ Copy.defaultProps = {
9438
9484
  size: '16'
9439
9485
  };
9440
9486
 
9441
- var loadingCircleStyle$34 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9487
+ var loadingCircleStyle$35 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9442
9488
 
9443
9489
  var Copy2 = function Copy2(props) {
9444
9490
  var color = props.color,
@@ -9451,7 +9497,7 @@ var Copy2 = function Copy2(props) {
9451
9497
  return /*#__PURE__*/React.createElement("span", {
9452
9498
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9453
9499
  }, /*#__PURE__*/React.createElement("style", {
9454
- children: loadingCircleStyle$34
9500
+ children: loadingCircleStyle$35
9455
9501
  }), /*#__PURE__*/React.createElement("svg", _extends({
9456
9502
  xmlns: "http://www.w3.org/2000/svg",
9457
9503
  width: size,
@@ -9483,7 +9529,7 @@ Copy2.defaultProps = {
9483
9529
  size: '16'
9484
9530
  };
9485
9531
 
9486
- var loadingCircleStyle$35 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9532
+ var loadingCircleStyle$36 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9487
9533
 
9488
9534
  var Format = function Format(props) {
9489
9535
  var color = props.color,
@@ -9496,7 +9542,7 @@ var Format = function Format(props) {
9496
9542
  return /*#__PURE__*/React.createElement("span", {
9497
9543
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9498
9544
  }, /*#__PURE__*/React.createElement("style", {
9499
- children: loadingCircleStyle$35
9545
+ children: loadingCircleStyle$36
9500
9546
  }), /*#__PURE__*/React.createElement("svg", _extends({
9501
9547
  xmlns: "http://www.w3.org/2000/svg",
9502
9548
  width: size,
@@ -9530,7 +9576,7 @@ Format.defaultProps = {
9530
9576
  size: '16'
9531
9577
  };
9532
9578
 
9533
- var loadingCircleStyle$36 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9579
+ var loadingCircleStyle$37 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9534
9580
 
9535
9581
  var Code = function Code(props) {
9536
9582
  var color = props.color,
@@ -9543,7 +9589,7 @@ var Code = function Code(props) {
9543
9589
  return /*#__PURE__*/React.createElement("span", {
9544
9590
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9545
9591
  }, /*#__PURE__*/React.createElement("style", {
9546
- children: loadingCircleStyle$36
9592
+ children: loadingCircleStyle$37
9547
9593
  }), /*#__PURE__*/React.createElement("svg", _extends({
9548
9594
  xmlns: "http://www.w3.org/2000/svg",
9549
9595
  width: size,
@@ -9575,7 +9621,7 @@ Code.defaultProps = {
9575
9621
  size: '16'
9576
9622
  };
9577
9623
 
9578
- var loadingCircleStyle$37 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9624
+ var loadingCircleStyle$38 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9579
9625
 
9580
9626
  var Edit = function Edit(props) {
9581
9627
  var color = props.color,
@@ -9588,7 +9634,7 @@ var Edit = function Edit(props) {
9588
9634
  return /*#__PURE__*/React.createElement("span", {
9589
9635
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9590
9636
  }, /*#__PURE__*/React.createElement("style", {
9591
- children: loadingCircleStyle$37
9637
+ children: loadingCircleStyle$38
9592
9638
  }), /*#__PURE__*/React.createElement("svg", _extends({
9593
9639
  xmlns: "http://www.w3.org/2000/svg",
9594
9640
  width: size,
@@ -9620,7 +9666,7 @@ Edit.defaultProps = {
9620
9666
  size: '16'
9621
9667
  };
9622
9668
 
9623
- var loadingCircleStyle$38 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9669
+ var loadingCircleStyle$39 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9624
9670
 
9625
9671
  var EditFill = function EditFill(props) {
9626
9672
  var color = props.color,
@@ -9633,7 +9679,7 @@ var EditFill = function EditFill(props) {
9633
9679
  return /*#__PURE__*/React.createElement("span", {
9634
9680
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9635
9681
  }, /*#__PURE__*/React.createElement("style", {
9636
- children: loadingCircleStyle$38
9682
+ children: loadingCircleStyle$39
9637
9683
  }), /*#__PURE__*/React.createElement("svg", _extends({
9638
9684
  xmlns: "http://www.w3.org/2000/svg",
9639
9685
  width: size,
@@ -9667,7 +9713,7 @@ EditFill.defaultProps = {
9667
9713
  size: '16'
9668
9714
  };
9669
9715
 
9670
- var loadingCircleStyle$39 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9716
+ var loadingCircleStyle$3a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9671
9717
 
9672
9718
  var Delete1 = function Delete1(props) {
9673
9719
  var color = props.color,
@@ -9680,7 +9726,7 @@ var Delete1 = function Delete1(props) {
9680
9726
  return /*#__PURE__*/React.createElement("span", {
9681
9727
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9682
9728
  }, /*#__PURE__*/React.createElement("style", {
9683
- children: loadingCircleStyle$39
9729
+ children: loadingCircleStyle$3a
9684
9730
  }), /*#__PURE__*/React.createElement("svg", _extends({
9685
9731
  xmlns: "http://www.w3.org/2000/svg",
9686
9732
  width: size,
@@ -9712,7 +9758,7 @@ Delete1.defaultProps = {
9712
9758
  size: '16'
9713
9759
  };
9714
9760
 
9715
- var loadingCircleStyle$3a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9761
+ var loadingCircleStyle$3b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9716
9762
 
9717
9763
  var Save = function Save(props) {
9718
9764
  var color = props.color,
@@ -9725,7 +9771,7 @@ var Save = function Save(props) {
9725
9771
  return /*#__PURE__*/React.createElement("span", {
9726
9772
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9727
9773
  }, /*#__PURE__*/React.createElement("style", {
9728
- children: loadingCircleStyle$3a
9774
+ children: loadingCircleStyle$3b
9729
9775
  }), /*#__PURE__*/React.createElement("svg", _extends({
9730
9776
  xmlns: "http://www.w3.org/2000/svg",
9731
9777
  width: size,
@@ -9757,7 +9803,7 @@ Save.defaultProps = {
9757
9803
  size: '16'
9758
9804
  };
9759
9805
 
9760
- var loadingCircleStyle$3b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9806
+ var loadingCircleStyle$3c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9761
9807
 
9762
9808
  var Send = function Send(props) {
9763
9809
  var color = props.color,
@@ -9770,7 +9816,7 @@ var Send = function Send(props) {
9770
9816
  return /*#__PURE__*/React.createElement("span", {
9771
9817
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9772
9818
  }, /*#__PURE__*/React.createElement("style", {
9773
- children: loadingCircleStyle$3b
9819
+ children: loadingCircleStyle$3c
9774
9820
  }), /*#__PURE__*/React.createElement("svg", _extends({
9775
9821
  xmlns: "http://www.w3.org/2000/svg",
9776
9822
  width: size,
@@ -9802,7 +9848,7 @@ Send.defaultProps = {
9802
9848
  size: '16'
9803
9849
  };
9804
9850
 
9805
- var loadingCircleStyle$3c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9851
+ var loadingCircleStyle$3d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9806
9852
 
9807
9853
  var Fullscreen = function Fullscreen(props) {
9808
9854
  var color = props.color,
@@ -9815,7 +9861,7 @@ var Fullscreen = function Fullscreen(props) {
9815
9861
  return /*#__PURE__*/React.createElement("span", {
9816
9862
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9817
9863
  }, /*#__PURE__*/React.createElement("style", {
9818
- children: loadingCircleStyle$3c
9864
+ children: loadingCircleStyle$3d
9819
9865
  }), /*#__PURE__*/React.createElement("svg", _extends({
9820
9866
  xmlns: "http://www.w3.org/2000/svg",
9821
9867
  width: size,
@@ -9847,7 +9893,7 @@ Fullscreen.defaultProps = {
9847
9893
  size: '16'
9848
9894
  };
9849
9895
 
9850
- var loadingCircleStyle$3d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9896
+ var loadingCircleStyle$3e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9851
9897
 
9852
9898
  var ArrowLeftDown = function ArrowLeftDown(props) {
9853
9899
  var color = props.color,
@@ -9860,7 +9906,7 @@ var ArrowLeftDown = function ArrowLeftDown(props) {
9860
9906
  return /*#__PURE__*/React.createElement("span", {
9861
9907
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9862
9908
  }, /*#__PURE__*/React.createElement("style", {
9863
- children: loadingCircleStyle$3d
9909
+ children: loadingCircleStyle$3e
9864
9910
  }), /*#__PURE__*/React.createElement("svg", _extends({
9865
9911
  xmlns: "http://www.w3.org/2000/svg",
9866
9912
  width: size,
@@ -9892,7 +9938,7 @@ ArrowLeftDown.defaultProps = {
9892
9938
  size: '16'
9893
9939
  };
9894
9940
 
9895
- var loadingCircleStyle$3e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9941
+ var loadingCircleStyle$3f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9896
9942
 
9897
9943
  var Link = function Link(props) {
9898
9944
  var color = props.color,
@@ -9905,7 +9951,7 @@ var Link = function Link(props) {
9905
9951
  return /*#__PURE__*/React.createElement("span", {
9906
9952
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9907
9953
  }, /*#__PURE__*/React.createElement("style", {
9908
- children: loadingCircleStyle$3e
9954
+ children: loadingCircleStyle$3f
9909
9955
  }), /*#__PURE__*/React.createElement("svg", _extends({
9910
9956
  xmlns: "http://www.w3.org/2000/svg",
9911
9957
  width: size,
@@ -9941,7 +9987,7 @@ Link.defaultProps = {
9941
9987
  size: '16'
9942
9988
  };
9943
9989
 
9944
- var loadingCircleStyle$3f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9990
+ var loadingCircleStyle$3g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9945
9991
 
9946
9992
  var Unlink = function Unlink(props) {
9947
9993
  var color = props.color,
@@ -9954,7 +10000,7 @@ var Unlink = function Unlink(props) {
9954
10000
  return /*#__PURE__*/React.createElement("span", {
9955
10001
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9956
10002
  }, /*#__PURE__*/React.createElement("style", {
9957
- children: loadingCircleStyle$3f
10003
+ children: loadingCircleStyle$3g
9958
10004
  }), /*#__PURE__*/React.createElement("svg", _extends({
9959
10005
  xmlns: "http://www.w3.org/2000/svg",
9960
10006
  width: size,
@@ -9992,7 +10038,7 @@ Unlink.defaultProps = {
9992
10038
  size: '16'
9993
10039
  };
9994
10040
 
9995
- var loadingCircleStyle$3g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10041
+ var loadingCircleStyle$3h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9996
10042
 
9997
10043
  var MenuUnfold = function MenuUnfold(props) {
9998
10044
  var color = props.color,
@@ -10005,7 +10051,7 @@ var MenuUnfold = function MenuUnfold(props) {
10005
10051
  return /*#__PURE__*/React.createElement("span", {
10006
10052
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10007
10053
  }, /*#__PURE__*/React.createElement("style", {
10008
- children: loadingCircleStyle$3g
10054
+ children: loadingCircleStyle$3h
10009
10055
  }), /*#__PURE__*/React.createElement("svg", _extends({
10010
10056
  xmlns: "http://www.w3.org/2000/svg",
10011
10057
  width: size,
@@ -10037,7 +10083,7 @@ MenuUnfold.defaultProps = {
10037
10083
  size: '16'
10038
10084
  };
10039
10085
 
10040
- var loadingCircleStyle$3h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10086
+ var loadingCircleStyle$3i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10041
10087
 
10042
10088
  var MenuFold = function MenuFold(props) {
10043
10089
  var color = props.color,
@@ -10050,7 +10096,7 @@ var MenuFold = function MenuFold(props) {
10050
10096
  return /*#__PURE__*/React.createElement("span", {
10051
10097
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10052
10098
  }, /*#__PURE__*/React.createElement("style", {
10053
- children: loadingCircleStyle$3h
10099
+ children: loadingCircleStyle$3i
10054
10100
  }), /*#__PURE__*/React.createElement("svg", _extends({
10055
10101
  xmlns: "http://www.w3.org/2000/svg",
10056
10102
  width: size,
@@ -10082,7 +10128,7 @@ MenuFold.defaultProps = {
10082
10128
  size: '16'
10083
10129
  };
10084
10130
 
10085
- var loadingCircleStyle$3i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10131
+ var loadingCircleStyle$3j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10086
10132
 
10087
10133
  var List = function List(props) {
10088
10134
  var color = props.color,
@@ -10095,7 +10141,7 @@ var List = function List(props) {
10095
10141
  return /*#__PURE__*/React.createElement("span", {
10096
10142
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10097
10143
  }, /*#__PURE__*/React.createElement("style", {
10098
- children: loadingCircleStyle$3i
10144
+ children: loadingCircleStyle$3j
10099
10145
  }), /*#__PURE__*/React.createElement("svg", _extends({
10100
10146
  xmlns: "http://www.w3.org/2000/svg",
10101
10147
  width: size,
@@ -10127,7 +10173,7 @@ List.defaultProps = {
10127
10173
  size: '16'
10128
10174
  };
10129
10175
 
10130
- var loadingCircleStyle$3j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10176
+ var loadingCircleStyle$3k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10131
10177
 
10132
10178
  var ListNested = function ListNested(props) {
10133
10179
  var color = props.color,
@@ -10140,7 +10186,7 @@ var ListNested = function ListNested(props) {
10140
10186
  return /*#__PURE__*/React.createElement("span", {
10141
10187
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10142
10188
  }, /*#__PURE__*/React.createElement("style", {
10143
- children: loadingCircleStyle$3j
10189
+ children: loadingCircleStyle$3k
10144
10190
  }), /*#__PURE__*/React.createElement("svg", _extends({
10145
10191
  xmlns: "http://www.w3.org/2000/svg",
10146
10192
  width: size,
@@ -10174,7 +10220,7 @@ ListNested.defaultProps = {
10174
10220
  size: '16'
10175
10221
  };
10176
10222
 
10177
- var loadingCircleStyle$3k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10223
+ var loadingCircleStyle$3l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10178
10224
 
10179
10225
  var DoubleList = function DoubleList(props) {
10180
10226
  var color = props.color,
@@ -10187,7 +10233,7 @@ var DoubleList = function DoubleList(props) {
10187
10233
  return /*#__PURE__*/React.createElement("span", {
10188
10234
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10189
10235
  }, /*#__PURE__*/React.createElement("style", {
10190
- children: loadingCircleStyle$3k
10236
+ children: loadingCircleStyle$3l
10191
10237
  }), /*#__PURE__*/React.createElement("svg", _extends({
10192
10238
  xmlns: "http://www.w3.org/2000/svg",
10193
10239
  width: size,
@@ -10229,7 +10275,7 @@ DoubleList.defaultProps = {
10229
10275
  size: '16'
10230
10276
  };
10231
10277
 
10232
- var loadingCircleStyle$3l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10278
+ var loadingCircleStyle$3m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10233
10279
 
10234
10280
  var Download = function Download(props) {
10235
10281
  var color = props.color,
@@ -10242,7 +10288,7 @@ var Download = function Download(props) {
10242
10288
  return /*#__PURE__*/React.createElement("span", {
10243
10289
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10244
10290
  }, /*#__PURE__*/React.createElement("style", {
10245
- children: loadingCircleStyle$3l
10291
+ children: loadingCircleStyle$3m
10246
10292
  }), /*#__PURE__*/React.createElement("svg", _extends({
10247
10293
  xmlns: "http://www.w3.org/2000/svg",
10248
10294
  width: size,
@@ -10274,7 +10320,7 @@ Download.defaultProps = {
10274
10320
  size: '16'
10275
10321
  };
10276
10322
 
10277
- var loadingCircleStyle$3m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10323
+ var loadingCircleStyle$3n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10278
10324
 
10279
10325
  var FullDownload = function FullDownload(props) {
10280
10326
  var color = props.color,
@@ -10287,7 +10333,7 @@ var FullDownload = function FullDownload(props) {
10287
10333
  return /*#__PURE__*/React.createElement("span", {
10288
10334
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10289
10335
  }, /*#__PURE__*/React.createElement("style", {
10290
- children: loadingCircleStyle$3m
10336
+ children: loadingCircleStyle$3n
10291
10337
  }), /*#__PURE__*/React.createElement("svg", _extends({
10292
10338
  xmlns: "http://www.w3.org/2000/svg",
10293
10339
  width: size,
@@ -10321,7 +10367,7 @@ FullDownload.defaultProps = {
10321
10367
  size: '16'
10322
10368
  };
10323
10369
 
10324
- var loadingCircleStyle$3n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10370
+ var loadingCircleStyle$3o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10325
10371
 
10326
10372
  var Export = function Export(props) {
10327
10373
  var color = props.color,
@@ -10334,7 +10380,7 @@ var Export = function Export(props) {
10334
10380
  return /*#__PURE__*/React.createElement("span", {
10335
10381
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10336
10382
  }, /*#__PURE__*/React.createElement("style", {
10337
- children: loadingCircleStyle$3n
10383
+ children: loadingCircleStyle$3o
10338
10384
  }), /*#__PURE__*/React.createElement("svg", _extends({
10339
10385
  xmlns: "http://www.w3.org/2000/svg",
10340
10386
  width: size,
@@ -10368,7 +10414,7 @@ Export.defaultProps = {
10368
10414
  size: '16'
10369
10415
  };
10370
10416
 
10371
- var loadingCircleStyle$3o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10417
+ var loadingCircleStyle$3p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10372
10418
 
10373
10419
  var Import = function Import(props) {
10374
10420
  var color = props.color,
@@ -10381,7 +10427,7 @@ var Import = function Import(props) {
10381
10427
  return /*#__PURE__*/React.createElement("span", {
10382
10428
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10383
10429
  }, /*#__PURE__*/React.createElement("style", {
10384
- children: loadingCircleStyle$3o
10430
+ children: loadingCircleStyle$3p
10385
10431
  }), /*#__PURE__*/React.createElement("svg", _extends({
10386
10432
  xmlns: "http://www.w3.org/2000/svg",
10387
10433
  width: size,
@@ -10415,7 +10461,7 @@ Import.defaultProps = {
10415
10461
  size: '16'
10416
10462
  };
10417
10463
 
10418
- var loadingCircleStyle$3p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10464
+ var loadingCircleStyle$3q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10419
10465
 
10420
10466
  var Add1 = function Add1(props) {
10421
10467
  var color = props.color,
@@ -10428,7 +10474,7 @@ var Add1 = function Add1(props) {
10428
10474
  return /*#__PURE__*/React.createElement("span", {
10429
10475
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10430
10476
  }, /*#__PURE__*/React.createElement("style", {
10431
- children: loadingCircleStyle$3p
10477
+ children: loadingCircleStyle$3q
10432
10478
  }), /*#__PURE__*/React.createElement("svg", _extends({
10433
10479
  xmlns: "http://www.w3.org/2000/svg",
10434
10480
  width: size,
@@ -10460,7 +10506,7 @@ Add1.defaultProps = {
10460
10506
  size: '16'
10461
10507
  };
10462
10508
 
10463
- var loadingCircleStyle$3q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10509
+ var loadingCircleStyle$3r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10464
10510
 
10465
10511
  var Add2 = function Add2(props) {
10466
10512
  var color = props.color,
@@ -10473,7 +10519,7 @@ var Add2 = function Add2(props) {
10473
10519
  return /*#__PURE__*/React.createElement("span", {
10474
10520
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10475
10521
  }, /*#__PURE__*/React.createElement("style", {
10476
- children: loadingCircleStyle$3q
10522
+ children: loadingCircleStyle$3r
10477
10523
  }), /*#__PURE__*/React.createElement("svg", _extends({
10478
10524
  xmlns: "http://www.w3.org/2000/svg",
10479
10525
  width: size,
@@ -10505,7 +10551,7 @@ Add2.defaultProps = {
10505
10551
  size: '16'
10506
10552
  };
10507
10553
 
10508
- var loadingCircleStyle$3r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10554
+ var loadingCircleStyle$3s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10509
10555
 
10510
10556
  var Add3 = function Add3(props) {
10511
10557
  var color = props.color,
@@ -10518,7 +10564,7 @@ var Add3 = function Add3(props) {
10518
10564
  return /*#__PURE__*/React.createElement("span", {
10519
10565
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10520
10566
  }, /*#__PURE__*/React.createElement("style", {
10521
- children: loadingCircleStyle$3r
10567
+ children: loadingCircleStyle$3s
10522
10568
  }), /*#__PURE__*/React.createElement("svg", _extends({
10523
10569
  xmlns: "http://www.w3.org/2000/svg",
10524
10570
  width: size,
@@ -10550,7 +10596,7 @@ Add3.defaultProps = {
10550
10596
  size: '16'
10551
10597
  };
10552
10598
 
10553
- var loadingCircleStyle$3s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10599
+ var loadingCircleStyle$3t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10554
10600
 
10555
10601
  var Add3Fill = function Add3Fill(props) {
10556
10602
  var color = props.color,
@@ -10563,7 +10609,7 @@ var Add3Fill = function Add3Fill(props) {
10563
10609
  return /*#__PURE__*/React.createElement("span", {
10564
10610
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10565
10611
  }, /*#__PURE__*/React.createElement("style", {
10566
- children: loadingCircleStyle$3s
10612
+ children: loadingCircleStyle$3t
10567
10613
  }), /*#__PURE__*/React.createElement("svg", _extends({
10568
10614
  xmlns: "http://www.w3.org/2000/svg",
10569
10615
  width: size,
@@ -10595,7 +10641,7 @@ Add3Fill.defaultProps = {
10595
10641
  size: '16'
10596
10642
  };
10597
10643
 
10598
- var loadingCircleStyle$3t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10644
+ var loadingCircleStyle$3u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10599
10645
 
10600
10646
  var Subtract = function Subtract(props) {
10601
10647
  var color = props.color,
@@ -10608,7 +10654,7 @@ var Subtract = function Subtract(props) {
10608
10654
  return /*#__PURE__*/React.createElement("span", {
10609
10655
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10610
10656
  }, /*#__PURE__*/React.createElement("style", {
10611
- children: loadingCircleStyle$3t
10657
+ children: loadingCircleStyle$3u
10612
10658
  }), /*#__PURE__*/React.createElement("svg", _extends({
10613
10659
  xmlns: "http://www.w3.org/2000/svg",
10614
10660
  width: size,
@@ -10643,7 +10689,7 @@ Subtract.defaultProps = {
10643
10689
  size: '16'
10644
10690
  };
10645
10691
 
10646
- var loadingCircleStyle$3u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10692
+ var loadingCircleStyle$3v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10647
10693
 
10648
10694
  var Subtract2 = function Subtract2(props) {
10649
10695
  var color = props.color,
@@ -10656,7 +10702,7 @@ var Subtract2 = function Subtract2(props) {
10656
10702
  return /*#__PURE__*/React.createElement("span", {
10657
10703
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10658
10704
  }, /*#__PURE__*/React.createElement("style", {
10659
- children: loadingCircleStyle$3u
10705
+ children: loadingCircleStyle$3v
10660
10706
  }), /*#__PURE__*/React.createElement("svg", _extends({
10661
10707
  xmlns: "http://www.w3.org/2000/svg",
10662
10708
  width: size,
@@ -10692,7 +10738,7 @@ Subtract2.defaultProps = {
10692
10738
  size: '16'
10693
10739
  };
10694
10740
 
10695
- var loadingCircleStyle$3v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10741
+ var loadingCircleStyle$3w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10696
10742
 
10697
10743
  var Update = function Update(props) {
10698
10744
  var color = props.color,
@@ -10705,7 +10751,7 @@ var Update = function Update(props) {
10705
10751
  return /*#__PURE__*/React.createElement("span", {
10706
10752
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10707
10753
  }, /*#__PURE__*/React.createElement("style", {
10708
- children: loadingCircleStyle$3v
10754
+ children: loadingCircleStyle$3w
10709
10755
  }), /*#__PURE__*/React.createElement("svg", _extends({
10710
10756
  xmlns: "http://www.w3.org/2000/svg",
10711
10757
  width: size,
@@ -10737,7 +10783,7 @@ Update.defaultProps = {
10737
10783
  size: '16'
10738
10784
  };
10739
10785
 
10740
- var loadingCircleStyle$3w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10786
+ var loadingCircleStyle$3x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10741
10787
 
10742
10788
  var Rename = function Rename(props) {
10743
10789
  var color = props.color,
@@ -10750,7 +10796,7 @@ var Rename = function Rename(props) {
10750
10796
  return /*#__PURE__*/React.createElement("span", {
10751
10797
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10752
10798
  }, /*#__PURE__*/React.createElement("style", {
10753
- children: loadingCircleStyle$3w
10799
+ children: loadingCircleStyle$3x
10754
10800
  }), /*#__PURE__*/React.createElement("svg", _extends({
10755
10801
  xmlns: "http://www.w3.org/2000/svg",
10756
10802
  width: size,
@@ -10784,7 +10830,7 @@ Rename.defaultProps = {
10784
10830
  size: '16'
10785
10831
  };
10786
10832
 
10787
- var loadingCircleStyle$3x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10833
+ var loadingCircleStyle$3y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10788
10834
 
10789
10835
  var Report = function Report(props) {
10790
10836
  var color = props.color,
@@ -10797,7 +10843,7 @@ var Report = function Report(props) {
10797
10843
  return /*#__PURE__*/React.createElement("span", {
10798
10844
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10799
10845
  }, /*#__PURE__*/React.createElement("style", {
10800
- children: loadingCircleStyle$3x
10846
+ children: loadingCircleStyle$3y
10801
10847
  }), /*#__PURE__*/React.createElement("svg", _extends({
10802
10848
  xmlns: "http://www.w3.org/2000/svg",
10803
10849
  width: size,
@@ -10829,7 +10875,7 @@ Report.defaultProps = {
10829
10875
  size: '16'
10830
10876
  };
10831
10877
 
10832
- var loadingCircleStyle$3y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10878
+ var loadingCircleStyle$3z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10833
10879
 
10834
10880
  var ReportRemoval = function ReportRemoval(props) {
10835
10881
  var color = props.color,
@@ -10842,7 +10888,7 @@ var ReportRemoval = function ReportRemoval(props) {
10842
10888
  return /*#__PURE__*/React.createElement("span", {
10843
10889
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10844
10890
  }, /*#__PURE__*/React.createElement("style", {
10845
- children: loadingCircleStyle$3y
10891
+ children: loadingCircleStyle$3z
10846
10892
  }), /*#__PURE__*/React.createElement("svg", _extends({
10847
10893
  xmlns: "http://www.w3.org/2000/svg",
10848
10894
  width: size,
@@ -10882,7 +10928,7 @@ ReportRemoval.defaultProps = {
10882
10928
  size: '16'
10883
10929
  };
10884
10930
 
10885
- var loadingCircleStyle$3z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10931
+ var loadingCircleStyle$3A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10886
10932
 
10887
10933
  var FileAdd = function FileAdd(props) {
10888
10934
  var color = props.color,
@@ -10895,7 +10941,7 @@ var FileAdd = function FileAdd(props) {
10895
10941
  return /*#__PURE__*/React.createElement("span", {
10896
10942
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10897
10943
  }, /*#__PURE__*/React.createElement("style", {
10898
- children: loadingCircleStyle$3z
10944
+ children: loadingCircleStyle$3A
10899
10945
  }), /*#__PURE__*/React.createElement("svg", _extends({
10900
10946
  xmlns: "http://www.w3.org/2000/svg",
10901
10947
  width: size,
@@ -10927,7 +10973,7 @@ FileAdd.defaultProps = {
10927
10973
  size: '16'
10928
10974
  };
10929
10975
 
10930
- var loadingCircleStyle$3A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10976
+ var loadingCircleStyle$3B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10931
10977
 
10932
10978
  var FileRemove = function FileRemove(props) {
10933
10979
  var color = props.color,
@@ -10940,7 +10986,7 @@ var FileRemove = function FileRemove(props) {
10940
10986
  return /*#__PURE__*/React.createElement("span", {
10941
10987
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10942
10988
  }, /*#__PURE__*/React.createElement("style", {
10943
- children: loadingCircleStyle$3A
10989
+ children: loadingCircleStyle$3B
10944
10990
  }), /*#__PURE__*/React.createElement("svg", _extends({
10945
10991
  xmlns: "http://www.w3.org/2000/svg",
10946
10992
  width: size,
@@ -10974,7 +11020,7 @@ FileRemove.defaultProps = {
10974
11020
  size: '16'
10975
11021
  };
10976
11022
 
10977
- var loadingCircleStyle$3B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11023
+ var loadingCircleStyle$3C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10978
11024
 
10979
11025
  var FileExport = function FileExport(props) {
10980
11026
  var color = props.color,
@@ -10987,7 +11033,7 @@ var FileExport = function FileExport(props) {
10987
11033
  return /*#__PURE__*/React.createElement("span", {
10988
11034
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10989
11035
  }, /*#__PURE__*/React.createElement("style", {
10990
- children: loadingCircleStyle$3B
11036
+ children: loadingCircleStyle$3C
10991
11037
  }), /*#__PURE__*/React.createElement("svg", _extends({
10992
11038
  xmlns: "http://www.w3.org/2000/svg",
10993
11039
  width: size,
@@ -11019,7 +11065,7 @@ FileExport.defaultProps = {
11019
11065
  size: '16'
11020
11066
  };
11021
11067
 
11022
- var loadingCircleStyle$3C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11068
+ var loadingCircleStyle$3D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11023
11069
 
11024
11070
  var FileMove = function FileMove(props) {
11025
11071
  var color = props.color,
@@ -11032,7 +11078,7 @@ var FileMove = function FileMove(props) {
11032
11078
  return /*#__PURE__*/React.createElement("span", {
11033
11079
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11034
11080
  }, /*#__PURE__*/React.createElement("style", {
11035
- children: loadingCircleStyle$3C
11081
+ children: loadingCircleStyle$3D
11036
11082
  }), /*#__PURE__*/React.createElement("svg", _extends({
11037
11083
  xmlns: "http://www.w3.org/2000/svg",
11038
11084
  width: size,
@@ -11064,7 +11110,7 @@ FileMove.defaultProps = {
11064
11110
  size: '16'
11065
11111
  };
11066
11112
 
11067
- var loadingCircleStyle$3D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11113
+ var loadingCircleStyle$3E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11068
11114
 
11069
11115
  var FileImport = function FileImport(props) {
11070
11116
  var color = props.color,
@@ -11077,7 +11123,7 @@ var FileImport = function FileImport(props) {
11077
11123
  return /*#__PURE__*/React.createElement("span", {
11078
11124
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11079
11125
  }, /*#__PURE__*/React.createElement("style", {
11080
- children: loadingCircleStyle$3D
11126
+ children: loadingCircleStyle$3E
11081
11127
  }), /*#__PURE__*/React.createElement("svg", _extends({
11082
11128
  xmlns: "http://www.w3.org/2000/svg",
11083
11129
  width: size,
@@ -11109,7 +11155,7 @@ FileImport.defaultProps = {
11109
11155
  size: '16'
11110
11156
  };
11111
11157
 
11112
- var loadingCircleStyle$3E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11158
+ var loadingCircleStyle$3F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11113
11159
 
11114
11160
  var FileInfo = function FileInfo(props) {
11115
11161
  var color = props.color,
@@ -11122,7 +11168,7 @@ var FileInfo = function FileInfo(props) {
11122
11168
  return /*#__PURE__*/React.createElement("span", {
11123
11169
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11124
11170
  }, /*#__PURE__*/React.createElement("style", {
11125
- children: loadingCircleStyle$3E
11171
+ children: loadingCircleStyle$3F
11126
11172
  }), /*#__PURE__*/React.createElement("svg", _extends({
11127
11173
  xmlns: "http://www.w3.org/2000/svg",
11128
11174
  width: size,
@@ -11154,7 +11200,7 @@ FileInfo.defaultProps = {
11154
11200
  size: '16'
11155
11201
  };
11156
11202
 
11157
- var loadingCircleStyle$3F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11203
+ var loadingCircleStyle$3G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11158
11204
 
11159
11205
  var FileConvert = function FileConvert(props) {
11160
11206
  var color = props.color,
@@ -11167,7 +11213,7 @@ var FileConvert = function FileConvert(props) {
11167
11213
  return /*#__PURE__*/React.createElement("span", {
11168
11214
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11169
11215
  }, /*#__PURE__*/React.createElement("style", {
11170
- children: loadingCircleStyle$3F
11216
+ children: loadingCircleStyle$3G
11171
11217
  }), /*#__PURE__*/React.createElement("svg", _extends({
11172
11218
  xmlns: "http://www.w3.org/2000/svg",
11173
11219
  width: size,
@@ -11199,15 +11245,111 @@ FileConvert.propTypes = {
11199
11245
  color: PropTypes.string,
11200
11246
  size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
11201
11247
  };
11202
- FileConvert.defaultProps = {
11248
+ FileConvert.defaultProps = {
11249
+ spin: false,
11250
+ color: 'currentColor',
11251
+ size: '16'
11252
+ };
11253
+
11254
+ var loadingCircleStyle$3H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11255
+
11256
+ var AssetConvert = function AssetConvert(props) {
11257
+ var color = props.color,
11258
+ size = props.size,
11259
+ spin = props.spin,
11260
+ style = props.style,
11261
+ className = props.className,
11262
+ otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className"]);
11263
+
11264
+ return /*#__PURE__*/React.createElement("span", {
11265
+ className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11266
+ }, /*#__PURE__*/React.createElement("style", {
11267
+ children: loadingCircleStyle$3H
11268
+ }), /*#__PURE__*/React.createElement("svg", _extends({
11269
+ xmlns: "http://www.w3.org/2000/svg",
11270
+ width: size,
11271
+ height: size,
11272
+ viewBox: "0 0 24 24",
11273
+ fill: color
11274
+ }, otherProps, {
11275
+ style: _objectSpread2(_objectSpread2(_objectSpread2({}, style), spin ? {
11276
+ animationDuration: '1s',
11277
+ animationIterationCount: 'infinite',
11278
+ animationName: 'loadingCircle',
11279
+ animationTimingFunction: 'linear'
11280
+ } : {}), {}, {
11281
+ cursor: 'pointer'
11282
+ })
11283
+ }), /*#__PURE__*/React.createElement("path", {
11284
+ fillRule: "evenodd",
11285
+ clipRule: "evenodd",
11286
+ 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"
11287
+ }), /*#__PURE__*/React.createElement("path", {
11288
+ d: "M11 10v4H9l4 4v-8h-2z"
11289
+ }), /*#__PURE__*/React.createElement("path", {
11290
+ d: "M17 18v-4h2l-4-4v8h2z"
11291
+ })));
11292
+ };
11293
+
11294
+ AssetConvert.propTypes = {
11295
+ spin: PropTypes.bool,
11296
+ color: PropTypes.string,
11297
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
11298
+ };
11299
+ AssetConvert.defaultProps = {
11300
+ spin: false,
11301
+ color: 'currentColor',
11302
+ size: '16'
11303
+ };
11304
+
11305
+ var loadingCircleStyle$3I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11306
+
11307
+ var FileLock = function FileLock(props) {
11308
+ var color = props.color,
11309
+ size = props.size,
11310
+ spin = props.spin,
11311
+ style = props.style,
11312
+ className = props.className,
11313
+ otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className"]);
11314
+
11315
+ return /*#__PURE__*/React.createElement("span", {
11316
+ className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11317
+ }, /*#__PURE__*/React.createElement("style", {
11318
+ children: loadingCircleStyle$3I
11319
+ }), /*#__PURE__*/React.createElement("svg", _extends({
11320
+ xmlns: "http://www.w3.org/2000/svg",
11321
+ width: size,
11322
+ height: size,
11323
+ viewBox: "0 0 24 24",
11324
+ fill: color
11325
+ }, otherProps, {
11326
+ style: _objectSpread2(_objectSpread2(_objectSpread2({}, style), spin ? {
11327
+ animationDuration: '1s',
11328
+ animationIterationCount: 'infinite',
11329
+ animationName: 'loadingCircle',
11330
+ animationTimingFunction: 'linear'
11331
+ } : {}), {}, {
11332
+ cursor: 'pointer'
11333
+ })
11334
+ }), /*#__PURE__*/React.createElement("path", {
11335
+ 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"
11336
+ })));
11337
+ };
11338
+
11339
+ FileLock.propTypes = {
11340
+ spin: PropTypes.bool,
11341
+ color: PropTypes.string,
11342
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
11343
+ };
11344
+ FileLock.defaultProps = {
11203
11345
  spin: false,
11204
11346
  color: 'currentColor',
11205
11347
  size: '16'
11206
11348
  };
11207
11349
 
11208
- var loadingCircleStyle$3G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11350
+ var loadingCircleStyle$3J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11209
11351
 
11210
- var FileLock = function FileLock(props) {
11352
+ var FilePdf = function FilePdf(props) {
11211
11353
  var color = props.color,
11212
11354
  size = props.size,
11213
11355
  spin = props.spin,
@@ -11218,7 +11360,7 @@ var FileLock = function FileLock(props) {
11218
11360
  return /*#__PURE__*/React.createElement("span", {
11219
11361
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11220
11362
  }, /*#__PURE__*/React.createElement("style", {
11221
- children: loadingCircleStyle$3G
11363
+ children: loadingCircleStyle$3J
11222
11364
  }), /*#__PURE__*/React.createElement("svg", _extends({
11223
11365
  xmlns: "http://www.w3.org/2000/svg",
11224
11366
  width: size,
@@ -11235,22 +11377,22 @@ var FileLock = function FileLock(props) {
11235
11377
  cursor: 'pointer'
11236
11378
  })
11237
11379
  }), /*#__PURE__*/React.createElement("path", {
11238
- 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"
11380
+ 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"
11239
11381
  })));
11240
11382
  };
11241
11383
 
11242
- FileLock.propTypes = {
11384
+ FilePdf.propTypes = {
11243
11385
  spin: PropTypes.bool,
11244
11386
  color: PropTypes.string,
11245
11387
  size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
11246
11388
  };
11247
- FileLock.defaultProps = {
11389
+ FilePdf.defaultProps = {
11248
11390
  spin: false,
11249
11391
  color: 'currentColor',
11250
11392
  size: '16'
11251
11393
  };
11252
11394
 
11253
- var loadingCircleStyle$3H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11395
+ var loadingCircleStyle$3K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11254
11396
 
11255
11397
  var Detail = function Detail(props) {
11256
11398
  var color = props.color,
@@ -11263,7 +11405,7 @@ var Detail = function Detail(props) {
11263
11405
  return /*#__PURE__*/React.createElement("span", {
11264
11406
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11265
11407
  }, /*#__PURE__*/React.createElement("style", {
11266
- children: loadingCircleStyle$3H
11408
+ children: loadingCircleStyle$3K
11267
11409
  }), /*#__PURE__*/React.createElement("svg", _extends({
11268
11410
  xmlns: "http://www.w3.org/2000/svg",
11269
11411
  width: size,
@@ -11295,7 +11437,7 @@ Detail.defaultProps = {
11295
11437
  size: '16'
11296
11438
  };
11297
11439
 
11298
- var loadingCircleStyle$3I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11440
+ var loadingCircleStyle$3L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11299
11441
 
11300
11442
  var MessageCenter = function MessageCenter(props) {
11301
11443
  var color = props.color,
@@ -11308,7 +11450,7 @@ var MessageCenter = function MessageCenter(props) {
11308
11450
  return /*#__PURE__*/React.createElement("span", {
11309
11451
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11310
11452
  }, /*#__PURE__*/React.createElement("style", {
11311
- children: loadingCircleStyle$3I
11453
+ children: loadingCircleStyle$3L
11312
11454
  }), /*#__PURE__*/React.createElement("svg", _extends({
11313
11455
  xmlns: "http://www.w3.org/2000/svg",
11314
11456
  width: size,
@@ -11348,7 +11490,7 @@ MessageCenter.defaultProps = {
11348
11490
  size: '16'
11349
11491
  };
11350
11492
 
11351
- var loadingCircleStyle$3J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11493
+ var loadingCircleStyle$3M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11352
11494
 
11353
11495
  var SystemMsg = function SystemMsg(props) {
11354
11496
  var color = props.color,
@@ -11361,7 +11503,7 @@ var SystemMsg = function SystemMsg(props) {
11361
11503
  return /*#__PURE__*/React.createElement("span", {
11362
11504
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11363
11505
  }, /*#__PURE__*/React.createElement("style", {
11364
- children: loadingCircleStyle$3J
11506
+ children: loadingCircleStyle$3M
11365
11507
  }), /*#__PURE__*/React.createElement("svg", _extends({
11366
11508
  xmlns: "http://www.w3.org/2000/svg",
11367
11509
  width: size,
@@ -11399,7 +11541,7 @@ SystemMsg.defaultProps = {
11399
11541
  size: '16'
11400
11542
  };
11401
11543
 
11402
- var loadingCircleStyle$3K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11544
+ var loadingCircleStyle$3N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11403
11545
 
11404
11546
  var Comment = function Comment(props) {
11405
11547
  var color = props.color,
@@ -11412,7 +11554,7 @@ var Comment = function Comment(props) {
11412
11554
  return /*#__PURE__*/React.createElement("span", {
11413
11555
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11414
11556
  }, /*#__PURE__*/React.createElement("style", {
11415
- children: loadingCircleStyle$3K
11557
+ children: loadingCircleStyle$3N
11416
11558
  }), /*#__PURE__*/React.createElement("svg", _extends({
11417
11559
  xmlns: "http://www.w3.org/2000/svg",
11418
11560
  width: size,
@@ -11448,7 +11590,7 @@ Comment.defaultProps = {
11448
11590
  size: '16'
11449
11591
  };
11450
11592
 
11451
- var loadingCircleStyle$3L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11593
+ var loadingCircleStyle$3O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11452
11594
 
11453
11595
  var Book = function Book(props) {
11454
11596
  var color = props.color,
@@ -11461,7 +11603,7 @@ var Book = function Book(props) {
11461
11603
  return /*#__PURE__*/React.createElement("span", {
11462
11604
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11463
11605
  }, /*#__PURE__*/React.createElement("style", {
11464
- children: loadingCircleStyle$3L
11606
+ children: loadingCircleStyle$3O
11465
11607
  }), /*#__PURE__*/React.createElement("svg", _extends({
11466
11608
  xmlns: "http://www.w3.org/2000/svg",
11467
11609
  width: size,
@@ -11493,7 +11635,7 @@ Book.defaultProps = {
11493
11635
  size: '16'
11494
11636
  };
11495
11637
 
11496
- var loadingCircleStyle$3M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11638
+ var loadingCircleStyle$3P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11497
11639
 
11498
11640
  var Book2 = function Book2(props) {
11499
11641
  var color = props.color,
@@ -11506,7 +11648,7 @@ var Book2 = function Book2(props) {
11506
11648
  return /*#__PURE__*/React.createElement("span", {
11507
11649
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11508
11650
  }, /*#__PURE__*/React.createElement("style", {
11509
- children: loadingCircleStyle$3M
11651
+ children: loadingCircleStyle$3P
11510
11652
  }), /*#__PURE__*/React.createElement("svg", _extends({
11511
11653
  xmlns: "http://www.w3.org/2000/svg",
11512
11654
  width: size,
@@ -11538,52 +11680,7 @@ Book2.defaultProps = {
11538
11680
  size: '16'
11539
11681
  };
11540
11682
 
11541
- var loadingCircleStyle$3N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11542
-
11543
- var FilePdf = function FilePdf(props) {
11544
- var color = props.color,
11545
- size = props.size,
11546
- spin = props.spin,
11547
- style = props.style,
11548
- className = props.className,
11549
- otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className"]);
11550
-
11551
- return /*#__PURE__*/React.createElement("span", {
11552
- className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11553
- }, /*#__PURE__*/React.createElement("style", {
11554
- children: loadingCircleStyle$3N
11555
- }), /*#__PURE__*/React.createElement("svg", _extends({
11556
- xmlns: "http://www.w3.org/2000/svg",
11557
- width: size,
11558
- height: size,
11559
- viewBox: "0 0 24 24",
11560
- fill: color
11561
- }, otherProps, {
11562
- style: _objectSpread2(_objectSpread2(_objectSpread2({}, style), spin ? {
11563
- animationDuration: '1s',
11564
- animationIterationCount: 'infinite',
11565
- animationName: 'loadingCircle',
11566
- animationTimingFunction: 'linear'
11567
- } : {}), {}, {
11568
- cursor: 'pointer'
11569
- })
11570
- }), /*#__PURE__*/React.createElement("path", {
11571
- 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"
11572
- })));
11573
- };
11574
-
11575
- FilePdf.propTypes = {
11576
- spin: PropTypes.bool,
11577
- color: PropTypes.string,
11578
- size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
11579
- };
11580
- FilePdf.defaultProps = {
11581
- spin: false,
11582
- color: 'currentColor',
11583
- size: '16'
11584
- };
11585
-
11586
- var loadingCircleStyle$3O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11683
+ var loadingCircleStyle$3Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11587
11684
 
11588
11685
  var Sticker = function Sticker(props) {
11589
11686
  var color = props.color,
@@ -11596,7 +11693,7 @@ var Sticker = function Sticker(props) {
11596
11693
  return /*#__PURE__*/React.createElement("span", {
11597
11694
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11598
11695
  }, /*#__PURE__*/React.createElement("style", {
11599
- children: loadingCircleStyle$3O
11696
+ children: loadingCircleStyle$3Q
11600
11697
  }), /*#__PURE__*/React.createElement("svg", _extends({
11601
11698
  xmlns: "http://www.w3.org/2000/svg",
11602
11699
  width: size,
@@ -11628,7 +11725,7 @@ Sticker.defaultProps = {
11628
11725
  size: '16'
11629
11726
  };
11630
11727
 
11631
- var loadingCircleStyle$3P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11728
+ var loadingCircleStyle$3R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11632
11729
 
11633
11730
  var StickerFill = function StickerFill(props) {
11634
11731
  var color = props.color,
@@ -11641,7 +11738,7 @@ var StickerFill = function StickerFill(props) {
11641
11738
  return /*#__PURE__*/React.createElement("span", {
11642
11739
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11643
11740
  }, /*#__PURE__*/React.createElement("style", {
11644
- children: loadingCircleStyle$3P
11741
+ children: loadingCircleStyle$3R
11645
11742
  }), /*#__PURE__*/React.createElement("svg", _extends({
11646
11743
  xmlns: "http://www.w3.org/2000/svg",
11647
11744
  width: size,
@@ -11673,7 +11770,7 @@ StickerFill.defaultProps = {
11673
11770
  size: '16'
11674
11771
  };
11675
11772
 
11676
- var loadingCircleStyle$3Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11773
+ var loadingCircleStyle$3S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11677
11774
 
11678
11775
  var EventSm = function EventSm(props) {
11679
11776
  var color = props.color,
@@ -11686,7 +11783,7 @@ var EventSm = function EventSm(props) {
11686
11783
  return /*#__PURE__*/React.createElement("span", {
11687
11784
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11688
11785
  }, /*#__PURE__*/React.createElement("style", {
11689
- children: loadingCircleStyle$3Q
11786
+ children: loadingCircleStyle$3S
11690
11787
  }), /*#__PURE__*/React.createElement("svg", _extends({
11691
11788
  xmlns: "http://www.w3.org/2000/svg",
11692
11789
  width: size,
@@ -11718,7 +11815,7 @@ EventSm.defaultProps = {
11718
11815
  size: '16'
11719
11816
  };
11720
11817
 
11721
- var loadingCircleStyle$3R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11818
+ var loadingCircleStyle$3T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11722
11819
 
11723
11820
  var EPropertySm = function EPropertySm(props) {
11724
11821
  var color = props.color,
@@ -11731,7 +11828,7 @@ var EPropertySm = function EPropertySm(props) {
11731
11828
  return /*#__PURE__*/React.createElement("span", {
11732
11829
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11733
11830
  }, /*#__PURE__*/React.createElement("style", {
11734
- children: loadingCircleStyle$3R
11831
+ children: loadingCircleStyle$3T
11735
11832
  }), /*#__PURE__*/React.createElement("svg", _extends({
11736
11833
  xmlns: "http://www.w3.org/2000/svg",
11737
11834
  width: size,
@@ -11771,7 +11868,7 @@ EPropertySm.defaultProps = {
11771
11868
  size: '16'
11772
11869
  };
11773
11870
 
11774
- var loadingCircleStyle$3S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11871
+ var loadingCircleStyle$3U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11775
11872
 
11776
11873
  var UPropertySm = function UPropertySm(props) {
11777
11874
  var color = props.color,
@@ -11784,7 +11881,7 @@ var UPropertySm = function UPropertySm(props) {
11784
11881
  return /*#__PURE__*/React.createElement("span", {
11785
11882
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11786
11883
  }, /*#__PURE__*/React.createElement("style", {
11787
- children: loadingCircleStyle$3S
11884
+ children: loadingCircleStyle$3U
11788
11885
  }), /*#__PURE__*/React.createElement("svg", _extends({
11789
11886
  xmlns: "http://www.w3.org/2000/svg",
11790
11887
  width: size,
@@ -11801,13 +11898,9 @@ var UPropertySm = function UPropertySm(props) {
11801
11898
  cursor: 'pointer'
11802
11899
  })
11803
11900
  }), /*#__PURE__*/React.createElement("path", {
11804
- fillRule: "evenodd",
11805
- clipRule: "evenodd",
11806
- 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"
11901
+ 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"
11807
11902
  }), /*#__PURE__*/React.createElement("path", {
11808
- fillRule: "evenodd",
11809
- clipRule: "evenodd",
11810
- 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"
11903
+ 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"
11811
11904
  }), /*#__PURE__*/React.createElement("path", {
11812
11905
  d: "M14.392 3.78h-4.106V2.75h4.106v1.03z"
11813
11906
  }), /*#__PURE__*/React.createElement("path", {
@@ -11826,7 +11919,7 @@ UPropertySm.defaultProps = {
11826
11919
  size: '16'
11827
11920
  };
11828
11921
 
11829
- var loadingCircleStyle$3T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11922
+ var loadingCircleStyle$3V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11830
11923
 
11831
11924
  var UGroupSm = function UGroupSm(props) {
11832
11925
  var color = props.color,
@@ -11839,7 +11932,7 @@ var UGroupSm = function UGroupSm(props) {
11839
11932
  return /*#__PURE__*/React.createElement("span", {
11840
11933
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11841
11934
  }, /*#__PURE__*/React.createElement("style", {
11842
- children: loadingCircleStyle$3T
11935
+ children: loadingCircleStyle$3V
11843
11936
  }), /*#__PURE__*/React.createElement("svg", _extends({
11844
11937
  xmlns: "http://www.w3.org/2000/svg",
11845
11938
  width: size,
@@ -11885,7 +11978,7 @@ UGroupSm.defaultProps = {
11885
11978
  size: '16'
11886
11979
  };
11887
11980
 
11888
- var loadingCircleStyle$3U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11981
+ var loadingCircleStyle$3W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11889
11982
 
11890
11983
  var UTagSm = function UTagSm(props) {
11891
11984
  var color = props.color,
@@ -11898,7 +11991,7 @@ var UTagSm = function UTagSm(props) {
11898
11991
  return /*#__PURE__*/React.createElement("span", {
11899
11992
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11900
11993
  }, /*#__PURE__*/React.createElement("style", {
11901
- children: loadingCircleStyle$3U
11994
+ children: loadingCircleStyle$3W
11902
11995
  }), /*#__PURE__*/React.createElement("svg", _extends({
11903
11996
  xmlns: "http://www.w3.org/2000/svg",
11904
11997
  width: size,
@@ -11934,7 +12027,7 @@ UTagSm.defaultProps = {
11934
12027
  size: '16'
11935
12028
  };
11936
12029
 
11937
- var loadingCircleStyle$3V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12030
+ var loadingCircleStyle$3X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11938
12031
 
11939
12032
  var AllGroupSm = function AllGroupSm(props) {
11940
12033
  var color = props.color,
@@ -11947,7 +12040,7 @@ var AllGroupSm = function AllGroupSm(props) {
11947
12040
  return /*#__PURE__*/React.createElement("span", {
11948
12041
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11949
12042
  }, /*#__PURE__*/React.createElement("style", {
11950
- children: loadingCircleStyle$3V
12043
+ children: loadingCircleStyle$3X
11951
12044
  }), /*#__PURE__*/React.createElement("svg", _extends({
11952
12045
  xmlns: "http://www.w3.org/2000/svg",
11953
12046
  width: size,
@@ -11985,7 +12078,7 @@ AllGroupSm.defaultProps = {
11985
12078
  size: '16'
11986
12079
  };
11987
12080
 
11988
- var loadingCircleStyle$3W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12081
+ var loadingCircleStyle$3Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11989
12082
 
11990
12083
  var CalendarSm = function CalendarSm(props) {
11991
12084
  var color = props.color,
@@ -11998,7 +12091,7 @@ var CalendarSm = function CalendarSm(props) {
11998
12091
  return /*#__PURE__*/React.createElement("span", {
11999
12092
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12000
12093
  }, /*#__PURE__*/React.createElement("style", {
12001
- children: loadingCircleStyle$3W
12094
+ children: loadingCircleStyle$3Y
12002
12095
  }), /*#__PURE__*/React.createElement("svg", _extends({
12003
12096
  xmlns: "http://www.w3.org/2000/svg",
12004
12097
  width: size,
@@ -12030,7 +12123,7 @@ CalendarSm.defaultProps = {
12030
12123
  size: '16'
12031
12124
  };
12032
12125
 
12033
- var loadingCircleStyle$3X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12126
+ var loadingCircleStyle$3Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12034
12127
 
12035
12128
  var GroupAddSm = function GroupAddSm(props) {
12036
12129
  var color = props.color,
@@ -12043,7 +12136,7 @@ var GroupAddSm = function GroupAddSm(props) {
12043
12136
  return /*#__PURE__*/React.createElement("span", {
12044
12137
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12045
12138
  }, /*#__PURE__*/React.createElement("style", {
12046
- children: loadingCircleStyle$3X
12139
+ children: loadingCircleStyle$3Z
12047
12140
  }), /*#__PURE__*/React.createElement("svg", _extends({
12048
12141
  xmlns: "http://www.w3.org/2000/svg",
12049
12142
  width: size,
@@ -12081,7 +12174,7 @@ GroupAddSm.defaultProps = {
12081
12174
  size: '16'
12082
12175
  };
12083
12176
 
12084
- var loadingCircleStyle$3Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12177
+ var loadingCircleStyle$3_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12085
12178
 
12086
12179
  var BooleanSm = function BooleanSm(props) {
12087
12180
  var color = props.color,
@@ -12094,7 +12187,7 @@ var BooleanSm = function BooleanSm(props) {
12094
12187
  return /*#__PURE__*/React.createElement("span", {
12095
12188
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12096
12189
  }, /*#__PURE__*/React.createElement("style", {
12097
- children: loadingCircleStyle$3Y
12190
+ children: loadingCircleStyle$3_
12098
12191
  }), /*#__PURE__*/React.createElement("svg", _extends({
12099
12192
  xmlns: "http://www.w3.org/2000/svg",
12100
12193
  width: size,
@@ -12128,7 +12221,7 @@ BooleanSm.defaultProps = {
12128
12221
  size: '16'
12129
12222
  };
12130
12223
 
12131
- var loadingCircleStyle$3Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12224
+ var loadingCircleStyle$3$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12132
12225
 
12133
12226
  var ListSm = function ListSm(props) {
12134
12227
  var color = props.color,
@@ -12141,7 +12234,7 @@ var ListSm = function ListSm(props) {
12141
12234
  return /*#__PURE__*/React.createElement("span", {
12142
12235
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12143
12236
  }, /*#__PURE__*/React.createElement("style", {
12144
- children: loadingCircleStyle$3Z
12237
+ children: loadingCircleStyle$3$
12145
12238
  }), /*#__PURE__*/React.createElement("svg", _extends({
12146
12239
  xmlns: "http://www.w3.org/2000/svg",
12147
12240
  width: size,
@@ -12183,7 +12276,7 @@ ListSm.defaultProps = {
12183
12276
  size: '16'
12184
12277
  };
12185
12278
 
12186
- var loadingCircleStyle$3_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12279
+ var loadingCircleStyle$40 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12187
12280
 
12188
12281
  var ArrayRowsSm = function ArrayRowsSm(props) {
12189
12282
  var color = props.color,
@@ -12196,7 +12289,7 @@ var ArrayRowsSm = function ArrayRowsSm(props) {
12196
12289
  return /*#__PURE__*/React.createElement("span", {
12197
12290
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12198
12291
  }, /*#__PURE__*/React.createElement("style", {
12199
- children: loadingCircleStyle$3_
12292
+ children: loadingCircleStyle$40
12200
12293
  }), /*#__PURE__*/React.createElement("svg", _extends({
12201
12294
  xmlns: "http://www.w3.org/2000/svg",
12202
12295
  width: size,
@@ -12230,7 +12323,7 @@ ArrayRowsSm.defaultProps = {
12230
12323
  size: '16'
12231
12324
  };
12232
12325
 
12233
- var loadingCircleStyle$3$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12326
+ var loadingCircleStyle$41 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12234
12327
 
12235
12328
  var RowsSm = function RowsSm(props) {
12236
12329
  var color = props.color,
@@ -12243,7 +12336,7 @@ var RowsSm = function RowsSm(props) {
12243
12336
  return /*#__PURE__*/React.createElement("span", {
12244
12337
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12245
12338
  }, /*#__PURE__*/React.createElement("style", {
12246
- children: loadingCircleStyle$3$
12339
+ children: loadingCircleStyle$41
12247
12340
  }), /*#__PURE__*/React.createElement("svg", _extends({
12248
12341
  xmlns: "http://www.w3.org/2000/svg",
12249
12342
  width: size,
@@ -12285,7 +12378,7 @@ RowsSm.defaultProps = {
12285
12378
  size: '16'
12286
12379
  };
12287
12380
 
12288
- var loadingCircleStyle$40 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12381
+ var loadingCircleStyle$42 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12289
12382
 
12290
12383
  var VPropertySm = function VPropertySm(props) {
12291
12384
  var color = props.color,
@@ -12298,7 +12391,7 @@ var VPropertySm = function VPropertySm(props) {
12298
12391
  return /*#__PURE__*/React.createElement("span", {
12299
12392
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12300
12393
  }, /*#__PURE__*/React.createElement("style", {
12301
- children: loadingCircleStyle$40
12394
+ children: loadingCircleStyle$42
12302
12395
  }), /*#__PURE__*/React.createElement("svg", _extends({
12303
12396
  xmlns: "http://www.w3.org/2000/svg",
12304
12397
  width: size,
@@ -12336,7 +12429,7 @@ VPropertySm.defaultProps = {
12336
12429
  size: '16'
12337
12430
  };
12338
12431
 
12339
- var loadingCircleStyle$41 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12432
+ var loadingCircleStyle$43 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12340
12433
 
12341
12434
  var StringSm = function StringSm(props) {
12342
12435
  var color = props.color,
@@ -12349,7 +12442,7 @@ var StringSm = function StringSm(props) {
12349
12442
  return /*#__PURE__*/React.createElement("span", {
12350
12443
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12351
12444
  }, /*#__PURE__*/React.createElement("style", {
12352
- children: loadingCircleStyle$41
12445
+ children: loadingCircleStyle$43
12353
12446
  }), /*#__PURE__*/React.createElement("svg", _extends({
12354
12447
  xmlns: "http://www.w3.org/2000/svg",
12355
12448
  width: size,
@@ -12383,7 +12476,7 @@ StringSm.defaultProps = {
12383
12476
  size: '16'
12384
12477
  };
12385
12478
 
12386
- var loadingCircleStyle$42 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12479
+ var loadingCircleStyle$44 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12387
12480
 
12388
12481
  var NumSm = function NumSm(props) {
12389
12482
  var color = props.color,
@@ -12396,7 +12489,7 @@ var NumSm = function NumSm(props) {
12396
12489
  return /*#__PURE__*/React.createElement("span", {
12397
12490
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12398
12491
  }, /*#__PURE__*/React.createElement("style", {
12399
- children: loadingCircleStyle$42
12492
+ children: loadingCircleStyle$44
12400
12493
  }), /*#__PURE__*/React.createElement("svg", _extends({
12401
12494
  xmlns: "http://www.w3.org/2000/svg",
12402
12495
  width: size,
@@ -12430,7 +12523,7 @@ NumSm.defaultProps = {
12430
12523
  size: '16'
12431
12524
  };
12432
12525
 
12433
- var loadingCircleStyle$43 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12526
+ var loadingCircleStyle$45 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12434
12527
 
12435
12528
  var TimeSm = function TimeSm(props) {
12436
12529
  var color = props.color,
@@ -12443,7 +12536,7 @@ var TimeSm = function TimeSm(props) {
12443
12536
  return /*#__PURE__*/React.createElement("span", {
12444
12537
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12445
12538
  }, /*#__PURE__*/React.createElement("style", {
12446
- children: loadingCircleStyle$43
12539
+ children: loadingCircleStyle$45
12447
12540
  }), /*#__PURE__*/React.createElement("svg", _extends({
12448
12541
  xmlns: "http://www.w3.org/2000/svg",
12449
12542
  width: size,
@@ -12477,7 +12570,7 @@ TimeSm.defaultProps = {
12477
12570
  size: '16'
12478
12571
  };
12479
12572
 
12480
- var loadingCircleStyle$44 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12573
+ var loadingCircleStyle$46 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12481
12574
 
12482
12575
  var ArrowLeft = function ArrowLeft(props) {
12483
12576
  var color = props.color,
@@ -12490,7 +12583,7 @@ var ArrowLeft = function ArrowLeft(props) {
12490
12583
  return /*#__PURE__*/React.createElement("span", {
12491
12584
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12492
12585
  }, /*#__PURE__*/React.createElement("style", {
12493
- children: loadingCircleStyle$44
12586
+ children: loadingCircleStyle$46
12494
12587
  }), /*#__PURE__*/React.createElement("svg", _extends({
12495
12588
  xmlns: "http://www.w3.org/2000/svg",
12496
12589
  width: size,
@@ -12522,7 +12615,7 @@ ArrowLeft.defaultProps = {
12522
12615
  size: '16'
12523
12616
  };
12524
12617
 
12525
- var loadingCircleStyle$45 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12618
+ var loadingCircleStyle$47 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12526
12619
 
12527
12620
  var ArrowRight = function ArrowRight(props) {
12528
12621
  var color = props.color,
@@ -12535,7 +12628,7 @@ var ArrowRight = function ArrowRight(props) {
12535
12628
  return /*#__PURE__*/React.createElement("span", {
12536
12629
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12537
12630
  }, /*#__PURE__*/React.createElement("style", {
12538
- children: loadingCircleStyle$45
12631
+ children: loadingCircleStyle$47
12539
12632
  }), /*#__PURE__*/React.createElement("svg", _extends({
12540
12633
  xmlns: "http://www.w3.org/2000/svg",
12541
12634
  width: size,
@@ -12567,7 +12660,7 @@ ArrowRight.defaultProps = {
12567
12660
  size: '16'
12568
12661
  };
12569
12662
 
12570
- var loadingCircleStyle$46 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12663
+ var loadingCircleStyle$48 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12571
12664
 
12572
12665
  var ArrowUp = function ArrowUp(props) {
12573
12666
  var color = props.color,
@@ -12580,7 +12673,7 @@ var ArrowUp = function ArrowUp(props) {
12580
12673
  return /*#__PURE__*/React.createElement("span", {
12581
12674
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12582
12675
  }, /*#__PURE__*/React.createElement("style", {
12583
- children: loadingCircleStyle$46
12676
+ children: loadingCircleStyle$48
12584
12677
  }), /*#__PURE__*/React.createElement("svg", _extends({
12585
12678
  xmlns: "http://www.w3.org/2000/svg",
12586
12679
  width: size,
@@ -12612,7 +12705,7 @@ ArrowUp.defaultProps = {
12612
12705
  size: '16'
12613
12706
  };
12614
12707
 
12615
- var loadingCircleStyle$47 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12708
+ var loadingCircleStyle$49 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12616
12709
 
12617
12710
  var ArrowDown = function ArrowDown(props) {
12618
12711
  var color = props.color,
@@ -12625,7 +12718,7 @@ var ArrowDown = function ArrowDown(props) {
12625
12718
  return /*#__PURE__*/React.createElement("span", {
12626
12719
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12627
12720
  }, /*#__PURE__*/React.createElement("style", {
12628
- children: loadingCircleStyle$47
12721
+ children: loadingCircleStyle$49
12629
12722
  }), /*#__PURE__*/React.createElement("svg", _extends({
12630
12723
  xmlns: "http://www.w3.org/2000/svg",
12631
12724
  width: size,
@@ -12657,7 +12750,7 @@ ArrowDown.defaultProps = {
12657
12750
  size: '16'
12658
12751
  };
12659
12752
 
12660
- var loadingCircleStyle$48 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12753
+ var loadingCircleStyle$4a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12661
12754
 
12662
12755
  var ArrowLeft2 = function ArrowLeft2(props) {
12663
12756
  var color = props.color,
@@ -12670,7 +12763,7 @@ var ArrowLeft2 = function ArrowLeft2(props) {
12670
12763
  return /*#__PURE__*/React.createElement("span", {
12671
12764
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12672
12765
  }, /*#__PURE__*/React.createElement("style", {
12673
- children: loadingCircleStyle$48
12766
+ children: loadingCircleStyle$4a
12674
12767
  }), /*#__PURE__*/React.createElement("svg", _extends({
12675
12768
  xmlns: "http://www.w3.org/2000/svg",
12676
12769
  width: size,
@@ -12702,7 +12795,7 @@ ArrowLeft2.defaultProps = {
12702
12795
  size: '16'
12703
12796
  };
12704
12797
 
12705
- var loadingCircleStyle$49 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12798
+ var loadingCircleStyle$4b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12706
12799
 
12707
12800
  var ArrowRight2 = function ArrowRight2(props) {
12708
12801
  var color = props.color,
@@ -12715,7 +12808,7 @@ var ArrowRight2 = function ArrowRight2(props) {
12715
12808
  return /*#__PURE__*/React.createElement("span", {
12716
12809
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12717
12810
  }, /*#__PURE__*/React.createElement("style", {
12718
- children: loadingCircleStyle$49
12811
+ children: loadingCircleStyle$4b
12719
12812
  }), /*#__PURE__*/React.createElement("svg", _extends({
12720
12813
  xmlns: "http://www.w3.org/2000/svg",
12721
12814
  width: size,
@@ -12747,7 +12840,7 @@ ArrowRight2.defaultProps = {
12747
12840
  size: '16'
12748
12841
  };
12749
12842
 
12750
- var loadingCircleStyle$4a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12843
+ var loadingCircleStyle$4c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12751
12844
 
12752
12845
  var ArrowUp2 = function ArrowUp2(props) {
12753
12846
  var color = props.color,
@@ -12760,7 +12853,7 @@ var ArrowUp2 = function ArrowUp2(props) {
12760
12853
  return /*#__PURE__*/React.createElement("span", {
12761
12854
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12762
12855
  }, /*#__PURE__*/React.createElement("style", {
12763
- children: loadingCircleStyle$4a
12856
+ children: loadingCircleStyle$4c
12764
12857
  }), /*#__PURE__*/React.createElement("svg", _extends({
12765
12858
  xmlns: "http://www.w3.org/2000/svg",
12766
12859
  width: size,
@@ -12792,7 +12885,7 @@ ArrowUp2.defaultProps = {
12792
12885
  size: '16'
12793
12886
  };
12794
12887
 
12795
- var loadingCircleStyle$4b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12888
+ var loadingCircleStyle$4d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12796
12889
 
12797
12890
  var ArrowDown2 = function ArrowDown2(props) {
12798
12891
  var color = props.color,
@@ -12805,7 +12898,7 @@ var ArrowDown2 = function ArrowDown2(props) {
12805
12898
  return /*#__PURE__*/React.createElement("span", {
12806
12899
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12807
12900
  }, /*#__PURE__*/React.createElement("style", {
12808
- children: loadingCircleStyle$4b
12901
+ children: loadingCircleStyle$4d
12809
12902
  }), /*#__PURE__*/React.createElement("svg", _extends({
12810
12903
  xmlns: "http://www.w3.org/2000/svg",
12811
12904
  width: size,
@@ -12837,7 +12930,7 @@ ArrowDown2.defaultProps = {
12837
12930
  size: '16'
12838
12931
  };
12839
12932
 
12840
- var loadingCircleStyle$4c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12933
+ var loadingCircleStyle$4e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12841
12934
 
12842
12935
  var TriLeft = function TriLeft(props) {
12843
12936
  var color = props.color,
@@ -12850,7 +12943,7 @@ var TriLeft = function TriLeft(props) {
12850
12943
  return /*#__PURE__*/React.createElement("span", {
12851
12944
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12852
12945
  }, /*#__PURE__*/React.createElement("style", {
12853
- children: loadingCircleStyle$4c
12946
+ children: loadingCircleStyle$4e
12854
12947
  }), /*#__PURE__*/React.createElement("svg", _extends({
12855
12948
  xmlns: "http://www.w3.org/2000/svg",
12856
12949
  width: size,
@@ -12882,7 +12975,7 @@ TriLeft.defaultProps = {
12882
12975
  size: '16'
12883
12976
  };
12884
12977
 
12885
- var loadingCircleStyle$4d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12978
+ var loadingCircleStyle$4f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12886
12979
 
12887
12980
  var TriRight = function TriRight(props) {
12888
12981
  var color = props.color,
@@ -12895,7 +12988,7 @@ var TriRight = function TriRight(props) {
12895
12988
  return /*#__PURE__*/React.createElement("span", {
12896
12989
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12897
12990
  }, /*#__PURE__*/React.createElement("style", {
12898
- children: loadingCircleStyle$4d
12991
+ children: loadingCircleStyle$4f
12899
12992
  }), /*#__PURE__*/React.createElement("svg", _extends({
12900
12993
  xmlns: "http://www.w3.org/2000/svg",
12901
12994
  width: size,
@@ -12927,7 +13020,7 @@ TriRight.defaultProps = {
12927
13020
  size: '16'
12928
13021
  };
12929
13022
 
12930
- var loadingCircleStyle$4e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13023
+ var loadingCircleStyle$4g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12931
13024
 
12932
13025
  var TriUp = function TriUp(props) {
12933
13026
  var color = props.color,
@@ -12940,7 +13033,7 @@ var TriUp = function TriUp(props) {
12940
13033
  return /*#__PURE__*/React.createElement("span", {
12941
13034
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12942
13035
  }, /*#__PURE__*/React.createElement("style", {
12943
- children: loadingCircleStyle$4e
13036
+ children: loadingCircleStyle$4g
12944
13037
  }), /*#__PURE__*/React.createElement("svg", _extends({
12945
13038
  xmlns: "http://www.w3.org/2000/svg",
12946
13039
  width: size,
@@ -12972,7 +13065,7 @@ TriUp.defaultProps = {
12972
13065
  size: '16'
12973
13066
  };
12974
13067
 
12975
- var loadingCircleStyle$4f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13068
+ var loadingCircleStyle$4h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12976
13069
 
12977
13070
  var TriDown = function TriDown(props) {
12978
13071
  var color = props.color,
@@ -12985,7 +13078,7 @@ var TriDown = function TriDown(props) {
12985
13078
  return /*#__PURE__*/React.createElement("span", {
12986
13079
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12987
13080
  }, /*#__PURE__*/React.createElement("style", {
12988
- children: loadingCircleStyle$4f
13081
+ children: loadingCircleStyle$4h
12989
13082
  }), /*#__PURE__*/React.createElement("svg", _extends({
12990
13083
  xmlns: "http://www.w3.org/2000/svg",
12991
13084
  width: size,
@@ -13017,7 +13110,7 @@ TriDown.defaultProps = {
13017
13110
  size: '16'
13018
13111
  };
13019
13112
 
13020
- var loadingCircleStyle$4g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13113
+ var loadingCircleStyle$4i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13021
13114
 
13022
13115
  var DArrowL = function DArrowL(props) {
13023
13116
  var color = props.color,
@@ -13030,7 +13123,7 @@ var DArrowL = function DArrowL(props) {
13030
13123
  return /*#__PURE__*/React.createElement("span", {
13031
13124
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13032
13125
  }, /*#__PURE__*/React.createElement("style", {
13033
- children: loadingCircleStyle$4g
13126
+ children: loadingCircleStyle$4i
13034
13127
  }), /*#__PURE__*/React.createElement("svg", _extends({
13035
13128
  xmlns: "http://www.w3.org/2000/svg",
13036
13129
  width: size,
@@ -13064,7 +13157,7 @@ DArrowL.defaultProps = {
13064
13157
  size: '16'
13065
13158
  };
13066
13159
 
13067
- var loadingCircleStyle$4h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13160
+ var loadingCircleStyle$4j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13068
13161
 
13069
13162
  var DArrowR = function DArrowR(props) {
13070
13163
  var color = props.color,
@@ -13077,7 +13170,7 @@ var DArrowR = function DArrowR(props) {
13077
13170
  return /*#__PURE__*/React.createElement("span", {
13078
13171
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13079
13172
  }, /*#__PURE__*/React.createElement("style", {
13080
- children: loadingCircleStyle$4h
13173
+ children: loadingCircleStyle$4j
13081
13174
  }), /*#__PURE__*/React.createElement("svg", _extends({
13082
13175
  xmlns: "http://www.w3.org/2000/svg",
13083
13176
  width: size,
@@ -13111,7 +13204,7 @@ DArrowR.defaultProps = {
13111
13204
  size: '16'
13112
13205
  };
13113
13206
 
13114
- var loadingCircleStyle$4i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13207
+ var loadingCircleStyle$4k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13115
13208
 
13116
13209
  var DArrowT = function DArrowT(props) {
13117
13210
  var color = props.color,
@@ -13124,7 +13217,7 @@ var DArrowT = function DArrowT(props) {
13124
13217
  return /*#__PURE__*/React.createElement("span", {
13125
13218
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13126
13219
  }, /*#__PURE__*/React.createElement("style", {
13127
- children: loadingCircleStyle$4i
13220
+ children: loadingCircleStyle$4k
13128
13221
  }), /*#__PURE__*/React.createElement("svg", _extends({
13129
13222
  xmlns: "http://www.w3.org/2000/svg",
13130
13223
  width: size,
@@ -13158,7 +13251,7 @@ DArrowT.defaultProps = {
13158
13251
  size: '16'
13159
13252
  };
13160
13253
 
13161
- var loadingCircleStyle$4j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13254
+ var loadingCircleStyle$4l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13162
13255
 
13163
13256
  var DArrowB = function DArrowB(props) {
13164
13257
  var color = props.color,
@@ -13171,7 +13264,7 @@ var DArrowB = function DArrowB(props) {
13171
13264
  return /*#__PURE__*/React.createElement("span", {
13172
13265
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13173
13266
  }, /*#__PURE__*/React.createElement("style", {
13174
- children: loadingCircleStyle$4j
13267
+ children: loadingCircleStyle$4l
13175
13268
  }), /*#__PURE__*/React.createElement("svg", _extends({
13176
13269
  xmlns: "http://www.w3.org/2000/svg",
13177
13270
  width: size,
@@ -13205,7 +13298,7 @@ DArrowB.defaultProps = {
13205
13298
  size: '16'
13206
13299
  };
13207
13300
 
13208
- var loadingCircleStyle$4k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13301
+ var loadingCircleStyle$4m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13209
13302
 
13210
13303
  var DropDown = function DropDown(props) {
13211
13304
  var color = props.color,
@@ -13218,7 +13311,7 @@ var DropDown = function DropDown(props) {
13218
13311
  return /*#__PURE__*/React.createElement("span", {
13219
13312
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13220
13313
  }, /*#__PURE__*/React.createElement("style", {
13221
- children: loadingCircleStyle$4k
13314
+ children: loadingCircleStyle$4m
13222
13315
  }), /*#__PURE__*/React.createElement("svg", _extends({
13223
13316
  xmlns: "http://www.w3.org/2000/svg",
13224
13317
  width: size,
@@ -13250,7 +13343,7 @@ DropDown.defaultProps = {
13250
13343
  size: '16'
13251
13344
  };
13252
13345
 
13253
- var loadingCircleStyle$4l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13346
+ var loadingCircleStyle$4n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13254
13347
 
13255
13348
  var DropUp = function DropUp(props) {
13256
13349
  var color = props.color,
@@ -13263,7 +13356,7 @@ var DropUp = function DropUp(props) {
13263
13356
  return /*#__PURE__*/React.createElement("span", {
13264
13357
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13265
13358
  }, /*#__PURE__*/React.createElement("style", {
13266
- children: loadingCircleStyle$4l
13359
+ children: loadingCircleStyle$4n
13267
13360
  }), /*#__PURE__*/React.createElement("svg", _extends({
13268
13361
  xmlns: "http://www.w3.org/2000/svg",
13269
13362
  width: size,
@@ -13295,7 +13388,7 @@ DropUp.defaultProps = {
13295
13388
  size: '16'
13296
13389
  };
13297
13390
 
13298
- var loadingCircleStyle$4m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13391
+ var loadingCircleStyle$4o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13299
13392
 
13300
13393
  var More1 = function More1(props) {
13301
13394
  var color = props.color,
@@ -13308,7 +13401,7 @@ var More1 = function More1(props) {
13308
13401
  return /*#__PURE__*/React.createElement("span", {
13309
13402
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13310
13403
  }, /*#__PURE__*/React.createElement("style", {
13311
- children: loadingCircleStyle$4m
13404
+ children: loadingCircleStyle$4o
13312
13405
  }), /*#__PURE__*/React.createElement("svg", _extends({
13313
13406
  xmlns: "http://www.w3.org/2000/svg",
13314
13407
  width: size,
@@ -13340,7 +13433,7 @@ More1.defaultProps = {
13340
13433
  size: '16'
13341
13434
  };
13342
13435
 
13343
- var loadingCircleStyle$4n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13436
+ var loadingCircleStyle$4p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13344
13437
 
13345
13438
  var More2 = function More2(props) {
13346
13439
  var color = props.color,
@@ -13353,7 +13446,7 @@ var More2 = function More2(props) {
13353
13446
  return /*#__PURE__*/React.createElement("span", {
13354
13447
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13355
13448
  }, /*#__PURE__*/React.createElement("style", {
13356
- children: loadingCircleStyle$4n
13449
+ children: loadingCircleStyle$4p
13357
13450
  }), /*#__PURE__*/React.createElement("svg", _extends({
13358
13451
  xmlns: "http://www.w3.org/2000/svg",
13359
13452
  width: size,
@@ -13385,7 +13478,7 @@ More2.defaultProps = {
13385
13478
  size: '16'
13386
13479
  };
13387
13480
 
13388
- var loadingCircleStyle$4o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13481
+ var loadingCircleStyle$4q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13389
13482
 
13390
13483
  var Drag = function Drag(props) {
13391
13484
  var color = props.color,
@@ -13398,7 +13491,7 @@ var Drag = function Drag(props) {
13398
13491
  return /*#__PURE__*/React.createElement("span", {
13399
13492
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13400
13493
  }, /*#__PURE__*/React.createElement("style", {
13401
- children: loadingCircleStyle$4o
13494
+ children: loadingCircleStyle$4q
13402
13495
  }), /*#__PURE__*/React.createElement("svg", _extends({
13403
13496
  xmlns: "http://www.w3.org/2000/svg",
13404
13497
  width: size,
@@ -13440,7 +13533,7 @@ Drag.defaultProps = {
13440
13533
  size: '16'
13441
13534
  };
13442
13535
 
13443
- var loadingCircleStyle$4p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13536
+ var loadingCircleStyle$4r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13444
13537
 
13445
13538
  var Drag2 = function Drag2(props) {
13446
13539
  var color = props.color,
@@ -13453,7 +13546,7 @@ var Drag2 = function Drag2(props) {
13453
13546
  return /*#__PURE__*/React.createElement("span", {
13454
13547
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13455
13548
  }, /*#__PURE__*/React.createElement("style", {
13456
- children: loadingCircleStyle$4p
13549
+ children: loadingCircleStyle$4r
13457
13550
  }), /*#__PURE__*/React.createElement("svg", _extends({
13458
13551
  xmlns: "http://www.w3.org/2000/svg",
13459
13552
  width: size,
@@ -13489,7 +13582,7 @@ Drag2.defaultProps = {
13489
13582
  size: '16'
13490
13583
  };
13491
13584
 
13492
- var loadingCircleStyle$4q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13585
+ var loadingCircleStyle$4s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13493
13586
 
13494
13587
  var External = function External(props) {
13495
13588
  var color = props.color,
@@ -13502,7 +13595,7 @@ var External = function External(props) {
13502
13595
  return /*#__PURE__*/React.createElement("span", {
13503
13596
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13504
13597
  }, /*#__PURE__*/React.createElement("style", {
13505
- children: loadingCircleStyle$4q
13598
+ children: loadingCircleStyle$4s
13506
13599
  }), /*#__PURE__*/React.createElement("svg", _extends({
13507
13600
  xmlns: "http://www.w3.org/2000/svg",
13508
13601
  width: size,
@@ -13534,7 +13627,7 @@ External.defaultProps = {
13534
13627
  size: '16'
13535
13628
  };
13536
13629
 
13537
- var loadingCircleStyle$4r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13630
+ var loadingCircleStyle$4t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13538
13631
 
13539
13632
  var DisplayS = function DisplayS(props) {
13540
13633
  var color = props.color,
@@ -13547,7 +13640,7 @@ var DisplayS = function DisplayS(props) {
13547
13640
  return /*#__PURE__*/React.createElement("span", {
13548
13641
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13549
13642
  }, /*#__PURE__*/React.createElement("style", {
13550
- children: loadingCircleStyle$4r
13643
+ children: loadingCircleStyle$4t
13551
13644
  }), /*#__PURE__*/React.createElement("svg", _extends({
13552
13645
  xmlns: "http://www.w3.org/2000/svg",
13553
13646
  width: size,
@@ -13581,7 +13674,7 @@ DisplayS.defaultProps = {
13581
13674
  size: '16'
13582
13675
  };
13583
13676
 
13584
- var loadingCircleStyle$4s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13677
+ var loadingCircleStyle$4u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13585
13678
 
13586
13679
  var Share = function Share(props) {
13587
13680
  var color = props.color,
@@ -13594,7 +13687,7 @@ var Share = function Share(props) {
13594
13687
  return /*#__PURE__*/React.createElement("span", {
13595
13688
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13596
13689
  }, /*#__PURE__*/React.createElement("style", {
13597
- children: loadingCircleStyle$4s
13690
+ children: loadingCircleStyle$4u
13598
13691
  }), /*#__PURE__*/React.createElement("svg", _extends({
13599
13692
  xmlns: "http://www.w3.org/2000/svg",
13600
13693
  width: size,
@@ -13646,6 +13739,7 @@ exports.TaArrowRight2 = ArrowRight2;
13646
13739
  exports.TaArrowUp = ArrowUp;
13647
13740
  exports.TaArrowUp2 = ArrowUp2;
13648
13741
  exports.TaAscent = Ascent;
13742
+ exports.TaAssetConvert = AssetConvert;
13649
13743
  exports.TaAttribution = Attribution;
13650
13744
  exports.TaBackup = Backup;
13651
13745
  exports.TaBell = Bell;
@@ -13790,6 +13884,7 @@ exports.TaLogoCurrencylayerCl = LogoCurrencylayerCl;
13790
13884
  exports.TaLogoDingdingCl = LogoDingdingCl;
13791
13885
  exports.TaLogoDingdingGray = LogoDingdingGray;
13792
13886
  exports.TaLogoFeishuCl = LogoFeishuCl;
13887
+ exports.TaLogoGarenaCl = LogoGarenaCl;
13793
13888
  exports.TaLogoKingCl = LogoKingCl;
13794
13889
  exports.TaLogoWechatCl = LogoWechatCl;
13795
13890
  exports.TaLogoWechatGray = LogoWechatGray;