@tant/icons 1.0.26 → 1.0.29

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.
@@ -5294,7 +5294,7 @@ Currency.defaultProps = {
5294
5294
 
5295
5295
  var loadingCircleStyle$1J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5296
5296
 
5297
- var OperatorEqual = function OperatorEqual(props) {
5297
+ var Contrast = function Contrast(props) {
5298
5298
  var color = props.color,
5299
5299
  size = props.size,
5300
5300
  spin = props.spin,
@@ -5321,6 +5321,51 @@ var OperatorEqual = function OperatorEqual(props) {
5321
5321
  } : {}), {}, {
5322
5322
  cursor: 'pointer'
5323
5323
  })
5324
+ }), /*#__PURE__*/React.createElement("path", {
5325
+ d: "M3.905 18.682h5.714v1.909H2V3.409h7.619v1.91H3.905v13.363zm10.476 0h1.905v1.909H14.38v-1.91zm2.857 0h1.905v1.909h-1.905v-1.91zm2.857 1.909v-1.91H22v1.91h-1.905zm0-6.682V12H22v1.91h-1.905zm0 2.864v-1.91H22v1.91h-1.905zm0-5.727v-1.91H22v1.91h-1.905zm0-2.864v-1.91H22v1.91h-1.905zm0-2.864V3.41H22v1.91h-1.905zm-.952 0h-1.905V3.41h1.905v1.91zm-2.857 0H14.38V3.41h1.905v1.91zM11.524 1.5h1.905v21h-1.905v-21z"
5326
+ })));
5327
+ };
5328
+
5329
+ Contrast.propTypes = {
5330
+ spin: PropTypes.bool,
5331
+ color: PropTypes.string,
5332
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
5333
+ };
5334
+ Contrast.defaultProps = {
5335
+ spin: false,
5336
+ color: 'currentColor',
5337
+ size: '16'
5338
+ };
5339
+
5340
+ var loadingCircleStyle$1K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5341
+
5342
+ var OperatorEqual = function OperatorEqual(props) {
5343
+ var color = props.color,
5344
+ size = props.size,
5345
+ spin = props.spin,
5346
+ style = props.style,
5347
+ className = props.className,
5348
+ otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className"]);
5349
+
5350
+ return /*#__PURE__*/React.createElement("span", {
5351
+ className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5352
+ }, /*#__PURE__*/React.createElement("style", {
5353
+ children: loadingCircleStyle$1K
5354
+ }), /*#__PURE__*/React.createElement("svg", _extends({
5355
+ xmlns: "http://www.w3.org/2000/svg",
5356
+ width: size,
5357
+ height: size,
5358
+ viewBox: "0 0 24 24",
5359
+ fill: color
5360
+ }, otherProps, {
5361
+ style: _objectSpread2(_objectSpread2(_objectSpread2({}, style), spin ? {
5362
+ animationDuration: '1s',
5363
+ animationIterationCount: 'infinite',
5364
+ animationName: 'loadingCircle',
5365
+ animationTimingFunction: 'linear'
5366
+ } : {}), {}, {
5367
+ cursor: 'pointer'
5368
+ })
5324
5369
  }), /*#__PURE__*/React.createElement("path", {
5325
5370
  fillRule: "evenodd",
5326
5371
  clipRule: "evenodd",
@@ -5339,7 +5384,7 @@ OperatorEqual.defaultProps = {
5339
5384
  size: '16'
5340
5385
  };
5341
5386
 
5342
- var loadingCircleStyle$1K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5387
+ var loadingCircleStyle$1L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5343
5388
 
5344
5389
  var OperatorUnequal = function OperatorUnequal(props) {
5345
5390
  var color = props.color,
@@ -5352,7 +5397,7 @@ var OperatorUnequal = function OperatorUnequal(props) {
5352
5397
  return /*#__PURE__*/React.createElement("span", {
5353
5398
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5354
5399
  }, /*#__PURE__*/React.createElement("style", {
5355
- children: loadingCircleStyle$1K
5400
+ children: loadingCircleStyle$1L
5356
5401
  }), /*#__PURE__*/React.createElement("svg", _extends({
5357
5402
  xmlns: "http://www.w3.org/2000/svg",
5358
5403
  width: size,
@@ -5386,7 +5431,7 @@ OperatorUnequal.defaultProps = {
5386
5431
  size: '16'
5387
5432
  };
5388
5433
 
5389
- var loadingCircleStyle$1L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5434
+ var loadingCircleStyle$1M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5390
5435
 
5391
5436
  var OperatorDivide = function OperatorDivide(props) {
5392
5437
  var color = props.color,
@@ -5399,7 +5444,7 @@ var OperatorDivide = function OperatorDivide(props) {
5399
5444
  return /*#__PURE__*/React.createElement("span", {
5400
5445
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5401
5446
  }, /*#__PURE__*/React.createElement("style", {
5402
- children: loadingCircleStyle$1L
5447
+ children: loadingCircleStyle$1M
5403
5448
  }), /*#__PURE__*/React.createElement("svg", _extends({
5404
5449
  xmlns: "http://www.w3.org/2000/svg",
5405
5450
  width: size,
@@ -5431,7 +5476,7 @@ OperatorDivide.defaultProps = {
5431
5476
  size: '16'
5432
5477
  };
5433
5478
 
5434
- var loadingCircleStyle$1M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5479
+ var loadingCircleStyle$1N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5435
5480
 
5436
5481
  var OperatorNoValue = function OperatorNoValue(props) {
5437
5482
  var color = props.color,
@@ -5444,7 +5489,7 @@ var OperatorNoValue = function OperatorNoValue(props) {
5444
5489
  return /*#__PURE__*/React.createElement("span", {
5445
5490
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5446
5491
  }, /*#__PURE__*/React.createElement("style", {
5447
- children: loadingCircleStyle$1M
5492
+ children: loadingCircleStyle$1N
5448
5493
  }), /*#__PURE__*/React.createElement("svg", _extends({
5449
5494
  xmlns: "http://www.w3.org/2000/svg",
5450
5495
  width: size,
@@ -5478,7 +5523,7 @@ OperatorNoValue.defaultProps = {
5478
5523
  size: '16'
5479
5524
  };
5480
5525
 
5481
- var loadingCircleStyle$1N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5526
+ var loadingCircleStyle$1O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5482
5527
 
5483
5528
  var OperatorHasValue = function OperatorHasValue(props) {
5484
5529
  var color = props.color,
@@ -5491,7 +5536,7 @@ var OperatorHasValue = function OperatorHasValue(props) {
5491
5536
  return /*#__PURE__*/React.createElement("span", {
5492
5537
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5493
5538
  }, /*#__PURE__*/React.createElement("style", {
5494
- children: loadingCircleStyle$1N
5539
+ children: loadingCircleStyle$1O
5495
5540
  }), /*#__PURE__*/React.createElement("svg", _extends({
5496
5541
  xmlns: "http://www.w3.org/2000/svg",
5497
5542
  width: size,
@@ -5525,7 +5570,7 @@ OperatorHasValue.defaultProps = {
5525
5570
  size: '16'
5526
5571
  };
5527
5572
 
5528
- var loadingCircleStyle$1O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5573
+ var loadingCircleStyle$1P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5529
5574
 
5530
5575
  var OperatorInside = function OperatorInside(props) {
5531
5576
  var color = props.color,
@@ -5538,7 +5583,7 @@ var OperatorInside = function OperatorInside(props) {
5538
5583
  return /*#__PURE__*/React.createElement("span", {
5539
5584
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5540
5585
  }, /*#__PURE__*/React.createElement("style", {
5541
- children: loadingCircleStyle$1O
5586
+ children: loadingCircleStyle$1P
5542
5587
  }), /*#__PURE__*/React.createElement("svg", _extends({
5543
5588
  xmlns: "http://www.w3.org/2000/svg",
5544
5589
  width: size,
@@ -5570,7 +5615,7 @@ OperatorInside.defaultProps = {
5570
5615
  size: '16'
5571
5616
  };
5572
5617
 
5573
- var loadingCircleStyle$1P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5618
+ var loadingCircleStyle$1Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5574
5619
 
5575
5620
  var OperatorInclude = function OperatorInclude(props) {
5576
5621
  var color = props.color,
@@ -5583,7 +5628,7 @@ var OperatorInclude = function OperatorInclude(props) {
5583
5628
  return /*#__PURE__*/React.createElement("span", {
5584
5629
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5585
5630
  }, /*#__PURE__*/React.createElement("style", {
5586
- children: loadingCircleStyle$1P
5631
+ children: loadingCircleStyle$1Q
5587
5632
  }), /*#__PURE__*/React.createElement("svg", _extends({
5588
5633
  xmlns: "http://www.w3.org/2000/svg",
5589
5634
  width: size,
@@ -5617,7 +5662,7 @@ OperatorInclude.defaultProps = {
5617
5662
  size: '16'
5618
5663
  };
5619
5664
 
5620
- var loadingCircleStyle$1Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5665
+ var loadingCircleStyle$1R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5621
5666
 
5622
5667
  var OperatorNotInclude = function OperatorNotInclude(props) {
5623
5668
  var color = props.color,
@@ -5630,7 +5675,7 @@ var OperatorNotInclude = function OperatorNotInclude(props) {
5630
5675
  return /*#__PURE__*/React.createElement("span", {
5631
5676
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5632
5677
  }, /*#__PURE__*/React.createElement("style", {
5633
- children: loadingCircleStyle$1Q
5678
+ children: loadingCircleStyle$1R
5634
5679
  }), /*#__PURE__*/React.createElement("svg", _extends({
5635
5680
  xmlns: "http://www.w3.org/2000/svg",
5636
5681
  width: size,
@@ -5671,7 +5716,7 @@ OperatorNotInclude.defaultProps = {
5671
5716
  size: '16'
5672
5717
  };
5673
5718
 
5674
- var loadingCircleStyle$1R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5719
+ var loadingCircleStyle$1S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5675
5720
 
5676
5721
  var OperatorLess = function OperatorLess(props) {
5677
5722
  var color = props.color,
@@ -5684,7 +5729,7 @@ var OperatorLess = function OperatorLess(props) {
5684
5729
  return /*#__PURE__*/React.createElement("span", {
5685
5730
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5686
5731
  }, /*#__PURE__*/React.createElement("style", {
5687
- children: loadingCircleStyle$1R
5732
+ children: loadingCircleStyle$1S
5688
5733
  }), /*#__PURE__*/React.createElement("svg", _extends({
5689
5734
  xmlns: "http://www.w3.org/2000/svg",
5690
5735
  width: size,
@@ -5718,7 +5763,7 @@ OperatorLess.defaultProps = {
5718
5763
  size: '16'
5719
5764
  };
5720
5765
 
5721
- var loadingCircleStyle$1S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5766
+ var loadingCircleStyle$1T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5722
5767
 
5723
5768
  var OperatorNoBigger = function OperatorNoBigger(props) {
5724
5769
  var color = props.color,
@@ -5731,7 +5776,7 @@ var OperatorNoBigger = function OperatorNoBigger(props) {
5731
5776
  return /*#__PURE__*/React.createElement("span", {
5732
5777
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5733
5778
  }, /*#__PURE__*/React.createElement("style", {
5734
- children: loadingCircleStyle$1S
5779
+ children: loadingCircleStyle$1T
5735
5780
  }), /*#__PURE__*/React.createElement("svg", _extends({
5736
5781
  xmlns: "http://www.w3.org/2000/svg",
5737
5782
  width: size,
@@ -5765,7 +5810,7 @@ OperatorNoBigger.defaultProps = {
5765
5810
  size: '16'
5766
5811
  };
5767
5812
 
5768
- var loadingCircleStyle$1T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5813
+ var loadingCircleStyle$1U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5769
5814
 
5770
5815
  var OperatorBigger = function OperatorBigger(props) {
5771
5816
  var color = props.color,
@@ -5778,7 +5823,7 @@ var OperatorBigger = function OperatorBigger(props) {
5778
5823
  return /*#__PURE__*/React.createElement("span", {
5779
5824
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5780
5825
  }, /*#__PURE__*/React.createElement("style", {
5781
- children: loadingCircleStyle$1T
5826
+ children: loadingCircleStyle$1U
5782
5827
  }), /*#__PURE__*/React.createElement("svg", _extends({
5783
5828
  xmlns: "http://www.w3.org/2000/svg",
5784
5829
  width: size,
@@ -5812,7 +5857,7 @@ OperatorBigger.defaultProps = {
5812
5857
  size: '16'
5813
5858
  };
5814
5859
 
5815
- var loadingCircleStyle$1U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5860
+ var loadingCircleStyle$1V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5816
5861
 
5817
5862
  var OperatorNoLess = function OperatorNoLess(props) {
5818
5863
  var color = props.color,
@@ -5825,7 +5870,7 @@ var OperatorNoLess = function OperatorNoLess(props) {
5825
5870
  return /*#__PURE__*/React.createElement("span", {
5826
5871
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5827
5872
  }, /*#__PURE__*/React.createElement("style", {
5828
- children: loadingCircleStyle$1U
5873
+ children: loadingCircleStyle$1V
5829
5874
  }), /*#__PURE__*/React.createElement("svg", _extends({
5830
5875
  xmlns: "http://www.w3.org/2000/svg",
5831
5876
  width: size,
@@ -5859,7 +5904,7 @@ OperatorNoLess.defaultProps = {
5859
5904
  size: '16'
5860
5905
  };
5861
5906
 
5862
- var loadingCircleStyle$1V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5907
+ var loadingCircleStyle$1W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5863
5908
 
5864
5909
  var OperatorTrue = function OperatorTrue(props) {
5865
5910
  var color = props.color,
@@ -5872,7 +5917,7 @@ var OperatorTrue = function OperatorTrue(props) {
5872
5917
  return /*#__PURE__*/React.createElement("span", {
5873
5918
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5874
5919
  }, /*#__PURE__*/React.createElement("style", {
5875
- children: loadingCircleStyle$1V
5920
+ children: loadingCircleStyle$1W
5876
5921
  }), /*#__PURE__*/React.createElement("svg", _extends({
5877
5922
  xmlns: "http://www.w3.org/2000/svg",
5878
5923
  width: size,
@@ -5906,7 +5951,7 @@ OperatorTrue.defaultProps = {
5906
5951
  size: '16'
5907
5952
  };
5908
5953
 
5909
- var loadingCircleStyle$1W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5954
+ var loadingCircleStyle$1X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5910
5955
 
5911
5956
  var OperatorFalse = function OperatorFalse(props) {
5912
5957
  var color = props.color,
@@ -5919,7 +5964,7 @@ var OperatorFalse = function OperatorFalse(props) {
5919
5964
  return /*#__PURE__*/React.createElement("span", {
5920
5965
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5921
5966
  }, /*#__PURE__*/React.createElement("style", {
5922
- children: loadingCircleStyle$1W
5967
+ children: loadingCircleStyle$1X
5923
5968
  }), /*#__PURE__*/React.createElement("svg", _extends({
5924
5969
  xmlns: "http://www.w3.org/2000/svg",
5925
5970
  width: size,
@@ -5953,7 +5998,7 @@ OperatorFalse.defaultProps = {
5953
5998
  size: '16'
5954
5999
  };
5955
6000
 
5956
- var loadingCircleStyle$1X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6001
+ var loadingCircleStyle$1Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5957
6002
 
5958
6003
  var OperatorRegex = function OperatorRegex(props) {
5959
6004
  var color = props.color,
@@ -5966,7 +6011,7 @@ var OperatorRegex = function OperatorRegex(props) {
5966
6011
  return /*#__PURE__*/React.createElement("span", {
5967
6012
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5968
6013
  }, /*#__PURE__*/React.createElement("style", {
5969
- children: loadingCircleStyle$1X
6014
+ children: loadingCircleStyle$1Y
5970
6015
  }), /*#__PURE__*/React.createElement("svg", _extends({
5971
6016
  xmlns: "http://www.w3.org/2000/svg",
5972
6017
  width: size,
@@ -6000,7 +6045,7 @@ OperatorRegex.defaultProps = {
6000
6045
  size: '16'
6001
6046
  };
6002
6047
 
6003
- var loadingCircleStyle$1Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6048
+ var loadingCircleStyle$1Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6004
6049
 
6005
6050
  var OperatorNoRegex = function OperatorNoRegex(props) {
6006
6051
  var color = props.color,
@@ -6013,7 +6058,7 @@ var OperatorNoRegex = function OperatorNoRegex(props) {
6013
6058
  return /*#__PURE__*/React.createElement("span", {
6014
6059
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6015
6060
  }, /*#__PURE__*/React.createElement("style", {
6016
- children: loadingCircleStyle$1Y
6061
+ children: loadingCircleStyle$1Z
6017
6062
  }), /*#__PURE__*/React.createElement("svg", _extends({
6018
6063
  xmlns: "http://www.w3.org/2000/svg",
6019
6064
  width: size,
@@ -6047,7 +6092,7 @@ OperatorNoRegex.defaultProps = {
6047
6092
  size: '16'
6048
6093
  };
6049
6094
 
6050
- var loadingCircleStyle$1Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6095
+ var loadingCircleStyle$1_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6051
6096
 
6052
6097
  var LogoDingdingCl = function LogoDingdingCl(props) {
6053
6098
  var color = props.color,
@@ -6060,7 +6105,7 @@ var LogoDingdingCl = function LogoDingdingCl(props) {
6060
6105
  return /*#__PURE__*/React.createElement("span", {
6061
6106
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6062
6107
  }, /*#__PURE__*/React.createElement("style", {
6063
- children: loadingCircleStyle$1Z
6108
+ children: loadingCircleStyle$1_
6064
6109
  }), /*#__PURE__*/React.createElement("svg", _extends({
6065
6110
  xmlns: "http://www.w3.org/2000/svg",
6066
6111
  width: size,
@@ -6093,7 +6138,7 @@ LogoDingdingCl.defaultProps = {
6093
6138
  size: '16'
6094
6139
  };
6095
6140
 
6096
- var loadingCircleStyle$1_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6141
+ var loadingCircleStyle$1$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6097
6142
 
6098
6143
  var LogoDingdingGray = function LogoDingdingGray(props) {
6099
6144
  var color = props.color,
@@ -6106,7 +6151,7 @@ var LogoDingdingGray = function LogoDingdingGray(props) {
6106
6151
  return /*#__PURE__*/React.createElement("span", {
6107
6152
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6108
6153
  }, /*#__PURE__*/React.createElement("style", {
6109
- children: loadingCircleStyle$1_
6154
+ children: loadingCircleStyle$1$
6110
6155
  }), /*#__PURE__*/React.createElement("svg", _extends({
6111
6156
  xmlns: "http://www.w3.org/2000/svg",
6112
6157
  width: size,
@@ -6138,7 +6183,7 @@ LogoDingdingGray.defaultProps = {
6138
6183
  size: '16'
6139
6184
  };
6140
6185
 
6141
- var loadingCircleStyle$1$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6186
+ var loadingCircleStyle$20 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6142
6187
 
6143
6188
  var LogoWecomCl = function LogoWecomCl(props) {
6144
6189
  var color = props.color,
@@ -6151,7 +6196,7 @@ var LogoWecomCl = function LogoWecomCl(props) {
6151
6196
  return /*#__PURE__*/React.createElement("span", {
6152
6197
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6153
6198
  }, /*#__PURE__*/React.createElement("style", {
6154
- children: loadingCircleStyle$1$
6199
+ children: loadingCircleStyle$20
6155
6200
  }), /*#__PURE__*/React.createElement("svg", _extends({
6156
6201
  xmlns: "http://www.w3.org/2000/svg",
6157
6202
  width: size,
@@ -6196,7 +6241,7 @@ LogoWecomCl.defaultProps = {
6196
6241
  size: '16'
6197
6242
  };
6198
6243
 
6199
- var loadingCircleStyle$20 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6244
+ var loadingCircleStyle$21 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6200
6245
 
6201
6246
  var LogoWecomGray = function LogoWecomGray(props) {
6202
6247
  var color = props.color,
@@ -6209,7 +6254,7 @@ var LogoWecomGray = function LogoWecomGray(props) {
6209
6254
  return /*#__PURE__*/React.createElement("span", {
6210
6255
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6211
6256
  }, /*#__PURE__*/React.createElement("style", {
6212
- children: loadingCircleStyle$20
6257
+ children: loadingCircleStyle$21
6213
6258
  }), /*#__PURE__*/React.createElement("svg", _extends({
6214
6259
  xmlns: "http://www.w3.org/2000/svg",
6215
6260
  width: size,
@@ -6241,7 +6286,7 @@ LogoWecomGray.defaultProps = {
6241
6286
  size: '16'
6242
6287
  };
6243
6288
 
6244
- var loadingCircleStyle$21 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6289
+ var loadingCircleStyle$22 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6245
6290
 
6246
6291
  var LogoWechatCl = function LogoWechatCl(props) {
6247
6292
  var color = props.color,
@@ -6254,7 +6299,7 @@ var LogoWechatCl = function LogoWechatCl(props) {
6254
6299
  return /*#__PURE__*/React.createElement("span", {
6255
6300
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6256
6301
  }, /*#__PURE__*/React.createElement("style", {
6257
- children: loadingCircleStyle$21
6302
+ children: loadingCircleStyle$22
6258
6303
  }), /*#__PURE__*/React.createElement("svg", _extends({
6259
6304
  xmlns: "http://www.w3.org/2000/svg",
6260
6305
  width: size,
@@ -6295,7 +6340,7 @@ LogoWechatCl.defaultProps = {
6295
6340
  size: '16'
6296
6341
  };
6297
6342
 
6298
- var loadingCircleStyle$22 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6343
+ var loadingCircleStyle$23 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6299
6344
 
6300
6345
  var LogoWechatGray = function LogoWechatGray(props) {
6301
6346
  var color = props.color,
@@ -6308,7 +6353,7 @@ var LogoWechatGray = function LogoWechatGray(props) {
6308
6353
  return /*#__PURE__*/React.createElement("span", {
6309
6354
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6310
6355
  }, /*#__PURE__*/React.createElement("style", {
6311
- children: loadingCircleStyle$22
6356
+ children: loadingCircleStyle$23
6312
6357
  }), /*#__PURE__*/React.createElement("svg", _extends({
6313
6358
  xmlns: "http://www.w3.org/2000/svg",
6314
6359
  width: size,
@@ -6347,7 +6392,7 @@ LogoWechatGray.defaultProps = {
6347
6392
  size: '16'
6348
6393
  };
6349
6394
 
6350
- var loadingCircleStyle$23 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6395
+ var loadingCircleStyle$24 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6351
6396
 
6352
6397
  var LogoFeishuCl = function LogoFeishuCl(props) {
6353
6398
  var color = props.color,
@@ -6360,7 +6405,7 @@ var LogoFeishuCl = function LogoFeishuCl(props) {
6360
6405
  return /*#__PURE__*/React.createElement("span", {
6361
6406
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6362
6407
  }, /*#__PURE__*/React.createElement("style", {
6363
- children: loadingCircleStyle$23
6408
+ children: loadingCircleStyle$24
6364
6409
  }), /*#__PURE__*/React.createElement("svg", _extends({
6365
6410
  xmlns: "http://www.w3.org/2000/svg",
6366
6411
  width: size,
@@ -6410,7 +6455,7 @@ LogoFeishuCl.defaultProps = {
6410
6455
  size: '16'
6411
6456
  };
6412
6457
 
6413
- var loadingCircleStyle$24 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6458
+ var loadingCircleStyle$25 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6414
6459
 
6415
6460
  var LogoKingCl = function LogoKingCl(props) {
6416
6461
  var color = props.color,
@@ -6423,7 +6468,7 @@ var LogoKingCl = function LogoKingCl(props) {
6423
6468
  return /*#__PURE__*/React.createElement("span", {
6424
6469
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6425
6470
  }, /*#__PURE__*/React.createElement("style", {
6426
- children: loadingCircleStyle$24
6471
+ children: loadingCircleStyle$25
6427
6472
  }), /*#__PURE__*/React.createElement("svg", _extends({
6428
6473
  xmlns: "http://www.w3.org/2000/svg",
6429
6474
  width: size,
@@ -6456,7 +6501,7 @@ LogoKingCl.defaultProps = {
6456
6501
  size: '16'
6457
6502
  };
6458
6503
 
6459
- var loadingCircleStyle$25 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6504
+ var loadingCircleStyle$26 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6460
6505
 
6461
6506
  var LogoCurrencylayerCl = function LogoCurrencylayerCl(props) {
6462
6507
  var color = props.color,
@@ -6469,7 +6514,7 @@ var LogoCurrencylayerCl = function LogoCurrencylayerCl(props) {
6469
6514
  return /*#__PURE__*/React.createElement("span", {
6470
6515
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6471
6516
  }, /*#__PURE__*/React.createElement("style", {
6472
- children: loadingCircleStyle$25
6517
+ children: loadingCircleStyle$26
6473
6518
  }), /*#__PURE__*/React.createElement("svg", _extends({
6474
6519
  xmlns: "http://www.w3.org/2000/svg",
6475
6520
  width: size,
@@ -6506,7 +6551,7 @@ LogoCurrencylayerCl.defaultProps = {
6506
6551
  size: '16'
6507
6552
  };
6508
6553
 
6509
- var loadingCircleStyle$26 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6554
+ var loadingCircleStyle$27 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6510
6555
 
6511
6556
  var Info = function Info(props) {
6512
6557
  var color = props.color,
@@ -6519,7 +6564,7 @@ var Info = function Info(props) {
6519
6564
  return /*#__PURE__*/React.createElement("span", {
6520
6565
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6521
6566
  }, /*#__PURE__*/React.createElement("style", {
6522
- children: loadingCircleStyle$26
6567
+ children: loadingCircleStyle$27
6523
6568
  }), /*#__PURE__*/React.createElement("svg", _extends({
6524
6569
  xmlns: "http://www.w3.org/2000/svg",
6525
6570
  width: size,
@@ -6555,7 +6600,52 @@ Info.defaultProps = {
6555
6600
  size: '16'
6556
6601
  };
6557
6602
 
6558
- var loadingCircleStyle$27 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6603
+ var loadingCircleStyle$28 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6604
+
6605
+ var InfoFill = function InfoFill(props) {
6606
+ var color = props.color,
6607
+ size = props.size,
6608
+ spin = props.spin,
6609
+ style = props.style,
6610
+ className = props.className,
6611
+ otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className"]);
6612
+
6613
+ return /*#__PURE__*/React.createElement("span", {
6614
+ className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6615
+ }, /*#__PURE__*/React.createElement("style", {
6616
+ children: loadingCircleStyle$28
6617
+ }), /*#__PURE__*/React.createElement("svg", _extends({
6618
+ xmlns: "http://www.w3.org/2000/svg",
6619
+ width: size,
6620
+ height: size,
6621
+ viewBox: "0 0 24 24",
6622
+ fill: color
6623
+ }, otherProps, {
6624
+ style: _objectSpread2(_objectSpread2(_objectSpread2({}, style), spin ? {
6625
+ animationDuration: '1s',
6626
+ animationIterationCount: 'infinite',
6627
+ animationName: 'loadingCircle',
6628
+ animationTimingFunction: 'linear'
6629
+ } : {}), {}, {
6630
+ cursor: 'pointer'
6631
+ })
6632
+ }), /*#__PURE__*/React.createElement("path", {
6633
+ d: "M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12zm9 5h2v-6h-2v6zm0-10v2h2V7h-2z"
6634
+ })));
6635
+ };
6636
+
6637
+ InfoFill.propTypes = {
6638
+ spin: PropTypes.bool,
6639
+ color: PropTypes.string,
6640
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
6641
+ };
6642
+ InfoFill.defaultProps = {
6643
+ spin: false,
6644
+ color: 'currentColor',
6645
+ size: '16'
6646
+ };
6647
+
6648
+ var loadingCircleStyle$29 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6559
6649
 
6560
6650
  var Help = function Help(props) {
6561
6651
  var color = props.color,
@@ -6568,7 +6658,7 @@ var Help = function Help(props) {
6568
6658
  return /*#__PURE__*/React.createElement("span", {
6569
6659
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6570
6660
  }, /*#__PURE__*/React.createElement("style", {
6571
- children: loadingCircleStyle$27
6661
+ children: loadingCircleStyle$29
6572
6662
  }), /*#__PURE__*/React.createElement("svg", _extends({
6573
6663
  xmlns: "http://www.w3.org/2000/svg",
6574
6664
  width: size,
@@ -6600,7 +6690,7 @@ Help.defaultProps = {
6600
6690
  size: '16'
6601
6691
  };
6602
6692
 
6603
- var loadingCircleStyle$28 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6693
+ var loadingCircleStyle$2a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6604
6694
 
6605
6695
  var History = function History(props) {
6606
6696
  var color = props.color,
@@ -6613,7 +6703,7 @@ var History = function History(props) {
6613
6703
  return /*#__PURE__*/React.createElement("span", {
6614
6704
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6615
6705
  }, /*#__PURE__*/React.createElement("style", {
6616
- children: loadingCircleStyle$28
6706
+ children: loadingCircleStyle$2a
6617
6707
  }), /*#__PURE__*/React.createElement("svg", _extends({
6618
6708
  xmlns: "http://www.w3.org/2000/svg",
6619
6709
  width: size,
@@ -6645,7 +6735,7 @@ History.defaultProps = {
6645
6735
  size: '16'
6646
6736
  };
6647
6737
 
6648
- var loadingCircleStyle$29 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6738
+ var loadingCircleStyle$2b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6649
6739
 
6650
6740
  var Backup = function Backup(props) {
6651
6741
  var color = props.color,
@@ -6658,7 +6748,7 @@ var Backup = function Backup(props) {
6658
6748
  return /*#__PURE__*/React.createElement("span", {
6659
6749
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6660
6750
  }, /*#__PURE__*/React.createElement("style", {
6661
- children: loadingCircleStyle$29
6751
+ children: loadingCircleStyle$2b
6662
6752
  }), /*#__PURE__*/React.createElement("svg", _extends({
6663
6753
  xmlns: "http://www.w3.org/2000/svg",
6664
6754
  width: size,
@@ -6692,7 +6782,7 @@ Backup.defaultProps = {
6692
6782
  size: '16'
6693
6783
  };
6694
6784
 
6695
- var loadingCircleStyle$2a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6785
+ var loadingCircleStyle$2c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6696
6786
 
6697
6787
  var Error = function Error(props) {
6698
6788
  var color = props.color,
@@ -6705,7 +6795,7 @@ var Error = function Error(props) {
6705
6795
  return /*#__PURE__*/React.createElement("span", {
6706
6796
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6707
6797
  }, /*#__PURE__*/React.createElement("style", {
6708
- children: loadingCircleStyle$2a
6798
+ children: loadingCircleStyle$2c
6709
6799
  }), /*#__PURE__*/React.createElement("svg", _extends({
6710
6800
  xmlns: "http://www.w3.org/2000/svg",
6711
6801
  width: size,
@@ -6741,7 +6831,7 @@ Error.defaultProps = {
6741
6831
  size: '16'
6742
6832
  };
6743
6833
 
6744
- var loadingCircleStyle$2b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6834
+ var loadingCircleStyle$2d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6745
6835
 
6746
6836
  var ErrorFill = function ErrorFill(props) {
6747
6837
  var color = props.color,
@@ -6754,7 +6844,7 @@ var ErrorFill = function ErrorFill(props) {
6754
6844
  return /*#__PURE__*/React.createElement("span", {
6755
6845
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6756
6846
  }, /*#__PURE__*/React.createElement("style", {
6757
- children: loadingCircleStyle$2b
6847
+ children: loadingCircleStyle$2d
6758
6848
  }), /*#__PURE__*/React.createElement("svg", _extends({
6759
6849
  xmlns: "http://www.w3.org/2000/svg",
6760
6850
  width: size,
@@ -6786,7 +6876,7 @@ ErrorFill.defaultProps = {
6786
6876
  size: '16'
6787
6877
  };
6788
6878
 
6789
- var loadingCircleStyle$2c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6879
+ var loadingCircleStyle$2e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6790
6880
 
6791
6881
  var Error2 = function Error2(props) {
6792
6882
  var color = props.color,
@@ -6799,7 +6889,7 @@ var Error2 = function Error2(props) {
6799
6889
  return /*#__PURE__*/React.createElement("span", {
6800
6890
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6801
6891
  }, /*#__PURE__*/React.createElement("style", {
6802
- children: loadingCircleStyle$2c
6892
+ children: loadingCircleStyle$2e
6803
6893
  }), /*#__PURE__*/React.createElement("svg", _extends({
6804
6894
  xmlns: "http://www.w3.org/2000/svg",
6805
6895
  width: size,
@@ -6833,7 +6923,7 @@ Error2.defaultProps = {
6833
6923
  size: '16'
6834
6924
  };
6835
6925
 
6836
- var loadingCircleStyle$2d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6926
+ var loadingCircleStyle$2f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6837
6927
 
6838
6928
  var Error2Fill = function Error2Fill(props) {
6839
6929
  var color = props.color,
@@ -6846,7 +6936,7 @@ var Error2Fill = function Error2Fill(props) {
6846
6936
  return /*#__PURE__*/React.createElement("span", {
6847
6937
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6848
6938
  }, /*#__PURE__*/React.createElement("style", {
6849
- children: loadingCircleStyle$2d
6939
+ children: loadingCircleStyle$2f
6850
6940
  }), /*#__PURE__*/React.createElement("svg", _extends({
6851
6941
  xmlns: "http://www.w3.org/2000/svg",
6852
6942
  width: size,
@@ -6880,7 +6970,7 @@ Error2Fill.defaultProps = {
6880
6970
  size: '16'
6881
6971
  };
6882
6972
 
6883
- var loadingCircleStyle$2e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6973
+ var loadingCircleStyle$2g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6884
6974
 
6885
6975
  var Success = function Success(props) {
6886
6976
  var color = props.color,
@@ -6893,7 +6983,7 @@ var Success = function Success(props) {
6893
6983
  return /*#__PURE__*/React.createElement("span", {
6894
6984
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6895
6985
  }, /*#__PURE__*/React.createElement("style", {
6896
- children: loadingCircleStyle$2e
6986
+ children: loadingCircleStyle$2g
6897
6987
  }), /*#__PURE__*/React.createElement("svg", _extends({
6898
6988
  xmlns: "http://www.w3.org/2000/svg",
6899
6989
  width: size,
@@ -6925,7 +7015,7 @@ Success.defaultProps = {
6925
7015
  size: '16'
6926
7016
  };
6927
7017
 
6928
- var loadingCircleStyle$2f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7018
+ var loadingCircleStyle$2h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6929
7019
 
6930
7020
  var SuccessFill = function SuccessFill(props) {
6931
7021
  var color = props.color,
@@ -6938,7 +7028,7 @@ var SuccessFill = function SuccessFill(props) {
6938
7028
  return /*#__PURE__*/React.createElement("span", {
6939
7029
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6940
7030
  }, /*#__PURE__*/React.createElement("style", {
6941
- children: loadingCircleStyle$2f
7031
+ children: loadingCircleStyle$2h
6942
7032
  }), /*#__PURE__*/React.createElement("svg", _extends({
6943
7033
  xmlns: "http://www.w3.org/2000/svg",
6944
7034
  width: size,
@@ -6972,7 +7062,7 @@ SuccessFill.defaultProps = {
6972
7062
  size: '16'
6973
7063
  };
6974
7064
 
6975
- var loadingCircleStyle$2g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7065
+ var loadingCircleStyle$2i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6976
7066
 
6977
7067
  var Delete2 = function Delete2(props) {
6978
7068
  var color = props.color,
@@ -6985,7 +7075,7 @@ var Delete2 = function Delete2(props) {
6985
7075
  return /*#__PURE__*/React.createElement("span", {
6986
7076
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6987
7077
  }, /*#__PURE__*/React.createElement("style", {
6988
- children: loadingCircleStyle$2g
7078
+ children: loadingCircleStyle$2i
6989
7079
  }), /*#__PURE__*/React.createElement("svg", _extends({
6990
7080
  xmlns: "http://www.w3.org/2000/svg",
6991
7081
  width: size,
@@ -7017,7 +7107,7 @@ Delete2.defaultProps = {
7017
7107
  size: '16'
7018
7108
  };
7019
7109
 
7020
- var loadingCircleStyle$2h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7110
+ var loadingCircleStyle$2j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7021
7111
 
7022
7112
  var Delete2Fill = function Delete2Fill(props) {
7023
7113
  var color = props.color,
@@ -7030,7 +7120,7 @@ var Delete2Fill = function Delete2Fill(props) {
7030
7120
  return /*#__PURE__*/React.createElement("span", {
7031
7121
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7032
7122
  }, /*#__PURE__*/React.createElement("style", {
7033
- children: loadingCircleStyle$2h
7123
+ children: loadingCircleStyle$2j
7034
7124
  }), /*#__PURE__*/React.createElement("svg", _extends({
7035
7125
  xmlns: "http://www.w3.org/2000/svg",
7036
7126
  width: size,
@@ -7062,7 +7152,7 @@ Delete2Fill.defaultProps = {
7062
7152
  size: '16'
7063
7153
  };
7064
7154
 
7065
- var loadingCircleStyle$2i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7155
+ var loadingCircleStyle$2k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7066
7156
 
7067
7157
  var Exchange = function Exchange(props) {
7068
7158
  var color = props.color,
@@ -7075,7 +7165,7 @@ var Exchange = function Exchange(props) {
7075
7165
  return /*#__PURE__*/React.createElement("span", {
7076
7166
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7077
7167
  }, /*#__PURE__*/React.createElement("style", {
7078
- children: loadingCircleStyle$2i
7168
+ children: loadingCircleStyle$2k
7079
7169
  }), /*#__PURE__*/React.createElement("svg", _extends({
7080
7170
  xmlns: "http://www.w3.org/2000/svg",
7081
7171
  width: size,
@@ -7107,7 +7197,7 @@ Exchange.defaultProps = {
7107
7197
  size: '16'
7108
7198
  };
7109
7199
 
7110
- var loadingCircleStyle$2j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7200
+ var loadingCircleStyle$2l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7111
7201
 
7112
7202
  var SwapFill = function SwapFill(props) {
7113
7203
  var color = props.color,
@@ -7120,7 +7210,7 @@ var SwapFill = function SwapFill(props) {
7120
7210
  return /*#__PURE__*/React.createElement("span", {
7121
7211
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7122
7212
  }, /*#__PURE__*/React.createElement("style", {
7123
- children: loadingCircleStyle$2j
7213
+ children: loadingCircleStyle$2l
7124
7214
  }), /*#__PURE__*/React.createElement("svg", _extends({
7125
7215
  xmlns: "http://www.w3.org/2000/svg",
7126
7216
  width: size,
@@ -7152,7 +7242,7 @@ SwapFill.defaultProps = {
7152
7242
  size: '16'
7153
7243
  };
7154
7244
 
7155
- var loadingCircleStyle$2k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7245
+ var loadingCircleStyle$2m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7156
7246
 
7157
7247
  var Processing = function Processing(props) {
7158
7248
  var color = props.color,
@@ -7165,7 +7255,7 @@ var Processing = function Processing(props) {
7165
7255
  return /*#__PURE__*/React.createElement("span", {
7166
7256
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7167
7257
  }, /*#__PURE__*/React.createElement("style", {
7168
- children: loadingCircleStyle$2k
7258
+ children: loadingCircleStyle$2m
7169
7259
  }), /*#__PURE__*/React.createElement("svg", _extends({
7170
7260
  xmlns: "http://www.w3.org/2000/svg",
7171
7261
  width: size,
@@ -7197,7 +7287,7 @@ Processing.defaultProps = {
7197
7287
  size: '16'
7198
7288
  };
7199
7289
 
7200
- 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 }';
7201
7291
 
7202
7292
  var Processing2 = function Processing2(props) {
7203
7293
  var color = props.color,
@@ -7210,7 +7300,7 @@ var Processing2 = function Processing2(props) {
7210
7300
  return /*#__PURE__*/React.createElement("span", {
7211
7301
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7212
7302
  }, /*#__PURE__*/React.createElement("style", {
7213
- children: loadingCircleStyle$2l
7303
+ children: loadingCircleStyle$2n
7214
7304
  }), /*#__PURE__*/React.createElement("svg", _extends({
7215
7305
  xmlns: "http://www.w3.org/2000/svg",
7216
7306
  width: size,
@@ -7244,7 +7334,7 @@ Processing2.defaultProps = {
7244
7334
  size: '16'
7245
7335
  };
7246
7336
 
7247
- 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 }';
7248
7338
 
7249
7339
  var Done = function Done(props) {
7250
7340
  var color = props.color,
@@ -7257,7 +7347,7 @@ var Done = function Done(props) {
7257
7347
  return /*#__PURE__*/React.createElement("span", {
7258
7348
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7259
7349
  }, /*#__PURE__*/React.createElement("style", {
7260
- children: loadingCircleStyle$2m
7350
+ children: loadingCircleStyle$2o
7261
7351
  }), /*#__PURE__*/React.createElement("svg", _extends({
7262
7352
  xmlns: "http://www.w3.org/2000/svg",
7263
7353
  width: size,
@@ -7289,7 +7379,7 @@ Done.defaultProps = {
7289
7379
  size: '16'
7290
7380
  };
7291
7381
 
7292
- 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 }';
7293
7383
 
7294
7384
  var Close = function Close(props) {
7295
7385
  var color = props.color,
@@ -7302,7 +7392,7 @@ var Close = function Close(props) {
7302
7392
  return /*#__PURE__*/React.createElement("span", {
7303
7393
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7304
7394
  }, /*#__PURE__*/React.createElement("style", {
7305
- children: loadingCircleStyle$2n
7395
+ children: loadingCircleStyle$2p
7306
7396
  }), /*#__PURE__*/React.createElement("svg", _extends({
7307
7397
  xmlns: "http://www.w3.org/2000/svg",
7308
7398
  width: size,
@@ -7334,7 +7424,7 @@ Close.defaultProps = {
7334
7424
  size: '16'
7335
7425
  };
7336
7426
 
7337
- var loadingCircleStyle$2o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7427
+ var loadingCircleStyle$2q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7338
7428
 
7339
7429
  var StarOutline = function StarOutline(props) {
7340
7430
  var color = props.color,
@@ -7347,7 +7437,7 @@ var StarOutline = function StarOutline(props) {
7347
7437
  return /*#__PURE__*/React.createElement("span", {
7348
7438
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7349
7439
  }, /*#__PURE__*/React.createElement("style", {
7350
- children: loadingCircleStyle$2o
7440
+ children: loadingCircleStyle$2q
7351
7441
  }), /*#__PURE__*/React.createElement("svg", _extends({
7352
7442
  xmlns: "http://www.w3.org/2000/svg",
7353
7443
  width: size,
@@ -7379,7 +7469,7 @@ StarOutline.defaultProps = {
7379
7469
  size: '16'
7380
7470
  };
7381
7471
 
7382
- var loadingCircleStyle$2p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7472
+ var loadingCircleStyle$2r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7383
7473
 
7384
7474
  var StarFill = function StarFill(props) {
7385
7475
  var color = props.color,
@@ -7392,7 +7482,7 @@ var StarFill = function StarFill(props) {
7392
7482
  return /*#__PURE__*/React.createElement("span", {
7393
7483
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7394
7484
  }, /*#__PURE__*/React.createElement("style", {
7395
- children: loadingCircleStyle$2p
7485
+ children: loadingCircleStyle$2r
7396
7486
  }), /*#__PURE__*/React.createElement("svg", _extends({
7397
7487
  xmlns: "http://www.w3.org/2000/svg",
7398
7488
  width: size,
@@ -7424,7 +7514,7 @@ StarFill.defaultProps = {
7424
7514
  size: '16'
7425
7515
  };
7426
7516
 
7427
- var loadingCircleStyle$2q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7517
+ var loadingCircleStyle$2s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7428
7518
 
7429
7519
  var TimeLock = function TimeLock(props) {
7430
7520
  var color = props.color,
@@ -7437,7 +7527,7 @@ var TimeLock = function TimeLock(props) {
7437
7527
  return /*#__PURE__*/React.createElement("span", {
7438
7528
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7439
7529
  }, /*#__PURE__*/React.createElement("style", {
7440
- children: loadingCircleStyle$2q
7530
+ children: loadingCircleStyle$2s
7441
7531
  }), /*#__PURE__*/React.createElement("svg", _extends({
7442
7532
  xmlns: "http://www.w3.org/2000/svg",
7443
7533
  width: size,
@@ -7469,7 +7559,7 @@ TimeLock.defaultProps = {
7469
7559
  size: '16'
7470
7560
  };
7471
7561
 
7472
- var loadingCircleStyle$2r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7562
+ var loadingCircleStyle$2t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7473
7563
 
7474
7564
  var Heart = function Heart(props) {
7475
7565
  var color = props.color,
@@ -7482,7 +7572,7 @@ var Heart = function Heart(props) {
7482
7572
  return /*#__PURE__*/React.createElement("span", {
7483
7573
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7484
7574
  }, /*#__PURE__*/React.createElement("style", {
7485
- children: loadingCircleStyle$2r
7575
+ children: loadingCircleStyle$2t
7486
7576
  }), /*#__PURE__*/React.createElement("svg", _extends({
7487
7577
  xmlns: "http://www.w3.org/2000/svg",
7488
7578
  width: size,
@@ -7514,7 +7604,7 @@ Heart.defaultProps = {
7514
7604
  size: '16'
7515
7605
  };
7516
7606
 
7517
- var loadingCircleStyle$2s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7607
+ var loadingCircleStyle$2u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7518
7608
 
7519
7609
  var Bookmark = function Bookmark(props) {
7520
7610
  var color = props.color,
@@ -7527,7 +7617,7 @@ var Bookmark = function Bookmark(props) {
7527
7617
  return /*#__PURE__*/React.createElement("span", {
7528
7618
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7529
7619
  }, /*#__PURE__*/React.createElement("style", {
7530
- children: loadingCircleStyle$2s
7620
+ children: loadingCircleStyle$2u
7531
7621
  }), /*#__PURE__*/React.createElement("svg", _extends({
7532
7622
  xmlns: "http://www.w3.org/2000/svg",
7533
7623
  width: size,
@@ -7559,7 +7649,7 @@ Bookmark.defaultProps = {
7559
7649
  size: '16'
7560
7650
  };
7561
7651
 
7562
- var loadingCircleStyle$2t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7652
+ var loadingCircleStyle$2v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7563
7653
 
7564
7654
  var Bookmark2 = function Bookmark2(props) {
7565
7655
  var color = props.color,
@@ -7572,7 +7662,7 @@ var Bookmark2 = function Bookmark2(props) {
7572
7662
  return /*#__PURE__*/React.createElement("span", {
7573
7663
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7574
7664
  }, /*#__PURE__*/React.createElement("style", {
7575
- children: loadingCircleStyle$2t
7665
+ children: loadingCircleStyle$2v
7576
7666
  }), /*#__PURE__*/React.createElement("svg", _extends({
7577
7667
  xmlns: "http://www.w3.org/2000/svg",
7578
7668
  width: size,
@@ -7604,7 +7694,7 @@ Bookmark2.defaultProps = {
7604
7694
  size: '16'
7605
7695
  };
7606
7696
 
7607
- var loadingCircleStyle$2u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7697
+ var loadingCircleStyle$2w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7608
7698
 
7609
7699
  var LockClose = function LockClose(props) {
7610
7700
  var color = props.color,
@@ -7617,7 +7707,7 @@ var LockClose = function LockClose(props) {
7617
7707
  return /*#__PURE__*/React.createElement("span", {
7618
7708
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7619
7709
  }, /*#__PURE__*/React.createElement("style", {
7620
- children: loadingCircleStyle$2u
7710
+ children: loadingCircleStyle$2w
7621
7711
  }), /*#__PURE__*/React.createElement("svg", _extends({
7622
7712
  xmlns: "http://www.w3.org/2000/svg",
7623
7713
  width: size,
@@ -7653,7 +7743,7 @@ LockClose.defaultProps = {
7653
7743
  size: '16'
7654
7744
  };
7655
7745
 
7656
- 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 }';
7657
7747
 
7658
7748
  var LockCloseFill = function LockCloseFill(props) {
7659
7749
  var color = props.color,
@@ -7666,7 +7756,7 @@ var LockCloseFill = function LockCloseFill(props) {
7666
7756
  return /*#__PURE__*/React.createElement("span", {
7667
7757
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7668
7758
  }, /*#__PURE__*/React.createElement("style", {
7669
- children: loadingCircleStyle$2v
7759
+ children: loadingCircleStyle$2x
7670
7760
  }), /*#__PURE__*/React.createElement("svg", _extends({
7671
7761
  xmlns: "http://www.w3.org/2000/svg",
7672
7762
  width: size,
@@ -7698,7 +7788,7 @@ LockCloseFill.defaultProps = {
7698
7788
  size: '16'
7699
7789
  };
7700
7790
 
7701
- 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 }';
7702
7792
 
7703
7793
  var LockOpen = function LockOpen(props) {
7704
7794
  var color = props.color,
@@ -7711,7 +7801,7 @@ var LockOpen = function LockOpen(props) {
7711
7801
  return /*#__PURE__*/React.createElement("span", {
7712
7802
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7713
7803
  }, /*#__PURE__*/React.createElement("style", {
7714
- children: loadingCircleStyle$2w
7804
+ children: loadingCircleStyle$2y
7715
7805
  }), /*#__PURE__*/React.createElement("svg", _extends({
7716
7806
  xmlns: "http://www.w3.org/2000/svg",
7717
7807
  width: size,
@@ -7743,7 +7833,7 @@ LockOpen.defaultProps = {
7743
7833
  size: '16'
7744
7834
  };
7745
7835
 
7746
- 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 }';
7747
7837
 
7748
7838
  var LockOpenFill = function LockOpenFill(props) {
7749
7839
  var color = props.color,
@@ -7756,7 +7846,7 @@ var LockOpenFill = function LockOpenFill(props) {
7756
7846
  return /*#__PURE__*/React.createElement("span", {
7757
7847
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7758
7848
  }, /*#__PURE__*/React.createElement("style", {
7759
- children: loadingCircleStyle$2x
7849
+ children: loadingCircleStyle$2z
7760
7850
  }), /*#__PURE__*/React.createElement("svg", _extends({
7761
7851
  xmlns: "http://www.w3.org/2000/svg",
7762
7852
  width: size,
@@ -7788,7 +7878,7 @@ LockOpenFill.defaultProps = {
7788
7878
  size: '16'
7789
7879
  };
7790
7880
 
7791
- 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 }';
7792
7882
 
7793
7883
  var EyeOn = function EyeOn(props) {
7794
7884
  var color = props.color,
@@ -7801,7 +7891,7 @@ var EyeOn = function EyeOn(props) {
7801
7891
  return /*#__PURE__*/React.createElement("span", {
7802
7892
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7803
7893
  }, /*#__PURE__*/React.createElement("style", {
7804
- children: loadingCircleStyle$2y
7894
+ children: loadingCircleStyle$2A
7805
7895
  }), /*#__PURE__*/React.createElement("svg", _extends({
7806
7896
  xmlns: "http://www.w3.org/2000/svg",
7807
7897
  width: size,
@@ -7833,7 +7923,7 @@ EyeOn.defaultProps = {
7833
7923
  size: '16'
7834
7924
  };
7835
7925
 
7836
- 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 }';
7837
7927
 
7838
7928
  var EyeOnFill = function EyeOnFill(props) {
7839
7929
  var color = props.color,
@@ -7846,7 +7936,7 @@ var EyeOnFill = function EyeOnFill(props) {
7846
7936
  return /*#__PURE__*/React.createElement("span", {
7847
7937
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7848
7938
  }, /*#__PURE__*/React.createElement("style", {
7849
- children: loadingCircleStyle$2z
7939
+ children: loadingCircleStyle$2B
7850
7940
  }), /*#__PURE__*/React.createElement("svg", _extends({
7851
7941
  xmlns: "http://www.w3.org/2000/svg",
7852
7942
  width: size,
@@ -7880,7 +7970,7 @@ EyeOnFill.defaultProps = {
7880
7970
  size: '16'
7881
7971
  };
7882
7972
 
7883
- var loadingCircleStyle$2A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7973
+ var loadingCircleStyle$2C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7884
7974
 
7885
7975
  var EyeOff = function EyeOff(props) {
7886
7976
  var color = props.color,
@@ -7893,7 +7983,7 @@ var EyeOff = function EyeOff(props) {
7893
7983
  return /*#__PURE__*/React.createElement("span", {
7894
7984
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7895
7985
  }, /*#__PURE__*/React.createElement("style", {
7896
- children: loadingCircleStyle$2A
7986
+ children: loadingCircleStyle$2C
7897
7987
  }), /*#__PURE__*/React.createElement("svg", _extends({
7898
7988
  xmlns: "http://www.w3.org/2000/svg",
7899
7989
  width: size,
@@ -7925,7 +8015,7 @@ EyeOff.defaultProps = {
7925
8015
  size: '16'
7926
8016
  };
7927
8017
 
7928
- var loadingCircleStyle$2B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8018
+ var loadingCircleStyle$2D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7929
8019
 
7930
8020
  var EyeOffFill = function EyeOffFill(props) {
7931
8021
  var color = props.color,
@@ -7938,7 +8028,7 @@ var EyeOffFill = function EyeOffFill(props) {
7938
8028
  return /*#__PURE__*/React.createElement("span", {
7939
8029
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7940
8030
  }, /*#__PURE__*/React.createElement("style", {
7941
- children: loadingCircleStyle$2B
8031
+ children: loadingCircleStyle$2D
7942
8032
  }), /*#__PURE__*/React.createElement("svg", _extends({
7943
8033
  xmlns: "http://www.w3.org/2000/svg",
7944
8034
  width: size,
@@ -7972,7 +8062,7 @@ EyeOffFill.defaultProps = {
7972
8062
  size: '16'
7973
8063
  };
7974
8064
 
7975
- var loadingCircleStyle$2C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8065
+ var loadingCircleStyle$2E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7976
8066
 
7977
8067
  var Dot = function Dot(props) {
7978
8068
  var color = props.color,
@@ -7985,7 +8075,7 @@ var Dot = function Dot(props) {
7985
8075
  return /*#__PURE__*/React.createElement("span", {
7986
8076
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7987
8077
  }, /*#__PURE__*/React.createElement("style", {
7988
- children: loadingCircleStyle$2C
8078
+ children: loadingCircleStyle$2E
7989
8079
  }), /*#__PURE__*/React.createElement("svg", _extends({
7990
8080
  xmlns: "http://www.w3.org/2000/svg",
7991
8081
  width: size,
@@ -8019,7 +8109,7 @@ Dot.defaultProps = {
8019
8109
  size: '16'
8020
8110
  };
8021
8111
 
8022
- var loadingCircleStyle$2D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8112
+ var loadingCircleStyle$2F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8023
8113
 
8024
8114
  var Anchor = function Anchor(props) {
8025
8115
  var color = props.color,
@@ -8032,7 +8122,7 @@ var Anchor = function Anchor(props) {
8032
8122
  return /*#__PURE__*/React.createElement("span", {
8033
8123
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8034
8124
  }, /*#__PURE__*/React.createElement("style", {
8035
- children: loadingCircleStyle$2D
8125
+ children: loadingCircleStyle$2F
8036
8126
  }), /*#__PURE__*/React.createElement("svg", _extends({
8037
8127
  xmlns: "http://www.w3.org/2000/svg",
8038
8128
  width: size,
@@ -8064,7 +8154,7 @@ Anchor.defaultProps = {
8064
8154
  size: '16'
8065
8155
  };
8066
8156
 
8067
- var loadingCircleStyle$2E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8157
+ var loadingCircleStyle$2G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8068
8158
 
8069
8159
  var ChartLine = function ChartLine(props) {
8070
8160
  var color = props.color,
@@ -8077,7 +8167,7 @@ var ChartLine = function ChartLine(props) {
8077
8167
  return /*#__PURE__*/React.createElement("span", {
8078
8168
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8079
8169
  }, /*#__PURE__*/React.createElement("style", {
8080
- children: loadingCircleStyle$2E
8170
+ children: loadingCircleStyle$2G
8081
8171
  }), /*#__PURE__*/React.createElement("svg", _extends({
8082
8172
  xmlns: "http://www.w3.org/2000/svg",
8083
8173
  width: size,
@@ -8115,7 +8205,7 @@ ChartLine.defaultProps = {
8115
8205
  size: '16'
8116
8206
  };
8117
8207
 
8118
- var loadingCircleStyle$2F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8208
+ var loadingCircleStyle$2H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8119
8209
 
8120
8210
  var ChartBar = function ChartBar(props) {
8121
8211
  var color = props.color,
@@ -8128,7 +8218,7 @@ var ChartBar = function ChartBar(props) {
8128
8218
  return /*#__PURE__*/React.createElement("span", {
8129
8219
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8130
8220
  }, /*#__PURE__*/React.createElement("style", {
8131
- children: loadingCircleStyle$2F
8221
+ children: loadingCircleStyle$2H
8132
8222
  }), /*#__PURE__*/React.createElement("svg", _extends({
8133
8223
  xmlns: "http://www.w3.org/2000/svg",
8134
8224
  width: size,
@@ -8164,7 +8254,7 @@ ChartBar.defaultProps = {
8164
8254
  size: '16'
8165
8255
  };
8166
8256
 
8167
- var loadingCircleStyle$2G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8257
+ var loadingCircleStyle$2I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8168
8258
 
8169
8259
  var ChartCum = function ChartCum(props) {
8170
8260
  var color = props.color,
@@ -8177,7 +8267,7 @@ var ChartCum = function ChartCum(props) {
8177
8267
  return /*#__PURE__*/React.createElement("span", {
8178
8268
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8179
8269
  }, /*#__PURE__*/React.createElement("style", {
8180
- children: loadingCircleStyle$2G
8270
+ children: loadingCircleStyle$2I
8181
8271
  }), /*#__PURE__*/React.createElement("svg", _extends({
8182
8272
  xmlns: "http://www.w3.org/2000/svg",
8183
8273
  width: size,
@@ -8219,7 +8309,7 @@ ChartCum.defaultProps = {
8219
8309
  size: '16'
8220
8310
  };
8221
8311
 
8222
- var loadingCircleStyle$2H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8312
+ var loadingCircleStyle$2J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8223
8313
 
8224
8314
  var ChartPie = function ChartPie(props) {
8225
8315
  var color = props.color,
@@ -8232,7 +8322,7 @@ var ChartPie = function ChartPie(props) {
8232
8322
  return /*#__PURE__*/React.createElement("span", {
8233
8323
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8234
8324
  }, /*#__PURE__*/React.createElement("style", {
8235
- children: loadingCircleStyle$2H
8325
+ children: loadingCircleStyle$2J
8236
8326
  }), /*#__PURE__*/React.createElement("svg", _extends({
8237
8327
  xmlns: "http://www.w3.org/2000/svg",
8238
8328
  width: size,
@@ -8266,7 +8356,7 @@ ChartPie.defaultProps = {
8266
8356
  size: '16'
8267
8357
  };
8268
8358
 
8269
- var loadingCircleStyle$2I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8359
+ var loadingCircleStyle$2K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8270
8360
 
8271
8361
  var ChartDNRe = function ChartDNRe(props) {
8272
8362
  var color = props.color,
@@ -8279,7 +8369,7 @@ var ChartDNRe = function ChartDNRe(props) {
8279
8369
  return /*#__PURE__*/React.createElement("span", {
8280
8370
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8281
8371
  }, /*#__PURE__*/React.createElement("style", {
8282
- children: loadingCircleStyle$2I
8372
+ children: loadingCircleStyle$2K
8283
8373
  }), /*#__PURE__*/React.createElement("svg", _extends({
8284
8374
  xmlns: "http://www.w3.org/2000/svg",
8285
8375
  width: size,
@@ -8323,7 +8413,7 @@ ChartDNRe.defaultProps = {
8323
8413
  size: '16'
8324
8414
  };
8325
8415
 
8326
- var loadingCircleStyle$2J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8416
+ var loadingCircleStyle$2L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8327
8417
 
8328
8418
  var ChartDRe = function ChartDRe(props) {
8329
8419
  var color = props.color,
@@ -8336,7 +8426,7 @@ var ChartDRe = function ChartDRe(props) {
8336
8426
  return /*#__PURE__*/React.createElement("span", {
8337
8427
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8338
8428
  }, /*#__PURE__*/React.createElement("style", {
8339
- children: loadingCircleStyle$2J
8429
+ children: loadingCircleStyle$2L
8340
8430
  }), /*#__PURE__*/React.createElement("svg", _extends({
8341
8431
  xmlns: "http://www.w3.org/2000/svg",
8342
8432
  width: size,
@@ -8380,7 +8470,7 @@ ChartDRe.defaultProps = {
8380
8470
  size: '16'
8381
8471
  };
8382
8472
 
8383
- var loadingCircleStyle$2K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8473
+ var loadingCircleStyle$2M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8384
8474
 
8385
8475
  var ChartFunnel = function ChartFunnel(props) {
8386
8476
  var color = props.color,
@@ -8393,7 +8483,7 @@ var ChartFunnel = function ChartFunnel(props) {
8393
8483
  return /*#__PURE__*/React.createElement("span", {
8394
8484
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8395
8485
  }, /*#__PURE__*/React.createElement("style", {
8396
- children: loadingCircleStyle$2K
8486
+ children: loadingCircleStyle$2M
8397
8487
  }), /*#__PURE__*/React.createElement("svg", _extends({
8398
8488
  xmlns: "http://www.w3.org/2000/svg",
8399
8489
  width: size,
@@ -8429,7 +8519,7 @@ ChartFunnel.defaultProps = {
8429
8519
  size: '16'
8430
8520
  };
8431
8521
 
8432
- var loadingCircleStyle$2L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8522
+ var loadingCircleStyle$2N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8433
8523
 
8434
8524
  var ChartInterval = function ChartInterval(props) {
8435
8525
  var color = props.color,
@@ -8442,7 +8532,7 @@ var ChartInterval = function ChartInterval(props) {
8442
8532
  return /*#__PURE__*/React.createElement("span", {
8443
8533
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8444
8534
  }, /*#__PURE__*/React.createElement("style", {
8445
- children: loadingCircleStyle$2L
8535
+ children: loadingCircleStyle$2N
8446
8536
  }), /*#__PURE__*/React.createElement("svg", _extends({
8447
8537
  xmlns: "http://www.w3.org/2000/svg",
8448
8538
  width: size,
@@ -8476,7 +8566,7 @@ ChartInterval.defaultProps = {
8476
8566
  size: '16'
8477
8567
  };
8478
8568
 
8479
- var loadingCircleStyle$2M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8569
+ var loadingCircleStyle$2O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8480
8570
 
8481
8571
  var ChartStack = function ChartStack(props) {
8482
8572
  var color = props.color,
@@ -8489,7 +8579,7 @@ var ChartStack = function ChartStack(props) {
8489
8579
  return /*#__PURE__*/React.createElement("span", {
8490
8580
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8491
8581
  }, /*#__PURE__*/React.createElement("style", {
8492
- children: loadingCircleStyle$2M
8582
+ children: loadingCircleStyle$2O
8493
8583
  }), /*#__PURE__*/React.createElement("svg", _extends({
8494
8584
  xmlns: "http://www.w3.org/2000/svg",
8495
8585
  width: size,
@@ -8523,7 +8613,7 @@ ChartStack.defaultProps = {
8523
8613
  size: '16'
8524
8614
  };
8525
8615
 
8526
- var loadingCircleStyle$2N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8616
+ var loadingCircleStyle$2P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8527
8617
 
8528
8618
  var ChartStackn = function ChartStackn(props) {
8529
8619
  var color = props.color,
@@ -8536,7 +8626,7 @@ var ChartStackn = function ChartStackn(props) {
8536
8626
  return /*#__PURE__*/React.createElement("span", {
8537
8627
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8538
8628
  }, /*#__PURE__*/React.createElement("style", {
8539
- children: loadingCircleStyle$2N
8629
+ children: loadingCircleStyle$2P
8540
8630
  }), /*#__PURE__*/React.createElement("svg", _extends({
8541
8631
  xmlns: "http://www.w3.org/2000/svg",
8542
8632
  width: size,
@@ -8570,7 +8660,7 @@ ChartStackn.defaultProps = {
8570
8660
  size: '16'
8571
8661
  };
8572
8662
 
8573
- var loadingCircleStyle$2O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8663
+ var loadingCircleStyle$2Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8574
8664
 
8575
8665
  var ChartStackPerc = function ChartStackPerc(props) {
8576
8666
  var color = props.color,
@@ -8583,7 +8673,7 @@ var ChartStackPerc = function ChartStackPerc(props) {
8583
8673
  return /*#__PURE__*/React.createElement("span", {
8584
8674
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8585
8675
  }, /*#__PURE__*/React.createElement("style", {
8586
- children: loadingCircleStyle$2O
8676
+ children: loadingCircleStyle$2Q
8587
8677
  }), /*#__PURE__*/React.createElement("svg", _extends({
8588
8678
  xmlns: "http://www.w3.org/2000/svg",
8589
8679
  width: size,
@@ -8617,7 +8707,7 @@ ChartStackPerc.defaultProps = {
8617
8707
  size: '16'
8618
8708
  };
8619
8709
 
8620
- var loadingCircleStyle$2P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8710
+ var loadingCircleStyle$2R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8621
8711
 
8622
8712
  var ChartComplex = function ChartComplex(props) {
8623
8713
  var color = props.color,
@@ -8630,7 +8720,7 @@ var ChartComplex = function ChartComplex(props) {
8630
8720
  return /*#__PURE__*/React.createElement("span", {
8631
8721
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8632
8722
  }, /*#__PURE__*/React.createElement("style", {
8633
- children: loadingCircleStyle$2P
8723
+ children: loadingCircleStyle$2R
8634
8724
  }), /*#__PURE__*/React.createElement("svg", _extends({
8635
8725
  xmlns: "http://www.w3.org/2000/svg",
8636
8726
  width: size,
@@ -8670,7 +8760,7 @@ ChartComplex.defaultProps = {
8670
8760
  size: '16'
8671
8761
  };
8672
8762
 
8673
- var loadingCircleStyle$2Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8763
+ var loadingCircleStyle$2S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8674
8764
 
8675
8765
  var ChartHistogram = function ChartHistogram(props) {
8676
8766
  var color = props.color,
@@ -8683,7 +8773,7 @@ var ChartHistogram = function ChartHistogram(props) {
8683
8773
  return /*#__PURE__*/React.createElement("span", {
8684
8774
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8685
8775
  }, /*#__PURE__*/React.createElement("style", {
8686
- children: loadingCircleStyle$2Q
8776
+ children: loadingCircleStyle$2S
8687
8777
  }), /*#__PURE__*/React.createElement("svg", _extends({
8688
8778
  xmlns: "http://www.w3.org/2000/svg",
8689
8779
  width: size,
@@ -8729,7 +8819,7 @@ ChartHistogram.defaultProps = {
8729
8819
  size: '16'
8730
8820
  };
8731
8821
 
8732
- var loadingCircleStyle$2R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8822
+ var loadingCircleStyle$2T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8733
8823
 
8734
8824
  var ChartTable = function ChartTable(props) {
8735
8825
  var color = props.color,
@@ -8742,7 +8832,7 @@ var ChartTable = function ChartTable(props) {
8742
8832
  return /*#__PURE__*/React.createElement("span", {
8743
8833
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8744
8834
  }, /*#__PURE__*/React.createElement("style", {
8745
- children: loadingCircleStyle$2R
8835
+ children: loadingCircleStyle$2T
8746
8836
  }), /*#__PURE__*/React.createElement("svg", _extends({
8747
8837
  xmlns: "http://www.w3.org/2000/svg",
8748
8838
  width: size,
@@ -8774,7 +8864,7 @@ ChartTable.defaultProps = {
8774
8864
  size: '16'
8775
8865
  };
8776
8866
 
8777
- var loadingCircleStyle$2S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8867
+ var loadingCircleStyle$2U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8778
8868
 
8779
8869
  var ChartFieldlist = function ChartFieldlist(props) {
8780
8870
  var color = props.color,
@@ -8787,7 +8877,7 @@ var ChartFieldlist = function ChartFieldlist(props) {
8787
8877
  return /*#__PURE__*/React.createElement("span", {
8788
8878
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8789
8879
  }, /*#__PURE__*/React.createElement("style", {
8790
- children: loadingCircleStyle$2S
8880
+ children: loadingCircleStyle$2U
8791
8881
  }), /*#__PURE__*/React.createElement("svg", _extends({
8792
8882
  xmlns: "http://www.w3.org/2000/svg",
8793
8883
  width: size,
@@ -8819,7 +8909,7 @@ ChartFieldlist.defaultProps = {
8819
8909
  size: '16'
8820
8910
  };
8821
8911
 
8822
- var loadingCircleStyle$2T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8912
+ var loadingCircleStyle$2V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8823
8913
 
8824
8914
  var Table1dtable = function Table1dtable(props) {
8825
8915
  var color = props.color,
@@ -8832,7 +8922,7 @@ var Table1dtable = function Table1dtable(props) {
8832
8922
  return /*#__PURE__*/React.createElement("span", {
8833
8923
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8834
8924
  }, /*#__PURE__*/React.createElement("style", {
8835
- children: loadingCircleStyle$2T
8925
+ children: loadingCircleStyle$2V
8836
8926
  }), /*#__PURE__*/React.createElement("svg", _extends({
8837
8927
  xmlns: "http://www.w3.org/2000/svg",
8838
8928
  width: size,
@@ -8882,7 +8972,7 @@ Table1dtable.defaultProps = {
8882
8972
  size: '16'
8883
8973
  };
8884
8974
 
8885
- var loadingCircleStyle$2U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8975
+ var loadingCircleStyle$2W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8886
8976
 
8887
8977
  var ChartSqltable = function ChartSqltable(props) {
8888
8978
  var color = props.color,
@@ -8895,7 +8985,7 @@ var ChartSqltable = function ChartSqltable(props) {
8895
8985
  return /*#__PURE__*/React.createElement("span", {
8896
8986
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8897
8987
  }, /*#__PURE__*/React.createElement("style", {
8898
- children: loadingCircleStyle$2U
8988
+ children: loadingCircleStyle$2W
8899
8989
  }), /*#__PURE__*/React.createElement("svg", _extends({
8900
8990
  xmlns: "http://www.w3.org/2000/svg",
8901
8991
  width: size,
@@ -8927,7 +9017,7 @@ ChartSqltable.defaultProps = {
8927
9017
  size: '16'
8928
9018
  };
8929
9019
 
8930
- var loadingCircleStyle$2V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9020
+ var loadingCircleStyle$2X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8931
9021
 
8932
9022
  var ChartCombinedTable = function ChartCombinedTable(props) {
8933
9023
  var color = props.color,
@@ -8940,7 +9030,7 @@ var ChartCombinedTable = function ChartCombinedTable(props) {
8940
9030
  return /*#__PURE__*/React.createElement("span", {
8941
9031
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8942
9032
  }, /*#__PURE__*/React.createElement("style", {
8943
- children: loadingCircleStyle$2V
9033
+ children: loadingCircleStyle$2X
8944
9034
  }), /*#__PURE__*/React.createElement("svg", _extends({
8945
9035
  xmlns: "http://www.w3.org/2000/svg",
8946
9036
  width: size,
@@ -8972,7 +9062,7 @@ ChartCombinedTable.defaultProps = {
8972
9062
  size: '16'
8973
9063
  };
8974
9064
 
8975
- var loadingCircleStyle$2W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9065
+ var loadingCircleStyle$2Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8976
9066
 
8977
9067
  var ChartDistTable = function ChartDistTable(props) {
8978
9068
  var color = props.color,
@@ -8985,7 +9075,7 @@ var ChartDistTable = function ChartDistTable(props) {
8985
9075
  return /*#__PURE__*/React.createElement("span", {
8986
9076
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8987
9077
  }, /*#__PURE__*/React.createElement("style", {
8988
- children: loadingCircleStyle$2W
9078
+ children: loadingCircleStyle$2Y
8989
9079
  }), /*#__PURE__*/React.createElement("svg", _extends({
8990
9080
  xmlns: "http://www.w3.org/2000/svg",
8991
9081
  width: size,
@@ -9017,7 +9107,7 @@ ChartDistTable.defaultProps = {
9017
9107
  size: '16'
9018
9108
  };
9019
9109
 
9020
- var loadingCircleStyle$2X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9110
+ var loadingCircleStyle$2Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9021
9111
 
9022
9112
  var ChartBarTable = function ChartBarTable(props) {
9023
9113
  var color = props.color,
@@ -9030,7 +9120,7 @@ var ChartBarTable = function ChartBarTable(props) {
9030
9120
  return /*#__PURE__*/React.createElement("span", {
9031
9121
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9032
9122
  }, /*#__PURE__*/React.createElement("style", {
9033
- children: loadingCircleStyle$2X
9123
+ children: loadingCircleStyle$2Z
9034
9124
  }), /*#__PURE__*/React.createElement("svg", _extends({
9035
9125
  xmlns: "http://www.w3.org/2000/svg",
9036
9126
  width: size,
@@ -9064,7 +9154,7 @@ ChartBarTable.defaultProps = {
9064
9154
  size: '16'
9065
9155
  };
9066
9156
 
9067
- var loadingCircleStyle$2Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9157
+ var loadingCircleStyle$2_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9068
9158
 
9069
9159
  var ChartLineTable = function ChartLineTable(props) {
9070
9160
  var color = props.color,
@@ -9077,7 +9167,7 @@ var ChartLineTable = function ChartLineTable(props) {
9077
9167
  return /*#__PURE__*/React.createElement("span", {
9078
9168
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9079
9169
  }, /*#__PURE__*/React.createElement("style", {
9080
- children: loadingCircleStyle$2Y
9170
+ children: loadingCircleStyle$2_
9081
9171
  }), /*#__PURE__*/React.createElement("svg", _extends({
9082
9172
  xmlns: "http://www.w3.org/2000/svg",
9083
9173
  width: size,
@@ -9117,7 +9207,7 @@ ChartLineTable.defaultProps = {
9117
9207
  size: '16'
9118
9208
  };
9119
9209
 
9120
- var loadingCircleStyle$2Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9210
+ var loadingCircleStyle$2$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9121
9211
 
9122
9212
  var Play = function Play(props) {
9123
9213
  var color = props.color,
@@ -9130,7 +9220,7 @@ var Play = function Play(props) {
9130
9220
  return /*#__PURE__*/React.createElement("span", {
9131
9221
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9132
9222
  }, /*#__PURE__*/React.createElement("style", {
9133
- children: loadingCircleStyle$2Z
9223
+ children: loadingCircleStyle$2$
9134
9224
  }), /*#__PURE__*/React.createElement("svg", _extends({
9135
9225
  xmlns: "http://www.w3.org/2000/svg",
9136
9226
  width: size,
@@ -9162,7 +9252,7 @@ Play.defaultProps = {
9162
9252
  size: '16'
9163
9253
  };
9164
9254
 
9165
- var loadingCircleStyle$2_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9255
+ var loadingCircleStyle$30 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9166
9256
 
9167
9257
  var Config = function Config(props) {
9168
9258
  var color = props.color,
@@ -9175,7 +9265,7 @@ var Config = function Config(props) {
9175
9265
  return /*#__PURE__*/React.createElement("span", {
9176
9266
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9177
9267
  }, /*#__PURE__*/React.createElement("style", {
9178
- children: loadingCircleStyle$2_
9268
+ children: loadingCircleStyle$30
9179
9269
  }), /*#__PURE__*/React.createElement("svg", _extends({
9180
9270
  xmlns: "http://www.w3.org/2000/svg",
9181
9271
  width: size,
@@ -9207,7 +9297,7 @@ Config.defaultProps = {
9207
9297
  size: '16'
9208
9298
  };
9209
9299
 
9210
- var loadingCircleStyle$2$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9300
+ var loadingCircleStyle$31 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9211
9301
 
9212
9302
  var Setting = function Setting(props) {
9213
9303
  var color = props.color,
@@ -9220,7 +9310,7 @@ var Setting = function Setting(props) {
9220
9310
  return /*#__PURE__*/React.createElement("span", {
9221
9311
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9222
9312
  }, /*#__PURE__*/React.createElement("style", {
9223
- children: loadingCircleStyle$2$
9313
+ children: loadingCircleStyle$31
9224
9314
  }), /*#__PURE__*/React.createElement("svg", _extends({
9225
9315
  xmlns: "http://www.w3.org/2000/svg",
9226
9316
  width: size,
@@ -9252,7 +9342,7 @@ Setting.defaultProps = {
9252
9342
  size: '16'
9253
9343
  };
9254
9344
 
9255
- var loadingCircleStyle$30 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9345
+ var loadingCircleStyle$32 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9256
9346
 
9257
9347
  var Search = function Search(props) {
9258
9348
  var color = props.color,
@@ -9265,7 +9355,7 @@ var Search = function Search(props) {
9265
9355
  return /*#__PURE__*/React.createElement("span", {
9266
9356
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9267
9357
  }, /*#__PURE__*/React.createElement("style", {
9268
- children: loadingCircleStyle$30
9358
+ children: loadingCircleStyle$32
9269
9359
  }), /*#__PURE__*/React.createElement("svg", _extends({
9270
9360
  xmlns: "http://www.w3.org/2000/svg",
9271
9361
  width: size,
@@ -9297,7 +9387,7 @@ Search.defaultProps = {
9297
9387
  size: '16'
9298
9388
  };
9299
9389
 
9300
- var loadingCircleStyle$31 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9390
+ var loadingCircleStyle$33 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9301
9391
 
9302
9392
  var Copy = function Copy(props) {
9303
9393
  var color = props.color,
@@ -9310,7 +9400,7 @@ var Copy = function Copy(props) {
9310
9400
  return /*#__PURE__*/React.createElement("span", {
9311
9401
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9312
9402
  }, /*#__PURE__*/React.createElement("style", {
9313
- children: loadingCircleStyle$31
9403
+ children: loadingCircleStyle$33
9314
9404
  }), /*#__PURE__*/React.createElement("svg", _extends({
9315
9405
  xmlns: "http://www.w3.org/2000/svg",
9316
9406
  width: size,
@@ -9342,7 +9432,7 @@ Copy.defaultProps = {
9342
9432
  size: '16'
9343
9433
  };
9344
9434
 
9345
- var loadingCircleStyle$32 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9435
+ var loadingCircleStyle$34 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9346
9436
 
9347
9437
  var Copy2 = function Copy2(props) {
9348
9438
  var color = props.color,
@@ -9355,7 +9445,7 @@ var Copy2 = function Copy2(props) {
9355
9445
  return /*#__PURE__*/React.createElement("span", {
9356
9446
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9357
9447
  }, /*#__PURE__*/React.createElement("style", {
9358
- children: loadingCircleStyle$32
9448
+ children: loadingCircleStyle$34
9359
9449
  }), /*#__PURE__*/React.createElement("svg", _extends({
9360
9450
  xmlns: "http://www.w3.org/2000/svg",
9361
9451
  width: size,
@@ -9387,7 +9477,7 @@ Copy2.defaultProps = {
9387
9477
  size: '16'
9388
9478
  };
9389
9479
 
9390
- var loadingCircleStyle$33 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9480
+ var loadingCircleStyle$35 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9391
9481
 
9392
9482
  var Format = function Format(props) {
9393
9483
  var color = props.color,
@@ -9400,7 +9490,7 @@ var Format = function Format(props) {
9400
9490
  return /*#__PURE__*/React.createElement("span", {
9401
9491
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9402
9492
  }, /*#__PURE__*/React.createElement("style", {
9403
- children: loadingCircleStyle$33
9493
+ children: loadingCircleStyle$35
9404
9494
  }), /*#__PURE__*/React.createElement("svg", _extends({
9405
9495
  xmlns: "http://www.w3.org/2000/svg",
9406
9496
  width: size,
@@ -9434,7 +9524,7 @@ Format.defaultProps = {
9434
9524
  size: '16'
9435
9525
  };
9436
9526
 
9437
- var loadingCircleStyle$34 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9527
+ var loadingCircleStyle$36 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9438
9528
 
9439
9529
  var Code = function Code(props) {
9440
9530
  var color = props.color,
@@ -9447,7 +9537,7 @@ var Code = function Code(props) {
9447
9537
  return /*#__PURE__*/React.createElement("span", {
9448
9538
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9449
9539
  }, /*#__PURE__*/React.createElement("style", {
9450
- children: loadingCircleStyle$34
9540
+ children: loadingCircleStyle$36
9451
9541
  }), /*#__PURE__*/React.createElement("svg", _extends({
9452
9542
  xmlns: "http://www.w3.org/2000/svg",
9453
9543
  width: size,
@@ -9479,7 +9569,7 @@ Code.defaultProps = {
9479
9569
  size: '16'
9480
9570
  };
9481
9571
 
9482
- var loadingCircleStyle$35 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9572
+ var loadingCircleStyle$37 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9483
9573
 
9484
9574
  var Edit = function Edit(props) {
9485
9575
  var color = props.color,
@@ -9492,7 +9582,7 @@ var Edit = function Edit(props) {
9492
9582
  return /*#__PURE__*/React.createElement("span", {
9493
9583
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9494
9584
  }, /*#__PURE__*/React.createElement("style", {
9495
- children: loadingCircleStyle$35
9585
+ children: loadingCircleStyle$37
9496
9586
  }), /*#__PURE__*/React.createElement("svg", _extends({
9497
9587
  xmlns: "http://www.w3.org/2000/svg",
9498
9588
  width: size,
@@ -9524,7 +9614,7 @@ Edit.defaultProps = {
9524
9614
  size: '16'
9525
9615
  };
9526
9616
 
9527
- var loadingCircleStyle$36 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9617
+ var loadingCircleStyle$38 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9528
9618
 
9529
9619
  var EditFill = function EditFill(props) {
9530
9620
  var color = props.color,
@@ -9537,7 +9627,7 @@ var EditFill = function EditFill(props) {
9537
9627
  return /*#__PURE__*/React.createElement("span", {
9538
9628
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9539
9629
  }, /*#__PURE__*/React.createElement("style", {
9540
- children: loadingCircleStyle$36
9630
+ children: loadingCircleStyle$38
9541
9631
  }), /*#__PURE__*/React.createElement("svg", _extends({
9542
9632
  xmlns: "http://www.w3.org/2000/svg",
9543
9633
  width: size,
@@ -9571,7 +9661,7 @@ EditFill.defaultProps = {
9571
9661
  size: '16'
9572
9662
  };
9573
9663
 
9574
- 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 }';
9575
9665
 
9576
9666
  var Delete1 = function Delete1(props) {
9577
9667
  var color = props.color,
@@ -9584,7 +9674,7 @@ var Delete1 = function Delete1(props) {
9584
9674
  return /*#__PURE__*/React.createElement("span", {
9585
9675
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9586
9676
  }, /*#__PURE__*/React.createElement("style", {
9587
- children: loadingCircleStyle$37
9677
+ children: loadingCircleStyle$39
9588
9678
  }), /*#__PURE__*/React.createElement("svg", _extends({
9589
9679
  xmlns: "http://www.w3.org/2000/svg",
9590
9680
  width: size,
@@ -9616,7 +9706,7 @@ Delete1.defaultProps = {
9616
9706
  size: '16'
9617
9707
  };
9618
9708
 
9619
- 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 }';
9620
9710
 
9621
9711
  var Save = function Save(props) {
9622
9712
  var color = props.color,
@@ -9629,7 +9719,7 @@ var Save = function Save(props) {
9629
9719
  return /*#__PURE__*/React.createElement("span", {
9630
9720
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9631
9721
  }, /*#__PURE__*/React.createElement("style", {
9632
- children: loadingCircleStyle$38
9722
+ children: loadingCircleStyle$3a
9633
9723
  }), /*#__PURE__*/React.createElement("svg", _extends({
9634
9724
  xmlns: "http://www.w3.org/2000/svg",
9635
9725
  width: size,
@@ -9661,7 +9751,7 @@ Save.defaultProps = {
9661
9751
  size: '16'
9662
9752
  };
9663
9753
 
9664
- 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 }';
9665
9755
 
9666
9756
  var Send = function Send(props) {
9667
9757
  var color = props.color,
@@ -9674,7 +9764,7 @@ var Send = function Send(props) {
9674
9764
  return /*#__PURE__*/React.createElement("span", {
9675
9765
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9676
9766
  }, /*#__PURE__*/React.createElement("style", {
9677
- children: loadingCircleStyle$39
9767
+ children: loadingCircleStyle$3b
9678
9768
  }), /*#__PURE__*/React.createElement("svg", _extends({
9679
9769
  xmlns: "http://www.w3.org/2000/svg",
9680
9770
  width: size,
@@ -9706,7 +9796,7 @@ Send.defaultProps = {
9706
9796
  size: '16'
9707
9797
  };
9708
9798
 
9709
- 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 }';
9710
9800
 
9711
9801
  var Fullscreen = function Fullscreen(props) {
9712
9802
  var color = props.color,
@@ -9719,7 +9809,7 @@ var Fullscreen = function Fullscreen(props) {
9719
9809
  return /*#__PURE__*/React.createElement("span", {
9720
9810
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9721
9811
  }, /*#__PURE__*/React.createElement("style", {
9722
- children: loadingCircleStyle$3a
9812
+ children: loadingCircleStyle$3c
9723
9813
  }), /*#__PURE__*/React.createElement("svg", _extends({
9724
9814
  xmlns: "http://www.w3.org/2000/svg",
9725
9815
  width: size,
@@ -9751,7 +9841,7 @@ Fullscreen.defaultProps = {
9751
9841
  size: '16'
9752
9842
  };
9753
9843
 
9754
- 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 }';
9755
9845
 
9756
9846
  var ArrowLeftDown = function ArrowLeftDown(props) {
9757
9847
  var color = props.color,
@@ -9764,7 +9854,7 @@ var ArrowLeftDown = function ArrowLeftDown(props) {
9764
9854
  return /*#__PURE__*/React.createElement("span", {
9765
9855
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9766
9856
  }, /*#__PURE__*/React.createElement("style", {
9767
- children: loadingCircleStyle$3b
9857
+ children: loadingCircleStyle$3d
9768
9858
  }), /*#__PURE__*/React.createElement("svg", _extends({
9769
9859
  xmlns: "http://www.w3.org/2000/svg",
9770
9860
  width: size,
@@ -9796,7 +9886,7 @@ ArrowLeftDown.defaultProps = {
9796
9886
  size: '16'
9797
9887
  };
9798
9888
 
9799
- var loadingCircleStyle$3c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9889
+ var loadingCircleStyle$3e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9800
9890
 
9801
9891
  var Link = function Link(props) {
9802
9892
  var color = props.color,
@@ -9809,7 +9899,7 @@ var Link = function Link(props) {
9809
9899
  return /*#__PURE__*/React.createElement("span", {
9810
9900
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9811
9901
  }, /*#__PURE__*/React.createElement("style", {
9812
- children: loadingCircleStyle$3c
9902
+ children: loadingCircleStyle$3e
9813
9903
  }), /*#__PURE__*/React.createElement("svg", _extends({
9814
9904
  xmlns: "http://www.w3.org/2000/svg",
9815
9905
  width: size,
@@ -9845,7 +9935,7 @@ Link.defaultProps = {
9845
9935
  size: '16'
9846
9936
  };
9847
9937
 
9848
- var loadingCircleStyle$3d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9938
+ var loadingCircleStyle$3f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9849
9939
 
9850
9940
  var Unlink = function Unlink(props) {
9851
9941
  var color = props.color,
@@ -9858,7 +9948,7 @@ var Unlink = function Unlink(props) {
9858
9948
  return /*#__PURE__*/React.createElement("span", {
9859
9949
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9860
9950
  }, /*#__PURE__*/React.createElement("style", {
9861
- children: loadingCircleStyle$3d
9951
+ children: loadingCircleStyle$3f
9862
9952
  }), /*#__PURE__*/React.createElement("svg", _extends({
9863
9953
  xmlns: "http://www.w3.org/2000/svg",
9864
9954
  width: size,
@@ -9896,7 +9986,7 @@ Unlink.defaultProps = {
9896
9986
  size: '16'
9897
9987
  };
9898
9988
 
9899
- var loadingCircleStyle$3e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9989
+ var loadingCircleStyle$3g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9900
9990
 
9901
9991
  var MenuUnfold = function MenuUnfold(props) {
9902
9992
  var color = props.color,
@@ -9909,7 +9999,7 @@ var MenuUnfold = function MenuUnfold(props) {
9909
9999
  return /*#__PURE__*/React.createElement("span", {
9910
10000
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9911
10001
  }, /*#__PURE__*/React.createElement("style", {
9912
- children: loadingCircleStyle$3e
10002
+ children: loadingCircleStyle$3g
9913
10003
  }), /*#__PURE__*/React.createElement("svg", _extends({
9914
10004
  xmlns: "http://www.w3.org/2000/svg",
9915
10005
  width: size,
@@ -9941,7 +10031,7 @@ MenuUnfold.defaultProps = {
9941
10031
  size: '16'
9942
10032
  };
9943
10033
 
9944
- var loadingCircleStyle$3f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10034
+ var loadingCircleStyle$3h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9945
10035
 
9946
10036
  var MenuFold = function MenuFold(props) {
9947
10037
  var color = props.color,
@@ -9954,7 +10044,7 @@ var MenuFold = function MenuFold(props) {
9954
10044
  return /*#__PURE__*/React.createElement("span", {
9955
10045
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9956
10046
  }, /*#__PURE__*/React.createElement("style", {
9957
- children: loadingCircleStyle$3f
10047
+ children: loadingCircleStyle$3h
9958
10048
  }), /*#__PURE__*/React.createElement("svg", _extends({
9959
10049
  xmlns: "http://www.w3.org/2000/svg",
9960
10050
  width: size,
@@ -9986,7 +10076,7 @@ MenuFold.defaultProps = {
9986
10076
  size: '16'
9987
10077
  };
9988
10078
 
9989
- var loadingCircleStyle$3g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10079
+ var loadingCircleStyle$3i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9990
10080
 
9991
10081
  var List = function List(props) {
9992
10082
  var color = props.color,
@@ -9999,7 +10089,7 @@ var List = function List(props) {
9999
10089
  return /*#__PURE__*/React.createElement("span", {
10000
10090
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10001
10091
  }, /*#__PURE__*/React.createElement("style", {
10002
- children: loadingCircleStyle$3g
10092
+ children: loadingCircleStyle$3i
10003
10093
  }), /*#__PURE__*/React.createElement("svg", _extends({
10004
10094
  xmlns: "http://www.w3.org/2000/svg",
10005
10095
  width: size,
@@ -10031,7 +10121,7 @@ List.defaultProps = {
10031
10121
  size: '16'
10032
10122
  };
10033
10123
 
10034
- var loadingCircleStyle$3h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10124
+ var loadingCircleStyle$3j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10035
10125
 
10036
10126
  var ListNested = function ListNested(props) {
10037
10127
  var color = props.color,
@@ -10044,7 +10134,7 @@ var ListNested = function ListNested(props) {
10044
10134
  return /*#__PURE__*/React.createElement("span", {
10045
10135
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10046
10136
  }, /*#__PURE__*/React.createElement("style", {
10047
- children: loadingCircleStyle$3h
10137
+ children: loadingCircleStyle$3j
10048
10138
  }), /*#__PURE__*/React.createElement("svg", _extends({
10049
10139
  xmlns: "http://www.w3.org/2000/svg",
10050
10140
  width: size,
@@ -10078,7 +10168,7 @@ ListNested.defaultProps = {
10078
10168
  size: '16'
10079
10169
  };
10080
10170
 
10081
- var loadingCircleStyle$3i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10171
+ var loadingCircleStyle$3k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10082
10172
 
10083
10173
  var DoubleList = function DoubleList(props) {
10084
10174
  var color = props.color,
@@ -10091,7 +10181,7 @@ var DoubleList = function DoubleList(props) {
10091
10181
  return /*#__PURE__*/React.createElement("span", {
10092
10182
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10093
10183
  }, /*#__PURE__*/React.createElement("style", {
10094
- children: loadingCircleStyle$3i
10184
+ children: loadingCircleStyle$3k
10095
10185
  }), /*#__PURE__*/React.createElement("svg", _extends({
10096
10186
  xmlns: "http://www.w3.org/2000/svg",
10097
10187
  width: size,
@@ -10133,7 +10223,7 @@ DoubleList.defaultProps = {
10133
10223
  size: '16'
10134
10224
  };
10135
10225
 
10136
- var loadingCircleStyle$3j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10226
+ var loadingCircleStyle$3l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10137
10227
 
10138
10228
  var Download = function Download(props) {
10139
10229
  var color = props.color,
@@ -10146,7 +10236,7 @@ var Download = function Download(props) {
10146
10236
  return /*#__PURE__*/React.createElement("span", {
10147
10237
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10148
10238
  }, /*#__PURE__*/React.createElement("style", {
10149
- children: loadingCircleStyle$3j
10239
+ children: loadingCircleStyle$3l
10150
10240
  }), /*#__PURE__*/React.createElement("svg", _extends({
10151
10241
  xmlns: "http://www.w3.org/2000/svg",
10152
10242
  width: size,
@@ -10178,7 +10268,7 @@ Download.defaultProps = {
10178
10268
  size: '16'
10179
10269
  };
10180
10270
 
10181
- var loadingCircleStyle$3k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10271
+ var loadingCircleStyle$3m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10182
10272
 
10183
10273
  var FullDownload = function FullDownload(props) {
10184
10274
  var color = props.color,
@@ -10191,7 +10281,7 @@ var FullDownload = function FullDownload(props) {
10191
10281
  return /*#__PURE__*/React.createElement("span", {
10192
10282
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10193
10283
  }, /*#__PURE__*/React.createElement("style", {
10194
- children: loadingCircleStyle$3k
10284
+ children: loadingCircleStyle$3m
10195
10285
  }), /*#__PURE__*/React.createElement("svg", _extends({
10196
10286
  xmlns: "http://www.w3.org/2000/svg",
10197
10287
  width: size,
@@ -10225,7 +10315,7 @@ FullDownload.defaultProps = {
10225
10315
  size: '16'
10226
10316
  };
10227
10317
 
10228
- var loadingCircleStyle$3l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10318
+ var loadingCircleStyle$3n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10229
10319
 
10230
10320
  var Export = function Export(props) {
10231
10321
  var color = props.color,
@@ -10238,7 +10328,7 @@ var Export = function Export(props) {
10238
10328
  return /*#__PURE__*/React.createElement("span", {
10239
10329
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10240
10330
  }, /*#__PURE__*/React.createElement("style", {
10241
- children: loadingCircleStyle$3l
10331
+ children: loadingCircleStyle$3n
10242
10332
  }), /*#__PURE__*/React.createElement("svg", _extends({
10243
10333
  xmlns: "http://www.w3.org/2000/svg",
10244
10334
  width: size,
@@ -10272,7 +10362,7 @@ Export.defaultProps = {
10272
10362
  size: '16'
10273
10363
  };
10274
10364
 
10275
- var loadingCircleStyle$3m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10365
+ var loadingCircleStyle$3o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10276
10366
 
10277
10367
  var Import = function Import(props) {
10278
10368
  var color = props.color,
@@ -10285,7 +10375,7 @@ var Import = function Import(props) {
10285
10375
  return /*#__PURE__*/React.createElement("span", {
10286
10376
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10287
10377
  }, /*#__PURE__*/React.createElement("style", {
10288
- children: loadingCircleStyle$3m
10378
+ children: loadingCircleStyle$3o
10289
10379
  }), /*#__PURE__*/React.createElement("svg", _extends({
10290
10380
  xmlns: "http://www.w3.org/2000/svg",
10291
10381
  width: size,
@@ -10319,7 +10409,7 @@ Import.defaultProps = {
10319
10409
  size: '16'
10320
10410
  };
10321
10411
 
10322
- var loadingCircleStyle$3n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10412
+ var loadingCircleStyle$3p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10323
10413
 
10324
10414
  var Add1 = function Add1(props) {
10325
10415
  var color = props.color,
@@ -10332,7 +10422,7 @@ var Add1 = function Add1(props) {
10332
10422
  return /*#__PURE__*/React.createElement("span", {
10333
10423
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10334
10424
  }, /*#__PURE__*/React.createElement("style", {
10335
- children: loadingCircleStyle$3n
10425
+ children: loadingCircleStyle$3p
10336
10426
  }), /*#__PURE__*/React.createElement("svg", _extends({
10337
10427
  xmlns: "http://www.w3.org/2000/svg",
10338
10428
  width: size,
@@ -10364,7 +10454,7 @@ Add1.defaultProps = {
10364
10454
  size: '16'
10365
10455
  };
10366
10456
 
10367
- var loadingCircleStyle$3o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10457
+ var loadingCircleStyle$3q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10368
10458
 
10369
10459
  var Add2 = function Add2(props) {
10370
10460
  var color = props.color,
@@ -10377,7 +10467,7 @@ var Add2 = function Add2(props) {
10377
10467
  return /*#__PURE__*/React.createElement("span", {
10378
10468
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10379
10469
  }, /*#__PURE__*/React.createElement("style", {
10380
- children: loadingCircleStyle$3o
10470
+ children: loadingCircleStyle$3q
10381
10471
  }), /*#__PURE__*/React.createElement("svg", _extends({
10382
10472
  xmlns: "http://www.w3.org/2000/svg",
10383
10473
  width: size,
@@ -10409,7 +10499,7 @@ Add2.defaultProps = {
10409
10499
  size: '16'
10410
10500
  };
10411
10501
 
10412
- var loadingCircleStyle$3p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10502
+ var loadingCircleStyle$3r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10413
10503
 
10414
10504
  var Add3 = function Add3(props) {
10415
10505
  var color = props.color,
@@ -10422,7 +10512,7 @@ var Add3 = function Add3(props) {
10422
10512
  return /*#__PURE__*/React.createElement("span", {
10423
10513
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10424
10514
  }, /*#__PURE__*/React.createElement("style", {
10425
- children: loadingCircleStyle$3p
10515
+ children: loadingCircleStyle$3r
10426
10516
  }), /*#__PURE__*/React.createElement("svg", _extends({
10427
10517
  xmlns: "http://www.w3.org/2000/svg",
10428
10518
  width: size,
@@ -10454,7 +10544,7 @@ Add3.defaultProps = {
10454
10544
  size: '16'
10455
10545
  };
10456
10546
 
10457
- var loadingCircleStyle$3q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10547
+ var loadingCircleStyle$3s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10458
10548
 
10459
10549
  var Add3Fill = function Add3Fill(props) {
10460
10550
  var color = props.color,
@@ -10467,7 +10557,7 @@ var Add3Fill = function Add3Fill(props) {
10467
10557
  return /*#__PURE__*/React.createElement("span", {
10468
10558
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10469
10559
  }, /*#__PURE__*/React.createElement("style", {
10470
- children: loadingCircleStyle$3q
10560
+ children: loadingCircleStyle$3s
10471
10561
  }), /*#__PURE__*/React.createElement("svg", _extends({
10472
10562
  xmlns: "http://www.w3.org/2000/svg",
10473
10563
  width: size,
@@ -10499,7 +10589,7 @@ Add3Fill.defaultProps = {
10499
10589
  size: '16'
10500
10590
  };
10501
10591
 
10502
- var loadingCircleStyle$3r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10592
+ var loadingCircleStyle$3t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10503
10593
 
10504
10594
  var Subtract = function Subtract(props) {
10505
10595
  var color = props.color,
@@ -10512,7 +10602,7 @@ var Subtract = function Subtract(props) {
10512
10602
  return /*#__PURE__*/React.createElement("span", {
10513
10603
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10514
10604
  }, /*#__PURE__*/React.createElement("style", {
10515
- children: loadingCircleStyle$3r
10605
+ children: loadingCircleStyle$3t
10516
10606
  }), /*#__PURE__*/React.createElement("svg", _extends({
10517
10607
  xmlns: "http://www.w3.org/2000/svg",
10518
10608
  width: size,
@@ -10547,7 +10637,7 @@ Subtract.defaultProps = {
10547
10637
  size: '16'
10548
10638
  };
10549
10639
 
10550
- var loadingCircleStyle$3s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10640
+ var loadingCircleStyle$3u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10551
10641
 
10552
10642
  var Subtract2 = function Subtract2(props) {
10553
10643
  var color = props.color,
@@ -10560,7 +10650,7 @@ var Subtract2 = function Subtract2(props) {
10560
10650
  return /*#__PURE__*/React.createElement("span", {
10561
10651
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10562
10652
  }, /*#__PURE__*/React.createElement("style", {
10563
- children: loadingCircleStyle$3s
10653
+ children: loadingCircleStyle$3u
10564
10654
  }), /*#__PURE__*/React.createElement("svg", _extends({
10565
10655
  xmlns: "http://www.w3.org/2000/svg",
10566
10656
  width: size,
@@ -10596,7 +10686,99 @@ Subtract2.defaultProps = {
10596
10686
  size: '16'
10597
10687
  };
10598
10688
 
10599
- var loadingCircleStyle$3t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10689
+ var loadingCircleStyle$3v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10690
+
10691
+ var Update = function Update(props) {
10692
+ var color = props.color,
10693
+ size = props.size,
10694
+ spin = props.spin,
10695
+ style = props.style,
10696
+ className = props.className,
10697
+ otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className"]);
10698
+
10699
+ return /*#__PURE__*/React.createElement("span", {
10700
+ className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10701
+ }, /*#__PURE__*/React.createElement("style", {
10702
+ children: loadingCircleStyle$3v
10703
+ }), /*#__PURE__*/React.createElement("svg", _extends({
10704
+ xmlns: "http://www.w3.org/2000/svg",
10705
+ width: size,
10706
+ height: size,
10707
+ viewBox: "0 0 24 24",
10708
+ fill: color
10709
+ }, otherProps, {
10710
+ style: _objectSpread2(_objectSpread2(_objectSpread2({}, style), spin ? {
10711
+ animationDuration: '1s',
10712
+ animationIterationCount: 'infinite',
10713
+ animationName: 'loadingCircle',
10714
+ animationTimingFunction: 'linear'
10715
+ } : {}), {}, {
10716
+ cursor: 'pointer'
10717
+ })
10718
+ }), /*#__PURE__*/React.createElement("path", {
10719
+ d: "M5.463 4.433A9.961 9.961 0 0112 2c5.523 0 10 4.477 10 10 0 2.136-.67 4.116-1.81 5.74L17 12h3A8 8 0 006.46 6.228l-.997-1.795zm13.074 15.134A9.961 9.961 0 0112 22C6.477 22 2 17.523 2 12c0-2.136.67-4.116 1.81-5.74L7 12H4a8 8 0 0013.54 5.772l.997 1.795z"
10720
+ })));
10721
+ };
10722
+
10723
+ Update.propTypes = {
10724
+ spin: PropTypes.bool,
10725
+ color: PropTypes.string,
10726
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
10727
+ };
10728
+ Update.defaultProps = {
10729
+ spin: false,
10730
+ color: 'currentColor',
10731
+ size: '16'
10732
+ };
10733
+
10734
+ var loadingCircleStyle$3w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10735
+
10736
+ var Rename = function Rename(props) {
10737
+ var color = props.color,
10738
+ size = props.size,
10739
+ spin = props.spin,
10740
+ style = props.style,
10741
+ className = props.className,
10742
+ otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className"]);
10743
+
10744
+ return /*#__PURE__*/React.createElement("span", {
10745
+ className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10746
+ }, /*#__PURE__*/React.createElement("style", {
10747
+ children: loadingCircleStyle$3w
10748
+ }), /*#__PURE__*/React.createElement("svg", _extends({
10749
+ xmlns: "http://www.w3.org/2000/svg",
10750
+ width: size,
10751
+ height: size,
10752
+ viewBox: "0 0 24 24",
10753
+ fill: color
10754
+ }, otherProps, {
10755
+ style: _objectSpread2(_objectSpread2(_objectSpread2({}, style), spin ? {
10756
+ animationDuration: '1s',
10757
+ animationIterationCount: 'infinite',
10758
+ animationName: 'loadingCircle',
10759
+ animationTimingFunction: 'linear'
10760
+ } : {}), {}, {
10761
+ cursor: 'pointer'
10762
+ })
10763
+ }), /*#__PURE__*/React.createElement("path", {
10764
+ fillRule: "evenodd",
10765
+ clipRule: "evenodd",
10766
+ d: "M8 4h2v16H8v-2H5a3 3 0 01-3-3V9a3 3 0 013-3h3V4zm0 12V8H5a1 1 0 00-1 1v6a1 1 0 001 1h3zm4 0h7a1 1 0 001-1V9a1 1 0 00-1-1h-7V6h7a3 3 0 013 3v6a3 3 0 01-3 3h-7v-2z"
10767
+ })));
10768
+ };
10769
+
10770
+ Rename.propTypes = {
10771
+ spin: PropTypes.bool,
10772
+ color: PropTypes.string,
10773
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
10774
+ };
10775
+ Rename.defaultProps = {
10776
+ spin: false,
10777
+ color: 'currentColor',
10778
+ size: '16'
10779
+ };
10780
+
10781
+ var loadingCircleStyle$3x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10600
10782
 
10601
10783
  var Report = function Report(props) {
10602
10784
  var color = props.color,
@@ -10609,7 +10791,7 @@ var Report = function Report(props) {
10609
10791
  return /*#__PURE__*/React.createElement("span", {
10610
10792
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10611
10793
  }, /*#__PURE__*/React.createElement("style", {
10612
- children: loadingCircleStyle$3t
10794
+ children: loadingCircleStyle$3x
10613
10795
  }), /*#__PURE__*/React.createElement("svg", _extends({
10614
10796
  xmlns: "http://www.w3.org/2000/svg",
10615
10797
  width: size,
@@ -10641,7 +10823,7 @@ Report.defaultProps = {
10641
10823
  size: '16'
10642
10824
  };
10643
10825
 
10644
- var loadingCircleStyle$3u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10826
+ var loadingCircleStyle$3y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10645
10827
 
10646
10828
  var ReportRemoval = function ReportRemoval(props) {
10647
10829
  var color = props.color,
@@ -10654,7 +10836,7 @@ var ReportRemoval = function ReportRemoval(props) {
10654
10836
  return /*#__PURE__*/React.createElement("span", {
10655
10837
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10656
10838
  }, /*#__PURE__*/React.createElement("style", {
10657
- children: loadingCircleStyle$3u
10839
+ children: loadingCircleStyle$3y
10658
10840
  }), /*#__PURE__*/React.createElement("svg", _extends({
10659
10841
  xmlns: "http://www.w3.org/2000/svg",
10660
10842
  width: size,
@@ -10694,7 +10876,7 @@ ReportRemoval.defaultProps = {
10694
10876
  size: '16'
10695
10877
  };
10696
10878
 
10697
- var loadingCircleStyle$3v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10879
+ var loadingCircleStyle$3z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10698
10880
 
10699
10881
  var FileAdd = function FileAdd(props) {
10700
10882
  var color = props.color,
@@ -10707,7 +10889,7 @@ var FileAdd = function FileAdd(props) {
10707
10889
  return /*#__PURE__*/React.createElement("span", {
10708
10890
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10709
10891
  }, /*#__PURE__*/React.createElement("style", {
10710
- children: loadingCircleStyle$3v
10892
+ children: loadingCircleStyle$3z
10711
10893
  }), /*#__PURE__*/React.createElement("svg", _extends({
10712
10894
  xmlns: "http://www.w3.org/2000/svg",
10713
10895
  width: size,
@@ -10739,7 +10921,7 @@ FileAdd.defaultProps = {
10739
10921
  size: '16'
10740
10922
  };
10741
10923
 
10742
- var loadingCircleStyle$3w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10924
+ var loadingCircleStyle$3A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10743
10925
 
10744
10926
  var FileRemove = function FileRemove(props) {
10745
10927
  var color = props.color,
@@ -10752,7 +10934,7 @@ var FileRemove = function FileRemove(props) {
10752
10934
  return /*#__PURE__*/React.createElement("span", {
10753
10935
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10754
10936
  }, /*#__PURE__*/React.createElement("style", {
10755
- children: loadingCircleStyle$3w
10937
+ children: loadingCircleStyle$3A
10756
10938
  }), /*#__PURE__*/React.createElement("svg", _extends({
10757
10939
  xmlns: "http://www.w3.org/2000/svg",
10758
10940
  width: size,
@@ -10786,7 +10968,7 @@ FileRemove.defaultProps = {
10786
10968
  size: '16'
10787
10969
  };
10788
10970
 
10789
- var loadingCircleStyle$3x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10971
+ var loadingCircleStyle$3B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10790
10972
 
10791
10973
  var FileExport = function FileExport(props) {
10792
10974
  var color = props.color,
@@ -10799,7 +10981,7 @@ var FileExport = function FileExport(props) {
10799
10981
  return /*#__PURE__*/React.createElement("span", {
10800
10982
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10801
10983
  }, /*#__PURE__*/React.createElement("style", {
10802
- children: loadingCircleStyle$3x
10984
+ children: loadingCircleStyle$3B
10803
10985
  }), /*#__PURE__*/React.createElement("svg", _extends({
10804
10986
  xmlns: "http://www.w3.org/2000/svg",
10805
10987
  width: size,
@@ -10831,7 +11013,7 @@ FileExport.defaultProps = {
10831
11013
  size: '16'
10832
11014
  };
10833
11015
 
10834
- var loadingCircleStyle$3y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11016
+ var loadingCircleStyle$3C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10835
11017
 
10836
11018
  var FileMove = function FileMove(props) {
10837
11019
  var color = props.color,
@@ -10844,7 +11026,7 @@ var FileMove = function FileMove(props) {
10844
11026
  return /*#__PURE__*/React.createElement("span", {
10845
11027
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10846
11028
  }, /*#__PURE__*/React.createElement("style", {
10847
- children: loadingCircleStyle$3y
11029
+ children: loadingCircleStyle$3C
10848
11030
  }), /*#__PURE__*/React.createElement("svg", _extends({
10849
11031
  xmlns: "http://www.w3.org/2000/svg",
10850
11032
  width: size,
@@ -10876,7 +11058,7 @@ FileMove.defaultProps = {
10876
11058
  size: '16'
10877
11059
  };
10878
11060
 
10879
- var loadingCircleStyle$3z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11061
+ var loadingCircleStyle$3D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10880
11062
 
10881
11063
  var FileImport = function FileImport(props) {
10882
11064
  var color = props.color,
@@ -10889,7 +11071,7 @@ var FileImport = function FileImport(props) {
10889
11071
  return /*#__PURE__*/React.createElement("span", {
10890
11072
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10891
11073
  }, /*#__PURE__*/React.createElement("style", {
10892
- children: loadingCircleStyle$3z
11074
+ children: loadingCircleStyle$3D
10893
11075
  }), /*#__PURE__*/React.createElement("svg", _extends({
10894
11076
  xmlns: "http://www.w3.org/2000/svg",
10895
11077
  width: size,
@@ -10921,7 +11103,7 @@ FileImport.defaultProps = {
10921
11103
  size: '16'
10922
11104
  };
10923
11105
 
10924
- var loadingCircleStyle$3A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11106
+ var loadingCircleStyle$3E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10925
11107
 
10926
11108
  var FileInfo = function FileInfo(props) {
10927
11109
  var color = props.color,
@@ -10934,7 +11116,7 @@ var FileInfo = function FileInfo(props) {
10934
11116
  return /*#__PURE__*/React.createElement("span", {
10935
11117
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10936
11118
  }, /*#__PURE__*/React.createElement("style", {
10937
- children: loadingCircleStyle$3A
11119
+ children: loadingCircleStyle$3E
10938
11120
  }), /*#__PURE__*/React.createElement("svg", _extends({
10939
11121
  xmlns: "http://www.w3.org/2000/svg",
10940
11122
  width: size,
@@ -10966,7 +11148,7 @@ FileInfo.defaultProps = {
10966
11148
  size: '16'
10967
11149
  };
10968
11150
 
10969
- var loadingCircleStyle$3B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11151
+ var loadingCircleStyle$3F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10970
11152
 
10971
11153
  var FileConvert = function FileConvert(props) {
10972
11154
  var color = props.color,
@@ -10979,7 +11161,7 @@ var FileConvert = function FileConvert(props) {
10979
11161
  return /*#__PURE__*/React.createElement("span", {
10980
11162
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10981
11163
  }, /*#__PURE__*/React.createElement("style", {
10982
- children: loadingCircleStyle$3B
11164
+ children: loadingCircleStyle$3F
10983
11165
  }), /*#__PURE__*/React.createElement("svg", _extends({
10984
11166
  xmlns: "http://www.w3.org/2000/svg",
10985
11167
  width: size,
@@ -11017,7 +11199,7 @@ FileConvert.defaultProps = {
11017
11199
  size: '16'
11018
11200
  };
11019
11201
 
11020
- var loadingCircleStyle$3C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11202
+ var loadingCircleStyle$3G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11021
11203
 
11022
11204
  var FileLock = function FileLock(props) {
11023
11205
  var color = props.color,
@@ -11030,7 +11212,7 @@ var FileLock = function FileLock(props) {
11030
11212
  return /*#__PURE__*/React.createElement("span", {
11031
11213
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11032
11214
  }, /*#__PURE__*/React.createElement("style", {
11033
- children: loadingCircleStyle$3C
11215
+ children: loadingCircleStyle$3G
11034
11216
  }), /*#__PURE__*/React.createElement("svg", _extends({
11035
11217
  xmlns: "http://www.w3.org/2000/svg",
11036
11218
  width: size,
@@ -11062,7 +11244,7 @@ FileLock.defaultProps = {
11062
11244
  size: '16'
11063
11245
  };
11064
11246
 
11065
- var loadingCircleStyle$3D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11247
+ var loadingCircleStyle$3H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11066
11248
 
11067
11249
  var Detail = function Detail(props) {
11068
11250
  var color = props.color,
@@ -11075,7 +11257,7 @@ var Detail = function Detail(props) {
11075
11257
  return /*#__PURE__*/React.createElement("span", {
11076
11258
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11077
11259
  }, /*#__PURE__*/React.createElement("style", {
11078
- children: loadingCircleStyle$3D
11260
+ children: loadingCircleStyle$3H
11079
11261
  }), /*#__PURE__*/React.createElement("svg", _extends({
11080
11262
  xmlns: "http://www.w3.org/2000/svg",
11081
11263
  width: size,
@@ -11107,7 +11289,7 @@ Detail.defaultProps = {
11107
11289
  size: '16'
11108
11290
  };
11109
11291
 
11110
- var loadingCircleStyle$3E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11292
+ var loadingCircleStyle$3I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11111
11293
 
11112
11294
  var MessageCenter = function MessageCenter(props) {
11113
11295
  var color = props.color,
@@ -11120,7 +11302,7 @@ var MessageCenter = function MessageCenter(props) {
11120
11302
  return /*#__PURE__*/React.createElement("span", {
11121
11303
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11122
11304
  }, /*#__PURE__*/React.createElement("style", {
11123
- children: loadingCircleStyle$3E
11305
+ children: loadingCircleStyle$3I
11124
11306
  }), /*#__PURE__*/React.createElement("svg", _extends({
11125
11307
  xmlns: "http://www.w3.org/2000/svg",
11126
11308
  width: size,
@@ -11160,7 +11342,7 @@ MessageCenter.defaultProps = {
11160
11342
  size: '16'
11161
11343
  };
11162
11344
 
11163
- var loadingCircleStyle$3F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11345
+ var loadingCircleStyle$3J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11164
11346
 
11165
11347
  var SystemMsg = function SystemMsg(props) {
11166
11348
  var color = props.color,
@@ -11173,7 +11355,7 @@ var SystemMsg = function SystemMsg(props) {
11173
11355
  return /*#__PURE__*/React.createElement("span", {
11174
11356
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11175
11357
  }, /*#__PURE__*/React.createElement("style", {
11176
- children: loadingCircleStyle$3F
11358
+ children: loadingCircleStyle$3J
11177
11359
  }), /*#__PURE__*/React.createElement("svg", _extends({
11178
11360
  xmlns: "http://www.w3.org/2000/svg",
11179
11361
  width: size,
@@ -11211,7 +11393,7 @@ SystemMsg.defaultProps = {
11211
11393
  size: '16'
11212
11394
  };
11213
11395
 
11214
- var loadingCircleStyle$3G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11396
+ var loadingCircleStyle$3K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11215
11397
 
11216
11398
  var Comment = function Comment(props) {
11217
11399
  var color = props.color,
@@ -11224,7 +11406,7 @@ var Comment = function Comment(props) {
11224
11406
  return /*#__PURE__*/React.createElement("span", {
11225
11407
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11226
11408
  }, /*#__PURE__*/React.createElement("style", {
11227
- children: loadingCircleStyle$3G
11409
+ children: loadingCircleStyle$3K
11228
11410
  }), /*#__PURE__*/React.createElement("svg", _extends({
11229
11411
  xmlns: "http://www.w3.org/2000/svg",
11230
11412
  width: size,
@@ -11260,7 +11442,7 @@ Comment.defaultProps = {
11260
11442
  size: '16'
11261
11443
  };
11262
11444
 
11263
- var loadingCircleStyle$3H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11445
+ var loadingCircleStyle$3L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11264
11446
 
11265
11447
  var Book = function Book(props) {
11266
11448
  var color = props.color,
@@ -11273,7 +11455,7 @@ var Book = function Book(props) {
11273
11455
  return /*#__PURE__*/React.createElement("span", {
11274
11456
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11275
11457
  }, /*#__PURE__*/React.createElement("style", {
11276
- children: loadingCircleStyle$3H
11458
+ children: loadingCircleStyle$3L
11277
11459
  }), /*#__PURE__*/React.createElement("svg", _extends({
11278
11460
  xmlns: "http://www.w3.org/2000/svg",
11279
11461
  width: size,
@@ -11305,7 +11487,7 @@ Book.defaultProps = {
11305
11487
  size: '16'
11306
11488
  };
11307
11489
 
11308
- var loadingCircleStyle$3I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11490
+ var loadingCircleStyle$3M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11309
11491
 
11310
11492
  var Book2 = function Book2(props) {
11311
11493
  var color = props.color,
@@ -11318,7 +11500,7 @@ var Book2 = function Book2(props) {
11318
11500
  return /*#__PURE__*/React.createElement("span", {
11319
11501
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11320
11502
  }, /*#__PURE__*/React.createElement("style", {
11321
- children: loadingCircleStyle$3I
11503
+ children: loadingCircleStyle$3M
11322
11504
  }), /*#__PURE__*/React.createElement("svg", _extends({
11323
11505
  xmlns: "http://www.w3.org/2000/svg",
11324
11506
  width: size,
@@ -11350,7 +11532,7 @@ Book2.defaultProps = {
11350
11532
  size: '16'
11351
11533
  };
11352
11534
 
11353
- var loadingCircleStyle$3J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11535
+ var loadingCircleStyle$3N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11354
11536
 
11355
11537
  var FilePdf = function FilePdf(props) {
11356
11538
  var color = props.color,
@@ -11363,7 +11545,7 @@ var FilePdf = function FilePdf(props) {
11363
11545
  return /*#__PURE__*/React.createElement("span", {
11364
11546
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11365
11547
  }, /*#__PURE__*/React.createElement("style", {
11366
- children: loadingCircleStyle$3J
11548
+ children: loadingCircleStyle$3N
11367
11549
  }), /*#__PURE__*/React.createElement("svg", _extends({
11368
11550
  xmlns: "http://www.w3.org/2000/svg",
11369
11551
  width: size,
@@ -11395,7 +11577,7 @@ FilePdf.defaultProps = {
11395
11577
  size: '16'
11396
11578
  };
11397
11579
 
11398
- var loadingCircleStyle$3K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11580
+ var loadingCircleStyle$3O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11399
11581
 
11400
11582
  var Sticker = function Sticker(props) {
11401
11583
  var color = props.color,
@@ -11408,7 +11590,7 @@ var Sticker = function Sticker(props) {
11408
11590
  return /*#__PURE__*/React.createElement("span", {
11409
11591
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11410
11592
  }, /*#__PURE__*/React.createElement("style", {
11411
- children: loadingCircleStyle$3K
11593
+ children: loadingCircleStyle$3O
11412
11594
  }), /*#__PURE__*/React.createElement("svg", _extends({
11413
11595
  xmlns: "http://www.w3.org/2000/svg",
11414
11596
  width: size,
@@ -11440,7 +11622,7 @@ Sticker.defaultProps = {
11440
11622
  size: '16'
11441
11623
  };
11442
11624
 
11443
- var loadingCircleStyle$3L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11625
+ var loadingCircleStyle$3P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11444
11626
 
11445
11627
  var StickerFill = function StickerFill(props) {
11446
11628
  var color = props.color,
@@ -11453,7 +11635,7 @@ var StickerFill = function StickerFill(props) {
11453
11635
  return /*#__PURE__*/React.createElement("span", {
11454
11636
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11455
11637
  }, /*#__PURE__*/React.createElement("style", {
11456
- children: loadingCircleStyle$3L
11638
+ children: loadingCircleStyle$3P
11457
11639
  }), /*#__PURE__*/React.createElement("svg", _extends({
11458
11640
  xmlns: "http://www.w3.org/2000/svg",
11459
11641
  width: size,
@@ -11485,7 +11667,7 @@ StickerFill.defaultProps = {
11485
11667
  size: '16'
11486
11668
  };
11487
11669
 
11488
- var loadingCircleStyle$3M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11670
+ var loadingCircleStyle$3Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11489
11671
 
11490
11672
  var EventSm = function EventSm(props) {
11491
11673
  var color = props.color,
@@ -11498,7 +11680,7 @@ var EventSm = function EventSm(props) {
11498
11680
  return /*#__PURE__*/React.createElement("span", {
11499
11681
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11500
11682
  }, /*#__PURE__*/React.createElement("style", {
11501
- children: loadingCircleStyle$3M
11683
+ children: loadingCircleStyle$3Q
11502
11684
  }), /*#__PURE__*/React.createElement("svg", _extends({
11503
11685
  xmlns: "http://www.w3.org/2000/svg",
11504
11686
  width: size,
@@ -11530,7 +11712,7 @@ EventSm.defaultProps = {
11530
11712
  size: '16'
11531
11713
  };
11532
11714
 
11533
- var loadingCircleStyle$3N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11715
+ var loadingCircleStyle$3R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11534
11716
 
11535
11717
  var EPropertySm = function EPropertySm(props) {
11536
11718
  var color = props.color,
@@ -11543,7 +11725,7 @@ var EPropertySm = function EPropertySm(props) {
11543
11725
  return /*#__PURE__*/React.createElement("span", {
11544
11726
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11545
11727
  }, /*#__PURE__*/React.createElement("style", {
11546
- children: loadingCircleStyle$3N
11728
+ children: loadingCircleStyle$3R
11547
11729
  }), /*#__PURE__*/React.createElement("svg", _extends({
11548
11730
  xmlns: "http://www.w3.org/2000/svg",
11549
11731
  width: size,
@@ -11583,7 +11765,7 @@ EPropertySm.defaultProps = {
11583
11765
  size: '16'
11584
11766
  };
11585
11767
 
11586
- var loadingCircleStyle$3O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11768
+ var loadingCircleStyle$3S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11587
11769
 
11588
11770
  var UPropertySm = function UPropertySm(props) {
11589
11771
  var color = props.color,
@@ -11596,7 +11778,7 @@ var UPropertySm = function UPropertySm(props) {
11596
11778
  return /*#__PURE__*/React.createElement("span", {
11597
11779
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11598
11780
  }, /*#__PURE__*/React.createElement("style", {
11599
- children: loadingCircleStyle$3O
11781
+ children: loadingCircleStyle$3S
11600
11782
  }), /*#__PURE__*/React.createElement("svg", _extends({
11601
11783
  xmlns: "http://www.w3.org/2000/svg",
11602
11784
  width: size,
@@ -11613,15 +11795,17 @@ var UPropertySm = function UPropertySm(props) {
11613
11795
  cursor: 'pointer'
11614
11796
  })
11615
11797
  }), /*#__PURE__*/React.createElement("path", {
11616
- d: "M9 4h3v1H9V4z"
11617
- }), /*#__PURE__*/React.createElement("path", {
11618
- d: "M12 7H9v1h3V7z"
11798
+ fillRule: "evenodd",
11799
+ clipRule: "evenodd",
11800
+ d: "M8.272 5.25A2.745 2.745 0 015.532 8a2.745 2.745 0 01-2.74-2.75 2.745 2.745 0 012.74-2.75 2.745 2.745 0 012.74 2.75zm-1.023 0a1.72 1.72 0 01-1.717 1.723A1.72 1.72 0 013.815 5.25a1.72 1.72 0 011.717-1.723A1.72 1.72 0 017.249 5.25z"
11619
11801
  }), /*#__PURE__*/React.createElement("path", {
11620
- d: "M6 8a2 2 0 100-4 2 2 0 000 4zm0-1a1 1 0 110-2 1 1 0 010 2z"
11802
+ fillRule: "evenodd",
11803
+ clipRule: "evenodd",
11804
+ d: "M1.391 11.37c0-1.138.92-2.06 2.053-2.06h4.007c1.133 0 2.052.922 2.052 2.06v2.13H1.391v-2.13zm2.053-1.03h4.007c.566 0 1.026.461 1.026 1.03v1.1h-6.06v-1.1c0-.569.46-1.03 1.027-1.03z"
11621
11805
  }), /*#__PURE__*/React.createElement("path", {
11622
- d: "M3 11a2 2 0 012-2h2a2 2 0 012 2 1 1 0 01-1 1H4a1 1 0 01-1-1zm1 0h4a1 1 0 00-1-1H5a1 1 0 00-1 1z"
11806
+ d: "M14.392 3.78h-4.106V2.75h4.106v1.03z"
11623
11807
  }), /*#__PURE__*/React.createElement("path", {
11624
- d: "M1 3a2 2 0 012-2h10a2 2 0 012 2v10a2 2 0 01-2 2H3a2 2 0 01-2-2V3zm1 0v10a1 1 0 001 1h10a1 1 0 001-1V3a1 1 0 00-1-1H3a1 1 0 00-1 1z"
11808
+ d: "M10.286 6.976h4.106v-1.03h-4.106v1.03z"
11625
11809
  })));
11626
11810
  };
11627
11811
 
@@ -11636,7 +11820,7 @@ UPropertySm.defaultProps = {
11636
11820
  size: '16'
11637
11821
  };
11638
11822
 
11639
- var loadingCircleStyle$3P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11823
+ var loadingCircleStyle$3T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11640
11824
 
11641
11825
  var UGroupSm = function UGroupSm(props) {
11642
11826
  var color = props.color,
@@ -11649,7 +11833,7 @@ var UGroupSm = function UGroupSm(props) {
11649
11833
  return /*#__PURE__*/React.createElement("span", {
11650
11834
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11651
11835
  }, /*#__PURE__*/React.createElement("style", {
11652
- children: loadingCircleStyle$3P
11836
+ children: loadingCircleStyle$3T
11653
11837
  }), /*#__PURE__*/React.createElement("svg", _extends({
11654
11838
  xmlns: "http://www.w3.org/2000/svg",
11655
11839
  width: size,
@@ -11695,7 +11879,7 @@ UGroupSm.defaultProps = {
11695
11879
  size: '16'
11696
11880
  };
11697
11881
 
11698
- var loadingCircleStyle$3Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11882
+ var loadingCircleStyle$3U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11699
11883
 
11700
11884
  var UTagSm = function UTagSm(props) {
11701
11885
  var color = props.color,
@@ -11708,7 +11892,7 @@ var UTagSm = function UTagSm(props) {
11708
11892
  return /*#__PURE__*/React.createElement("span", {
11709
11893
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11710
11894
  }, /*#__PURE__*/React.createElement("style", {
11711
- children: loadingCircleStyle$3Q
11895
+ children: loadingCircleStyle$3U
11712
11896
  }), /*#__PURE__*/React.createElement("svg", _extends({
11713
11897
  xmlns: "http://www.w3.org/2000/svg",
11714
11898
  width: size,
@@ -11744,7 +11928,7 @@ UTagSm.defaultProps = {
11744
11928
  size: '16'
11745
11929
  };
11746
11930
 
11747
- var loadingCircleStyle$3R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11931
+ var loadingCircleStyle$3V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11748
11932
 
11749
11933
  var AllGroupSm = function AllGroupSm(props) {
11750
11934
  var color = props.color,
@@ -11757,7 +11941,7 @@ var AllGroupSm = function AllGroupSm(props) {
11757
11941
  return /*#__PURE__*/React.createElement("span", {
11758
11942
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11759
11943
  }, /*#__PURE__*/React.createElement("style", {
11760
- children: loadingCircleStyle$3R
11944
+ children: loadingCircleStyle$3V
11761
11945
  }), /*#__PURE__*/React.createElement("svg", _extends({
11762
11946
  xmlns: "http://www.w3.org/2000/svg",
11763
11947
  width: size,
@@ -11795,7 +11979,7 @@ AllGroupSm.defaultProps = {
11795
11979
  size: '16'
11796
11980
  };
11797
11981
 
11798
- var loadingCircleStyle$3S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11982
+ var loadingCircleStyle$3W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11799
11983
 
11800
11984
  var CalendarSm = function CalendarSm(props) {
11801
11985
  var color = props.color,
@@ -11808,7 +11992,7 @@ var CalendarSm = function CalendarSm(props) {
11808
11992
  return /*#__PURE__*/React.createElement("span", {
11809
11993
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11810
11994
  }, /*#__PURE__*/React.createElement("style", {
11811
- children: loadingCircleStyle$3S
11995
+ children: loadingCircleStyle$3W
11812
11996
  }), /*#__PURE__*/React.createElement("svg", _extends({
11813
11997
  xmlns: "http://www.w3.org/2000/svg",
11814
11998
  width: size,
@@ -11840,7 +12024,7 @@ CalendarSm.defaultProps = {
11840
12024
  size: '16'
11841
12025
  };
11842
12026
 
11843
- var loadingCircleStyle$3T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12027
+ var loadingCircleStyle$3X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11844
12028
 
11845
12029
  var GroupAddSm = function GroupAddSm(props) {
11846
12030
  var color = props.color,
@@ -11853,7 +12037,7 @@ var GroupAddSm = function GroupAddSm(props) {
11853
12037
  return /*#__PURE__*/React.createElement("span", {
11854
12038
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11855
12039
  }, /*#__PURE__*/React.createElement("style", {
11856
- children: loadingCircleStyle$3T
12040
+ children: loadingCircleStyle$3X
11857
12041
  }), /*#__PURE__*/React.createElement("svg", _extends({
11858
12042
  xmlns: "http://www.w3.org/2000/svg",
11859
12043
  width: size,
@@ -11891,7 +12075,7 @@ GroupAddSm.defaultProps = {
11891
12075
  size: '16'
11892
12076
  };
11893
12077
 
11894
- var loadingCircleStyle$3U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12078
+ var loadingCircleStyle$3Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11895
12079
 
11896
12080
  var BooleanSm = function BooleanSm(props) {
11897
12081
  var color = props.color,
@@ -11904,7 +12088,7 @@ var BooleanSm = function BooleanSm(props) {
11904
12088
  return /*#__PURE__*/React.createElement("span", {
11905
12089
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11906
12090
  }, /*#__PURE__*/React.createElement("style", {
11907
- children: loadingCircleStyle$3U
12091
+ children: loadingCircleStyle$3Y
11908
12092
  }), /*#__PURE__*/React.createElement("svg", _extends({
11909
12093
  xmlns: "http://www.w3.org/2000/svg",
11910
12094
  width: size,
@@ -11938,7 +12122,7 @@ BooleanSm.defaultProps = {
11938
12122
  size: '16'
11939
12123
  };
11940
12124
 
11941
- var loadingCircleStyle$3V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12125
+ var loadingCircleStyle$3Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11942
12126
 
11943
12127
  var ListSm = function ListSm(props) {
11944
12128
  var color = props.color,
@@ -11951,7 +12135,7 @@ var ListSm = function ListSm(props) {
11951
12135
  return /*#__PURE__*/React.createElement("span", {
11952
12136
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11953
12137
  }, /*#__PURE__*/React.createElement("style", {
11954
- children: loadingCircleStyle$3V
12138
+ children: loadingCircleStyle$3Z
11955
12139
  }), /*#__PURE__*/React.createElement("svg", _extends({
11956
12140
  xmlns: "http://www.w3.org/2000/svg",
11957
12141
  width: size,
@@ -11993,7 +12177,7 @@ ListSm.defaultProps = {
11993
12177
  size: '16'
11994
12178
  };
11995
12179
 
11996
- var loadingCircleStyle$3W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12180
+ var loadingCircleStyle$3_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11997
12181
 
11998
12182
  var ArrayRowsSm = function ArrayRowsSm(props) {
11999
12183
  var color = props.color,
@@ -12006,7 +12190,7 @@ var ArrayRowsSm = function ArrayRowsSm(props) {
12006
12190
  return /*#__PURE__*/React.createElement("span", {
12007
12191
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12008
12192
  }, /*#__PURE__*/React.createElement("style", {
12009
- children: loadingCircleStyle$3W
12193
+ children: loadingCircleStyle$3_
12010
12194
  }), /*#__PURE__*/React.createElement("svg", _extends({
12011
12195
  xmlns: "http://www.w3.org/2000/svg",
12012
12196
  width: size,
@@ -12040,7 +12224,7 @@ ArrayRowsSm.defaultProps = {
12040
12224
  size: '16'
12041
12225
  };
12042
12226
 
12043
- var loadingCircleStyle$3X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12227
+ var loadingCircleStyle$3$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12044
12228
 
12045
12229
  var RowsSm = function RowsSm(props) {
12046
12230
  var color = props.color,
@@ -12053,7 +12237,7 @@ var RowsSm = function RowsSm(props) {
12053
12237
  return /*#__PURE__*/React.createElement("span", {
12054
12238
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12055
12239
  }, /*#__PURE__*/React.createElement("style", {
12056
- children: loadingCircleStyle$3X
12240
+ children: loadingCircleStyle$3$
12057
12241
  }), /*#__PURE__*/React.createElement("svg", _extends({
12058
12242
  xmlns: "http://www.w3.org/2000/svg",
12059
12243
  width: size,
@@ -12095,7 +12279,7 @@ RowsSm.defaultProps = {
12095
12279
  size: '16'
12096
12280
  };
12097
12281
 
12098
- var loadingCircleStyle$3Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12282
+ var loadingCircleStyle$40 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12099
12283
 
12100
12284
  var VPropertySm = function VPropertySm(props) {
12101
12285
  var color = props.color,
@@ -12108,7 +12292,7 @@ var VPropertySm = function VPropertySm(props) {
12108
12292
  return /*#__PURE__*/React.createElement("span", {
12109
12293
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12110
12294
  }, /*#__PURE__*/React.createElement("style", {
12111
- children: loadingCircleStyle$3Y
12295
+ children: loadingCircleStyle$40
12112
12296
  }), /*#__PURE__*/React.createElement("svg", _extends({
12113
12297
  xmlns: "http://www.w3.org/2000/svg",
12114
12298
  width: size,
@@ -12146,7 +12330,7 @@ VPropertySm.defaultProps = {
12146
12330
  size: '16'
12147
12331
  };
12148
12332
 
12149
- var loadingCircleStyle$3Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12333
+ var loadingCircleStyle$41 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12150
12334
 
12151
12335
  var StringSm = function StringSm(props) {
12152
12336
  var color = props.color,
@@ -12159,7 +12343,7 @@ var StringSm = function StringSm(props) {
12159
12343
  return /*#__PURE__*/React.createElement("span", {
12160
12344
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12161
12345
  }, /*#__PURE__*/React.createElement("style", {
12162
- children: loadingCircleStyle$3Z
12346
+ children: loadingCircleStyle$41
12163
12347
  }), /*#__PURE__*/React.createElement("svg", _extends({
12164
12348
  xmlns: "http://www.w3.org/2000/svg",
12165
12349
  width: size,
@@ -12193,7 +12377,7 @@ StringSm.defaultProps = {
12193
12377
  size: '16'
12194
12378
  };
12195
12379
 
12196
- var loadingCircleStyle$3_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12380
+ var loadingCircleStyle$42 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12197
12381
 
12198
12382
  var NumSm = function NumSm(props) {
12199
12383
  var color = props.color,
@@ -12206,7 +12390,7 @@ var NumSm = function NumSm(props) {
12206
12390
  return /*#__PURE__*/React.createElement("span", {
12207
12391
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12208
12392
  }, /*#__PURE__*/React.createElement("style", {
12209
- children: loadingCircleStyle$3_
12393
+ children: loadingCircleStyle$42
12210
12394
  }), /*#__PURE__*/React.createElement("svg", _extends({
12211
12395
  xmlns: "http://www.w3.org/2000/svg",
12212
12396
  width: size,
@@ -12240,7 +12424,7 @@ NumSm.defaultProps = {
12240
12424
  size: '16'
12241
12425
  };
12242
12426
 
12243
- var loadingCircleStyle$3$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12427
+ var loadingCircleStyle$43 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12244
12428
 
12245
12429
  var TimeSm = function TimeSm(props) {
12246
12430
  var color = props.color,
@@ -12253,7 +12437,7 @@ var TimeSm = function TimeSm(props) {
12253
12437
  return /*#__PURE__*/React.createElement("span", {
12254
12438
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12255
12439
  }, /*#__PURE__*/React.createElement("style", {
12256
- children: loadingCircleStyle$3$
12440
+ children: loadingCircleStyle$43
12257
12441
  }), /*#__PURE__*/React.createElement("svg", _extends({
12258
12442
  xmlns: "http://www.w3.org/2000/svg",
12259
12443
  width: size,
@@ -12287,7 +12471,7 @@ TimeSm.defaultProps = {
12287
12471
  size: '16'
12288
12472
  };
12289
12473
 
12290
- var loadingCircleStyle$40 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12474
+ var loadingCircleStyle$44 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12291
12475
 
12292
12476
  var ArrowLeft = function ArrowLeft(props) {
12293
12477
  var color = props.color,
@@ -12300,7 +12484,7 @@ var ArrowLeft = function ArrowLeft(props) {
12300
12484
  return /*#__PURE__*/React.createElement("span", {
12301
12485
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12302
12486
  }, /*#__PURE__*/React.createElement("style", {
12303
- children: loadingCircleStyle$40
12487
+ children: loadingCircleStyle$44
12304
12488
  }), /*#__PURE__*/React.createElement("svg", _extends({
12305
12489
  xmlns: "http://www.w3.org/2000/svg",
12306
12490
  width: size,
@@ -12332,7 +12516,7 @@ ArrowLeft.defaultProps = {
12332
12516
  size: '16'
12333
12517
  };
12334
12518
 
12335
- var loadingCircleStyle$41 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12519
+ var loadingCircleStyle$45 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12336
12520
 
12337
12521
  var ArrowRight = function ArrowRight(props) {
12338
12522
  var color = props.color,
@@ -12345,7 +12529,7 @@ var ArrowRight = function ArrowRight(props) {
12345
12529
  return /*#__PURE__*/React.createElement("span", {
12346
12530
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12347
12531
  }, /*#__PURE__*/React.createElement("style", {
12348
- children: loadingCircleStyle$41
12532
+ children: loadingCircleStyle$45
12349
12533
  }), /*#__PURE__*/React.createElement("svg", _extends({
12350
12534
  xmlns: "http://www.w3.org/2000/svg",
12351
12535
  width: size,
@@ -12377,7 +12561,7 @@ ArrowRight.defaultProps = {
12377
12561
  size: '16'
12378
12562
  };
12379
12563
 
12380
- var loadingCircleStyle$42 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12564
+ var loadingCircleStyle$46 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12381
12565
 
12382
12566
  var ArrowUp = function ArrowUp(props) {
12383
12567
  var color = props.color,
@@ -12390,7 +12574,7 @@ var ArrowUp = function ArrowUp(props) {
12390
12574
  return /*#__PURE__*/React.createElement("span", {
12391
12575
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12392
12576
  }, /*#__PURE__*/React.createElement("style", {
12393
- children: loadingCircleStyle$42
12577
+ children: loadingCircleStyle$46
12394
12578
  }), /*#__PURE__*/React.createElement("svg", _extends({
12395
12579
  xmlns: "http://www.w3.org/2000/svg",
12396
12580
  width: size,
@@ -12422,7 +12606,7 @@ ArrowUp.defaultProps = {
12422
12606
  size: '16'
12423
12607
  };
12424
12608
 
12425
- var loadingCircleStyle$43 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12609
+ var loadingCircleStyle$47 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12426
12610
 
12427
12611
  var ArrowDown = function ArrowDown(props) {
12428
12612
  var color = props.color,
@@ -12435,7 +12619,7 @@ var ArrowDown = function ArrowDown(props) {
12435
12619
  return /*#__PURE__*/React.createElement("span", {
12436
12620
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12437
12621
  }, /*#__PURE__*/React.createElement("style", {
12438
- children: loadingCircleStyle$43
12622
+ children: loadingCircleStyle$47
12439
12623
  }), /*#__PURE__*/React.createElement("svg", _extends({
12440
12624
  xmlns: "http://www.w3.org/2000/svg",
12441
12625
  width: size,
@@ -12467,7 +12651,7 @@ ArrowDown.defaultProps = {
12467
12651
  size: '16'
12468
12652
  };
12469
12653
 
12470
- var loadingCircleStyle$44 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12654
+ var loadingCircleStyle$48 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12471
12655
 
12472
12656
  var ArrowLeft2 = function ArrowLeft2(props) {
12473
12657
  var color = props.color,
@@ -12480,7 +12664,7 @@ var ArrowLeft2 = function ArrowLeft2(props) {
12480
12664
  return /*#__PURE__*/React.createElement("span", {
12481
12665
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12482
12666
  }, /*#__PURE__*/React.createElement("style", {
12483
- children: loadingCircleStyle$44
12667
+ children: loadingCircleStyle$48
12484
12668
  }), /*#__PURE__*/React.createElement("svg", _extends({
12485
12669
  xmlns: "http://www.w3.org/2000/svg",
12486
12670
  width: size,
@@ -12497,7 +12681,7 @@ var ArrowLeft2 = function ArrowLeft2(props) {
12497
12681
  cursor: 'pointer'
12498
12682
  })
12499
12683
  }), /*#__PURE__*/React.createElement("path", {
12500
- d: "M7.828 10.778H20v2H7.828l5.364 5.364-1.414 1.414L4 11.778 11.778 4l1.414 1.414-5.364 5.364z"
12684
+ d: "M13.143 4.418L11.723 3 3 11.736l8.722 8.764 1.423-1.415-6.367-6.397H21v-2.006H6.888l6.255-6.264z"
12501
12685
  })));
12502
12686
  };
12503
12687
 
@@ -12512,7 +12696,7 @@ ArrowLeft2.defaultProps = {
12512
12696
  size: '16'
12513
12697
  };
12514
12698
 
12515
- var loadingCircleStyle$45 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12699
+ var loadingCircleStyle$49 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12516
12700
 
12517
12701
  var ArrowRight2 = function ArrowRight2(props) {
12518
12702
  var color = props.color,
@@ -12525,7 +12709,7 @@ var ArrowRight2 = function ArrowRight2(props) {
12525
12709
  return /*#__PURE__*/React.createElement("span", {
12526
12710
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12527
12711
  }, /*#__PURE__*/React.createElement("style", {
12528
- children: loadingCircleStyle$45
12712
+ children: loadingCircleStyle$49
12529
12713
  }), /*#__PURE__*/React.createElement("svg", _extends({
12530
12714
  xmlns: "http://www.w3.org/2000/svg",
12531
12715
  width: size,
@@ -12542,7 +12726,7 @@ var ArrowRight2 = function ArrowRight2(props) {
12542
12726
  cursor: 'pointer'
12543
12727
  })
12544
12728
  }), /*#__PURE__*/React.createElement("path", {
12545
- d: "M16.172 10.778H4v2h12.172l-5.364 5.364 1.414 1.414L20 11.778 12.222 4l-1.414 1.414 5.364 5.364z"
12729
+ d: "M10.857 4.418L12.277 3 21 11.736 12.278 20.5l-1.423-1.415 6.367-6.397H3v-2.006h14.112l-6.255-6.264z"
12546
12730
  })));
12547
12731
  };
12548
12732
 
@@ -12557,7 +12741,7 @@ ArrowRight2.defaultProps = {
12557
12741
  size: '16'
12558
12742
  };
12559
12743
 
12560
- var loadingCircleStyle$46 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12744
+ var loadingCircleStyle$4a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12561
12745
 
12562
12746
  var ArrowUp2 = function ArrowUp2(props) {
12563
12747
  var color = props.color,
@@ -12570,7 +12754,7 @@ var ArrowUp2 = function ArrowUp2(props) {
12570
12754
  return /*#__PURE__*/React.createElement("span", {
12571
12755
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12572
12756
  }, /*#__PURE__*/React.createElement("style", {
12573
- children: loadingCircleStyle$46
12757
+ children: loadingCircleStyle$4a
12574
12758
  }), /*#__PURE__*/React.createElement("svg", _extends({
12575
12759
  xmlns: "http://www.w3.org/2000/svg",
12576
12760
  width: size,
@@ -12587,7 +12771,7 @@ var ArrowUp2 = function ArrowUp2(props) {
12587
12771
  cursor: 'pointer'
12588
12772
  })
12589
12773
  }), /*#__PURE__*/React.createElement("path", {
12590
- d: "M11 7.606v12.172h2V7.606l5.364 5.364 1.414-1.414L12 3.778l-7.778 7.778 1.414 1.414L11 7.606z"
12774
+ d: "M19.082 13.143l1.418-1.42L11.764 3 3 11.722l1.415 1.423 6.397-6.367V21h2.006V6.888l6.264 6.255z"
12591
12775
  })));
12592
12776
  };
12593
12777
 
@@ -12602,7 +12786,7 @@ ArrowUp2.defaultProps = {
12602
12786
  size: '16'
12603
12787
  };
12604
12788
 
12605
- var loadingCircleStyle$47 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12789
+ var loadingCircleStyle$4b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12606
12790
 
12607
12791
  var ArrowDown2 = function ArrowDown2(props) {
12608
12792
  var color = props.color,
@@ -12615,7 +12799,7 @@ var ArrowDown2 = function ArrowDown2(props) {
12615
12799
  return /*#__PURE__*/React.createElement("span", {
12616
12800
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12617
12801
  }, /*#__PURE__*/React.createElement("style", {
12618
- children: loadingCircleStyle$47
12802
+ children: loadingCircleStyle$4b
12619
12803
  }), /*#__PURE__*/React.createElement("svg", _extends({
12620
12804
  xmlns: "http://www.w3.org/2000/svg",
12621
12805
  width: size,
@@ -12632,7 +12816,7 @@ var ArrowDown2 = function ArrowDown2(props) {
12632
12816
  cursor: 'pointer'
12633
12817
  })
12634
12818
  }), /*#__PURE__*/React.createElement("path", {
12635
- d: "M13 15.95V3.778h-2V15.95l-5.364-5.364L4.222 12 12 19.778 19.778 12l-1.414-1.414L13 15.95z"
12819
+ d: "M19.082 10.857l1.418 1.42L11.764 21 3 12.278l1.415-1.423 6.397 6.367V3h2.006v14.112l6.264-6.255z"
12636
12820
  })));
12637
12821
  };
12638
12822
 
@@ -12647,7 +12831,7 @@ ArrowDown2.defaultProps = {
12647
12831
  size: '16'
12648
12832
  };
12649
12833
 
12650
- var loadingCircleStyle$48 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12834
+ var loadingCircleStyle$4c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12651
12835
 
12652
12836
  var TriLeft = function TriLeft(props) {
12653
12837
  var color = props.color,
@@ -12660,7 +12844,7 @@ var TriLeft = function TriLeft(props) {
12660
12844
  return /*#__PURE__*/React.createElement("span", {
12661
12845
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12662
12846
  }, /*#__PURE__*/React.createElement("style", {
12663
- children: loadingCircleStyle$48
12847
+ children: loadingCircleStyle$4c
12664
12848
  }), /*#__PURE__*/React.createElement("svg", _extends({
12665
12849
  xmlns: "http://www.w3.org/2000/svg",
12666
12850
  width: size,
@@ -12692,7 +12876,7 @@ TriLeft.defaultProps = {
12692
12876
  size: '16'
12693
12877
  };
12694
12878
 
12695
- var loadingCircleStyle$49 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12879
+ var loadingCircleStyle$4d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12696
12880
 
12697
12881
  var TriRight = function TriRight(props) {
12698
12882
  var color = props.color,
@@ -12705,7 +12889,7 @@ var TriRight = function TriRight(props) {
12705
12889
  return /*#__PURE__*/React.createElement("span", {
12706
12890
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12707
12891
  }, /*#__PURE__*/React.createElement("style", {
12708
- children: loadingCircleStyle$49
12892
+ children: loadingCircleStyle$4d
12709
12893
  }), /*#__PURE__*/React.createElement("svg", _extends({
12710
12894
  xmlns: "http://www.w3.org/2000/svg",
12711
12895
  width: size,
@@ -12737,7 +12921,7 @@ TriRight.defaultProps = {
12737
12921
  size: '16'
12738
12922
  };
12739
12923
 
12740
- var loadingCircleStyle$4a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12924
+ var loadingCircleStyle$4e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12741
12925
 
12742
12926
  var TriUp = function TriUp(props) {
12743
12927
  var color = props.color,
@@ -12750,7 +12934,7 @@ var TriUp = function TriUp(props) {
12750
12934
  return /*#__PURE__*/React.createElement("span", {
12751
12935
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12752
12936
  }, /*#__PURE__*/React.createElement("style", {
12753
- children: loadingCircleStyle$4a
12937
+ children: loadingCircleStyle$4e
12754
12938
  }), /*#__PURE__*/React.createElement("svg", _extends({
12755
12939
  xmlns: "http://www.w3.org/2000/svg",
12756
12940
  width: size,
@@ -12782,7 +12966,7 @@ TriUp.defaultProps = {
12782
12966
  size: '16'
12783
12967
  };
12784
12968
 
12785
- var loadingCircleStyle$4b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12969
+ var loadingCircleStyle$4f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12786
12970
 
12787
12971
  var TriDown = function TriDown(props) {
12788
12972
  var color = props.color,
@@ -12795,7 +12979,7 @@ var TriDown = function TriDown(props) {
12795
12979
  return /*#__PURE__*/React.createElement("span", {
12796
12980
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12797
12981
  }, /*#__PURE__*/React.createElement("style", {
12798
- children: loadingCircleStyle$4b
12982
+ children: loadingCircleStyle$4f
12799
12983
  }), /*#__PURE__*/React.createElement("svg", _extends({
12800
12984
  xmlns: "http://www.w3.org/2000/svg",
12801
12985
  width: size,
@@ -12827,7 +13011,7 @@ TriDown.defaultProps = {
12827
13011
  size: '16'
12828
13012
  };
12829
13013
 
12830
- var loadingCircleStyle$4c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13014
+ var loadingCircleStyle$4g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12831
13015
 
12832
13016
  var DArrowL = function DArrowL(props) {
12833
13017
  var color = props.color,
@@ -12840,7 +13024,7 @@ var DArrowL = function DArrowL(props) {
12840
13024
  return /*#__PURE__*/React.createElement("span", {
12841
13025
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12842
13026
  }, /*#__PURE__*/React.createElement("style", {
12843
- children: loadingCircleStyle$4c
13027
+ children: loadingCircleStyle$4g
12844
13028
  }), /*#__PURE__*/React.createElement("svg", _extends({
12845
13029
  xmlns: "http://www.w3.org/2000/svg",
12846
13030
  width: size,
@@ -12874,7 +13058,7 @@ DArrowL.defaultProps = {
12874
13058
  size: '16'
12875
13059
  };
12876
13060
 
12877
- var loadingCircleStyle$4d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13061
+ var loadingCircleStyle$4h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12878
13062
 
12879
13063
  var DArrowR = function DArrowR(props) {
12880
13064
  var color = props.color,
@@ -12887,7 +13071,7 @@ var DArrowR = function DArrowR(props) {
12887
13071
  return /*#__PURE__*/React.createElement("span", {
12888
13072
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12889
13073
  }, /*#__PURE__*/React.createElement("style", {
12890
- children: loadingCircleStyle$4d
13074
+ children: loadingCircleStyle$4h
12891
13075
  }), /*#__PURE__*/React.createElement("svg", _extends({
12892
13076
  xmlns: "http://www.w3.org/2000/svg",
12893
13077
  width: size,
@@ -12921,7 +13105,7 @@ DArrowR.defaultProps = {
12921
13105
  size: '16'
12922
13106
  };
12923
13107
 
12924
- var loadingCircleStyle$4e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13108
+ var loadingCircleStyle$4i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12925
13109
 
12926
13110
  var DArrowT = function DArrowT(props) {
12927
13111
  var color = props.color,
@@ -12934,7 +13118,7 @@ var DArrowT = function DArrowT(props) {
12934
13118
  return /*#__PURE__*/React.createElement("span", {
12935
13119
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12936
13120
  }, /*#__PURE__*/React.createElement("style", {
12937
- children: loadingCircleStyle$4e
13121
+ children: loadingCircleStyle$4i
12938
13122
  }), /*#__PURE__*/React.createElement("svg", _extends({
12939
13123
  xmlns: "http://www.w3.org/2000/svg",
12940
13124
  width: size,
@@ -12968,7 +13152,7 @@ DArrowT.defaultProps = {
12968
13152
  size: '16'
12969
13153
  };
12970
13154
 
12971
- var loadingCircleStyle$4f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13155
+ var loadingCircleStyle$4j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12972
13156
 
12973
13157
  var DArrowB = function DArrowB(props) {
12974
13158
  var color = props.color,
@@ -12981,7 +13165,7 @@ var DArrowB = function DArrowB(props) {
12981
13165
  return /*#__PURE__*/React.createElement("span", {
12982
13166
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12983
13167
  }, /*#__PURE__*/React.createElement("style", {
12984
- children: loadingCircleStyle$4f
13168
+ children: loadingCircleStyle$4j
12985
13169
  }), /*#__PURE__*/React.createElement("svg", _extends({
12986
13170
  xmlns: "http://www.w3.org/2000/svg",
12987
13171
  width: size,
@@ -13015,7 +13199,7 @@ DArrowB.defaultProps = {
13015
13199
  size: '16'
13016
13200
  };
13017
13201
 
13018
- var loadingCircleStyle$4g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13202
+ var loadingCircleStyle$4k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13019
13203
 
13020
13204
  var DropDown = function DropDown(props) {
13021
13205
  var color = props.color,
@@ -13028,7 +13212,7 @@ var DropDown = function DropDown(props) {
13028
13212
  return /*#__PURE__*/React.createElement("span", {
13029
13213
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13030
13214
  }, /*#__PURE__*/React.createElement("style", {
13031
- children: loadingCircleStyle$4g
13215
+ children: loadingCircleStyle$4k
13032
13216
  }), /*#__PURE__*/React.createElement("svg", _extends({
13033
13217
  xmlns: "http://www.w3.org/2000/svg",
13034
13218
  width: size,
@@ -13060,7 +13244,7 @@ DropDown.defaultProps = {
13060
13244
  size: '16'
13061
13245
  };
13062
13246
 
13063
- var loadingCircleStyle$4h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13247
+ var loadingCircleStyle$4l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13064
13248
 
13065
13249
  var DropUp = function DropUp(props) {
13066
13250
  var color = props.color,
@@ -13073,7 +13257,7 @@ var DropUp = function DropUp(props) {
13073
13257
  return /*#__PURE__*/React.createElement("span", {
13074
13258
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13075
13259
  }, /*#__PURE__*/React.createElement("style", {
13076
- children: loadingCircleStyle$4h
13260
+ children: loadingCircleStyle$4l
13077
13261
  }), /*#__PURE__*/React.createElement("svg", _extends({
13078
13262
  xmlns: "http://www.w3.org/2000/svg",
13079
13263
  width: size,
@@ -13105,7 +13289,7 @@ DropUp.defaultProps = {
13105
13289
  size: '16'
13106
13290
  };
13107
13291
 
13108
- var loadingCircleStyle$4i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13292
+ var loadingCircleStyle$4m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13109
13293
 
13110
13294
  var More1 = function More1(props) {
13111
13295
  var color = props.color,
@@ -13118,7 +13302,7 @@ var More1 = function More1(props) {
13118
13302
  return /*#__PURE__*/React.createElement("span", {
13119
13303
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13120
13304
  }, /*#__PURE__*/React.createElement("style", {
13121
- children: loadingCircleStyle$4i
13305
+ children: loadingCircleStyle$4m
13122
13306
  }), /*#__PURE__*/React.createElement("svg", _extends({
13123
13307
  xmlns: "http://www.w3.org/2000/svg",
13124
13308
  width: size,
@@ -13150,7 +13334,7 @@ More1.defaultProps = {
13150
13334
  size: '16'
13151
13335
  };
13152
13336
 
13153
- var loadingCircleStyle$4j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13337
+ var loadingCircleStyle$4n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13154
13338
 
13155
13339
  var More2 = function More2(props) {
13156
13340
  var color = props.color,
@@ -13163,7 +13347,7 @@ var More2 = function More2(props) {
13163
13347
  return /*#__PURE__*/React.createElement("span", {
13164
13348
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13165
13349
  }, /*#__PURE__*/React.createElement("style", {
13166
- children: loadingCircleStyle$4j
13350
+ children: loadingCircleStyle$4n
13167
13351
  }), /*#__PURE__*/React.createElement("svg", _extends({
13168
13352
  xmlns: "http://www.w3.org/2000/svg",
13169
13353
  width: size,
@@ -13195,7 +13379,7 @@ More2.defaultProps = {
13195
13379
  size: '16'
13196
13380
  };
13197
13381
 
13198
- var loadingCircleStyle$4k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13382
+ var loadingCircleStyle$4o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13199
13383
 
13200
13384
  var Drag = function Drag(props) {
13201
13385
  var color = props.color,
@@ -13208,7 +13392,7 @@ var Drag = function Drag(props) {
13208
13392
  return /*#__PURE__*/React.createElement("span", {
13209
13393
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13210
13394
  }, /*#__PURE__*/React.createElement("style", {
13211
- children: loadingCircleStyle$4k
13395
+ children: loadingCircleStyle$4o
13212
13396
  }), /*#__PURE__*/React.createElement("svg", _extends({
13213
13397
  xmlns: "http://www.w3.org/2000/svg",
13214
13398
  width: size,
@@ -13250,7 +13434,7 @@ Drag.defaultProps = {
13250
13434
  size: '16'
13251
13435
  };
13252
13436
 
13253
- var loadingCircleStyle$4l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13437
+ var loadingCircleStyle$4p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13254
13438
 
13255
13439
  var Drag2 = function Drag2(props) {
13256
13440
  var color = props.color,
@@ -13263,7 +13447,7 @@ var Drag2 = function Drag2(props) {
13263
13447
  return /*#__PURE__*/React.createElement("span", {
13264
13448
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13265
13449
  }, /*#__PURE__*/React.createElement("style", {
13266
- children: loadingCircleStyle$4l
13450
+ children: loadingCircleStyle$4p
13267
13451
  }), /*#__PURE__*/React.createElement("svg", _extends({
13268
13452
  xmlns: "http://www.w3.org/2000/svg",
13269
13453
  width: size,
@@ -13299,7 +13483,7 @@ Drag2.defaultProps = {
13299
13483
  size: '16'
13300
13484
  };
13301
13485
 
13302
- var loadingCircleStyle$4m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13486
+ var loadingCircleStyle$4q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13303
13487
 
13304
13488
  var External = function External(props) {
13305
13489
  var color = props.color,
@@ -13312,7 +13496,7 @@ var External = function External(props) {
13312
13496
  return /*#__PURE__*/React.createElement("span", {
13313
13497
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13314
13498
  }, /*#__PURE__*/React.createElement("style", {
13315
- children: loadingCircleStyle$4m
13499
+ children: loadingCircleStyle$4q
13316
13500
  }), /*#__PURE__*/React.createElement("svg", _extends({
13317
13501
  xmlns: "http://www.w3.org/2000/svg",
13318
13502
  width: size,
@@ -13344,7 +13528,7 @@ External.defaultProps = {
13344
13528
  size: '16'
13345
13529
  };
13346
13530
 
13347
- var loadingCircleStyle$4n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13531
+ var loadingCircleStyle$4r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13348
13532
 
13349
13533
  var DisplayS = function DisplayS(props) {
13350
13534
  var color = props.color,
@@ -13357,7 +13541,7 @@ var DisplayS = function DisplayS(props) {
13357
13541
  return /*#__PURE__*/React.createElement("span", {
13358
13542
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13359
13543
  }, /*#__PURE__*/React.createElement("style", {
13360
- children: loadingCircleStyle$4n
13544
+ children: loadingCircleStyle$4r
13361
13545
  }), /*#__PURE__*/React.createElement("svg", _extends({
13362
13546
  xmlns: "http://www.w3.org/2000/svg",
13363
13547
  width: size,
@@ -13391,7 +13575,7 @@ DisplayS.defaultProps = {
13391
13575
  size: '16'
13392
13576
  };
13393
13577
 
13394
- var loadingCircleStyle$4o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13578
+ var loadingCircleStyle$4s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13395
13579
 
13396
13580
  var Share = function Share(props) {
13397
13581
  var color = props.color,
@@ -13404,7 +13588,7 @@ var Share = function Share(props) {
13404
13588
  return /*#__PURE__*/React.createElement("span", {
13405
13589
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13406
13590
  }, /*#__PURE__*/React.createElement("style", {
13407
- children: loadingCircleStyle$4o
13591
+ children: loadingCircleStyle$4s
13408
13592
  }), /*#__PURE__*/React.createElement("svg", _extends({
13409
13593
  xmlns: "http://www.w3.org/2000/svg",
13410
13594
  width: size,
@@ -13436,50 +13620,4 @@ Share.defaultProps = {
13436
13620
  size: '16'
13437
13621
  };
13438
13622
 
13439
- var loadingCircleStyle$4p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13440
-
13441
- var Placeholder = function Placeholder(props) {
13442
- var color = props.color,
13443
- size = props.size,
13444
- spin = props.spin,
13445
- style = props.style,
13446
- className = props.className,
13447
- otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className"]);
13448
-
13449
- return /*#__PURE__*/React.createElement("span", {
13450
- className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13451
- }, /*#__PURE__*/React.createElement("style", {
13452
- children: loadingCircleStyle$4p
13453
- }), /*#__PURE__*/React.createElement("svg", _extends({
13454
- xmlns: "http://www.w3.org/2000/svg",
13455
- width: size,
13456
- height: size,
13457
- viewBox: "0 0 24 24",
13458
- fill: color
13459
- }, otherProps, {
13460
- style: _objectSpread2(_objectSpread2(_objectSpread2({}, style), spin ? {
13461
- animationDuration: '1s',
13462
- animationIterationCount: 'infinite',
13463
- animationName: 'loadingCircle',
13464
- animationTimingFunction: 'linear'
13465
- } : {}), {}, {
13466
- cursor: 'pointer'
13467
- })
13468
- }), /*#__PURE__*/React.createElement("rect", {
13469
- width: "24",
13470
- height: "24"
13471
- })));
13472
- };
13473
-
13474
- Placeholder.propTypes = {
13475
- spin: PropTypes.bool,
13476
- color: PropTypes.string,
13477
- size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
13478
- };
13479
- Placeholder.defaultProps = {
13480
- spin: false,
13481
- color: 'currentColor',
13482
- size: '16'
13483
- };
13484
-
13485
- export { Add1 as TaAdd1, Add2 as TaAdd2, Add3 as TaAdd3, Add3Fill as TaAdd3Fill, Alert as TaAlert, AllGroupSm as TaAllGroupSm, Analysis as TaAnalysis, Anchor as TaAnchor, Application as TaApplication, ArrayRowsSm as TaArrayRowsSm, ArrowDown as TaArrowDown, ArrowDown2 as TaArrowDown2, ArrowLeft as TaArrowLeft, ArrowLeft2 as TaArrowLeft2, ArrowLeftDown as TaArrowLeftDown, ArrowRight as TaArrowRight, ArrowRight2 as TaArrowRight2, ArrowUp as TaArrowUp, ArrowUp2 as TaArrowUp2, Ascent as TaAscent, Attribution as TaAttribution, Backup as TaBackup, Bell as TaBell, Book as TaBook, Book2 as TaBook2, Bookmark as TaBookmark, Bookmark2 as TaBookmark2, BooleanSm as TaBooleanSm, Calendar as TaCalendar, CalendarSm as TaCalendarSm, Card as TaCard, Cellphone as TaCellphone, ChartBar as TaChartBar, ChartBarTable as TaChartBarTable, ChartCombinedTable as TaChartCombinedTable, ChartComplex as TaChartComplex, ChartCum as TaChartCum, ChartDNRe as TaChartDNRe, ChartDRe as TaChartDRe, ChartDistTable as TaChartDistTable, ChartFieldlist as TaChartFieldlist, ChartFunnel as TaChartFunnel, ChartHistogram as TaChartHistogram, ChartInterval as TaChartInterval, ChartLine as TaChartLine, ChartLineTable as TaChartLineTable, ChartPie as TaChartPie, ChartSqltable as TaChartSqltable, ChartStack as TaChartStack, ChartStackPerc as TaChartStackPerc, ChartStackn as TaChartStackn, ChartTable as TaChartTable, Clock as TaClock, Close as TaClose, Code as TaCode, Comment as TaComment, Config as TaConfig, 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, Landscape as TaLandscape, Language as TaLanguage, Link as TaLink, List as TaList, ListNested as TaListNested, ListSm as TaListSm, Live as TaLive, Location as TaLocation, LockClose as TaLockClose, LockCloseFill as TaLockCloseFill, LockOpen as TaLockOpen, LockOpenFill as TaLockOpenFill, LogoCurrencylayerCl as TaLogoCurrencylayerCl, LogoDingdingCl as TaLogoDingdingCl, LogoDingdingGray as TaLogoDingdingGray, LogoFeishuCl as TaLogoFeishuCl, LogoKingCl as TaLogoKingCl, LogoWechatCl as TaLogoWechatCl, LogoWechatGray as TaLogoWechatGray, LogoWecomCl as TaLogoWecomCl, LogoWecomGray as TaLogoWecomGray, Logout as TaLogout, MDistribution as TaMDistribution, MEvent as TaMEvent, MFlow as TaMFlow, MFunnel as TaMFunnel, MInterval as TaMInterval, MProperty as TaMProperty, MRetention as TaMRetention, MSql as TaMSql, MenuFold as TaMenuFold, MenuUnfold as TaMenuUnfold, MessageCenter as TaMessageCenter, Mfa as TaMfa, More1 as TaMore1, More2 as TaMore2, NumSm as TaNumSm, OperatorBigger as TaOperatorBigger, OperatorDivide as TaOperatorDivide, OperatorEqual as TaOperatorEqual, OperatorFalse as TaOperatorFalse, OperatorHasValue as TaOperatorHasValue, OperatorInclude as TaOperatorInclude, OperatorInside as TaOperatorInside, OperatorLess as TaOperatorLess, OperatorNoBigger as TaOperatorNoBigger, OperatorNoLess as TaOperatorNoLess, OperatorNoRegex as TaOperatorNoRegex, OperatorNoValue as TaOperatorNoValue, OperatorNotInclude as TaOperatorNotInclude, OperatorRegex as TaOperatorRegex, OperatorTrue as TaOperatorTrue, OperatorUnequal as TaOperatorUnequal, ParallelFilter as TaParallelFilter, Parameter as TaParameter, Password as TaPassword, Pattern as TaPattern, Placeholder as TaPlaceholder, Play as TaPlay, Plug as TaPlug, Private as TaPrivate, Processing as TaProcessing, Processing2 as TaProcessing2, Project as TaProject, ProjectMgr as TaProjectMgr, RelatedProp as TaRelatedProp, Report as TaReport, ReportRemoval as TaReportRemoval, ResetPassword as TaResetPassword, Result as TaResult, RowsSm as TaRowsSm, SSpace as TaSSpace, Save as TaSave, Search as TaSearch, Send as TaSend, Server as TaServer, Setting as TaSetting, Share as TaShare, ShieldCheck as TaShieldCheck, ShieldCross as TaShieldCross, ShieldKeyhole as TaShieldKeyhole, Shop as TaShop, ShopFill as TaShopFill, Sort as TaSort, SortA2z as TaSortA2z, SortDrop as TaSortDrop, SortRise as TaSortRise, SortZ2a as TaSortZ2a, Space as TaSpace, SpaceOpen as TaSpaceOpen, Speed as TaSpeed, Split as TaSplit, Sql1 as TaSql1, Sql2 as TaSql2, Sql3 as TaSql3, StarFill as TaStarFill, StarOutline as TaStarOutline, Sticker as TaSticker, StickerFill as TaStickerFill, StringSm as TaStringSm, Subtract as TaSubtract, Subtract2 as TaSubtract2, Success as TaSuccess, SuccessFill as TaSuccessFill, SwapFill as TaSwapFill, SystemMgr as TaSystemMgr, SystemMsg as TaSystemMsg, TA2b as TaTA2b, TX2y as TaTX2y, Table1dtable as TaTable1dtable, TdLogo as TaTdLogo, TimeLock as TaTimeLock, TimeSm as TaTimeSm, Tracking as TaTracking, TriDown as TaTriDown, TriLeft as TaTriLeft, TriRight as TaTriRight, TriUp as TaTriUp, UGroup as TaUGroup, UGroupSm as TaUGroupSm, UPropMgr as TaUPropMgr, UPropertySm as TaUPropertySm, UTag as TaUTag, UTagSm as TaUTagSm, Unlink as TaUnlink, 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 };
13623
+ export { Add1 as TaAdd1, Add2 as TaAdd2, Add3 as TaAdd3, Add3Fill as TaAdd3Fill, Alert as TaAlert, AllGroupSm as TaAllGroupSm, Analysis as TaAnalysis, Anchor as TaAnchor, Application as TaApplication, ArrayRowsSm as TaArrayRowsSm, ArrowDown as TaArrowDown, ArrowDown2 as TaArrowDown2, ArrowLeft as TaArrowLeft, ArrowLeft2 as TaArrowLeft2, ArrowLeftDown as TaArrowLeftDown, ArrowRight as TaArrowRight, ArrowRight2 as TaArrowRight2, ArrowUp as TaArrowUp, ArrowUp2 as TaArrowUp2, Ascent as TaAscent, Attribution as TaAttribution, Backup as TaBackup, Bell as TaBell, Book as TaBook, Book2 as TaBook2, Bookmark as TaBookmark, Bookmark2 as TaBookmark2, BooleanSm as TaBooleanSm, Calendar as TaCalendar, CalendarSm as TaCalendarSm, Card as TaCard, Cellphone as TaCellphone, ChartBar as TaChartBar, ChartBarTable as TaChartBarTable, ChartCombinedTable as TaChartCombinedTable, ChartComplex as TaChartComplex, ChartCum as TaChartCum, ChartDNRe as TaChartDNRe, ChartDRe as TaChartDRe, ChartDistTable as TaChartDistTable, ChartFieldlist as TaChartFieldlist, ChartFunnel as TaChartFunnel, ChartHistogram as TaChartHistogram, ChartInterval as TaChartInterval, ChartLine as TaChartLine, ChartLineTable as TaChartLineTable, ChartPie as TaChartPie, ChartSqltable as TaChartSqltable, ChartStack as TaChartStack, ChartStackPerc as TaChartStackPerc, ChartStackn as TaChartStackn, ChartTable as TaChartTable, Clock as TaClock, Close as TaClose, Code as TaCode, Comment as TaComment, Config as TaConfig, Contrast as TaContrast, Copy as TaCopy, Copy2 as TaCopy2, Cost as TaCost, Currency as TaCurrency, CustomPartition as TaCustomPartition, DArrowB as TaDArrowB, DArrowL as TaDArrowL, DArrowR as TaDArrowR, DArrowT as TaDArrowT, Dashboard as TaDashboard, DashboardMgr as TaDashboardMgr, Debug as TaDebug, Delete1 as TaDelete1, Delete2 as TaDelete2, Delete2Fill as TaDelete2Fill, Demo as TaDemo, Descent as TaDescent, Desktop as TaDesktop, Detail as TaDetail, DisplayS as TaDisplayS, Done as TaDone, Dot as TaDot, DoubleList as TaDoubleList, Download as TaDownload, Drag as TaDrag, Drag2 as TaDrag2, DropDown as TaDropDown, DropUp as TaDropUp, EPropertySm as TaEPropertySm, Earth as TaEarth, Edit as TaEdit, EditFill as TaEditFill, Education as TaEducation, EducationFill as TaEducationFill, Email as TaEmail, Error as TaError, Error2 as TaError2, Error2Fill as TaError2Fill, ErrorFill as TaErrorFill, EventMgr as TaEventMgr, EventPropMgr as TaEventPropMgr, EventSm as TaEventSm, EventTree as TaEventTree, Exchange as TaExchange, Export as TaExport, Exposure as TaExposure, Expression as TaExpression, Expression2 as TaExpression2, External as TaExternal, EyeOff as TaEyeOff, EyeOffFill as TaEyeOffFill, EyeOn as TaEyeOn, EyeOnFill as TaEyeOnFill, FileAdd as TaFileAdd, FileConvert as TaFileConvert, FileExport as TaFileExport, FileImport as TaFileImport, FileInfo as TaFileInfo, FileLock as TaFileLock, FileMove as TaFileMove, FilePdf as TaFilePdf, FileRemove as TaFileRemove, Filter as TaFilter, Filter2 as TaFilter2, FirstLast as TaFirstLast, Folder as TaFolder, FolderOpen as TaFolderOpen, Forewarning as TaForewarning, Format as TaFormat, FullDownload as TaFullDownload, Fullscreen as TaFullscreen, Game as TaGame, GameFill as TaGameFill, Gift as TaGift, Group as TaGroup, GroupA2b as TaGroupA2b, GroupAddFill as TaGroupAddFill, GroupAddSm as TaGroupAddSm, GroupFill as TaGroupFill, GroupFill2 as TaGroupFill2, Groups as TaGroups, Heart as TaHeart, Help as TaHelp, History as TaHistory, IdFreeze as TaIdFreeze, Import as TaImport, Index as TaIndex, Indicator as TaIndicator, Info as TaInfo, InfoFill as TaInfoFill, Landscape as TaLandscape, Language as TaLanguage, Link as TaLink, List as TaList, ListNested as TaListNested, ListSm as TaListSm, Live as TaLive, Location as TaLocation, LockClose as TaLockClose, LockCloseFill as TaLockCloseFill, LockOpen as TaLockOpen, LockOpenFill as TaLockOpenFill, LogoCurrencylayerCl as TaLogoCurrencylayerCl, LogoDingdingCl as TaLogoDingdingCl, LogoDingdingGray as TaLogoDingdingGray, LogoFeishuCl as TaLogoFeishuCl, LogoKingCl as TaLogoKingCl, LogoWechatCl as TaLogoWechatCl, LogoWechatGray as TaLogoWechatGray, LogoWecomCl as TaLogoWecomCl, LogoWecomGray as TaLogoWecomGray, Logout as TaLogout, MDistribution as TaMDistribution, MEvent as TaMEvent, MFlow as TaMFlow, MFunnel as TaMFunnel, MInterval as TaMInterval, MProperty as TaMProperty, MRetention as TaMRetention, MSql as TaMSql, MenuFold as TaMenuFold, MenuUnfold as TaMenuUnfold, MessageCenter as TaMessageCenter, Mfa as TaMfa, More1 as TaMore1, More2 as TaMore2, NumSm as TaNumSm, OperatorBigger as TaOperatorBigger, OperatorDivide as TaOperatorDivide, OperatorEqual as TaOperatorEqual, OperatorFalse as TaOperatorFalse, OperatorHasValue as TaOperatorHasValue, OperatorInclude as TaOperatorInclude, OperatorInside as TaOperatorInside, OperatorLess as TaOperatorLess, OperatorNoBigger as TaOperatorNoBigger, OperatorNoLess as TaOperatorNoLess, OperatorNoRegex as TaOperatorNoRegex, OperatorNoValue as TaOperatorNoValue, OperatorNotInclude as TaOperatorNotInclude, OperatorRegex as TaOperatorRegex, OperatorTrue as TaOperatorTrue, OperatorUnequal as TaOperatorUnequal, ParallelFilter as TaParallelFilter, Parameter as TaParameter, Password as TaPassword, Pattern as TaPattern, Play as TaPlay, Plug as TaPlug, Private as TaPrivate, Processing as TaProcessing, Processing2 as TaProcessing2, Project as TaProject, ProjectMgr as TaProjectMgr, RelatedProp as TaRelatedProp, Rename as TaRename, Report as TaReport, ReportRemoval as TaReportRemoval, ResetPassword as TaResetPassword, Result as TaResult, RowsSm as TaRowsSm, SSpace as TaSSpace, Save as TaSave, Search as TaSearch, Send as TaSend, Server as TaServer, Setting as TaSetting, Share as TaShare, ShieldCheck as TaShieldCheck, ShieldCross as TaShieldCross, ShieldKeyhole as TaShieldKeyhole, Shop as TaShop, ShopFill as TaShopFill, Sort as TaSort, SortA2z as TaSortA2z, SortDrop as TaSortDrop, SortRise as TaSortRise, SortZ2a as TaSortZ2a, Space as TaSpace, SpaceOpen as TaSpaceOpen, Speed as TaSpeed, Split as TaSplit, Sql1 as TaSql1, Sql2 as TaSql2, Sql3 as TaSql3, StarFill as TaStarFill, StarOutline as TaStarOutline, Sticker as TaSticker, StickerFill as TaStickerFill, StringSm as TaStringSm, Subtract as TaSubtract, Subtract2 as TaSubtract2, Success as TaSuccess, SuccessFill as TaSuccessFill, SwapFill as TaSwapFill, SystemMgr as TaSystemMgr, SystemMsg as TaSystemMsg, TA2b as TaTA2b, TX2y as TaTX2y, Table1dtable as TaTable1dtable, TdLogo as TaTdLogo, TimeLock as TaTimeLock, TimeSm as TaTimeSm, Tracking as TaTracking, TriDown as TaTriDown, TriLeft as TaTriLeft, TriRight as TaTriRight, TriUp as TaTriUp, UGroup as TaUGroup, UGroupSm as TaUGroupSm, UPropMgr as TaUPropMgr, UPropertySm as TaUPropertySm, UTag as TaUTag, UTagSm as TaUTagSm, Unlink as TaUnlink, Update as TaUpdate, UploadId as TaUploadId, Usb as TaUsb, User1 as TaUser1, User1Fill as TaUser1Fill, User2 as TaUser2, UserAddFill as TaUserAddFill, UserSettings as TaUserSettings, Usertag as TaUsertag, VProperty as TaVProperty, VPropertySm as TaVPropertySm, ViewOriginal as TaViewOriginal };