@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.
@@ -4654,17 +4654,14 @@ var SortResult = function SortResult(props) {
4654
4654
  } : {}), {}, {
4655
4655
  cursor: 'pointer'
4656
4656
  })
4657
- }), /*#__PURE__*/React.createElement("rect", {
4658
- width: "24",
4659
- height: "24"
4660
4657
  }), /*#__PURE__*/React.createElement("path", {
4661
- 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"
4658
+ d: "M14 13V3l6 6h-4v4h-2z"
4662
4659
  }), /*#__PURE__*/React.createElement("path", {
4663
- 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"
4660
+ d: "M9 3v18l-6-6h4V3h2z"
4664
4661
  }), /*#__PURE__*/React.createElement("path", {
4665
- 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"
4662
+ d: "M21 17v-2h-7v2h7z"
4666
4663
  }), /*#__PURE__*/React.createElement("path", {
4667
- 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"
4664
+ d: "M21 21v-2h-7v2h7z"
4668
4665
  })));
4669
4666
  };
4670
4667
 
@@ -5430,7 +5427,7 @@ Contrast.defaultProps = {
5430
5427
 
5431
5428
  var loadingCircleStyle$1M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5432
5429
 
5433
- var Index = function Index(props) {
5430
+ var SortUp = function SortUp(props) {
5434
5431
  var color = props.color,
5435
5432
  size = props.size,
5436
5433
  spin = props.spin,
@@ -5458,32 +5455,71 @@ var Index = function Index(props) {
5458
5455
  cursor: 'pointer'
5459
5456
  })
5460
5457
  }), /*#__PURE__*/React.createElement("path", {
5461
- d: "M18 4H7v2h11V4z"
5462
- }), /*#__PURE__*/React.createElement("path", {
5463
- d: "M7 11h14v2H7v-2z"
5458
+ d: "M6 15l6 6 6-6H6z"
5464
5459
  }), /*#__PURE__*/React.createElement("path", {
5465
- d: "M7 18h7v2H7v-2z"
5466
- }), /*#__PURE__*/React.createElement("path", {
5467
- d: "M5 4H3v2h2V4z"
5460
+ d: "M6 9l6-6 6 6H6z"
5461
+ })));
5462
+ };
5463
+
5464
+ SortUp.propTypes = {
5465
+ spin: PropTypes.bool,
5466
+ color: PropTypes.string,
5467
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
5468
+ };
5469
+ SortUp.defaultProps = {
5470
+ spin: false,
5471
+ color: 'currentColor',
5472
+ size: '16'
5473
+ };
5474
+
5475
+ var loadingCircleStyle$1N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5476
+
5477
+ var SortDown = function SortDown(props) {
5478
+ var color = props.color,
5479
+ size = props.size,
5480
+ spin = props.spin,
5481
+ style = props.style,
5482
+ className = props.className,
5483
+ otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className"]);
5484
+
5485
+ return /*#__PURE__*/React.createElement("span", {
5486
+ className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5487
+ }, /*#__PURE__*/React.createElement("style", {
5488
+ children: loadingCircleStyle$1N
5489
+ }), /*#__PURE__*/React.createElement("svg", _extends({
5490
+ xmlns: "http://www.w3.org/2000/svg",
5491
+ width: size,
5492
+ height: size,
5493
+ viewBox: "0 0 24 24",
5494
+ fill: color
5495
+ }, otherProps, {
5496
+ style: _objectSpread2(_objectSpread2(_objectSpread2({}, style), spin ? {
5497
+ animationDuration: '1s',
5498
+ animationIterationCount: 'infinite',
5499
+ animationName: 'loadingCircle',
5500
+ animationTimingFunction: 'linear'
5501
+ } : {}), {}, {
5502
+ cursor: 'pointer'
5503
+ })
5468
5504
  }), /*#__PURE__*/React.createElement("path", {
5469
- d: "M5 18H3v2h2v-2z"
5505
+ d: "M6 15l6 6 6-6H6z"
5470
5506
  }), /*#__PURE__*/React.createElement("path", {
5471
- d: "M5 11H3v2h2v-2z"
5507
+ d: "M6 9l6-6 6 6H6z"
5472
5508
  })));
5473
5509
  };
5474
5510
 
5475
- Index.propTypes = {
5511
+ SortDown.propTypes = {
5476
5512
  spin: PropTypes.bool,
5477
5513
  color: PropTypes.string,
5478
5514
  size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
5479
5515
  };
5480
- Index.defaultProps = {
5516
+ SortDown.defaultProps = {
5481
5517
  spin: false,
5482
5518
  color: 'currentColor',
5483
5519
  size: '16'
5484
5520
  };
5485
5521
 
5486
- var loadingCircleStyle$1N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5522
+ var loadingCircleStyle$1O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5487
5523
 
5488
5524
  var OperatorEqual = function OperatorEqual(props) {
5489
5525
  var color = props.color,
@@ -5496,7 +5532,7 @@ var OperatorEqual = function OperatorEqual(props) {
5496
5532
  return /*#__PURE__*/React.createElement("span", {
5497
5533
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5498
5534
  }, /*#__PURE__*/React.createElement("style", {
5499
- children: loadingCircleStyle$1N
5535
+ children: loadingCircleStyle$1O
5500
5536
  }), /*#__PURE__*/React.createElement("svg", _extends({
5501
5537
  xmlns: "http://www.w3.org/2000/svg",
5502
5538
  width: size,
@@ -5530,7 +5566,7 @@ OperatorEqual.defaultProps = {
5530
5566
  size: '16'
5531
5567
  };
5532
5568
 
5533
- var loadingCircleStyle$1O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5569
+ var loadingCircleStyle$1P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5534
5570
 
5535
5571
  var OperatorUnequal = function OperatorUnequal(props) {
5536
5572
  var color = props.color,
@@ -5543,7 +5579,7 @@ var OperatorUnequal = function OperatorUnequal(props) {
5543
5579
  return /*#__PURE__*/React.createElement("span", {
5544
5580
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5545
5581
  }, /*#__PURE__*/React.createElement("style", {
5546
- children: loadingCircleStyle$1O
5582
+ children: loadingCircleStyle$1P
5547
5583
  }), /*#__PURE__*/React.createElement("svg", _extends({
5548
5584
  xmlns: "http://www.w3.org/2000/svg",
5549
5585
  width: size,
@@ -5577,7 +5613,7 @@ OperatorUnequal.defaultProps = {
5577
5613
  size: '16'
5578
5614
  };
5579
5615
 
5580
- var loadingCircleStyle$1P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5616
+ var loadingCircleStyle$1Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5581
5617
 
5582
5618
  var OperatorDivide = function OperatorDivide(props) {
5583
5619
  var color = props.color,
@@ -5590,7 +5626,7 @@ var OperatorDivide = function OperatorDivide(props) {
5590
5626
  return /*#__PURE__*/React.createElement("span", {
5591
5627
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5592
5628
  }, /*#__PURE__*/React.createElement("style", {
5593
- children: loadingCircleStyle$1P
5629
+ children: loadingCircleStyle$1Q
5594
5630
  }), /*#__PURE__*/React.createElement("svg", _extends({
5595
5631
  xmlns: "http://www.w3.org/2000/svg",
5596
5632
  width: size,
@@ -5622,7 +5658,7 @@ OperatorDivide.defaultProps = {
5622
5658
  size: '16'
5623
5659
  };
5624
5660
 
5625
- var loadingCircleStyle$1Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5661
+ var loadingCircleStyle$1R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5626
5662
 
5627
5663
  var OperatorNoValue = function OperatorNoValue(props) {
5628
5664
  var color = props.color,
@@ -5635,7 +5671,7 @@ var OperatorNoValue = function OperatorNoValue(props) {
5635
5671
  return /*#__PURE__*/React.createElement("span", {
5636
5672
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5637
5673
  }, /*#__PURE__*/React.createElement("style", {
5638
- children: loadingCircleStyle$1Q
5674
+ children: loadingCircleStyle$1R
5639
5675
  }), /*#__PURE__*/React.createElement("svg", _extends({
5640
5676
  xmlns: "http://www.w3.org/2000/svg",
5641
5677
  width: size,
@@ -5669,7 +5705,7 @@ OperatorNoValue.defaultProps = {
5669
5705
  size: '16'
5670
5706
  };
5671
5707
 
5672
- var loadingCircleStyle$1R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5708
+ var loadingCircleStyle$1S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5673
5709
 
5674
5710
  var OperatorHasValue = function OperatorHasValue(props) {
5675
5711
  var color = props.color,
@@ -5682,7 +5718,7 @@ var OperatorHasValue = function OperatorHasValue(props) {
5682
5718
  return /*#__PURE__*/React.createElement("span", {
5683
5719
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5684
5720
  }, /*#__PURE__*/React.createElement("style", {
5685
- children: loadingCircleStyle$1R
5721
+ children: loadingCircleStyle$1S
5686
5722
  }), /*#__PURE__*/React.createElement("svg", _extends({
5687
5723
  xmlns: "http://www.w3.org/2000/svg",
5688
5724
  width: size,
@@ -5716,7 +5752,7 @@ OperatorHasValue.defaultProps = {
5716
5752
  size: '16'
5717
5753
  };
5718
5754
 
5719
- var loadingCircleStyle$1S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5755
+ var loadingCircleStyle$1T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5720
5756
 
5721
5757
  var OperatorInside = function OperatorInside(props) {
5722
5758
  var color = props.color,
@@ -5729,7 +5765,7 @@ var OperatorInside = function OperatorInside(props) {
5729
5765
  return /*#__PURE__*/React.createElement("span", {
5730
5766
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5731
5767
  }, /*#__PURE__*/React.createElement("style", {
5732
- children: loadingCircleStyle$1S
5768
+ children: loadingCircleStyle$1T
5733
5769
  }), /*#__PURE__*/React.createElement("svg", _extends({
5734
5770
  xmlns: "http://www.w3.org/2000/svg",
5735
5771
  width: size,
@@ -5761,7 +5797,7 @@ OperatorInside.defaultProps = {
5761
5797
  size: '16'
5762
5798
  };
5763
5799
 
5764
- var loadingCircleStyle$1T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5800
+ var loadingCircleStyle$1U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5765
5801
 
5766
5802
  var OperatorInclude = function OperatorInclude(props) {
5767
5803
  var color = props.color,
@@ -5774,7 +5810,7 @@ var OperatorInclude = function OperatorInclude(props) {
5774
5810
  return /*#__PURE__*/React.createElement("span", {
5775
5811
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5776
5812
  }, /*#__PURE__*/React.createElement("style", {
5777
- children: loadingCircleStyle$1T
5813
+ children: loadingCircleStyle$1U
5778
5814
  }), /*#__PURE__*/React.createElement("svg", _extends({
5779
5815
  xmlns: "http://www.w3.org/2000/svg",
5780
5816
  width: size,
@@ -5808,7 +5844,7 @@ OperatorInclude.defaultProps = {
5808
5844
  size: '16'
5809
5845
  };
5810
5846
 
5811
- var loadingCircleStyle$1U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5847
+ var loadingCircleStyle$1V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5812
5848
 
5813
5849
  var OperatorNotInclude = function OperatorNotInclude(props) {
5814
5850
  var color = props.color,
@@ -5821,7 +5857,7 @@ var OperatorNotInclude = function OperatorNotInclude(props) {
5821
5857
  return /*#__PURE__*/React.createElement("span", {
5822
5858
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5823
5859
  }, /*#__PURE__*/React.createElement("style", {
5824
- children: loadingCircleStyle$1U
5860
+ children: loadingCircleStyle$1V
5825
5861
  }), /*#__PURE__*/React.createElement("svg", _extends({
5826
5862
  xmlns: "http://www.w3.org/2000/svg",
5827
5863
  width: size,
@@ -5862,7 +5898,7 @@ OperatorNotInclude.defaultProps = {
5862
5898
  size: '16'
5863
5899
  };
5864
5900
 
5865
- var loadingCircleStyle$1V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5901
+ var loadingCircleStyle$1W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5866
5902
 
5867
5903
  var OperatorLess = function OperatorLess(props) {
5868
5904
  var color = props.color,
@@ -5875,7 +5911,7 @@ var OperatorLess = function OperatorLess(props) {
5875
5911
  return /*#__PURE__*/React.createElement("span", {
5876
5912
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5877
5913
  }, /*#__PURE__*/React.createElement("style", {
5878
- children: loadingCircleStyle$1V
5914
+ children: loadingCircleStyle$1W
5879
5915
  }), /*#__PURE__*/React.createElement("svg", _extends({
5880
5916
  xmlns: "http://www.w3.org/2000/svg",
5881
5917
  width: size,
@@ -5909,7 +5945,7 @@ OperatorLess.defaultProps = {
5909
5945
  size: '16'
5910
5946
  };
5911
5947
 
5912
- var loadingCircleStyle$1W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5948
+ var loadingCircleStyle$1X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5913
5949
 
5914
5950
  var OperatorNoBigger = function OperatorNoBigger(props) {
5915
5951
  var color = props.color,
@@ -5922,7 +5958,7 @@ var OperatorNoBigger = function OperatorNoBigger(props) {
5922
5958
  return /*#__PURE__*/React.createElement("span", {
5923
5959
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5924
5960
  }, /*#__PURE__*/React.createElement("style", {
5925
- children: loadingCircleStyle$1W
5961
+ children: loadingCircleStyle$1X
5926
5962
  }), /*#__PURE__*/React.createElement("svg", _extends({
5927
5963
  xmlns: "http://www.w3.org/2000/svg",
5928
5964
  width: size,
@@ -5956,7 +5992,7 @@ OperatorNoBigger.defaultProps = {
5956
5992
  size: '16'
5957
5993
  };
5958
5994
 
5959
- var loadingCircleStyle$1X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5995
+ var loadingCircleStyle$1Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5960
5996
 
5961
5997
  var OperatorBigger = function OperatorBigger(props) {
5962
5998
  var color = props.color,
@@ -5969,7 +6005,7 @@ var OperatorBigger = function OperatorBigger(props) {
5969
6005
  return /*#__PURE__*/React.createElement("span", {
5970
6006
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5971
6007
  }, /*#__PURE__*/React.createElement("style", {
5972
- children: loadingCircleStyle$1X
6008
+ children: loadingCircleStyle$1Y
5973
6009
  }), /*#__PURE__*/React.createElement("svg", _extends({
5974
6010
  xmlns: "http://www.w3.org/2000/svg",
5975
6011
  width: size,
@@ -6003,7 +6039,7 @@ OperatorBigger.defaultProps = {
6003
6039
  size: '16'
6004
6040
  };
6005
6041
 
6006
- var loadingCircleStyle$1Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6042
+ var loadingCircleStyle$1Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6007
6043
 
6008
6044
  var OperatorNoLess = function OperatorNoLess(props) {
6009
6045
  var color = props.color,
@@ -6016,7 +6052,7 @@ var OperatorNoLess = function OperatorNoLess(props) {
6016
6052
  return /*#__PURE__*/React.createElement("span", {
6017
6053
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6018
6054
  }, /*#__PURE__*/React.createElement("style", {
6019
- children: loadingCircleStyle$1Y
6055
+ children: loadingCircleStyle$1Z
6020
6056
  }), /*#__PURE__*/React.createElement("svg", _extends({
6021
6057
  xmlns: "http://www.w3.org/2000/svg",
6022
6058
  width: size,
@@ -6050,7 +6086,7 @@ OperatorNoLess.defaultProps = {
6050
6086
  size: '16'
6051
6087
  };
6052
6088
 
6053
- var loadingCircleStyle$1Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6089
+ var loadingCircleStyle$1_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6054
6090
 
6055
6091
  var OperatorTrue = function OperatorTrue(props) {
6056
6092
  var color = props.color,
@@ -6063,7 +6099,7 @@ var OperatorTrue = function OperatorTrue(props) {
6063
6099
  return /*#__PURE__*/React.createElement("span", {
6064
6100
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6065
6101
  }, /*#__PURE__*/React.createElement("style", {
6066
- children: loadingCircleStyle$1Z
6102
+ children: loadingCircleStyle$1_
6067
6103
  }), /*#__PURE__*/React.createElement("svg", _extends({
6068
6104
  xmlns: "http://www.w3.org/2000/svg",
6069
6105
  width: size,
@@ -6097,7 +6133,7 @@ OperatorTrue.defaultProps = {
6097
6133
  size: '16'
6098
6134
  };
6099
6135
 
6100
- var loadingCircleStyle$1_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6136
+ var loadingCircleStyle$1$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6101
6137
 
6102
6138
  var OperatorFalse = function OperatorFalse(props) {
6103
6139
  var color = props.color,
@@ -6110,7 +6146,7 @@ var OperatorFalse = function OperatorFalse(props) {
6110
6146
  return /*#__PURE__*/React.createElement("span", {
6111
6147
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6112
6148
  }, /*#__PURE__*/React.createElement("style", {
6113
- children: loadingCircleStyle$1_
6149
+ children: loadingCircleStyle$1$
6114
6150
  }), /*#__PURE__*/React.createElement("svg", _extends({
6115
6151
  xmlns: "http://www.w3.org/2000/svg",
6116
6152
  width: size,
@@ -6144,7 +6180,7 @@ OperatorFalse.defaultProps = {
6144
6180
  size: '16'
6145
6181
  };
6146
6182
 
6147
- var loadingCircleStyle$1$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6183
+ var loadingCircleStyle$20 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6148
6184
 
6149
6185
  var OperatorRegex = function OperatorRegex(props) {
6150
6186
  var color = props.color,
@@ -6157,7 +6193,7 @@ var OperatorRegex = function OperatorRegex(props) {
6157
6193
  return /*#__PURE__*/React.createElement("span", {
6158
6194
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6159
6195
  }, /*#__PURE__*/React.createElement("style", {
6160
- children: loadingCircleStyle$1$
6196
+ children: loadingCircleStyle$20
6161
6197
  }), /*#__PURE__*/React.createElement("svg", _extends({
6162
6198
  xmlns: "http://www.w3.org/2000/svg",
6163
6199
  width: size,
@@ -6191,7 +6227,7 @@ OperatorRegex.defaultProps = {
6191
6227
  size: '16'
6192
6228
  };
6193
6229
 
6194
- var loadingCircleStyle$20 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6230
+ var loadingCircleStyle$21 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6195
6231
 
6196
6232
  var OperatorNoRegex = function OperatorNoRegex(props) {
6197
6233
  var color = props.color,
@@ -6204,7 +6240,7 @@ var OperatorNoRegex = function OperatorNoRegex(props) {
6204
6240
  return /*#__PURE__*/React.createElement("span", {
6205
6241
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6206
6242
  }, /*#__PURE__*/React.createElement("style", {
6207
- children: loadingCircleStyle$20
6243
+ children: loadingCircleStyle$21
6208
6244
  }), /*#__PURE__*/React.createElement("svg", _extends({
6209
6245
  xmlns: "http://www.w3.org/2000/svg",
6210
6246
  width: size,
@@ -6238,7 +6274,7 @@ OperatorNoRegex.defaultProps = {
6238
6274
  size: '16'
6239
6275
  };
6240
6276
 
6241
- var loadingCircleStyle$21 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6277
+ var loadingCircleStyle$22 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6242
6278
 
6243
6279
  var LogoDingdingCl = function LogoDingdingCl(props) {
6244
6280
  var color = props.color,
@@ -6251,7 +6287,7 @@ var LogoDingdingCl = function LogoDingdingCl(props) {
6251
6287
  return /*#__PURE__*/React.createElement("span", {
6252
6288
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6253
6289
  }, /*#__PURE__*/React.createElement("style", {
6254
- children: loadingCircleStyle$21
6290
+ children: loadingCircleStyle$22
6255
6291
  }), /*#__PURE__*/React.createElement("svg", _extends({
6256
6292
  xmlns: "http://www.w3.org/2000/svg",
6257
6293
  width: size,
@@ -6284,7 +6320,7 @@ LogoDingdingCl.defaultProps = {
6284
6320
  size: '16'
6285
6321
  };
6286
6322
 
6287
- var loadingCircleStyle$22 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6323
+ var loadingCircleStyle$23 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6288
6324
 
6289
6325
  var LogoDingdingGray = function LogoDingdingGray(props) {
6290
6326
  var color = props.color,
@@ -6297,7 +6333,7 @@ var LogoDingdingGray = function LogoDingdingGray(props) {
6297
6333
  return /*#__PURE__*/React.createElement("span", {
6298
6334
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6299
6335
  }, /*#__PURE__*/React.createElement("style", {
6300
- children: loadingCircleStyle$22
6336
+ children: loadingCircleStyle$23
6301
6337
  }), /*#__PURE__*/React.createElement("svg", _extends({
6302
6338
  xmlns: "http://www.w3.org/2000/svg",
6303
6339
  width: size,
@@ -6329,7 +6365,7 @@ LogoDingdingGray.defaultProps = {
6329
6365
  size: '16'
6330
6366
  };
6331
6367
 
6332
- var loadingCircleStyle$23 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6368
+ var loadingCircleStyle$24 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6333
6369
 
6334
6370
  var LogoWecomCl = function LogoWecomCl(props) {
6335
6371
  var color = props.color,
@@ -6342,7 +6378,7 @@ var LogoWecomCl = function LogoWecomCl(props) {
6342
6378
  return /*#__PURE__*/React.createElement("span", {
6343
6379
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6344
6380
  }, /*#__PURE__*/React.createElement("style", {
6345
- children: loadingCircleStyle$23
6381
+ children: loadingCircleStyle$24
6346
6382
  }), /*#__PURE__*/React.createElement("svg", _extends({
6347
6383
  xmlns: "http://www.w3.org/2000/svg",
6348
6384
  width: size,
@@ -6387,7 +6423,7 @@ LogoWecomCl.defaultProps = {
6387
6423
  size: '16'
6388
6424
  };
6389
6425
 
6390
- var loadingCircleStyle$24 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6426
+ var loadingCircleStyle$25 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6391
6427
 
6392
6428
  var LogoWecomGray = function LogoWecomGray(props) {
6393
6429
  var color = props.color,
@@ -6400,7 +6436,7 @@ var LogoWecomGray = function LogoWecomGray(props) {
6400
6436
  return /*#__PURE__*/React.createElement("span", {
6401
6437
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6402
6438
  }, /*#__PURE__*/React.createElement("style", {
6403
- children: loadingCircleStyle$24
6439
+ children: loadingCircleStyle$25
6404
6440
  }), /*#__PURE__*/React.createElement("svg", _extends({
6405
6441
  xmlns: "http://www.w3.org/2000/svg",
6406
6442
  width: size,
@@ -6432,7 +6468,7 @@ LogoWecomGray.defaultProps = {
6432
6468
  size: '16'
6433
6469
  };
6434
6470
 
6435
- var loadingCircleStyle$25 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6471
+ var loadingCircleStyle$26 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6436
6472
 
6437
6473
  var LogoWechatCl = function LogoWechatCl(props) {
6438
6474
  var color = props.color,
@@ -6445,7 +6481,7 @@ var LogoWechatCl = function LogoWechatCl(props) {
6445
6481
  return /*#__PURE__*/React.createElement("span", {
6446
6482
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6447
6483
  }, /*#__PURE__*/React.createElement("style", {
6448
- children: loadingCircleStyle$25
6484
+ children: loadingCircleStyle$26
6449
6485
  }), /*#__PURE__*/React.createElement("svg", _extends({
6450
6486
  xmlns: "http://www.w3.org/2000/svg",
6451
6487
  width: size,
@@ -6486,7 +6522,7 @@ LogoWechatCl.defaultProps = {
6486
6522
  size: '16'
6487
6523
  };
6488
6524
 
6489
- var loadingCircleStyle$26 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6525
+ var loadingCircleStyle$27 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6490
6526
 
6491
6527
  var LogoWechatGray = function LogoWechatGray(props) {
6492
6528
  var color = props.color,
@@ -6499,7 +6535,7 @@ var LogoWechatGray = function LogoWechatGray(props) {
6499
6535
  return /*#__PURE__*/React.createElement("span", {
6500
6536
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6501
6537
  }, /*#__PURE__*/React.createElement("style", {
6502
- children: loadingCircleStyle$26
6538
+ children: loadingCircleStyle$27
6503
6539
  }), /*#__PURE__*/React.createElement("svg", _extends({
6504
6540
  xmlns: "http://www.w3.org/2000/svg",
6505
6541
  width: size,
@@ -6538,7 +6574,7 @@ LogoWechatGray.defaultProps = {
6538
6574
  size: '16'
6539
6575
  };
6540
6576
 
6541
- var loadingCircleStyle$27 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6577
+ var loadingCircleStyle$28 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6542
6578
 
6543
6579
  var LogoFeishuCl = function LogoFeishuCl(props) {
6544
6580
  var color = props.color,
@@ -6551,7 +6587,7 @@ var LogoFeishuCl = function LogoFeishuCl(props) {
6551
6587
  return /*#__PURE__*/React.createElement("span", {
6552
6588
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6553
6589
  }, /*#__PURE__*/React.createElement("style", {
6554
- children: loadingCircleStyle$27
6590
+ children: loadingCircleStyle$28
6555
6591
  }), /*#__PURE__*/React.createElement("svg", _extends({
6556
6592
  xmlns: "http://www.w3.org/2000/svg",
6557
6593
  width: size,
@@ -6601,7 +6637,7 @@ LogoFeishuCl.defaultProps = {
6601
6637
  size: '16'
6602
6638
  };
6603
6639
 
6604
- var loadingCircleStyle$28 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6640
+ var loadingCircleStyle$29 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6605
6641
 
6606
6642
  var LogoKingCl = function LogoKingCl(props) {
6607
6643
  var color = props.color,
@@ -6614,7 +6650,7 @@ var LogoKingCl = function LogoKingCl(props) {
6614
6650
  return /*#__PURE__*/React.createElement("span", {
6615
6651
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6616
6652
  }, /*#__PURE__*/React.createElement("style", {
6617
- children: loadingCircleStyle$28
6653
+ children: loadingCircleStyle$29
6618
6654
  }), /*#__PURE__*/React.createElement("svg", _extends({
6619
6655
  xmlns: "http://www.w3.org/2000/svg",
6620
6656
  width: size,
@@ -6647,7 +6683,7 @@ LogoKingCl.defaultProps = {
6647
6683
  size: '16'
6648
6684
  };
6649
6685
 
6650
- var loadingCircleStyle$29 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6686
+ var loadingCircleStyle$2a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6651
6687
 
6652
6688
  var LogoCurrencylayerCl = function LogoCurrencylayerCl(props) {
6653
6689
  var color = props.color,
@@ -6660,7 +6696,7 @@ var LogoCurrencylayerCl = function LogoCurrencylayerCl(props) {
6660
6696
  return /*#__PURE__*/React.createElement("span", {
6661
6697
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6662
6698
  }, /*#__PURE__*/React.createElement("style", {
6663
- children: loadingCircleStyle$29
6699
+ children: loadingCircleStyle$2a
6664
6700
  }), /*#__PURE__*/React.createElement("svg", _extends({
6665
6701
  xmlns: "http://www.w3.org/2000/svg",
6666
6702
  width: size,
@@ -6697,7 +6733,7 @@ LogoCurrencylayerCl.defaultProps = {
6697
6733
  size: '16'
6698
6734
  };
6699
6735
 
6700
- var loadingCircleStyle$2a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6736
+ var loadingCircleStyle$2b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6701
6737
 
6702
6738
  var LogoGarenaCl = function LogoGarenaCl(props) {
6703
6739
  var color = props.color,
@@ -6710,7 +6746,7 @@ var LogoGarenaCl = function LogoGarenaCl(props) {
6710
6746
  return /*#__PURE__*/React.createElement("span", {
6711
6747
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6712
6748
  }, /*#__PURE__*/React.createElement("style", {
6713
- children: loadingCircleStyle$2a
6749
+ children: loadingCircleStyle$2b
6714
6750
  }), /*#__PURE__*/React.createElement("svg", _extends({
6715
6751
  xmlns: "http://www.w3.org/2000/svg",
6716
6752
  width: size,
@@ -6743,7 +6779,7 @@ LogoGarenaCl.defaultProps = {
6743
6779
  size: '16'
6744
6780
  };
6745
6781
 
6746
- var loadingCircleStyle$2b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6782
+ var loadingCircleStyle$2c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6747
6783
 
6748
6784
  var LogoAndroidGray = function LogoAndroidGray(props) {
6749
6785
  var color = props.color,
@@ -6756,7 +6792,7 @@ var LogoAndroidGray = function LogoAndroidGray(props) {
6756
6792
  return /*#__PURE__*/React.createElement("span", {
6757
6793
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6758
6794
  }, /*#__PURE__*/React.createElement("style", {
6759
- children: loadingCircleStyle$2b
6795
+ children: loadingCircleStyle$2c
6760
6796
  }), /*#__PURE__*/React.createElement("svg", _extends({
6761
6797
  xmlns: "http://www.w3.org/2000/svg",
6762
6798
  width: size,
@@ -6788,7 +6824,7 @@ LogoAndroidGray.defaultProps = {
6788
6824
  size: '16'
6789
6825
  };
6790
6826
 
6791
- var loadingCircleStyle$2c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6827
+ var loadingCircleStyle$2d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6792
6828
 
6793
6829
  var LogoAppleGray = function LogoAppleGray(props) {
6794
6830
  var color = props.color,
@@ -6801,7 +6837,7 @@ var LogoAppleGray = function LogoAppleGray(props) {
6801
6837
  return /*#__PURE__*/React.createElement("span", {
6802
6838
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6803
6839
  }, /*#__PURE__*/React.createElement("style", {
6804
- children: loadingCircleStyle$2c
6840
+ children: loadingCircleStyle$2d
6805
6841
  }), /*#__PURE__*/React.createElement("svg", _extends({
6806
6842
  xmlns: "http://www.w3.org/2000/svg",
6807
6843
  width: size,
@@ -6833,7 +6869,53 @@ LogoAppleGray.defaultProps = {
6833
6869
  size: '16'
6834
6870
  };
6835
6871
 
6836
- var loadingCircleStyle$2d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6872
+ var loadingCircleStyle$2e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6873
+
6874
+ var LogoXiaomiCl = function LogoXiaomiCl(props) {
6875
+ var color = props.color,
6876
+ size = props.size,
6877
+ spin = props.spin,
6878
+ style = props.style,
6879
+ className = props.className,
6880
+ otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className"]);
6881
+
6882
+ return /*#__PURE__*/React.createElement("span", {
6883
+ className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6884
+ }, /*#__PURE__*/React.createElement("style", {
6885
+ children: loadingCircleStyle$2e
6886
+ }), /*#__PURE__*/React.createElement("svg", _extends({
6887
+ xmlns: "http://www.w3.org/2000/svg",
6888
+ width: size,
6889
+ height: size,
6890
+ viewBox: "0 0 24 24",
6891
+ fill: color
6892
+ }, otherProps, {
6893
+ style: _objectSpread2(_objectSpread2(_objectSpread2({}, style), spin ? {
6894
+ animationDuration: '1s',
6895
+ animationIterationCount: 'infinite',
6896
+ animationName: 'loadingCircle',
6897
+ animationTimingFunction: 'linear'
6898
+ } : {}), {}, {
6899
+ cursor: 'pointer'
6900
+ })
6901
+ }), /*#__PURE__*/React.createElement("path", {
6902
+ 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",
6903
+ fill: "#FF6A00"
6904
+ })));
6905
+ };
6906
+
6907
+ LogoXiaomiCl.propTypes = {
6908
+ spin: PropTypes.bool,
6909
+ color: PropTypes.string,
6910
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
6911
+ };
6912
+ LogoXiaomiCl.defaultProps = {
6913
+ spin: false,
6914
+ color: 'currentColor',
6915
+ size: '16'
6916
+ };
6917
+
6918
+ var loadingCircleStyle$2f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6837
6919
 
6838
6920
  var Info = function Info(props) {
6839
6921
  var color = props.color,
@@ -6846,7 +6928,7 @@ var Info = function Info(props) {
6846
6928
  return /*#__PURE__*/React.createElement("span", {
6847
6929
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6848
6930
  }, /*#__PURE__*/React.createElement("style", {
6849
- children: loadingCircleStyle$2d
6931
+ children: loadingCircleStyle$2f
6850
6932
  }), /*#__PURE__*/React.createElement("svg", _extends({
6851
6933
  xmlns: "http://www.w3.org/2000/svg",
6852
6934
  width: size,
@@ -6882,7 +6964,7 @@ Info.defaultProps = {
6882
6964
  size: '16'
6883
6965
  };
6884
6966
 
6885
- var loadingCircleStyle$2e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6967
+ var loadingCircleStyle$2g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6886
6968
 
6887
6969
  var InfoFill = function InfoFill(props) {
6888
6970
  var color = props.color,
@@ -6895,7 +6977,7 @@ var InfoFill = function InfoFill(props) {
6895
6977
  return /*#__PURE__*/React.createElement("span", {
6896
6978
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6897
6979
  }, /*#__PURE__*/React.createElement("style", {
6898
- children: loadingCircleStyle$2e
6980
+ children: loadingCircleStyle$2g
6899
6981
  }), /*#__PURE__*/React.createElement("svg", _extends({
6900
6982
  xmlns: "http://www.w3.org/2000/svg",
6901
6983
  width: size,
@@ -6927,7 +7009,7 @@ InfoFill.defaultProps = {
6927
7009
  size: '16'
6928
7010
  };
6929
7011
 
6930
- var loadingCircleStyle$2f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7012
+ var loadingCircleStyle$2h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6931
7013
 
6932
7014
  var Help = function Help(props) {
6933
7015
  var color = props.color,
@@ -6940,7 +7022,7 @@ var Help = function Help(props) {
6940
7022
  return /*#__PURE__*/React.createElement("span", {
6941
7023
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6942
7024
  }, /*#__PURE__*/React.createElement("style", {
6943
- children: loadingCircleStyle$2f
7025
+ children: loadingCircleStyle$2h
6944
7026
  }), /*#__PURE__*/React.createElement("svg", _extends({
6945
7027
  xmlns: "http://www.w3.org/2000/svg",
6946
7028
  width: size,
@@ -6972,7 +7054,7 @@ Help.defaultProps = {
6972
7054
  size: '16'
6973
7055
  };
6974
7056
 
6975
- var loadingCircleStyle$2g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7057
+ var loadingCircleStyle$2i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6976
7058
 
6977
7059
  var History = function History(props) {
6978
7060
  var color = props.color,
@@ -6985,7 +7067,7 @@ var History = function History(props) {
6985
7067
  return /*#__PURE__*/React.createElement("span", {
6986
7068
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6987
7069
  }, /*#__PURE__*/React.createElement("style", {
6988
- children: loadingCircleStyle$2g
7070
+ children: loadingCircleStyle$2i
6989
7071
  }), /*#__PURE__*/React.createElement("svg", _extends({
6990
7072
  xmlns: "http://www.w3.org/2000/svg",
6991
7073
  width: size,
@@ -7017,7 +7099,7 @@ History.defaultProps = {
7017
7099
  size: '16'
7018
7100
  };
7019
7101
 
7020
- var loadingCircleStyle$2h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7102
+ var loadingCircleStyle$2j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7021
7103
 
7022
7104
  var Backup = function Backup(props) {
7023
7105
  var color = props.color,
@@ -7030,7 +7112,7 @@ var Backup = function Backup(props) {
7030
7112
  return /*#__PURE__*/React.createElement("span", {
7031
7113
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7032
7114
  }, /*#__PURE__*/React.createElement("style", {
7033
- children: loadingCircleStyle$2h
7115
+ children: loadingCircleStyle$2j
7034
7116
  }), /*#__PURE__*/React.createElement("svg", _extends({
7035
7117
  xmlns: "http://www.w3.org/2000/svg",
7036
7118
  width: size,
@@ -7064,7 +7146,7 @@ Backup.defaultProps = {
7064
7146
  size: '16'
7065
7147
  };
7066
7148
 
7067
- var loadingCircleStyle$2i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7149
+ var loadingCircleStyle$2k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7068
7150
 
7069
7151
  var Error = function Error(props) {
7070
7152
  var color = props.color,
@@ -7077,7 +7159,7 @@ var Error = function Error(props) {
7077
7159
  return /*#__PURE__*/React.createElement("span", {
7078
7160
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7079
7161
  }, /*#__PURE__*/React.createElement("style", {
7080
- children: loadingCircleStyle$2i
7162
+ children: loadingCircleStyle$2k
7081
7163
  }), /*#__PURE__*/React.createElement("svg", _extends({
7082
7164
  xmlns: "http://www.w3.org/2000/svg",
7083
7165
  width: size,
@@ -7113,7 +7195,7 @@ Error.defaultProps = {
7113
7195
  size: '16'
7114
7196
  };
7115
7197
 
7116
- var loadingCircleStyle$2j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7198
+ var loadingCircleStyle$2l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7117
7199
 
7118
7200
  var ErrorFill = function ErrorFill(props) {
7119
7201
  var color = props.color,
@@ -7126,7 +7208,7 @@ var ErrorFill = function ErrorFill(props) {
7126
7208
  return /*#__PURE__*/React.createElement("span", {
7127
7209
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7128
7210
  }, /*#__PURE__*/React.createElement("style", {
7129
- children: loadingCircleStyle$2j
7211
+ children: loadingCircleStyle$2l
7130
7212
  }), /*#__PURE__*/React.createElement("svg", _extends({
7131
7213
  xmlns: "http://www.w3.org/2000/svg",
7132
7214
  width: size,
@@ -7158,7 +7240,7 @@ ErrorFill.defaultProps = {
7158
7240
  size: '16'
7159
7241
  };
7160
7242
 
7161
- var loadingCircleStyle$2k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7243
+ var loadingCircleStyle$2m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7162
7244
 
7163
7245
  var Error2 = function Error2(props) {
7164
7246
  var color = props.color,
@@ -7171,7 +7253,7 @@ var Error2 = function Error2(props) {
7171
7253
  return /*#__PURE__*/React.createElement("span", {
7172
7254
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7173
7255
  }, /*#__PURE__*/React.createElement("style", {
7174
- children: loadingCircleStyle$2k
7256
+ children: loadingCircleStyle$2m
7175
7257
  }), /*#__PURE__*/React.createElement("svg", _extends({
7176
7258
  xmlns: "http://www.w3.org/2000/svg",
7177
7259
  width: size,
@@ -7205,7 +7287,7 @@ Error2.defaultProps = {
7205
7287
  size: '16'
7206
7288
  };
7207
7289
 
7208
- var loadingCircleStyle$2l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7290
+ var loadingCircleStyle$2n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7209
7291
 
7210
7292
  var Error2Fill = function Error2Fill(props) {
7211
7293
  var color = props.color,
@@ -7218,7 +7300,7 @@ var Error2Fill = function Error2Fill(props) {
7218
7300
  return /*#__PURE__*/React.createElement("span", {
7219
7301
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7220
7302
  }, /*#__PURE__*/React.createElement("style", {
7221
- children: loadingCircleStyle$2l
7303
+ children: loadingCircleStyle$2n
7222
7304
  }), /*#__PURE__*/React.createElement("svg", _extends({
7223
7305
  xmlns: "http://www.w3.org/2000/svg",
7224
7306
  width: size,
@@ -7252,7 +7334,7 @@ Error2Fill.defaultProps = {
7252
7334
  size: '16'
7253
7335
  };
7254
7336
 
7255
- var loadingCircleStyle$2m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7337
+ var loadingCircleStyle$2o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7256
7338
 
7257
7339
  var Success = function Success(props) {
7258
7340
  var color = props.color,
@@ -7265,7 +7347,7 @@ var Success = function Success(props) {
7265
7347
  return /*#__PURE__*/React.createElement("span", {
7266
7348
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7267
7349
  }, /*#__PURE__*/React.createElement("style", {
7268
- children: loadingCircleStyle$2m
7350
+ children: loadingCircleStyle$2o
7269
7351
  }), /*#__PURE__*/React.createElement("svg", _extends({
7270
7352
  xmlns: "http://www.w3.org/2000/svg",
7271
7353
  width: size,
@@ -7297,7 +7379,7 @@ Success.defaultProps = {
7297
7379
  size: '16'
7298
7380
  };
7299
7381
 
7300
- var loadingCircleStyle$2n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7382
+ var loadingCircleStyle$2p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7301
7383
 
7302
7384
  var SuccessFill = function SuccessFill(props) {
7303
7385
  var color = props.color,
@@ -7310,7 +7392,7 @@ var SuccessFill = function SuccessFill(props) {
7310
7392
  return /*#__PURE__*/React.createElement("span", {
7311
7393
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7312
7394
  }, /*#__PURE__*/React.createElement("style", {
7313
- children: loadingCircleStyle$2n
7395
+ children: loadingCircleStyle$2p
7314
7396
  }), /*#__PURE__*/React.createElement("svg", _extends({
7315
7397
  xmlns: "http://www.w3.org/2000/svg",
7316
7398
  width: size,
@@ -7344,7 +7426,7 @@ SuccessFill.defaultProps = {
7344
7426
  size: '16'
7345
7427
  };
7346
7428
 
7347
- var loadingCircleStyle$2o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7429
+ var loadingCircleStyle$2q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7348
7430
 
7349
7431
  var Delete2 = function Delete2(props) {
7350
7432
  var color = props.color,
@@ -7357,7 +7439,7 @@ var Delete2 = function Delete2(props) {
7357
7439
  return /*#__PURE__*/React.createElement("span", {
7358
7440
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7359
7441
  }, /*#__PURE__*/React.createElement("style", {
7360
- children: loadingCircleStyle$2o
7442
+ children: loadingCircleStyle$2q
7361
7443
  }), /*#__PURE__*/React.createElement("svg", _extends({
7362
7444
  xmlns: "http://www.w3.org/2000/svg",
7363
7445
  width: size,
@@ -7389,7 +7471,7 @@ Delete2.defaultProps = {
7389
7471
  size: '16'
7390
7472
  };
7391
7473
 
7392
- var loadingCircleStyle$2p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7474
+ var loadingCircleStyle$2r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7393
7475
 
7394
7476
  var Delete2Fill = function Delete2Fill(props) {
7395
7477
  var color = props.color,
@@ -7402,7 +7484,7 @@ var Delete2Fill = function Delete2Fill(props) {
7402
7484
  return /*#__PURE__*/React.createElement("span", {
7403
7485
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7404
7486
  }, /*#__PURE__*/React.createElement("style", {
7405
- children: loadingCircleStyle$2p
7487
+ children: loadingCircleStyle$2r
7406
7488
  }), /*#__PURE__*/React.createElement("svg", _extends({
7407
7489
  xmlns: "http://www.w3.org/2000/svg",
7408
7490
  width: size,
@@ -7434,7 +7516,7 @@ Delete2Fill.defaultProps = {
7434
7516
  size: '16'
7435
7517
  };
7436
7518
 
7437
- var loadingCircleStyle$2q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7519
+ var loadingCircleStyle$2s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7438
7520
 
7439
7521
  var Exchange = function Exchange(props) {
7440
7522
  var color = props.color,
@@ -7447,7 +7529,7 @@ var Exchange = function Exchange(props) {
7447
7529
  return /*#__PURE__*/React.createElement("span", {
7448
7530
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7449
7531
  }, /*#__PURE__*/React.createElement("style", {
7450
- children: loadingCircleStyle$2q
7532
+ children: loadingCircleStyle$2s
7451
7533
  }), /*#__PURE__*/React.createElement("svg", _extends({
7452
7534
  xmlns: "http://www.w3.org/2000/svg",
7453
7535
  width: size,
@@ -7479,7 +7561,7 @@ Exchange.defaultProps = {
7479
7561
  size: '16'
7480
7562
  };
7481
7563
 
7482
- var loadingCircleStyle$2r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7564
+ var loadingCircleStyle$2t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7483
7565
 
7484
7566
  var SwapFill = function SwapFill(props) {
7485
7567
  var color = props.color,
@@ -7492,7 +7574,7 @@ var SwapFill = function SwapFill(props) {
7492
7574
  return /*#__PURE__*/React.createElement("span", {
7493
7575
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7494
7576
  }, /*#__PURE__*/React.createElement("style", {
7495
- children: loadingCircleStyle$2r
7577
+ children: loadingCircleStyle$2t
7496
7578
  }), /*#__PURE__*/React.createElement("svg", _extends({
7497
7579
  xmlns: "http://www.w3.org/2000/svg",
7498
7580
  width: size,
@@ -7524,7 +7606,7 @@ SwapFill.defaultProps = {
7524
7606
  size: '16'
7525
7607
  };
7526
7608
 
7527
- var loadingCircleStyle$2s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7609
+ var loadingCircleStyle$2u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7528
7610
 
7529
7611
  var Processing = function Processing(props) {
7530
7612
  var color = props.color,
@@ -7537,7 +7619,7 @@ var Processing = function Processing(props) {
7537
7619
  return /*#__PURE__*/React.createElement("span", {
7538
7620
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7539
7621
  }, /*#__PURE__*/React.createElement("style", {
7540
- children: loadingCircleStyle$2s
7622
+ children: loadingCircleStyle$2u
7541
7623
  }), /*#__PURE__*/React.createElement("svg", _extends({
7542
7624
  xmlns: "http://www.w3.org/2000/svg",
7543
7625
  width: size,
@@ -7569,7 +7651,7 @@ Processing.defaultProps = {
7569
7651
  size: '16'
7570
7652
  };
7571
7653
 
7572
- var loadingCircleStyle$2t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7654
+ var loadingCircleStyle$2v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7573
7655
 
7574
7656
  var Processing2 = function Processing2(props) {
7575
7657
  var color = props.color,
@@ -7582,7 +7664,7 @@ var Processing2 = function Processing2(props) {
7582
7664
  return /*#__PURE__*/React.createElement("span", {
7583
7665
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7584
7666
  }, /*#__PURE__*/React.createElement("style", {
7585
- children: loadingCircleStyle$2t
7667
+ children: loadingCircleStyle$2v
7586
7668
  }), /*#__PURE__*/React.createElement("svg", _extends({
7587
7669
  xmlns: "http://www.w3.org/2000/svg",
7588
7670
  width: size,
@@ -7616,7 +7698,7 @@ Processing2.defaultProps = {
7616
7698
  size: '16'
7617
7699
  };
7618
7700
 
7619
- var loadingCircleStyle$2u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7701
+ var loadingCircleStyle$2w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7620
7702
 
7621
7703
  var Done = function Done(props) {
7622
7704
  var color = props.color,
@@ -7629,7 +7711,7 @@ var Done = function Done(props) {
7629
7711
  return /*#__PURE__*/React.createElement("span", {
7630
7712
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7631
7713
  }, /*#__PURE__*/React.createElement("style", {
7632
- children: loadingCircleStyle$2u
7714
+ children: loadingCircleStyle$2w
7633
7715
  }), /*#__PURE__*/React.createElement("svg", _extends({
7634
7716
  xmlns: "http://www.w3.org/2000/svg",
7635
7717
  width: size,
@@ -7661,7 +7743,7 @@ Done.defaultProps = {
7661
7743
  size: '16'
7662
7744
  };
7663
7745
 
7664
- var loadingCircleStyle$2v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7746
+ var loadingCircleStyle$2x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7665
7747
 
7666
7748
  var Close = function Close(props) {
7667
7749
  var color = props.color,
@@ -7674,7 +7756,7 @@ var Close = function Close(props) {
7674
7756
  return /*#__PURE__*/React.createElement("span", {
7675
7757
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7676
7758
  }, /*#__PURE__*/React.createElement("style", {
7677
- children: loadingCircleStyle$2v
7759
+ children: loadingCircleStyle$2x
7678
7760
  }), /*#__PURE__*/React.createElement("svg", _extends({
7679
7761
  xmlns: "http://www.w3.org/2000/svg",
7680
7762
  width: size,
@@ -7706,7 +7788,7 @@ Close.defaultProps = {
7706
7788
  size: '16'
7707
7789
  };
7708
7790
 
7709
- var loadingCircleStyle$2w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7791
+ var loadingCircleStyle$2y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7710
7792
 
7711
7793
  var StarOutline = function StarOutline(props) {
7712
7794
  var color = props.color,
@@ -7719,7 +7801,7 @@ var StarOutline = function StarOutline(props) {
7719
7801
  return /*#__PURE__*/React.createElement("span", {
7720
7802
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7721
7803
  }, /*#__PURE__*/React.createElement("style", {
7722
- children: loadingCircleStyle$2w
7804
+ children: loadingCircleStyle$2y
7723
7805
  }), /*#__PURE__*/React.createElement("svg", _extends({
7724
7806
  xmlns: "http://www.w3.org/2000/svg",
7725
7807
  width: size,
@@ -7751,7 +7833,7 @@ StarOutline.defaultProps = {
7751
7833
  size: '16'
7752
7834
  };
7753
7835
 
7754
- var loadingCircleStyle$2x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7836
+ var loadingCircleStyle$2z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7755
7837
 
7756
7838
  var StarFill = function StarFill(props) {
7757
7839
  var color = props.color,
@@ -7764,7 +7846,7 @@ var StarFill = function StarFill(props) {
7764
7846
  return /*#__PURE__*/React.createElement("span", {
7765
7847
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7766
7848
  }, /*#__PURE__*/React.createElement("style", {
7767
- children: loadingCircleStyle$2x
7849
+ children: loadingCircleStyle$2z
7768
7850
  }), /*#__PURE__*/React.createElement("svg", _extends({
7769
7851
  xmlns: "http://www.w3.org/2000/svg",
7770
7852
  width: size,
@@ -7796,7 +7878,7 @@ StarFill.defaultProps = {
7796
7878
  size: '16'
7797
7879
  };
7798
7880
 
7799
- var loadingCircleStyle$2y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7881
+ var loadingCircleStyle$2A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7800
7882
 
7801
7883
  var TimeLock = function TimeLock(props) {
7802
7884
  var color = props.color,
@@ -7809,7 +7891,7 @@ var TimeLock = function TimeLock(props) {
7809
7891
  return /*#__PURE__*/React.createElement("span", {
7810
7892
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7811
7893
  }, /*#__PURE__*/React.createElement("style", {
7812
- children: loadingCircleStyle$2y
7894
+ children: loadingCircleStyle$2A
7813
7895
  }), /*#__PURE__*/React.createElement("svg", _extends({
7814
7896
  xmlns: "http://www.w3.org/2000/svg",
7815
7897
  width: size,
@@ -7841,7 +7923,7 @@ TimeLock.defaultProps = {
7841
7923
  size: '16'
7842
7924
  };
7843
7925
 
7844
- var loadingCircleStyle$2z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7926
+ var loadingCircleStyle$2B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7845
7927
 
7846
7928
  var Heart = function Heart(props) {
7847
7929
  var color = props.color,
@@ -7854,7 +7936,7 @@ var Heart = function Heart(props) {
7854
7936
  return /*#__PURE__*/React.createElement("span", {
7855
7937
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7856
7938
  }, /*#__PURE__*/React.createElement("style", {
7857
- children: loadingCircleStyle$2z
7939
+ children: loadingCircleStyle$2B
7858
7940
  }), /*#__PURE__*/React.createElement("svg", _extends({
7859
7941
  xmlns: "http://www.w3.org/2000/svg",
7860
7942
  width: size,
@@ -7886,7 +7968,7 @@ Heart.defaultProps = {
7886
7968
  size: '16'
7887
7969
  };
7888
7970
 
7889
- var loadingCircleStyle$2A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7971
+ var loadingCircleStyle$2C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7890
7972
 
7891
7973
  var Bookmark = function Bookmark(props) {
7892
7974
  var color = props.color,
@@ -7899,7 +7981,7 @@ var Bookmark = function Bookmark(props) {
7899
7981
  return /*#__PURE__*/React.createElement("span", {
7900
7982
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7901
7983
  }, /*#__PURE__*/React.createElement("style", {
7902
- children: loadingCircleStyle$2A
7984
+ children: loadingCircleStyle$2C
7903
7985
  }), /*#__PURE__*/React.createElement("svg", _extends({
7904
7986
  xmlns: "http://www.w3.org/2000/svg",
7905
7987
  width: size,
@@ -7931,7 +8013,7 @@ Bookmark.defaultProps = {
7931
8013
  size: '16'
7932
8014
  };
7933
8015
 
7934
- var loadingCircleStyle$2B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8016
+ var loadingCircleStyle$2D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7935
8017
 
7936
8018
  var Bookmark2 = function Bookmark2(props) {
7937
8019
  var color = props.color,
@@ -7944,7 +8026,7 @@ var Bookmark2 = function Bookmark2(props) {
7944
8026
  return /*#__PURE__*/React.createElement("span", {
7945
8027
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7946
8028
  }, /*#__PURE__*/React.createElement("style", {
7947
- children: loadingCircleStyle$2B
8029
+ children: loadingCircleStyle$2D
7948
8030
  }), /*#__PURE__*/React.createElement("svg", _extends({
7949
8031
  xmlns: "http://www.w3.org/2000/svg",
7950
8032
  width: size,
@@ -7976,7 +8058,7 @@ Bookmark2.defaultProps = {
7976
8058
  size: '16'
7977
8059
  };
7978
8060
 
7979
- var loadingCircleStyle$2C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8061
+ var loadingCircleStyle$2E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7980
8062
 
7981
8063
  var LockClose = function LockClose(props) {
7982
8064
  var color = props.color,
@@ -7989,7 +8071,7 @@ var LockClose = function LockClose(props) {
7989
8071
  return /*#__PURE__*/React.createElement("span", {
7990
8072
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7991
8073
  }, /*#__PURE__*/React.createElement("style", {
7992
- children: loadingCircleStyle$2C
8074
+ children: loadingCircleStyle$2E
7993
8075
  }), /*#__PURE__*/React.createElement("svg", _extends({
7994
8076
  xmlns: "http://www.w3.org/2000/svg",
7995
8077
  width: size,
@@ -8025,7 +8107,7 @@ LockClose.defaultProps = {
8025
8107
  size: '16'
8026
8108
  };
8027
8109
 
8028
- var loadingCircleStyle$2D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8110
+ var loadingCircleStyle$2F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8029
8111
 
8030
8112
  var LockCloseFill = function LockCloseFill(props) {
8031
8113
  var color = props.color,
@@ -8038,7 +8120,7 @@ var LockCloseFill = function LockCloseFill(props) {
8038
8120
  return /*#__PURE__*/React.createElement("span", {
8039
8121
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8040
8122
  }, /*#__PURE__*/React.createElement("style", {
8041
- children: loadingCircleStyle$2D
8123
+ children: loadingCircleStyle$2F
8042
8124
  }), /*#__PURE__*/React.createElement("svg", _extends({
8043
8125
  xmlns: "http://www.w3.org/2000/svg",
8044
8126
  width: size,
@@ -8070,7 +8152,7 @@ LockCloseFill.defaultProps = {
8070
8152
  size: '16'
8071
8153
  };
8072
8154
 
8073
- var loadingCircleStyle$2E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8155
+ var loadingCircleStyle$2G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8074
8156
 
8075
8157
  var LockOpen = function LockOpen(props) {
8076
8158
  var color = props.color,
@@ -8083,7 +8165,7 @@ var LockOpen = function LockOpen(props) {
8083
8165
  return /*#__PURE__*/React.createElement("span", {
8084
8166
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8085
8167
  }, /*#__PURE__*/React.createElement("style", {
8086
- children: loadingCircleStyle$2E
8168
+ children: loadingCircleStyle$2G
8087
8169
  }), /*#__PURE__*/React.createElement("svg", _extends({
8088
8170
  xmlns: "http://www.w3.org/2000/svg",
8089
8171
  width: size,
@@ -8115,7 +8197,7 @@ LockOpen.defaultProps = {
8115
8197
  size: '16'
8116
8198
  };
8117
8199
 
8118
- var loadingCircleStyle$2F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8200
+ var loadingCircleStyle$2H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8119
8201
 
8120
8202
  var LockOpenFill = function LockOpenFill(props) {
8121
8203
  var color = props.color,
@@ -8128,7 +8210,7 @@ var LockOpenFill = function LockOpenFill(props) {
8128
8210
  return /*#__PURE__*/React.createElement("span", {
8129
8211
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8130
8212
  }, /*#__PURE__*/React.createElement("style", {
8131
- children: loadingCircleStyle$2F
8213
+ children: loadingCircleStyle$2H
8132
8214
  }), /*#__PURE__*/React.createElement("svg", _extends({
8133
8215
  xmlns: "http://www.w3.org/2000/svg",
8134
8216
  width: size,
@@ -8160,7 +8242,7 @@ LockOpenFill.defaultProps = {
8160
8242
  size: '16'
8161
8243
  };
8162
8244
 
8163
- var loadingCircleStyle$2G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8245
+ var loadingCircleStyle$2I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8164
8246
 
8165
8247
  var EyeOn = function EyeOn(props) {
8166
8248
  var color = props.color,
@@ -8173,7 +8255,7 @@ var EyeOn = function EyeOn(props) {
8173
8255
  return /*#__PURE__*/React.createElement("span", {
8174
8256
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8175
8257
  }, /*#__PURE__*/React.createElement("style", {
8176
- children: loadingCircleStyle$2G
8258
+ children: loadingCircleStyle$2I
8177
8259
  }), /*#__PURE__*/React.createElement("svg", _extends({
8178
8260
  xmlns: "http://www.w3.org/2000/svg",
8179
8261
  width: size,
@@ -8205,7 +8287,7 @@ EyeOn.defaultProps = {
8205
8287
  size: '16'
8206
8288
  };
8207
8289
 
8208
- var loadingCircleStyle$2H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8290
+ var loadingCircleStyle$2J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8209
8291
 
8210
8292
  var EyeOnFill = function EyeOnFill(props) {
8211
8293
  var color = props.color,
@@ -8218,7 +8300,7 @@ var EyeOnFill = function EyeOnFill(props) {
8218
8300
  return /*#__PURE__*/React.createElement("span", {
8219
8301
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8220
8302
  }, /*#__PURE__*/React.createElement("style", {
8221
- children: loadingCircleStyle$2H
8303
+ children: loadingCircleStyle$2J
8222
8304
  }), /*#__PURE__*/React.createElement("svg", _extends({
8223
8305
  xmlns: "http://www.w3.org/2000/svg",
8224
8306
  width: size,
@@ -8252,7 +8334,7 @@ EyeOnFill.defaultProps = {
8252
8334
  size: '16'
8253
8335
  };
8254
8336
 
8255
- var loadingCircleStyle$2I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8337
+ var loadingCircleStyle$2K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8256
8338
 
8257
8339
  var EyeOff = function EyeOff(props) {
8258
8340
  var color = props.color,
@@ -8265,7 +8347,7 @@ var EyeOff = function EyeOff(props) {
8265
8347
  return /*#__PURE__*/React.createElement("span", {
8266
8348
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8267
8349
  }, /*#__PURE__*/React.createElement("style", {
8268
- children: loadingCircleStyle$2I
8350
+ children: loadingCircleStyle$2K
8269
8351
  }), /*#__PURE__*/React.createElement("svg", _extends({
8270
8352
  xmlns: "http://www.w3.org/2000/svg",
8271
8353
  width: size,
@@ -8297,7 +8379,7 @@ EyeOff.defaultProps = {
8297
8379
  size: '16'
8298
8380
  };
8299
8381
 
8300
- var loadingCircleStyle$2J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8382
+ var loadingCircleStyle$2L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8301
8383
 
8302
8384
  var EyeOffFill = function EyeOffFill(props) {
8303
8385
  var color = props.color,
@@ -8310,7 +8392,7 @@ var EyeOffFill = function EyeOffFill(props) {
8310
8392
  return /*#__PURE__*/React.createElement("span", {
8311
8393
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8312
8394
  }, /*#__PURE__*/React.createElement("style", {
8313
- children: loadingCircleStyle$2J
8395
+ children: loadingCircleStyle$2L
8314
8396
  }), /*#__PURE__*/React.createElement("svg", _extends({
8315
8397
  xmlns: "http://www.w3.org/2000/svg",
8316
8398
  width: size,
@@ -8344,7 +8426,7 @@ EyeOffFill.defaultProps = {
8344
8426
  size: '16'
8345
8427
  };
8346
8428
 
8347
- var loadingCircleStyle$2K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8429
+ var loadingCircleStyle$2M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8348
8430
 
8349
8431
  var Dot = function Dot(props) {
8350
8432
  var color = props.color,
@@ -8357,7 +8439,7 @@ var Dot = function Dot(props) {
8357
8439
  return /*#__PURE__*/React.createElement("span", {
8358
8440
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8359
8441
  }, /*#__PURE__*/React.createElement("style", {
8360
- children: loadingCircleStyle$2K
8442
+ children: loadingCircleStyle$2M
8361
8443
  }), /*#__PURE__*/React.createElement("svg", _extends({
8362
8444
  xmlns: "http://www.w3.org/2000/svg",
8363
8445
  width: size,
@@ -8391,7 +8473,7 @@ Dot.defaultProps = {
8391
8473
  size: '16'
8392
8474
  };
8393
8475
 
8394
- var loadingCircleStyle$2L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8476
+ var loadingCircleStyle$2N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8395
8477
 
8396
8478
  var Anchor = function Anchor(props) {
8397
8479
  var color = props.color,
@@ -8404,7 +8486,7 @@ var Anchor = function Anchor(props) {
8404
8486
  return /*#__PURE__*/React.createElement("span", {
8405
8487
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8406
8488
  }, /*#__PURE__*/React.createElement("style", {
8407
- children: loadingCircleStyle$2L
8489
+ children: loadingCircleStyle$2N
8408
8490
  }), /*#__PURE__*/React.createElement("svg", _extends({
8409
8491
  xmlns: "http://www.w3.org/2000/svg",
8410
8492
  width: size,
@@ -8436,7 +8518,7 @@ Anchor.defaultProps = {
8436
8518
  size: '16'
8437
8519
  };
8438
8520
 
8439
- var loadingCircleStyle$2M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8521
+ var loadingCircleStyle$2O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8440
8522
 
8441
8523
  var ChartLine = function ChartLine(props) {
8442
8524
  var color = props.color,
@@ -8449,7 +8531,7 @@ var ChartLine = function ChartLine(props) {
8449
8531
  return /*#__PURE__*/React.createElement("span", {
8450
8532
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8451
8533
  }, /*#__PURE__*/React.createElement("style", {
8452
- children: loadingCircleStyle$2M
8534
+ children: loadingCircleStyle$2O
8453
8535
  }), /*#__PURE__*/React.createElement("svg", _extends({
8454
8536
  xmlns: "http://www.w3.org/2000/svg",
8455
8537
  width: size,
@@ -8487,7 +8569,7 @@ ChartLine.defaultProps = {
8487
8569
  size: '16'
8488
8570
  };
8489
8571
 
8490
- var loadingCircleStyle$2N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8572
+ var loadingCircleStyle$2P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8491
8573
 
8492
8574
  var ChartBar = function ChartBar(props) {
8493
8575
  var color = props.color,
@@ -8500,7 +8582,7 @@ var ChartBar = function ChartBar(props) {
8500
8582
  return /*#__PURE__*/React.createElement("span", {
8501
8583
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8502
8584
  }, /*#__PURE__*/React.createElement("style", {
8503
- children: loadingCircleStyle$2N
8585
+ children: loadingCircleStyle$2P
8504
8586
  }), /*#__PURE__*/React.createElement("svg", _extends({
8505
8587
  xmlns: "http://www.w3.org/2000/svg",
8506
8588
  width: size,
@@ -8536,7 +8618,7 @@ ChartBar.defaultProps = {
8536
8618
  size: '16'
8537
8619
  };
8538
8620
 
8539
- var loadingCircleStyle$2O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8621
+ var loadingCircleStyle$2Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8540
8622
 
8541
8623
  var ChartCum = function ChartCum(props) {
8542
8624
  var color = props.color,
@@ -8549,7 +8631,7 @@ var ChartCum = function ChartCum(props) {
8549
8631
  return /*#__PURE__*/React.createElement("span", {
8550
8632
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8551
8633
  }, /*#__PURE__*/React.createElement("style", {
8552
- children: loadingCircleStyle$2O
8634
+ children: loadingCircleStyle$2Q
8553
8635
  }), /*#__PURE__*/React.createElement("svg", _extends({
8554
8636
  xmlns: "http://www.w3.org/2000/svg",
8555
8637
  width: size,
@@ -8591,7 +8673,7 @@ ChartCum.defaultProps = {
8591
8673
  size: '16'
8592
8674
  };
8593
8675
 
8594
- var loadingCircleStyle$2P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8676
+ var loadingCircleStyle$2R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8595
8677
 
8596
8678
  var ChartPie = function ChartPie(props) {
8597
8679
  var color = props.color,
@@ -8604,7 +8686,7 @@ var ChartPie = function ChartPie(props) {
8604
8686
  return /*#__PURE__*/React.createElement("span", {
8605
8687
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8606
8688
  }, /*#__PURE__*/React.createElement("style", {
8607
- children: loadingCircleStyle$2P
8689
+ children: loadingCircleStyle$2R
8608
8690
  }), /*#__PURE__*/React.createElement("svg", _extends({
8609
8691
  xmlns: "http://www.w3.org/2000/svg",
8610
8692
  width: size,
@@ -8638,7 +8720,7 @@ ChartPie.defaultProps = {
8638
8720
  size: '16'
8639
8721
  };
8640
8722
 
8641
- var loadingCircleStyle$2Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8723
+ var loadingCircleStyle$2S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8642
8724
 
8643
8725
  var ChartDNRe = function ChartDNRe(props) {
8644
8726
  var color = props.color,
@@ -8651,7 +8733,7 @@ var ChartDNRe = function ChartDNRe(props) {
8651
8733
  return /*#__PURE__*/React.createElement("span", {
8652
8734
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8653
8735
  }, /*#__PURE__*/React.createElement("style", {
8654
- children: loadingCircleStyle$2Q
8736
+ children: loadingCircleStyle$2S
8655
8737
  }), /*#__PURE__*/React.createElement("svg", _extends({
8656
8738
  xmlns: "http://www.w3.org/2000/svg",
8657
8739
  width: size,
@@ -8695,7 +8777,7 @@ ChartDNRe.defaultProps = {
8695
8777
  size: '16'
8696
8778
  };
8697
8779
 
8698
- var loadingCircleStyle$2R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8780
+ var loadingCircleStyle$2T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8699
8781
 
8700
8782
  var ChartDRe = function ChartDRe(props) {
8701
8783
  var color = props.color,
@@ -8708,7 +8790,7 @@ var ChartDRe = function ChartDRe(props) {
8708
8790
  return /*#__PURE__*/React.createElement("span", {
8709
8791
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8710
8792
  }, /*#__PURE__*/React.createElement("style", {
8711
- children: loadingCircleStyle$2R
8793
+ children: loadingCircleStyle$2T
8712
8794
  }), /*#__PURE__*/React.createElement("svg", _extends({
8713
8795
  xmlns: "http://www.w3.org/2000/svg",
8714
8796
  width: size,
@@ -8752,7 +8834,7 @@ ChartDRe.defaultProps = {
8752
8834
  size: '16'
8753
8835
  };
8754
8836
 
8755
- var loadingCircleStyle$2S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8837
+ var loadingCircleStyle$2U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8756
8838
 
8757
8839
  var ChartFunnel = function ChartFunnel(props) {
8758
8840
  var color = props.color,
@@ -8765,7 +8847,7 @@ var ChartFunnel = function ChartFunnel(props) {
8765
8847
  return /*#__PURE__*/React.createElement("span", {
8766
8848
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8767
8849
  }, /*#__PURE__*/React.createElement("style", {
8768
- children: loadingCircleStyle$2S
8850
+ children: loadingCircleStyle$2U
8769
8851
  }), /*#__PURE__*/React.createElement("svg", _extends({
8770
8852
  xmlns: "http://www.w3.org/2000/svg",
8771
8853
  width: size,
@@ -8801,7 +8883,7 @@ ChartFunnel.defaultProps = {
8801
8883
  size: '16'
8802
8884
  };
8803
8885
 
8804
- var loadingCircleStyle$2T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8886
+ var loadingCircleStyle$2V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8805
8887
 
8806
8888
  var ChartInterval = function ChartInterval(props) {
8807
8889
  var color = props.color,
@@ -8814,7 +8896,7 @@ var ChartInterval = function ChartInterval(props) {
8814
8896
  return /*#__PURE__*/React.createElement("span", {
8815
8897
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8816
8898
  }, /*#__PURE__*/React.createElement("style", {
8817
- children: loadingCircleStyle$2T
8899
+ children: loadingCircleStyle$2V
8818
8900
  }), /*#__PURE__*/React.createElement("svg", _extends({
8819
8901
  xmlns: "http://www.w3.org/2000/svg",
8820
8902
  width: size,
@@ -8848,7 +8930,7 @@ ChartInterval.defaultProps = {
8848
8930
  size: '16'
8849
8931
  };
8850
8932
 
8851
- var loadingCircleStyle$2U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8933
+ var loadingCircleStyle$2W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8852
8934
 
8853
8935
  var ChartStack = function ChartStack(props) {
8854
8936
  var color = props.color,
@@ -8861,7 +8943,7 @@ var ChartStack = function ChartStack(props) {
8861
8943
  return /*#__PURE__*/React.createElement("span", {
8862
8944
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8863
8945
  }, /*#__PURE__*/React.createElement("style", {
8864
- children: loadingCircleStyle$2U
8946
+ children: loadingCircleStyle$2W
8865
8947
  }), /*#__PURE__*/React.createElement("svg", _extends({
8866
8948
  xmlns: "http://www.w3.org/2000/svg",
8867
8949
  width: size,
@@ -8895,7 +8977,7 @@ ChartStack.defaultProps = {
8895
8977
  size: '16'
8896
8978
  };
8897
8979
 
8898
- var loadingCircleStyle$2V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8980
+ var loadingCircleStyle$2X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8899
8981
 
8900
8982
  var ChartStackn = function ChartStackn(props) {
8901
8983
  var color = props.color,
@@ -8908,7 +8990,7 @@ var ChartStackn = function ChartStackn(props) {
8908
8990
  return /*#__PURE__*/React.createElement("span", {
8909
8991
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8910
8992
  }, /*#__PURE__*/React.createElement("style", {
8911
- children: loadingCircleStyle$2V
8993
+ children: loadingCircleStyle$2X
8912
8994
  }), /*#__PURE__*/React.createElement("svg", _extends({
8913
8995
  xmlns: "http://www.w3.org/2000/svg",
8914
8996
  width: size,
@@ -8942,7 +9024,7 @@ ChartStackn.defaultProps = {
8942
9024
  size: '16'
8943
9025
  };
8944
9026
 
8945
- var loadingCircleStyle$2W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9027
+ var loadingCircleStyle$2Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8946
9028
 
8947
9029
  var ChartStackPerc = function ChartStackPerc(props) {
8948
9030
  var color = props.color,
@@ -8955,7 +9037,7 @@ var ChartStackPerc = function ChartStackPerc(props) {
8955
9037
  return /*#__PURE__*/React.createElement("span", {
8956
9038
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8957
9039
  }, /*#__PURE__*/React.createElement("style", {
8958
- children: loadingCircleStyle$2W
9040
+ children: loadingCircleStyle$2Y
8959
9041
  }), /*#__PURE__*/React.createElement("svg", _extends({
8960
9042
  xmlns: "http://www.w3.org/2000/svg",
8961
9043
  width: size,
@@ -8989,7 +9071,7 @@ ChartStackPerc.defaultProps = {
8989
9071
  size: '16'
8990
9072
  };
8991
9073
 
8992
- var loadingCircleStyle$2X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9074
+ var loadingCircleStyle$2Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8993
9075
 
8994
9076
  var ChartComplex = function ChartComplex(props) {
8995
9077
  var color = props.color,
@@ -9002,7 +9084,7 @@ var ChartComplex = function ChartComplex(props) {
9002
9084
  return /*#__PURE__*/React.createElement("span", {
9003
9085
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9004
9086
  }, /*#__PURE__*/React.createElement("style", {
9005
- children: loadingCircleStyle$2X
9087
+ children: loadingCircleStyle$2Z
9006
9088
  }), /*#__PURE__*/React.createElement("svg", _extends({
9007
9089
  xmlns: "http://www.w3.org/2000/svg",
9008
9090
  width: size,
@@ -9042,7 +9124,7 @@ ChartComplex.defaultProps = {
9042
9124
  size: '16'
9043
9125
  };
9044
9126
 
9045
- var loadingCircleStyle$2Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9127
+ var loadingCircleStyle$2_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9046
9128
 
9047
9129
  var ChartHistogram = function ChartHistogram(props) {
9048
9130
  var color = props.color,
@@ -9055,7 +9137,7 @@ var ChartHistogram = function ChartHistogram(props) {
9055
9137
  return /*#__PURE__*/React.createElement("span", {
9056
9138
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9057
9139
  }, /*#__PURE__*/React.createElement("style", {
9058
- children: loadingCircleStyle$2Y
9140
+ children: loadingCircleStyle$2_
9059
9141
  }), /*#__PURE__*/React.createElement("svg", _extends({
9060
9142
  xmlns: "http://www.w3.org/2000/svg",
9061
9143
  width: size,
@@ -9101,7 +9183,7 @@ ChartHistogram.defaultProps = {
9101
9183
  size: '16'
9102
9184
  };
9103
9185
 
9104
- var loadingCircleStyle$2Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9186
+ var loadingCircleStyle$2$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9105
9187
 
9106
9188
  var ChartTable = function ChartTable(props) {
9107
9189
  var color = props.color,
@@ -9114,7 +9196,7 @@ var ChartTable = function ChartTable(props) {
9114
9196
  return /*#__PURE__*/React.createElement("span", {
9115
9197
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9116
9198
  }, /*#__PURE__*/React.createElement("style", {
9117
- children: loadingCircleStyle$2Z
9199
+ children: loadingCircleStyle$2$
9118
9200
  }), /*#__PURE__*/React.createElement("svg", _extends({
9119
9201
  xmlns: "http://www.w3.org/2000/svg",
9120
9202
  width: size,
@@ -9146,7 +9228,7 @@ ChartTable.defaultProps = {
9146
9228
  size: '16'
9147
9229
  };
9148
9230
 
9149
- var loadingCircleStyle$2_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9231
+ var loadingCircleStyle$30 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9150
9232
 
9151
9233
  var ChartFieldlist = function ChartFieldlist(props) {
9152
9234
  var color = props.color,
@@ -9159,7 +9241,7 @@ var ChartFieldlist = function ChartFieldlist(props) {
9159
9241
  return /*#__PURE__*/React.createElement("span", {
9160
9242
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9161
9243
  }, /*#__PURE__*/React.createElement("style", {
9162
- children: loadingCircleStyle$2_
9244
+ children: loadingCircleStyle$30
9163
9245
  }), /*#__PURE__*/React.createElement("svg", _extends({
9164
9246
  xmlns: "http://www.w3.org/2000/svg",
9165
9247
  width: size,
@@ -9191,7 +9273,7 @@ ChartFieldlist.defaultProps = {
9191
9273
  size: '16'
9192
9274
  };
9193
9275
 
9194
- var loadingCircleStyle$2$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9276
+ var loadingCircleStyle$31 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9195
9277
 
9196
9278
  var Table1dtable = function Table1dtable(props) {
9197
9279
  var color = props.color,
@@ -9204,7 +9286,7 @@ var Table1dtable = function Table1dtable(props) {
9204
9286
  return /*#__PURE__*/React.createElement("span", {
9205
9287
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9206
9288
  }, /*#__PURE__*/React.createElement("style", {
9207
- children: loadingCircleStyle$2$
9289
+ children: loadingCircleStyle$31
9208
9290
  }), /*#__PURE__*/React.createElement("svg", _extends({
9209
9291
  xmlns: "http://www.w3.org/2000/svg",
9210
9292
  width: size,
@@ -9254,7 +9336,7 @@ Table1dtable.defaultProps = {
9254
9336
  size: '16'
9255
9337
  };
9256
9338
 
9257
- var loadingCircleStyle$30 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9339
+ var loadingCircleStyle$32 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9258
9340
 
9259
9341
  var ChartSqltable = function ChartSqltable(props) {
9260
9342
  var color = props.color,
@@ -9267,7 +9349,7 @@ var ChartSqltable = function ChartSqltable(props) {
9267
9349
  return /*#__PURE__*/React.createElement("span", {
9268
9350
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9269
9351
  }, /*#__PURE__*/React.createElement("style", {
9270
- children: loadingCircleStyle$30
9352
+ children: loadingCircleStyle$32
9271
9353
  }), /*#__PURE__*/React.createElement("svg", _extends({
9272
9354
  xmlns: "http://www.w3.org/2000/svg",
9273
9355
  width: size,
@@ -9299,7 +9381,7 @@ ChartSqltable.defaultProps = {
9299
9381
  size: '16'
9300
9382
  };
9301
9383
 
9302
- var loadingCircleStyle$31 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9384
+ var loadingCircleStyle$33 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9303
9385
 
9304
9386
  var ChartCombinedTable = function ChartCombinedTable(props) {
9305
9387
  var color = props.color,
@@ -9312,7 +9394,7 @@ var ChartCombinedTable = function ChartCombinedTable(props) {
9312
9394
  return /*#__PURE__*/React.createElement("span", {
9313
9395
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9314
9396
  }, /*#__PURE__*/React.createElement("style", {
9315
- children: loadingCircleStyle$31
9397
+ children: loadingCircleStyle$33
9316
9398
  }), /*#__PURE__*/React.createElement("svg", _extends({
9317
9399
  xmlns: "http://www.w3.org/2000/svg",
9318
9400
  width: size,
@@ -9344,7 +9426,7 @@ ChartCombinedTable.defaultProps = {
9344
9426
  size: '16'
9345
9427
  };
9346
9428
 
9347
- var loadingCircleStyle$32 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9429
+ var loadingCircleStyle$34 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9348
9430
 
9349
9431
  var ChartDistTable = function ChartDistTable(props) {
9350
9432
  var color = props.color,
@@ -9357,7 +9439,7 @@ var ChartDistTable = function ChartDistTable(props) {
9357
9439
  return /*#__PURE__*/React.createElement("span", {
9358
9440
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9359
9441
  }, /*#__PURE__*/React.createElement("style", {
9360
- children: loadingCircleStyle$32
9442
+ children: loadingCircleStyle$34
9361
9443
  }), /*#__PURE__*/React.createElement("svg", _extends({
9362
9444
  xmlns: "http://www.w3.org/2000/svg",
9363
9445
  width: size,
@@ -9389,7 +9471,7 @@ ChartDistTable.defaultProps = {
9389
9471
  size: '16'
9390
9472
  };
9391
9473
 
9392
- var loadingCircleStyle$33 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9474
+ var loadingCircleStyle$35 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9393
9475
 
9394
9476
  var ChartBarTable = function ChartBarTable(props) {
9395
9477
  var color = props.color,
@@ -9402,7 +9484,7 @@ var ChartBarTable = function ChartBarTable(props) {
9402
9484
  return /*#__PURE__*/React.createElement("span", {
9403
9485
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9404
9486
  }, /*#__PURE__*/React.createElement("style", {
9405
- children: loadingCircleStyle$33
9487
+ children: loadingCircleStyle$35
9406
9488
  }), /*#__PURE__*/React.createElement("svg", _extends({
9407
9489
  xmlns: "http://www.w3.org/2000/svg",
9408
9490
  width: size,
@@ -9436,7 +9518,7 @@ ChartBarTable.defaultProps = {
9436
9518
  size: '16'
9437
9519
  };
9438
9520
 
9439
- var loadingCircleStyle$34 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9521
+ var loadingCircleStyle$36 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9440
9522
 
9441
9523
  var ChartLineTable = function ChartLineTable(props) {
9442
9524
  var color = props.color,
@@ -9449,7 +9531,7 @@ var ChartLineTable = function ChartLineTable(props) {
9449
9531
  return /*#__PURE__*/React.createElement("span", {
9450
9532
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9451
9533
  }, /*#__PURE__*/React.createElement("style", {
9452
- children: loadingCircleStyle$34
9534
+ children: loadingCircleStyle$36
9453
9535
  }), /*#__PURE__*/React.createElement("svg", _extends({
9454
9536
  xmlns: "http://www.w3.org/2000/svg",
9455
9537
  width: size,
@@ -9489,7 +9571,7 @@ ChartLineTable.defaultProps = {
9489
9571
  size: '16'
9490
9572
  };
9491
9573
 
9492
- var loadingCircleStyle$35 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9574
+ var loadingCircleStyle$37 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9493
9575
 
9494
9576
  var Play = function Play(props) {
9495
9577
  var color = props.color,
@@ -9502,7 +9584,7 @@ var Play = function Play(props) {
9502
9584
  return /*#__PURE__*/React.createElement("span", {
9503
9585
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9504
9586
  }, /*#__PURE__*/React.createElement("style", {
9505
- children: loadingCircleStyle$35
9587
+ children: loadingCircleStyle$37
9506
9588
  }), /*#__PURE__*/React.createElement("svg", _extends({
9507
9589
  xmlns: "http://www.w3.org/2000/svg",
9508
9590
  width: size,
@@ -9534,7 +9616,7 @@ Play.defaultProps = {
9534
9616
  size: '16'
9535
9617
  };
9536
9618
 
9537
- var loadingCircleStyle$36 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9619
+ var loadingCircleStyle$38 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9538
9620
 
9539
9621
  var Config = function Config(props) {
9540
9622
  var color = props.color,
@@ -9547,7 +9629,7 @@ var Config = function Config(props) {
9547
9629
  return /*#__PURE__*/React.createElement("span", {
9548
9630
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9549
9631
  }, /*#__PURE__*/React.createElement("style", {
9550
- children: loadingCircleStyle$36
9632
+ children: loadingCircleStyle$38
9551
9633
  }), /*#__PURE__*/React.createElement("svg", _extends({
9552
9634
  xmlns: "http://www.w3.org/2000/svg",
9553
9635
  width: size,
@@ -9579,7 +9661,7 @@ Config.defaultProps = {
9579
9661
  size: '16'
9580
9662
  };
9581
9663
 
9582
- var loadingCircleStyle$37 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9664
+ var loadingCircleStyle$39 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9583
9665
 
9584
9666
  var Setting = function Setting(props) {
9585
9667
  var color = props.color,
@@ -9592,7 +9674,7 @@ var Setting = function Setting(props) {
9592
9674
  return /*#__PURE__*/React.createElement("span", {
9593
9675
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9594
9676
  }, /*#__PURE__*/React.createElement("style", {
9595
- children: loadingCircleStyle$37
9677
+ children: loadingCircleStyle$39
9596
9678
  }), /*#__PURE__*/React.createElement("svg", _extends({
9597
9679
  xmlns: "http://www.w3.org/2000/svg",
9598
9680
  width: size,
@@ -9624,7 +9706,7 @@ Setting.defaultProps = {
9624
9706
  size: '16'
9625
9707
  };
9626
9708
 
9627
- var loadingCircleStyle$38 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9709
+ var loadingCircleStyle$3a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9628
9710
 
9629
9711
  var Search = function Search(props) {
9630
9712
  var color = props.color,
@@ -9637,7 +9719,7 @@ var Search = function Search(props) {
9637
9719
  return /*#__PURE__*/React.createElement("span", {
9638
9720
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9639
9721
  }, /*#__PURE__*/React.createElement("style", {
9640
- children: loadingCircleStyle$38
9722
+ children: loadingCircleStyle$3a
9641
9723
  }), /*#__PURE__*/React.createElement("svg", _extends({
9642
9724
  xmlns: "http://www.w3.org/2000/svg",
9643
9725
  width: size,
@@ -9669,7 +9751,7 @@ Search.defaultProps = {
9669
9751
  size: '16'
9670
9752
  };
9671
9753
 
9672
- var loadingCircleStyle$39 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9754
+ var loadingCircleStyle$3b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9673
9755
 
9674
9756
  var Copy = function Copy(props) {
9675
9757
  var color = props.color,
@@ -9682,7 +9764,7 @@ var Copy = function Copy(props) {
9682
9764
  return /*#__PURE__*/React.createElement("span", {
9683
9765
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9684
9766
  }, /*#__PURE__*/React.createElement("style", {
9685
- children: loadingCircleStyle$39
9767
+ children: loadingCircleStyle$3b
9686
9768
  }), /*#__PURE__*/React.createElement("svg", _extends({
9687
9769
  xmlns: "http://www.w3.org/2000/svg",
9688
9770
  width: size,
@@ -9714,7 +9796,7 @@ Copy.defaultProps = {
9714
9796
  size: '16'
9715
9797
  };
9716
9798
 
9717
- var loadingCircleStyle$3a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9799
+ var loadingCircleStyle$3c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9718
9800
 
9719
9801
  var Copy2 = function Copy2(props) {
9720
9802
  var color = props.color,
@@ -9727,7 +9809,7 @@ var Copy2 = function Copy2(props) {
9727
9809
  return /*#__PURE__*/React.createElement("span", {
9728
9810
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9729
9811
  }, /*#__PURE__*/React.createElement("style", {
9730
- children: loadingCircleStyle$3a
9812
+ children: loadingCircleStyle$3c
9731
9813
  }), /*#__PURE__*/React.createElement("svg", _extends({
9732
9814
  xmlns: "http://www.w3.org/2000/svg",
9733
9815
  width: size,
@@ -9759,7 +9841,7 @@ Copy2.defaultProps = {
9759
9841
  size: '16'
9760
9842
  };
9761
9843
 
9762
- var loadingCircleStyle$3b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9844
+ var loadingCircleStyle$3d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9763
9845
 
9764
9846
  var Format = function Format(props) {
9765
9847
  var color = props.color,
@@ -9772,7 +9854,7 @@ var Format = function Format(props) {
9772
9854
  return /*#__PURE__*/React.createElement("span", {
9773
9855
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9774
9856
  }, /*#__PURE__*/React.createElement("style", {
9775
- children: loadingCircleStyle$3b
9857
+ children: loadingCircleStyle$3d
9776
9858
  }), /*#__PURE__*/React.createElement("svg", _extends({
9777
9859
  xmlns: "http://www.w3.org/2000/svg",
9778
9860
  width: size,
@@ -9806,7 +9888,7 @@ Format.defaultProps = {
9806
9888
  size: '16'
9807
9889
  };
9808
9890
 
9809
- var loadingCircleStyle$3c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9891
+ var loadingCircleStyle$3e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9810
9892
 
9811
9893
  var Code = function Code(props) {
9812
9894
  var color = props.color,
@@ -9819,7 +9901,7 @@ var Code = function Code(props) {
9819
9901
  return /*#__PURE__*/React.createElement("span", {
9820
9902
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9821
9903
  }, /*#__PURE__*/React.createElement("style", {
9822
- children: loadingCircleStyle$3c
9904
+ children: loadingCircleStyle$3e
9823
9905
  }), /*#__PURE__*/React.createElement("svg", _extends({
9824
9906
  xmlns: "http://www.w3.org/2000/svg",
9825
9907
  width: size,
@@ -9851,7 +9933,7 @@ Code.defaultProps = {
9851
9933
  size: '16'
9852
9934
  };
9853
9935
 
9854
- var loadingCircleStyle$3d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9936
+ var loadingCircleStyle$3f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9855
9937
 
9856
9938
  var Edit = function Edit(props) {
9857
9939
  var color = props.color,
@@ -9864,7 +9946,7 @@ var Edit = function Edit(props) {
9864
9946
  return /*#__PURE__*/React.createElement("span", {
9865
9947
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9866
9948
  }, /*#__PURE__*/React.createElement("style", {
9867
- children: loadingCircleStyle$3d
9949
+ children: loadingCircleStyle$3f
9868
9950
  }), /*#__PURE__*/React.createElement("svg", _extends({
9869
9951
  xmlns: "http://www.w3.org/2000/svg",
9870
9952
  width: size,
@@ -9896,7 +9978,7 @@ Edit.defaultProps = {
9896
9978
  size: '16'
9897
9979
  };
9898
9980
 
9899
- var loadingCircleStyle$3e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9981
+ var loadingCircleStyle$3g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9900
9982
 
9901
9983
  var EditFill = function EditFill(props) {
9902
9984
  var color = props.color,
@@ -9909,7 +9991,7 @@ var EditFill = function EditFill(props) {
9909
9991
  return /*#__PURE__*/React.createElement("span", {
9910
9992
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9911
9993
  }, /*#__PURE__*/React.createElement("style", {
9912
- children: loadingCircleStyle$3e
9994
+ children: loadingCircleStyle$3g
9913
9995
  }), /*#__PURE__*/React.createElement("svg", _extends({
9914
9996
  xmlns: "http://www.w3.org/2000/svg",
9915
9997
  width: size,
@@ -9943,7 +10025,7 @@ EditFill.defaultProps = {
9943
10025
  size: '16'
9944
10026
  };
9945
10027
 
9946
- var loadingCircleStyle$3f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10028
+ var loadingCircleStyle$3h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9947
10029
 
9948
10030
  var Delete1 = function Delete1(props) {
9949
10031
  var color = props.color,
@@ -9956,7 +10038,7 @@ var Delete1 = function Delete1(props) {
9956
10038
  return /*#__PURE__*/React.createElement("span", {
9957
10039
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9958
10040
  }, /*#__PURE__*/React.createElement("style", {
9959
- children: loadingCircleStyle$3f
10041
+ children: loadingCircleStyle$3h
9960
10042
  }), /*#__PURE__*/React.createElement("svg", _extends({
9961
10043
  xmlns: "http://www.w3.org/2000/svg",
9962
10044
  width: size,
@@ -9988,7 +10070,7 @@ Delete1.defaultProps = {
9988
10070
  size: '16'
9989
10071
  };
9990
10072
 
9991
- var loadingCircleStyle$3g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10073
+ var loadingCircleStyle$3i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9992
10074
 
9993
10075
  var Save = function Save(props) {
9994
10076
  var color = props.color,
@@ -10001,7 +10083,7 @@ var Save = function Save(props) {
10001
10083
  return /*#__PURE__*/React.createElement("span", {
10002
10084
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10003
10085
  }, /*#__PURE__*/React.createElement("style", {
10004
- children: loadingCircleStyle$3g
10086
+ children: loadingCircleStyle$3i
10005
10087
  }), /*#__PURE__*/React.createElement("svg", _extends({
10006
10088
  xmlns: "http://www.w3.org/2000/svg",
10007
10089
  width: size,
@@ -10033,7 +10115,7 @@ Save.defaultProps = {
10033
10115
  size: '16'
10034
10116
  };
10035
10117
 
10036
- var loadingCircleStyle$3h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10118
+ var loadingCircleStyle$3j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10037
10119
 
10038
10120
  var Send = function Send(props) {
10039
10121
  var color = props.color,
@@ -10046,7 +10128,7 @@ var Send = function Send(props) {
10046
10128
  return /*#__PURE__*/React.createElement("span", {
10047
10129
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10048
10130
  }, /*#__PURE__*/React.createElement("style", {
10049
- children: loadingCircleStyle$3h
10131
+ children: loadingCircleStyle$3j
10050
10132
  }), /*#__PURE__*/React.createElement("svg", _extends({
10051
10133
  xmlns: "http://www.w3.org/2000/svg",
10052
10134
  width: size,
@@ -10078,7 +10160,7 @@ Send.defaultProps = {
10078
10160
  size: '16'
10079
10161
  };
10080
10162
 
10081
- var loadingCircleStyle$3i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10163
+ var loadingCircleStyle$3k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10082
10164
 
10083
10165
  var Fullscreen = function Fullscreen(props) {
10084
10166
  var color = props.color,
@@ -10091,7 +10173,7 @@ var Fullscreen = function Fullscreen(props) {
10091
10173
  return /*#__PURE__*/React.createElement("span", {
10092
10174
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10093
10175
  }, /*#__PURE__*/React.createElement("style", {
10094
- children: loadingCircleStyle$3i
10176
+ children: loadingCircleStyle$3k
10095
10177
  }), /*#__PURE__*/React.createElement("svg", _extends({
10096
10178
  xmlns: "http://www.w3.org/2000/svg",
10097
10179
  width: size,
@@ -10123,7 +10205,7 @@ Fullscreen.defaultProps = {
10123
10205
  size: '16'
10124
10206
  };
10125
10207
 
10126
- var loadingCircleStyle$3j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10208
+ var loadingCircleStyle$3l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10127
10209
 
10128
10210
  var ArrowLeftDown = function ArrowLeftDown(props) {
10129
10211
  var color = props.color,
@@ -10136,7 +10218,7 @@ var ArrowLeftDown = function ArrowLeftDown(props) {
10136
10218
  return /*#__PURE__*/React.createElement("span", {
10137
10219
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10138
10220
  }, /*#__PURE__*/React.createElement("style", {
10139
- children: loadingCircleStyle$3j
10221
+ children: loadingCircleStyle$3l
10140
10222
  }), /*#__PURE__*/React.createElement("svg", _extends({
10141
10223
  xmlns: "http://www.w3.org/2000/svg",
10142
10224
  width: size,
@@ -10168,7 +10250,7 @@ ArrowLeftDown.defaultProps = {
10168
10250
  size: '16'
10169
10251
  };
10170
10252
 
10171
- var loadingCircleStyle$3k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10253
+ var loadingCircleStyle$3m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10172
10254
 
10173
10255
  var Link = function Link(props) {
10174
10256
  var color = props.color,
@@ -10181,7 +10263,7 @@ var Link = function Link(props) {
10181
10263
  return /*#__PURE__*/React.createElement("span", {
10182
10264
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10183
10265
  }, /*#__PURE__*/React.createElement("style", {
10184
- children: loadingCircleStyle$3k
10266
+ children: loadingCircleStyle$3m
10185
10267
  }), /*#__PURE__*/React.createElement("svg", _extends({
10186
10268
  xmlns: "http://www.w3.org/2000/svg",
10187
10269
  width: size,
@@ -10217,7 +10299,7 @@ Link.defaultProps = {
10217
10299
  size: '16'
10218
10300
  };
10219
10301
 
10220
- var loadingCircleStyle$3l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10302
+ var loadingCircleStyle$3n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10221
10303
 
10222
10304
  var Unlink = function Unlink(props) {
10223
10305
  var color = props.color,
@@ -10230,7 +10312,7 @@ var Unlink = function Unlink(props) {
10230
10312
  return /*#__PURE__*/React.createElement("span", {
10231
10313
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10232
10314
  }, /*#__PURE__*/React.createElement("style", {
10233
- children: loadingCircleStyle$3l
10315
+ children: loadingCircleStyle$3n
10234
10316
  }), /*#__PURE__*/React.createElement("svg", _extends({
10235
10317
  xmlns: "http://www.w3.org/2000/svg",
10236
10318
  width: size,
@@ -10268,7 +10350,7 @@ Unlink.defaultProps = {
10268
10350
  size: '16'
10269
10351
  };
10270
10352
 
10271
- var loadingCircleStyle$3m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10353
+ var loadingCircleStyle$3o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10272
10354
 
10273
10355
  var MenuUnfold = function MenuUnfold(props) {
10274
10356
  var color = props.color,
@@ -10281,7 +10363,7 @@ var MenuUnfold = function MenuUnfold(props) {
10281
10363
  return /*#__PURE__*/React.createElement("span", {
10282
10364
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10283
10365
  }, /*#__PURE__*/React.createElement("style", {
10284
- children: loadingCircleStyle$3m
10366
+ children: loadingCircleStyle$3o
10285
10367
  }), /*#__PURE__*/React.createElement("svg", _extends({
10286
10368
  xmlns: "http://www.w3.org/2000/svg",
10287
10369
  width: size,
@@ -10313,7 +10395,7 @@ MenuUnfold.defaultProps = {
10313
10395
  size: '16'
10314
10396
  };
10315
10397
 
10316
- var loadingCircleStyle$3n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10398
+ var loadingCircleStyle$3p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10317
10399
 
10318
10400
  var MenuFold = function MenuFold(props) {
10319
10401
  var color = props.color,
@@ -10326,7 +10408,7 @@ var MenuFold = function MenuFold(props) {
10326
10408
  return /*#__PURE__*/React.createElement("span", {
10327
10409
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10328
10410
  }, /*#__PURE__*/React.createElement("style", {
10329
- children: loadingCircleStyle$3n
10411
+ children: loadingCircleStyle$3p
10330
10412
  }), /*#__PURE__*/React.createElement("svg", _extends({
10331
10413
  xmlns: "http://www.w3.org/2000/svg",
10332
10414
  width: size,
@@ -10358,7 +10440,7 @@ MenuFold.defaultProps = {
10358
10440
  size: '16'
10359
10441
  };
10360
10442
 
10361
- var loadingCircleStyle$3o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10443
+ var loadingCircleStyle$3q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10362
10444
 
10363
10445
  var List = function List(props) {
10364
10446
  var color = props.color,
@@ -10371,7 +10453,7 @@ var List = function List(props) {
10371
10453
  return /*#__PURE__*/React.createElement("span", {
10372
10454
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10373
10455
  }, /*#__PURE__*/React.createElement("style", {
10374
- children: loadingCircleStyle$3o
10456
+ children: loadingCircleStyle$3q
10375
10457
  }), /*#__PURE__*/React.createElement("svg", _extends({
10376
10458
  xmlns: "http://www.w3.org/2000/svg",
10377
10459
  width: size,
@@ -10403,7 +10485,7 @@ List.defaultProps = {
10403
10485
  size: '16'
10404
10486
  };
10405
10487
 
10406
- var loadingCircleStyle$3p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10488
+ var loadingCircleStyle$3r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10407
10489
 
10408
10490
  var ListNested = function ListNested(props) {
10409
10491
  var color = props.color,
@@ -10416,7 +10498,7 @@ var ListNested = function ListNested(props) {
10416
10498
  return /*#__PURE__*/React.createElement("span", {
10417
10499
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10418
10500
  }, /*#__PURE__*/React.createElement("style", {
10419
- children: loadingCircleStyle$3p
10501
+ children: loadingCircleStyle$3r
10420
10502
  }), /*#__PURE__*/React.createElement("svg", _extends({
10421
10503
  xmlns: "http://www.w3.org/2000/svg",
10422
10504
  width: size,
@@ -10450,7 +10532,7 @@ ListNested.defaultProps = {
10450
10532
  size: '16'
10451
10533
  };
10452
10534
 
10453
- var loadingCircleStyle$3q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10535
+ var loadingCircleStyle$3s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10454
10536
 
10455
10537
  var DoubleList = function DoubleList(props) {
10456
10538
  var color = props.color,
@@ -10463,7 +10545,7 @@ var DoubleList = function DoubleList(props) {
10463
10545
  return /*#__PURE__*/React.createElement("span", {
10464
10546
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10465
10547
  }, /*#__PURE__*/React.createElement("style", {
10466
- children: loadingCircleStyle$3q
10548
+ children: loadingCircleStyle$3s
10467
10549
  }), /*#__PURE__*/React.createElement("svg", _extends({
10468
10550
  xmlns: "http://www.w3.org/2000/svg",
10469
10551
  width: size,
@@ -10505,7 +10587,7 @@ DoubleList.defaultProps = {
10505
10587
  size: '16'
10506
10588
  };
10507
10589
 
10508
- var loadingCircleStyle$3r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10590
+ var loadingCircleStyle$3t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10509
10591
 
10510
10592
  var Download = function Download(props) {
10511
10593
  var color = props.color,
@@ -10518,7 +10600,7 @@ var Download = function Download(props) {
10518
10600
  return /*#__PURE__*/React.createElement("span", {
10519
10601
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10520
10602
  }, /*#__PURE__*/React.createElement("style", {
10521
- children: loadingCircleStyle$3r
10603
+ children: loadingCircleStyle$3t
10522
10604
  }), /*#__PURE__*/React.createElement("svg", _extends({
10523
10605
  xmlns: "http://www.w3.org/2000/svg",
10524
10606
  width: size,
@@ -10550,7 +10632,7 @@ Download.defaultProps = {
10550
10632
  size: '16'
10551
10633
  };
10552
10634
 
10553
- var loadingCircleStyle$3s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10635
+ var loadingCircleStyle$3u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10554
10636
 
10555
10637
  var FullDownload = function FullDownload(props) {
10556
10638
  var color = props.color,
@@ -10563,7 +10645,7 @@ var FullDownload = function FullDownload(props) {
10563
10645
  return /*#__PURE__*/React.createElement("span", {
10564
10646
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10565
10647
  }, /*#__PURE__*/React.createElement("style", {
10566
- children: loadingCircleStyle$3s
10648
+ children: loadingCircleStyle$3u
10567
10649
  }), /*#__PURE__*/React.createElement("svg", _extends({
10568
10650
  xmlns: "http://www.w3.org/2000/svg",
10569
10651
  width: size,
@@ -10597,7 +10679,7 @@ FullDownload.defaultProps = {
10597
10679
  size: '16'
10598
10680
  };
10599
10681
 
10600
- var loadingCircleStyle$3t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10682
+ var loadingCircleStyle$3v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10601
10683
 
10602
10684
  var Export = function Export(props) {
10603
10685
  var color = props.color,
@@ -10610,7 +10692,7 @@ var Export = function Export(props) {
10610
10692
  return /*#__PURE__*/React.createElement("span", {
10611
10693
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10612
10694
  }, /*#__PURE__*/React.createElement("style", {
10613
- children: loadingCircleStyle$3t
10695
+ children: loadingCircleStyle$3v
10614
10696
  }), /*#__PURE__*/React.createElement("svg", _extends({
10615
10697
  xmlns: "http://www.w3.org/2000/svg",
10616
10698
  width: size,
@@ -10644,7 +10726,7 @@ Export.defaultProps = {
10644
10726
  size: '16'
10645
10727
  };
10646
10728
 
10647
- var loadingCircleStyle$3u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10729
+ var loadingCircleStyle$3w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10648
10730
 
10649
10731
  var Import = function Import(props) {
10650
10732
  var color = props.color,
@@ -10657,7 +10739,7 @@ var Import = function Import(props) {
10657
10739
  return /*#__PURE__*/React.createElement("span", {
10658
10740
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10659
10741
  }, /*#__PURE__*/React.createElement("style", {
10660
- children: loadingCircleStyle$3u
10742
+ children: loadingCircleStyle$3w
10661
10743
  }), /*#__PURE__*/React.createElement("svg", _extends({
10662
10744
  xmlns: "http://www.w3.org/2000/svg",
10663
10745
  width: size,
@@ -10691,7 +10773,7 @@ Import.defaultProps = {
10691
10773
  size: '16'
10692
10774
  };
10693
10775
 
10694
- var loadingCircleStyle$3v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10776
+ var loadingCircleStyle$3x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10695
10777
 
10696
10778
  var Add1 = function Add1(props) {
10697
10779
  var color = props.color,
@@ -10704,7 +10786,7 @@ var Add1 = function Add1(props) {
10704
10786
  return /*#__PURE__*/React.createElement("span", {
10705
10787
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10706
10788
  }, /*#__PURE__*/React.createElement("style", {
10707
- children: loadingCircleStyle$3v
10789
+ children: loadingCircleStyle$3x
10708
10790
  }), /*#__PURE__*/React.createElement("svg", _extends({
10709
10791
  xmlns: "http://www.w3.org/2000/svg",
10710
10792
  width: size,
@@ -10736,7 +10818,7 @@ Add1.defaultProps = {
10736
10818
  size: '16'
10737
10819
  };
10738
10820
 
10739
- var loadingCircleStyle$3w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10821
+ var loadingCircleStyle$3y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10740
10822
 
10741
10823
  var Add2 = function Add2(props) {
10742
10824
  var color = props.color,
@@ -10749,7 +10831,7 @@ var Add2 = function Add2(props) {
10749
10831
  return /*#__PURE__*/React.createElement("span", {
10750
10832
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10751
10833
  }, /*#__PURE__*/React.createElement("style", {
10752
- children: loadingCircleStyle$3w
10834
+ children: loadingCircleStyle$3y
10753
10835
  }), /*#__PURE__*/React.createElement("svg", _extends({
10754
10836
  xmlns: "http://www.w3.org/2000/svg",
10755
10837
  width: size,
@@ -10781,7 +10863,7 @@ Add2.defaultProps = {
10781
10863
  size: '16'
10782
10864
  };
10783
10865
 
10784
- var loadingCircleStyle$3x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10866
+ var loadingCircleStyle$3z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10785
10867
 
10786
10868
  var Add3 = function Add3(props) {
10787
10869
  var color = props.color,
@@ -10794,7 +10876,7 @@ var Add3 = function Add3(props) {
10794
10876
  return /*#__PURE__*/React.createElement("span", {
10795
10877
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10796
10878
  }, /*#__PURE__*/React.createElement("style", {
10797
- children: loadingCircleStyle$3x
10879
+ children: loadingCircleStyle$3z
10798
10880
  }), /*#__PURE__*/React.createElement("svg", _extends({
10799
10881
  xmlns: "http://www.w3.org/2000/svg",
10800
10882
  width: size,
@@ -10826,7 +10908,7 @@ Add3.defaultProps = {
10826
10908
  size: '16'
10827
10909
  };
10828
10910
 
10829
- var loadingCircleStyle$3y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10911
+ var loadingCircleStyle$3A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10830
10912
 
10831
10913
  var Add3Fill = function Add3Fill(props) {
10832
10914
  var color = props.color,
@@ -10839,7 +10921,7 @@ var Add3Fill = function Add3Fill(props) {
10839
10921
  return /*#__PURE__*/React.createElement("span", {
10840
10922
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10841
10923
  }, /*#__PURE__*/React.createElement("style", {
10842
- children: loadingCircleStyle$3y
10924
+ children: loadingCircleStyle$3A
10843
10925
  }), /*#__PURE__*/React.createElement("svg", _extends({
10844
10926
  xmlns: "http://www.w3.org/2000/svg",
10845
10927
  width: size,
@@ -10871,7 +10953,7 @@ Add3Fill.defaultProps = {
10871
10953
  size: '16'
10872
10954
  };
10873
10955
 
10874
- var loadingCircleStyle$3z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10956
+ var loadingCircleStyle$3B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10875
10957
 
10876
10958
  var Subtract = function Subtract(props) {
10877
10959
  var color = props.color,
@@ -10884,7 +10966,7 @@ var Subtract = function Subtract(props) {
10884
10966
  return /*#__PURE__*/React.createElement("span", {
10885
10967
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10886
10968
  }, /*#__PURE__*/React.createElement("style", {
10887
- children: loadingCircleStyle$3z
10969
+ children: loadingCircleStyle$3B
10888
10970
  }), /*#__PURE__*/React.createElement("svg", _extends({
10889
10971
  xmlns: "http://www.w3.org/2000/svg",
10890
10972
  width: size,
@@ -10919,7 +11001,7 @@ Subtract.defaultProps = {
10919
11001
  size: '16'
10920
11002
  };
10921
11003
 
10922
- var loadingCircleStyle$3A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11004
+ var loadingCircleStyle$3C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10923
11005
 
10924
11006
  var Subtract2 = function Subtract2(props) {
10925
11007
  var color = props.color,
@@ -10932,7 +11014,7 @@ var Subtract2 = function Subtract2(props) {
10932
11014
  return /*#__PURE__*/React.createElement("span", {
10933
11015
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10934
11016
  }, /*#__PURE__*/React.createElement("style", {
10935
- children: loadingCircleStyle$3A
11017
+ children: loadingCircleStyle$3C
10936
11018
  }), /*#__PURE__*/React.createElement("svg", _extends({
10937
11019
  xmlns: "http://www.w3.org/2000/svg",
10938
11020
  width: size,
@@ -10968,7 +11050,7 @@ Subtract2.defaultProps = {
10968
11050
  size: '16'
10969
11051
  };
10970
11052
 
10971
- var loadingCircleStyle$3B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11053
+ var loadingCircleStyle$3D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10972
11054
 
10973
11055
  var Update = function Update(props) {
10974
11056
  var color = props.color,
@@ -10981,7 +11063,7 @@ var Update = function Update(props) {
10981
11063
  return /*#__PURE__*/React.createElement("span", {
10982
11064
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10983
11065
  }, /*#__PURE__*/React.createElement("style", {
10984
- children: loadingCircleStyle$3B
11066
+ children: loadingCircleStyle$3D
10985
11067
  }), /*#__PURE__*/React.createElement("svg", _extends({
10986
11068
  xmlns: "http://www.w3.org/2000/svg",
10987
11069
  width: size,
@@ -11013,7 +11095,7 @@ Update.defaultProps = {
11013
11095
  size: '16'
11014
11096
  };
11015
11097
 
11016
- var loadingCircleStyle$3C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11098
+ var loadingCircleStyle$3E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11017
11099
 
11018
11100
  var Rename = function Rename(props) {
11019
11101
  var color = props.color,
@@ -11026,7 +11108,7 @@ var Rename = function Rename(props) {
11026
11108
  return /*#__PURE__*/React.createElement("span", {
11027
11109
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11028
11110
  }, /*#__PURE__*/React.createElement("style", {
11029
- children: loadingCircleStyle$3C
11111
+ children: loadingCircleStyle$3E
11030
11112
  }), /*#__PURE__*/React.createElement("svg", _extends({
11031
11113
  xmlns: "http://www.w3.org/2000/svg",
11032
11114
  width: size,
@@ -11060,7 +11142,7 @@ Rename.defaultProps = {
11060
11142
  size: '16'
11061
11143
  };
11062
11144
 
11063
- var loadingCircleStyle$3D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11145
+ var loadingCircleStyle$3F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11064
11146
 
11065
11147
  var PlayCircle = function PlayCircle(props) {
11066
11148
  var color = props.color,
@@ -11073,7 +11155,7 @@ var PlayCircle = function PlayCircle(props) {
11073
11155
  return /*#__PURE__*/React.createElement("span", {
11074
11156
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11075
11157
  }, /*#__PURE__*/React.createElement("style", {
11076
- children: loadingCircleStyle$3D
11158
+ children: loadingCircleStyle$3F
11077
11159
  }), /*#__PURE__*/React.createElement("svg", _extends({
11078
11160
  xmlns: "http://www.w3.org/2000/svg",
11079
11161
  width: size,
@@ -11105,7 +11187,7 @@ PlayCircle.defaultProps = {
11105
11187
  size: '16'
11106
11188
  };
11107
11189
 
11108
- var loadingCircleStyle$3E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11190
+ var loadingCircleStyle$3G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11109
11191
 
11110
11192
  var PauseCircle = function PauseCircle(props) {
11111
11193
  var color = props.color,
@@ -11118,7 +11200,7 @@ var PauseCircle = function PauseCircle(props) {
11118
11200
  return /*#__PURE__*/React.createElement("span", {
11119
11201
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11120
11202
  }, /*#__PURE__*/React.createElement("style", {
11121
- children: loadingCircleStyle$3E
11203
+ children: loadingCircleStyle$3G
11122
11204
  }), /*#__PURE__*/React.createElement("svg", _extends({
11123
11205
  xmlns: "http://www.w3.org/2000/svg",
11124
11206
  width: size,
@@ -11150,7 +11232,7 @@ PauseCircle.defaultProps = {
11150
11232
  size: '16'
11151
11233
  };
11152
11234
 
11153
- var loadingCircleStyle$3F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11235
+ var loadingCircleStyle$3H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11154
11236
 
11155
11237
  var Report = function Report(props) {
11156
11238
  var color = props.color,
@@ -11163,7 +11245,7 @@ var Report = function Report(props) {
11163
11245
  return /*#__PURE__*/React.createElement("span", {
11164
11246
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11165
11247
  }, /*#__PURE__*/React.createElement("style", {
11166
- children: loadingCircleStyle$3F
11248
+ children: loadingCircleStyle$3H
11167
11249
  }), /*#__PURE__*/React.createElement("svg", _extends({
11168
11250
  xmlns: "http://www.w3.org/2000/svg",
11169
11251
  width: size,
@@ -11195,7 +11277,7 @@ Report.defaultProps = {
11195
11277
  size: '16'
11196
11278
  };
11197
11279
 
11198
- var loadingCircleStyle$3G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11280
+ var loadingCircleStyle$3I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11199
11281
 
11200
11282
  var ReportRemoval = function ReportRemoval(props) {
11201
11283
  var color = props.color,
@@ -11208,7 +11290,7 @@ var ReportRemoval = function ReportRemoval(props) {
11208
11290
  return /*#__PURE__*/React.createElement("span", {
11209
11291
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11210
11292
  }, /*#__PURE__*/React.createElement("style", {
11211
- children: loadingCircleStyle$3G
11293
+ children: loadingCircleStyle$3I
11212
11294
  }), /*#__PURE__*/React.createElement("svg", _extends({
11213
11295
  xmlns: "http://www.w3.org/2000/svg",
11214
11296
  width: size,
@@ -11248,7 +11330,7 @@ ReportRemoval.defaultProps = {
11248
11330
  size: '16'
11249
11331
  };
11250
11332
 
11251
- var loadingCircleStyle$3H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11333
+ var loadingCircleStyle$3J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11252
11334
 
11253
11335
  var FileAdd = function FileAdd(props) {
11254
11336
  var color = props.color,
@@ -11261,7 +11343,7 @@ var FileAdd = function FileAdd(props) {
11261
11343
  return /*#__PURE__*/React.createElement("span", {
11262
11344
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11263
11345
  }, /*#__PURE__*/React.createElement("style", {
11264
- children: loadingCircleStyle$3H
11346
+ children: loadingCircleStyle$3J
11265
11347
  }), /*#__PURE__*/React.createElement("svg", _extends({
11266
11348
  xmlns: "http://www.w3.org/2000/svg",
11267
11349
  width: size,
@@ -11293,7 +11375,7 @@ FileAdd.defaultProps = {
11293
11375
  size: '16'
11294
11376
  };
11295
11377
 
11296
- var loadingCircleStyle$3I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11378
+ var loadingCircleStyle$3K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11297
11379
 
11298
11380
  var FileRemove = function FileRemove(props) {
11299
11381
  var color = props.color,
@@ -11306,7 +11388,7 @@ var FileRemove = function FileRemove(props) {
11306
11388
  return /*#__PURE__*/React.createElement("span", {
11307
11389
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11308
11390
  }, /*#__PURE__*/React.createElement("style", {
11309
- children: loadingCircleStyle$3I
11391
+ children: loadingCircleStyle$3K
11310
11392
  }), /*#__PURE__*/React.createElement("svg", _extends({
11311
11393
  xmlns: "http://www.w3.org/2000/svg",
11312
11394
  width: size,
@@ -11340,7 +11422,7 @@ FileRemove.defaultProps = {
11340
11422
  size: '16'
11341
11423
  };
11342
11424
 
11343
- var loadingCircleStyle$3J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11425
+ var loadingCircleStyle$3L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11344
11426
 
11345
11427
  var FileExport = function FileExport(props) {
11346
11428
  var color = props.color,
@@ -11353,7 +11435,7 @@ var FileExport = function FileExport(props) {
11353
11435
  return /*#__PURE__*/React.createElement("span", {
11354
11436
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11355
11437
  }, /*#__PURE__*/React.createElement("style", {
11356
- children: loadingCircleStyle$3J
11438
+ children: loadingCircleStyle$3L
11357
11439
  }), /*#__PURE__*/React.createElement("svg", _extends({
11358
11440
  xmlns: "http://www.w3.org/2000/svg",
11359
11441
  width: size,
@@ -11385,7 +11467,7 @@ FileExport.defaultProps = {
11385
11467
  size: '16'
11386
11468
  };
11387
11469
 
11388
- var loadingCircleStyle$3K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11470
+ var loadingCircleStyle$3M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11389
11471
 
11390
11472
  var FileMove = function FileMove(props) {
11391
11473
  var color = props.color,
@@ -11398,7 +11480,7 @@ var FileMove = function FileMove(props) {
11398
11480
  return /*#__PURE__*/React.createElement("span", {
11399
11481
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11400
11482
  }, /*#__PURE__*/React.createElement("style", {
11401
- children: loadingCircleStyle$3K
11483
+ children: loadingCircleStyle$3M
11402
11484
  }), /*#__PURE__*/React.createElement("svg", _extends({
11403
11485
  xmlns: "http://www.w3.org/2000/svg",
11404
11486
  width: size,
@@ -11430,7 +11512,7 @@ FileMove.defaultProps = {
11430
11512
  size: '16'
11431
11513
  };
11432
11514
 
11433
- var loadingCircleStyle$3L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11515
+ var loadingCircleStyle$3N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11434
11516
 
11435
11517
  var FileImport = function FileImport(props) {
11436
11518
  var color = props.color,
@@ -11443,7 +11525,7 @@ var FileImport = function FileImport(props) {
11443
11525
  return /*#__PURE__*/React.createElement("span", {
11444
11526
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11445
11527
  }, /*#__PURE__*/React.createElement("style", {
11446
- children: loadingCircleStyle$3L
11528
+ children: loadingCircleStyle$3N
11447
11529
  }), /*#__PURE__*/React.createElement("svg", _extends({
11448
11530
  xmlns: "http://www.w3.org/2000/svg",
11449
11531
  width: size,
@@ -11475,7 +11557,7 @@ FileImport.defaultProps = {
11475
11557
  size: '16'
11476
11558
  };
11477
11559
 
11478
- var loadingCircleStyle$3M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11560
+ var loadingCircleStyle$3O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11479
11561
 
11480
11562
  var FileInfo = function FileInfo(props) {
11481
11563
  var color = props.color,
@@ -11488,7 +11570,7 @@ var FileInfo = function FileInfo(props) {
11488
11570
  return /*#__PURE__*/React.createElement("span", {
11489
11571
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11490
11572
  }, /*#__PURE__*/React.createElement("style", {
11491
- children: loadingCircleStyle$3M
11573
+ children: loadingCircleStyle$3O
11492
11574
  }), /*#__PURE__*/React.createElement("svg", _extends({
11493
11575
  xmlns: "http://www.w3.org/2000/svg",
11494
11576
  width: size,
@@ -11520,7 +11602,7 @@ FileInfo.defaultProps = {
11520
11602
  size: '16'
11521
11603
  };
11522
11604
 
11523
- var loadingCircleStyle$3N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11605
+ var loadingCircleStyle$3P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11524
11606
 
11525
11607
  var FileConvert = function FileConvert(props) {
11526
11608
  var color = props.color,
@@ -11533,7 +11615,7 @@ var FileConvert = function FileConvert(props) {
11533
11615
  return /*#__PURE__*/React.createElement("span", {
11534
11616
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11535
11617
  }, /*#__PURE__*/React.createElement("style", {
11536
- children: loadingCircleStyle$3N
11618
+ children: loadingCircleStyle$3P
11537
11619
  }), /*#__PURE__*/React.createElement("svg", _extends({
11538
11620
  xmlns: "http://www.w3.org/2000/svg",
11539
11621
  width: size,
@@ -11571,7 +11653,7 @@ FileConvert.defaultProps = {
11571
11653
  size: '16'
11572
11654
  };
11573
11655
 
11574
- var loadingCircleStyle$3O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11656
+ var loadingCircleStyle$3Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11575
11657
 
11576
11658
  var AssetConvert = function AssetConvert(props) {
11577
11659
  var color = props.color,
@@ -11584,7 +11666,7 @@ var AssetConvert = function AssetConvert(props) {
11584
11666
  return /*#__PURE__*/React.createElement("span", {
11585
11667
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11586
11668
  }, /*#__PURE__*/React.createElement("style", {
11587
- children: loadingCircleStyle$3O
11669
+ children: loadingCircleStyle$3Q
11588
11670
  }), /*#__PURE__*/React.createElement("svg", _extends({
11589
11671
  xmlns: "http://www.w3.org/2000/svg",
11590
11672
  width: size,
@@ -11622,7 +11704,7 @@ AssetConvert.defaultProps = {
11622
11704
  size: '16'
11623
11705
  };
11624
11706
 
11625
- var loadingCircleStyle$3P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11707
+ var loadingCircleStyle$3R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11626
11708
 
11627
11709
  var FileLock = function FileLock(props) {
11628
11710
  var color = props.color,
@@ -11635,7 +11717,7 @@ var FileLock = function FileLock(props) {
11635
11717
  return /*#__PURE__*/React.createElement("span", {
11636
11718
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11637
11719
  }, /*#__PURE__*/React.createElement("style", {
11638
- children: loadingCircleStyle$3P
11720
+ children: loadingCircleStyle$3R
11639
11721
  }), /*#__PURE__*/React.createElement("svg", _extends({
11640
11722
  xmlns: "http://www.w3.org/2000/svg",
11641
11723
  width: size,
@@ -11667,7 +11749,7 @@ FileLock.defaultProps = {
11667
11749
  size: '16'
11668
11750
  };
11669
11751
 
11670
- var loadingCircleStyle$3Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11752
+ var loadingCircleStyle$3S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11671
11753
 
11672
11754
  var FilePdf = function FilePdf(props) {
11673
11755
  var color = props.color,
@@ -11680,7 +11762,7 @@ var FilePdf = function FilePdf(props) {
11680
11762
  return /*#__PURE__*/React.createElement("span", {
11681
11763
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11682
11764
  }, /*#__PURE__*/React.createElement("style", {
11683
- children: loadingCircleStyle$3Q
11765
+ children: loadingCircleStyle$3S
11684
11766
  }), /*#__PURE__*/React.createElement("svg", _extends({
11685
11767
  xmlns: "http://www.w3.org/2000/svg",
11686
11768
  width: size,
@@ -11712,7 +11794,7 @@ FilePdf.defaultProps = {
11712
11794
  size: '16'
11713
11795
  };
11714
11796
 
11715
- var loadingCircleStyle$3R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11797
+ var loadingCircleStyle$3T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11716
11798
 
11717
11799
  var Detail = function Detail(props) {
11718
11800
  var color = props.color,
@@ -11725,7 +11807,7 @@ var Detail = function Detail(props) {
11725
11807
  return /*#__PURE__*/React.createElement("span", {
11726
11808
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11727
11809
  }, /*#__PURE__*/React.createElement("style", {
11728
- children: loadingCircleStyle$3R
11810
+ children: loadingCircleStyle$3T
11729
11811
  }), /*#__PURE__*/React.createElement("svg", _extends({
11730
11812
  xmlns: "http://www.w3.org/2000/svg",
11731
11813
  width: size,
@@ -11757,7 +11839,7 @@ Detail.defaultProps = {
11757
11839
  size: '16'
11758
11840
  };
11759
11841
 
11760
- var loadingCircleStyle$3S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11842
+ var loadingCircleStyle$3U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11761
11843
 
11762
11844
  var MessageCenter = function MessageCenter(props) {
11763
11845
  var color = props.color,
@@ -11770,7 +11852,7 @@ var MessageCenter = function MessageCenter(props) {
11770
11852
  return /*#__PURE__*/React.createElement("span", {
11771
11853
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11772
11854
  }, /*#__PURE__*/React.createElement("style", {
11773
- children: loadingCircleStyle$3S
11855
+ children: loadingCircleStyle$3U
11774
11856
  }), /*#__PURE__*/React.createElement("svg", _extends({
11775
11857
  xmlns: "http://www.w3.org/2000/svg",
11776
11858
  width: size,
@@ -11810,7 +11892,7 @@ MessageCenter.defaultProps = {
11810
11892
  size: '16'
11811
11893
  };
11812
11894
 
11813
- var loadingCircleStyle$3T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11895
+ var loadingCircleStyle$3V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11814
11896
 
11815
11897
  var SystemMsg = function SystemMsg(props) {
11816
11898
  var color = props.color,
@@ -11823,7 +11905,7 @@ var SystemMsg = function SystemMsg(props) {
11823
11905
  return /*#__PURE__*/React.createElement("span", {
11824
11906
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11825
11907
  }, /*#__PURE__*/React.createElement("style", {
11826
- children: loadingCircleStyle$3T
11908
+ children: loadingCircleStyle$3V
11827
11909
  }), /*#__PURE__*/React.createElement("svg", _extends({
11828
11910
  xmlns: "http://www.w3.org/2000/svg",
11829
11911
  width: size,
@@ -11861,7 +11943,7 @@ SystemMsg.defaultProps = {
11861
11943
  size: '16'
11862
11944
  };
11863
11945
 
11864
- var loadingCircleStyle$3U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11946
+ var loadingCircleStyle$3W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11865
11947
 
11866
11948
  var Comment = function Comment(props) {
11867
11949
  var color = props.color,
@@ -11874,7 +11956,7 @@ var Comment = function Comment(props) {
11874
11956
  return /*#__PURE__*/React.createElement("span", {
11875
11957
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11876
11958
  }, /*#__PURE__*/React.createElement("style", {
11877
- children: loadingCircleStyle$3U
11959
+ children: loadingCircleStyle$3W
11878
11960
  }), /*#__PURE__*/React.createElement("svg", _extends({
11879
11961
  xmlns: "http://www.w3.org/2000/svg",
11880
11962
  width: size,
@@ -11910,7 +11992,7 @@ Comment.defaultProps = {
11910
11992
  size: '16'
11911
11993
  };
11912
11994
 
11913
- var loadingCircleStyle$3V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11995
+ var loadingCircleStyle$3X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11914
11996
 
11915
11997
  var Book = function Book(props) {
11916
11998
  var color = props.color,
@@ -11923,7 +12005,7 @@ var Book = function Book(props) {
11923
12005
  return /*#__PURE__*/React.createElement("span", {
11924
12006
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11925
12007
  }, /*#__PURE__*/React.createElement("style", {
11926
- children: loadingCircleStyle$3V
12008
+ children: loadingCircleStyle$3X
11927
12009
  }), /*#__PURE__*/React.createElement("svg", _extends({
11928
12010
  xmlns: "http://www.w3.org/2000/svg",
11929
12011
  width: size,
@@ -11955,7 +12037,7 @@ Book.defaultProps = {
11955
12037
  size: '16'
11956
12038
  };
11957
12039
 
11958
- var loadingCircleStyle$3W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12040
+ var loadingCircleStyle$3Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11959
12041
 
11960
12042
  var Book2 = function Book2(props) {
11961
12043
  var color = props.color,
@@ -11968,7 +12050,7 @@ var Book2 = function Book2(props) {
11968
12050
  return /*#__PURE__*/React.createElement("span", {
11969
12051
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11970
12052
  }, /*#__PURE__*/React.createElement("style", {
11971
- children: loadingCircleStyle$3W
12053
+ children: loadingCircleStyle$3Y
11972
12054
  }), /*#__PURE__*/React.createElement("svg", _extends({
11973
12055
  xmlns: "http://www.w3.org/2000/svg",
11974
12056
  width: size,
@@ -12000,7 +12082,7 @@ Book2.defaultProps = {
12000
12082
  size: '16'
12001
12083
  };
12002
12084
 
12003
- var loadingCircleStyle$3X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12085
+ var loadingCircleStyle$3Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12004
12086
 
12005
12087
  var Sticker = function Sticker(props) {
12006
12088
  var color = props.color,
@@ -12013,7 +12095,7 @@ var Sticker = function Sticker(props) {
12013
12095
  return /*#__PURE__*/React.createElement("span", {
12014
12096
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12015
12097
  }, /*#__PURE__*/React.createElement("style", {
12016
- children: loadingCircleStyle$3X
12098
+ children: loadingCircleStyle$3Z
12017
12099
  }), /*#__PURE__*/React.createElement("svg", _extends({
12018
12100
  xmlns: "http://www.w3.org/2000/svg",
12019
12101
  width: size,
@@ -12045,7 +12127,7 @@ Sticker.defaultProps = {
12045
12127
  size: '16'
12046
12128
  };
12047
12129
 
12048
- var loadingCircleStyle$3Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12130
+ var loadingCircleStyle$3_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12049
12131
 
12050
12132
  var StickerFill = function StickerFill(props) {
12051
12133
  var color = props.color,
@@ -12058,7 +12140,7 @@ var StickerFill = function StickerFill(props) {
12058
12140
  return /*#__PURE__*/React.createElement("span", {
12059
12141
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12060
12142
  }, /*#__PURE__*/React.createElement("style", {
12061
- children: loadingCircleStyle$3Y
12143
+ children: loadingCircleStyle$3_
12062
12144
  }), /*#__PURE__*/React.createElement("svg", _extends({
12063
12145
  xmlns: "http://www.w3.org/2000/svg",
12064
12146
  width: size,
@@ -12090,7 +12172,7 @@ StickerFill.defaultProps = {
12090
12172
  size: '16'
12091
12173
  };
12092
12174
 
12093
- var loadingCircleStyle$3Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12175
+ var loadingCircleStyle$3$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12094
12176
 
12095
12177
  var EventSm = function EventSm(props) {
12096
12178
  var color = props.color,
@@ -12103,7 +12185,7 @@ var EventSm = function EventSm(props) {
12103
12185
  return /*#__PURE__*/React.createElement("span", {
12104
12186
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12105
12187
  }, /*#__PURE__*/React.createElement("style", {
12106
- children: loadingCircleStyle$3Z
12188
+ children: loadingCircleStyle$3$
12107
12189
  }), /*#__PURE__*/React.createElement("svg", _extends({
12108
12190
  xmlns: "http://www.w3.org/2000/svg",
12109
12191
  width: size,
@@ -12135,7 +12217,7 @@ EventSm.defaultProps = {
12135
12217
  size: '16'
12136
12218
  };
12137
12219
 
12138
- var loadingCircleStyle$3_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12220
+ var loadingCircleStyle$40 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12139
12221
 
12140
12222
  var EPropertySm = function EPropertySm(props) {
12141
12223
  var color = props.color,
@@ -12148,7 +12230,7 @@ var EPropertySm = function EPropertySm(props) {
12148
12230
  return /*#__PURE__*/React.createElement("span", {
12149
12231
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12150
12232
  }, /*#__PURE__*/React.createElement("style", {
12151
- children: loadingCircleStyle$3_
12233
+ children: loadingCircleStyle$40
12152
12234
  }), /*#__PURE__*/React.createElement("svg", _extends({
12153
12235
  xmlns: "http://www.w3.org/2000/svg",
12154
12236
  width: size,
@@ -12188,7 +12270,56 @@ EPropertySm.defaultProps = {
12188
12270
  size: '16'
12189
12271
  };
12190
12272
 
12191
- var loadingCircleStyle$3$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12273
+ var loadingCircleStyle$41 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12274
+
12275
+ var IndicatorSm = function IndicatorSm(props) {
12276
+ var color = props.color,
12277
+ size = props.size,
12278
+ spin = props.spin,
12279
+ style = props.style,
12280
+ className = props.className,
12281
+ otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className"]);
12282
+
12283
+ return /*#__PURE__*/React.createElement("span", {
12284
+ className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12285
+ }, /*#__PURE__*/React.createElement("style", {
12286
+ children: loadingCircleStyle$41
12287
+ }), /*#__PURE__*/React.createElement("svg", _extends({
12288
+ xmlns: "http://www.w3.org/2000/svg",
12289
+ width: size,
12290
+ height: size,
12291
+ viewBox: "0 0 16 16",
12292
+ fill: color
12293
+ }, otherProps, {
12294
+ style: _objectSpread2(_objectSpread2(_objectSpread2({}, style), spin ? {
12295
+ animationDuration: '1s',
12296
+ animationIterationCount: 'infinite',
12297
+ animationName: 'loadingCircle',
12298
+ animationTimingFunction: 'linear'
12299
+ } : {}), {}, {
12300
+ cursor: 'pointer'
12301
+ })
12302
+ }), /*#__PURE__*/React.createElement("path", {
12303
+ 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"
12304
+ }), /*#__PURE__*/React.createElement("path", {
12305
+ fillRule: "evenodd",
12306
+ clipRule: "evenodd",
12307
+ 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"
12308
+ })));
12309
+ };
12310
+
12311
+ IndicatorSm.propTypes = {
12312
+ spin: PropTypes.bool,
12313
+ color: PropTypes.string,
12314
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
12315
+ };
12316
+ IndicatorSm.defaultProps = {
12317
+ spin: false,
12318
+ color: 'currentColor',
12319
+ size: '16'
12320
+ };
12321
+
12322
+ var loadingCircleStyle$42 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12192
12323
 
12193
12324
  var UPropertySm = function UPropertySm(props) {
12194
12325
  var color = props.color,
@@ -12201,7 +12332,7 @@ var UPropertySm = function UPropertySm(props) {
12201
12332
  return /*#__PURE__*/React.createElement("span", {
12202
12333
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12203
12334
  }, /*#__PURE__*/React.createElement("style", {
12204
- children: loadingCircleStyle$3$
12335
+ children: loadingCircleStyle$42
12205
12336
  }), /*#__PURE__*/React.createElement("svg", _extends({
12206
12337
  xmlns: "http://www.w3.org/2000/svg",
12207
12338
  width: size,
@@ -12239,7 +12370,7 @@ UPropertySm.defaultProps = {
12239
12370
  size: '16'
12240
12371
  };
12241
12372
 
12242
- var loadingCircleStyle$40 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12373
+ var loadingCircleStyle$43 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12243
12374
 
12244
12375
  var UGroupSm = function UGroupSm(props) {
12245
12376
  var color = props.color,
@@ -12252,7 +12383,7 @@ var UGroupSm = function UGroupSm(props) {
12252
12383
  return /*#__PURE__*/React.createElement("span", {
12253
12384
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12254
12385
  }, /*#__PURE__*/React.createElement("style", {
12255
- children: loadingCircleStyle$40
12386
+ children: loadingCircleStyle$43
12256
12387
  }), /*#__PURE__*/React.createElement("svg", _extends({
12257
12388
  xmlns: "http://www.w3.org/2000/svg",
12258
12389
  width: size,
@@ -12298,7 +12429,7 @@ UGroupSm.defaultProps = {
12298
12429
  size: '16'
12299
12430
  };
12300
12431
 
12301
- var loadingCircleStyle$41 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12432
+ var loadingCircleStyle$44 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12302
12433
 
12303
12434
  var UTagSm = function UTagSm(props) {
12304
12435
  var color = props.color,
@@ -12311,7 +12442,7 @@ var UTagSm = function UTagSm(props) {
12311
12442
  return /*#__PURE__*/React.createElement("span", {
12312
12443
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12313
12444
  }, /*#__PURE__*/React.createElement("style", {
12314
- children: loadingCircleStyle$41
12445
+ children: loadingCircleStyle$44
12315
12446
  }), /*#__PURE__*/React.createElement("svg", _extends({
12316
12447
  xmlns: "http://www.w3.org/2000/svg",
12317
12448
  width: size,
@@ -12347,7 +12478,7 @@ UTagSm.defaultProps = {
12347
12478
  size: '16'
12348
12479
  };
12349
12480
 
12350
- var loadingCircleStyle$42 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12481
+ var loadingCircleStyle$45 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12351
12482
 
12352
12483
  var AllGroupSm = function AllGroupSm(props) {
12353
12484
  var color = props.color,
@@ -12360,7 +12491,7 @@ var AllGroupSm = function AllGroupSm(props) {
12360
12491
  return /*#__PURE__*/React.createElement("span", {
12361
12492
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12362
12493
  }, /*#__PURE__*/React.createElement("style", {
12363
- children: loadingCircleStyle$42
12494
+ children: loadingCircleStyle$45
12364
12495
  }), /*#__PURE__*/React.createElement("svg", _extends({
12365
12496
  xmlns: "http://www.w3.org/2000/svg",
12366
12497
  width: size,
@@ -12398,7 +12529,7 @@ AllGroupSm.defaultProps = {
12398
12529
  size: '16'
12399
12530
  };
12400
12531
 
12401
- var loadingCircleStyle$43 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12532
+ var loadingCircleStyle$46 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12402
12533
 
12403
12534
  var CalendarSm = function CalendarSm(props) {
12404
12535
  var color = props.color,
@@ -12411,7 +12542,7 @@ var CalendarSm = function CalendarSm(props) {
12411
12542
  return /*#__PURE__*/React.createElement("span", {
12412
12543
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12413
12544
  }, /*#__PURE__*/React.createElement("style", {
12414
- children: loadingCircleStyle$43
12545
+ children: loadingCircleStyle$46
12415
12546
  }), /*#__PURE__*/React.createElement("svg", _extends({
12416
12547
  xmlns: "http://www.w3.org/2000/svg",
12417
12548
  width: size,
@@ -12443,7 +12574,7 @@ CalendarSm.defaultProps = {
12443
12574
  size: '16'
12444
12575
  };
12445
12576
 
12446
- var loadingCircleStyle$44 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12577
+ var loadingCircleStyle$47 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12447
12578
 
12448
12579
  var GroupAddSm = function GroupAddSm(props) {
12449
12580
  var color = props.color,
@@ -12456,7 +12587,7 @@ var GroupAddSm = function GroupAddSm(props) {
12456
12587
  return /*#__PURE__*/React.createElement("span", {
12457
12588
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12458
12589
  }, /*#__PURE__*/React.createElement("style", {
12459
- children: loadingCircleStyle$44
12590
+ children: loadingCircleStyle$47
12460
12591
  }), /*#__PURE__*/React.createElement("svg", _extends({
12461
12592
  xmlns: "http://www.w3.org/2000/svg",
12462
12593
  width: size,
@@ -12494,7 +12625,7 @@ GroupAddSm.defaultProps = {
12494
12625
  size: '16'
12495
12626
  };
12496
12627
 
12497
- var loadingCircleStyle$45 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12628
+ var loadingCircleStyle$48 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12498
12629
 
12499
12630
  var BooleanSm = function BooleanSm(props) {
12500
12631
  var color = props.color,
@@ -12507,7 +12638,7 @@ var BooleanSm = function BooleanSm(props) {
12507
12638
  return /*#__PURE__*/React.createElement("span", {
12508
12639
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12509
12640
  }, /*#__PURE__*/React.createElement("style", {
12510
- children: loadingCircleStyle$45
12641
+ children: loadingCircleStyle$48
12511
12642
  }), /*#__PURE__*/React.createElement("svg", _extends({
12512
12643
  xmlns: "http://www.w3.org/2000/svg",
12513
12644
  width: size,
@@ -12541,7 +12672,7 @@ BooleanSm.defaultProps = {
12541
12672
  size: '16'
12542
12673
  };
12543
12674
 
12544
- var loadingCircleStyle$46 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12675
+ var loadingCircleStyle$49 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12545
12676
 
12546
12677
  var ListSm = function ListSm(props) {
12547
12678
  var color = props.color,
@@ -12554,7 +12685,7 @@ var ListSm = function ListSm(props) {
12554
12685
  return /*#__PURE__*/React.createElement("span", {
12555
12686
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12556
12687
  }, /*#__PURE__*/React.createElement("style", {
12557
- children: loadingCircleStyle$46
12688
+ children: loadingCircleStyle$49
12558
12689
  }), /*#__PURE__*/React.createElement("svg", _extends({
12559
12690
  xmlns: "http://www.w3.org/2000/svg",
12560
12691
  width: size,
@@ -12596,7 +12727,7 @@ ListSm.defaultProps = {
12596
12727
  size: '16'
12597
12728
  };
12598
12729
 
12599
- var loadingCircleStyle$47 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12730
+ var loadingCircleStyle$4a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12600
12731
 
12601
12732
  var ArrayRowsSm = function ArrayRowsSm(props) {
12602
12733
  var color = props.color,
@@ -12609,7 +12740,7 @@ var ArrayRowsSm = function ArrayRowsSm(props) {
12609
12740
  return /*#__PURE__*/React.createElement("span", {
12610
12741
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12611
12742
  }, /*#__PURE__*/React.createElement("style", {
12612
- children: loadingCircleStyle$47
12743
+ children: loadingCircleStyle$4a
12613
12744
  }), /*#__PURE__*/React.createElement("svg", _extends({
12614
12745
  xmlns: "http://www.w3.org/2000/svg",
12615
12746
  width: size,
@@ -12643,7 +12774,7 @@ ArrayRowsSm.defaultProps = {
12643
12774
  size: '16'
12644
12775
  };
12645
12776
 
12646
- var loadingCircleStyle$48 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12777
+ var loadingCircleStyle$4b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12647
12778
 
12648
12779
  var RowsSm = function RowsSm(props) {
12649
12780
  var color = props.color,
@@ -12656,7 +12787,7 @@ var RowsSm = function RowsSm(props) {
12656
12787
  return /*#__PURE__*/React.createElement("span", {
12657
12788
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12658
12789
  }, /*#__PURE__*/React.createElement("style", {
12659
- children: loadingCircleStyle$48
12790
+ children: loadingCircleStyle$4b
12660
12791
  }), /*#__PURE__*/React.createElement("svg", _extends({
12661
12792
  xmlns: "http://www.w3.org/2000/svg",
12662
12793
  width: size,
@@ -12698,7 +12829,7 @@ RowsSm.defaultProps = {
12698
12829
  size: '16'
12699
12830
  };
12700
12831
 
12701
- var loadingCircleStyle$49 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12832
+ var loadingCircleStyle$4c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12702
12833
 
12703
12834
  var VPropertySm = function VPropertySm(props) {
12704
12835
  var color = props.color,
@@ -12711,7 +12842,7 @@ var VPropertySm = function VPropertySm(props) {
12711
12842
  return /*#__PURE__*/React.createElement("span", {
12712
12843
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12713
12844
  }, /*#__PURE__*/React.createElement("style", {
12714
- children: loadingCircleStyle$49
12845
+ children: loadingCircleStyle$4c
12715
12846
  }), /*#__PURE__*/React.createElement("svg", _extends({
12716
12847
  xmlns: "http://www.w3.org/2000/svg",
12717
12848
  width: size,
@@ -12749,7 +12880,7 @@ VPropertySm.defaultProps = {
12749
12880
  size: '16'
12750
12881
  };
12751
12882
 
12752
- var loadingCircleStyle$4a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12883
+ var loadingCircleStyle$4d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12753
12884
 
12754
12885
  var StringSm = function StringSm(props) {
12755
12886
  var color = props.color,
@@ -12762,7 +12893,7 @@ var StringSm = function StringSm(props) {
12762
12893
  return /*#__PURE__*/React.createElement("span", {
12763
12894
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12764
12895
  }, /*#__PURE__*/React.createElement("style", {
12765
- children: loadingCircleStyle$4a
12896
+ children: loadingCircleStyle$4d
12766
12897
  }), /*#__PURE__*/React.createElement("svg", _extends({
12767
12898
  xmlns: "http://www.w3.org/2000/svg",
12768
12899
  width: size,
@@ -12796,7 +12927,7 @@ StringSm.defaultProps = {
12796
12927
  size: '16'
12797
12928
  };
12798
12929
 
12799
- var loadingCircleStyle$4b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12930
+ var loadingCircleStyle$4e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12800
12931
 
12801
12932
  var NumSm = function NumSm(props) {
12802
12933
  var color = props.color,
@@ -12809,7 +12940,7 @@ var NumSm = function NumSm(props) {
12809
12940
  return /*#__PURE__*/React.createElement("span", {
12810
12941
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12811
12942
  }, /*#__PURE__*/React.createElement("style", {
12812
- children: loadingCircleStyle$4b
12943
+ children: loadingCircleStyle$4e
12813
12944
  }), /*#__PURE__*/React.createElement("svg", _extends({
12814
12945
  xmlns: "http://www.w3.org/2000/svg",
12815
12946
  width: size,
@@ -12843,7 +12974,7 @@ NumSm.defaultProps = {
12843
12974
  size: '16'
12844
12975
  };
12845
12976
 
12846
- var loadingCircleStyle$4c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12977
+ var loadingCircleStyle$4f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12847
12978
 
12848
12979
  var TimeSm = function TimeSm(props) {
12849
12980
  var color = props.color,
@@ -12856,7 +12987,7 @@ var TimeSm = function TimeSm(props) {
12856
12987
  return /*#__PURE__*/React.createElement("span", {
12857
12988
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12858
12989
  }, /*#__PURE__*/React.createElement("style", {
12859
- children: loadingCircleStyle$4c
12990
+ children: loadingCircleStyle$4f
12860
12991
  }), /*#__PURE__*/React.createElement("svg", _extends({
12861
12992
  xmlns: "http://www.w3.org/2000/svg",
12862
12993
  width: size,
@@ -12890,7 +13021,7 @@ TimeSm.defaultProps = {
12890
13021
  size: '16'
12891
13022
  };
12892
13023
 
12893
- var loadingCircleStyle$4d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13024
+ var loadingCircleStyle$4g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12894
13025
 
12895
13026
  var ArrowLeft = function ArrowLeft(props) {
12896
13027
  var color = props.color,
@@ -12903,7 +13034,7 @@ var ArrowLeft = function ArrowLeft(props) {
12903
13034
  return /*#__PURE__*/React.createElement("span", {
12904
13035
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12905
13036
  }, /*#__PURE__*/React.createElement("style", {
12906
- children: loadingCircleStyle$4d
13037
+ children: loadingCircleStyle$4g
12907
13038
  }), /*#__PURE__*/React.createElement("svg", _extends({
12908
13039
  xmlns: "http://www.w3.org/2000/svg",
12909
13040
  width: size,
@@ -12935,7 +13066,7 @@ ArrowLeft.defaultProps = {
12935
13066
  size: '16'
12936
13067
  };
12937
13068
 
12938
- var loadingCircleStyle$4e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13069
+ var loadingCircleStyle$4h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12939
13070
 
12940
13071
  var ArrowRight = function ArrowRight(props) {
12941
13072
  var color = props.color,
@@ -12948,7 +13079,7 @@ var ArrowRight = function ArrowRight(props) {
12948
13079
  return /*#__PURE__*/React.createElement("span", {
12949
13080
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12950
13081
  }, /*#__PURE__*/React.createElement("style", {
12951
- children: loadingCircleStyle$4e
13082
+ children: loadingCircleStyle$4h
12952
13083
  }), /*#__PURE__*/React.createElement("svg", _extends({
12953
13084
  xmlns: "http://www.w3.org/2000/svg",
12954
13085
  width: size,
@@ -12980,7 +13111,7 @@ ArrowRight.defaultProps = {
12980
13111
  size: '16'
12981
13112
  };
12982
13113
 
12983
- var loadingCircleStyle$4f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13114
+ var loadingCircleStyle$4i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12984
13115
 
12985
13116
  var ArrowUp = function ArrowUp(props) {
12986
13117
  var color = props.color,
@@ -12993,7 +13124,7 @@ var ArrowUp = function ArrowUp(props) {
12993
13124
  return /*#__PURE__*/React.createElement("span", {
12994
13125
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12995
13126
  }, /*#__PURE__*/React.createElement("style", {
12996
- children: loadingCircleStyle$4f
13127
+ children: loadingCircleStyle$4i
12997
13128
  }), /*#__PURE__*/React.createElement("svg", _extends({
12998
13129
  xmlns: "http://www.w3.org/2000/svg",
12999
13130
  width: size,
@@ -13025,7 +13156,7 @@ ArrowUp.defaultProps = {
13025
13156
  size: '16'
13026
13157
  };
13027
13158
 
13028
- var loadingCircleStyle$4g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13159
+ var loadingCircleStyle$4j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13029
13160
 
13030
13161
  var ArrowDown = function ArrowDown(props) {
13031
13162
  var color = props.color,
@@ -13038,7 +13169,7 @@ var ArrowDown = function ArrowDown(props) {
13038
13169
  return /*#__PURE__*/React.createElement("span", {
13039
13170
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13040
13171
  }, /*#__PURE__*/React.createElement("style", {
13041
- children: loadingCircleStyle$4g
13172
+ children: loadingCircleStyle$4j
13042
13173
  }), /*#__PURE__*/React.createElement("svg", _extends({
13043
13174
  xmlns: "http://www.w3.org/2000/svg",
13044
13175
  width: size,
@@ -13070,7 +13201,7 @@ ArrowDown.defaultProps = {
13070
13201
  size: '16'
13071
13202
  };
13072
13203
 
13073
- var loadingCircleStyle$4h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13204
+ var loadingCircleStyle$4k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13074
13205
 
13075
13206
  var ArrowLeft2 = function ArrowLeft2(props) {
13076
13207
  var color = props.color,
@@ -13083,7 +13214,7 @@ var ArrowLeft2 = function ArrowLeft2(props) {
13083
13214
  return /*#__PURE__*/React.createElement("span", {
13084
13215
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13085
13216
  }, /*#__PURE__*/React.createElement("style", {
13086
- children: loadingCircleStyle$4h
13217
+ children: loadingCircleStyle$4k
13087
13218
  }), /*#__PURE__*/React.createElement("svg", _extends({
13088
13219
  xmlns: "http://www.w3.org/2000/svg",
13089
13220
  width: size,
@@ -13115,7 +13246,7 @@ ArrowLeft2.defaultProps = {
13115
13246
  size: '16'
13116
13247
  };
13117
13248
 
13118
- var loadingCircleStyle$4i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13249
+ var loadingCircleStyle$4l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13119
13250
 
13120
13251
  var ArrowRight2 = function ArrowRight2(props) {
13121
13252
  var color = props.color,
@@ -13128,7 +13259,7 @@ var ArrowRight2 = function ArrowRight2(props) {
13128
13259
  return /*#__PURE__*/React.createElement("span", {
13129
13260
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13130
13261
  }, /*#__PURE__*/React.createElement("style", {
13131
- children: loadingCircleStyle$4i
13262
+ children: loadingCircleStyle$4l
13132
13263
  }), /*#__PURE__*/React.createElement("svg", _extends({
13133
13264
  xmlns: "http://www.w3.org/2000/svg",
13134
13265
  width: size,
@@ -13160,7 +13291,7 @@ ArrowRight2.defaultProps = {
13160
13291
  size: '16'
13161
13292
  };
13162
13293
 
13163
- var loadingCircleStyle$4j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13294
+ var loadingCircleStyle$4m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13164
13295
 
13165
13296
  var ArrowUp2 = function ArrowUp2(props) {
13166
13297
  var color = props.color,
@@ -13173,7 +13304,7 @@ var ArrowUp2 = function ArrowUp2(props) {
13173
13304
  return /*#__PURE__*/React.createElement("span", {
13174
13305
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13175
13306
  }, /*#__PURE__*/React.createElement("style", {
13176
- children: loadingCircleStyle$4j
13307
+ children: loadingCircleStyle$4m
13177
13308
  }), /*#__PURE__*/React.createElement("svg", _extends({
13178
13309
  xmlns: "http://www.w3.org/2000/svg",
13179
13310
  width: size,
@@ -13205,7 +13336,7 @@ ArrowUp2.defaultProps = {
13205
13336
  size: '16'
13206
13337
  };
13207
13338
 
13208
- var loadingCircleStyle$4k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13339
+ var loadingCircleStyle$4n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13209
13340
 
13210
13341
  var ArrowDown2 = function ArrowDown2(props) {
13211
13342
  var color = props.color,
@@ -13218,7 +13349,7 @@ var ArrowDown2 = function ArrowDown2(props) {
13218
13349
  return /*#__PURE__*/React.createElement("span", {
13219
13350
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13220
13351
  }, /*#__PURE__*/React.createElement("style", {
13221
- children: loadingCircleStyle$4k
13352
+ children: loadingCircleStyle$4n
13222
13353
  }), /*#__PURE__*/React.createElement("svg", _extends({
13223
13354
  xmlns: "http://www.w3.org/2000/svg",
13224
13355
  width: size,
@@ -13250,7 +13381,7 @@ ArrowDown2.defaultProps = {
13250
13381
  size: '16'
13251
13382
  };
13252
13383
 
13253
- var loadingCircleStyle$4l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13384
+ var loadingCircleStyle$4o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13254
13385
 
13255
13386
  var TriLeft = function TriLeft(props) {
13256
13387
  var color = props.color,
@@ -13263,7 +13394,7 @@ var TriLeft = function TriLeft(props) {
13263
13394
  return /*#__PURE__*/React.createElement("span", {
13264
13395
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13265
13396
  }, /*#__PURE__*/React.createElement("style", {
13266
- children: loadingCircleStyle$4l
13397
+ children: loadingCircleStyle$4o
13267
13398
  }), /*#__PURE__*/React.createElement("svg", _extends({
13268
13399
  xmlns: "http://www.w3.org/2000/svg",
13269
13400
  width: size,
@@ -13295,7 +13426,7 @@ TriLeft.defaultProps = {
13295
13426
  size: '16'
13296
13427
  };
13297
13428
 
13298
- var loadingCircleStyle$4m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13429
+ var loadingCircleStyle$4p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13299
13430
 
13300
13431
  var TriRight = function TriRight(props) {
13301
13432
  var color = props.color,
@@ -13308,7 +13439,7 @@ var TriRight = function TriRight(props) {
13308
13439
  return /*#__PURE__*/React.createElement("span", {
13309
13440
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13310
13441
  }, /*#__PURE__*/React.createElement("style", {
13311
- children: loadingCircleStyle$4m
13442
+ children: loadingCircleStyle$4p
13312
13443
  }), /*#__PURE__*/React.createElement("svg", _extends({
13313
13444
  xmlns: "http://www.w3.org/2000/svg",
13314
13445
  width: size,
@@ -13340,7 +13471,7 @@ TriRight.defaultProps = {
13340
13471
  size: '16'
13341
13472
  };
13342
13473
 
13343
- var loadingCircleStyle$4n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13474
+ var loadingCircleStyle$4q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13344
13475
 
13345
13476
  var TriUp = function TriUp(props) {
13346
13477
  var color = props.color,
@@ -13353,7 +13484,7 @@ var TriUp = function TriUp(props) {
13353
13484
  return /*#__PURE__*/React.createElement("span", {
13354
13485
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13355
13486
  }, /*#__PURE__*/React.createElement("style", {
13356
- children: loadingCircleStyle$4n
13487
+ children: loadingCircleStyle$4q
13357
13488
  }), /*#__PURE__*/React.createElement("svg", _extends({
13358
13489
  xmlns: "http://www.w3.org/2000/svg",
13359
13490
  width: size,
@@ -13385,7 +13516,7 @@ TriUp.defaultProps = {
13385
13516
  size: '16'
13386
13517
  };
13387
13518
 
13388
- var loadingCircleStyle$4o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13519
+ var loadingCircleStyle$4r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13389
13520
 
13390
13521
  var TriDown = function TriDown(props) {
13391
13522
  var color = props.color,
@@ -13398,7 +13529,7 @@ var TriDown = function TriDown(props) {
13398
13529
  return /*#__PURE__*/React.createElement("span", {
13399
13530
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13400
13531
  }, /*#__PURE__*/React.createElement("style", {
13401
- children: loadingCircleStyle$4o
13532
+ children: loadingCircleStyle$4r
13402
13533
  }), /*#__PURE__*/React.createElement("svg", _extends({
13403
13534
  xmlns: "http://www.w3.org/2000/svg",
13404
13535
  width: size,
@@ -13430,7 +13561,7 @@ TriDown.defaultProps = {
13430
13561
  size: '16'
13431
13562
  };
13432
13563
 
13433
- var loadingCircleStyle$4p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13564
+ var loadingCircleStyle$4s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13434
13565
 
13435
13566
  var DArrowL = function DArrowL(props) {
13436
13567
  var color = props.color,
@@ -13443,7 +13574,7 @@ var DArrowL = function DArrowL(props) {
13443
13574
  return /*#__PURE__*/React.createElement("span", {
13444
13575
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13445
13576
  }, /*#__PURE__*/React.createElement("style", {
13446
- children: loadingCircleStyle$4p
13577
+ children: loadingCircleStyle$4s
13447
13578
  }), /*#__PURE__*/React.createElement("svg", _extends({
13448
13579
  xmlns: "http://www.w3.org/2000/svg",
13449
13580
  width: size,
@@ -13477,7 +13608,7 @@ DArrowL.defaultProps = {
13477
13608
  size: '16'
13478
13609
  };
13479
13610
 
13480
- var loadingCircleStyle$4q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13611
+ var loadingCircleStyle$4t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13481
13612
 
13482
13613
  var DArrowR = function DArrowR(props) {
13483
13614
  var color = props.color,
@@ -13490,7 +13621,7 @@ var DArrowR = function DArrowR(props) {
13490
13621
  return /*#__PURE__*/React.createElement("span", {
13491
13622
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13492
13623
  }, /*#__PURE__*/React.createElement("style", {
13493
- children: loadingCircleStyle$4q
13624
+ children: loadingCircleStyle$4t
13494
13625
  }), /*#__PURE__*/React.createElement("svg", _extends({
13495
13626
  xmlns: "http://www.w3.org/2000/svg",
13496
13627
  width: size,
@@ -13524,7 +13655,7 @@ DArrowR.defaultProps = {
13524
13655
  size: '16'
13525
13656
  };
13526
13657
 
13527
- var loadingCircleStyle$4r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13658
+ var loadingCircleStyle$4u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13528
13659
 
13529
13660
  var DArrowT = function DArrowT(props) {
13530
13661
  var color = props.color,
@@ -13537,7 +13668,7 @@ var DArrowT = function DArrowT(props) {
13537
13668
  return /*#__PURE__*/React.createElement("span", {
13538
13669
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13539
13670
  }, /*#__PURE__*/React.createElement("style", {
13540
- children: loadingCircleStyle$4r
13671
+ children: loadingCircleStyle$4u
13541
13672
  }), /*#__PURE__*/React.createElement("svg", _extends({
13542
13673
  xmlns: "http://www.w3.org/2000/svg",
13543
13674
  width: size,
@@ -13571,7 +13702,7 @@ DArrowT.defaultProps = {
13571
13702
  size: '16'
13572
13703
  };
13573
13704
 
13574
- var loadingCircleStyle$4s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13705
+ var loadingCircleStyle$4v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13575
13706
 
13576
13707
  var DArrowB = function DArrowB(props) {
13577
13708
  var color = props.color,
@@ -13584,7 +13715,7 @@ var DArrowB = function DArrowB(props) {
13584
13715
  return /*#__PURE__*/React.createElement("span", {
13585
13716
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13586
13717
  }, /*#__PURE__*/React.createElement("style", {
13587
- children: loadingCircleStyle$4s
13718
+ children: loadingCircleStyle$4v
13588
13719
  }), /*#__PURE__*/React.createElement("svg", _extends({
13589
13720
  xmlns: "http://www.w3.org/2000/svg",
13590
13721
  width: size,
@@ -13618,7 +13749,7 @@ DArrowB.defaultProps = {
13618
13749
  size: '16'
13619
13750
  };
13620
13751
 
13621
- var loadingCircleStyle$4t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13752
+ var loadingCircleStyle$4w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13622
13753
 
13623
13754
  var DropDown = function DropDown(props) {
13624
13755
  var color = props.color,
@@ -13631,7 +13762,7 @@ var DropDown = function DropDown(props) {
13631
13762
  return /*#__PURE__*/React.createElement("span", {
13632
13763
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13633
13764
  }, /*#__PURE__*/React.createElement("style", {
13634
- children: loadingCircleStyle$4t
13765
+ children: loadingCircleStyle$4w
13635
13766
  }), /*#__PURE__*/React.createElement("svg", _extends({
13636
13767
  xmlns: "http://www.w3.org/2000/svg",
13637
13768
  width: size,
@@ -13663,7 +13794,7 @@ DropDown.defaultProps = {
13663
13794
  size: '16'
13664
13795
  };
13665
13796
 
13666
- var loadingCircleStyle$4u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13797
+ var loadingCircleStyle$4x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13667
13798
 
13668
13799
  var DropUp = function DropUp(props) {
13669
13800
  var color = props.color,
@@ -13676,7 +13807,7 @@ var DropUp = function DropUp(props) {
13676
13807
  return /*#__PURE__*/React.createElement("span", {
13677
13808
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13678
13809
  }, /*#__PURE__*/React.createElement("style", {
13679
- children: loadingCircleStyle$4u
13810
+ children: loadingCircleStyle$4x
13680
13811
  }), /*#__PURE__*/React.createElement("svg", _extends({
13681
13812
  xmlns: "http://www.w3.org/2000/svg",
13682
13813
  width: size,
@@ -13708,7 +13839,7 @@ DropUp.defaultProps = {
13708
13839
  size: '16'
13709
13840
  };
13710
13841
 
13711
- var loadingCircleStyle$4v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13842
+ var loadingCircleStyle$4y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13712
13843
 
13713
13844
  var More1 = function More1(props) {
13714
13845
  var color = props.color,
@@ -13721,7 +13852,7 @@ var More1 = function More1(props) {
13721
13852
  return /*#__PURE__*/React.createElement("span", {
13722
13853
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13723
13854
  }, /*#__PURE__*/React.createElement("style", {
13724
- children: loadingCircleStyle$4v
13855
+ children: loadingCircleStyle$4y
13725
13856
  }), /*#__PURE__*/React.createElement("svg", _extends({
13726
13857
  xmlns: "http://www.w3.org/2000/svg",
13727
13858
  width: size,
@@ -13753,7 +13884,7 @@ More1.defaultProps = {
13753
13884
  size: '16'
13754
13885
  };
13755
13886
 
13756
- var loadingCircleStyle$4w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13887
+ var loadingCircleStyle$4z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13757
13888
 
13758
13889
  var More2 = function More2(props) {
13759
13890
  var color = props.color,
@@ -13766,7 +13897,7 @@ var More2 = function More2(props) {
13766
13897
  return /*#__PURE__*/React.createElement("span", {
13767
13898
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13768
13899
  }, /*#__PURE__*/React.createElement("style", {
13769
- children: loadingCircleStyle$4w
13900
+ children: loadingCircleStyle$4z
13770
13901
  }), /*#__PURE__*/React.createElement("svg", _extends({
13771
13902
  xmlns: "http://www.w3.org/2000/svg",
13772
13903
  width: size,
@@ -13798,7 +13929,7 @@ More2.defaultProps = {
13798
13929
  size: '16'
13799
13930
  };
13800
13931
 
13801
- var loadingCircleStyle$4x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13932
+ var loadingCircleStyle$4A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13802
13933
 
13803
13934
  var Drag = function Drag(props) {
13804
13935
  var color = props.color,
@@ -13811,7 +13942,7 @@ var Drag = function Drag(props) {
13811
13942
  return /*#__PURE__*/React.createElement("span", {
13812
13943
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13813
13944
  }, /*#__PURE__*/React.createElement("style", {
13814
- children: loadingCircleStyle$4x
13945
+ children: loadingCircleStyle$4A
13815
13946
  }), /*#__PURE__*/React.createElement("svg", _extends({
13816
13947
  xmlns: "http://www.w3.org/2000/svg",
13817
13948
  width: size,
@@ -13853,7 +13984,7 @@ Drag.defaultProps = {
13853
13984
  size: '16'
13854
13985
  };
13855
13986
 
13856
- var loadingCircleStyle$4y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13987
+ var loadingCircleStyle$4B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13857
13988
 
13858
13989
  var Drag2 = function Drag2(props) {
13859
13990
  var color = props.color,
@@ -13866,7 +13997,7 @@ var Drag2 = function Drag2(props) {
13866
13997
  return /*#__PURE__*/React.createElement("span", {
13867
13998
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13868
13999
  }, /*#__PURE__*/React.createElement("style", {
13869
- children: loadingCircleStyle$4y
14000
+ children: loadingCircleStyle$4B
13870
14001
  }), /*#__PURE__*/React.createElement("svg", _extends({
13871
14002
  xmlns: "http://www.w3.org/2000/svg",
13872
14003
  width: size,
@@ -13902,7 +14033,7 @@ Drag2.defaultProps = {
13902
14033
  size: '16'
13903
14034
  };
13904
14035
 
13905
- var loadingCircleStyle$4z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
14036
+ var loadingCircleStyle$4C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13906
14037
 
13907
14038
  var External = function External(props) {
13908
14039
  var color = props.color,
@@ -13915,7 +14046,7 @@ var External = function External(props) {
13915
14046
  return /*#__PURE__*/React.createElement("span", {
13916
14047
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13917
14048
  }, /*#__PURE__*/React.createElement("style", {
13918
- children: loadingCircleStyle$4z
14049
+ children: loadingCircleStyle$4C
13919
14050
  }), /*#__PURE__*/React.createElement("svg", _extends({
13920
14051
  xmlns: "http://www.w3.org/2000/svg",
13921
14052
  width: size,
@@ -13947,7 +14078,7 @@ External.defaultProps = {
13947
14078
  size: '16'
13948
14079
  };
13949
14080
 
13950
- var loadingCircleStyle$4A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
14081
+ var loadingCircleStyle$4D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13951
14082
 
13952
14083
  var DisplayS = function DisplayS(props) {
13953
14084
  var color = props.color,
@@ -13960,7 +14091,7 @@ var DisplayS = function DisplayS(props) {
13960
14091
  return /*#__PURE__*/React.createElement("span", {
13961
14092
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13962
14093
  }, /*#__PURE__*/React.createElement("style", {
13963
- children: loadingCircleStyle$4A
14094
+ children: loadingCircleStyle$4D
13964
14095
  }), /*#__PURE__*/React.createElement("svg", _extends({
13965
14096
  xmlns: "http://www.w3.org/2000/svg",
13966
14097
  width: size,
@@ -13994,7 +14125,7 @@ DisplayS.defaultProps = {
13994
14125
  size: '16'
13995
14126
  };
13996
14127
 
13997
- var loadingCircleStyle$4B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
14128
+ var loadingCircleStyle$4E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13998
14129
 
13999
14130
  var Share = function Share(props) {
14000
14131
  var color = props.color,
@@ -14007,7 +14138,7 @@ var Share = function Share(props) {
14007
14138
  return /*#__PURE__*/React.createElement("span", {
14008
14139
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14009
14140
  }, /*#__PURE__*/React.createElement("style", {
14010
- children: loadingCircleStyle$4B
14141
+ children: loadingCircleStyle$4E
14011
14142
  }), /*#__PURE__*/React.createElement("svg", _extends({
14012
14143
  xmlns: "http://www.w3.org/2000/svg",
14013
14144
  width: size,
@@ -14039,4 +14170,4 @@ Share.defaultProps = {
14039
14170
  size: '16'
14040
14171
  };
14041
14172
 
14042
- export { Add1 as TaAdd1, Add2 as TaAdd2, Add3 as TaAdd3, Add3Fill as TaAdd3Fill, Alert as TaAlert, AllGroupSm as TaAllGroupSm, Analysis as TaAnalysis, Anchor as TaAnchor, Application as TaApplication, ArrayRowsSm as TaArrayRowsSm, ArrowDown as TaArrowDown, ArrowDown2 as TaArrowDown2, ArrowLeft as TaArrowLeft, ArrowLeft2 as TaArrowLeft2, ArrowLeftDown as TaArrowLeftDown, ArrowRight as TaArrowRight, ArrowRight2 as TaArrowRight2, ArrowUp as TaArrowUp, ArrowUp2 as TaArrowUp2, Ascent as TaAscent, AssetConvert as TaAssetConvert, Attribution as TaAttribution, Backup as TaBackup, Bell as TaBell, Book as TaBook, Book2 as TaBook2, Bookmark as TaBookmark, Bookmark2 as TaBookmark2, BooleanSm as TaBooleanSm, Calendar as TaCalendar, CalendarSm as TaCalendarSm, Card as TaCard, Cellphone as TaCellphone, ChartBar as TaChartBar, ChartBarTable as TaChartBarTable, ChartCombinedTable as TaChartCombinedTable, ChartComplex as TaChartComplex, ChartCum as TaChartCum, ChartDNRe as TaChartDNRe, ChartDRe as TaChartDRe, ChartDistTable as TaChartDistTable, ChartFieldlist as TaChartFieldlist, ChartFunnel as TaChartFunnel, ChartHistogram as TaChartHistogram, ChartInterval as TaChartInterval, ChartLine as TaChartLine, ChartLineTable as TaChartLineTable, ChartPie as TaChartPie, ChartSqltable as TaChartSqltable, ChartStack as TaChartStack, ChartStackPerc as TaChartStackPerc, ChartStackn as TaChartStackn, ChartTable as TaChartTable, Clock as TaClock, Close as TaClose, Code as TaCode, Comment as TaComment, Config as TaConfig, Contrast as TaContrast, Copy as TaCopy, Copy2 as TaCopy2, Cost as TaCost, Currency as TaCurrency, CustomPartition as TaCustomPartition, DArrowB as TaDArrowB, DArrowL as TaDArrowL, DArrowR as TaDArrowR, DArrowT as TaDArrowT, Dashboard as TaDashboard, DashboardMgr as TaDashboardMgr, Debug as TaDebug, Delete1 as TaDelete1, Delete2 as TaDelete2, Delete2Fill as TaDelete2Fill, Demo as TaDemo, Descent as TaDescent, Desktop as TaDesktop, Detail as TaDetail, DisplayS as TaDisplayS, Done as TaDone, Dot as TaDot, DoubleList as TaDoubleList, Download as TaDownload, Drag as TaDrag, Drag2 as TaDrag2, DropDown as TaDropDown, DropUp as TaDropUp, EPropertySm as TaEPropertySm, Earth as TaEarth, Edit as TaEdit, EditFill as TaEditFill, Education as TaEducation, EducationFill as TaEducationFill, Email as TaEmail, Error as TaError, Error2 as TaError2, Error2Fill as TaError2Fill, ErrorFill as TaErrorFill, EventMgr as TaEventMgr, EventPropMgr as TaEventPropMgr, EventSm as TaEventSm, EventTree as TaEventTree, Exchange as TaExchange, Export as TaExport, Exposure as TaExposure, Expression as TaExpression, Expression2 as TaExpression2, External as TaExternal, EyeOff as TaEyeOff, EyeOffFill as TaEyeOffFill, EyeOn as TaEyeOn, EyeOnFill as TaEyeOnFill, FileAdd as TaFileAdd, FileConvert as TaFileConvert, FileExport as TaFileExport, FileImport as TaFileImport, FileInfo as TaFileInfo, FileLock as TaFileLock, FileMove as TaFileMove, FilePdf as TaFilePdf, FileRemove as TaFileRemove, Filter as TaFilter, Filter2 as TaFilter2, FirstLast as TaFirstLast, Folder as TaFolder, FolderOpen as TaFolderOpen, Forewarning as TaForewarning, Format as TaFormat, FullDownload as TaFullDownload, Fullscreen as TaFullscreen, Game as TaGame, GameFill as TaGameFill, Gift as TaGift, Group as TaGroup, GroupA2b as TaGroupA2b, GroupAddFill as TaGroupAddFill, GroupAddSm as TaGroupAddSm, GroupFill as TaGroupFill, GroupFill2 as TaGroupFill2, Groups as TaGroups, Heart as TaHeart, Help as TaHelp, History as TaHistory, IdFreeze as TaIdFreeze, Import as TaImport, Index as TaIndex, Indicator as TaIndicator, Info as TaInfo, InfoFill as TaInfoFill, Landscape as TaLandscape, Language as TaLanguage, Link as TaLink, List as TaList, ListNested as TaListNested, ListSm as TaListSm, Live as TaLive, Location as TaLocation, LockClose as TaLockClose, LockCloseFill as TaLockCloseFill, LockOpen as TaLockOpen, LockOpenFill as TaLockOpenFill, LogoAndroidGray as TaLogoAndroidGray, LogoAppleGray as TaLogoAppleGray, LogoCurrencylayerCl as TaLogoCurrencylayerCl, LogoDingdingCl as TaLogoDingdingCl, LogoDingdingGray as TaLogoDingdingGray, LogoFeishuCl as TaLogoFeishuCl, LogoGarenaCl as TaLogoGarenaCl, LogoKingCl as TaLogoKingCl, LogoWechatCl as TaLogoWechatCl, LogoWechatGray as TaLogoWechatGray, LogoWecomCl as TaLogoWecomCl, LogoWecomGray as TaLogoWecomGray, Logout as TaLogout, MDistribution as TaMDistribution, MEvent as TaMEvent, MFlow as TaMFlow, MFunnel as TaMFunnel, MInterval as TaMInterval, MProperty as TaMProperty, MRetention as TaMRetention, MSql as TaMSql, MenuFold as TaMenuFold, MenuUnfold as TaMenuUnfold, MessageCenter as TaMessageCenter, Mfa as TaMfa, More1 as TaMore1, More2 as TaMore2, NumSm as TaNumSm, OperatorBigger as TaOperatorBigger, OperatorDivide as TaOperatorDivide, OperatorEqual as TaOperatorEqual, OperatorFalse as TaOperatorFalse, OperatorHasValue as TaOperatorHasValue, OperatorInclude as TaOperatorInclude, OperatorInside as TaOperatorInside, OperatorLess as TaOperatorLess, OperatorNoBigger as TaOperatorNoBigger, OperatorNoLess as TaOperatorNoLess, OperatorNoRegex as TaOperatorNoRegex, OperatorNoValue as TaOperatorNoValue, OperatorNotInclude as TaOperatorNotInclude, OperatorRegex as TaOperatorRegex, OperatorTrue as TaOperatorTrue, OperatorUnequal as TaOperatorUnequal, ParallelFilter as TaParallelFilter, Parameter as TaParameter, Password as TaPassword, Pattern as TaPattern, PauseCircle as TaPauseCircle, Play as TaPlay, PlayCircle as TaPlayCircle, Plug as TaPlug, Private as TaPrivate, Processing as TaProcessing, Processing2 as TaProcessing2, Project as TaProject, ProjectMgr as TaProjectMgr, RelatedProp as TaRelatedProp, Rename as TaRename, Report as TaReport, ReportRemoval as TaReportRemoval, ResetPassword as TaResetPassword, Result as TaResult, RowsSm as TaRowsSm, SSpace as TaSSpace, Save as TaSave, Search as TaSearch, Send as TaSend, Server as TaServer, Setting as TaSetting, Share as TaShare, ShieldCheck as TaShieldCheck, ShieldCross as TaShieldCross, ShieldKeyhole as TaShieldKeyhole, Shop as TaShop, ShopFill as TaShopFill, Sort as TaSort, SortA2z as TaSortA2z, SortDrop as TaSortDrop, SortResult as TaSortResult, SortRise as TaSortRise, SortZ2a as TaSortZ2a, Space as TaSpace, SpaceOpen as TaSpaceOpen, Speed as TaSpeed, Split as TaSplit, Sql1 as TaSql1, Sql2 as TaSql2, Sql3 as TaSql3, StarFill as TaStarFill, StarOutline as TaStarOutline, Sticker as TaSticker, StickerFill as TaStickerFill, StringSm as TaStringSm, Subtract as TaSubtract, Subtract2 as TaSubtract2, Success as TaSuccess, SuccessFill as TaSuccessFill, SwapFill as TaSwapFill, SystemMgr as TaSystemMgr, SystemMsg as TaSystemMsg, TA2b as TaTA2b, TX2y as TaTX2y, Table1dtable as TaTable1dtable, TdLogo as TaTdLogo, TimeLock as TaTimeLock, TimeSm as TaTimeSm, Tracking as TaTracking, TriDown as TaTriDown, TriLeft as TaTriLeft, TriRight as TaTriRight, TriUp as TaTriUp, UGroup as TaUGroup, UGroupSm as TaUGroupSm, UPropMgr as TaUPropMgr, UPropertySm as TaUPropertySm, UTag as TaUTag, UTagSm as TaUTagSm, Unlink as TaUnlink, Update as TaUpdate, UploadId as TaUploadId, Usb as TaUsb, User1 as TaUser1, User1Fill as TaUser1Fill, User2 as TaUser2, UserAddFill as TaUserAddFill, UserSettings as TaUserSettings, Usertag as TaUsertag, VProperty as TaVProperty, VPropertySm as TaVPropertySm, ViewOriginal as TaViewOriginal, Vip as TaVip, VipFill as TaVipFill };
14173
+ export { Add1 as TaAdd1, Add2 as TaAdd2, Add3 as TaAdd3, Add3Fill as TaAdd3Fill, Alert as TaAlert, AllGroupSm as TaAllGroupSm, Analysis as TaAnalysis, Anchor as TaAnchor, Application as TaApplication, ArrayRowsSm as TaArrayRowsSm, ArrowDown as TaArrowDown, ArrowDown2 as TaArrowDown2, ArrowLeft as TaArrowLeft, ArrowLeft2 as TaArrowLeft2, ArrowLeftDown as TaArrowLeftDown, ArrowRight as TaArrowRight, ArrowRight2 as TaArrowRight2, ArrowUp as TaArrowUp, ArrowUp2 as TaArrowUp2, Ascent as TaAscent, AssetConvert as TaAssetConvert, Attribution as TaAttribution, Backup as TaBackup, Bell as TaBell, Book as TaBook, Book2 as TaBook2, Bookmark as TaBookmark, Bookmark2 as TaBookmark2, BooleanSm as TaBooleanSm, Calendar as TaCalendar, CalendarSm as TaCalendarSm, Card as TaCard, Cellphone as TaCellphone, ChartBar as TaChartBar, ChartBarTable as TaChartBarTable, ChartCombinedTable as TaChartCombinedTable, ChartComplex as TaChartComplex, ChartCum as TaChartCum, ChartDNRe as TaChartDNRe, ChartDRe as TaChartDRe, ChartDistTable as TaChartDistTable, ChartFieldlist as TaChartFieldlist, ChartFunnel as TaChartFunnel, ChartHistogram as TaChartHistogram, ChartInterval as TaChartInterval, ChartLine as TaChartLine, ChartLineTable as TaChartLineTable, ChartPie as TaChartPie, ChartSqltable as TaChartSqltable, ChartStack as TaChartStack, ChartStackPerc as TaChartStackPerc, ChartStackn as TaChartStackn, ChartTable as TaChartTable, Clock as TaClock, Close as TaClose, Code as TaCode, Comment as TaComment, Config as TaConfig, Contrast as TaContrast, Copy as TaCopy, Copy2 as TaCopy2, Cost as TaCost, Currency as TaCurrency, CustomPartition as TaCustomPartition, DArrowB as TaDArrowB, DArrowL as TaDArrowL, DArrowR as TaDArrowR, DArrowT as TaDArrowT, Dashboard as TaDashboard, DashboardMgr as TaDashboardMgr, Debug as TaDebug, Delete1 as TaDelete1, Delete2 as TaDelete2, Delete2Fill as TaDelete2Fill, Demo as TaDemo, Descent as TaDescent, Desktop as TaDesktop, Detail as TaDetail, DisplayS as TaDisplayS, Done as TaDone, Dot as TaDot, DoubleList as TaDoubleList, Download as TaDownload, Drag as TaDrag, Drag2 as TaDrag2, DropDown as TaDropDown, DropUp as TaDropUp, EPropertySm as TaEPropertySm, Earth as TaEarth, Edit as TaEdit, EditFill as TaEditFill, Education as TaEducation, EducationFill as TaEducationFill, Email as TaEmail, Error as TaError, Error2 as TaError2, Error2Fill as TaError2Fill, ErrorFill as TaErrorFill, EventMgr as TaEventMgr, EventPropMgr as TaEventPropMgr, EventSm as TaEventSm, EventTree as TaEventTree, Exchange as TaExchange, Export as TaExport, Exposure as TaExposure, Expression as TaExpression, Expression2 as TaExpression2, External as TaExternal, EyeOff as TaEyeOff, EyeOffFill as TaEyeOffFill, EyeOn as TaEyeOn, EyeOnFill as TaEyeOnFill, FileAdd as TaFileAdd, FileConvert as TaFileConvert, FileExport as TaFileExport, FileImport as TaFileImport, FileInfo as TaFileInfo, FileLock as TaFileLock, FileMove as TaFileMove, FilePdf as TaFilePdf, FileRemove as TaFileRemove, Filter as TaFilter, Filter2 as TaFilter2, FirstLast as TaFirstLast, Folder as TaFolder, FolderOpen as TaFolderOpen, Forewarning as TaForewarning, Format as TaFormat, FullDownload as TaFullDownload, Fullscreen as TaFullscreen, Game as TaGame, GameFill as TaGameFill, Gift as TaGift, Group as TaGroup, GroupA2b as TaGroupA2b, GroupAddFill as TaGroupAddFill, GroupAddSm as TaGroupAddSm, GroupFill as TaGroupFill, GroupFill2 as TaGroupFill2, Groups as TaGroups, Heart as TaHeart, Help as TaHelp, History as TaHistory, IdFreeze as TaIdFreeze, Import as TaImport, Indicator as TaIndicator, IndicatorSm as TaIndicatorSm, Info as TaInfo, InfoFill as TaInfoFill, Landscape as TaLandscape, Language as TaLanguage, Link as TaLink, List as TaList, ListNested as TaListNested, ListSm as TaListSm, Live as TaLive, Location as TaLocation, LockClose as TaLockClose, LockCloseFill as TaLockCloseFill, LockOpen as TaLockOpen, LockOpenFill as TaLockOpenFill, LogoAndroidGray as TaLogoAndroidGray, LogoAppleGray as TaLogoAppleGray, LogoCurrencylayerCl as TaLogoCurrencylayerCl, LogoDingdingCl as TaLogoDingdingCl, LogoDingdingGray as TaLogoDingdingGray, LogoFeishuCl as TaLogoFeishuCl, LogoGarenaCl as TaLogoGarenaCl, LogoKingCl as TaLogoKingCl, LogoWechatCl as TaLogoWechatCl, LogoWechatGray as TaLogoWechatGray, LogoWecomCl as TaLogoWecomCl, LogoWecomGray as TaLogoWecomGray, LogoXiaomiCl as TaLogoXiaomiCl, Logout as TaLogout, MDistribution as TaMDistribution, MEvent as TaMEvent, MFlow as TaMFlow, MFunnel as TaMFunnel, MInterval as TaMInterval, MProperty as TaMProperty, MRetention as TaMRetention, MSql as TaMSql, MenuFold as TaMenuFold, MenuUnfold as TaMenuUnfold, MessageCenter as TaMessageCenter, Mfa as TaMfa, More1 as TaMore1, More2 as TaMore2, NumSm as TaNumSm, OperatorBigger as TaOperatorBigger, OperatorDivide as TaOperatorDivide, OperatorEqual as TaOperatorEqual, OperatorFalse as TaOperatorFalse, OperatorHasValue as TaOperatorHasValue, OperatorInclude as TaOperatorInclude, OperatorInside as TaOperatorInside, OperatorLess as TaOperatorLess, OperatorNoBigger as TaOperatorNoBigger, OperatorNoLess as TaOperatorNoLess, OperatorNoRegex as TaOperatorNoRegex, OperatorNoValue as TaOperatorNoValue, OperatorNotInclude as TaOperatorNotInclude, OperatorRegex as TaOperatorRegex, OperatorTrue as TaOperatorTrue, OperatorUnequal as TaOperatorUnequal, ParallelFilter as TaParallelFilter, Parameter as TaParameter, Password as TaPassword, Pattern as TaPattern, PauseCircle as TaPauseCircle, Play as TaPlay, PlayCircle as TaPlayCircle, Plug as TaPlug, Private as TaPrivate, Processing as TaProcessing, Processing2 as TaProcessing2, Project as TaProject, ProjectMgr as TaProjectMgr, RelatedProp as TaRelatedProp, Rename as TaRename, Report as TaReport, ReportRemoval as TaReportRemoval, ResetPassword as TaResetPassword, Result as TaResult, RowsSm as TaRowsSm, SSpace as TaSSpace, Save as TaSave, Search as TaSearch, Send as TaSend, Server as TaServer, Setting as TaSetting, Share as TaShare, ShieldCheck as TaShieldCheck, ShieldCross as TaShieldCross, ShieldKeyhole as TaShieldKeyhole, Shop as TaShop, ShopFill as TaShopFill, Sort as TaSort, SortA2z as TaSortA2z, SortDown as TaSortDown, SortDrop as TaSortDrop, SortResult as TaSortResult, SortRise as TaSortRise, SortUp as TaSortUp, SortZ2a as TaSortZ2a, Space as TaSpace, SpaceOpen as TaSpaceOpen, Speed as TaSpeed, Split as TaSplit, Sql1 as TaSql1, Sql2 as TaSql2, Sql3 as TaSql3, StarFill as TaStarFill, StarOutline as TaStarOutline, Sticker as TaSticker, StickerFill as TaStickerFill, StringSm as TaStringSm, Subtract as TaSubtract, Subtract2 as TaSubtract2, Success as TaSuccess, SuccessFill as TaSuccessFill, SwapFill as TaSwapFill, SystemMgr as TaSystemMgr, SystemMsg as TaSystemMsg, TA2b as TaTA2b, TX2y as TaTX2y, Table1dtable as TaTable1dtable, TdLogo as TaTdLogo, TimeLock as TaTimeLock, TimeSm as TaTimeSm, Tracking as TaTracking, TriDown as TaTriDown, TriLeft as TaTriLeft, TriRight as TaTriRight, TriUp as TaTriUp, UGroup as TaUGroup, UGroupSm as TaUGroupSm, UPropMgr as TaUPropMgr, UPropertySm as TaUPropertySm, UTag as TaUTag, UTagSm as TaUTagSm, Unlink as TaUnlink, Update as TaUpdate, UploadId as TaUploadId, Usb as TaUsb, User1 as TaUser1, User1Fill as TaUser1Fill, User2 as TaUser2, UserAddFill as TaUserAddFill, UserSettings as TaUserSettings, Usertag as TaUsertag, VProperty as TaVProperty, VPropertySm as TaVPropertySm, ViewOriginal as TaViewOriginal, Vip as TaVip, VipFill as TaVipFill };