@tant/icons 1.0.27 → 1.0.38

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,7 @@ 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 }';
10600
10690
 
10601
10691
  var Update = function Update(props) {
10602
10692
  var color = props.color,
@@ -10609,7 +10699,7 @@ var Update = function Update(props) {
10609
10699
  return /*#__PURE__*/React.createElement("span", {
10610
10700
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10611
10701
  }, /*#__PURE__*/React.createElement("style", {
10612
- children: loadingCircleStyle$3t
10702
+ children: loadingCircleStyle$3v
10613
10703
  }), /*#__PURE__*/React.createElement("svg", _extends({
10614
10704
  xmlns: "http://www.w3.org/2000/svg",
10615
10705
  width: size,
@@ -10641,7 +10731,54 @@ Update.defaultProps = {
10641
10731
  size: '16'
10642
10732
  };
10643
10733
 
10644
- var loadingCircleStyle$3u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
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 }';
10645
10782
 
10646
10783
  var Report = function Report(props) {
10647
10784
  var color = props.color,
@@ -10654,7 +10791,7 @@ var Report = function Report(props) {
10654
10791
  return /*#__PURE__*/React.createElement("span", {
10655
10792
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10656
10793
  }, /*#__PURE__*/React.createElement("style", {
10657
- children: loadingCircleStyle$3u
10794
+ children: loadingCircleStyle$3x
10658
10795
  }), /*#__PURE__*/React.createElement("svg", _extends({
10659
10796
  xmlns: "http://www.w3.org/2000/svg",
10660
10797
  width: size,
@@ -10686,7 +10823,7 @@ Report.defaultProps = {
10686
10823
  size: '16'
10687
10824
  };
10688
10825
 
10689
- var loadingCircleStyle$3v = '@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 }';
10690
10827
 
10691
10828
  var ReportRemoval = function ReportRemoval(props) {
10692
10829
  var color = props.color,
@@ -10699,7 +10836,7 @@ var ReportRemoval = function ReportRemoval(props) {
10699
10836
  return /*#__PURE__*/React.createElement("span", {
10700
10837
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10701
10838
  }, /*#__PURE__*/React.createElement("style", {
10702
- children: loadingCircleStyle$3v
10839
+ children: loadingCircleStyle$3y
10703
10840
  }), /*#__PURE__*/React.createElement("svg", _extends({
10704
10841
  xmlns: "http://www.w3.org/2000/svg",
10705
10842
  width: size,
@@ -10739,7 +10876,7 @@ ReportRemoval.defaultProps = {
10739
10876
  size: '16'
10740
10877
  };
10741
10878
 
10742
- var loadingCircleStyle$3w = '@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 }';
10743
10880
 
10744
10881
  var FileAdd = function FileAdd(props) {
10745
10882
  var color = props.color,
@@ -10752,7 +10889,7 @@ var FileAdd = function FileAdd(props) {
10752
10889
  return /*#__PURE__*/React.createElement("span", {
10753
10890
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10754
10891
  }, /*#__PURE__*/React.createElement("style", {
10755
- children: loadingCircleStyle$3w
10892
+ children: loadingCircleStyle$3z
10756
10893
  }), /*#__PURE__*/React.createElement("svg", _extends({
10757
10894
  xmlns: "http://www.w3.org/2000/svg",
10758
10895
  width: size,
@@ -10784,7 +10921,7 @@ FileAdd.defaultProps = {
10784
10921
  size: '16'
10785
10922
  };
10786
10923
 
10787
- var loadingCircleStyle$3x = '@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 }';
10788
10925
 
10789
10926
  var FileRemove = function FileRemove(props) {
10790
10927
  var color = props.color,
@@ -10797,7 +10934,7 @@ var FileRemove = function FileRemove(props) {
10797
10934
  return /*#__PURE__*/React.createElement("span", {
10798
10935
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10799
10936
  }, /*#__PURE__*/React.createElement("style", {
10800
- children: loadingCircleStyle$3x
10937
+ children: loadingCircleStyle$3A
10801
10938
  }), /*#__PURE__*/React.createElement("svg", _extends({
10802
10939
  xmlns: "http://www.w3.org/2000/svg",
10803
10940
  width: size,
@@ -10831,7 +10968,7 @@ FileRemove.defaultProps = {
10831
10968
  size: '16'
10832
10969
  };
10833
10970
 
10834
- var loadingCircleStyle$3y = '@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 }';
10835
10972
 
10836
10973
  var FileExport = function FileExport(props) {
10837
10974
  var color = props.color,
@@ -10844,7 +10981,7 @@ var FileExport = function FileExport(props) {
10844
10981
  return /*#__PURE__*/React.createElement("span", {
10845
10982
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10846
10983
  }, /*#__PURE__*/React.createElement("style", {
10847
- children: loadingCircleStyle$3y
10984
+ children: loadingCircleStyle$3B
10848
10985
  }), /*#__PURE__*/React.createElement("svg", _extends({
10849
10986
  xmlns: "http://www.w3.org/2000/svg",
10850
10987
  width: size,
@@ -10876,7 +11013,7 @@ FileExport.defaultProps = {
10876
11013
  size: '16'
10877
11014
  };
10878
11015
 
10879
- var loadingCircleStyle$3z = '@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 }';
10880
11017
 
10881
11018
  var FileMove = function FileMove(props) {
10882
11019
  var color = props.color,
@@ -10889,7 +11026,7 @@ var FileMove = function FileMove(props) {
10889
11026
  return /*#__PURE__*/React.createElement("span", {
10890
11027
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10891
11028
  }, /*#__PURE__*/React.createElement("style", {
10892
- children: loadingCircleStyle$3z
11029
+ children: loadingCircleStyle$3C
10893
11030
  }), /*#__PURE__*/React.createElement("svg", _extends({
10894
11031
  xmlns: "http://www.w3.org/2000/svg",
10895
11032
  width: size,
@@ -10921,7 +11058,7 @@ FileMove.defaultProps = {
10921
11058
  size: '16'
10922
11059
  };
10923
11060
 
10924
- var loadingCircleStyle$3A = '@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 }';
10925
11062
 
10926
11063
  var FileImport = function FileImport(props) {
10927
11064
  var color = props.color,
@@ -10934,7 +11071,7 @@ var FileImport = function FileImport(props) {
10934
11071
  return /*#__PURE__*/React.createElement("span", {
10935
11072
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10936
11073
  }, /*#__PURE__*/React.createElement("style", {
10937
- children: loadingCircleStyle$3A
11074
+ children: loadingCircleStyle$3D
10938
11075
  }), /*#__PURE__*/React.createElement("svg", _extends({
10939
11076
  xmlns: "http://www.w3.org/2000/svg",
10940
11077
  width: size,
@@ -10966,7 +11103,7 @@ FileImport.defaultProps = {
10966
11103
  size: '16'
10967
11104
  };
10968
11105
 
10969
- var loadingCircleStyle$3B = '@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 }';
10970
11107
 
10971
11108
  var FileInfo = function FileInfo(props) {
10972
11109
  var color = props.color,
@@ -10979,7 +11116,7 @@ var FileInfo = function FileInfo(props) {
10979
11116
  return /*#__PURE__*/React.createElement("span", {
10980
11117
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10981
11118
  }, /*#__PURE__*/React.createElement("style", {
10982
- children: loadingCircleStyle$3B
11119
+ children: loadingCircleStyle$3E
10983
11120
  }), /*#__PURE__*/React.createElement("svg", _extends({
10984
11121
  xmlns: "http://www.w3.org/2000/svg",
10985
11122
  width: size,
@@ -11011,7 +11148,7 @@ FileInfo.defaultProps = {
11011
11148
  size: '16'
11012
11149
  };
11013
11150
 
11014
- var loadingCircleStyle$3C = '@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 }';
11015
11152
 
11016
11153
  var FileConvert = function FileConvert(props) {
11017
11154
  var color = props.color,
@@ -11024,7 +11161,7 @@ var FileConvert = function FileConvert(props) {
11024
11161
  return /*#__PURE__*/React.createElement("span", {
11025
11162
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11026
11163
  }, /*#__PURE__*/React.createElement("style", {
11027
- children: loadingCircleStyle$3C
11164
+ children: loadingCircleStyle$3F
11028
11165
  }), /*#__PURE__*/React.createElement("svg", _extends({
11029
11166
  xmlns: "http://www.w3.org/2000/svg",
11030
11167
  width: size,
@@ -11062,7 +11199,7 @@ FileConvert.defaultProps = {
11062
11199
  size: '16'
11063
11200
  };
11064
11201
 
11065
- var loadingCircleStyle$3D = '@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 }';
11066
11203
 
11067
11204
  var FileLock = function FileLock(props) {
11068
11205
  var color = props.color,
@@ -11075,7 +11212,7 @@ var FileLock = function FileLock(props) {
11075
11212
  return /*#__PURE__*/React.createElement("span", {
11076
11213
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11077
11214
  }, /*#__PURE__*/React.createElement("style", {
11078
- children: loadingCircleStyle$3D
11215
+ children: loadingCircleStyle$3G
11079
11216
  }), /*#__PURE__*/React.createElement("svg", _extends({
11080
11217
  xmlns: "http://www.w3.org/2000/svg",
11081
11218
  width: size,
@@ -11107,7 +11244,7 @@ FileLock.defaultProps = {
11107
11244
  size: '16'
11108
11245
  };
11109
11246
 
11110
- var loadingCircleStyle$3E = '@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 }';
11111
11248
 
11112
11249
  var Detail = function Detail(props) {
11113
11250
  var color = props.color,
@@ -11120,7 +11257,7 @@ var Detail = function Detail(props) {
11120
11257
  return /*#__PURE__*/React.createElement("span", {
11121
11258
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11122
11259
  }, /*#__PURE__*/React.createElement("style", {
11123
- children: loadingCircleStyle$3E
11260
+ children: loadingCircleStyle$3H
11124
11261
  }), /*#__PURE__*/React.createElement("svg", _extends({
11125
11262
  xmlns: "http://www.w3.org/2000/svg",
11126
11263
  width: size,
@@ -11152,7 +11289,7 @@ Detail.defaultProps = {
11152
11289
  size: '16'
11153
11290
  };
11154
11291
 
11155
- var loadingCircleStyle$3F = '@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 }';
11156
11293
 
11157
11294
  var MessageCenter = function MessageCenter(props) {
11158
11295
  var color = props.color,
@@ -11165,7 +11302,7 @@ var MessageCenter = function MessageCenter(props) {
11165
11302
  return /*#__PURE__*/React.createElement("span", {
11166
11303
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11167
11304
  }, /*#__PURE__*/React.createElement("style", {
11168
- children: loadingCircleStyle$3F
11305
+ children: loadingCircleStyle$3I
11169
11306
  }), /*#__PURE__*/React.createElement("svg", _extends({
11170
11307
  xmlns: "http://www.w3.org/2000/svg",
11171
11308
  width: size,
@@ -11205,7 +11342,7 @@ MessageCenter.defaultProps = {
11205
11342
  size: '16'
11206
11343
  };
11207
11344
 
11208
- var loadingCircleStyle$3G = '@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 }';
11209
11346
 
11210
11347
  var SystemMsg = function SystemMsg(props) {
11211
11348
  var color = props.color,
@@ -11218,7 +11355,7 @@ var SystemMsg = function SystemMsg(props) {
11218
11355
  return /*#__PURE__*/React.createElement("span", {
11219
11356
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11220
11357
  }, /*#__PURE__*/React.createElement("style", {
11221
- children: loadingCircleStyle$3G
11358
+ children: loadingCircleStyle$3J
11222
11359
  }), /*#__PURE__*/React.createElement("svg", _extends({
11223
11360
  xmlns: "http://www.w3.org/2000/svg",
11224
11361
  width: size,
@@ -11256,7 +11393,7 @@ SystemMsg.defaultProps = {
11256
11393
  size: '16'
11257
11394
  };
11258
11395
 
11259
- var loadingCircleStyle$3H = '@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 }';
11260
11397
 
11261
11398
  var Comment = function Comment(props) {
11262
11399
  var color = props.color,
@@ -11269,7 +11406,7 @@ var Comment = function Comment(props) {
11269
11406
  return /*#__PURE__*/React.createElement("span", {
11270
11407
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11271
11408
  }, /*#__PURE__*/React.createElement("style", {
11272
- children: loadingCircleStyle$3H
11409
+ children: loadingCircleStyle$3K
11273
11410
  }), /*#__PURE__*/React.createElement("svg", _extends({
11274
11411
  xmlns: "http://www.w3.org/2000/svg",
11275
11412
  width: size,
@@ -11305,7 +11442,7 @@ Comment.defaultProps = {
11305
11442
  size: '16'
11306
11443
  };
11307
11444
 
11308
- var loadingCircleStyle$3I = '@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 }';
11309
11446
 
11310
11447
  var Book = function Book(props) {
11311
11448
  var color = props.color,
@@ -11318,7 +11455,7 @@ var Book = function Book(props) {
11318
11455
  return /*#__PURE__*/React.createElement("span", {
11319
11456
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11320
11457
  }, /*#__PURE__*/React.createElement("style", {
11321
- children: loadingCircleStyle$3I
11458
+ children: loadingCircleStyle$3L
11322
11459
  }), /*#__PURE__*/React.createElement("svg", _extends({
11323
11460
  xmlns: "http://www.w3.org/2000/svg",
11324
11461
  width: size,
@@ -11350,7 +11487,7 @@ Book.defaultProps = {
11350
11487
  size: '16'
11351
11488
  };
11352
11489
 
11353
- var loadingCircleStyle$3J = '@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 }';
11354
11491
 
11355
11492
  var Book2 = function Book2(props) {
11356
11493
  var color = props.color,
@@ -11363,7 +11500,7 @@ var Book2 = function Book2(props) {
11363
11500
  return /*#__PURE__*/React.createElement("span", {
11364
11501
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11365
11502
  }, /*#__PURE__*/React.createElement("style", {
11366
- children: loadingCircleStyle$3J
11503
+ children: loadingCircleStyle$3M
11367
11504
  }), /*#__PURE__*/React.createElement("svg", _extends({
11368
11505
  xmlns: "http://www.w3.org/2000/svg",
11369
11506
  width: size,
@@ -11395,7 +11532,7 @@ Book2.defaultProps = {
11395
11532
  size: '16'
11396
11533
  };
11397
11534
 
11398
- var loadingCircleStyle$3K = '@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 }';
11399
11536
 
11400
11537
  var FilePdf = function FilePdf(props) {
11401
11538
  var color = props.color,
@@ -11408,7 +11545,7 @@ var FilePdf = function FilePdf(props) {
11408
11545
  return /*#__PURE__*/React.createElement("span", {
11409
11546
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11410
11547
  }, /*#__PURE__*/React.createElement("style", {
11411
- children: loadingCircleStyle$3K
11548
+ children: loadingCircleStyle$3N
11412
11549
  }), /*#__PURE__*/React.createElement("svg", _extends({
11413
11550
  xmlns: "http://www.w3.org/2000/svg",
11414
11551
  width: size,
@@ -11440,7 +11577,7 @@ FilePdf.defaultProps = {
11440
11577
  size: '16'
11441
11578
  };
11442
11579
 
11443
- var loadingCircleStyle$3L = '@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 }';
11444
11581
 
11445
11582
  var Sticker = function Sticker(props) {
11446
11583
  var color = props.color,
@@ -11453,7 +11590,7 @@ var Sticker = function Sticker(props) {
11453
11590
  return /*#__PURE__*/React.createElement("span", {
11454
11591
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11455
11592
  }, /*#__PURE__*/React.createElement("style", {
11456
- children: loadingCircleStyle$3L
11593
+ children: loadingCircleStyle$3O
11457
11594
  }), /*#__PURE__*/React.createElement("svg", _extends({
11458
11595
  xmlns: "http://www.w3.org/2000/svg",
11459
11596
  width: size,
@@ -11485,7 +11622,7 @@ Sticker.defaultProps = {
11485
11622
  size: '16'
11486
11623
  };
11487
11624
 
11488
- var loadingCircleStyle$3M = '@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 }';
11489
11626
 
11490
11627
  var StickerFill = function StickerFill(props) {
11491
11628
  var color = props.color,
@@ -11498,7 +11635,7 @@ var StickerFill = function StickerFill(props) {
11498
11635
  return /*#__PURE__*/React.createElement("span", {
11499
11636
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11500
11637
  }, /*#__PURE__*/React.createElement("style", {
11501
- children: loadingCircleStyle$3M
11638
+ children: loadingCircleStyle$3P
11502
11639
  }), /*#__PURE__*/React.createElement("svg", _extends({
11503
11640
  xmlns: "http://www.w3.org/2000/svg",
11504
11641
  width: size,
@@ -11530,7 +11667,7 @@ StickerFill.defaultProps = {
11530
11667
  size: '16'
11531
11668
  };
11532
11669
 
11533
- var loadingCircleStyle$3N = '@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 }';
11534
11671
 
11535
11672
  var EventSm = function EventSm(props) {
11536
11673
  var color = props.color,
@@ -11543,7 +11680,7 @@ var EventSm = function EventSm(props) {
11543
11680
  return /*#__PURE__*/React.createElement("span", {
11544
11681
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11545
11682
  }, /*#__PURE__*/React.createElement("style", {
11546
- children: loadingCircleStyle$3N
11683
+ children: loadingCircleStyle$3Q
11547
11684
  }), /*#__PURE__*/React.createElement("svg", _extends({
11548
11685
  xmlns: "http://www.w3.org/2000/svg",
11549
11686
  width: size,
@@ -11575,7 +11712,7 @@ EventSm.defaultProps = {
11575
11712
  size: '16'
11576
11713
  };
11577
11714
 
11578
- var loadingCircleStyle$3O = '@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 }';
11579
11716
 
11580
11717
  var EPropertySm = function EPropertySm(props) {
11581
11718
  var color = props.color,
@@ -11588,7 +11725,7 @@ var EPropertySm = function EPropertySm(props) {
11588
11725
  return /*#__PURE__*/React.createElement("span", {
11589
11726
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11590
11727
  }, /*#__PURE__*/React.createElement("style", {
11591
- children: loadingCircleStyle$3O
11728
+ children: loadingCircleStyle$3R
11592
11729
  }), /*#__PURE__*/React.createElement("svg", _extends({
11593
11730
  xmlns: "http://www.w3.org/2000/svg",
11594
11731
  width: size,
@@ -11628,7 +11765,7 @@ EPropertySm.defaultProps = {
11628
11765
  size: '16'
11629
11766
  };
11630
11767
 
11631
- var loadingCircleStyle$3P = '@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 }';
11632
11769
 
11633
11770
  var UPropertySm = function UPropertySm(props) {
11634
11771
  var color = props.color,
@@ -11641,7 +11778,7 @@ var UPropertySm = function UPropertySm(props) {
11641
11778
  return /*#__PURE__*/React.createElement("span", {
11642
11779
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11643
11780
  }, /*#__PURE__*/React.createElement("style", {
11644
- children: loadingCircleStyle$3P
11781
+ children: loadingCircleStyle$3S
11645
11782
  }), /*#__PURE__*/React.createElement("svg", _extends({
11646
11783
  xmlns: "http://www.w3.org/2000/svg",
11647
11784
  width: size,
@@ -11658,15 +11795,17 @@ var UPropertySm = function UPropertySm(props) {
11658
11795
  cursor: 'pointer'
11659
11796
  })
11660
11797
  }), /*#__PURE__*/React.createElement("path", {
11661
- d: "M9 4h3v1H9V4z"
11662
- }), /*#__PURE__*/React.createElement("path", {
11663
- 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"
11664
11801
  }), /*#__PURE__*/React.createElement("path", {
11665
- 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"
11666
11805
  }), /*#__PURE__*/React.createElement("path", {
11667
- 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"
11668
11807
  }), /*#__PURE__*/React.createElement("path", {
11669
- 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"
11670
11809
  })));
11671
11810
  };
11672
11811
 
@@ -11681,7 +11820,7 @@ UPropertySm.defaultProps = {
11681
11820
  size: '16'
11682
11821
  };
11683
11822
 
11684
- var loadingCircleStyle$3Q = '@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 }';
11685
11824
 
11686
11825
  var UGroupSm = function UGroupSm(props) {
11687
11826
  var color = props.color,
@@ -11694,7 +11833,7 @@ var UGroupSm = function UGroupSm(props) {
11694
11833
  return /*#__PURE__*/React.createElement("span", {
11695
11834
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11696
11835
  }, /*#__PURE__*/React.createElement("style", {
11697
- children: loadingCircleStyle$3Q
11836
+ children: loadingCircleStyle$3T
11698
11837
  }), /*#__PURE__*/React.createElement("svg", _extends({
11699
11838
  xmlns: "http://www.w3.org/2000/svg",
11700
11839
  width: size,
@@ -11740,7 +11879,7 @@ UGroupSm.defaultProps = {
11740
11879
  size: '16'
11741
11880
  };
11742
11881
 
11743
- var loadingCircleStyle$3R = '@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 }';
11744
11883
 
11745
11884
  var UTagSm = function UTagSm(props) {
11746
11885
  var color = props.color,
@@ -11753,7 +11892,7 @@ var UTagSm = function UTagSm(props) {
11753
11892
  return /*#__PURE__*/React.createElement("span", {
11754
11893
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11755
11894
  }, /*#__PURE__*/React.createElement("style", {
11756
- children: loadingCircleStyle$3R
11895
+ children: loadingCircleStyle$3U
11757
11896
  }), /*#__PURE__*/React.createElement("svg", _extends({
11758
11897
  xmlns: "http://www.w3.org/2000/svg",
11759
11898
  width: size,
@@ -11789,7 +11928,7 @@ UTagSm.defaultProps = {
11789
11928
  size: '16'
11790
11929
  };
11791
11930
 
11792
- var loadingCircleStyle$3S = '@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 }';
11793
11932
 
11794
11933
  var AllGroupSm = function AllGroupSm(props) {
11795
11934
  var color = props.color,
@@ -11802,7 +11941,7 @@ var AllGroupSm = function AllGroupSm(props) {
11802
11941
  return /*#__PURE__*/React.createElement("span", {
11803
11942
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11804
11943
  }, /*#__PURE__*/React.createElement("style", {
11805
- children: loadingCircleStyle$3S
11944
+ children: loadingCircleStyle$3V
11806
11945
  }), /*#__PURE__*/React.createElement("svg", _extends({
11807
11946
  xmlns: "http://www.w3.org/2000/svg",
11808
11947
  width: size,
@@ -11840,7 +11979,7 @@ AllGroupSm.defaultProps = {
11840
11979
  size: '16'
11841
11980
  };
11842
11981
 
11843
- var loadingCircleStyle$3T = '@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 }';
11844
11983
 
11845
11984
  var CalendarSm = function CalendarSm(props) {
11846
11985
  var color = props.color,
@@ -11853,7 +11992,7 @@ var CalendarSm = function CalendarSm(props) {
11853
11992
  return /*#__PURE__*/React.createElement("span", {
11854
11993
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11855
11994
  }, /*#__PURE__*/React.createElement("style", {
11856
- children: loadingCircleStyle$3T
11995
+ children: loadingCircleStyle$3W
11857
11996
  }), /*#__PURE__*/React.createElement("svg", _extends({
11858
11997
  xmlns: "http://www.w3.org/2000/svg",
11859
11998
  width: size,
@@ -11885,7 +12024,7 @@ CalendarSm.defaultProps = {
11885
12024
  size: '16'
11886
12025
  };
11887
12026
 
11888
- var loadingCircleStyle$3U = '@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 }';
11889
12028
 
11890
12029
  var GroupAddSm = function GroupAddSm(props) {
11891
12030
  var color = props.color,
@@ -11898,7 +12037,7 @@ var GroupAddSm = function GroupAddSm(props) {
11898
12037
  return /*#__PURE__*/React.createElement("span", {
11899
12038
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11900
12039
  }, /*#__PURE__*/React.createElement("style", {
11901
- children: loadingCircleStyle$3U
12040
+ children: loadingCircleStyle$3X
11902
12041
  }), /*#__PURE__*/React.createElement("svg", _extends({
11903
12042
  xmlns: "http://www.w3.org/2000/svg",
11904
12043
  width: size,
@@ -11936,7 +12075,7 @@ GroupAddSm.defaultProps = {
11936
12075
  size: '16'
11937
12076
  };
11938
12077
 
11939
- var loadingCircleStyle$3V = '@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 }';
11940
12079
 
11941
12080
  var BooleanSm = function BooleanSm(props) {
11942
12081
  var color = props.color,
@@ -11949,7 +12088,7 @@ var BooleanSm = function BooleanSm(props) {
11949
12088
  return /*#__PURE__*/React.createElement("span", {
11950
12089
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11951
12090
  }, /*#__PURE__*/React.createElement("style", {
11952
- children: loadingCircleStyle$3V
12091
+ children: loadingCircleStyle$3Y
11953
12092
  }), /*#__PURE__*/React.createElement("svg", _extends({
11954
12093
  xmlns: "http://www.w3.org/2000/svg",
11955
12094
  width: size,
@@ -11983,7 +12122,7 @@ BooleanSm.defaultProps = {
11983
12122
  size: '16'
11984
12123
  };
11985
12124
 
11986
- var loadingCircleStyle$3W = '@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 }';
11987
12126
 
11988
12127
  var ListSm = function ListSm(props) {
11989
12128
  var color = props.color,
@@ -11996,7 +12135,7 @@ var ListSm = function ListSm(props) {
11996
12135
  return /*#__PURE__*/React.createElement("span", {
11997
12136
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11998
12137
  }, /*#__PURE__*/React.createElement("style", {
11999
- children: loadingCircleStyle$3W
12138
+ children: loadingCircleStyle$3Z
12000
12139
  }), /*#__PURE__*/React.createElement("svg", _extends({
12001
12140
  xmlns: "http://www.w3.org/2000/svg",
12002
12141
  width: size,
@@ -12038,7 +12177,7 @@ ListSm.defaultProps = {
12038
12177
  size: '16'
12039
12178
  };
12040
12179
 
12041
- var loadingCircleStyle$3X = '@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 }';
12042
12181
 
12043
12182
  var ArrayRowsSm = function ArrayRowsSm(props) {
12044
12183
  var color = props.color,
@@ -12051,7 +12190,7 @@ var ArrayRowsSm = function ArrayRowsSm(props) {
12051
12190
  return /*#__PURE__*/React.createElement("span", {
12052
12191
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12053
12192
  }, /*#__PURE__*/React.createElement("style", {
12054
- children: loadingCircleStyle$3X
12193
+ children: loadingCircleStyle$3_
12055
12194
  }), /*#__PURE__*/React.createElement("svg", _extends({
12056
12195
  xmlns: "http://www.w3.org/2000/svg",
12057
12196
  width: size,
@@ -12085,7 +12224,7 @@ ArrayRowsSm.defaultProps = {
12085
12224
  size: '16'
12086
12225
  };
12087
12226
 
12088
- var loadingCircleStyle$3Y = '@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 }';
12089
12228
 
12090
12229
  var RowsSm = function RowsSm(props) {
12091
12230
  var color = props.color,
@@ -12098,7 +12237,7 @@ var RowsSm = function RowsSm(props) {
12098
12237
  return /*#__PURE__*/React.createElement("span", {
12099
12238
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12100
12239
  }, /*#__PURE__*/React.createElement("style", {
12101
- children: loadingCircleStyle$3Y
12240
+ children: loadingCircleStyle$3$
12102
12241
  }), /*#__PURE__*/React.createElement("svg", _extends({
12103
12242
  xmlns: "http://www.w3.org/2000/svg",
12104
12243
  width: size,
@@ -12140,7 +12279,7 @@ RowsSm.defaultProps = {
12140
12279
  size: '16'
12141
12280
  };
12142
12281
 
12143
- var loadingCircleStyle$3Z = '@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 }';
12144
12283
 
12145
12284
  var VPropertySm = function VPropertySm(props) {
12146
12285
  var color = props.color,
@@ -12153,7 +12292,7 @@ var VPropertySm = function VPropertySm(props) {
12153
12292
  return /*#__PURE__*/React.createElement("span", {
12154
12293
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12155
12294
  }, /*#__PURE__*/React.createElement("style", {
12156
- children: loadingCircleStyle$3Z
12295
+ children: loadingCircleStyle$40
12157
12296
  }), /*#__PURE__*/React.createElement("svg", _extends({
12158
12297
  xmlns: "http://www.w3.org/2000/svg",
12159
12298
  width: size,
@@ -12191,7 +12330,7 @@ VPropertySm.defaultProps = {
12191
12330
  size: '16'
12192
12331
  };
12193
12332
 
12194
- var loadingCircleStyle$3_ = '@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 }';
12195
12334
 
12196
12335
  var StringSm = function StringSm(props) {
12197
12336
  var color = props.color,
@@ -12204,7 +12343,7 @@ var StringSm = function StringSm(props) {
12204
12343
  return /*#__PURE__*/React.createElement("span", {
12205
12344
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12206
12345
  }, /*#__PURE__*/React.createElement("style", {
12207
- children: loadingCircleStyle$3_
12346
+ children: loadingCircleStyle$41
12208
12347
  }), /*#__PURE__*/React.createElement("svg", _extends({
12209
12348
  xmlns: "http://www.w3.org/2000/svg",
12210
12349
  width: size,
@@ -12238,7 +12377,7 @@ StringSm.defaultProps = {
12238
12377
  size: '16'
12239
12378
  };
12240
12379
 
12241
- 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 }';
12242
12381
 
12243
12382
  var NumSm = function NumSm(props) {
12244
12383
  var color = props.color,
@@ -12251,7 +12390,7 @@ var NumSm = function NumSm(props) {
12251
12390
  return /*#__PURE__*/React.createElement("span", {
12252
12391
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12253
12392
  }, /*#__PURE__*/React.createElement("style", {
12254
- children: loadingCircleStyle$3$
12393
+ children: loadingCircleStyle$42
12255
12394
  }), /*#__PURE__*/React.createElement("svg", _extends({
12256
12395
  xmlns: "http://www.w3.org/2000/svg",
12257
12396
  width: size,
@@ -12285,7 +12424,7 @@ NumSm.defaultProps = {
12285
12424
  size: '16'
12286
12425
  };
12287
12426
 
12288
- var loadingCircleStyle$40 = '@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 }';
12289
12428
 
12290
12429
  var TimeSm = function TimeSm(props) {
12291
12430
  var color = props.color,
@@ -12298,7 +12437,7 @@ var TimeSm = function TimeSm(props) {
12298
12437
  return /*#__PURE__*/React.createElement("span", {
12299
12438
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12300
12439
  }, /*#__PURE__*/React.createElement("style", {
12301
- children: loadingCircleStyle$40
12440
+ children: loadingCircleStyle$43
12302
12441
  }), /*#__PURE__*/React.createElement("svg", _extends({
12303
12442
  xmlns: "http://www.w3.org/2000/svg",
12304
12443
  width: size,
@@ -12332,7 +12471,7 @@ TimeSm.defaultProps = {
12332
12471
  size: '16'
12333
12472
  };
12334
12473
 
12335
- var loadingCircleStyle$41 = '@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 }';
12336
12475
 
12337
12476
  var ArrowLeft = function ArrowLeft(props) {
12338
12477
  var color = props.color,
@@ -12345,7 +12484,7 @@ var ArrowLeft = function ArrowLeft(props) {
12345
12484
  return /*#__PURE__*/React.createElement("span", {
12346
12485
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12347
12486
  }, /*#__PURE__*/React.createElement("style", {
12348
- children: loadingCircleStyle$41
12487
+ children: loadingCircleStyle$44
12349
12488
  }), /*#__PURE__*/React.createElement("svg", _extends({
12350
12489
  xmlns: "http://www.w3.org/2000/svg",
12351
12490
  width: size,
@@ -12377,7 +12516,7 @@ ArrowLeft.defaultProps = {
12377
12516
  size: '16'
12378
12517
  };
12379
12518
 
12380
- var loadingCircleStyle$42 = '@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 }';
12381
12520
 
12382
12521
  var ArrowRight = function ArrowRight(props) {
12383
12522
  var color = props.color,
@@ -12390,7 +12529,7 @@ var ArrowRight = function ArrowRight(props) {
12390
12529
  return /*#__PURE__*/React.createElement("span", {
12391
12530
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12392
12531
  }, /*#__PURE__*/React.createElement("style", {
12393
- children: loadingCircleStyle$42
12532
+ children: loadingCircleStyle$45
12394
12533
  }), /*#__PURE__*/React.createElement("svg", _extends({
12395
12534
  xmlns: "http://www.w3.org/2000/svg",
12396
12535
  width: size,
@@ -12422,7 +12561,7 @@ ArrowRight.defaultProps = {
12422
12561
  size: '16'
12423
12562
  };
12424
12563
 
12425
- var loadingCircleStyle$43 = '@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 }';
12426
12565
 
12427
12566
  var ArrowUp = function ArrowUp(props) {
12428
12567
  var color = props.color,
@@ -12435,7 +12574,7 @@ var ArrowUp = function ArrowUp(props) {
12435
12574
  return /*#__PURE__*/React.createElement("span", {
12436
12575
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12437
12576
  }, /*#__PURE__*/React.createElement("style", {
12438
- children: loadingCircleStyle$43
12577
+ children: loadingCircleStyle$46
12439
12578
  }), /*#__PURE__*/React.createElement("svg", _extends({
12440
12579
  xmlns: "http://www.w3.org/2000/svg",
12441
12580
  width: size,
@@ -12467,7 +12606,7 @@ ArrowUp.defaultProps = {
12467
12606
  size: '16'
12468
12607
  };
12469
12608
 
12470
- var loadingCircleStyle$44 = '@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 }';
12471
12610
 
12472
12611
  var ArrowDown = function ArrowDown(props) {
12473
12612
  var color = props.color,
@@ -12480,7 +12619,7 @@ var ArrowDown = function ArrowDown(props) {
12480
12619
  return /*#__PURE__*/React.createElement("span", {
12481
12620
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12482
12621
  }, /*#__PURE__*/React.createElement("style", {
12483
- children: loadingCircleStyle$44
12622
+ children: loadingCircleStyle$47
12484
12623
  }), /*#__PURE__*/React.createElement("svg", _extends({
12485
12624
  xmlns: "http://www.w3.org/2000/svg",
12486
12625
  width: size,
@@ -12512,7 +12651,7 @@ ArrowDown.defaultProps = {
12512
12651
  size: '16'
12513
12652
  };
12514
12653
 
12515
- var loadingCircleStyle$45 = '@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 }';
12516
12655
 
12517
12656
  var ArrowLeft2 = function ArrowLeft2(props) {
12518
12657
  var color = props.color,
@@ -12525,7 +12664,7 @@ var ArrowLeft2 = function ArrowLeft2(props) {
12525
12664
  return /*#__PURE__*/React.createElement("span", {
12526
12665
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12527
12666
  }, /*#__PURE__*/React.createElement("style", {
12528
- children: loadingCircleStyle$45
12667
+ children: loadingCircleStyle$48
12529
12668
  }), /*#__PURE__*/React.createElement("svg", _extends({
12530
12669
  xmlns: "http://www.w3.org/2000/svg",
12531
12670
  width: size,
@@ -12542,7 +12681,7 @@ var ArrowLeft2 = function ArrowLeft2(props) {
12542
12681
  cursor: 'pointer'
12543
12682
  })
12544
12683
  }), /*#__PURE__*/React.createElement("path", {
12545
- 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"
12546
12685
  })));
12547
12686
  };
12548
12687
 
@@ -12557,7 +12696,7 @@ ArrowLeft2.defaultProps = {
12557
12696
  size: '16'
12558
12697
  };
12559
12698
 
12560
- var loadingCircleStyle$46 = '@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 }';
12561
12700
 
12562
12701
  var ArrowRight2 = function ArrowRight2(props) {
12563
12702
  var color = props.color,
@@ -12570,7 +12709,7 @@ var ArrowRight2 = function ArrowRight2(props) {
12570
12709
  return /*#__PURE__*/React.createElement("span", {
12571
12710
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12572
12711
  }, /*#__PURE__*/React.createElement("style", {
12573
- children: loadingCircleStyle$46
12712
+ children: loadingCircleStyle$49
12574
12713
  }), /*#__PURE__*/React.createElement("svg", _extends({
12575
12714
  xmlns: "http://www.w3.org/2000/svg",
12576
12715
  width: size,
@@ -12587,7 +12726,7 @@ var ArrowRight2 = function ArrowRight2(props) {
12587
12726
  cursor: 'pointer'
12588
12727
  })
12589
12728
  }), /*#__PURE__*/React.createElement("path", {
12590
- 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"
12591
12730
  })));
12592
12731
  };
12593
12732
 
@@ -12602,7 +12741,7 @@ ArrowRight2.defaultProps = {
12602
12741
  size: '16'
12603
12742
  };
12604
12743
 
12605
- var loadingCircleStyle$47 = '@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 }';
12606
12745
 
12607
12746
  var ArrowUp2 = function ArrowUp2(props) {
12608
12747
  var color = props.color,
@@ -12615,7 +12754,7 @@ var ArrowUp2 = function ArrowUp2(props) {
12615
12754
  return /*#__PURE__*/React.createElement("span", {
12616
12755
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12617
12756
  }, /*#__PURE__*/React.createElement("style", {
12618
- children: loadingCircleStyle$47
12757
+ children: loadingCircleStyle$4a
12619
12758
  }), /*#__PURE__*/React.createElement("svg", _extends({
12620
12759
  xmlns: "http://www.w3.org/2000/svg",
12621
12760
  width: size,
@@ -12632,7 +12771,7 @@ var ArrowUp2 = function ArrowUp2(props) {
12632
12771
  cursor: 'pointer'
12633
12772
  })
12634
12773
  }), /*#__PURE__*/React.createElement("path", {
12635
- 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"
12636
12775
  })));
12637
12776
  };
12638
12777
 
@@ -12647,7 +12786,7 @@ ArrowUp2.defaultProps = {
12647
12786
  size: '16'
12648
12787
  };
12649
12788
 
12650
- var loadingCircleStyle$48 = '@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 }';
12651
12790
 
12652
12791
  var ArrowDown2 = function ArrowDown2(props) {
12653
12792
  var color = props.color,
@@ -12660,7 +12799,7 @@ var ArrowDown2 = function ArrowDown2(props) {
12660
12799
  return /*#__PURE__*/React.createElement("span", {
12661
12800
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12662
12801
  }, /*#__PURE__*/React.createElement("style", {
12663
- children: loadingCircleStyle$48
12802
+ children: loadingCircleStyle$4b
12664
12803
  }), /*#__PURE__*/React.createElement("svg", _extends({
12665
12804
  xmlns: "http://www.w3.org/2000/svg",
12666
12805
  width: size,
@@ -12677,7 +12816,7 @@ var ArrowDown2 = function ArrowDown2(props) {
12677
12816
  cursor: 'pointer'
12678
12817
  })
12679
12818
  }), /*#__PURE__*/React.createElement("path", {
12680
- 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"
12681
12820
  })));
12682
12821
  };
12683
12822
 
@@ -12692,7 +12831,7 @@ ArrowDown2.defaultProps = {
12692
12831
  size: '16'
12693
12832
  };
12694
12833
 
12695
- var loadingCircleStyle$49 = '@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 }';
12696
12835
 
12697
12836
  var TriLeft = function TriLeft(props) {
12698
12837
  var color = props.color,
@@ -12705,7 +12844,7 @@ var TriLeft = function TriLeft(props) {
12705
12844
  return /*#__PURE__*/React.createElement("span", {
12706
12845
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12707
12846
  }, /*#__PURE__*/React.createElement("style", {
12708
- children: loadingCircleStyle$49
12847
+ children: loadingCircleStyle$4c
12709
12848
  }), /*#__PURE__*/React.createElement("svg", _extends({
12710
12849
  xmlns: "http://www.w3.org/2000/svg",
12711
12850
  width: size,
@@ -12737,7 +12876,7 @@ TriLeft.defaultProps = {
12737
12876
  size: '16'
12738
12877
  };
12739
12878
 
12740
- var loadingCircleStyle$4a = '@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 }';
12741
12880
 
12742
12881
  var TriRight = function TriRight(props) {
12743
12882
  var color = props.color,
@@ -12750,7 +12889,7 @@ var TriRight = function TriRight(props) {
12750
12889
  return /*#__PURE__*/React.createElement("span", {
12751
12890
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12752
12891
  }, /*#__PURE__*/React.createElement("style", {
12753
- children: loadingCircleStyle$4a
12892
+ children: loadingCircleStyle$4d
12754
12893
  }), /*#__PURE__*/React.createElement("svg", _extends({
12755
12894
  xmlns: "http://www.w3.org/2000/svg",
12756
12895
  width: size,
@@ -12782,7 +12921,7 @@ TriRight.defaultProps = {
12782
12921
  size: '16'
12783
12922
  };
12784
12923
 
12785
- var loadingCircleStyle$4b = '@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 }';
12786
12925
 
12787
12926
  var TriUp = function TriUp(props) {
12788
12927
  var color = props.color,
@@ -12795,7 +12934,7 @@ var TriUp = function TriUp(props) {
12795
12934
  return /*#__PURE__*/React.createElement("span", {
12796
12935
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12797
12936
  }, /*#__PURE__*/React.createElement("style", {
12798
- children: loadingCircleStyle$4b
12937
+ children: loadingCircleStyle$4e
12799
12938
  }), /*#__PURE__*/React.createElement("svg", _extends({
12800
12939
  xmlns: "http://www.w3.org/2000/svg",
12801
12940
  width: size,
@@ -12827,7 +12966,7 @@ TriUp.defaultProps = {
12827
12966
  size: '16'
12828
12967
  };
12829
12968
 
12830
- var loadingCircleStyle$4c = '@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 }';
12831
12970
 
12832
12971
  var TriDown = function TriDown(props) {
12833
12972
  var color = props.color,
@@ -12840,7 +12979,7 @@ var TriDown = function TriDown(props) {
12840
12979
  return /*#__PURE__*/React.createElement("span", {
12841
12980
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12842
12981
  }, /*#__PURE__*/React.createElement("style", {
12843
- children: loadingCircleStyle$4c
12982
+ children: loadingCircleStyle$4f
12844
12983
  }), /*#__PURE__*/React.createElement("svg", _extends({
12845
12984
  xmlns: "http://www.w3.org/2000/svg",
12846
12985
  width: size,
@@ -12872,7 +13011,7 @@ TriDown.defaultProps = {
12872
13011
  size: '16'
12873
13012
  };
12874
13013
 
12875
- var loadingCircleStyle$4d = '@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 }';
12876
13015
 
12877
13016
  var DArrowL = function DArrowL(props) {
12878
13017
  var color = props.color,
@@ -12885,7 +13024,7 @@ var DArrowL = function DArrowL(props) {
12885
13024
  return /*#__PURE__*/React.createElement("span", {
12886
13025
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12887
13026
  }, /*#__PURE__*/React.createElement("style", {
12888
- children: loadingCircleStyle$4d
13027
+ children: loadingCircleStyle$4g
12889
13028
  }), /*#__PURE__*/React.createElement("svg", _extends({
12890
13029
  xmlns: "http://www.w3.org/2000/svg",
12891
13030
  width: size,
@@ -12919,7 +13058,7 @@ DArrowL.defaultProps = {
12919
13058
  size: '16'
12920
13059
  };
12921
13060
 
12922
- var loadingCircleStyle$4e = '@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 }';
12923
13062
 
12924
13063
  var DArrowR = function DArrowR(props) {
12925
13064
  var color = props.color,
@@ -12932,7 +13071,7 @@ var DArrowR = function DArrowR(props) {
12932
13071
  return /*#__PURE__*/React.createElement("span", {
12933
13072
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12934
13073
  }, /*#__PURE__*/React.createElement("style", {
12935
- children: loadingCircleStyle$4e
13074
+ children: loadingCircleStyle$4h
12936
13075
  }), /*#__PURE__*/React.createElement("svg", _extends({
12937
13076
  xmlns: "http://www.w3.org/2000/svg",
12938
13077
  width: size,
@@ -12966,7 +13105,7 @@ DArrowR.defaultProps = {
12966
13105
  size: '16'
12967
13106
  };
12968
13107
 
12969
- var loadingCircleStyle$4f = '@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 }';
12970
13109
 
12971
13110
  var DArrowT = function DArrowT(props) {
12972
13111
  var color = props.color,
@@ -12979,7 +13118,7 @@ var DArrowT = function DArrowT(props) {
12979
13118
  return /*#__PURE__*/React.createElement("span", {
12980
13119
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12981
13120
  }, /*#__PURE__*/React.createElement("style", {
12982
- children: loadingCircleStyle$4f
13121
+ children: loadingCircleStyle$4i
12983
13122
  }), /*#__PURE__*/React.createElement("svg", _extends({
12984
13123
  xmlns: "http://www.w3.org/2000/svg",
12985
13124
  width: size,
@@ -13013,7 +13152,7 @@ DArrowT.defaultProps = {
13013
13152
  size: '16'
13014
13153
  };
13015
13154
 
13016
- var loadingCircleStyle$4g = '@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 }';
13017
13156
 
13018
13157
  var DArrowB = function DArrowB(props) {
13019
13158
  var color = props.color,
@@ -13026,7 +13165,7 @@ var DArrowB = function DArrowB(props) {
13026
13165
  return /*#__PURE__*/React.createElement("span", {
13027
13166
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13028
13167
  }, /*#__PURE__*/React.createElement("style", {
13029
- children: loadingCircleStyle$4g
13168
+ children: loadingCircleStyle$4j
13030
13169
  }), /*#__PURE__*/React.createElement("svg", _extends({
13031
13170
  xmlns: "http://www.w3.org/2000/svg",
13032
13171
  width: size,
@@ -13060,7 +13199,7 @@ DArrowB.defaultProps = {
13060
13199
  size: '16'
13061
13200
  };
13062
13201
 
13063
- var loadingCircleStyle$4h = '@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 }';
13064
13203
 
13065
13204
  var DropDown = function DropDown(props) {
13066
13205
  var color = props.color,
@@ -13073,7 +13212,7 @@ var DropDown = function DropDown(props) {
13073
13212
  return /*#__PURE__*/React.createElement("span", {
13074
13213
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13075
13214
  }, /*#__PURE__*/React.createElement("style", {
13076
- children: loadingCircleStyle$4h
13215
+ children: loadingCircleStyle$4k
13077
13216
  }), /*#__PURE__*/React.createElement("svg", _extends({
13078
13217
  xmlns: "http://www.w3.org/2000/svg",
13079
13218
  width: size,
@@ -13105,7 +13244,7 @@ DropDown.defaultProps = {
13105
13244
  size: '16'
13106
13245
  };
13107
13246
 
13108
- var loadingCircleStyle$4i = '@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 }';
13109
13248
 
13110
13249
  var DropUp = function DropUp(props) {
13111
13250
  var color = props.color,
@@ -13118,7 +13257,7 @@ var DropUp = function DropUp(props) {
13118
13257
  return /*#__PURE__*/React.createElement("span", {
13119
13258
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13120
13259
  }, /*#__PURE__*/React.createElement("style", {
13121
- children: loadingCircleStyle$4i
13260
+ children: loadingCircleStyle$4l
13122
13261
  }), /*#__PURE__*/React.createElement("svg", _extends({
13123
13262
  xmlns: "http://www.w3.org/2000/svg",
13124
13263
  width: size,
@@ -13150,7 +13289,7 @@ DropUp.defaultProps = {
13150
13289
  size: '16'
13151
13290
  };
13152
13291
 
13153
- var loadingCircleStyle$4j = '@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 }';
13154
13293
 
13155
13294
  var More1 = function More1(props) {
13156
13295
  var color = props.color,
@@ -13163,7 +13302,7 @@ var More1 = function More1(props) {
13163
13302
  return /*#__PURE__*/React.createElement("span", {
13164
13303
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13165
13304
  }, /*#__PURE__*/React.createElement("style", {
13166
- children: loadingCircleStyle$4j
13305
+ children: loadingCircleStyle$4m
13167
13306
  }), /*#__PURE__*/React.createElement("svg", _extends({
13168
13307
  xmlns: "http://www.w3.org/2000/svg",
13169
13308
  width: size,
@@ -13195,7 +13334,7 @@ More1.defaultProps = {
13195
13334
  size: '16'
13196
13335
  };
13197
13336
 
13198
- var loadingCircleStyle$4k = '@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 }';
13199
13338
 
13200
13339
  var More2 = function More2(props) {
13201
13340
  var color = props.color,
@@ -13208,7 +13347,7 @@ var More2 = function More2(props) {
13208
13347
  return /*#__PURE__*/React.createElement("span", {
13209
13348
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13210
13349
  }, /*#__PURE__*/React.createElement("style", {
13211
- children: loadingCircleStyle$4k
13350
+ children: loadingCircleStyle$4n
13212
13351
  }), /*#__PURE__*/React.createElement("svg", _extends({
13213
13352
  xmlns: "http://www.w3.org/2000/svg",
13214
13353
  width: size,
@@ -13240,7 +13379,7 @@ More2.defaultProps = {
13240
13379
  size: '16'
13241
13380
  };
13242
13381
 
13243
- var loadingCircleStyle$4l = '@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 }';
13244
13383
 
13245
13384
  var Drag = function Drag(props) {
13246
13385
  var color = props.color,
@@ -13253,7 +13392,7 @@ var Drag = function Drag(props) {
13253
13392
  return /*#__PURE__*/React.createElement("span", {
13254
13393
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13255
13394
  }, /*#__PURE__*/React.createElement("style", {
13256
- children: loadingCircleStyle$4l
13395
+ children: loadingCircleStyle$4o
13257
13396
  }), /*#__PURE__*/React.createElement("svg", _extends({
13258
13397
  xmlns: "http://www.w3.org/2000/svg",
13259
13398
  width: size,
@@ -13295,7 +13434,7 @@ Drag.defaultProps = {
13295
13434
  size: '16'
13296
13435
  };
13297
13436
 
13298
- var loadingCircleStyle$4m = '@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 }';
13299
13438
 
13300
13439
  var Drag2 = function Drag2(props) {
13301
13440
  var color = props.color,
@@ -13308,7 +13447,7 @@ var Drag2 = function Drag2(props) {
13308
13447
  return /*#__PURE__*/React.createElement("span", {
13309
13448
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13310
13449
  }, /*#__PURE__*/React.createElement("style", {
13311
- children: loadingCircleStyle$4m
13450
+ children: loadingCircleStyle$4p
13312
13451
  }), /*#__PURE__*/React.createElement("svg", _extends({
13313
13452
  xmlns: "http://www.w3.org/2000/svg",
13314
13453
  width: size,
@@ -13344,7 +13483,7 @@ Drag2.defaultProps = {
13344
13483
  size: '16'
13345
13484
  };
13346
13485
 
13347
- var loadingCircleStyle$4n = '@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 }';
13348
13487
 
13349
13488
  var External = function External(props) {
13350
13489
  var color = props.color,
@@ -13357,7 +13496,7 @@ var External = function External(props) {
13357
13496
  return /*#__PURE__*/React.createElement("span", {
13358
13497
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13359
13498
  }, /*#__PURE__*/React.createElement("style", {
13360
- children: loadingCircleStyle$4n
13499
+ children: loadingCircleStyle$4q
13361
13500
  }), /*#__PURE__*/React.createElement("svg", _extends({
13362
13501
  xmlns: "http://www.w3.org/2000/svg",
13363
13502
  width: size,
@@ -13389,7 +13528,7 @@ External.defaultProps = {
13389
13528
  size: '16'
13390
13529
  };
13391
13530
 
13392
- var loadingCircleStyle$4o = '@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 }';
13393
13532
 
13394
13533
  var DisplayS = function DisplayS(props) {
13395
13534
  var color = props.color,
@@ -13402,7 +13541,7 @@ var DisplayS = function DisplayS(props) {
13402
13541
  return /*#__PURE__*/React.createElement("span", {
13403
13542
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13404
13543
  }, /*#__PURE__*/React.createElement("style", {
13405
- children: loadingCircleStyle$4o
13544
+ children: loadingCircleStyle$4r
13406
13545
  }), /*#__PURE__*/React.createElement("svg", _extends({
13407
13546
  xmlns: "http://www.w3.org/2000/svg",
13408
13547
  width: size,
@@ -13436,7 +13575,7 @@ DisplayS.defaultProps = {
13436
13575
  size: '16'
13437
13576
  };
13438
13577
 
13439
- var loadingCircleStyle$4p = '@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 }';
13440
13579
 
13441
13580
  var Share = function Share(props) {
13442
13581
  var color = props.color,
@@ -13449,7 +13588,7 @@ var Share = function Share(props) {
13449
13588
  return /*#__PURE__*/React.createElement("span", {
13450
13589
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13451
13590
  }, /*#__PURE__*/React.createElement("style", {
13452
- children: loadingCircleStyle$4p
13591
+ children: loadingCircleStyle$4s
13453
13592
  }), /*#__PURE__*/React.createElement("svg", _extends({
13454
13593
  xmlns: "http://www.w3.org/2000/svg",
13455
13594
  width: size,
@@ -13481,50 +13620,4 @@ Share.defaultProps = {
13481
13620
  size: '16'
13482
13621
  };
13483
13622
 
13484
- var loadingCircleStyle$4q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13485
-
13486
- var Placeholder = function Placeholder(props) {
13487
- var color = props.color,
13488
- size = props.size,
13489
- spin = props.spin,
13490
- style = props.style,
13491
- className = props.className,
13492
- otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className"]);
13493
-
13494
- return /*#__PURE__*/React.createElement("span", {
13495
- className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13496
- }, /*#__PURE__*/React.createElement("style", {
13497
- children: loadingCircleStyle$4q
13498
- }), /*#__PURE__*/React.createElement("svg", _extends({
13499
- xmlns: "http://www.w3.org/2000/svg",
13500
- width: size,
13501
- height: size,
13502
- viewBox: "0 0 24 24",
13503
- fill: color
13504
- }, otherProps, {
13505
- style: _objectSpread2(_objectSpread2(_objectSpread2({}, style), spin ? {
13506
- animationDuration: '1s',
13507
- animationIterationCount: 'infinite',
13508
- animationName: 'loadingCircle',
13509
- animationTimingFunction: 'linear'
13510
- } : {}), {}, {
13511
- cursor: 'pointer'
13512
- })
13513
- }), /*#__PURE__*/React.createElement("rect", {
13514
- width: "24",
13515
- height: "24"
13516
- })));
13517
- };
13518
-
13519
- Placeholder.propTypes = {
13520
- spin: PropTypes.bool,
13521
- color: PropTypes.string,
13522
- size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
13523
- };
13524
- Placeholder.defaultProps = {
13525
- spin: false,
13526
- color: 'currentColor',
13527
- size: '16'
13528
- };
13529
-
13530
- 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, 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 };
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 };