@tant/icons 1.1.43 → 1.1.53

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.
@@ -4660,17 +4660,14 @@ var SortResult = function SortResult(props) {
4660
4660
  } : {}), {}, {
4661
4661
  cursor: 'pointer'
4662
4662
  })
4663
- }), /*#__PURE__*/React.createElement("rect", {
4664
- width: "24",
4665
- height: "24"
4666
4663
  }), /*#__PURE__*/React.createElement("path", {
4667
- d: "M9.393 21c-.272 0-.538-.09-.738-.254l-5.349-4.474c-.408-.342-.408-.894 0-1.233.408-.341 1.068-.341 1.473 0l3.572 2.985V3.873c0-.482.466-.872 1.042-.872.576 0 1.042.39 1.042.872v16.255c0 .354-.255.671-.642.807-.13.043-.267.065-.4.065zm4.313-7.878c-.576 0-1.042-.39-1.042-.872V3.873c0-.354.255-.67.643-.806.39-.136.839-.06 1.134.19l4.892 4.105c.405.341.405.893-.003 1.232-.408.34-1.068.34-1.473-.002l-3.11-2.61v6.268c0 .482-.465.872-1.041.872zm6.252 4.866h-3.647c-.576 0-1.042-.39-1.042-.872 0-.481.466-.871 1.042-.871h3.647c.576 0 1.042.39 1.042.871 0 .482-.466.872-1.042.872zm0-2.615h-3.647c-.576 0-1.042-.39-1.042-.871 0-.482.466-.872 1.042-.872h3.647c.576 0 1.042.39 1.042.872 0 .481-.466.871-1.042.871zm0 5.23h-3.647c-.576 0-1.042-.39-1.042-.872s.466-.871 1.042-.871h3.647c.576 0 1.042.39 1.042.871 0 .482-.466.872-1.042.872z"
4664
+ d: "M14 13V3l6 6h-4v4h-2z"
4668
4665
  }), /*#__PURE__*/React.createElement("path", {
4669
- d: "M12.69 14.502c0 .23.11.452.305.616.196.163.46.255.737.255.276 0 .541-.092.737-.255a.807.807 0 00.305-.616.807.807 0 00-.305-.617 1.154 1.154 0 00-.737-.255c-.276 0-.541.092-.737.255a.807.807 0 00-.305.617z"
4666
+ d: "M9 3v18l-6-6h4V3h2z"
4670
4667
  }), /*#__PURE__*/React.createElement("path", {
4671
- d: "M12.69 17.116c0 .232.11.453.305.617.196.163.46.255.737.255.276 0 .541-.092.737-.255a.806.806 0 00.305-.617.806.806 0 00-.305-.616 1.153 1.153 0 00-.737-.255c-.276 0-.541.092-.737.255a.806.806 0 00-.305.616z"
4668
+ d: "M21 17v-2h-7v2h7z"
4672
4669
  }), /*#__PURE__*/React.createElement("path", {
4673
- d: "M12.661 19.731c0 .231.11.453.305.617.196.163.46.255.737.255.276 0 .541-.092.737-.255a.806.806 0 00.305-.617.806.806 0 00-.305-.616 1.153 1.153 0 00-.737-.255c-.276 0-.541.091-.737.255a.807.807 0 00-.305.616z"
4670
+ d: "M21 21v-2h-7v2h7z"
4674
4671
  })));
4675
4672
  };
4676
4673
 
@@ -5436,7 +5433,7 @@ Contrast.defaultProps = {
5436
5433
 
5437
5434
  var loadingCircleStyle$1M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5438
5435
 
5439
- var Index = function Index(props) {
5436
+ var SortUp = function SortUp(props) {
5440
5437
  var color = props.color,
5441
5438
  size = props.size,
5442
5439
  spin = props.spin,
@@ -5464,32 +5461,71 @@ var Index = function Index(props) {
5464
5461
  cursor: 'pointer'
5465
5462
  })
5466
5463
  }), /*#__PURE__*/React.createElement("path", {
5467
- d: "M18 4H7v2h11V4z"
5468
- }), /*#__PURE__*/React.createElement("path", {
5469
- d: "M7 11h14v2H7v-2z"
5464
+ d: "M6 15l6 6 6-6H6z"
5470
5465
  }), /*#__PURE__*/React.createElement("path", {
5471
- d: "M7 18h7v2H7v-2z"
5472
- }), /*#__PURE__*/React.createElement("path", {
5473
- d: "M5 4H3v2h2V4z"
5466
+ d: "M6 9l6-6 6 6H6z"
5467
+ })));
5468
+ };
5469
+
5470
+ SortUp.propTypes = {
5471
+ spin: PropTypes.bool,
5472
+ color: PropTypes.string,
5473
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
5474
+ };
5475
+ SortUp.defaultProps = {
5476
+ spin: false,
5477
+ color: 'currentColor',
5478
+ size: '16'
5479
+ };
5480
+
5481
+ var loadingCircleStyle$1N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5482
+
5483
+ var SortDown = function SortDown(props) {
5484
+ var color = props.color,
5485
+ size = props.size,
5486
+ spin = props.spin,
5487
+ style = props.style,
5488
+ className = props.className,
5489
+ otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className"]);
5490
+
5491
+ return /*#__PURE__*/React.createElement("span", {
5492
+ className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5493
+ }, /*#__PURE__*/React.createElement("style", {
5494
+ children: loadingCircleStyle$1N
5495
+ }), /*#__PURE__*/React.createElement("svg", _extends({
5496
+ xmlns: "http://www.w3.org/2000/svg",
5497
+ width: size,
5498
+ height: size,
5499
+ viewBox: "0 0 24 24",
5500
+ fill: color
5501
+ }, otherProps, {
5502
+ style: _objectSpread2(_objectSpread2(_objectSpread2({}, style), spin ? {
5503
+ animationDuration: '1s',
5504
+ animationIterationCount: 'infinite',
5505
+ animationName: 'loadingCircle',
5506
+ animationTimingFunction: 'linear'
5507
+ } : {}), {}, {
5508
+ cursor: 'pointer'
5509
+ })
5474
5510
  }), /*#__PURE__*/React.createElement("path", {
5475
- d: "M5 18H3v2h2v-2z"
5511
+ d: "M6 15l6 6 6-6H6z"
5476
5512
  }), /*#__PURE__*/React.createElement("path", {
5477
- d: "M5 11H3v2h2v-2z"
5513
+ d: "M6 9l6-6 6 6H6z"
5478
5514
  })));
5479
5515
  };
5480
5516
 
5481
- Index.propTypes = {
5517
+ SortDown.propTypes = {
5482
5518
  spin: PropTypes.bool,
5483
5519
  color: PropTypes.string,
5484
5520
  size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
5485
5521
  };
5486
- Index.defaultProps = {
5522
+ SortDown.defaultProps = {
5487
5523
  spin: false,
5488
5524
  color: 'currentColor',
5489
5525
  size: '16'
5490
5526
  };
5491
5527
 
5492
- var loadingCircleStyle$1N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5528
+ var loadingCircleStyle$1O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5493
5529
 
5494
5530
  var OperatorEqual = function OperatorEqual(props) {
5495
5531
  var color = props.color,
@@ -5502,7 +5538,7 @@ var OperatorEqual = function OperatorEqual(props) {
5502
5538
  return /*#__PURE__*/React.createElement("span", {
5503
5539
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5504
5540
  }, /*#__PURE__*/React.createElement("style", {
5505
- children: loadingCircleStyle$1N
5541
+ children: loadingCircleStyle$1O
5506
5542
  }), /*#__PURE__*/React.createElement("svg", _extends({
5507
5543
  xmlns: "http://www.w3.org/2000/svg",
5508
5544
  width: size,
@@ -5536,7 +5572,7 @@ OperatorEqual.defaultProps = {
5536
5572
  size: '16'
5537
5573
  };
5538
5574
 
5539
- var loadingCircleStyle$1O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5575
+ var loadingCircleStyle$1P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5540
5576
 
5541
5577
  var OperatorUnequal = function OperatorUnequal(props) {
5542
5578
  var color = props.color,
@@ -5549,7 +5585,7 @@ var OperatorUnequal = function OperatorUnequal(props) {
5549
5585
  return /*#__PURE__*/React.createElement("span", {
5550
5586
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5551
5587
  }, /*#__PURE__*/React.createElement("style", {
5552
- children: loadingCircleStyle$1O
5588
+ children: loadingCircleStyle$1P
5553
5589
  }), /*#__PURE__*/React.createElement("svg", _extends({
5554
5590
  xmlns: "http://www.w3.org/2000/svg",
5555
5591
  width: size,
@@ -5583,7 +5619,7 @@ OperatorUnequal.defaultProps = {
5583
5619
  size: '16'
5584
5620
  };
5585
5621
 
5586
- var loadingCircleStyle$1P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5622
+ var loadingCircleStyle$1Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5587
5623
 
5588
5624
  var OperatorDivide = function OperatorDivide(props) {
5589
5625
  var color = props.color,
@@ -5596,7 +5632,7 @@ var OperatorDivide = function OperatorDivide(props) {
5596
5632
  return /*#__PURE__*/React.createElement("span", {
5597
5633
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5598
5634
  }, /*#__PURE__*/React.createElement("style", {
5599
- children: loadingCircleStyle$1P
5635
+ children: loadingCircleStyle$1Q
5600
5636
  }), /*#__PURE__*/React.createElement("svg", _extends({
5601
5637
  xmlns: "http://www.w3.org/2000/svg",
5602
5638
  width: size,
@@ -5628,7 +5664,7 @@ OperatorDivide.defaultProps = {
5628
5664
  size: '16'
5629
5665
  };
5630
5666
 
5631
- var loadingCircleStyle$1Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5667
+ var loadingCircleStyle$1R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5632
5668
 
5633
5669
  var OperatorNoValue = function OperatorNoValue(props) {
5634
5670
  var color = props.color,
@@ -5641,7 +5677,7 @@ var OperatorNoValue = function OperatorNoValue(props) {
5641
5677
  return /*#__PURE__*/React.createElement("span", {
5642
5678
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5643
5679
  }, /*#__PURE__*/React.createElement("style", {
5644
- children: loadingCircleStyle$1Q
5680
+ children: loadingCircleStyle$1R
5645
5681
  }), /*#__PURE__*/React.createElement("svg", _extends({
5646
5682
  xmlns: "http://www.w3.org/2000/svg",
5647
5683
  width: size,
@@ -5675,7 +5711,7 @@ OperatorNoValue.defaultProps = {
5675
5711
  size: '16'
5676
5712
  };
5677
5713
 
5678
- var loadingCircleStyle$1R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5714
+ var loadingCircleStyle$1S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5679
5715
 
5680
5716
  var OperatorHasValue = function OperatorHasValue(props) {
5681
5717
  var color = props.color,
@@ -5688,7 +5724,7 @@ var OperatorHasValue = function OperatorHasValue(props) {
5688
5724
  return /*#__PURE__*/React.createElement("span", {
5689
5725
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5690
5726
  }, /*#__PURE__*/React.createElement("style", {
5691
- children: loadingCircleStyle$1R
5727
+ children: loadingCircleStyle$1S
5692
5728
  }), /*#__PURE__*/React.createElement("svg", _extends({
5693
5729
  xmlns: "http://www.w3.org/2000/svg",
5694
5730
  width: size,
@@ -5722,7 +5758,7 @@ OperatorHasValue.defaultProps = {
5722
5758
  size: '16'
5723
5759
  };
5724
5760
 
5725
- var loadingCircleStyle$1S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5761
+ var loadingCircleStyle$1T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5726
5762
 
5727
5763
  var OperatorInside = function OperatorInside(props) {
5728
5764
  var color = props.color,
@@ -5735,7 +5771,7 @@ var OperatorInside = function OperatorInside(props) {
5735
5771
  return /*#__PURE__*/React.createElement("span", {
5736
5772
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5737
5773
  }, /*#__PURE__*/React.createElement("style", {
5738
- children: loadingCircleStyle$1S
5774
+ children: loadingCircleStyle$1T
5739
5775
  }), /*#__PURE__*/React.createElement("svg", _extends({
5740
5776
  xmlns: "http://www.w3.org/2000/svg",
5741
5777
  width: size,
@@ -5767,7 +5803,7 @@ OperatorInside.defaultProps = {
5767
5803
  size: '16'
5768
5804
  };
5769
5805
 
5770
- var loadingCircleStyle$1T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5806
+ var loadingCircleStyle$1U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5771
5807
 
5772
5808
  var OperatorInclude = function OperatorInclude(props) {
5773
5809
  var color = props.color,
@@ -5780,7 +5816,7 @@ var OperatorInclude = function OperatorInclude(props) {
5780
5816
  return /*#__PURE__*/React.createElement("span", {
5781
5817
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5782
5818
  }, /*#__PURE__*/React.createElement("style", {
5783
- children: loadingCircleStyle$1T
5819
+ children: loadingCircleStyle$1U
5784
5820
  }), /*#__PURE__*/React.createElement("svg", _extends({
5785
5821
  xmlns: "http://www.w3.org/2000/svg",
5786
5822
  width: size,
@@ -5814,7 +5850,7 @@ OperatorInclude.defaultProps = {
5814
5850
  size: '16'
5815
5851
  };
5816
5852
 
5817
- var loadingCircleStyle$1U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5853
+ var loadingCircleStyle$1V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5818
5854
 
5819
5855
  var OperatorNotInclude = function OperatorNotInclude(props) {
5820
5856
  var color = props.color,
@@ -5827,7 +5863,7 @@ var OperatorNotInclude = function OperatorNotInclude(props) {
5827
5863
  return /*#__PURE__*/React.createElement("span", {
5828
5864
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5829
5865
  }, /*#__PURE__*/React.createElement("style", {
5830
- children: loadingCircleStyle$1U
5866
+ children: loadingCircleStyle$1V
5831
5867
  }), /*#__PURE__*/React.createElement("svg", _extends({
5832
5868
  xmlns: "http://www.w3.org/2000/svg",
5833
5869
  width: size,
@@ -5868,7 +5904,7 @@ OperatorNotInclude.defaultProps = {
5868
5904
  size: '16'
5869
5905
  };
5870
5906
 
5871
- var loadingCircleStyle$1V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5907
+ var loadingCircleStyle$1W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5872
5908
 
5873
5909
  var OperatorLess = function OperatorLess(props) {
5874
5910
  var color = props.color,
@@ -5881,7 +5917,7 @@ var OperatorLess = function OperatorLess(props) {
5881
5917
  return /*#__PURE__*/React.createElement("span", {
5882
5918
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5883
5919
  }, /*#__PURE__*/React.createElement("style", {
5884
- children: loadingCircleStyle$1V
5920
+ children: loadingCircleStyle$1W
5885
5921
  }), /*#__PURE__*/React.createElement("svg", _extends({
5886
5922
  xmlns: "http://www.w3.org/2000/svg",
5887
5923
  width: size,
@@ -5915,7 +5951,7 @@ OperatorLess.defaultProps = {
5915
5951
  size: '16'
5916
5952
  };
5917
5953
 
5918
- var loadingCircleStyle$1W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5954
+ var loadingCircleStyle$1X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5919
5955
 
5920
5956
  var OperatorNoBigger = function OperatorNoBigger(props) {
5921
5957
  var color = props.color,
@@ -5928,7 +5964,7 @@ var OperatorNoBigger = function OperatorNoBigger(props) {
5928
5964
  return /*#__PURE__*/React.createElement("span", {
5929
5965
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5930
5966
  }, /*#__PURE__*/React.createElement("style", {
5931
- children: loadingCircleStyle$1W
5967
+ children: loadingCircleStyle$1X
5932
5968
  }), /*#__PURE__*/React.createElement("svg", _extends({
5933
5969
  xmlns: "http://www.w3.org/2000/svg",
5934
5970
  width: size,
@@ -5962,7 +5998,7 @@ OperatorNoBigger.defaultProps = {
5962
5998
  size: '16'
5963
5999
  };
5964
6000
 
5965
- var loadingCircleStyle$1X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6001
+ var loadingCircleStyle$1Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5966
6002
 
5967
6003
  var OperatorBigger = function OperatorBigger(props) {
5968
6004
  var color = props.color,
@@ -5975,7 +6011,7 @@ var OperatorBigger = function OperatorBigger(props) {
5975
6011
  return /*#__PURE__*/React.createElement("span", {
5976
6012
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5977
6013
  }, /*#__PURE__*/React.createElement("style", {
5978
- children: loadingCircleStyle$1X
6014
+ children: loadingCircleStyle$1Y
5979
6015
  }), /*#__PURE__*/React.createElement("svg", _extends({
5980
6016
  xmlns: "http://www.w3.org/2000/svg",
5981
6017
  width: size,
@@ -6009,7 +6045,7 @@ OperatorBigger.defaultProps = {
6009
6045
  size: '16'
6010
6046
  };
6011
6047
 
6012
- var loadingCircleStyle$1Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6048
+ var loadingCircleStyle$1Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6013
6049
 
6014
6050
  var OperatorNoLess = function OperatorNoLess(props) {
6015
6051
  var color = props.color,
@@ -6022,7 +6058,7 @@ var OperatorNoLess = function OperatorNoLess(props) {
6022
6058
  return /*#__PURE__*/React.createElement("span", {
6023
6059
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6024
6060
  }, /*#__PURE__*/React.createElement("style", {
6025
- children: loadingCircleStyle$1Y
6061
+ children: loadingCircleStyle$1Z
6026
6062
  }), /*#__PURE__*/React.createElement("svg", _extends({
6027
6063
  xmlns: "http://www.w3.org/2000/svg",
6028
6064
  width: size,
@@ -6056,7 +6092,7 @@ OperatorNoLess.defaultProps = {
6056
6092
  size: '16'
6057
6093
  };
6058
6094
 
6059
- var loadingCircleStyle$1Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6095
+ var loadingCircleStyle$1_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6060
6096
 
6061
6097
  var OperatorTrue = function OperatorTrue(props) {
6062
6098
  var color = props.color,
@@ -6069,7 +6105,7 @@ var OperatorTrue = function OperatorTrue(props) {
6069
6105
  return /*#__PURE__*/React.createElement("span", {
6070
6106
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6071
6107
  }, /*#__PURE__*/React.createElement("style", {
6072
- children: loadingCircleStyle$1Z
6108
+ children: loadingCircleStyle$1_
6073
6109
  }), /*#__PURE__*/React.createElement("svg", _extends({
6074
6110
  xmlns: "http://www.w3.org/2000/svg",
6075
6111
  width: size,
@@ -6103,7 +6139,7 @@ OperatorTrue.defaultProps = {
6103
6139
  size: '16'
6104
6140
  };
6105
6141
 
6106
- var loadingCircleStyle$1_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6142
+ var loadingCircleStyle$1$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6107
6143
 
6108
6144
  var OperatorFalse = function OperatorFalse(props) {
6109
6145
  var color = props.color,
@@ -6116,7 +6152,7 @@ var OperatorFalse = function OperatorFalse(props) {
6116
6152
  return /*#__PURE__*/React.createElement("span", {
6117
6153
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6118
6154
  }, /*#__PURE__*/React.createElement("style", {
6119
- children: loadingCircleStyle$1_
6155
+ children: loadingCircleStyle$1$
6120
6156
  }), /*#__PURE__*/React.createElement("svg", _extends({
6121
6157
  xmlns: "http://www.w3.org/2000/svg",
6122
6158
  width: size,
@@ -6150,7 +6186,7 @@ OperatorFalse.defaultProps = {
6150
6186
  size: '16'
6151
6187
  };
6152
6188
 
6153
- var loadingCircleStyle$1$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6189
+ var loadingCircleStyle$20 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6154
6190
 
6155
6191
  var OperatorRegex = function OperatorRegex(props) {
6156
6192
  var color = props.color,
@@ -6163,7 +6199,7 @@ var OperatorRegex = function OperatorRegex(props) {
6163
6199
  return /*#__PURE__*/React.createElement("span", {
6164
6200
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6165
6201
  }, /*#__PURE__*/React.createElement("style", {
6166
- children: loadingCircleStyle$1$
6202
+ children: loadingCircleStyle$20
6167
6203
  }), /*#__PURE__*/React.createElement("svg", _extends({
6168
6204
  xmlns: "http://www.w3.org/2000/svg",
6169
6205
  width: size,
@@ -6197,7 +6233,7 @@ OperatorRegex.defaultProps = {
6197
6233
  size: '16'
6198
6234
  };
6199
6235
 
6200
- var loadingCircleStyle$20 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6236
+ var loadingCircleStyle$21 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6201
6237
 
6202
6238
  var OperatorNoRegex = function OperatorNoRegex(props) {
6203
6239
  var color = props.color,
@@ -6210,7 +6246,7 @@ var OperatorNoRegex = function OperatorNoRegex(props) {
6210
6246
  return /*#__PURE__*/React.createElement("span", {
6211
6247
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6212
6248
  }, /*#__PURE__*/React.createElement("style", {
6213
- children: loadingCircleStyle$20
6249
+ children: loadingCircleStyle$21
6214
6250
  }), /*#__PURE__*/React.createElement("svg", _extends({
6215
6251
  xmlns: "http://www.w3.org/2000/svg",
6216
6252
  width: size,
@@ -6244,7 +6280,7 @@ OperatorNoRegex.defaultProps = {
6244
6280
  size: '16'
6245
6281
  };
6246
6282
 
6247
- var loadingCircleStyle$21 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6283
+ var loadingCircleStyle$22 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6248
6284
 
6249
6285
  var LogoDingdingCl = function LogoDingdingCl(props) {
6250
6286
  var color = props.color,
@@ -6257,7 +6293,7 @@ var LogoDingdingCl = function LogoDingdingCl(props) {
6257
6293
  return /*#__PURE__*/React.createElement("span", {
6258
6294
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6259
6295
  }, /*#__PURE__*/React.createElement("style", {
6260
- children: loadingCircleStyle$21
6296
+ children: loadingCircleStyle$22
6261
6297
  }), /*#__PURE__*/React.createElement("svg", _extends({
6262
6298
  xmlns: "http://www.w3.org/2000/svg",
6263
6299
  width: size,
@@ -6290,7 +6326,7 @@ LogoDingdingCl.defaultProps = {
6290
6326
  size: '16'
6291
6327
  };
6292
6328
 
6293
- var loadingCircleStyle$22 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6329
+ var loadingCircleStyle$23 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6294
6330
 
6295
6331
  var LogoDingdingGray = function LogoDingdingGray(props) {
6296
6332
  var color = props.color,
@@ -6303,7 +6339,7 @@ var LogoDingdingGray = function LogoDingdingGray(props) {
6303
6339
  return /*#__PURE__*/React.createElement("span", {
6304
6340
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6305
6341
  }, /*#__PURE__*/React.createElement("style", {
6306
- children: loadingCircleStyle$22
6342
+ children: loadingCircleStyle$23
6307
6343
  }), /*#__PURE__*/React.createElement("svg", _extends({
6308
6344
  xmlns: "http://www.w3.org/2000/svg",
6309
6345
  width: size,
@@ -6335,7 +6371,7 @@ LogoDingdingGray.defaultProps = {
6335
6371
  size: '16'
6336
6372
  };
6337
6373
 
6338
- var loadingCircleStyle$23 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6374
+ var loadingCircleStyle$24 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6339
6375
 
6340
6376
  var LogoWecomCl = function LogoWecomCl(props) {
6341
6377
  var color = props.color,
@@ -6348,7 +6384,7 @@ var LogoWecomCl = function LogoWecomCl(props) {
6348
6384
  return /*#__PURE__*/React.createElement("span", {
6349
6385
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6350
6386
  }, /*#__PURE__*/React.createElement("style", {
6351
- children: loadingCircleStyle$23
6387
+ children: loadingCircleStyle$24
6352
6388
  }), /*#__PURE__*/React.createElement("svg", _extends({
6353
6389
  xmlns: "http://www.w3.org/2000/svg",
6354
6390
  width: size,
@@ -6393,7 +6429,7 @@ LogoWecomCl.defaultProps = {
6393
6429
  size: '16'
6394
6430
  };
6395
6431
 
6396
- var loadingCircleStyle$24 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6432
+ var loadingCircleStyle$25 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6397
6433
 
6398
6434
  var LogoWecomGray = function LogoWecomGray(props) {
6399
6435
  var color = props.color,
@@ -6406,7 +6442,7 @@ var LogoWecomGray = function LogoWecomGray(props) {
6406
6442
  return /*#__PURE__*/React.createElement("span", {
6407
6443
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6408
6444
  }, /*#__PURE__*/React.createElement("style", {
6409
- children: loadingCircleStyle$24
6445
+ children: loadingCircleStyle$25
6410
6446
  }), /*#__PURE__*/React.createElement("svg", _extends({
6411
6447
  xmlns: "http://www.w3.org/2000/svg",
6412
6448
  width: size,
@@ -6438,7 +6474,7 @@ LogoWecomGray.defaultProps = {
6438
6474
  size: '16'
6439
6475
  };
6440
6476
 
6441
- var loadingCircleStyle$25 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6477
+ var loadingCircleStyle$26 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6442
6478
 
6443
6479
  var LogoWechatCl = function LogoWechatCl(props) {
6444
6480
  var color = props.color,
@@ -6451,7 +6487,7 @@ var LogoWechatCl = function LogoWechatCl(props) {
6451
6487
  return /*#__PURE__*/React.createElement("span", {
6452
6488
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6453
6489
  }, /*#__PURE__*/React.createElement("style", {
6454
- children: loadingCircleStyle$25
6490
+ children: loadingCircleStyle$26
6455
6491
  }), /*#__PURE__*/React.createElement("svg", _extends({
6456
6492
  xmlns: "http://www.w3.org/2000/svg",
6457
6493
  width: size,
@@ -6492,7 +6528,7 @@ LogoWechatCl.defaultProps = {
6492
6528
  size: '16'
6493
6529
  };
6494
6530
 
6495
- var loadingCircleStyle$26 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6531
+ var loadingCircleStyle$27 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6496
6532
 
6497
6533
  var LogoWechatGray = function LogoWechatGray(props) {
6498
6534
  var color = props.color,
@@ -6505,7 +6541,7 @@ var LogoWechatGray = function LogoWechatGray(props) {
6505
6541
  return /*#__PURE__*/React.createElement("span", {
6506
6542
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6507
6543
  }, /*#__PURE__*/React.createElement("style", {
6508
- children: loadingCircleStyle$26
6544
+ children: loadingCircleStyle$27
6509
6545
  }), /*#__PURE__*/React.createElement("svg", _extends({
6510
6546
  xmlns: "http://www.w3.org/2000/svg",
6511
6547
  width: size,
@@ -6544,7 +6580,7 @@ LogoWechatGray.defaultProps = {
6544
6580
  size: '16'
6545
6581
  };
6546
6582
 
6547
- var loadingCircleStyle$27 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6583
+ var loadingCircleStyle$28 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6548
6584
 
6549
6585
  var LogoFeishuCl = function LogoFeishuCl(props) {
6550
6586
  var color = props.color,
@@ -6557,7 +6593,7 @@ var LogoFeishuCl = function LogoFeishuCl(props) {
6557
6593
  return /*#__PURE__*/React.createElement("span", {
6558
6594
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6559
6595
  }, /*#__PURE__*/React.createElement("style", {
6560
- children: loadingCircleStyle$27
6596
+ children: loadingCircleStyle$28
6561
6597
  }), /*#__PURE__*/React.createElement("svg", _extends({
6562
6598
  xmlns: "http://www.w3.org/2000/svg",
6563
6599
  width: size,
@@ -6607,7 +6643,7 @@ LogoFeishuCl.defaultProps = {
6607
6643
  size: '16'
6608
6644
  };
6609
6645
 
6610
- var loadingCircleStyle$28 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6646
+ var loadingCircleStyle$29 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6611
6647
 
6612
6648
  var LogoKingCl = function LogoKingCl(props) {
6613
6649
  var color = props.color,
@@ -6620,7 +6656,7 @@ var LogoKingCl = function LogoKingCl(props) {
6620
6656
  return /*#__PURE__*/React.createElement("span", {
6621
6657
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6622
6658
  }, /*#__PURE__*/React.createElement("style", {
6623
- children: loadingCircleStyle$28
6659
+ children: loadingCircleStyle$29
6624
6660
  }), /*#__PURE__*/React.createElement("svg", _extends({
6625
6661
  xmlns: "http://www.w3.org/2000/svg",
6626
6662
  width: size,
@@ -6653,7 +6689,7 @@ LogoKingCl.defaultProps = {
6653
6689
  size: '16'
6654
6690
  };
6655
6691
 
6656
- var loadingCircleStyle$29 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6692
+ var loadingCircleStyle$2a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6657
6693
 
6658
6694
  var LogoCurrencylayerCl = function LogoCurrencylayerCl(props) {
6659
6695
  var color = props.color,
@@ -6666,7 +6702,7 @@ var LogoCurrencylayerCl = function LogoCurrencylayerCl(props) {
6666
6702
  return /*#__PURE__*/React.createElement("span", {
6667
6703
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6668
6704
  }, /*#__PURE__*/React.createElement("style", {
6669
- children: loadingCircleStyle$29
6705
+ children: loadingCircleStyle$2a
6670
6706
  }), /*#__PURE__*/React.createElement("svg", _extends({
6671
6707
  xmlns: "http://www.w3.org/2000/svg",
6672
6708
  width: size,
@@ -6703,7 +6739,7 @@ LogoCurrencylayerCl.defaultProps = {
6703
6739
  size: '16'
6704
6740
  };
6705
6741
 
6706
- var loadingCircleStyle$2a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6742
+ var loadingCircleStyle$2b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6707
6743
 
6708
6744
  var LogoGarenaCl = function LogoGarenaCl(props) {
6709
6745
  var color = props.color,
@@ -6716,7 +6752,7 @@ var LogoGarenaCl = function LogoGarenaCl(props) {
6716
6752
  return /*#__PURE__*/React.createElement("span", {
6717
6753
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6718
6754
  }, /*#__PURE__*/React.createElement("style", {
6719
- children: loadingCircleStyle$2a
6755
+ children: loadingCircleStyle$2b
6720
6756
  }), /*#__PURE__*/React.createElement("svg", _extends({
6721
6757
  xmlns: "http://www.w3.org/2000/svg",
6722
6758
  width: size,
@@ -6749,7 +6785,7 @@ LogoGarenaCl.defaultProps = {
6749
6785
  size: '16'
6750
6786
  };
6751
6787
 
6752
- var loadingCircleStyle$2b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6788
+ var loadingCircleStyle$2c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6753
6789
 
6754
6790
  var LogoAndroidGray = function LogoAndroidGray(props) {
6755
6791
  var color = props.color,
@@ -6762,7 +6798,7 @@ var LogoAndroidGray = function LogoAndroidGray(props) {
6762
6798
  return /*#__PURE__*/React.createElement("span", {
6763
6799
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6764
6800
  }, /*#__PURE__*/React.createElement("style", {
6765
- children: loadingCircleStyle$2b
6801
+ children: loadingCircleStyle$2c
6766
6802
  }), /*#__PURE__*/React.createElement("svg", _extends({
6767
6803
  xmlns: "http://www.w3.org/2000/svg",
6768
6804
  width: size,
@@ -6794,7 +6830,7 @@ LogoAndroidGray.defaultProps = {
6794
6830
  size: '16'
6795
6831
  };
6796
6832
 
6797
- var loadingCircleStyle$2c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6833
+ var loadingCircleStyle$2d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6798
6834
 
6799
6835
  var LogoAppleGray = function LogoAppleGray(props) {
6800
6836
  var color = props.color,
@@ -6807,7 +6843,7 @@ var LogoAppleGray = function LogoAppleGray(props) {
6807
6843
  return /*#__PURE__*/React.createElement("span", {
6808
6844
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6809
6845
  }, /*#__PURE__*/React.createElement("style", {
6810
- children: loadingCircleStyle$2c
6846
+ children: loadingCircleStyle$2d
6811
6847
  }), /*#__PURE__*/React.createElement("svg", _extends({
6812
6848
  xmlns: "http://www.w3.org/2000/svg",
6813
6849
  width: size,
@@ -6839,7 +6875,53 @@ LogoAppleGray.defaultProps = {
6839
6875
  size: '16'
6840
6876
  };
6841
6877
 
6842
- var loadingCircleStyle$2d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6878
+ var loadingCircleStyle$2e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6879
+
6880
+ var LogoXiaomiCl = function LogoXiaomiCl(props) {
6881
+ var color = props.color,
6882
+ size = props.size,
6883
+ spin = props.spin,
6884
+ style = props.style,
6885
+ className = props.className,
6886
+ otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className"]);
6887
+
6888
+ return /*#__PURE__*/React.createElement("span", {
6889
+ className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6890
+ }, /*#__PURE__*/React.createElement("style", {
6891
+ children: loadingCircleStyle$2e
6892
+ }), /*#__PURE__*/React.createElement("svg", _extends({
6893
+ xmlns: "http://www.w3.org/2000/svg",
6894
+ width: size,
6895
+ height: size,
6896
+ viewBox: "0 0 24 24",
6897
+ fill: color
6898
+ }, otherProps, {
6899
+ style: _objectSpread2(_objectSpread2(_objectSpread2({}, style), spin ? {
6900
+ animationDuration: '1s',
6901
+ animationIterationCount: 'infinite',
6902
+ animationName: 'loadingCircle',
6903
+ animationTimingFunction: 'linear'
6904
+ } : {}), {}, {
6905
+ cursor: 'pointer'
6906
+ })
6907
+ }), /*#__PURE__*/React.createElement("path", {
6908
+ d: "M16.8 0A7.2 7.2 0 0124 7.2v9.6a7.2 7.2 0 01-7.2 7.2H7.2A7.2 7.2 0 010 16.8V7.2A7.2 7.2 0 017.2 0h9.6zm-4.387 7.512H5.358a.1.1 0 00-.098.1v8.733a.099.099 0 00.098.1h1.885a.1.1 0 00.098-.1V9.49a.1.1 0 01.098-.101h4.053c.76 0 1.378.633 1.378 1.413v5.542a.1.1 0 00.098.1h1.857a.1.1 0 00.07-.03.1.1 0 00.028-.07v-6.258c0-1.422-1.124-2.575-2.51-2.575zm-1.394 3.48H9.135a.101.101 0 00-.07.03.1.1 0 00-.028.07v5.253a.1.1 0 00.098.1h1.884c.026 0 .051-.01.07-.029a.102.102 0 00.028-.071v-5.252a.102.102 0 00-.06-.094.095.095 0 00-.038-.007zm7.534-3.48h-1.884a.1.1 0 00-.099.102v8.73a.1.1 0 00.1.101h1.883a.1.1 0 00.098-.1V7.613a.102.102 0 00-.06-.093.097.097 0 00-.038-.007z",
6909
+ fill: "#FF6A00"
6910
+ })));
6911
+ };
6912
+
6913
+ LogoXiaomiCl.propTypes = {
6914
+ spin: PropTypes.bool,
6915
+ color: PropTypes.string,
6916
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
6917
+ };
6918
+ LogoXiaomiCl.defaultProps = {
6919
+ spin: false,
6920
+ color: 'currentColor',
6921
+ size: '16'
6922
+ };
6923
+
6924
+ var loadingCircleStyle$2f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6843
6925
 
6844
6926
  var Info = function Info(props) {
6845
6927
  var color = props.color,
@@ -6852,7 +6934,7 @@ var Info = function Info(props) {
6852
6934
  return /*#__PURE__*/React.createElement("span", {
6853
6935
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6854
6936
  }, /*#__PURE__*/React.createElement("style", {
6855
- children: loadingCircleStyle$2d
6937
+ children: loadingCircleStyle$2f
6856
6938
  }), /*#__PURE__*/React.createElement("svg", _extends({
6857
6939
  xmlns: "http://www.w3.org/2000/svg",
6858
6940
  width: size,
@@ -6888,7 +6970,7 @@ Info.defaultProps = {
6888
6970
  size: '16'
6889
6971
  };
6890
6972
 
6891
- var loadingCircleStyle$2e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6973
+ var loadingCircleStyle$2g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6892
6974
 
6893
6975
  var InfoFill = function InfoFill(props) {
6894
6976
  var color = props.color,
@@ -6901,7 +6983,7 @@ var InfoFill = function InfoFill(props) {
6901
6983
  return /*#__PURE__*/React.createElement("span", {
6902
6984
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6903
6985
  }, /*#__PURE__*/React.createElement("style", {
6904
- children: loadingCircleStyle$2e
6986
+ children: loadingCircleStyle$2g
6905
6987
  }), /*#__PURE__*/React.createElement("svg", _extends({
6906
6988
  xmlns: "http://www.w3.org/2000/svg",
6907
6989
  width: size,
@@ -6933,7 +7015,7 @@ InfoFill.defaultProps = {
6933
7015
  size: '16'
6934
7016
  };
6935
7017
 
6936
- var loadingCircleStyle$2f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7018
+ var loadingCircleStyle$2h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6937
7019
 
6938
7020
  var Help = function Help(props) {
6939
7021
  var color = props.color,
@@ -6946,7 +7028,7 @@ var Help = function Help(props) {
6946
7028
  return /*#__PURE__*/React.createElement("span", {
6947
7029
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6948
7030
  }, /*#__PURE__*/React.createElement("style", {
6949
- children: loadingCircleStyle$2f
7031
+ children: loadingCircleStyle$2h
6950
7032
  }), /*#__PURE__*/React.createElement("svg", _extends({
6951
7033
  xmlns: "http://www.w3.org/2000/svg",
6952
7034
  width: size,
@@ -6978,7 +7060,7 @@ Help.defaultProps = {
6978
7060
  size: '16'
6979
7061
  };
6980
7062
 
6981
- var loadingCircleStyle$2g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7063
+ var loadingCircleStyle$2i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6982
7064
 
6983
7065
  var History = function History(props) {
6984
7066
  var color = props.color,
@@ -6991,7 +7073,7 @@ var History = function History(props) {
6991
7073
  return /*#__PURE__*/React.createElement("span", {
6992
7074
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6993
7075
  }, /*#__PURE__*/React.createElement("style", {
6994
- children: loadingCircleStyle$2g
7076
+ children: loadingCircleStyle$2i
6995
7077
  }), /*#__PURE__*/React.createElement("svg", _extends({
6996
7078
  xmlns: "http://www.w3.org/2000/svg",
6997
7079
  width: size,
@@ -7023,7 +7105,7 @@ History.defaultProps = {
7023
7105
  size: '16'
7024
7106
  };
7025
7107
 
7026
- var loadingCircleStyle$2h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7108
+ var loadingCircleStyle$2j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7027
7109
 
7028
7110
  var Backup = function Backup(props) {
7029
7111
  var color = props.color,
@@ -7036,7 +7118,7 @@ var Backup = function Backup(props) {
7036
7118
  return /*#__PURE__*/React.createElement("span", {
7037
7119
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7038
7120
  }, /*#__PURE__*/React.createElement("style", {
7039
- children: loadingCircleStyle$2h
7121
+ children: loadingCircleStyle$2j
7040
7122
  }), /*#__PURE__*/React.createElement("svg", _extends({
7041
7123
  xmlns: "http://www.w3.org/2000/svg",
7042
7124
  width: size,
@@ -7070,7 +7152,7 @@ Backup.defaultProps = {
7070
7152
  size: '16'
7071
7153
  };
7072
7154
 
7073
- var loadingCircleStyle$2i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7155
+ var loadingCircleStyle$2k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7074
7156
 
7075
7157
  var Error = function Error(props) {
7076
7158
  var color = props.color,
@@ -7083,7 +7165,7 @@ var Error = function Error(props) {
7083
7165
  return /*#__PURE__*/React.createElement("span", {
7084
7166
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7085
7167
  }, /*#__PURE__*/React.createElement("style", {
7086
- children: loadingCircleStyle$2i
7168
+ children: loadingCircleStyle$2k
7087
7169
  }), /*#__PURE__*/React.createElement("svg", _extends({
7088
7170
  xmlns: "http://www.w3.org/2000/svg",
7089
7171
  width: size,
@@ -7119,7 +7201,7 @@ Error.defaultProps = {
7119
7201
  size: '16'
7120
7202
  };
7121
7203
 
7122
- var loadingCircleStyle$2j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7204
+ var loadingCircleStyle$2l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7123
7205
 
7124
7206
  var ErrorFill = function ErrorFill(props) {
7125
7207
  var color = props.color,
@@ -7132,7 +7214,7 @@ var ErrorFill = function ErrorFill(props) {
7132
7214
  return /*#__PURE__*/React.createElement("span", {
7133
7215
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7134
7216
  }, /*#__PURE__*/React.createElement("style", {
7135
- children: loadingCircleStyle$2j
7217
+ children: loadingCircleStyle$2l
7136
7218
  }), /*#__PURE__*/React.createElement("svg", _extends({
7137
7219
  xmlns: "http://www.w3.org/2000/svg",
7138
7220
  width: size,
@@ -7164,7 +7246,7 @@ ErrorFill.defaultProps = {
7164
7246
  size: '16'
7165
7247
  };
7166
7248
 
7167
- var loadingCircleStyle$2k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7249
+ var loadingCircleStyle$2m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7168
7250
 
7169
7251
  var Error2 = function Error2(props) {
7170
7252
  var color = props.color,
@@ -7177,7 +7259,7 @@ var Error2 = function Error2(props) {
7177
7259
  return /*#__PURE__*/React.createElement("span", {
7178
7260
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7179
7261
  }, /*#__PURE__*/React.createElement("style", {
7180
- children: loadingCircleStyle$2k
7262
+ children: loadingCircleStyle$2m
7181
7263
  }), /*#__PURE__*/React.createElement("svg", _extends({
7182
7264
  xmlns: "http://www.w3.org/2000/svg",
7183
7265
  width: size,
@@ -7211,7 +7293,7 @@ Error2.defaultProps = {
7211
7293
  size: '16'
7212
7294
  };
7213
7295
 
7214
- var loadingCircleStyle$2l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7296
+ var loadingCircleStyle$2n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7215
7297
 
7216
7298
  var Error2Fill = function Error2Fill(props) {
7217
7299
  var color = props.color,
@@ -7224,7 +7306,7 @@ var Error2Fill = function Error2Fill(props) {
7224
7306
  return /*#__PURE__*/React.createElement("span", {
7225
7307
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7226
7308
  }, /*#__PURE__*/React.createElement("style", {
7227
- children: loadingCircleStyle$2l
7309
+ children: loadingCircleStyle$2n
7228
7310
  }), /*#__PURE__*/React.createElement("svg", _extends({
7229
7311
  xmlns: "http://www.w3.org/2000/svg",
7230
7312
  width: size,
@@ -7258,7 +7340,7 @@ Error2Fill.defaultProps = {
7258
7340
  size: '16'
7259
7341
  };
7260
7342
 
7261
- var loadingCircleStyle$2m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7343
+ var loadingCircleStyle$2o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7262
7344
 
7263
7345
  var Success = function Success(props) {
7264
7346
  var color = props.color,
@@ -7271,7 +7353,7 @@ var Success = function Success(props) {
7271
7353
  return /*#__PURE__*/React.createElement("span", {
7272
7354
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7273
7355
  }, /*#__PURE__*/React.createElement("style", {
7274
- children: loadingCircleStyle$2m
7356
+ children: loadingCircleStyle$2o
7275
7357
  }), /*#__PURE__*/React.createElement("svg", _extends({
7276
7358
  xmlns: "http://www.w3.org/2000/svg",
7277
7359
  width: size,
@@ -7303,7 +7385,7 @@ Success.defaultProps = {
7303
7385
  size: '16'
7304
7386
  };
7305
7387
 
7306
- var loadingCircleStyle$2n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7388
+ var loadingCircleStyle$2p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7307
7389
 
7308
7390
  var SuccessFill = function SuccessFill(props) {
7309
7391
  var color = props.color,
@@ -7316,7 +7398,7 @@ var SuccessFill = function SuccessFill(props) {
7316
7398
  return /*#__PURE__*/React.createElement("span", {
7317
7399
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7318
7400
  }, /*#__PURE__*/React.createElement("style", {
7319
- children: loadingCircleStyle$2n
7401
+ children: loadingCircleStyle$2p
7320
7402
  }), /*#__PURE__*/React.createElement("svg", _extends({
7321
7403
  xmlns: "http://www.w3.org/2000/svg",
7322
7404
  width: size,
@@ -7350,7 +7432,7 @@ SuccessFill.defaultProps = {
7350
7432
  size: '16'
7351
7433
  };
7352
7434
 
7353
- var loadingCircleStyle$2o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7435
+ var loadingCircleStyle$2q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7354
7436
 
7355
7437
  var Delete2 = function Delete2(props) {
7356
7438
  var color = props.color,
@@ -7363,7 +7445,7 @@ var Delete2 = function Delete2(props) {
7363
7445
  return /*#__PURE__*/React.createElement("span", {
7364
7446
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7365
7447
  }, /*#__PURE__*/React.createElement("style", {
7366
- children: loadingCircleStyle$2o
7448
+ children: loadingCircleStyle$2q
7367
7449
  }), /*#__PURE__*/React.createElement("svg", _extends({
7368
7450
  xmlns: "http://www.w3.org/2000/svg",
7369
7451
  width: size,
@@ -7395,7 +7477,7 @@ Delete2.defaultProps = {
7395
7477
  size: '16'
7396
7478
  };
7397
7479
 
7398
- var loadingCircleStyle$2p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7480
+ var loadingCircleStyle$2r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7399
7481
 
7400
7482
  var Delete2Fill = function Delete2Fill(props) {
7401
7483
  var color = props.color,
@@ -7408,7 +7490,7 @@ var Delete2Fill = function Delete2Fill(props) {
7408
7490
  return /*#__PURE__*/React.createElement("span", {
7409
7491
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7410
7492
  }, /*#__PURE__*/React.createElement("style", {
7411
- children: loadingCircleStyle$2p
7493
+ children: loadingCircleStyle$2r
7412
7494
  }), /*#__PURE__*/React.createElement("svg", _extends({
7413
7495
  xmlns: "http://www.w3.org/2000/svg",
7414
7496
  width: size,
@@ -7440,7 +7522,7 @@ Delete2Fill.defaultProps = {
7440
7522
  size: '16'
7441
7523
  };
7442
7524
 
7443
- var loadingCircleStyle$2q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7525
+ var loadingCircleStyle$2s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7444
7526
 
7445
7527
  var Exchange = function Exchange(props) {
7446
7528
  var color = props.color,
@@ -7453,7 +7535,7 @@ var Exchange = function Exchange(props) {
7453
7535
  return /*#__PURE__*/React.createElement("span", {
7454
7536
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7455
7537
  }, /*#__PURE__*/React.createElement("style", {
7456
- children: loadingCircleStyle$2q
7538
+ children: loadingCircleStyle$2s
7457
7539
  }), /*#__PURE__*/React.createElement("svg", _extends({
7458
7540
  xmlns: "http://www.w3.org/2000/svg",
7459
7541
  width: size,
@@ -7485,7 +7567,7 @@ Exchange.defaultProps = {
7485
7567
  size: '16'
7486
7568
  };
7487
7569
 
7488
- var loadingCircleStyle$2r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7570
+ var loadingCircleStyle$2t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7489
7571
 
7490
7572
  var SwapFill = function SwapFill(props) {
7491
7573
  var color = props.color,
@@ -7498,7 +7580,7 @@ var SwapFill = function SwapFill(props) {
7498
7580
  return /*#__PURE__*/React.createElement("span", {
7499
7581
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7500
7582
  }, /*#__PURE__*/React.createElement("style", {
7501
- children: loadingCircleStyle$2r
7583
+ children: loadingCircleStyle$2t
7502
7584
  }), /*#__PURE__*/React.createElement("svg", _extends({
7503
7585
  xmlns: "http://www.w3.org/2000/svg",
7504
7586
  width: size,
@@ -7530,7 +7612,7 @@ SwapFill.defaultProps = {
7530
7612
  size: '16'
7531
7613
  };
7532
7614
 
7533
- var loadingCircleStyle$2s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7615
+ var loadingCircleStyle$2u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7534
7616
 
7535
7617
  var Processing = function Processing(props) {
7536
7618
  var color = props.color,
@@ -7543,7 +7625,7 @@ var Processing = function Processing(props) {
7543
7625
  return /*#__PURE__*/React.createElement("span", {
7544
7626
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7545
7627
  }, /*#__PURE__*/React.createElement("style", {
7546
- children: loadingCircleStyle$2s
7628
+ children: loadingCircleStyle$2u
7547
7629
  }), /*#__PURE__*/React.createElement("svg", _extends({
7548
7630
  xmlns: "http://www.w3.org/2000/svg",
7549
7631
  width: size,
@@ -7575,7 +7657,7 @@ Processing.defaultProps = {
7575
7657
  size: '16'
7576
7658
  };
7577
7659
 
7578
- var loadingCircleStyle$2t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7660
+ var loadingCircleStyle$2v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7579
7661
 
7580
7662
  var Processing2 = function Processing2(props) {
7581
7663
  var color = props.color,
@@ -7588,7 +7670,7 @@ var Processing2 = function Processing2(props) {
7588
7670
  return /*#__PURE__*/React.createElement("span", {
7589
7671
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7590
7672
  }, /*#__PURE__*/React.createElement("style", {
7591
- children: loadingCircleStyle$2t
7673
+ children: loadingCircleStyle$2v
7592
7674
  }), /*#__PURE__*/React.createElement("svg", _extends({
7593
7675
  xmlns: "http://www.w3.org/2000/svg",
7594
7676
  width: size,
@@ -7622,7 +7704,7 @@ Processing2.defaultProps = {
7622
7704
  size: '16'
7623
7705
  };
7624
7706
 
7625
- var loadingCircleStyle$2u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7707
+ var loadingCircleStyle$2w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7626
7708
 
7627
7709
  var Done = function Done(props) {
7628
7710
  var color = props.color,
@@ -7635,7 +7717,7 @@ var Done = function Done(props) {
7635
7717
  return /*#__PURE__*/React.createElement("span", {
7636
7718
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7637
7719
  }, /*#__PURE__*/React.createElement("style", {
7638
- children: loadingCircleStyle$2u
7720
+ children: loadingCircleStyle$2w
7639
7721
  }), /*#__PURE__*/React.createElement("svg", _extends({
7640
7722
  xmlns: "http://www.w3.org/2000/svg",
7641
7723
  width: size,
@@ -7667,7 +7749,7 @@ Done.defaultProps = {
7667
7749
  size: '16'
7668
7750
  };
7669
7751
 
7670
- var loadingCircleStyle$2v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7752
+ var loadingCircleStyle$2x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7671
7753
 
7672
7754
  var Close = function Close(props) {
7673
7755
  var color = props.color,
@@ -7680,7 +7762,7 @@ var Close = function Close(props) {
7680
7762
  return /*#__PURE__*/React.createElement("span", {
7681
7763
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7682
7764
  }, /*#__PURE__*/React.createElement("style", {
7683
- children: loadingCircleStyle$2v
7765
+ children: loadingCircleStyle$2x
7684
7766
  }), /*#__PURE__*/React.createElement("svg", _extends({
7685
7767
  xmlns: "http://www.w3.org/2000/svg",
7686
7768
  width: size,
@@ -7712,7 +7794,7 @@ Close.defaultProps = {
7712
7794
  size: '16'
7713
7795
  };
7714
7796
 
7715
- var loadingCircleStyle$2w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7797
+ var loadingCircleStyle$2y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7716
7798
 
7717
7799
  var StarOutline = function StarOutline(props) {
7718
7800
  var color = props.color,
@@ -7725,7 +7807,7 @@ var StarOutline = function StarOutline(props) {
7725
7807
  return /*#__PURE__*/React.createElement("span", {
7726
7808
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7727
7809
  }, /*#__PURE__*/React.createElement("style", {
7728
- children: loadingCircleStyle$2w
7810
+ children: loadingCircleStyle$2y
7729
7811
  }), /*#__PURE__*/React.createElement("svg", _extends({
7730
7812
  xmlns: "http://www.w3.org/2000/svg",
7731
7813
  width: size,
@@ -7757,7 +7839,7 @@ StarOutline.defaultProps = {
7757
7839
  size: '16'
7758
7840
  };
7759
7841
 
7760
- var loadingCircleStyle$2x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7842
+ var loadingCircleStyle$2z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7761
7843
 
7762
7844
  var StarFill = function StarFill(props) {
7763
7845
  var color = props.color,
@@ -7770,7 +7852,7 @@ var StarFill = function StarFill(props) {
7770
7852
  return /*#__PURE__*/React.createElement("span", {
7771
7853
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7772
7854
  }, /*#__PURE__*/React.createElement("style", {
7773
- children: loadingCircleStyle$2x
7855
+ children: loadingCircleStyle$2z
7774
7856
  }), /*#__PURE__*/React.createElement("svg", _extends({
7775
7857
  xmlns: "http://www.w3.org/2000/svg",
7776
7858
  width: size,
@@ -7802,7 +7884,7 @@ StarFill.defaultProps = {
7802
7884
  size: '16'
7803
7885
  };
7804
7886
 
7805
- var loadingCircleStyle$2y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7887
+ var loadingCircleStyle$2A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7806
7888
 
7807
7889
  var TimeLock = function TimeLock(props) {
7808
7890
  var color = props.color,
@@ -7815,7 +7897,7 @@ var TimeLock = function TimeLock(props) {
7815
7897
  return /*#__PURE__*/React.createElement("span", {
7816
7898
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7817
7899
  }, /*#__PURE__*/React.createElement("style", {
7818
- children: loadingCircleStyle$2y
7900
+ children: loadingCircleStyle$2A
7819
7901
  }), /*#__PURE__*/React.createElement("svg", _extends({
7820
7902
  xmlns: "http://www.w3.org/2000/svg",
7821
7903
  width: size,
@@ -7847,7 +7929,7 @@ TimeLock.defaultProps = {
7847
7929
  size: '16'
7848
7930
  };
7849
7931
 
7850
- var loadingCircleStyle$2z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7932
+ var loadingCircleStyle$2B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7851
7933
 
7852
7934
  var Heart = function Heart(props) {
7853
7935
  var color = props.color,
@@ -7860,7 +7942,7 @@ var Heart = function Heart(props) {
7860
7942
  return /*#__PURE__*/React.createElement("span", {
7861
7943
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7862
7944
  }, /*#__PURE__*/React.createElement("style", {
7863
- children: loadingCircleStyle$2z
7945
+ children: loadingCircleStyle$2B
7864
7946
  }), /*#__PURE__*/React.createElement("svg", _extends({
7865
7947
  xmlns: "http://www.w3.org/2000/svg",
7866
7948
  width: size,
@@ -7892,7 +7974,7 @@ Heart.defaultProps = {
7892
7974
  size: '16'
7893
7975
  };
7894
7976
 
7895
- var loadingCircleStyle$2A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7977
+ var loadingCircleStyle$2C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7896
7978
 
7897
7979
  var Bookmark = function Bookmark(props) {
7898
7980
  var color = props.color,
@@ -7905,7 +7987,7 @@ var Bookmark = function Bookmark(props) {
7905
7987
  return /*#__PURE__*/React.createElement("span", {
7906
7988
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7907
7989
  }, /*#__PURE__*/React.createElement("style", {
7908
- children: loadingCircleStyle$2A
7990
+ children: loadingCircleStyle$2C
7909
7991
  }), /*#__PURE__*/React.createElement("svg", _extends({
7910
7992
  xmlns: "http://www.w3.org/2000/svg",
7911
7993
  width: size,
@@ -7937,7 +8019,7 @@ Bookmark.defaultProps = {
7937
8019
  size: '16'
7938
8020
  };
7939
8021
 
7940
- var loadingCircleStyle$2B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8022
+ var loadingCircleStyle$2D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7941
8023
 
7942
8024
  var Bookmark2 = function Bookmark2(props) {
7943
8025
  var color = props.color,
@@ -7950,7 +8032,7 @@ var Bookmark2 = function Bookmark2(props) {
7950
8032
  return /*#__PURE__*/React.createElement("span", {
7951
8033
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7952
8034
  }, /*#__PURE__*/React.createElement("style", {
7953
- children: loadingCircleStyle$2B
8035
+ children: loadingCircleStyle$2D
7954
8036
  }), /*#__PURE__*/React.createElement("svg", _extends({
7955
8037
  xmlns: "http://www.w3.org/2000/svg",
7956
8038
  width: size,
@@ -7982,7 +8064,7 @@ Bookmark2.defaultProps = {
7982
8064
  size: '16'
7983
8065
  };
7984
8066
 
7985
- var loadingCircleStyle$2C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8067
+ var loadingCircleStyle$2E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7986
8068
 
7987
8069
  var LockClose = function LockClose(props) {
7988
8070
  var color = props.color,
@@ -7995,7 +8077,7 @@ var LockClose = function LockClose(props) {
7995
8077
  return /*#__PURE__*/React.createElement("span", {
7996
8078
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7997
8079
  }, /*#__PURE__*/React.createElement("style", {
7998
- children: loadingCircleStyle$2C
8080
+ children: loadingCircleStyle$2E
7999
8081
  }), /*#__PURE__*/React.createElement("svg", _extends({
8000
8082
  xmlns: "http://www.w3.org/2000/svg",
8001
8083
  width: size,
@@ -8031,7 +8113,7 @@ LockClose.defaultProps = {
8031
8113
  size: '16'
8032
8114
  };
8033
8115
 
8034
- var loadingCircleStyle$2D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8116
+ var loadingCircleStyle$2F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8035
8117
 
8036
8118
  var LockCloseFill = function LockCloseFill(props) {
8037
8119
  var color = props.color,
@@ -8044,7 +8126,7 @@ var LockCloseFill = function LockCloseFill(props) {
8044
8126
  return /*#__PURE__*/React.createElement("span", {
8045
8127
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8046
8128
  }, /*#__PURE__*/React.createElement("style", {
8047
- children: loadingCircleStyle$2D
8129
+ children: loadingCircleStyle$2F
8048
8130
  }), /*#__PURE__*/React.createElement("svg", _extends({
8049
8131
  xmlns: "http://www.w3.org/2000/svg",
8050
8132
  width: size,
@@ -8076,7 +8158,7 @@ LockCloseFill.defaultProps = {
8076
8158
  size: '16'
8077
8159
  };
8078
8160
 
8079
- var loadingCircleStyle$2E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8161
+ var loadingCircleStyle$2G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8080
8162
 
8081
8163
  var LockOpen = function LockOpen(props) {
8082
8164
  var color = props.color,
@@ -8089,7 +8171,7 @@ var LockOpen = function LockOpen(props) {
8089
8171
  return /*#__PURE__*/React.createElement("span", {
8090
8172
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8091
8173
  }, /*#__PURE__*/React.createElement("style", {
8092
- children: loadingCircleStyle$2E
8174
+ children: loadingCircleStyle$2G
8093
8175
  }), /*#__PURE__*/React.createElement("svg", _extends({
8094
8176
  xmlns: "http://www.w3.org/2000/svg",
8095
8177
  width: size,
@@ -8121,7 +8203,7 @@ LockOpen.defaultProps = {
8121
8203
  size: '16'
8122
8204
  };
8123
8205
 
8124
- var loadingCircleStyle$2F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8206
+ var loadingCircleStyle$2H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8125
8207
 
8126
8208
  var LockOpenFill = function LockOpenFill(props) {
8127
8209
  var color = props.color,
@@ -8134,7 +8216,7 @@ var LockOpenFill = function LockOpenFill(props) {
8134
8216
  return /*#__PURE__*/React.createElement("span", {
8135
8217
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8136
8218
  }, /*#__PURE__*/React.createElement("style", {
8137
- children: loadingCircleStyle$2F
8219
+ children: loadingCircleStyle$2H
8138
8220
  }), /*#__PURE__*/React.createElement("svg", _extends({
8139
8221
  xmlns: "http://www.w3.org/2000/svg",
8140
8222
  width: size,
@@ -8166,7 +8248,7 @@ LockOpenFill.defaultProps = {
8166
8248
  size: '16'
8167
8249
  };
8168
8250
 
8169
- var loadingCircleStyle$2G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8251
+ var loadingCircleStyle$2I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8170
8252
 
8171
8253
  var EyeOn = function EyeOn(props) {
8172
8254
  var color = props.color,
@@ -8179,7 +8261,7 @@ var EyeOn = function EyeOn(props) {
8179
8261
  return /*#__PURE__*/React.createElement("span", {
8180
8262
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8181
8263
  }, /*#__PURE__*/React.createElement("style", {
8182
- children: loadingCircleStyle$2G
8264
+ children: loadingCircleStyle$2I
8183
8265
  }), /*#__PURE__*/React.createElement("svg", _extends({
8184
8266
  xmlns: "http://www.w3.org/2000/svg",
8185
8267
  width: size,
@@ -8211,7 +8293,7 @@ EyeOn.defaultProps = {
8211
8293
  size: '16'
8212
8294
  };
8213
8295
 
8214
- var loadingCircleStyle$2H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8296
+ var loadingCircleStyle$2J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8215
8297
 
8216
8298
  var EyeOnFill = function EyeOnFill(props) {
8217
8299
  var color = props.color,
@@ -8224,7 +8306,7 @@ var EyeOnFill = function EyeOnFill(props) {
8224
8306
  return /*#__PURE__*/React.createElement("span", {
8225
8307
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8226
8308
  }, /*#__PURE__*/React.createElement("style", {
8227
- children: loadingCircleStyle$2H
8309
+ children: loadingCircleStyle$2J
8228
8310
  }), /*#__PURE__*/React.createElement("svg", _extends({
8229
8311
  xmlns: "http://www.w3.org/2000/svg",
8230
8312
  width: size,
@@ -8258,7 +8340,7 @@ EyeOnFill.defaultProps = {
8258
8340
  size: '16'
8259
8341
  };
8260
8342
 
8261
- var loadingCircleStyle$2I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8343
+ var loadingCircleStyle$2K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8262
8344
 
8263
8345
  var EyeOff = function EyeOff(props) {
8264
8346
  var color = props.color,
@@ -8271,7 +8353,7 @@ var EyeOff = function EyeOff(props) {
8271
8353
  return /*#__PURE__*/React.createElement("span", {
8272
8354
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8273
8355
  }, /*#__PURE__*/React.createElement("style", {
8274
- children: loadingCircleStyle$2I
8356
+ children: loadingCircleStyle$2K
8275
8357
  }), /*#__PURE__*/React.createElement("svg", _extends({
8276
8358
  xmlns: "http://www.w3.org/2000/svg",
8277
8359
  width: size,
@@ -8303,7 +8385,7 @@ EyeOff.defaultProps = {
8303
8385
  size: '16'
8304
8386
  };
8305
8387
 
8306
- var loadingCircleStyle$2J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8388
+ var loadingCircleStyle$2L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8307
8389
 
8308
8390
  var EyeOffFill = function EyeOffFill(props) {
8309
8391
  var color = props.color,
@@ -8316,7 +8398,7 @@ var EyeOffFill = function EyeOffFill(props) {
8316
8398
  return /*#__PURE__*/React.createElement("span", {
8317
8399
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8318
8400
  }, /*#__PURE__*/React.createElement("style", {
8319
- children: loadingCircleStyle$2J
8401
+ children: loadingCircleStyle$2L
8320
8402
  }), /*#__PURE__*/React.createElement("svg", _extends({
8321
8403
  xmlns: "http://www.w3.org/2000/svg",
8322
8404
  width: size,
@@ -8350,7 +8432,7 @@ EyeOffFill.defaultProps = {
8350
8432
  size: '16'
8351
8433
  };
8352
8434
 
8353
- var loadingCircleStyle$2K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8435
+ var loadingCircleStyle$2M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8354
8436
 
8355
8437
  var Dot = function Dot(props) {
8356
8438
  var color = props.color,
@@ -8363,7 +8445,7 @@ var Dot = function Dot(props) {
8363
8445
  return /*#__PURE__*/React.createElement("span", {
8364
8446
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8365
8447
  }, /*#__PURE__*/React.createElement("style", {
8366
- children: loadingCircleStyle$2K
8448
+ children: loadingCircleStyle$2M
8367
8449
  }), /*#__PURE__*/React.createElement("svg", _extends({
8368
8450
  xmlns: "http://www.w3.org/2000/svg",
8369
8451
  width: size,
@@ -8397,7 +8479,7 @@ Dot.defaultProps = {
8397
8479
  size: '16'
8398
8480
  };
8399
8481
 
8400
- var loadingCircleStyle$2L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8482
+ var loadingCircleStyle$2N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8401
8483
 
8402
8484
  var Anchor = function Anchor(props) {
8403
8485
  var color = props.color,
@@ -8410,7 +8492,7 @@ var Anchor = function Anchor(props) {
8410
8492
  return /*#__PURE__*/React.createElement("span", {
8411
8493
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8412
8494
  }, /*#__PURE__*/React.createElement("style", {
8413
- children: loadingCircleStyle$2L
8495
+ children: loadingCircleStyle$2N
8414
8496
  }), /*#__PURE__*/React.createElement("svg", _extends({
8415
8497
  xmlns: "http://www.w3.org/2000/svg",
8416
8498
  width: size,
@@ -8442,7 +8524,7 @@ Anchor.defaultProps = {
8442
8524
  size: '16'
8443
8525
  };
8444
8526
 
8445
- var loadingCircleStyle$2M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8527
+ var loadingCircleStyle$2O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8446
8528
 
8447
8529
  var ChartLine = function ChartLine(props) {
8448
8530
  var color = props.color,
@@ -8455,7 +8537,7 @@ var ChartLine = function ChartLine(props) {
8455
8537
  return /*#__PURE__*/React.createElement("span", {
8456
8538
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8457
8539
  }, /*#__PURE__*/React.createElement("style", {
8458
- children: loadingCircleStyle$2M
8540
+ children: loadingCircleStyle$2O
8459
8541
  }), /*#__PURE__*/React.createElement("svg", _extends({
8460
8542
  xmlns: "http://www.w3.org/2000/svg",
8461
8543
  width: size,
@@ -8493,7 +8575,7 @@ ChartLine.defaultProps = {
8493
8575
  size: '16'
8494
8576
  };
8495
8577
 
8496
- var loadingCircleStyle$2N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8578
+ var loadingCircleStyle$2P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8497
8579
 
8498
8580
  var ChartBar = function ChartBar(props) {
8499
8581
  var color = props.color,
@@ -8506,7 +8588,7 @@ var ChartBar = function ChartBar(props) {
8506
8588
  return /*#__PURE__*/React.createElement("span", {
8507
8589
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8508
8590
  }, /*#__PURE__*/React.createElement("style", {
8509
- children: loadingCircleStyle$2N
8591
+ children: loadingCircleStyle$2P
8510
8592
  }), /*#__PURE__*/React.createElement("svg", _extends({
8511
8593
  xmlns: "http://www.w3.org/2000/svg",
8512
8594
  width: size,
@@ -8542,7 +8624,7 @@ ChartBar.defaultProps = {
8542
8624
  size: '16'
8543
8625
  };
8544
8626
 
8545
- var loadingCircleStyle$2O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8627
+ var loadingCircleStyle$2Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8546
8628
 
8547
8629
  var ChartCum = function ChartCum(props) {
8548
8630
  var color = props.color,
@@ -8555,7 +8637,7 @@ var ChartCum = function ChartCum(props) {
8555
8637
  return /*#__PURE__*/React.createElement("span", {
8556
8638
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8557
8639
  }, /*#__PURE__*/React.createElement("style", {
8558
- children: loadingCircleStyle$2O
8640
+ children: loadingCircleStyle$2Q
8559
8641
  }), /*#__PURE__*/React.createElement("svg", _extends({
8560
8642
  xmlns: "http://www.w3.org/2000/svg",
8561
8643
  width: size,
@@ -8597,7 +8679,7 @@ ChartCum.defaultProps = {
8597
8679
  size: '16'
8598
8680
  };
8599
8681
 
8600
- var loadingCircleStyle$2P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8682
+ var loadingCircleStyle$2R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8601
8683
 
8602
8684
  var ChartPie = function ChartPie(props) {
8603
8685
  var color = props.color,
@@ -8610,7 +8692,7 @@ var ChartPie = function ChartPie(props) {
8610
8692
  return /*#__PURE__*/React.createElement("span", {
8611
8693
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8612
8694
  }, /*#__PURE__*/React.createElement("style", {
8613
- children: loadingCircleStyle$2P
8695
+ children: loadingCircleStyle$2R
8614
8696
  }), /*#__PURE__*/React.createElement("svg", _extends({
8615
8697
  xmlns: "http://www.w3.org/2000/svg",
8616
8698
  width: size,
@@ -8644,7 +8726,7 @@ ChartPie.defaultProps = {
8644
8726
  size: '16'
8645
8727
  };
8646
8728
 
8647
- var loadingCircleStyle$2Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8729
+ var loadingCircleStyle$2S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8648
8730
 
8649
8731
  var ChartDNRe = function ChartDNRe(props) {
8650
8732
  var color = props.color,
@@ -8657,7 +8739,7 @@ var ChartDNRe = function ChartDNRe(props) {
8657
8739
  return /*#__PURE__*/React.createElement("span", {
8658
8740
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8659
8741
  }, /*#__PURE__*/React.createElement("style", {
8660
- children: loadingCircleStyle$2Q
8742
+ children: loadingCircleStyle$2S
8661
8743
  }), /*#__PURE__*/React.createElement("svg", _extends({
8662
8744
  xmlns: "http://www.w3.org/2000/svg",
8663
8745
  width: size,
@@ -8701,7 +8783,7 @@ ChartDNRe.defaultProps = {
8701
8783
  size: '16'
8702
8784
  };
8703
8785
 
8704
- var loadingCircleStyle$2R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8786
+ var loadingCircleStyle$2T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8705
8787
 
8706
8788
  var ChartDRe = function ChartDRe(props) {
8707
8789
  var color = props.color,
@@ -8714,7 +8796,7 @@ var ChartDRe = function ChartDRe(props) {
8714
8796
  return /*#__PURE__*/React.createElement("span", {
8715
8797
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8716
8798
  }, /*#__PURE__*/React.createElement("style", {
8717
- children: loadingCircleStyle$2R
8799
+ children: loadingCircleStyle$2T
8718
8800
  }), /*#__PURE__*/React.createElement("svg", _extends({
8719
8801
  xmlns: "http://www.w3.org/2000/svg",
8720
8802
  width: size,
@@ -8758,7 +8840,7 @@ ChartDRe.defaultProps = {
8758
8840
  size: '16'
8759
8841
  };
8760
8842
 
8761
- var loadingCircleStyle$2S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8843
+ var loadingCircleStyle$2U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8762
8844
 
8763
8845
  var ChartFunnel = function ChartFunnel(props) {
8764
8846
  var color = props.color,
@@ -8771,7 +8853,7 @@ var ChartFunnel = function ChartFunnel(props) {
8771
8853
  return /*#__PURE__*/React.createElement("span", {
8772
8854
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8773
8855
  }, /*#__PURE__*/React.createElement("style", {
8774
- children: loadingCircleStyle$2S
8856
+ children: loadingCircleStyle$2U
8775
8857
  }), /*#__PURE__*/React.createElement("svg", _extends({
8776
8858
  xmlns: "http://www.w3.org/2000/svg",
8777
8859
  width: size,
@@ -8807,7 +8889,7 @@ ChartFunnel.defaultProps = {
8807
8889
  size: '16'
8808
8890
  };
8809
8891
 
8810
- var loadingCircleStyle$2T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8892
+ var loadingCircleStyle$2V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8811
8893
 
8812
8894
  var ChartInterval = function ChartInterval(props) {
8813
8895
  var color = props.color,
@@ -8820,7 +8902,7 @@ var ChartInterval = function ChartInterval(props) {
8820
8902
  return /*#__PURE__*/React.createElement("span", {
8821
8903
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8822
8904
  }, /*#__PURE__*/React.createElement("style", {
8823
- children: loadingCircleStyle$2T
8905
+ children: loadingCircleStyle$2V
8824
8906
  }), /*#__PURE__*/React.createElement("svg", _extends({
8825
8907
  xmlns: "http://www.w3.org/2000/svg",
8826
8908
  width: size,
@@ -8854,7 +8936,7 @@ ChartInterval.defaultProps = {
8854
8936
  size: '16'
8855
8937
  };
8856
8938
 
8857
- var loadingCircleStyle$2U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8939
+ var loadingCircleStyle$2W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8858
8940
 
8859
8941
  var ChartStack = function ChartStack(props) {
8860
8942
  var color = props.color,
@@ -8867,7 +8949,7 @@ var ChartStack = function ChartStack(props) {
8867
8949
  return /*#__PURE__*/React.createElement("span", {
8868
8950
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8869
8951
  }, /*#__PURE__*/React.createElement("style", {
8870
- children: loadingCircleStyle$2U
8952
+ children: loadingCircleStyle$2W
8871
8953
  }), /*#__PURE__*/React.createElement("svg", _extends({
8872
8954
  xmlns: "http://www.w3.org/2000/svg",
8873
8955
  width: size,
@@ -8901,7 +8983,7 @@ ChartStack.defaultProps = {
8901
8983
  size: '16'
8902
8984
  };
8903
8985
 
8904
- var loadingCircleStyle$2V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8986
+ var loadingCircleStyle$2X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8905
8987
 
8906
8988
  var ChartStackn = function ChartStackn(props) {
8907
8989
  var color = props.color,
@@ -8914,7 +8996,7 @@ var ChartStackn = function ChartStackn(props) {
8914
8996
  return /*#__PURE__*/React.createElement("span", {
8915
8997
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8916
8998
  }, /*#__PURE__*/React.createElement("style", {
8917
- children: loadingCircleStyle$2V
8999
+ children: loadingCircleStyle$2X
8918
9000
  }), /*#__PURE__*/React.createElement("svg", _extends({
8919
9001
  xmlns: "http://www.w3.org/2000/svg",
8920
9002
  width: size,
@@ -8948,7 +9030,7 @@ ChartStackn.defaultProps = {
8948
9030
  size: '16'
8949
9031
  };
8950
9032
 
8951
- var loadingCircleStyle$2W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9033
+ var loadingCircleStyle$2Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8952
9034
 
8953
9035
  var ChartStackPerc = function ChartStackPerc(props) {
8954
9036
  var color = props.color,
@@ -8961,7 +9043,7 @@ var ChartStackPerc = function ChartStackPerc(props) {
8961
9043
  return /*#__PURE__*/React.createElement("span", {
8962
9044
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8963
9045
  }, /*#__PURE__*/React.createElement("style", {
8964
- children: loadingCircleStyle$2W
9046
+ children: loadingCircleStyle$2Y
8965
9047
  }), /*#__PURE__*/React.createElement("svg", _extends({
8966
9048
  xmlns: "http://www.w3.org/2000/svg",
8967
9049
  width: size,
@@ -8995,7 +9077,7 @@ ChartStackPerc.defaultProps = {
8995
9077
  size: '16'
8996
9078
  };
8997
9079
 
8998
- var loadingCircleStyle$2X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9080
+ var loadingCircleStyle$2Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8999
9081
 
9000
9082
  var ChartComplex = function ChartComplex(props) {
9001
9083
  var color = props.color,
@@ -9008,7 +9090,7 @@ var ChartComplex = function ChartComplex(props) {
9008
9090
  return /*#__PURE__*/React.createElement("span", {
9009
9091
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9010
9092
  }, /*#__PURE__*/React.createElement("style", {
9011
- children: loadingCircleStyle$2X
9093
+ children: loadingCircleStyle$2Z
9012
9094
  }), /*#__PURE__*/React.createElement("svg", _extends({
9013
9095
  xmlns: "http://www.w3.org/2000/svg",
9014
9096
  width: size,
@@ -9048,7 +9130,7 @@ ChartComplex.defaultProps = {
9048
9130
  size: '16'
9049
9131
  };
9050
9132
 
9051
- var loadingCircleStyle$2Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9133
+ var loadingCircleStyle$2_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9052
9134
 
9053
9135
  var ChartHistogram = function ChartHistogram(props) {
9054
9136
  var color = props.color,
@@ -9061,7 +9143,7 @@ var ChartHistogram = function ChartHistogram(props) {
9061
9143
  return /*#__PURE__*/React.createElement("span", {
9062
9144
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9063
9145
  }, /*#__PURE__*/React.createElement("style", {
9064
- children: loadingCircleStyle$2Y
9146
+ children: loadingCircleStyle$2_
9065
9147
  }), /*#__PURE__*/React.createElement("svg", _extends({
9066
9148
  xmlns: "http://www.w3.org/2000/svg",
9067
9149
  width: size,
@@ -9107,7 +9189,7 @@ ChartHistogram.defaultProps = {
9107
9189
  size: '16'
9108
9190
  };
9109
9191
 
9110
- var loadingCircleStyle$2Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9192
+ var loadingCircleStyle$2$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9111
9193
 
9112
9194
  var ChartTable = function ChartTable(props) {
9113
9195
  var color = props.color,
@@ -9120,7 +9202,7 @@ var ChartTable = function ChartTable(props) {
9120
9202
  return /*#__PURE__*/React.createElement("span", {
9121
9203
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9122
9204
  }, /*#__PURE__*/React.createElement("style", {
9123
- children: loadingCircleStyle$2Z
9205
+ children: loadingCircleStyle$2$
9124
9206
  }), /*#__PURE__*/React.createElement("svg", _extends({
9125
9207
  xmlns: "http://www.w3.org/2000/svg",
9126
9208
  width: size,
@@ -9152,7 +9234,7 @@ ChartTable.defaultProps = {
9152
9234
  size: '16'
9153
9235
  };
9154
9236
 
9155
- var loadingCircleStyle$2_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9237
+ var loadingCircleStyle$30 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9156
9238
 
9157
9239
  var ChartFieldlist = function ChartFieldlist(props) {
9158
9240
  var color = props.color,
@@ -9165,7 +9247,7 @@ var ChartFieldlist = function ChartFieldlist(props) {
9165
9247
  return /*#__PURE__*/React.createElement("span", {
9166
9248
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9167
9249
  }, /*#__PURE__*/React.createElement("style", {
9168
- children: loadingCircleStyle$2_
9250
+ children: loadingCircleStyle$30
9169
9251
  }), /*#__PURE__*/React.createElement("svg", _extends({
9170
9252
  xmlns: "http://www.w3.org/2000/svg",
9171
9253
  width: size,
@@ -9197,7 +9279,7 @@ ChartFieldlist.defaultProps = {
9197
9279
  size: '16'
9198
9280
  };
9199
9281
 
9200
- var loadingCircleStyle$2$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9282
+ var loadingCircleStyle$31 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9201
9283
 
9202
9284
  var Table1dtable = function Table1dtable(props) {
9203
9285
  var color = props.color,
@@ -9210,7 +9292,7 @@ var Table1dtable = function Table1dtable(props) {
9210
9292
  return /*#__PURE__*/React.createElement("span", {
9211
9293
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9212
9294
  }, /*#__PURE__*/React.createElement("style", {
9213
- children: loadingCircleStyle$2$
9295
+ children: loadingCircleStyle$31
9214
9296
  }), /*#__PURE__*/React.createElement("svg", _extends({
9215
9297
  xmlns: "http://www.w3.org/2000/svg",
9216
9298
  width: size,
@@ -9260,7 +9342,7 @@ Table1dtable.defaultProps = {
9260
9342
  size: '16'
9261
9343
  };
9262
9344
 
9263
- var loadingCircleStyle$30 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9345
+ var loadingCircleStyle$32 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9264
9346
 
9265
9347
  var ChartSqltable = function ChartSqltable(props) {
9266
9348
  var color = props.color,
@@ -9273,7 +9355,7 @@ var ChartSqltable = function ChartSqltable(props) {
9273
9355
  return /*#__PURE__*/React.createElement("span", {
9274
9356
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9275
9357
  }, /*#__PURE__*/React.createElement("style", {
9276
- children: loadingCircleStyle$30
9358
+ children: loadingCircleStyle$32
9277
9359
  }), /*#__PURE__*/React.createElement("svg", _extends({
9278
9360
  xmlns: "http://www.w3.org/2000/svg",
9279
9361
  width: size,
@@ -9305,7 +9387,7 @@ ChartSqltable.defaultProps = {
9305
9387
  size: '16'
9306
9388
  };
9307
9389
 
9308
- var loadingCircleStyle$31 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9390
+ var loadingCircleStyle$33 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9309
9391
 
9310
9392
  var ChartCombinedTable = function ChartCombinedTable(props) {
9311
9393
  var color = props.color,
@@ -9318,7 +9400,7 @@ var ChartCombinedTable = function ChartCombinedTable(props) {
9318
9400
  return /*#__PURE__*/React.createElement("span", {
9319
9401
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9320
9402
  }, /*#__PURE__*/React.createElement("style", {
9321
- children: loadingCircleStyle$31
9403
+ children: loadingCircleStyle$33
9322
9404
  }), /*#__PURE__*/React.createElement("svg", _extends({
9323
9405
  xmlns: "http://www.w3.org/2000/svg",
9324
9406
  width: size,
@@ -9350,7 +9432,7 @@ ChartCombinedTable.defaultProps = {
9350
9432
  size: '16'
9351
9433
  };
9352
9434
 
9353
- var loadingCircleStyle$32 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9435
+ var loadingCircleStyle$34 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9354
9436
 
9355
9437
  var ChartDistTable = function ChartDistTable(props) {
9356
9438
  var color = props.color,
@@ -9363,7 +9445,7 @@ var ChartDistTable = function ChartDistTable(props) {
9363
9445
  return /*#__PURE__*/React.createElement("span", {
9364
9446
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9365
9447
  }, /*#__PURE__*/React.createElement("style", {
9366
- children: loadingCircleStyle$32
9448
+ children: loadingCircleStyle$34
9367
9449
  }), /*#__PURE__*/React.createElement("svg", _extends({
9368
9450
  xmlns: "http://www.w3.org/2000/svg",
9369
9451
  width: size,
@@ -9395,7 +9477,7 @@ ChartDistTable.defaultProps = {
9395
9477
  size: '16'
9396
9478
  };
9397
9479
 
9398
- var loadingCircleStyle$33 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9480
+ var loadingCircleStyle$35 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9399
9481
 
9400
9482
  var ChartBarTable = function ChartBarTable(props) {
9401
9483
  var color = props.color,
@@ -9408,7 +9490,7 @@ var ChartBarTable = function ChartBarTable(props) {
9408
9490
  return /*#__PURE__*/React.createElement("span", {
9409
9491
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9410
9492
  }, /*#__PURE__*/React.createElement("style", {
9411
- children: loadingCircleStyle$33
9493
+ children: loadingCircleStyle$35
9412
9494
  }), /*#__PURE__*/React.createElement("svg", _extends({
9413
9495
  xmlns: "http://www.w3.org/2000/svg",
9414
9496
  width: size,
@@ -9442,7 +9524,7 @@ ChartBarTable.defaultProps = {
9442
9524
  size: '16'
9443
9525
  };
9444
9526
 
9445
- var loadingCircleStyle$34 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9527
+ var loadingCircleStyle$36 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9446
9528
 
9447
9529
  var ChartLineTable = function ChartLineTable(props) {
9448
9530
  var color = props.color,
@@ -9455,7 +9537,7 @@ var ChartLineTable = function ChartLineTable(props) {
9455
9537
  return /*#__PURE__*/React.createElement("span", {
9456
9538
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9457
9539
  }, /*#__PURE__*/React.createElement("style", {
9458
- children: loadingCircleStyle$34
9540
+ children: loadingCircleStyle$36
9459
9541
  }), /*#__PURE__*/React.createElement("svg", _extends({
9460
9542
  xmlns: "http://www.w3.org/2000/svg",
9461
9543
  width: size,
@@ -9495,7 +9577,7 @@ ChartLineTable.defaultProps = {
9495
9577
  size: '16'
9496
9578
  };
9497
9579
 
9498
- var loadingCircleStyle$35 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9580
+ var loadingCircleStyle$37 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9499
9581
 
9500
9582
  var Play = function Play(props) {
9501
9583
  var color = props.color,
@@ -9508,7 +9590,7 @@ var Play = function Play(props) {
9508
9590
  return /*#__PURE__*/React.createElement("span", {
9509
9591
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9510
9592
  }, /*#__PURE__*/React.createElement("style", {
9511
- children: loadingCircleStyle$35
9593
+ children: loadingCircleStyle$37
9512
9594
  }), /*#__PURE__*/React.createElement("svg", _extends({
9513
9595
  xmlns: "http://www.w3.org/2000/svg",
9514
9596
  width: size,
@@ -9540,7 +9622,7 @@ Play.defaultProps = {
9540
9622
  size: '16'
9541
9623
  };
9542
9624
 
9543
- var loadingCircleStyle$36 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9625
+ var loadingCircleStyle$38 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9544
9626
 
9545
9627
  var Config = function Config(props) {
9546
9628
  var color = props.color,
@@ -9553,7 +9635,7 @@ var Config = function Config(props) {
9553
9635
  return /*#__PURE__*/React.createElement("span", {
9554
9636
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9555
9637
  }, /*#__PURE__*/React.createElement("style", {
9556
- children: loadingCircleStyle$36
9638
+ children: loadingCircleStyle$38
9557
9639
  }), /*#__PURE__*/React.createElement("svg", _extends({
9558
9640
  xmlns: "http://www.w3.org/2000/svg",
9559
9641
  width: size,
@@ -9585,7 +9667,7 @@ Config.defaultProps = {
9585
9667
  size: '16'
9586
9668
  };
9587
9669
 
9588
- var loadingCircleStyle$37 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9670
+ var loadingCircleStyle$39 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9589
9671
 
9590
9672
  var Setting = function Setting(props) {
9591
9673
  var color = props.color,
@@ -9598,7 +9680,7 @@ var Setting = function Setting(props) {
9598
9680
  return /*#__PURE__*/React.createElement("span", {
9599
9681
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9600
9682
  }, /*#__PURE__*/React.createElement("style", {
9601
- children: loadingCircleStyle$37
9683
+ children: loadingCircleStyle$39
9602
9684
  }), /*#__PURE__*/React.createElement("svg", _extends({
9603
9685
  xmlns: "http://www.w3.org/2000/svg",
9604
9686
  width: size,
@@ -9630,7 +9712,7 @@ Setting.defaultProps = {
9630
9712
  size: '16'
9631
9713
  };
9632
9714
 
9633
- var loadingCircleStyle$38 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9715
+ var loadingCircleStyle$3a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9634
9716
 
9635
9717
  var Search = function Search(props) {
9636
9718
  var color = props.color,
@@ -9643,7 +9725,7 @@ var Search = function Search(props) {
9643
9725
  return /*#__PURE__*/React.createElement("span", {
9644
9726
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9645
9727
  }, /*#__PURE__*/React.createElement("style", {
9646
- children: loadingCircleStyle$38
9728
+ children: loadingCircleStyle$3a
9647
9729
  }), /*#__PURE__*/React.createElement("svg", _extends({
9648
9730
  xmlns: "http://www.w3.org/2000/svg",
9649
9731
  width: size,
@@ -9675,7 +9757,7 @@ Search.defaultProps = {
9675
9757
  size: '16'
9676
9758
  };
9677
9759
 
9678
- var loadingCircleStyle$39 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9760
+ var loadingCircleStyle$3b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9679
9761
 
9680
9762
  var Copy = function Copy(props) {
9681
9763
  var color = props.color,
@@ -9688,7 +9770,7 @@ var Copy = function Copy(props) {
9688
9770
  return /*#__PURE__*/React.createElement("span", {
9689
9771
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9690
9772
  }, /*#__PURE__*/React.createElement("style", {
9691
- children: loadingCircleStyle$39
9773
+ children: loadingCircleStyle$3b
9692
9774
  }), /*#__PURE__*/React.createElement("svg", _extends({
9693
9775
  xmlns: "http://www.w3.org/2000/svg",
9694
9776
  width: size,
@@ -9720,7 +9802,7 @@ Copy.defaultProps = {
9720
9802
  size: '16'
9721
9803
  };
9722
9804
 
9723
- var loadingCircleStyle$3a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9805
+ var loadingCircleStyle$3c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9724
9806
 
9725
9807
  var Copy2 = function Copy2(props) {
9726
9808
  var color = props.color,
@@ -9733,7 +9815,7 @@ var Copy2 = function Copy2(props) {
9733
9815
  return /*#__PURE__*/React.createElement("span", {
9734
9816
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9735
9817
  }, /*#__PURE__*/React.createElement("style", {
9736
- children: loadingCircleStyle$3a
9818
+ children: loadingCircleStyle$3c
9737
9819
  }), /*#__PURE__*/React.createElement("svg", _extends({
9738
9820
  xmlns: "http://www.w3.org/2000/svg",
9739
9821
  width: size,
@@ -9765,7 +9847,7 @@ Copy2.defaultProps = {
9765
9847
  size: '16'
9766
9848
  };
9767
9849
 
9768
- var loadingCircleStyle$3b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9850
+ var loadingCircleStyle$3d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9769
9851
 
9770
9852
  var Format = function Format(props) {
9771
9853
  var color = props.color,
@@ -9778,7 +9860,7 @@ var Format = function Format(props) {
9778
9860
  return /*#__PURE__*/React.createElement("span", {
9779
9861
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9780
9862
  }, /*#__PURE__*/React.createElement("style", {
9781
- children: loadingCircleStyle$3b
9863
+ children: loadingCircleStyle$3d
9782
9864
  }), /*#__PURE__*/React.createElement("svg", _extends({
9783
9865
  xmlns: "http://www.w3.org/2000/svg",
9784
9866
  width: size,
@@ -9812,7 +9894,7 @@ Format.defaultProps = {
9812
9894
  size: '16'
9813
9895
  };
9814
9896
 
9815
- var loadingCircleStyle$3c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9897
+ var loadingCircleStyle$3e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9816
9898
 
9817
9899
  var Code = function Code(props) {
9818
9900
  var color = props.color,
@@ -9825,7 +9907,7 @@ var Code = function Code(props) {
9825
9907
  return /*#__PURE__*/React.createElement("span", {
9826
9908
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9827
9909
  }, /*#__PURE__*/React.createElement("style", {
9828
- children: loadingCircleStyle$3c
9910
+ children: loadingCircleStyle$3e
9829
9911
  }), /*#__PURE__*/React.createElement("svg", _extends({
9830
9912
  xmlns: "http://www.w3.org/2000/svg",
9831
9913
  width: size,
@@ -9857,7 +9939,7 @@ Code.defaultProps = {
9857
9939
  size: '16'
9858
9940
  };
9859
9941
 
9860
- var loadingCircleStyle$3d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9942
+ var loadingCircleStyle$3f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9861
9943
 
9862
9944
  var Edit = function Edit(props) {
9863
9945
  var color = props.color,
@@ -9870,7 +9952,7 @@ var Edit = function Edit(props) {
9870
9952
  return /*#__PURE__*/React.createElement("span", {
9871
9953
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9872
9954
  }, /*#__PURE__*/React.createElement("style", {
9873
- children: loadingCircleStyle$3d
9955
+ children: loadingCircleStyle$3f
9874
9956
  }), /*#__PURE__*/React.createElement("svg", _extends({
9875
9957
  xmlns: "http://www.w3.org/2000/svg",
9876
9958
  width: size,
@@ -9902,7 +9984,7 @@ Edit.defaultProps = {
9902
9984
  size: '16'
9903
9985
  };
9904
9986
 
9905
- var loadingCircleStyle$3e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9987
+ var loadingCircleStyle$3g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9906
9988
 
9907
9989
  var EditFill = function EditFill(props) {
9908
9990
  var color = props.color,
@@ -9915,7 +9997,7 @@ var EditFill = function EditFill(props) {
9915
9997
  return /*#__PURE__*/React.createElement("span", {
9916
9998
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9917
9999
  }, /*#__PURE__*/React.createElement("style", {
9918
- children: loadingCircleStyle$3e
10000
+ children: loadingCircleStyle$3g
9919
10001
  }), /*#__PURE__*/React.createElement("svg", _extends({
9920
10002
  xmlns: "http://www.w3.org/2000/svg",
9921
10003
  width: size,
@@ -9949,7 +10031,7 @@ EditFill.defaultProps = {
9949
10031
  size: '16'
9950
10032
  };
9951
10033
 
9952
- var loadingCircleStyle$3f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10034
+ var loadingCircleStyle$3h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9953
10035
 
9954
10036
  var Delete1 = function Delete1(props) {
9955
10037
  var color = props.color,
@@ -9962,7 +10044,7 @@ var Delete1 = function Delete1(props) {
9962
10044
  return /*#__PURE__*/React.createElement("span", {
9963
10045
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9964
10046
  }, /*#__PURE__*/React.createElement("style", {
9965
- children: loadingCircleStyle$3f
10047
+ children: loadingCircleStyle$3h
9966
10048
  }), /*#__PURE__*/React.createElement("svg", _extends({
9967
10049
  xmlns: "http://www.w3.org/2000/svg",
9968
10050
  width: size,
@@ -9994,7 +10076,7 @@ Delete1.defaultProps = {
9994
10076
  size: '16'
9995
10077
  };
9996
10078
 
9997
- var loadingCircleStyle$3g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10079
+ var loadingCircleStyle$3i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9998
10080
 
9999
10081
  var Save = function Save(props) {
10000
10082
  var color = props.color,
@@ -10007,7 +10089,7 @@ var Save = function Save(props) {
10007
10089
  return /*#__PURE__*/React.createElement("span", {
10008
10090
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10009
10091
  }, /*#__PURE__*/React.createElement("style", {
10010
- children: loadingCircleStyle$3g
10092
+ children: loadingCircleStyle$3i
10011
10093
  }), /*#__PURE__*/React.createElement("svg", _extends({
10012
10094
  xmlns: "http://www.w3.org/2000/svg",
10013
10095
  width: size,
@@ -10039,7 +10121,7 @@ Save.defaultProps = {
10039
10121
  size: '16'
10040
10122
  };
10041
10123
 
10042
- var loadingCircleStyle$3h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10124
+ var loadingCircleStyle$3j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10043
10125
 
10044
10126
  var Send = function Send(props) {
10045
10127
  var color = props.color,
@@ -10052,7 +10134,7 @@ var Send = function Send(props) {
10052
10134
  return /*#__PURE__*/React.createElement("span", {
10053
10135
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10054
10136
  }, /*#__PURE__*/React.createElement("style", {
10055
- children: loadingCircleStyle$3h
10137
+ children: loadingCircleStyle$3j
10056
10138
  }), /*#__PURE__*/React.createElement("svg", _extends({
10057
10139
  xmlns: "http://www.w3.org/2000/svg",
10058
10140
  width: size,
@@ -10084,7 +10166,7 @@ Send.defaultProps = {
10084
10166
  size: '16'
10085
10167
  };
10086
10168
 
10087
- var loadingCircleStyle$3i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10169
+ var loadingCircleStyle$3k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10088
10170
 
10089
10171
  var Fullscreen = function Fullscreen(props) {
10090
10172
  var color = props.color,
@@ -10097,7 +10179,7 @@ var Fullscreen = function Fullscreen(props) {
10097
10179
  return /*#__PURE__*/React.createElement("span", {
10098
10180
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10099
10181
  }, /*#__PURE__*/React.createElement("style", {
10100
- children: loadingCircleStyle$3i
10182
+ children: loadingCircleStyle$3k
10101
10183
  }), /*#__PURE__*/React.createElement("svg", _extends({
10102
10184
  xmlns: "http://www.w3.org/2000/svg",
10103
10185
  width: size,
@@ -10129,7 +10211,7 @@ Fullscreen.defaultProps = {
10129
10211
  size: '16'
10130
10212
  };
10131
10213
 
10132
- var loadingCircleStyle$3j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10214
+ var loadingCircleStyle$3l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10133
10215
 
10134
10216
  var ArrowLeftDown = function ArrowLeftDown(props) {
10135
10217
  var color = props.color,
@@ -10142,7 +10224,7 @@ var ArrowLeftDown = function ArrowLeftDown(props) {
10142
10224
  return /*#__PURE__*/React.createElement("span", {
10143
10225
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10144
10226
  }, /*#__PURE__*/React.createElement("style", {
10145
- children: loadingCircleStyle$3j
10227
+ children: loadingCircleStyle$3l
10146
10228
  }), /*#__PURE__*/React.createElement("svg", _extends({
10147
10229
  xmlns: "http://www.w3.org/2000/svg",
10148
10230
  width: size,
@@ -10174,7 +10256,7 @@ ArrowLeftDown.defaultProps = {
10174
10256
  size: '16'
10175
10257
  };
10176
10258
 
10177
- var loadingCircleStyle$3k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10259
+ var loadingCircleStyle$3m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10178
10260
 
10179
10261
  var Link = function Link(props) {
10180
10262
  var color = props.color,
@@ -10187,7 +10269,7 @@ var Link = function Link(props) {
10187
10269
  return /*#__PURE__*/React.createElement("span", {
10188
10270
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10189
10271
  }, /*#__PURE__*/React.createElement("style", {
10190
- children: loadingCircleStyle$3k
10272
+ children: loadingCircleStyle$3m
10191
10273
  }), /*#__PURE__*/React.createElement("svg", _extends({
10192
10274
  xmlns: "http://www.w3.org/2000/svg",
10193
10275
  width: size,
@@ -10223,7 +10305,7 @@ Link.defaultProps = {
10223
10305
  size: '16'
10224
10306
  };
10225
10307
 
10226
- var loadingCircleStyle$3l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10308
+ var loadingCircleStyle$3n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10227
10309
 
10228
10310
  var Unlink = function Unlink(props) {
10229
10311
  var color = props.color,
@@ -10236,7 +10318,7 @@ var Unlink = function Unlink(props) {
10236
10318
  return /*#__PURE__*/React.createElement("span", {
10237
10319
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10238
10320
  }, /*#__PURE__*/React.createElement("style", {
10239
- children: loadingCircleStyle$3l
10321
+ children: loadingCircleStyle$3n
10240
10322
  }), /*#__PURE__*/React.createElement("svg", _extends({
10241
10323
  xmlns: "http://www.w3.org/2000/svg",
10242
10324
  width: size,
@@ -10274,7 +10356,7 @@ Unlink.defaultProps = {
10274
10356
  size: '16'
10275
10357
  };
10276
10358
 
10277
- var loadingCircleStyle$3m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10359
+ var loadingCircleStyle$3o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10278
10360
 
10279
10361
  var MenuUnfold = function MenuUnfold(props) {
10280
10362
  var color = props.color,
@@ -10287,7 +10369,7 @@ var MenuUnfold = function MenuUnfold(props) {
10287
10369
  return /*#__PURE__*/React.createElement("span", {
10288
10370
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10289
10371
  }, /*#__PURE__*/React.createElement("style", {
10290
- children: loadingCircleStyle$3m
10372
+ children: loadingCircleStyle$3o
10291
10373
  }), /*#__PURE__*/React.createElement("svg", _extends({
10292
10374
  xmlns: "http://www.w3.org/2000/svg",
10293
10375
  width: size,
@@ -10319,7 +10401,7 @@ MenuUnfold.defaultProps = {
10319
10401
  size: '16'
10320
10402
  };
10321
10403
 
10322
- var loadingCircleStyle$3n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10404
+ var loadingCircleStyle$3p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10323
10405
 
10324
10406
  var MenuFold = function MenuFold(props) {
10325
10407
  var color = props.color,
@@ -10332,7 +10414,7 @@ var MenuFold = function MenuFold(props) {
10332
10414
  return /*#__PURE__*/React.createElement("span", {
10333
10415
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10334
10416
  }, /*#__PURE__*/React.createElement("style", {
10335
- children: loadingCircleStyle$3n
10417
+ children: loadingCircleStyle$3p
10336
10418
  }), /*#__PURE__*/React.createElement("svg", _extends({
10337
10419
  xmlns: "http://www.w3.org/2000/svg",
10338
10420
  width: size,
@@ -10364,7 +10446,7 @@ MenuFold.defaultProps = {
10364
10446
  size: '16'
10365
10447
  };
10366
10448
 
10367
- var loadingCircleStyle$3o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10449
+ var loadingCircleStyle$3q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10368
10450
 
10369
10451
  var List = function List(props) {
10370
10452
  var color = props.color,
@@ -10377,7 +10459,7 @@ var List = function List(props) {
10377
10459
  return /*#__PURE__*/React.createElement("span", {
10378
10460
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10379
10461
  }, /*#__PURE__*/React.createElement("style", {
10380
- children: loadingCircleStyle$3o
10462
+ children: loadingCircleStyle$3q
10381
10463
  }), /*#__PURE__*/React.createElement("svg", _extends({
10382
10464
  xmlns: "http://www.w3.org/2000/svg",
10383
10465
  width: size,
@@ -10409,7 +10491,7 @@ List.defaultProps = {
10409
10491
  size: '16'
10410
10492
  };
10411
10493
 
10412
- var loadingCircleStyle$3p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10494
+ var loadingCircleStyle$3r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10413
10495
 
10414
10496
  var ListNested = function ListNested(props) {
10415
10497
  var color = props.color,
@@ -10422,7 +10504,7 @@ var ListNested = function ListNested(props) {
10422
10504
  return /*#__PURE__*/React.createElement("span", {
10423
10505
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10424
10506
  }, /*#__PURE__*/React.createElement("style", {
10425
- children: loadingCircleStyle$3p
10507
+ children: loadingCircleStyle$3r
10426
10508
  }), /*#__PURE__*/React.createElement("svg", _extends({
10427
10509
  xmlns: "http://www.w3.org/2000/svg",
10428
10510
  width: size,
@@ -10456,7 +10538,7 @@ ListNested.defaultProps = {
10456
10538
  size: '16'
10457
10539
  };
10458
10540
 
10459
- var loadingCircleStyle$3q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10541
+ var loadingCircleStyle$3s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10460
10542
 
10461
10543
  var DoubleList = function DoubleList(props) {
10462
10544
  var color = props.color,
@@ -10469,7 +10551,7 @@ var DoubleList = function DoubleList(props) {
10469
10551
  return /*#__PURE__*/React.createElement("span", {
10470
10552
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10471
10553
  }, /*#__PURE__*/React.createElement("style", {
10472
- children: loadingCircleStyle$3q
10554
+ children: loadingCircleStyle$3s
10473
10555
  }), /*#__PURE__*/React.createElement("svg", _extends({
10474
10556
  xmlns: "http://www.w3.org/2000/svg",
10475
10557
  width: size,
@@ -10511,7 +10593,7 @@ DoubleList.defaultProps = {
10511
10593
  size: '16'
10512
10594
  };
10513
10595
 
10514
- var loadingCircleStyle$3r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10596
+ var loadingCircleStyle$3t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10515
10597
 
10516
10598
  var Download = function Download(props) {
10517
10599
  var color = props.color,
@@ -10524,7 +10606,7 @@ var Download = function Download(props) {
10524
10606
  return /*#__PURE__*/React.createElement("span", {
10525
10607
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10526
10608
  }, /*#__PURE__*/React.createElement("style", {
10527
- children: loadingCircleStyle$3r
10609
+ children: loadingCircleStyle$3t
10528
10610
  }), /*#__PURE__*/React.createElement("svg", _extends({
10529
10611
  xmlns: "http://www.w3.org/2000/svg",
10530
10612
  width: size,
@@ -10556,7 +10638,7 @@ Download.defaultProps = {
10556
10638
  size: '16'
10557
10639
  };
10558
10640
 
10559
- var loadingCircleStyle$3s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10641
+ var loadingCircleStyle$3u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10560
10642
 
10561
10643
  var FullDownload = function FullDownload(props) {
10562
10644
  var color = props.color,
@@ -10569,7 +10651,7 @@ var FullDownload = function FullDownload(props) {
10569
10651
  return /*#__PURE__*/React.createElement("span", {
10570
10652
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10571
10653
  }, /*#__PURE__*/React.createElement("style", {
10572
- children: loadingCircleStyle$3s
10654
+ children: loadingCircleStyle$3u
10573
10655
  }), /*#__PURE__*/React.createElement("svg", _extends({
10574
10656
  xmlns: "http://www.w3.org/2000/svg",
10575
10657
  width: size,
@@ -10603,7 +10685,7 @@ FullDownload.defaultProps = {
10603
10685
  size: '16'
10604
10686
  };
10605
10687
 
10606
- var loadingCircleStyle$3t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10688
+ var loadingCircleStyle$3v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10607
10689
 
10608
10690
  var Export = function Export(props) {
10609
10691
  var color = props.color,
@@ -10616,7 +10698,7 @@ var Export = function Export(props) {
10616
10698
  return /*#__PURE__*/React.createElement("span", {
10617
10699
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10618
10700
  }, /*#__PURE__*/React.createElement("style", {
10619
- children: loadingCircleStyle$3t
10701
+ children: loadingCircleStyle$3v
10620
10702
  }), /*#__PURE__*/React.createElement("svg", _extends({
10621
10703
  xmlns: "http://www.w3.org/2000/svg",
10622
10704
  width: size,
@@ -10650,7 +10732,7 @@ Export.defaultProps = {
10650
10732
  size: '16'
10651
10733
  };
10652
10734
 
10653
- var loadingCircleStyle$3u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10735
+ var loadingCircleStyle$3w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10654
10736
 
10655
10737
  var Import = function Import(props) {
10656
10738
  var color = props.color,
@@ -10663,7 +10745,7 @@ var Import = function Import(props) {
10663
10745
  return /*#__PURE__*/React.createElement("span", {
10664
10746
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10665
10747
  }, /*#__PURE__*/React.createElement("style", {
10666
- children: loadingCircleStyle$3u
10748
+ children: loadingCircleStyle$3w
10667
10749
  }), /*#__PURE__*/React.createElement("svg", _extends({
10668
10750
  xmlns: "http://www.w3.org/2000/svg",
10669
10751
  width: size,
@@ -10697,7 +10779,7 @@ Import.defaultProps = {
10697
10779
  size: '16'
10698
10780
  };
10699
10781
 
10700
- var loadingCircleStyle$3v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10782
+ var loadingCircleStyle$3x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10701
10783
 
10702
10784
  var Add1 = function Add1(props) {
10703
10785
  var color = props.color,
@@ -10710,7 +10792,7 @@ var Add1 = function Add1(props) {
10710
10792
  return /*#__PURE__*/React.createElement("span", {
10711
10793
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10712
10794
  }, /*#__PURE__*/React.createElement("style", {
10713
- children: loadingCircleStyle$3v
10795
+ children: loadingCircleStyle$3x
10714
10796
  }), /*#__PURE__*/React.createElement("svg", _extends({
10715
10797
  xmlns: "http://www.w3.org/2000/svg",
10716
10798
  width: size,
@@ -10742,7 +10824,7 @@ Add1.defaultProps = {
10742
10824
  size: '16'
10743
10825
  };
10744
10826
 
10745
- var loadingCircleStyle$3w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10827
+ var loadingCircleStyle$3y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10746
10828
 
10747
10829
  var Add2 = function Add2(props) {
10748
10830
  var color = props.color,
@@ -10755,7 +10837,7 @@ var Add2 = function Add2(props) {
10755
10837
  return /*#__PURE__*/React.createElement("span", {
10756
10838
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10757
10839
  }, /*#__PURE__*/React.createElement("style", {
10758
- children: loadingCircleStyle$3w
10840
+ children: loadingCircleStyle$3y
10759
10841
  }), /*#__PURE__*/React.createElement("svg", _extends({
10760
10842
  xmlns: "http://www.w3.org/2000/svg",
10761
10843
  width: size,
@@ -10787,7 +10869,7 @@ Add2.defaultProps = {
10787
10869
  size: '16'
10788
10870
  };
10789
10871
 
10790
- var loadingCircleStyle$3x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10872
+ var loadingCircleStyle$3z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10791
10873
 
10792
10874
  var Add3 = function Add3(props) {
10793
10875
  var color = props.color,
@@ -10800,7 +10882,7 @@ var Add3 = function Add3(props) {
10800
10882
  return /*#__PURE__*/React.createElement("span", {
10801
10883
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10802
10884
  }, /*#__PURE__*/React.createElement("style", {
10803
- children: loadingCircleStyle$3x
10885
+ children: loadingCircleStyle$3z
10804
10886
  }), /*#__PURE__*/React.createElement("svg", _extends({
10805
10887
  xmlns: "http://www.w3.org/2000/svg",
10806
10888
  width: size,
@@ -10832,7 +10914,7 @@ Add3.defaultProps = {
10832
10914
  size: '16'
10833
10915
  };
10834
10916
 
10835
- var loadingCircleStyle$3y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10917
+ var loadingCircleStyle$3A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10836
10918
 
10837
10919
  var Add3Fill = function Add3Fill(props) {
10838
10920
  var color = props.color,
@@ -10845,7 +10927,7 @@ var Add3Fill = function Add3Fill(props) {
10845
10927
  return /*#__PURE__*/React.createElement("span", {
10846
10928
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10847
10929
  }, /*#__PURE__*/React.createElement("style", {
10848
- children: loadingCircleStyle$3y
10930
+ children: loadingCircleStyle$3A
10849
10931
  }), /*#__PURE__*/React.createElement("svg", _extends({
10850
10932
  xmlns: "http://www.w3.org/2000/svg",
10851
10933
  width: size,
@@ -10877,7 +10959,7 @@ Add3Fill.defaultProps = {
10877
10959
  size: '16'
10878
10960
  };
10879
10961
 
10880
- var loadingCircleStyle$3z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10962
+ var loadingCircleStyle$3B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10881
10963
 
10882
10964
  var Subtract = function Subtract(props) {
10883
10965
  var color = props.color,
@@ -10890,7 +10972,7 @@ var Subtract = function Subtract(props) {
10890
10972
  return /*#__PURE__*/React.createElement("span", {
10891
10973
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10892
10974
  }, /*#__PURE__*/React.createElement("style", {
10893
- children: loadingCircleStyle$3z
10975
+ children: loadingCircleStyle$3B
10894
10976
  }), /*#__PURE__*/React.createElement("svg", _extends({
10895
10977
  xmlns: "http://www.w3.org/2000/svg",
10896
10978
  width: size,
@@ -10925,7 +11007,7 @@ Subtract.defaultProps = {
10925
11007
  size: '16'
10926
11008
  };
10927
11009
 
10928
- var loadingCircleStyle$3A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11010
+ var loadingCircleStyle$3C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10929
11011
 
10930
11012
  var Subtract2 = function Subtract2(props) {
10931
11013
  var color = props.color,
@@ -10938,7 +11020,7 @@ var Subtract2 = function Subtract2(props) {
10938
11020
  return /*#__PURE__*/React.createElement("span", {
10939
11021
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10940
11022
  }, /*#__PURE__*/React.createElement("style", {
10941
- children: loadingCircleStyle$3A
11023
+ children: loadingCircleStyle$3C
10942
11024
  }), /*#__PURE__*/React.createElement("svg", _extends({
10943
11025
  xmlns: "http://www.w3.org/2000/svg",
10944
11026
  width: size,
@@ -10974,7 +11056,7 @@ Subtract2.defaultProps = {
10974
11056
  size: '16'
10975
11057
  };
10976
11058
 
10977
- var loadingCircleStyle$3B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11059
+ var loadingCircleStyle$3D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10978
11060
 
10979
11061
  var Update = function Update(props) {
10980
11062
  var color = props.color,
@@ -10987,7 +11069,7 @@ var Update = function Update(props) {
10987
11069
  return /*#__PURE__*/React.createElement("span", {
10988
11070
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10989
11071
  }, /*#__PURE__*/React.createElement("style", {
10990
- children: loadingCircleStyle$3B
11072
+ children: loadingCircleStyle$3D
10991
11073
  }), /*#__PURE__*/React.createElement("svg", _extends({
10992
11074
  xmlns: "http://www.w3.org/2000/svg",
10993
11075
  width: size,
@@ -11019,7 +11101,7 @@ Update.defaultProps = {
11019
11101
  size: '16'
11020
11102
  };
11021
11103
 
11022
- var loadingCircleStyle$3C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11104
+ var loadingCircleStyle$3E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11023
11105
 
11024
11106
  var Rename = function Rename(props) {
11025
11107
  var color = props.color,
@@ -11032,7 +11114,7 @@ var Rename = function Rename(props) {
11032
11114
  return /*#__PURE__*/React.createElement("span", {
11033
11115
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11034
11116
  }, /*#__PURE__*/React.createElement("style", {
11035
- children: loadingCircleStyle$3C
11117
+ children: loadingCircleStyle$3E
11036
11118
  }), /*#__PURE__*/React.createElement("svg", _extends({
11037
11119
  xmlns: "http://www.w3.org/2000/svg",
11038
11120
  width: size,
@@ -11066,7 +11148,7 @@ Rename.defaultProps = {
11066
11148
  size: '16'
11067
11149
  };
11068
11150
 
11069
- var loadingCircleStyle$3D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11151
+ var loadingCircleStyle$3F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11070
11152
 
11071
11153
  var PlayCircle = function PlayCircle(props) {
11072
11154
  var color = props.color,
@@ -11079,7 +11161,7 @@ var PlayCircle = function PlayCircle(props) {
11079
11161
  return /*#__PURE__*/React.createElement("span", {
11080
11162
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11081
11163
  }, /*#__PURE__*/React.createElement("style", {
11082
- children: loadingCircleStyle$3D
11164
+ children: loadingCircleStyle$3F
11083
11165
  }), /*#__PURE__*/React.createElement("svg", _extends({
11084
11166
  xmlns: "http://www.w3.org/2000/svg",
11085
11167
  width: size,
@@ -11111,7 +11193,7 @@ PlayCircle.defaultProps = {
11111
11193
  size: '16'
11112
11194
  };
11113
11195
 
11114
- var loadingCircleStyle$3E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11196
+ var loadingCircleStyle$3G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11115
11197
 
11116
11198
  var PauseCircle = function PauseCircle(props) {
11117
11199
  var color = props.color,
@@ -11124,7 +11206,7 @@ var PauseCircle = function PauseCircle(props) {
11124
11206
  return /*#__PURE__*/React.createElement("span", {
11125
11207
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11126
11208
  }, /*#__PURE__*/React.createElement("style", {
11127
- children: loadingCircleStyle$3E
11209
+ children: loadingCircleStyle$3G
11128
11210
  }), /*#__PURE__*/React.createElement("svg", _extends({
11129
11211
  xmlns: "http://www.w3.org/2000/svg",
11130
11212
  width: size,
@@ -11156,7 +11238,7 @@ PauseCircle.defaultProps = {
11156
11238
  size: '16'
11157
11239
  };
11158
11240
 
11159
- var loadingCircleStyle$3F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11241
+ var loadingCircleStyle$3H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11160
11242
 
11161
11243
  var Report = function Report(props) {
11162
11244
  var color = props.color,
@@ -11169,7 +11251,7 @@ var Report = function Report(props) {
11169
11251
  return /*#__PURE__*/React.createElement("span", {
11170
11252
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11171
11253
  }, /*#__PURE__*/React.createElement("style", {
11172
- children: loadingCircleStyle$3F
11254
+ children: loadingCircleStyle$3H
11173
11255
  }), /*#__PURE__*/React.createElement("svg", _extends({
11174
11256
  xmlns: "http://www.w3.org/2000/svg",
11175
11257
  width: size,
@@ -11201,7 +11283,7 @@ Report.defaultProps = {
11201
11283
  size: '16'
11202
11284
  };
11203
11285
 
11204
- var loadingCircleStyle$3G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11286
+ var loadingCircleStyle$3I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11205
11287
 
11206
11288
  var ReportRemoval = function ReportRemoval(props) {
11207
11289
  var color = props.color,
@@ -11214,7 +11296,7 @@ var ReportRemoval = function ReportRemoval(props) {
11214
11296
  return /*#__PURE__*/React.createElement("span", {
11215
11297
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11216
11298
  }, /*#__PURE__*/React.createElement("style", {
11217
- children: loadingCircleStyle$3G
11299
+ children: loadingCircleStyle$3I
11218
11300
  }), /*#__PURE__*/React.createElement("svg", _extends({
11219
11301
  xmlns: "http://www.w3.org/2000/svg",
11220
11302
  width: size,
@@ -11254,7 +11336,7 @@ ReportRemoval.defaultProps = {
11254
11336
  size: '16'
11255
11337
  };
11256
11338
 
11257
- var loadingCircleStyle$3H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11339
+ var loadingCircleStyle$3J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11258
11340
 
11259
11341
  var FileAdd = function FileAdd(props) {
11260
11342
  var color = props.color,
@@ -11267,7 +11349,7 @@ var FileAdd = function FileAdd(props) {
11267
11349
  return /*#__PURE__*/React.createElement("span", {
11268
11350
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11269
11351
  }, /*#__PURE__*/React.createElement("style", {
11270
- children: loadingCircleStyle$3H
11352
+ children: loadingCircleStyle$3J
11271
11353
  }), /*#__PURE__*/React.createElement("svg", _extends({
11272
11354
  xmlns: "http://www.w3.org/2000/svg",
11273
11355
  width: size,
@@ -11299,7 +11381,7 @@ FileAdd.defaultProps = {
11299
11381
  size: '16'
11300
11382
  };
11301
11383
 
11302
- var loadingCircleStyle$3I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11384
+ var loadingCircleStyle$3K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11303
11385
 
11304
11386
  var FileRemove = function FileRemove(props) {
11305
11387
  var color = props.color,
@@ -11312,7 +11394,7 @@ var FileRemove = function FileRemove(props) {
11312
11394
  return /*#__PURE__*/React.createElement("span", {
11313
11395
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11314
11396
  }, /*#__PURE__*/React.createElement("style", {
11315
- children: loadingCircleStyle$3I
11397
+ children: loadingCircleStyle$3K
11316
11398
  }), /*#__PURE__*/React.createElement("svg", _extends({
11317
11399
  xmlns: "http://www.w3.org/2000/svg",
11318
11400
  width: size,
@@ -11346,7 +11428,7 @@ FileRemove.defaultProps = {
11346
11428
  size: '16'
11347
11429
  };
11348
11430
 
11349
- var loadingCircleStyle$3J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11431
+ var loadingCircleStyle$3L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11350
11432
 
11351
11433
  var FileExport = function FileExport(props) {
11352
11434
  var color = props.color,
@@ -11359,7 +11441,7 @@ var FileExport = function FileExport(props) {
11359
11441
  return /*#__PURE__*/React.createElement("span", {
11360
11442
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11361
11443
  }, /*#__PURE__*/React.createElement("style", {
11362
- children: loadingCircleStyle$3J
11444
+ children: loadingCircleStyle$3L
11363
11445
  }), /*#__PURE__*/React.createElement("svg", _extends({
11364
11446
  xmlns: "http://www.w3.org/2000/svg",
11365
11447
  width: size,
@@ -11391,7 +11473,7 @@ FileExport.defaultProps = {
11391
11473
  size: '16'
11392
11474
  };
11393
11475
 
11394
- var loadingCircleStyle$3K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11476
+ var loadingCircleStyle$3M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11395
11477
 
11396
11478
  var FileMove = function FileMove(props) {
11397
11479
  var color = props.color,
@@ -11404,7 +11486,7 @@ var FileMove = function FileMove(props) {
11404
11486
  return /*#__PURE__*/React.createElement("span", {
11405
11487
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11406
11488
  }, /*#__PURE__*/React.createElement("style", {
11407
- children: loadingCircleStyle$3K
11489
+ children: loadingCircleStyle$3M
11408
11490
  }), /*#__PURE__*/React.createElement("svg", _extends({
11409
11491
  xmlns: "http://www.w3.org/2000/svg",
11410
11492
  width: size,
@@ -11436,7 +11518,7 @@ FileMove.defaultProps = {
11436
11518
  size: '16'
11437
11519
  };
11438
11520
 
11439
- var loadingCircleStyle$3L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11521
+ var loadingCircleStyle$3N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11440
11522
 
11441
11523
  var FileImport = function FileImport(props) {
11442
11524
  var color = props.color,
@@ -11449,7 +11531,7 @@ var FileImport = function FileImport(props) {
11449
11531
  return /*#__PURE__*/React.createElement("span", {
11450
11532
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11451
11533
  }, /*#__PURE__*/React.createElement("style", {
11452
- children: loadingCircleStyle$3L
11534
+ children: loadingCircleStyle$3N
11453
11535
  }), /*#__PURE__*/React.createElement("svg", _extends({
11454
11536
  xmlns: "http://www.w3.org/2000/svg",
11455
11537
  width: size,
@@ -11481,7 +11563,7 @@ FileImport.defaultProps = {
11481
11563
  size: '16'
11482
11564
  };
11483
11565
 
11484
- var loadingCircleStyle$3M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11566
+ var loadingCircleStyle$3O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11485
11567
 
11486
11568
  var FileInfo = function FileInfo(props) {
11487
11569
  var color = props.color,
@@ -11494,7 +11576,7 @@ var FileInfo = function FileInfo(props) {
11494
11576
  return /*#__PURE__*/React.createElement("span", {
11495
11577
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11496
11578
  }, /*#__PURE__*/React.createElement("style", {
11497
- children: loadingCircleStyle$3M
11579
+ children: loadingCircleStyle$3O
11498
11580
  }), /*#__PURE__*/React.createElement("svg", _extends({
11499
11581
  xmlns: "http://www.w3.org/2000/svg",
11500
11582
  width: size,
@@ -11526,7 +11608,7 @@ FileInfo.defaultProps = {
11526
11608
  size: '16'
11527
11609
  };
11528
11610
 
11529
- var loadingCircleStyle$3N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11611
+ var loadingCircleStyle$3P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11530
11612
 
11531
11613
  var FileConvert = function FileConvert(props) {
11532
11614
  var color = props.color,
@@ -11539,7 +11621,7 @@ var FileConvert = function FileConvert(props) {
11539
11621
  return /*#__PURE__*/React.createElement("span", {
11540
11622
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11541
11623
  }, /*#__PURE__*/React.createElement("style", {
11542
- children: loadingCircleStyle$3N
11624
+ children: loadingCircleStyle$3P
11543
11625
  }), /*#__PURE__*/React.createElement("svg", _extends({
11544
11626
  xmlns: "http://www.w3.org/2000/svg",
11545
11627
  width: size,
@@ -11577,7 +11659,7 @@ FileConvert.defaultProps = {
11577
11659
  size: '16'
11578
11660
  };
11579
11661
 
11580
- var loadingCircleStyle$3O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11662
+ var loadingCircleStyle$3Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11581
11663
 
11582
11664
  var AssetConvert = function AssetConvert(props) {
11583
11665
  var color = props.color,
@@ -11590,7 +11672,7 @@ var AssetConvert = function AssetConvert(props) {
11590
11672
  return /*#__PURE__*/React.createElement("span", {
11591
11673
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11592
11674
  }, /*#__PURE__*/React.createElement("style", {
11593
- children: loadingCircleStyle$3O
11675
+ children: loadingCircleStyle$3Q
11594
11676
  }), /*#__PURE__*/React.createElement("svg", _extends({
11595
11677
  xmlns: "http://www.w3.org/2000/svg",
11596
11678
  width: size,
@@ -11628,7 +11710,7 @@ AssetConvert.defaultProps = {
11628
11710
  size: '16'
11629
11711
  };
11630
11712
 
11631
- var loadingCircleStyle$3P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11713
+ var loadingCircleStyle$3R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11632
11714
 
11633
11715
  var FileLock = function FileLock(props) {
11634
11716
  var color = props.color,
@@ -11641,7 +11723,7 @@ var FileLock = function FileLock(props) {
11641
11723
  return /*#__PURE__*/React.createElement("span", {
11642
11724
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11643
11725
  }, /*#__PURE__*/React.createElement("style", {
11644
- children: loadingCircleStyle$3P
11726
+ children: loadingCircleStyle$3R
11645
11727
  }), /*#__PURE__*/React.createElement("svg", _extends({
11646
11728
  xmlns: "http://www.w3.org/2000/svg",
11647
11729
  width: size,
@@ -11673,7 +11755,7 @@ FileLock.defaultProps = {
11673
11755
  size: '16'
11674
11756
  };
11675
11757
 
11676
- var loadingCircleStyle$3Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11758
+ var loadingCircleStyle$3S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11677
11759
 
11678
11760
  var FilePdf = function FilePdf(props) {
11679
11761
  var color = props.color,
@@ -11686,7 +11768,7 @@ var FilePdf = function FilePdf(props) {
11686
11768
  return /*#__PURE__*/React.createElement("span", {
11687
11769
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11688
11770
  }, /*#__PURE__*/React.createElement("style", {
11689
- children: loadingCircleStyle$3Q
11771
+ children: loadingCircleStyle$3S
11690
11772
  }), /*#__PURE__*/React.createElement("svg", _extends({
11691
11773
  xmlns: "http://www.w3.org/2000/svg",
11692
11774
  width: size,
@@ -11718,7 +11800,7 @@ FilePdf.defaultProps = {
11718
11800
  size: '16'
11719
11801
  };
11720
11802
 
11721
- var loadingCircleStyle$3R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11803
+ var loadingCircleStyle$3T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11722
11804
 
11723
11805
  var Detail = function Detail(props) {
11724
11806
  var color = props.color,
@@ -11731,7 +11813,7 @@ var Detail = function Detail(props) {
11731
11813
  return /*#__PURE__*/React.createElement("span", {
11732
11814
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11733
11815
  }, /*#__PURE__*/React.createElement("style", {
11734
- children: loadingCircleStyle$3R
11816
+ children: loadingCircleStyle$3T
11735
11817
  }), /*#__PURE__*/React.createElement("svg", _extends({
11736
11818
  xmlns: "http://www.w3.org/2000/svg",
11737
11819
  width: size,
@@ -11763,7 +11845,7 @@ Detail.defaultProps = {
11763
11845
  size: '16'
11764
11846
  };
11765
11847
 
11766
- var loadingCircleStyle$3S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11848
+ var loadingCircleStyle$3U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11767
11849
 
11768
11850
  var MessageCenter = function MessageCenter(props) {
11769
11851
  var color = props.color,
@@ -11776,7 +11858,7 @@ var MessageCenter = function MessageCenter(props) {
11776
11858
  return /*#__PURE__*/React.createElement("span", {
11777
11859
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11778
11860
  }, /*#__PURE__*/React.createElement("style", {
11779
- children: loadingCircleStyle$3S
11861
+ children: loadingCircleStyle$3U
11780
11862
  }), /*#__PURE__*/React.createElement("svg", _extends({
11781
11863
  xmlns: "http://www.w3.org/2000/svg",
11782
11864
  width: size,
@@ -11816,7 +11898,7 @@ MessageCenter.defaultProps = {
11816
11898
  size: '16'
11817
11899
  };
11818
11900
 
11819
- var loadingCircleStyle$3T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11901
+ var loadingCircleStyle$3V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11820
11902
 
11821
11903
  var SystemMsg = function SystemMsg(props) {
11822
11904
  var color = props.color,
@@ -11829,7 +11911,7 @@ var SystemMsg = function SystemMsg(props) {
11829
11911
  return /*#__PURE__*/React.createElement("span", {
11830
11912
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11831
11913
  }, /*#__PURE__*/React.createElement("style", {
11832
- children: loadingCircleStyle$3T
11914
+ children: loadingCircleStyle$3V
11833
11915
  }), /*#__PURE__*/React.createElement("svg", _extends({
11834
11916
  xmlns: "http://www.w3.org/2000/svg",
11835
11917
  width: size,
@@ -11867,7 +11949,7 @@ SystemMsg.defaultProps = {
11867
11949
  size: '16'
11868
11950
  };
11869
11951
 
11870
- var loadingCircleStyle$3U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11952
+ var loadingCircleStyle$3W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11871
11953
 
11872
11954
  var Comment = function Comment(props) {
11873
11955
  var color = props.color,
@@ -11880,7 +11962,7 @@ var Comment = function Comment(props) {
11880
11962
  return /*#__PURE__*/React.createElement("span", {
11881
11963
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11882
11964
  }, /*#__PURE__*/React.createElement("style", {
11883
- children: loadingCircleStyle$3U
11965
+ children: loadingCircleStyle$3W
11884
11966
  }), /*#__PURE__*/React.createElement("svg", _extends({
11885
11967
  xmlns: "http://www.w3.org/2000/svg",
11886
11968
  width: size,
@@ -11916,7 +11998,7 @@ Comment.defaultProps = {
11916
11998
  size: '16'
11917
11999
  };
11918
12000
 
11919
- var loadingCircleStyle$3V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12001
+ var loadingCircleStyle$3X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11920
12002
 
11921
12003
  var Book = function Book(props) {
11922
12004
  var color = props.color,
@@ -11929,7 +12011,7 @@ var Book = function Book(props) {
11929
12011
  return /*#__PURE__*/React.createElement("span", {
11930
12012
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11931
12013
  }, /*#__PURE__*/React.createElement("style", {
11932
- children: loadingCircleStyle$3V
12014
+ children: loadingCircleStyle$3X
11933
12015
  }), /*#__PURE__*/React.createElement("svg", _extends({
11934
12016
  xmlns: "http://www.w3.org/2000/svg",
11935
12017
  width: size,
@@ -11961,7 +12043,7 @@ Book.defaultProps = {
11961
12043
  size: '16'
11962
12044
  };
11963
12045
 
11964
- var loadingCircleStyle$3W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12046
+ var loadingCircleStyle$3Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11965
12047
 
11966
12048
  var Book2 = function Book2(props) {
11967
12049
  var color = props.color,
@@ -11974,7 +12056,7 @@ var Book2 = function Book2(props) {
11974
12056
  return /*#__PURE__*/React.createElement("span", {
11975
12057
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11976
12058
  }, /*#__PURE__*/React.createElement("style", {
11977
- children: loadingCircleStyle$3W
12059
+ children: loadingCircleStyle$3Y
11978
12060
  }), /*#__PURE__*/React.createElement("svg", _extends({
11979
12061
  xmlns: "http://www.w3.org/2000/svg",
11980
12062
  width: size,
@@ -12006,7 +12088,7 @@ Book2.defaultProps = {
12006
12088
  size: '16'
12007
12089
  };
12008
12090
 
12009
- var loadingCircleStyle$3X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12091
+ var loadingCircleStyle$3Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12010
12092
 
12011
12093
  var Sticker = function Sticker(props) {
12012
12094
  var color = props.color,
@@ -12019,7 +12101,7 @@ var Sticker = function Sticker(props) {
12019
12101
  return /*#__PURE__*/React.createElement("span", {
12020
12102
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12021
12103
  }, /*#__PURE__*/React.createElement("style", {
12022
- children: loadingCircleStyle$3X
12104
+ children: loadingCircleStyle$3Z
12023
12105
  }), /*#__PURE__*/React.createElement("svg", _extends({
12024
12106
  xmlns: "http://www.w3.org/2000/svg",
12025
12107
  width: size,
@@ -12051,7 +12133,7 @@ Sticker.defaultProps = {
12051
12133
  size: '16'
12052
12134
  };
12053
12135
 
12054
- var loadingCircleStyle$3Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12136
+ var loadingCircleStyle$3_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12055
12137
 
12056
12138
  var StickerFill = function StickerFill(props) {
12057
12139
  var color = props.color,
@@ -12064,7 +12146,7 @@ var StickerFill = function StickerFill(props) {
12064
12146
  return /*#__PURE__*/React.createElement("span", {
12065
12147
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12066
12148
  }, /*#__PURE__*/React.createElement("style", {
12067
- children: loadingCircleStyle$3Y
12149
+ children: loadingCircleStyle$3_
12068
12150
  }), /*#__PURE__*/React.createElement("svg", _extends({
12069
12151
  xmlns: "http://www.w3.org/2000/svg",
12070
12152
  width: size,
@@ -12096,7 +12178,7 @@ StickerFill.defaultProps = {
12096
12178
  size: '16'
12097
12179
  };
12098
12180
 
12099
- var loadingCircleStyle$3Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12181
+ var loadingCircleStyle$3$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12100
12182
 
12101
12183
  var EventSm = function EventSm(props) {
12102
12184
  var color = props.color,
@@ -12109,7 +12191,7 @@ var EventSm = function EventSm(props) {
12109
12191
  return /*#__PURE__*/React.createElement("span", {
12110
12192
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12111
12193
  }, /*#__PURE__*/React.createElement("style", {
12112
- children: loadingCircleStyle$3Z
12194
+ children: loadingCircleStyle$3$
12113
12195
  }), /*#__PURE__*/React.createElement("svg", _extends({
12114
12196
  xmlns: "http://www.w3.org/2000/svg",
12115
12197
  width: size,
@@ -12141,7 +12223,7 @@ EventSm.defaultProps = {
12141
12223
  size: '16'
12142
12224
  };
12143
12225
 
12144
- var loadingCircleStyle$3_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12226
+ var loadingCircleStyle$40 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12145
12227
 
12146
12228
  var EPropertySm = function EPropertySm(props) {
12147
12229
  var color = props.color,
@@ -12154,7 +12236,7 @@ var EPropertySm = function EPropertySm(props) {
12154
12236
  return /*#__PURE__*/React.createElement("span", {
12155
12237
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12156
12238
  }, /*#__PURE__*/React.createElement("style", {
12157
- children: loadingCircleStyle$3_
12239
+ children: loadingCircleStyle$40
12158
12240
  }), /*#__PURE__*/React.createElement("svg", _extends({
12159
12241
  xmlns: "http://www.w3.org/2000/svg",
12160
12242
  width: size,
@@ -12194,7 +12276,56 @@ EPropertySm.defaultProps = {
12194
12276
  size: '16'
12195
12277
  };
12196
12278
 
12197
- var loadingCircleStyle$3$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12279
+ var loadingCircleStyle$41 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12280
+
12281
+ var IndicatorSm = function IndicatorSm(props) {
12282
+ var color = props.color,
12283
+ size = props.size,
12284
+ spin = props.spin,
12285
+ style = props.style,
12286
+ className = props.className,
12287
+ otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className"]);
12288
+
12289
+ return /*#__PURE__*/React.createElement("span", {
12290
+ className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12291
+ }, /*#__PURE__*/React.createElement("style", {
12292
+ children: loadingCircleStyle$41
12293
+ }), /*#__PURE__*/React.createElement("svg", _extends({
12294
+ xmlns: "http://www.w3.org/2000/svg",
12295
+ width: size,
12296
+ height: size,
12297
+ viewBox: "0 0 16 16",
12298
+ fill: color
12299
+ }, otherProps, {
12300
+ style: _objectSpread2(_objectSpread2(_objectSpread2({}, style), spin ? {
12301
+ animationDuration: '1s',
12302
+ animationIterationCount: 'infinite',
12303
+ animationName: 'loadingCircle',
12304
+ animationTimingFunction: 'linear'
12305
+ } : {}), {}, {
12306
+ cursor: 'pointer'
12307
+ })
12308
+ }), /*#__PURE__*/React.createElement("path", {
12309
+ d: "M3.796 11.15a.3.3 0 01-.11-.41l1.85-3.204a.5.5 0 01.683-.183l2.598 1.5 1.375-2.382L8.75 5.64l3-.866.75 3.03-1.442-.832-1.625 2.815a.5.5 0 01-.683.183l-2.598-1.5-1.6 2.771a.3.3 0 01-.41.11l-.346-.2z"
12310
+ }), /*#__PURE__*/React.createElement("path", {
12311
+ fillRule: "evenodd",
12312
+ clipRule: "evenodd",
12313
+ d: "M3 1a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2V3a2 2 0 00-2-2H3zM2 13V3a1 1 0 011-1h10a1 1 0 011 1v10a1 1 0 01-1 1H3a1 1 0 01-1-1z"
12314
+ })));
12315
+ };
12316
+
12317
+ IndicatorSm.propTypes = {
12318
+ spin: PropTypes.bool,
12319
+ color: PropTypes.string,
12320
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
12321
+ };
12322
+ IndicatorSm.defaultProps = {
12323
+ spin: false,
12324
+ color: 'currentColor',
12325
+ size: '16'
12326
+ };
12327
+
12328
+ var loadingCircleStyle$42 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12198
12329
 
12199
12330
  var UPropertySm = function UPropertySm(props) {
12200
12331
  var color = props.color,
@@ -12207,7 +12338,7 @@ var UPropertySm = function UPropertySm(props) {
12207
12338
  return /*#__PURE__*/React.createElement("span", {
12208
12339
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12209
12340
  }, /*#__PURE__*/React.createElement("style", {
12210
- children: loadingCircleStyle$3$
12341
+ children: loadingCircleStyle$42
12211
12342
  }), /*#__PURE__*/React.createElement("svg", _extends({
12212
12343
  xmlns: "http://www.w3.org/2000/svg",
12213
12344
  width: size,
@@ -12245,7 +12376,7 @@ UPropertySm.defaultProps = {
12245
12376
  size: '16'
12246
12377
  };
12247
12378
 
12248
- var loadingCircleStyle$40 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12379
+ var loadingCircleStyle$43 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12249
12380
 
12250
12381
  var UGroupSm = function UGroupSm(props) {
12251
12382
  var color = props.color,
@@ -12258,7 +12389,7 @@ var UGroupSm = function UGroupSm(props) {
12258
12389
  return /*#__PURE__*/React.createElement("span", {
12259
12390
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12260
12391
  }, /*#__PURE__*/React.createElement("style", {
12261
- children: loadingCircleStyle$40
12392
+ children: loadingCircleStyle$43
12262
12393
  }), /*#__PURE__*/React.createElement("svg", _extends({
12263
12394
  xmlns: "http://www.w3.org/2000/svg",
12264
12395
  width: size,
@@ -12304,7 +12435,7 @@ UGroupSm.defaultProps = {
12304
12435
  size: '16'
12305
12436
  };
12306
12437
 
12307
- var loadingCircleStyle$41 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12438
+ var loadingCircleStyle$44 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12308
12439
 
12309
12440
  var UTagSm = function UTagSm(props) {
12310
12441
  var color = props.color,
@@ -12317,7 +12448,7 @@ var UTagSm = function UTagSm(props) {
12317
12448
  return /*#__PURE__*/React.createElement("span", {
12318
12449
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12319
12450
  }, /*#__PURE__*/React.createElement("style", {
12320
- children: loadingCircleStyle$41
12451
+ children: loadingCircleStyle$44
12321
12452
  }), /*#__PURE__*/React.createElement("svg", _extends({
12322
12453
  xmlns: "http://www.w3.org/2000/svg",
12323
12454
  width: size,
@@ -12353,7 +12484,7 @@ UTagSm.defaultProps = {
12353
12484
  size: '16'
12354
12485
  };
12355
12486
 
12356
- var loadingCircleStyle$42 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12487
+ var loadingCircleStyle$45 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12357
12488
 
12358
12489
  var AllGroupSm = function AllGroupSm(props) {
12359
12490
  var color = props.color,
@@ -12366,7 +12497,7 @@ var AllGroupSm = function AllGroupSm(props) {
12366
12497
  return /*#__PURE__*/React.createElement("span", {
12367
12498
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12368
12499
  }, /*#__PURE__*/React.createElement("style", {
12369
- children: loadingCircleStyle$42
12500
+ children: loadingCircleStyle$45
12370
12501
  }), /*#__PURE__*/React.createElement("svg", _extends({
12371
12502
  xmlns: "http://www.w3.org/2000/svg",
12372
12503
  width: size,
@@ -12404,7 +12535,7 @@ AllGroupSm.defaultProps = {
12404
12535
  size: '16'
12405
12536
  };
12406
12537
 
12407
- var loadingCircleStyle$43 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12538
+ var loadingCircleStyle$46 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12408
12539
 
12409
12540
  var CalendarSm = function CalendarSm(props) {
12410
12541
  var color = props.color,
@@ -12417,7 +12548,7 @@ var CalendarSm = function CalendarSm(props) {
12417
12548
  return /*#__PURE__*/React.createElement("span", {
12418
12549
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12419
12550
  }, /*#__PURE__*/React.createElement("style", {
12420
- children: loadingCircleStyle$43
12551
+ children: loadingCircleStyle$46
12421
12552
  }), /*#__PURE__*/React.createElement("svg", _extends({
12422
12553
  xmlns: "http://www.w3.org/2000/svg",
12423
12554
  width: size,
@@ -12449,7 +12580,7 @@ CalendarSm.defaultProps = {
12449
12580
  size: '16'
12450
12581
  };
12451
12582
 
12452
- var loadingCircleStyle$44 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12583
+ var loadingCircleStyle$47 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12453
12584
 
12454
12585
  var GroupAddSm = function GroupAddSm(props) {
12455
12586
  var color = props.color,
@@ -12462,7 +12593,7 @@ var GroupAddSm = function GroupAddSm(props) {
12462
12593
  return /*#__PURE__*/React.createElement("span", {
12463
12594
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12464
12595
  }, /*#__PURE__*/React.createElement("style", {
12465
- children: loadingCircleStyle$44
12596
+ children: loadingCircleStyle$47
12466
12597
  }), /*#__PURE__*/React.createElement("svg", _extends({
12467
12598
  xmlns: "http://www.w3.org/2000/svg",
12468
12599
  width: size,
@@ -12500,7 +12631,7 @@ GroupAddSm.defaultProps = {
12500
12631
  size: '16'
12501
12632
  };
12502
12633
 
12503
- var loadingCircleStyle$45 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12634
+ var loadingCircleStyle$48 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12504
12635
 
12505
12636
  var BooleanSm = function BooleanSm(props) {
12506
12637
  var color = props.color,
@@ -12513,7 +12644,7 @@ var BooleanSm = function BooleanSm(props) {
12513
12644
  return /*#__PURE__*/React.createElement("span", {
12514
12645
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12515
12646
  }, /*#__PURE__*/React.createElement("style", {
12516
- children: loadingCircleStyle$45
12647
+ children: loadingCircleStyle$48
12517
12648
  }), /*#__PURE__*/React.createElement("svg", _extends({
12518
12649
  xmlns: "http://www.w3.org/2000/svg",
12519
12650
  width: size,
@@ -12547,7 +12678,7 @@ BooleanSm.defaultProps = {
12547
12678
  size: '16'
12548
12679
  };
12549
12680
 
12550
- var loadingCircleStyle$46 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12681
+ var loadingCircleStyle$49 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12551
12682
 
12552
12683
  var ListSm = function ListSm(props) {
12553
12684
  var color = props.color,
@@ -12560,7 +12691,7 @@ var ListSm = function ListSm(props) {
12560
12691
  return /*#__PURE__*/React.createElement("span", {
12561
12692
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12562
12693
  }, /*#__PURE__*/React.createElement("style", {
12563
- children: loadingCircleStyle$46
12694
+ children: loadingCircleStyle$49
12564
12695
  }), /*#__PURE__*/React.createElement("svg", _extends({
12565
12696
  xmlns: "http://www.w3.org/2000/svg",
12566
12697
  width: size,
@@ -12602,7 +12733,7 @@ ListSm.defaultProps = {
12602
12733
  size: '16'
12603
12734
  };
12604
12735
 
12605
- var loadingCircleStyle$47 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12736
+ var loadingCircleStyle$4a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12606
12737
 
12607
12738
  var ArrayRowsSm = function ArrayRowsSm(props) {
12608
12739
  var color = props.color,
@@ -12615,7 +12746,7 @@ var ArrayRowsSm = function ArrayRowsSm(props) {
12615
12746
  return /*#__PURE__*/React.createElement("span", {
12616
12747
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12617
12748
  }, /*#__PURE__*/React.createElement("style", {
12618
- children: loadingCircleStyle$47
12749
+ children: loadingCircleStyle$4a
12619
12750
  }), /*#__PURE__*/React.createElement("svg", _extends({
12620
12751
  xmlns: "http://www.w3.org/2000/svg",
12621
12752
  width: size,
@@ -12649,7 +12780,7 @@ ArrayRowsSm.defaultProps = {
12649
12780
  size: '16'
12650
12781
  };
12651
12782
 
12652
- var loadingCircleStyle$48 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12783
+ var loadingCircleStyle$4b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12653
12784
 
12654
12785
  var RowsSm = function RowsSm(props) {
12655
12786
  var color = props.color,
@@ -12662,7 +12793,7 @@ var RowsSm = function RowsSm(props) {
12662
12793
  return /*#__PURE__*/React.createElement("span", {
12663
12794
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12664
12795
  }, /*#__PURE__*/React.createElement("style", {
12665
- children: loadingCircleStyle$48
12796
+ children: loadingCircleStyle$4b
12666
12797
  }), /*#__PURE__*/React.createElement("svg", _extends({
12667
12798
  xmlns: "http://www.w3.org/2000/svg",
12668
12799
  width: size,
@@ -12704,7 +12835,7 @@ RowsSm.defaultProps = {
12704
12835
  size: '16'
12705
12836
  };
12706
12837
 
12707
- var loadingCircleStyle$49 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12838
+ var loadingCircleStyle$4c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12708
12839
 
12709
12840
  var VPropertySm = function VPropertySm(props) {
12710
12841
  var color = props.color,
@@ -12717,7 +12848,7 @@ var VPropertySm = function VPropertySm(props) {
12717
12848
  return /*#__PURE__*/React.createElement("span", {
12718
12849
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12719
12850
  }, /*#__PURE__*/React.createElement("style", {
12720
- children: loadingCircleStyle$49
12851
+ children: loadingCircleStyle$4c
12721
12852
  }), /*#__PURE__*/React.createElement("svg", _extends({
12722
12853
  xmlns: "http://www.w3.org/2000/svg",
12723
12854
  width: size,
@@ -12755,7 +12886,7 @@ VPropertySm.defaultProps = {
12755
12886
  size: '16'
12756
12887
  };
12757
12888
 
12758
- var loadingCircleStyle$4a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12889
+ var loadingCircleStyle$4d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12759
12890
 
12760
12891
  var StringSm = function StringSm(props) {
12761
12892
  var color = props.color,
@@ -12768,7 +12899,7 @@ var StringSm = function StringSm(props) {
12768
12899
  return /*#__PURE__*/React.createElement("span", {
12769
12900
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12770
12901
  }, /*#__PURE__*/React.createElement("style", {
12771
- children: loadingCircleStyle$4a
12902
+ children: loadingCircleStyle$4d
12772
12903
  }), /*#__PURE__*/React.createElement("svg", _extends({
12773
12904
  xmlns: "http://www.w3.org/2000/svg",
12774
12905
  width: size,
@@ -12802,7 +12933,7 @@ StringSm.defaultProps = {
12802
12933
  size: '16'
12803
12934
  };
12804
12935
 
12805
- var loadingCircleStyle$4b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12936
+ var loadingCircleStyle$4e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12806
12937
 
12807
12938
  var NumSm = function NumSm(props) {
12808
12939
  var color = props.color,
@@ -12815,7 +12946,7 @@ var NumSm = function NumSm(props) {
12815
12946
  return /*#__PURE__*/React.createElement("span", {
12816
12947
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12817
12948
  }, /*#__PURE__*/React.createElement("style", {
12818
- children: loadingCircleStyle$4b
12949
+ children: loadingCircleStyle$4e
12819
12950
  }), /*#__PURE__*/React.createElement("svg", _extends({
12820
12951
  xmlns: "http://www.w3.org/2000/svg",
12821
12952
  width: size,
@@ -12849,7 +12980,7 @@ NumSm.defaultProps = {
12849
12980
  size: '16'
12850
12981
  };
12851
12982
 
12852
- var loadingCircleStyle$4c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12983
+ var loadingCircleStyle$4f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12853
12984
 
12854
12985
  var TimeSm = function TimeSm(props) {
12855
12986
  var color = props.color,
@@ -12862,7 +12993,7 @@ var TimeSm = function TimeSm(props) {
12862
12993
  return /*#__PURE__*/React.createElement("span", {
12863
12994
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12864
12995
  }, /*#__PURE__*/React.createElement("style", {
12865
- children: loadingCircleStyle$4c
12996
+ children: loadingCircleStyle$4f
12866
12997
  }), /*#__PURE__*/React.createElement("svg", _extends({
12867
12998
  xmlns: "http://www.w3.org/2000/svg",
12868
12999
  width: size,
@@ -12896,7 +13027,7 @@ TimeSm.defaultProps = {
12896
13027
  size: '16'
12897
13028
  };
12898
13029
 
12899
- var loadingCircleStyle$4d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13030
+ var loadingCircleStyle$4g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12900
13031
 
12901
13032
  var ArrowLeft = function ArrowLeft(props) {
12902
13033
  var color = props.color,
@@ -12909,7 +13040,7 @@ var ArrowLeft = function ArrowLeft(props) {
12909
13040
  return /*#__PURE__*/React.createElement("span", {
12910
13041
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12911
13042
  }, /*#__PURE__*/React.createElement("style", {
12912
- children: loadingCircleStyle$4d
13043
+ children: loadingCircleStyle$4g
12913
13044
  }), /*#__PURE__*/React.createElement("svg", _extends({
12914
13045
  xmlns: "http://www.w3.org/2000/svg",
12915
13046
  width: size,
@@ -12941,7 +13072,7 @@ ArrowLeft.defaultProps = {
12941
13072
  size: '16'
12942
13073
  };
12943
13074
 
12944
- var loadingCircleStyle$4e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13075
+ var loadingCircleStyle$4h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12945
13076
 
12946
13077
  var ArrowRight = function ArrowRight(props) {
12947
13078
  var color = props.color,
@@ -12954,7 +13085,7 @@ var ArrowRight = function ArrowRight(props) {
12954
13085
  return /*#__PURE__*/React.createElement("span", {
12955
13086
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12956
13087
  }, /*#__PURE__*/React.createElement("style", {
12957
- children: loadingCircleStyle$4e
13088
+ children: loadingCircleStyle$4h
12958
13089
  }), /*#__PURE__*/React.createElement("svg", _extends({
12959
13090
  xmlns: "http://www.w3.org/2000/svg",
12960
13091
  width: size,
@@ -12986,7 +13117,7 @@ ArrowRight.defaultProps = {
12986
13117
  size: '16'
12987
13118
  };
12988
13119
 
12989
- var loadingCircleStyle$4f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13120
+ var loadingCircleStyle$4i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12990
13121
 
12991
13122
  var ArrowUp = function ArrowUp(props) {
12992
13123
  var color = props.color,
@@ -12999,7 +13130,7 @@ var ArrowUp = function ArrowUp(props) {
12999
13130
  return /*#__PURE__*/React.createElement("span", {
13000
13131
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13001
13132
  }, /*#__PURE__*/React.createElement("style", {
13002
- children: loadingCircleStyle$4f
13133
+ children: loadingCircleStyle$4i
13003
13134
  }), /*#__PURE__*/React.createElement("svg", _extends({
13004
13135
  xmlns: "http://www.w3.org/2000/svg",
13005
13136
  width: size,
@@ -13031,7 +13162,7 @@ ArrowUp.defaultProps = {
13031
13162
  size: '16'
13032
13163
  };
13033
13164
 
13034
- var loadingCircleStyle$4g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13165
+ var loadingCircleStyle$4j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13035
13166
 
13036
13167
  var ArrowDown = function ArrowDown(props) {
13037
13168
  var color = props.color,
@@ -13044,7 +13175,7 @@ var ArrowDown = function ArrowDown(props) {
13044
13175
  return /*#__PURE__*/React.createElement("span", {
13045
13176
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13046
13177
  }, /*#__PURE__*/React.createElement("style", {
13047
- children: loadingCircleStyle$4g
13178
+ children: loadingCircleStyle$4j
13048
13179
  }), /*#__PURE__*/React.createElement("svg", _extends({
13049
13180
  xmlns: "http://www.w3.org/2000/svg",
13050
13181
  width: size,
@@ -13076,7 +13207,7 @@ ArrowDown.defaultProps = {
13076
13207
  size: '16'
13077
13208
  };
13078
13209
 
13079
- var loadingCircleStyle$4h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13210
+ var loadingCircleStyle$4k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13080
13211
 
13081
13212
  var ArrowLeft2 = function ArrowLeft2(props) {
13082
13213
  var color = props.color,
@@ -13089,7 +13220,7 @@ var ArrowLeft2 = function ArrowLeft2(props) {
13089
13220
  return /*#__PURE__*/React.createElement("span", {
13090
13221
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13091
13222
  }, /*#__PURE__*/React.createElement("style", {
13092
- children: loadingCircleStyle$4h
13223
+ children: loadingCircleStyle$4k
13093
13224
  }), /*#__PURE__*/React.createElement("svg", _extends({
13094
13225
  xmlns: "http://www.w3.org/2000/svg",
13095
13226
  width: size,
@@ -13121,7 +13252,7 @@ ArrowLeft2.defaultProps = {
13121
13252
  size: '16'
13122
13253
  };
13123
13254
 
13124
- var loadingCircleStyle$4i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13255
+ var loadingCircleStyle$4l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13125
13256
 
13126
13257
  var ArrowRight2 = function ArrowRight2(props) {
13127
13258
  var color = props.color,
@@ -13134,7 +13265,7 @@ var ArrowRight2 = function ArrowRight2(props) {
13134
13265
  return /*#__PURE__*/React.createElement("span", {
13135
13266
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13136
13267
  }, /*#__PURE__*/React.createElement("style", {
13137
- children: loadingCircleStyle$4i
13268
+ children: loadingCircleStyle$4l
13138
13269
  }), /*#__PURE__*/React.createElement("svg", _extends({
13139
13270
  xmlns: "http://www.w3.org/2000/svg",
13140
13271
  width: size,
@@ -13166,7 +13297,7 @@ ArrowRight2.defaultProps = {
13166
13297
  size: '16'
13167
13298
  };
13168
13299
 
13169
- var loadingCircleStyle$4j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13300
+ var loadingCircleStyle$4m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13170
13301
 
13171
13302
  var ArrowUp2 = function ArrowUp2(props) {
13172
13303
  var color = props.color,
@@ -13179,7 +13310,7 @@ var ArrowUp2 = function ArrowUp2(props) {
13179
13310
  return /*#__PURE__*/React.createElement("span", {
13180
13311
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13181
13312
  }, /*#__PURE__*/React.createElement("style", {
13182
- children: loadingCircleStyle$4j
13313
+ children: loadingCircleStyle$4m
13183
13314
  }), /*#__PURE__*/React.createElement("svg", _extends({
13184
13315
  xmlns: "http://www.w3.org/2000/svg",
13185
13316
  width: size,
@@ -13211,7 +13342,7 @@ ArrowUp2.defaultProps = {
13211
13342
  size: '16'
13212
13343
  };
13213
13344
 
13214
- var loadingCircleStyle$4k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13345
+ var loadingCircleStyle$4n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13215
13346
 
13216
13347
  var ArrowDown2 = function ArrowDown2(props) {
13217
13348
  var color = props.color,
@@ -13224,7 +13355,7 @@ var ArrowDown2 = function ArrowDown2(props) {
13224
13355
  return /*#__PURE__*/React.createElement("span", {
13225
13356
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13226
13357
  }, /*#__PURE__*/React.createElement("style", {
13227
- children: loadingCircleStyle$4k
13358
+ children: loadingCircleStyle$4n
13228
13359
  }), /*#__PURE__*/React.createElement("svg", _extends({
13229
13360
  xmlns: "http://www.w3.org/2000/svg",
13230
13361
  width: size,
@@ -13256,7 +13387,7 @@ ArrowDown2.defaultProps = {
13256
13387
  size: '16'
13257
13388
  };
13258
13389
 
13259
- var loadingCircleStyle$4l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13390
+ var loadingCircleStyle$4o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13260
13391
 
13261
13392
  var TriLeft = function TriLeft(props) {
13262
13393
  var color = props.color,
@@ -13269,7 +13400,7 @@ var TriLeft = function TriLeft(props) {
13269
13400
  return /*#__PURE__*/React.createElement("span", {
13270
13401
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13271
13402
  }, /*#__PURE__*/React.createElement("style", {
13272
- children: loadingCircleStyle$4l
13403
+ children: loadingCircleStyle$4o
13273
13404
  }), /*#__PURE__*/React.createElement("svg", _extends({
13274
13405
  xmlns: "http://www.w3.org/2000/svg",
13275
13406
  width: size,
@@ -13301,7 +13432,7 @@ TriLeft.defaultProps = {
13301
13432
  size: '16'
13302
13433
  };
13303
13434
 
13304
- var loadingCircleStyle$4m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13435
+ var loadingCircleStyle$4p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13305
13436
 
13306
13437
  var TriRight = function TriRight(props) {
13307
13438
  var color = props.color,
@@ -13314,7 +13445,7 @@ var TriRight = function TriRight(props) {
13314
13445
  return /*#__PURE__*/React.createElement("span", {
13315
13446
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13316
13447
  }, /*#__PURE__*/React.createElement("style", {
13317
- children: loadingCircleStyle$4m
13448
+ children: loadingCircleStyle$4p
13318
13449
  }), /*#__PURE__*/React.createElement("svg", _extends({
13319
13450
  xmlns: "http://www.w3.org/2000/svg",
13320
13451
  width: size,
@@ -13346,7 +13477,7 @@ TriRight.defaultProps = {
13346
13477
  size: '16'
13347
13478
  };
13348
13479
 
13349
- var loadingCircleStyle$4n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13480
+ var loadingCircleStyle$4q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13350
13481
 
13351
13482
  var TriUp = function TriUp(props) {
13352
13483
  var color = props.color,
@@ -13359,7 +13490,7 @@ var TriUp = function TriUp(props) {
13359
13490
  return /*#__PURE__*/React.createElement("span", {
13360
13491
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13361
13492
  }, /*#__PURE__*/React.createElement("style", {
13362
- children: loadingCircleStyle$4n
13493
+ children: loadingCircleStyle$4q
13363
13494
  }), /*#__PURE__*/React.createElement("svg", _extends({
13364
13495
  xmlns: "http://www.w3.org/2000/svg",
13365
13496
  width: size,
@@ -13391,7 +13522,7 @@ TriUp.defaultProps = {
13391
13522
  size: '16'
13392
13523
  };
13393
13524
 
13394
- var loadingCircleStyle$4o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13525
+ var loadingCircleStyle$4r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13395
13526
 
13396
13527
  var TriDown = function TriDown(props) {
13397
13528
  var color = props.color,
@@ -13404,7 +13535,7 @@ var TriDown = function TriDown(props) {
13404
13535
  return /*#__PURE__*/React.createElement("span", {
13405
13536
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13406
13537
  }, /*#__PURE__*/React.createElement("style", {
13407
- children: loadingCircleStyle$4o
13538
+ children: loadingCircleStyle$4r
13408
13539
  }), /*#__PURE__*/React.createElement("svg", _extends({
13409
13540
  xmlns: "http://www.w3.org/2000/svg",
13410
13541
  width: size,
@@ -13436,7 +13567,7 @@ TriDown.defaultProps = {
13436
13567
  size: '16'
13437
13568
  };
13438
13569
 
13439
- var loadingCircleStyle$4p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13570
+ var loadingCircleStyle$4s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13440
13571
 
13441
13572
  var DArrowL = function DArrowL(props) {
13442
13573
  var color = props.color,
@@ -13449,7 +13580,7 @@ var DArrowL = function DArrowL(props) {
13449
13580
  return /*#__PURE__*/React.createElement("span", {
13450
13581
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13451
13582
  }, /*#__PURE__*/React.createElement("style", {
13452
- children: loadingCircleStyle$4p
13583
+ children: loadingCircleStyle$4s
13453
13584
  }), /*#__PURE__*/React.createElement("svg", _extends({
13454
13585
  xmlns: "http://www.w3.org/2000/svg",
13455
13586
  width: size,
@@ -13483,7 +13614,7 @@ DArrowL.defaultProps = {
13483
13614
  size: '16'
13484
13615
  };
13485
13616
 
13486
- var loadingCircleStyle$4q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13617
+ var loadingCircleStyle$4t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13487
13618
 
13488
13619
  var DArrowR = function DArrowR(props) {
13489
13620
  var color = props.color,
@@ -13496,7 +13627,7 @@ var DArrowR = function DArrowR(props) {
13496
13627
  return /*#__PURE__*/React.createElement("span", {
13497
13628
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13498
13629
  }, /*#__PURE__*/React.createElement("style", {
13499
- children: loadingCircleStyle$4q
13630
+ children: loadingCircleStyle$4t
13500
13631
  }), /*#__PURE__*/React.createElement("svg", _extends({
13501
13632
  xmlns: "http://www.w3.org/2000/svg",
13502
13633
  width: size,
@@ -13530,7 +13661,7 @@ DArrowR.defaultProps = {
13530
13661
  size: '16'
13531
13662
  };
13532
13663
 
13533
- var loadingCircleStyle$4r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13664
+ var loadingCircleStyle$4u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13534
13665
 
13535
13666
  var DArrowT = function DArrowT(props) {
13536
13667
  var color = props.color,
@@ -13543,7 +13674,7 @@ var DArrowT = function DArrowT(props) {
13543
13674
  return /*#__PURE__*/React.createElement("span", {
13544
13675
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13545
13676
  }, /*#__PURE__*/React.createElement("style", {
13546
- children: loadingCircleStyle$4r
13677
+ children: loadingCircleStyle$4u
13547
13678
  }), /*#__PURE__*/React.createElement("svg", _extends({
13548
13679
  xmlns: "http://www.w3.org/2000/svg",
13549
13680
  width: size,
@@ -13577,7 +13708,7 @@ DArrowT.defaultProps = {
13577
13708
  size: '16'
13578
13709
  };
13579
13710
 
13580
- var loadingCircleStyle$4s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13711
+ var loadingCircleStyle$4v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13581
13712
 
13582
13713
  var DArrowB = function DArrowB(props) {
13583
13714
  var color = props.color,
@@ -13590,7 +13721,7 @@ var DArrowB = function DArrowB(props) {
13590
13721
  return /*#__PURE__*/React.createElement("span", {
13591
13722
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13592
13723
  }, /*#__PURE__*/React.createElement("style", {
13593
- children: loadingCircleStyle$4s
13724
+ children: loadingCircleStyle$4v
13594
13725
  }), /*#__PURE__*/React.createElement("svg", _extends({
13595
13726
  xmlns: "http://www.w3.org/2000/svg",
13596
13727
  width: size,
@@ -13624,7 +13755,7 @@ DArrowB.defaultProps = {
13624
13755
  size: '16'
13625
13756
  };
13626
13757
 
13627
- var loadingCircleStyle$4t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13758
+ var loadingCircleStyle$4w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13628
13759
 
13629
13760
  var DropDown = function DropDown(props) {
13630
13761
  var color = props.color,
@@ -13637,7 +13768,7 @@ var DropDown = function DropDown(props) {
13637
13768
  return /*#__PURE__*/React.createElement("span", {
13638
13769
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13639
13770
  }, /*#__PURE__*/React.createElement("style", {
13640
- children: loadingCircleStyle$4t
13771
+ children: loadingCircleStyle$4w
13641
13772
  }), /*#__PURE__*/React.createElement("svg", _extends({
13642
13773
  xmlns: "http://www.w3.org/2000/svg",
13643
13774
  width: size,
@@ -13669,7 +13800,7 @@ DropDown.defaultProps = {
13669
13800
  size: '16'
13670
13801
  };
13671
13802
 
13672
- var loadingCircleStyle$4u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13803
+ var loadingCircleStyle$4x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13673
13804
 
13674
13805
  var DropUp = function DropUp(props) {
13675
13806
  var color = props.color,
@@ -13682,7 +13813,7 @@ var DropUp = function DropUp(props) {
13682
13813
  return /*#__PURE__*/React.createElement("span", {
13683
13814
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13684
13815
  }, /*#__PURE__*/React.createElement("style", {
13685
- children: loadingCircleStyle$4u
13816
+ children: loadingCircleStyle$4x
13686
13817
  }), /*#__PURE__*/React.createElement("svg", _extends({
13687
13818
  xmlns: "http://www.w3.org/2000/svg",
13688
13819
  width: size,
@@ -13714,7 +13845,7 @@ DropUp.defaultProps = {
13714
13845
  size: '16'
13715
13846
  };
13716
13847
 
13717
- var loadingCircleStyle$4v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13848
+ var loadingCircleStyle$4y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13718
13849
 
13719
13850
  var More1 = function More1(props) {
13720
13851
  var color = props.color,
@@ -13727,7 +13858,7 @@ var More1 = function More1(props) {
13727
13858
  return /*#__PURE__*/React.createElement("span", {
13728
13859
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13729
13860
  }, /*#__PURE__*/React.createElement("style", {
13730
- children: loadingCircleStyle$4v
13861
+ children: loadingCircleStyle$4y
13731
13862
  }), /*#__PURE__*/React.createElement("svg", _extends({
13732
13863
  xmlns: "http://www.w3.org/2000/svg",
13733
13864
  width: size,
@@ -13759,7 +13890,7 @@ More1.defaultProps = {
13759
13890
  size: '16'
13760
13891
  };
13761
13892
 
13762
- var loadingCircleStyle$4w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13893
+ var loadingCircleStyle$4z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13763
13894
 
13764
13895
  var More2 = function More2(props) {
13765
13896
  var color = props.color,
@@ -13772,7 +13903,7 @@ var More2 = function More2(props) {
13772
13903
  return /*#__PURE__*/React.createElement("span", {
13773
13904
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13774
13905
  }, /*#__PURE__*/React.createElement("style", {
13775
- children: loadingCircleStyle$4w
13906
+ children: loadingCircleStyle$4z
13776
13907
  }), /*#__PURE__*/React.createElement("svg", _extends({
13777
13908
  xmlns: "http://www.w3.org/2000/svg",
13778
13909
  width: size,
@@ -13804,7 +13935,7 @@ More2.defaultProps = {
13804
13935
  size: '16'
13805
13936
  };
13806
13937
 
13807
- var loadingCircleStyle$4x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13938
+ var loadingCircleStyle$4A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13808
13939
 
13809
13940
  var Drag = function Drag(props) {
13810
13941
  var color = props.color,
@@ -13817,7 +13948,7 @@ var Drag = function Drag(props) {
13817
13948
  return /*#__PURE__*/React.createElement("span", {
13818
13949
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13819
13950
  }, /*#__PURE__*/React.createElement("style", {
13820
- children: loadingCircleStyle$4x
13951
+ children: loadingCircleStyle$4A
13821
13952
  }), /*#__PURE__*/React.createElement("svg", _extends({
13822
13953
  xmlns: "http://www.w3.org/2000/svg",
13823
13954
  width: size,
@@ -13859,7 +13990,7 @@ Drag.defaultProps = {
13859
13990
  size: '16'
13860
13991
  };
13861
13992
 
13862
- var loadingCircleStyle$4y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13993
+ var loadingCircleStyle$4B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13863
13994
 
13864
13995
  var Drag2 = function Drag2(props) {
13865
13996
  var color = props.color,
@@ -13872,7 +14003,7 @@ var Drag2 = function Drag2(props) {
13872
14003
  return /*#__PURE__*/React.createElement("span", {
13873
14004
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13874
14005
  }, /*#__PURE__*/React.createElement("style", {
13875
- children: loadingCircleStyle$4y
14006
+ children: loadingCircleStyle$4B
13876
14007
  }), /*#__PURE__*/React.createElement("svg", _extends({
13877
14008
  xmlns: "http://www.w3.org/2000/svg",
13878
14009
  width: size,
@@ -13908,7 +14039,7 @@ Drag2.defaultProps = {
13908
14039
  size: '16'
13909
14040
  };
13910
14041
 
13911
- var loadingCircleStyle$4z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
14042
+ var loadingCircleStyle$4C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13912
14043
 
13913
14044
  var External = function External(props) {
13914
14045
  var color = props.color,
@@ -13921,7 +14052,7 @@ var External = function External(props) {
13921
14052
  return /*#__PURE__*/React.createElement("span", {
13922
14053
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13923
14054
  }, /*#__PURE__*/React.createElement("style", {
13924
- children: loadingCircleStyle$4z
14055
+ children: loadingCircleStyle$4C
13925
14056
  }), /*#__PURE__*/React.createElement("svg", _extends({
13926
14057
  xmlns: "http://www.w3.org/2000/svg",
13927
14058
  width: size,
@@ -13953,7 +14084,7 @@ External.defaultProps = {
13953
14084
  size: '16'
13954
14085
  };
13955
14086
 
13956
- var loadingCircleStyle$4A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
14087
+ var loadingCircleStyle$4D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13957
14088
 
13958
14089
  var DisplayS = function DisplayS(props) {
13959
14090
  var color = props.color,
@@ -13966,7 +14097,7 @@ var DisplayS = function DisplayS(props) {
13966
14097
  return /*#__PURE__*/React.createElement("span", {
13967
14098
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13968
14099
  }, /*#__PURE__*/React.createElement("style", {
13969
- children: loadingCircleStyle$4A
14100
+ children: loadingCircleStyle$4D
13970
14101
  }), /*#__PURE__*/React.createElement("svg", _extends({
13971
14102
  xmlns: "http://www.w3.org/2000/svg",
13972
14103
  width: size,
@@ -14000,7 +14131,7 @@ DisplayS.defaultProps = {
14000
14131
  size: '16'
14001
14132
  };
14002
14133
 
14003
- var loadingCircleStyle$4B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
14134
+ var loadingCircleStyle$4E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
14004
14135
 
14005
14136
  var Share = function Share(props) {
14006
14137
  var color = props.color,
@@ -14013,7 +14144,7 @@ var Share = function Share(props) {
14013
14144
  return /*#__PURE__*/React.createElement("span", {
14014
14145
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14015
14146
  }, /*#__PURE__*/React.createElement("style", {
14016
- children: loadingCircleStyle$4B
14147
+ children: loadingCircleStyle$4E
14017
14148
  }), /*#__PURE__*/React.createElement("svg", _extends({
14018
14149
  xmlns: "http://www.w3.org/2000/svg",
14019
14150
  width: size,
@@ -14190,8 +14321,8 @@ exports.TaHelp = Help;
14190
14321
  exports.TaHistory = History;
14191
14322
  exports.TaIdFreeze = IdFreeze;
14192
14323
  exports.TaImport = Import;
14193
- exports.TaIndex = Index;
14194
14324
  exports.TaIndicator = Indicator;
14325
+ exports.TaIndicatorSm = IndicatorSm;
14195
14326
  exports.TaInfo = Info;
14196
14327
  exports.TaInfoFill = InfoFill;
14197
14328
  exports.TaLandscape = Landscape;
@@ -14218,6 +14349,7 @@ exports.TaLogoWechatCl = LogoWechatCl;
14218
14349
  exports.TaLogoWechatGray = LogoWechatGray;
14219
14350
  exports.TaLogoWecomCl = LogoWecomCl;
14220
14351
  exports.TaLogoWecomGray = LogoWecomGray;
14352
+ exports.TaLogoXiaomiCl = LogoXiaomiCl;
14221
14353
  exports.TaLogout = Logout;
14222
14354
  exports.TaMDistribution = MDistribution;
14223
14355
  exports.TaMEvent = MEvent;
@@ -14284,9 +14416,11 @@ exports.TaShop = Shop;
14284
14416
  exports.TaShopFill = ShopFill;
14285
14417
  exports.TaSort = Sort;
14286
14418
  exports.TaSortA2z = SortA2z;
14419
+ exports.TaSortDown = SortDown;
14287
14420
  exports.TaSortDrop = SortDrop;
14288
14421
  exports.TaSortResult = SortResult;
14289
14422
  exports.TaSortRise = SortRise;
14423
+ exports.TaSortUp = SortUp;
14290
14424
  exports.TaSortZ2a = SortZ2a;
14291
14425
  exports.TaSpace = Space;
14292
14426
  exports.TaSpaceOpen = SpaceOpen;