@tant/icons 1.0.26 → 1.0.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5300,7 +5300,7 @@ Currency.defaultProps = {
5300
5300
 
5301
5301
  var loadingCircleStyle$1J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5302
5302
 
5303
- var OperatorEqual = function OperatorEqual(props) {
5303
+ var Contrast = function Contrast(props) {
5304
5304
  var color = props.color,
5305
5305
  size = props.size,
5306
5306
  spin = props.spin,
@@ -5327,6 +5327,51 @@ var OperatorEqual = function OperatorEqual(props) {
5327
5327
  } : {}), {}, {
5328
5328
  cursor: 'pointer'
5329
5329
  })
5330
+ }), /*#__PURE__*/React.createElement("path", {
5331
+ 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"
5332
+ })));
5333
+ };
5334
+
5335
+ Contrast.propTypes = {
5336
+ spin: PropTypes.bool,
5337
+ color: PropTypes.string,
5338
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
5339
+ };
5340
+ Contrast.defaultProps = {
5341
+ spin: false,
5342
+ color: 'currentColor',
5343
+ size: '16'
5344
+ };
5345
+
5346
+ var loadingCircleStyle$1K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5347
+
5348
+ var OperatorEqual = function OperatorEqual(props) {
5349
+ var color = props.color,
5350
+ size = props.size,
5351
+ spin = props.spin,
5352
+ style = props.style,
5353
+ className = props.className,
5354
+ otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className"]);
5355
+
5356
+ return /*#__PURE__*/React.createElement("span", {
5357
+ className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5358
+ }, /*#__PURE__*/React.createElement("style", {
5359
+ children: loadingCircleStyle$1K
5360
+ }), /*#__PURE__*/React.createElement("svg", _extends({
5361
+ xmlns: "http://www.w3.org/2000/svg",
5362
+ width: size,
5363
+ height: size,
5364
+ viewBox: "0 0 24 24",
5365
+ fill: color
5366
+ }, otherProps, {
5367
+ style: _objectSpread2(_objectSpread2(_objectSpread2({}, style), spin ? {
5368
+ animationDuration: '1s',
5369
+ animationIterationCount: 'infinite',
5370
+ animationName: 'loadingCircle',
5371
+ animationTimingFunction: 'linear'
5372
+ } : {}), {}, {
5373
+ cursor: 'pointer'
5374
+ })
5330
5375
  }), /*#__PURE__*/React.createElement("path", {
5331
5376
  fillRule: "evenodd",
5332
5377
  clipRule: "evenodd",
@@ -5345,7 +5390,7 @@ OperatorEqual.defaultProps = {
5345
5390
  size: '16'
5346
5391
  };
5347
5392
 
5348
- var loadingCircleStyle$1K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5393
+ var loadingCircleStyle$1L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5349
5394
 
5350
5395
  var OperatorUnequal = function OperatorUnequal(props) {
5351
5396
  var color = props.color,
@@ -5358,7 +5403,7 @@ var OperatorUnequal = function OperatorUnequal(props) {
5358
5403
  return /*#__PURE__*/React.createElement("span", {
5359
5404
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5360
5405
  }, /*#__PURE__*/React.createElement("style", {
5361
- children: loadingCircleStyle$1K
5406
+ children: loadingCircleStyle$1L
5362
5407
  }), /*#__PURE__*/React.createElement("svg", _extends({
5363
5408
  xmlns: "http://www.w3.org/2000/svg",
5364
5409
  width: size,
@@ -5392,7 +5437,7 @@ OperatorUnequal.defaultProps = {
5392
5437
  size: '16'
5393
5438
  };
5394
5439
 
5395
- var loadingCircleStyle$1L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5440
+ var loadingCircleStyle$1M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5396
5441
 
5397
5442
  var OperatorDivide = function OperatorDivide(props) {
5398
5443
  var color = props.color,
@@ -5405,7 +5450,7 @@ var OperatorDivide = function OperatorDivide(props) {
5405
5450
  return /*#__PURE__*/React.createElement("span", {
5406
5451
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5407
5452
  }, /*#__PURE__*/React.createElement("style", {
5408
- children: loadingCircleStyle$1L
5453
+ children: loadingCircleStyle$1M
5409
5454
  }), /*#__PURE__*/React.createElement("svg", _extends({
5410
5455
  xmlns: "http://www.w3.org/2000/svg",
5411
5456
  width: size,
@@ -5437,7 +5482,7 @@ OperatorDivide.defaultProps = {
5437
5482
  size: '16'
5438
5483
  };
5439
5484
 
5440
- var loadingCircleStyle$1M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5485
+ var loadingCircleStyle$1N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5441
5486
 
5442
5487
  var OperatorNoValue = function OperatorNoValue(props) {
5443
5488
  var color = props.color,
@@ -5450,7 +5495,7 @@ var OperatorNoValue = function OperatorNoValue(props) {
5450
5495
  return /*#__PURE__*/React.createElement("span", {
5451
5496
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5452
5497
  }, /*#__PURE__*/React.createElement("style", {
5453
- children: loadingCircleStyle$1M
5498
+ children: loadingCircleStyle$1N
5454
5499
  }), /*#__PURE__*/React.createElement("svg", _extends({
5455
5500
  xmlns: "http://www.w3.org/2000/svg",
5456
5501
  width: size,
@@ -5484,7 +5529,7 @@ OperatorNoValue.defaultProps = {
5484
5529
  size: '16'
5485
5530
  };
5486
5531
 
5487
- var loadingCircleStyle$1N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5532
+ var loadingCircleStyle$1O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5488
5533
 
5489
5534
  var OperatorHasValue = function OperatorHasValue(props) {
5490
5535
  var color = props.color,
@@ -5497,7 +5542,7 @@ var OperatorHasValue = function OperatorHasValue(props) {
5497
5542
  return /*#__PURE__*/React.createElement("span", {
5498
5543
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5499
5544
  }, /*#__PURE__*/React.createElement("style", {
5500
- children: loadingCircleStyle$1N
5545
+ children: loadingCircleStyle$1O
5501
5546
  }), /*#__PURE__*/React.createElement("svg", _extends({
5502
5547
  xmlns: "http://www.w3.org/2000/svg",
5503
5548
  width: size,
@@ -5531,7 +5576,7 @@ OperatorHasValue.defaultProps = {
5531
5576
  size: '16'
5532
5577
  };
5533
5578
 
5534
- var loadingCircleStyle$1O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5579
+ var loadingCircleStyle$1P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5535
5580
 
5536
5581
  var OperatorInside = function OperatorInside(props) {
5537
5582
  var color = props.color,
@@ -5544,7 +5589,7 @@ var OperatorInside = function OperatorInside(props) {
5544
5589
  return /*#__PURE__*/React.createElement("span", {
5545
5590
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5546
5591
  }, /*#__PURE__*/React.createElement("style", {
5547
- children: loadingCircleStyle$1O
5592
+ children: loadingCircleStyle$1P
5548
5593
  }), /*#__PURE__*/React.createElement("svg", _extends({
5549
5594
  xmlns: "http://www.w3.org/2000/svg",
5550
5595
  width: size,
@@ -5576,7 +5621,7 @@ OperatorInside.defaultProps = {
5576
5621
  size: '16'
5577
5622
  };
5578
5623
 
5579
- var loadingCircleStyle$1P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5624
+ var loadingCircleStyle$1Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5580
5625
 
5581
5626
  var OperatorInclude = function OperatorInclude(props) {
5582
5627
  var color = props.color,
@@ -5589,7 +5634,7 @@ var OperatorInclude = function OperatorInclude(props) {
5589
5634
  return /*#__PURE__*/React.createElement("span", {
5590
5635
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5591
5636
  }, /*#__PURE__*/React.createElement("style", {
5592
- children: loadingCircleStyle$1P
5637
+ children: loadingCircleStyle$1Q
5593
5638
  }), /*#__PURE__*/React.createElement("svg", _extends({
5594
5639
  xmlns: "http://www.w3.org/2000/svg",
5595
5640
  width: size,
@@ -5623,7 +5668,7 @@ OperatorInclude.defaultProps = {
5623
5668
  size: '16'
5624
5669
  };
5625
5670
 
5626
- var loadingCircleStyle$1Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5671
+ var loadingCircleStyle$1R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5627
5672
 
5628
5673
  var OperatorNotInclude = function OperatorNotInclude(props) {
5629
5674
  var color = props.color,
@@ -5636,7 +5681,7 @@ var OperatorNotInclude = function OperatorNotInclude(props) {
5636
5681
  return /*#__PURE__*/React.createElement("span", {
5637
5682
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5638
5683
  }, /*#__PURE__*/React.createElement("style", {
5639
- children: loadingCircleStyle$1Q
5684
+ children: loadingCircleStyle$1R
5640
5685
  }), /*#__PURE__*/React.createElement("svg", _extends({
5641
5686
  xmlns: "http://www.w3.org/2000/svg",
5642
5687
  width: size,
@@ -5677,7 +5722,7 @@ OperatorNotInclude.defaultProps = {
5677
5722
  size: '16'
5678
5723
  };
5679
5724
 
5680
- var loadingCircleStyle$1R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5725
+ var loadingCircleStyle$1S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5681
5726
 
5682
5727
  var OperatorLess = function OperatorLess(props) {
5683
5728
  var color = props.color,
@@ -5690,7 +5735,7 @@ var OperatorLess = function OperatorLess(props) {
5690
5735
  return /*#__PURE__*/React.createElement("span", {
5691
5736
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5692
5737
  }, /*#__PURE__*/React.createElement("style", {
5693
- children: loadingCircleStyle$1R
5738
+ children: loadingCircleStyle$1S
5694
5739
  }), /*#__PURE__*/React.createElement("svg", _extends({
5695
5740
  xmlns: "http://www.w3.org/2000/svg",
5696
5741
  width: size,
@@ -5724,7 +5769,7 @@ OperatorLess.defaultProps = {
5724
5769
  size: '16'
5725
5770
  };
5726
5771
 
5727
- var loadingCircleStyle$1S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5772
+ var loadingCircleStyle$1T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5728
5773
 
5729
5774
  var OperatorNoBigger = function OperatorNoBigger(props) {
5730
5775
  var color = props.color,
@@ -5737,7 +5782,7 @@ var OperatorNoBigger = function OperatorNoBigger(props) {
5737
5782
  return /*#__PURE__*/React.createElement("span", {
5738
5783
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5739
5784
  }, /*#__PURE__*/React.createElement("style", {
5740
- children: loadingCircleStyle$1S
5785
+ children: loadingCircleStyle$1T
5741
5786
  }), /*#__PURE__*/React.createElement("svg", _extends({
5742
5787
  xmlns: "http://www.w3.org/2000/svg",
5743
5788
  width: size,
@@ -5771,7 +5816,7 @@ OperatorNoBigger.defaultProps = {
5771
5816
  size: '16'
5772
5817
  };
5773
5818
 
5774
- var loadingCircleStyle$1T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5819
+ var loadingCircleStyle$1U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5775
5820
 
5776
5821
  var OperatorBigger = function OperatorBigger(props) {
5777
5822
  var color = props.color,
@@ -5784,7 +5829,7 @@ var OperatorBigger = function OperatorBigger(props) {
5784
5829
  return /*#__PURE__*/React.createElement("span", {
5785
5830
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5786
5831
  }, /*#__PURE__*/React.createElement("style", {
5787
- children: loadingCircleStyle$1T
5832
+ children: loadingCircleStyle$1U
5788
5833
  }), /*#__PURE__*/React.createElement("svg", _extends({
5789
5834
  xmlns: "http://www.w3.org/2000/svg",
5790
5835
  width: size,
@@ -5818,7 +5863,7 @@ OperatorBigger.defaultProps = {
5818
5863
  size: '16'
5819
5864
  };
5820
5865
 
5821
- var loadingCircleStyle$1U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5866
+ var loadingCircleStyle$1V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5822
5867
 
5823
5868
  var OperatorNoLess = function OperatorNoLess(props) {
5824
5869
  var color = props.color,
@@ -5831,7 +5876,7 @@ var OperatorNoLess = function OperatorNoLess(props) {
5831
5876
  return /*#__PURE__*/React.createElement("span", {
5832
5877
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5833
5878
  }, /*#__PURE__*/React.createElement("style", {
5834
- children: loadingCircleStyle$1U
5879
+ children: loadingCircleStyle$1V
5835
5880
  }), /*#__PURE__*/React.createElement("svg", _extends({
5836
5881
  xmlns: "http://www.w3.org/2000/svg",
5837
5882
  width: size,
@@ -5865,7 +5910,7 @@ OperatorNoLess.defaultProps = {
5865
5910
  size: '16'
5866
5911
  };
5867
5912
 
5868
- var loadingCircleStyle$1V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5913
+ var loadingCircleStyle$1W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5869
5914
 
5870
5915
  var OperatorTrue = function OperatorTrue(props) {
5871
5916
  var color = props.color,
@@ -5878,7 +5923,7 @@ var OperatorTrue = function OperatorTrue(props) {
5878
5923
  return /*#__PURE__*/React.createElement("span", {
5879
5924
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5880
5925
  }, /*#__PURE__*/React.createElement("style", {
5881
- children: loadingCircleStyle$1V
5926
+ children: loadingCircleStyle$1W
5882
5927
  }), /*#__PURE__*/React.createElement("svg", _extends({
5883
5928
  xmlns: "http://www.w3.org/2000/svg",
5884
5929
  width: size,
@@ -5912,7 +5957,7 @@ OperatorTrue.defaultProps = {
5912
5957
  size: '16'
5913
5958
  };
5914
5959
 
5915
- var loadingCircleStyle$1W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5960
+ var loadingCircleStyle$1X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5916
5961
 
5917
5962
  var OperatorFalse = function OperatorFalse(props) {
5918
5963
  var color = props.color,
@@ -5925,7 +5970,7 @@ var OperatorFalse = function OperatorFalse(props) {
5925
5970
  return /*#__PURE__*/React.createElement("span", {
5926
5971
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5927
5972
  }, /*#__PURE__*/React.createElement("style", {
5928
- children: loadingCircleStyle$1W
5973
+ children: loadingCircleStyle$1X
5929
5974
  }), /*#__PURE__*/React.createElement("svg", _extends({
5930
5975
  xmlns: "http://www.w3.org/2000/svg",
5931
5976
  width: size,
@@ -5959,7 +6004,7 @@ OperatorFalse.defaultProps = {
5959
6004
  size: '16'
5960
6005
  };
5961
6006
 
5962
- var loadingCircleStyle$1X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6007
+ var loadingCircleStyle$1Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
5963
6008
 
5964
6009
  var OperatorRegex = function OperatorRegex(props) {
5965
6010
  var color = props.color,
@@ -5972,7 +6017,7 @@ var OperatorRegex = function OperatorRegex(props) {
5972
6017
  return /*#__PURE__*/React.createElement("span", {
5973
6018
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5974
6019
  }, /*#__PURE__*/React.createElement("style", {
5975
- children: loadingCircleStyle$1X
6020
+ children: loadingCircleStyle$1Y
5976
6021
  }), /*#__PURE__*/React.createElement("svg", _extends({
5977
6022
  xmlns: "http://www.w3.org/2000/svg",
5978
6023
  width: size,
@@ -6006,7 +6051,7 @@ OperatorRegex.defaultProps = {
6006
6051
  size: '16'
6007
6052
  };
6008
6053
 
6009
- var loadingCircleStyle$1Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6054
+ var loadingCircleStyle$1Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6010
6055
 
6011
6056
  var OperatorNoRegex = function OperatorNoRegex(props) {
6012
6057
  var color = props.color,
@@ -6019,7 +6064,7 @@ var OperatorNoRegex = function OperatorNoRegex(props) {
6019
6064
  return /*#__PURE__*/React.createElement("span", {
6020
6065
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6021
6066
  }, /*#__PURE__*/React.createElement("style", {
6022
- children: loadingCircleStyle$1Y
6067
+ children: loadingCircleStyle$1Z
6023
6068
  }), /*#__PURE__*/React.createElement("svg", _extends({
6024
6069
  xmlns: "http://www.w3.org/2000/svg",
6025
6070
  width: size,
@@ -6053,7 +6098,7 @@ OperatorNoRegex.defaultProps = {
6053
6098
  size: '16'
6054
6099
  };
6055
6100
 
6056
- var loadingCircleStyle$1Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6101
+ var loadingCircleStyle$1_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6057
6102
 
6058
6103
  var LogoDingdingCl = function LogoDingdingCl(props) {
6059
6104
  var color = props.color,
@@ -6066,7 +6111,7 @@ var LogoDingdingCl = function LogoDingdingCl(props) {
6066
6111
  return /*#__PURE__*/React.createElement("span", {
6067
6112
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6068
6113
  }, /*#__PURE__*/React.createElement("style", {
6069
- children: loadingCircleStyle$1Z
6114
+ children: loadingCircleStyle$1_
6070
6115
  }), /*#__PURE__*/React.createElement("svg", _extends({
6071
6116
  xmlns: "http://www.w3.org/2000/svg",
6072
6117
  width: size,
@@ -6099,7 +6144,7 @@ LogoDingdingCl.defaultProps = {
6099
6144
  size: '16'
6100
6145
  };
6101
6146
 
6102
- var loadingCircleStyle$1_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6147
+ var loadingCircleStyle$1$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6103
6148
 
6104
6149
  var LogoDingdingGray = function LogoDingdingGray(props) {
6105
6150
  var color = props.color,
@@ -6112,7 +6157,7 @@ var LogoDingdingGray = function LogoDingdingGray(props) {
6112
6157
  return /*#__PURE__*/React.createElement("span", {
6113
6158
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6114
6159
  }, /*#__PURE__*/React.createElement("style", {
6115
- children: loadingCircleStyle$1_
6160
+ children: loadingCircleStyle$1$
6116
6161
  }), /*#__PURE__*/React.createElement("svg", _extends({
6117
6162
  xmlns: "http://www.w3.org/2000/svg",
6118
6163
  width: size,
@@ -6144,7 +6189,7 @@ LogoDingdingGray.defaultProps = {
6144
6189
  size: '16'
6145
6190
  };
6146
6191
 
6147
- var loadingCircleStyle$1$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6192
+ var loadingCircleStyle$20 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6148
6193
 
6149
6194
  var LogoWecomCl = function LogoWecomCl(props) {
6150
6195
  var color = props.color,
@@ -6157,7 +6202,7 @@ var LogoWecomCl = function LogoWecomCl(props) {
6157
6202
  return /*#__PURE__*/React.createElement("span", {
6158
6203
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6159
6204
  }, /*#__PURE__*/React.createElement("style", {
6160
- children: loadingCircleStyle$1$
6205
+ children: loadingCircleStyle$20
6161
6206
  }), /*#__PURE__*/React.createElement("svg", _extends({
6162
6207
  xmlns: "http://www.w3.org/2000/svg",
6163
6208
  width: size,
@@ -6202,7 +6247,7 @@ LogoWecomCl.defaultProps = {
6202
6247
  size: '16'
6203
6248
  };
6204
6249
 
6205
- var loadingCircleStyle$20 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6250
+ var loadingCircleStyle$21 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6206
6251
 
6207
6252
  var LogoWecomGray = function LogoWecomGray(props) {
6208
6253
  var color = props.color,
@@ -6215,7 +6260,7 @@ var LogoWecomGray = function LogoWecomGray(props) {
6215
6260
  return /*#__PURE__*/React.createElement("span", {
6216
6261
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6217
6262
  }, /*#__PURE__*/React.createElement("style", {
6218
- children: loadingCircleStyle$20
6263
+ children: loadingCircleStyle$21
6219
6264
  }), /*#__PURE__*/React.createElement("svg", _extends({
6220
6265
  xmlns: "http://www.w3.org/2000/svg",
6221
6266
  width: size,
@@ -6247,7 +6292,7 @@ LogoWecomGray.defaultProps = {
6247
6292
  size: '16'
6248
6293
  };
6249
6294
 
6250
- var loadingCircleStyle$21 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6295
+ var loadingCircleStyle$22 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6251
6296
 
6252
6297
  var LogoWechatCl = function LogoWechatCl(props) {
6253
6298
  var color = props.color,
@@ -6260,7 +6305,7 @@ var LogoWechatCl = function LogoWechatCl(props) {
6260
6305
  return /*#__PURE__*/React.createElement("span", {
6261
6306
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6262
6307
  }, /*#__PURE__*/React.createElement("style", {
6263
- children: loadingCircleStyle$21
6308
+ children: loadingCircleStyle$22
6264
6309
  }), /*#__PURE__*/React.createElement("svg", _extends({
6265
6310
  xmlns: "http://www.w3.org/2000/svg",
6266
6311
  width: size,
@@ -6301,7 +6346,7 @@ LogoWechatCl.defaultProps = {
6301
6346
  size: '16'
6302
6347
  };
6303
6348
 
6304
- var loadingCircleStyle$22 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6349
+ var loadingCircleStyle$23 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6305
6350
 
6306
6351
  var LogoWechatGray = function LogoWechatGray(props) {
6307
6352
  var color = props.color,
@@ -6314,7 +6359,7 @@ var LogoWechatGray = function LogoWechatGray(props) {
6314
6359
  return /*#__PURE__*/React.createElement("span", {
6315
6360
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6316
6361
  }, /*#__PURE__*/React.createElement("style", {
6317
- children: loadingCircleStyle$22
6362
+ children: loadingCircleStyle$23
6318
6363
  }), /*#__PURE__*/React.createElement("svg", _extends({
6319
6364
  xmlns: "http://www.w3.org/2000/svg",
6320
6365
  width: size,
@@ -6353,7 +6398,7 @@ LogoWechatGray.defaultProps = {
6353
6398
  size: '16'
6354
6399
  };
6355
6400
 
6356
- var loadingCircleStyle$23 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6401
+ var loadingCircleStyle$24 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6357
6402
 
6358
6403
  var LogoFeishuCl = function LogoFeishuCl(props) {
6359
6404
  var color = props.color,
@@ -6366,7 +6411,7 @@ var LogoFeishuCl = function LogoFeishuCl(props) {
6366
6411
  return /*#__PURE__*/React.createElement("span", {
6367
6412
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6368
6413
  }, /*#__PURE__*/React.createElement("style", {
6369
- children: loadingCircleStyle$23
6414
+ children: loadingCircleStyle$24
6370
6415
  }), /*#__PURE__*/React.createElement("svg", _extends({
6371
6416
  xmlns: "http://www.w3.org/2000/svg",
6372
6417
  width: size,
@@ -6416,7 +6461,7 @@ LogoFeishuCl.defaultProps = {
6416
6461
  size: '16'
6417
6462
  };
6418
6463
 
6419
- var loadingCircleStyle$24 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6464
+ var loadingCircleStyle$25 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6420
6465
 
6421
6466
  var LogoKingCl = function LogoKingCl(props) {
6422
6467
  var color = props.color,
@@ -6429,7 +6474,7 @@ var LogoKingCl = function LogoKingCl(props) {
6429
6474
  return /*#__PURE__*/React.createElement("span", {
6430
6475
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6431
6476
  }, /*#__PURE__*/React.createElement("style", {
6432
- children: loadingCircleStyle$24
6477
+ children: loadingCircleStyle$25
6433
6478
  }), /*#__PURE__*/React.createElement("svg", _extends({
6434
6479
  xmlns: "http://www.w3.org/2000/svg",
6435
6480
  width: size,
@@ -6462,7 +6507,7 @@ LogoKingCl.defaultProps = {
6462
6507
  size: '16'
6463
6508
  };
6464
6509
 
6465
- var loadingCircleStyle$25 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6510
+ var loadingCircleStyle$26 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6466
6511
 
6467
6512
  var LogoCurrencylayerCl = function LogoCurrencylayerCl(props) {
6468
6513
  var color = props.color,
@@ -6475,7 +6520,7 @@ var LogoCurrencylayerCl = function LogoCurrencylayerCl(props) {
6475
6520
  return /*#__PURE__*/React.createElement("span", {
6476
6521
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6477
6522
  }, /*#__PURE__*/React.createElement("style", {
6478
- children: loadingCircleStyle$25
6523
+ children: loadingCircleStyle$26
6479
6524
  }), /*#__PURE__*/React.createElement("svg", _extends({
6480
6525
  xmlns: "http://www.w3.org/2000/svg",
6481
6526
  width: size,
@@ -6512,7 +6557,7 @@ LogoCurrencylayerCl.defaultProps = {
6512
6557
  size: '16'
6513
6558
  };
6514
6559
 
6515
- var loadingCircleStyle$26 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6560
+ var loadingCircleStyle$27 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6516
6561
 
6517
6562
  var Info = function Info(props) {
6518
6563
  var color = props.color,
@@ -6525,7 +6570,7 @@ var Info = function Info(props) {
6525
6570
  return /*#__PURE__*/React.createElement("span", {
6526
6571
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6527
6572
  }, /*#__PURE__*/React.createElement("style", {
6528
- children: loadingCircleStyle$26
6573
+ children: loadingCircleStyle$27
6529
6574
  }), /*#__PURE__*/React.createElement("svg", _extends({
6530
6575
  xmlns: "http://www.w3.org/2000/svg",
6531
6576
  width: size,
@@ -6561,7 +6606,52 @@ Info.defaultProps = {
6561
6606
  size: '16'
6562
6607
  };
6563
6608
 
6564
- var loadingCircleStyle$27 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6609
+ var loadingCircleStyle$28 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6610
+
6611
+ var InfoFill = function InfoFill(props) {
6612
+ var color = props.color,
6613
+ size = props.size,
6614
+ spin = props.spin,
6615
+ style = props.style,
6616
+ className = props.className,
6617
+ otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className"]);
6618
+
6619
+ return /*#__PURE__*/React.createElement("span", {
6620
+ className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6621
+ }, /*#__PURE__*/React.createElement("style", {
6622
+ children: loadingCircleStyle$28
6623
+ }), /*#__PURE__*/React.createElement("svg", _extends({
6624
+ xmlns: "http://www.w3.org/2000/svg",
6625
+ width: size,
6626
+ height: size,
6627
+ viewBox: "0 0 24 24",
6628
+ fill: color
6629
+ }, otherProps, {
6630
+ style: _objectSpread2(_objectSpread2(_objectSpread2({}, style), spin ? {
6631
+ animationDuration: '1s',
6632
+ animationIterationCount: 'infinite',
6633
+ animationName: 'loadingCircle',
6634
+ animationTimingFunction: 'linear'
6635
+ } : {}), {}, {
6636
+ cursor: 'pointer'
6637
+ })
6638
+ }), /*#__PURE__*/React.createElement("path", {
6639
+ 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"
6640
+ })));
6641
+ };
6642
+
6643
+ InfoFill.propTypes = {
6644
+ spin: PropTypes.bool,
6645
+ color: PropTypes.string,
6646
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
6647
+ };
6648
+ InfoFill.defaultProps = {
6649
+ spin: false,
6650
+ color: 'currentColor',
6651
+ size: '16'
6652
+ };
6653
+
6654
+ var loadingCircleStyle$29 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6565
6655
 
6566
6656
  var Help = function Help(props) {
6567
6657
  var color = props.color,
@@ -6574,7 +6664,7 @@ var Help = function Help(props) {
6574
6664
  return /*#__PURE__*/React.createElement("span", {
6575
6665
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6576
6666
  }, /*#__PURE__*/React.createElement("style", {
6577
- children: loadingCircleStyle$27
6667
+ children: loadingCircleStyle$29
6578
6668
  }), /*#__PURE__*/React.createElement("svg", _extends({
6579
6669
  xmlns: "http://www.w3.org/2000/svg",
6580
6670
  width: size,
@@ -6606,7 +6696,7 @@ Help.defaultProps = {
6606
6696
  size: '16'
6607
6697
  };
6608
6698
 
6609
- var loadingCircleStyle$28 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6699
+ var loadingCircleStyle$2a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6610
6700
 
6611
6701
  var History = function History(props) {
6612
6702
  var color = props.color,
@@ -6619,7 +6709,7 @@ var History = function History(props) {
6619
6709
  return /*#__PURE__*/React.createElement("span", {
6620
6710
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6621
6711
  }, /*#__PURE__*/React.createElement("style", {
6622
- children: loadingCircleStyle$28
6712
+ children: loadingCircleStyle$2a
6623
6713
  }), /*#__PURE__*/React.createElement("svg", _extends({
6624
6714
  xmlns: "http://www.w3.org/2000/svg",
6625
6715
  width: size,
@@ -6651,7 +6741,7 @@ History.defaultProps = {
6651
6741
  size: '16'
6652
6742
  };
6653
6743
 
6654
- var loadingCircleStyle$29 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6744
+ var loadingCircleStyle$2b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6655
6745
 
6656
6746
  var Backup = function Backup(props) {
6657
6747
  var color = props.color,
@@ -6664,7 +6754,7 @@ var Backup = function Backup(props) {
6664
6754
  return /*#__PURE__*/React.createElement("span", {
6665
6755
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6666
6756
  }, /*#__PURE__*/React.createElement("style", {
6667
- children: loadingCircleStyle$29
6757
+ children: loadingCircleStyle$2b
6668
6758
  }), /*#__PURE__*/React.createElement("svg", _extends({
6669
6759
  xmlns: "http://www.w3.org/2000/svg",
6670
6760
  width: size,
@@ -6698,7 +6788,7 @@ Backup.defaultProps = {
6698
6788
  size: '16'
6699
6789
  };
6700
6790
 
6701
- var loadingCircleStyle$2a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6791
+ var loadingCircleStyle$2c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6702
6792
 
6703
6793
  var Error = function Error(props) {
6704
6794
  var color = props.color,
@@ -6711,7 +6801,7 @@ var Error = function Error(props) {
6711
6801
  return /*#__PURE__*/React.createElement("span", {
6712
6802
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6713
6803
  }, /*#__PURE__*/React.createElement("style", {
6714
- children: loadingCircleStyle$2a
6804
+ children: loadingCircleStyle$2c
6715
6805
  }), /*#__PURE__*/React.createElement("svg", _extends({
6716
6806
  xmlns: "http://www.w3.org/2000/svg",
6717
6807
  width: size,
@@ -6747,7 +6837,7 @@ Error.defaultProps = {
6747
6837
  size: '16'
6748
6838
  };
6749
6839
 
6750
- var loadingCircleStyle$2b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6840
+ var loadingCircleStyle$2d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6751
6841
 
6752
6842
  var ErrorFill = function ErrorFill(props) {
6753
6843
  var color = props.color,
@@ -6760,7 +6850,7 @@ var ErrorFill = function ErrorFill(props) {
6760
6850
  return /*#__PURE__*/React.createElement("span", {
6761
6851
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6762
6852
  }, /*#__PURE__*/React.createElement("style", {
6763
- children: loadingCircleStyle$2b
6853
+ children: loadingCircleStyle$2d
6764
6854
  }), /*#__PURE__*/React.createElement("svg", _extends({
6765
6855
  xmlns: "http://www.w3.org/2000/svg",
6766
6856
  width: size,
@@ -6792,7 +6882,7 @@ ErrorFill.defaultProps = {
6792
6882
  size: '16'
6793
6883
  };
6794
6884
 
6795
- var loadingCircleStyle$2c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6885
+ var loadingCircleStyle$2e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6796
6886
 
6797
6887
  var Error2 = function Error2(props) {
6798
6888
  var color = props.color,
@@ -6805,7 +6895,7 @@ var Error2 = function Error2(props) {
6805
6895
  return /*#__PURE__*/React.createElement("span", {
6806
6896
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6807
6897
  }, /*#__PURE__*/React.createElement("style", {
6808
- children: loadingCircleStyle$2c
6898
+ children: loadingCircleStyle$2e
6809
6899
  }), /*#__PURE__*/React.createElement("svg", _extends({
6810
6900
  xmlns: "http://www.w3.org/2000/svg",
6811
6901
  width: size,
@@ -6839,7 +6929,7 @@ Error2.defaultProps = {
6839
6929
  size: '16'
6840
6930
  };
6841
6931
 
6842
- var loadingCircleStyle$2d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6932
+ var loadingCircleStyle$2f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6843
6933
 
6844
6934
  var Error2Fill = function Error2Fill(props) {
6845
6935
  var color = props.color,
@@ -6852,7 +6942,7 @@ var Error2Fill = function Error2Fill(props) {
6852
6942
  return /*#__PURE__*/React.createElement("span", {
6853
6943
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6854
6944
  }, /*#__PURE__*/React.createElement("style", {
6855
- children: loadingCircleStyle$2d
6945
+ children: loadingCircleStyle$2f
6856
6946
  }), /*#__PURE__*/React.createElement("svg", _extends({
6857
6947
  xmlns: "http://www.w3.org/2000/svg",
6858
6948
  width: size,
@@ -6886,7 +6976,7 @@ Error2Fill.defaultProps = {
6886
6976
  size: '16'
6887
6977
  };
6888
6978
 
6889
- var loadingCircleStyle$2e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6979
+ var loadingCircleStyle$2g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6890
6980
 
6891
6981
  var Success = function Success(props) {
6892
6982
  var color = props.color,
@@ -6899,7 +6989,7 @@ var Success = function Success(props) {
6899
6989
  return /*#__PURE__*/React.createElement("span", {
6900
6990
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6901
6991
  }, /*#__PURE__*/React.createElement("style", {
6902
- children: loadingCircleStyle$2e
6992
+ children: loadingCircleStyle$2g
6903
6993
  }), /*#__PURE__*/React.createElement("svg", _extends({
6904
6994
  xmlns: "http://www.w3.org/2000/svg",
6905
6995
  width: size,
@@ -6931,7 +7021,7 @@ Success.defaultProps = {
6931
7021
  size: '16'
6932
7022
  };
6933
7023
 
6934
- var loadingCircleStyle$2f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7024
+ var loadingCircleStyle$2h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6935
7025
 
6936
7026
  var SuccessFill = function SuccessFill(props) {
6937
7027
  var color = props.color,
@@ -6944,7 +7034,7 @@ var SuccessFill = function SuccessFill(props) {
6944
7034
  return /*#__PURE__*/React.createElement("span", {
6945
7035
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6946
7036
  }, /*#__PURE__*/React.createElement("style", {
6947
- children: loadingCircleStyle$2f
7037
+ children: loadingCircleStyle$2h
6948
7038
  }), /*#__PURE__*/React.createElement("svg", _extends({
6949
7039
  xmlns: "http://www.w3.org/2000/svg",
6950
7040
  width: size,
@@ -6978,7 +7068,7 @@ SuccessFill.defaultProps = {
6978
7068
  size: '16'
6979
7069
  };
6980
7070
 
6981
- var loadingCircleStyle$2g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7071
+ var loadingCircleStyle$2i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
6982
7072
 
6983
7073
  var Delete2 = function Delete2(props) {
6984
7074
  var color = props.color,
@@ -6991,7 +7081,7 @@ var Delete2 = function Delete2(props) {
6991
7081
  return /*#__PURE__*/React.createElement("span", {
6992
7082
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6993
7083
  }, /*#__PURE__*/React.createElement("style", {
6994
- children: loadingCircleStyle$2g
7084
+ children: loadingCircleStyle$2i
6995
7085
  }), /*#__PURE__*/React.createElement("svg", _extends({
6996
7086
  xmlns: "http://www.w3.org/2000/svg",
6997
7087
  width: size,
@@ -7023,7 +7113,7 @@ Delete2.defaultProps = {
7023
7113
  size: '16'
7024
7114
  };
7025
7115
 
7026
- var loadingCircleStyle$2h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7116
+ var loadingCircleStyle$2j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7027
7117
 
7028
7118
  var Delete2Fill = function Delete2Fill(props) {
7029
7119
  var color = props.color,
@@ -7036,7 +7126,7 @@ var Delete2Fill = function Delete2Fill(props) {
7036
7126
  return /*#__PURE__*/React.createElement("span", {
7037
7127
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7038
7128
  }, /*#__PURE__*/React.createElement("style", {
7039
- children: loadingCircleStyle$2h
7129
+ children: loadingCircleStyle$2j
7040
7130
  }), /*#__PURE__*/React.createElement("svg", _extends({
7041
7131
  xmlns: "http://www.w3.org/2000/svg",
7042
7132
  width: size,
@@ -7068,7 +7158,7 @@ Delete2Fill.defaultProps = {
7068
7158
  size: '16'
7069
7159
  };
7070
7160
 
7071
- var loadingCircleStyle$2i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7161
+ var loadingCircleStyle$2k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7072
7162
 
7073
7163
  var Exchange = function Exchange(props) {
7074
7164
  var color = props.color,
@@ -7081,7 +7171,7 @@ var Exchange = function Exchange(props) {
7081
7171
  return /*#__PURE__*/React.createElement("span", {
7082
7172
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7083
7173
  }, /*#__PURE__*/React.createElement("style", {
7084
- children: loadingCircleStyle$2i
7174
+ children: loadingCircleStyle$2k
7085
7175
  }), /*#__PURE__*/React.createElement("svg", _extends({
7086
7176
  xmlns: "http://www.w3.org/2000/svg",
7087
7177
  width: size,
@@ -7113,7 +7203,7 @@ Exchange.defaultProps = {
7113
7203
  size: '16'
7114
7204
  };
7115
7205
 
7116
- var loadingCircleStyle$2j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7206
+ var loadingCircleStyle$2l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7117
7207
 
7118
7208
  var SwapFill = function SwapFill(props) {
7119
7209
  var color = props.color,
@@ -7126,7 +7216,7 @@ var SwapFill = function SwapFill(props) {
7126
7216
  return /*#__PURE__*/React.createElement("span", {
7127
7217
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7128
7218
  }, /*#__PURE__*/React.createElement("style", {
7129
- children: loadingCircleStyle$2j
7219
+ children: loadingCircleStyle$2l
7130
7220
  }), /*#__PURE__*/React.createElement("svg", _extends({
7131
7221
  xmlns: "http://www.w3.org/2000/svg",
7132
7222
  width: size,
@@ -7158,7 +7248,7 @@ SwapFill.defaultProps = {
7158
7248
  size: '16'
7159
7249
  };
7160
7250
 
7161
- var loadingCircleStyle$2k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7251
+ var loadingCircleStyle$2m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7162
7252
 
7163
7253
  var Processing = function Processing(props) {
7164
7254
  var color = props.color,
@@ -7171,7 +7261,7 @@ var Processing = function Processing(props) {
7171
7261
  return /*#__PURE__*/React.createElement("span", {
7172
7262
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7173
7263
  }, /*#__PURE__*/React.createElement("style", {
7174
- children: loadingCircleStyle$2k
7264
+ children: loadingCircleStyle$2m
7175
7265
  }), /*#__PURE__*/React.createElement("svg", _extends({
7176
7266
  xmlns: "http://www.w3.org/2000/svg",
7177
7267
  width: size,
@@ -7203,7 +7293,7 @@ Processing.defaultProps = {
7203
7293
  size: '16'
7204
7294
  };
7205
7295
 
7206
- var loadingCircleStyle$2l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7296
+ var loadingCircleStyle$2n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7207
7297
 
7208
7298
  var Processing2 = function Processing2(props) {
7209
7299
  var color = props.color,
@@ -7216,7 +7306,7 @@ var Processing2 = function Processing2(props) {
7216
7306
  return /*#__PURE__*/React.createElement("span", {
7217
7307
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7218
7308
  }, /*#__PURE__*/React.createElement("style", {
7219
- children: loadingCircleStyle$2l
7309
+ children: loadingCircleStyle$2n
7220
7310
  }), /*#__PURE__*/React.createElement("svg", _extends({
7221
7311
  xmlns: "http://www.w3.org/2000/svg",
7222
7312
  width: size,
@@ -7250,7 +7340,7 @@ Processing2.defaultProps = {
7250
7340
  size: '16'
7251
7341
  };
7252
7342
 
7253
- var loadingCircleStyle$2m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7343
+ var loadingCircleStyle$2o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7254
7344
 
7255
7345
  var Done = function Done(props) {
7256
7346
  var color = props.color,
@@ -7263,7 +7353,7 @@ var Done = function Done(props) {
7263
7353
  return /*#__PURE__*/React.createElement("span", {
7264
7354
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7265
7355
  }, /*#__PURE__*/React.createElement("style", {
7266
- children: loadingCircleStyle$2m
7356
+ children: loadingCircleStyle$2o
7267
7357
  }), /*#__PURE__*/React.createElement("svg", _extends({
7268
7358
  xmlns: "http://www.w3.org/2000/svg",
7269
7359
  width: size,
@@ -7295,7 +7385,7 @@ Done.defaultProps = {
7295
7385
  size: '16'
7296
7386
  };
7297
7387
 
7298
- var loadingCircleStyle$2n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7388
+ var loadingCircleStyle$2p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7299
7389
 
7300
7390
  var Close = function Close(props) {
7301
7391
  var color = props.color,
@@ -7308,7 +7398,7 @@ var Close = function Close(props) {
7308
7398
  return /*#__PURE__*/React.createElement("span", {
7309
7399
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7310
7400
  }, /*#__PURE__*/React.createElement("style", {
7311
- children: loadingCircleStyle$2n
7401
+ children: loadingCircleStyle$2p
7312
7402
  }), /*#__PURE__*/React.createElement("svg", _extends({
7313
7403
  xmlns: "http://www.w3.org/2000/svg",
7314
7404
  width: size,
@@ -7340,7 +7430,7 @@ Close.defaultProps = {
7340
7430
  size: '16'
7341
7431
  };
7342
7432
 
7343
- var loadingCircleStyle$2o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7433
+ var loadingCircleStyle$2q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7344
7434
 
7345
7435
  var StarOutline = function StarOutline(props) {
7346
7436
  var color = props.color,
@@ -7353,7 +7443,7 @@ var StarOutline = function StarOutline(props) {
7353
7443
  return /*#__PURE__*/React.createElement("span", {
7354
7444
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7355
7445
  }, /*#__PURE__*/React.createElement("style", {
7356
- children: loadingCircleStyle$2o
7446
+ children: loadingCircleStyle$2q
7357
7447
  }), /*#__PURE__*/React.createElement("svg", _extends({
7358
7448
  xmlns: "http://www.w3.org/2000/svg",
7359
7449
  width: size,
@@ -7385,7 +7475,7 @@ StarOutline.defaultProps = {
7385
7475
  size: '16'
7386
7476
  };
7387
7477
 
7388
- var loadingCircleStyle$2p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7478
+ var loadingCircleStyle$2r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7389
7479
 
7390
7480
  var StarFill = function StarFill(props) {
7391
7481
  var color = props.color,
@@ -7398,7 +7488,7 @@ var StarFill = function StarFill(props) {
7398
7488
  return /*#__PURE__*/React.createElement("span", {
7399
7489
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7400
7490
  }, /*#__PURE__*/React.createElement("style", {
7401
- children: loadingCircleStyle$2p
7491
+ children: loadingCircleStyle$2r
7402
7492
  }), /*#__PURE__*/React.createElement("svg", _extends({
7403
7493
  xmlns: "http://www.w3.org/2000/svg",
7404
7494
  width: size,
@@ -7430,7 +7520,7 @@ StarFill.defaultProps = {
7430
7520
  size: '16'
7431
7521
  };
7432
7522
 
7433
- var loadingCircleStyle$2q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7523
+ var loadingCircleStyle$2s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7434
7524
 
7435
7525
  var TimeLock = function TimeLock(props) {
7436
7526
  var color = props.color,
@@ -7443,7 +7533,7 @@ var TimeLock = function TimeLock(props) {
7443
7533
  return /*#__PURE__*/React.createElement("span", {
7444
7534
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7445
7535
  }, /*#__PURE__*/React.createElement("style", {
7446
- children: loadingCircleStyle$2q
7536
+ children: loadingCircleStyle$2s
7447
7537
  }), /*#__PURE__*/React.createElement("svg", _extends({
7448
7538
  xmlns: "http://www.w3.org/2000/svg",
7449
7539
  width: size,
@@ -7475,7 +7565,7 @@ TimeLock.defaultProps = {
7475
7565
  size: '16'
7476
7566
  };
7477
7567
 
7478
- var loadingCircleStyle$2r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7568
+ var loadingCircleStyle$2t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7479
7569
 
7480
7570
  var Heart = function Heart(props) {
7481
7571
  var color = props.color,
@@ -7488,7 +7578,7 @@ var Heart = function Heart(props) {
7488
7578
  return /*#__PURE__*/React.createElement("span", {
7489
7579
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7490
7580
  }, /*#__PURE__*/React.createElement("style", {
7491
- children: loadingCircleStyle$2r
7581
+ children: loadingCircleStyle$2t
7492
7582
  }), /*#__PURE__*/React.createElement("svg", _extends({
7493
7583
  xmlns: "http://www.w3.org/2000/svg",
7494
7584
  width: size,
@@ -7520,7 +7610,7 @@ Heart.defaultProps = {
7520
7610
  size: '16'
7521
7611
  };
7522
7612
 
7523
- var loadingCircleStyle$2s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7613
+ var loadingCircleStyle$2u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7524
7614
 
7525
7615
  var Bookmark = function Bookmark(props) {
7526
7616
  var color = props.color,
@@ -7533,7 +7623,7 @@ var Bookmark = function Bookmark(props) {
7533
7623
  return /*#__PURE__*/React.createElement("span", {
7534
7624
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7535
7625
  }, /*#__PURE__*/React.createElement("style", {
7536
- children: loadingCircleStyle$2s
7626
+ children: loadingCircleStyle$2u
7537
7627
  }), /*#__PURE__*/React.createElement("svg", _extends({
7538
7628
  xmlns: "http://www.w3.org/2000/svg",
7539
7629
  width: size,
@@ -7565,7 +7655,7 @@ Bookmark.defaultProps = {
7565
7655
  size: '16'
7566
7656
  };
7567
7657
 
7568
- var loadingCircleStyle$2t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7658
+ var loadingCircleStyle$2v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7569
7659
 
7570
7660
  var Bookmark2 = function Bookmark2(props) {
7571
7661
  var color = props.color,
@@ -7578,7 +7668,7 @@ var Bookmark2 = function Bookmark2(props) {
7578
7668
  return /*#__PURE__*/React.createElement("span", {
7579
7669
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7580
7670
  }, /*#__PURE__*/React.createElement("style", {
7581
- children: loadingCircleStyle$2t
7671
+ children: loadingCircleStyle$2v
7582
7672
  }), /*#__PURE__*/React.createElement("svg", _extends({
7583
7673
  xmlns: "http://www.w3.org/2000/svg",
7584
7674
  width: size,
@@ -7610,7 +7700,7 @@ Bookmark2.defaultProps = {
7610
7700
  size: '16'
7611
7701
  };
7612
7702
 
7613
- var loadingCircleStyle$2u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7703
+ var loadingCircleStyle$2w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7614
7704
 
7615
7705
  var LockClose = function LockClose(props) {
7616
7706
  var color = props.color,
@@ -7623,7 +7713,7 @@ var LockClose = function LockClose(props) {
7623
7713
  return /*#__PURE__*/React.createElement("span", {
7624
7714
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7625
7715
  }, /*#__PURE__*/React.createElement("style", {
7626
- children: loadingCircleStyle$2u
7716
+ children: loadingCircleStyle$2w
7627
7717
  }), /*#__PURE__*/React.createElement("svg", _extends({
7628
7718
  xmlns: "http://www.w3.org/2000/svg",
7629
7719
  width: size,
@@ -7659,7 +7749,7 @@ LockClose.defaultProps = {
7659
7749
  size: '16'
7660
7750
  };
7661
7751
 
7662
- var loadingCircleStyle$2v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7752
+ var loadingCircleStyle$2x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7663
7753
 
7664
7754
  var LockCloseFill = function LockCloseFill(props) {
7665
7755
  var color = props.color,
@@ -7672,7 +7762,7 @@ var LockCloseFill = function LockCloseFill(props) {
7672
7762
  return /*#__PURE__*/React.createElement("span", {
7673
7763
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7674
7764
  }, /*#__PURE__*/React.createElement("style", {
7675
- children: loadingCircleStyle$2v
7765
+ children: loadingCircleStyle$2x
7676
7766
  }), /*#__PURE__*/React.createElement("svg", _extends({
7677
7767
  xmlns: "http://www.w3.org/2000/svg",
7678
7768
  width: size,
@@ -7704,7 +7794,7 @@ LockCloseFill.defaultProps = {
7704
7794
  size: '16'
7705
7795
  };
7706
7796
 
7707
- var loadingCircleStyle$2w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7797
+ var loadingCircleStyle$2y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7708
7798
 
7709
7799
  var LockOpen = function LockOpen(props) {
7710
7800
  var color = props.color,
@@ -7717,7 +7807,7 @@ var LockOpen = function LockOpen(props) {
7717
7807
  return /*#__PURE__*/React.createElement("span", {
7718
7808
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7719
7809
  }, /*#__PURE__*/React.createElement("style", {
7720
- children: loadingCircleStyle$2w
7810
+ children: loadingCircleStyle$2y
7721
7811
  }), /*#__PURE__*/React.createElement("svg", _extends({
7722
7812
  xmlns: "http://www.w3.org/2000/svg",
7723
7813
  width: size,
@@ -7749,7 +7839,7 @@ LockOpen.defaultProps = {
7749
7839
  size: '16'
7750
7840
  };
7751
7841
 
7752
- var loadingCircleStyle$2x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7842
+ var loadingCircleStyle$2z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7753
7843
 
7754
7844
  var LockOpenFill = function LockOpenFill(props) {
7755
7845
  var color = props.color,
@@ -7762,7 +7852,7 @@ var LockOpenFill = function LockOpenFill(props) {
7762
7852
  return /*#__PURE__*/React.createElement("span", {
7763
7853
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7764
7854
  }, /*#__PURE__*/React.createElement("style", {
7765
- children: loadingCircleStyle$2x
7855
+ children: loadingCircleStyle$2z
7766
7856
  }), /*#__PURE__*/React.createElement("svg", _extends({
7767
7857
  xmlns: "http://www.w3.org/2000/svg",
7768
7858
  width: size,
@@ -7794,7 +7884,7 @@ LockOpenFill.defaultProps = {
7794
7884
  size: '16'
7795
7885
  };
7796
7886
 
7797
- var loadingCircleStyle$2y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7887
+ var loadingCircleStyle$2A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7798
7888
 
7799
7889
  var EyeOn = function EyeOn(props) {
7800
7890
  var color = props.color,
@@ -7807,7 +7897,7 @@ var EyeOn = function EyeOn(props) {
7807
7897
  return /*#__PURE__*/React.createElement("span", {
7808
7898
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7809
7899
  }, /*#__PURE__*/React.createElement("style", {
7810
- children: loadingCircleStyle$2y
7900
+ children: loadingCircleStyle$2A
7811
7901
  }), /*#__PURE__*/React.createElement("svg", _extends({
7812
7902
  xmlns: "http://www.w3.org/2000/svg",
7813
7903
  width: size,
@@ -7839,7 +7929,7 @@ EyeOn.defaultProps = {
7839
7929
  size: '16'
7840
7930
  };
7841
7931
 
7842
- var loadingCircleStyle$2z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7932
+ var loadingCircleStyle$2B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7843
7933
 
7844
7934
  var EyeOnFill = function EyeOnFill(props) {
7845
7935
  var color = props.color,
@@ -7852,7 +7942,7 @@ var EyeOnFill = function EyeOnFill(props) {
7852
7942
  return /*#__PURE__*/React.createElement("span", {
7853
7943
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7854
7944
  }, /*#__PURE__*/React.createElement("style", {
7855
- children: loadingCircleStyle$2z
7945
+ children: loadingCircleStyle$2B
7856
7946
  }), /*#__PURE__*/React.createElement("svg", _extends({
7857
7947
  xmlns: "http://www.w3.org/2000/svg",
7858
7948
  width: size,
@@ -7886,7 +7976,7 @@ EyeOnFill.defaultProps = {
7886
7976
  size: '16'
7887
7977
  };
7888
7978
 
7889
- var loadingCircleStyle$2A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7979
+ var loadingCircleStyle$2C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7890
7980
 
7891
7981
  var EyeOff = function EyeOff(props) {
7892
7982
  var color = props.color,
@@ -7899,7 +7989,7 @@ var EyeOff = function EyeOff(props) {
7899
7989
  return /*#__PURE__*/React.createElement("span", {
7900
7990
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7901
7991
  }, /*#__PURE__*/React.createElement("style", {
7902
- children: loadingCircleStyle$2A
7992
+ children: loadingCircleStyle$2C
7903
7993
  }), /*#__PURE__*/React.createElement("svg", _extends({
7904
7994
  xmlns: "http://www.w3.org/2000/svg",
7905
7995
  width: size,
@@ -7931,7 +8021,7 @@ EyeOff.defaultProps = {
7931
8021
  size: '16'
7932
8022
  };
7933
8023
 
7934
- var loadingCircleStyle$2B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8024
+ var loadingCircleStyle$2D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7935
8025
 
7936
8026
  var EyeOffFill = function EyeOffFill(props) {
7937
8027
  var color = props.color,
@@ -7944,7 +8034,7 @@ var EyeOffFill = function EyeOffFill(props) {
7944
8034
  return /*#__PURE__*/React.createElement("span", {
7945
8035
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7946
8036
  }, /*#__PURE__*/React.createElement("style", {
7947
- children: loadingCircleStyle$2B
8037
+ children: loadingCircleStyle$2D
7948
8038
  }), /*#__PURE__*/React.createElement("svg", _extends({
7949
8039
  xmlns: "http://www.w3.org/2000/svg",
7950
8040
  width: size,
@@ -7978,7 +8068,7 @@ EyeOffFill.defaultProps = {
7978
8068
  size: '16'
7979
8069
  };
7980
8070
 
7981
- var loadingCircleStyle$2C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8071
+ var loadingCircleStyle$2E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
7982
8072
 
7983
8073
  var Dot = function Dot(props) {
7984
8074
  var color = props.color,
@@ -7991,7 +8081,7 @@ var Dot = function Dot(props) {
7991
8081
  return /*#__PURE__*/React.createElement("span", {
7992
8082
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7993
8083
  }, /*#__PURE__*/React.createElement("style", {
7994
- children: loadingCircleStyle$2C
8084
+ children: loadingCircleStyle$2E
7995
8085
  }), /*#__PURE__*/React.createElement("svg", _extends({
7996
8086
  xmlns: "http://www.w3.org/2000/svg",
7997
8087
  width: size,
@@ -8025,7 +8115,7 @@ Dot.defaultProps = {
8025
8115
  size: '16'
8026
8116
  };
8027
8117
 
8028
- var loadingCircleStyle$2D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8118
+ var loadingCircleStyle$2F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8029
8119
 
8030
8120
  var Anchor = function Anchor(props) {
8031
8121
  var color = props.color,
@@ -8038,7 +8128,7 @@ var Anchor = function Anchor(props) {
8038
8128
  return /*#__PURE__*/React.createElement("span", {
8039
8129
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8040
8130
  }, /*#__PURE__*/React.createElement("style", {
8041
- children: loadingCircleStyle$2D
8131
+ children: loadingCircleStyle$2F
8042
8132
  }), /*#__PURE__*/React.createElement("svg", _extends({
8043
8133
  xmlns: "http://www.w3.org/2000/svg",
8044
8134
  width: size,
@@ -8070,7 +8160,7 @@ Anchor.defaultProps = {
8070
8160
  size: '16'
8071
8161
  };
8072
8162
 
8073
- var loadingCircleStyle$2E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8163
+ var loadingCircleStyle$2G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8074
8164
 
8075
8165
  var ChartLine = function ChartLine(props) {
8076
8166
  var color = props.color,
@@ -8083,7 +8173,7 @@ var ChartLine = function ChartLine(props) {
8083
8173
  return /*#__PURE__*/React.createElement("span", {
8084
8174
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8085
8175
  }, /*#__PURE__*/React.createElement("style", {
8086
- children: loadingCircleStyle$2E
8176
+ children: loadingCircleStyle$2G
8087
8177
  }), /*#__PURE__*/React.createElement("svg", _extends({
8088
8178
  xmlns: "http://www.w3.org/2000/svg",
8089
8179
  width: size,
@@ -8121,7 +8211,7 @@ ChartLine.defaultProps = {
8121
8211
  size: '16'
8122
8212
  };
8123
8213
 
8124
- var loadingCircleStyle$2F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8214
+ var loadingCircleStyle$2H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8125
8215
 
8126
8216
  var ChartBar = function ChartBar(props) {
8127
8217
  var color = props.color,
@@ -8134,7 +8224,7 @@ var ChartBar = function ChartBar(props) {
8134
8224
  return /*#__PURE__*/React.createElement("span", {
8135
8225
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8136
8226
  }, /*#__PURE__*/React.createElement("style", {
8137
- children: loadingCircleStyle$2F
8227
+ children: loadingCircleStyle$2H
8138
8228
  }), /*#__PURE__*/React.createElement("svg", _extends({
8139
8229
  xmlns: "http://www.w3.org/2000/svg",
8140
8230
  width: size,
@@ -8170,7 +8260,7 @@ ChartBar.defaultProps = {
8170
8260
  size: '16'
8171
8261
  };
8172
8262
 
8173
- var loadingCircleStyle$2G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8263
+ var loadingCircleStyle$2I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8174
8264
 
8175
8265
  var ChartCum = function ChartCum(props) {
8176
8266
  var color = props.color,
@@ -8183,7 +8273,7 @@ var ChartCum = function ChartCum(props) {
8183
8273
  return /*#__PURE__*/React.createElement("span", {
8184
8274
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8185
8275
  }, /*#__PURE__*/React.createElement("style", {
8186
- children: loadingCircleStyle$2G
8276
+ children: loadingCircleStyle$2I
8187
8277
  }), /*#__PURE__*/React.createElement("svg", _extends({
8188
8278
  xmlns: "http://www.w3.org/2000/svg",
8189
8279
  width: size,
@@ -8225,7 +8315,7 @@ ChartCum.defaultProps = {
8225
8315
  size: '16'
8226
8316
  };
8227
8317
 
8228
- var loadingCircleStyle$2H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8318
+ var loadingCircleStyle$2J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8229
8319
 
8230
8320
  var ChartPie = function ChartPie(props) {
8231
8321
  var color = props.color,
@@ -8238,7 +8328,7 @@ var ChartPie = function ChartPie(props) {
8238
8328
  return /*#__PURE__*/React.createElement("span", {
8239
8329
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8240
8330
  }, /*#__PURE__*/React.createElement("style", {
8241
- children: loadingCircleStyle$2H
8331
+ children: loadingCircleStyle$2J
8242
8332
  }), /*#__PURE__*/React.createElement("svg", _extends({
8243
8333
  xmlns: "http://www.w3.org/2000/svg",
8244
8334
  width: size,
@@ -8272,7 +8362,7 @@ ChartPie.defaultProps = {
8272
8362
  size: '16'
8273
8363
  };
8274
8364
 
8275
- var loadingCircleStyle$2I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8365
+ var loadingCircleStyle$2K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8276
8366
 
8277
8367
  var ChartDNRe = function ChartDNRe(props) {
8278
8368
  var color = props.color,
@@ -8285,7 +8375,7 @@ var ChartDNRe = function ChartDNRe(props) {
8285
8375
  return /*#__PURE__*/React.createElement("span", {
8286
8376
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8287
8377
  }, /*#__PURE__*/React.createElement("style", {
8288
- children: loadingCircleStyle$2I
8378
+ children: loadingCircleStyle$2K
8289
8379
  }), /*#__PURE__*/React.createElement("svg", _extends({
8290
8380
  xmlns: "http://www.w3.org/2000/svg",
8291
8381
  width: size,
@@ -8329,7 +8419,7 @@ ChartDNRe.defaultProps = {
8329
8419
  size: '16'
8330
8420
  };
8331
8421
 
8332
- var loadingCircleStyle$2J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8422
+ var loadingCircleStyle$2L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8333
8423
 
8334
8424
  var ChartDRe = function ChartDRe(props) {
8335
8425
  var color = props.color,
@@ -8342,7 +8432,7 @@ var ChartDRe = function ChartDRe(props) {
8342
8432
  return /*#__PURE__*/React.createElement("span", {
8343
8433
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8344
8434
  }, /*#__PURE__*/React.createElement("style", {
8345
- children: loadingCircleStyle$2J
8435
+ children: loadingCircleStyle$2L
8346
8436
  }), /*#__PURE__*/React.createElement("svg", _extends({
8347
8437
  xmlns: "http://www.w3.org/2000/svg",
8348
8438
  width: size,
@@ -8386,7 +8476,7 @@ ChartDRe.defaultProps = {
8386
8476
  size: '16'
8387
8477
  };
8388
8478
 
8389
- var loadingCircleStyle$2K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8479
+ var loadingCircleStyle$2M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8390
8480
 
8391
8481
  var ChartFunnel = function ChartFunnel(props) {
8392
8482
  var color = props.color,
@@ -8399,7 +8489,7 @@ var ChartFunnel = function ChartFunnel(props) {
8399
8489
  return /*#__PURE__*/React.createElement("span", {
8400
8490
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8401
8491
  }, /*#__PURE__*/React.createElement("style", {
8402
- children: loadingCircleStyle$2K
8492
+ children: loadingCircleStyle$2M
8403
8493
  }), /*#__PURE__*/React.createElement("svg", _extends({
8404
8494
  xmlns: "http://www.w3.org/2000/svg",
8405
8495
  width: size,
@@ -8435,7 +8525,7 @@ ChartFunnel.defaultProps = {
8435
8525
  size: '16'
8436
8526
  };
8437
8527
 
8438
- var loadingCircleStyle$2L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8528
+ var loadingCircleStyle$2N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8439
8529
 
8440
8530
  var ChartInterval = function ChartInterval(props) {
8441
8531
  var color = props.color,
@@ -8448,7 +8538,7 @@ var ChartInterval = function ChartInterval(props) {
8448
8538
  return /*#__PURE__*/React.createElement("span", {
8449
8539
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8450
8540
  }, /*#__PURE__*/React.createElement("style", {
8451
- children: loadingCircleStyle$2L
8541
+ children: loadingCircleStyle$2N
8452
8542
  }), /*#__PURE__*/React.createElement("svg", _extends({
8453
8543
  xmlns: "http://www.w3.org/2000/svg",
8454
8544
  width: size,
@@ -8482,7 +8572,7 @@ ChartInterval.defaultProps = {
8482
8572
  size: '16'
8483
8573
  };
8484
8574
 
8485
- var loadingCircleStyle$2M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8575
+ var loadingCircleStyle$2O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8486
8576
 
8487
8577
  var ChartStack = function ChartStack(props) {
8488
8578
  var color = props.color,
@@ -8495,7 +8585,7 @@ var ChartStack = function ChartStack(props) {
8495
8585
  return /*#__PURE__*/React.createElement("span", {
8496
8586
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8497
8587
  }, /*#__PURE__*/React.createElement("style", {
8498
- children: loadingCircleStyle$2M
8588
+ children: loadingCircleStyle$2O
8499
8589
  }), /*#__PURE__*/React.createElement("svg", _extends({
8500
8590
  xmlns: "http://www.w3.org/2000/svg",
8501
8591
  width: size,
@@ -8529,7 +8619,7 @@ ChartStack.defaultProps = {
8529
8619
  size: '16'
8530
8620
  };
8531
8621
 
8532
- var loadingCircleStyle$2N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8622
+ var loadingCircleStyle$2P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8533
8623
 
8534
8624
  var ChartStackn = function ChartStackn(props) {
8535
8625
  var color = props.color,
@@ -8542,7 +8632,7 @@ var ChartStackn = function ChartStackn(props) {
8542
8632
  return /*#__PURE__*/React.createElement("span", {
8543
8633
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8544
8634
  }, /*#__PURE__*/React.createElement("style", {
8545
- children: loadingCircleStyle$2N
8635
+ children: loadingCircleStyle$2P
8546
8636
  }), /*#__PURE__*/React.createElement("svg", _extends({
8547
8637
  xmlns: "http://www.w3.org/2000/svg",
8548
8638
  width: size,
@@ -8576,7 +8666,7 @@ ChartStackn.defaultProps = {
8576
8666
  size: '16'
8577
8667
  };
8578
8668
 
8579
- var loadingCircleStyle$2O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8669
+ var loadingCircleStyle$2Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8580
8670
 
8581
8671
  var ChartStackPerc = function ChartStackPerc(props) {
8582
8672
  var color = props.color,
@@ -8589,7 +8679,7 @@ var ChartStackPerc = function ChartStackPerc(props) {
8589
8679
  return /*#__PURE__*/React.createElement("span", {
8590
8680
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8591
8681
  }, /*#__PURE__*/React.createElement("style", {
8592
- children: loadingCircleStyle$2O
8682
+ children: loadingCircleStyle$2Q
8593
8683
  }), /*#__PURE__*/React.createElement("svg", _extends({
8594
8684
  xmlns: "http://www.w3.org/2000/svg",
8595
8685
  width: size,
@@ -8623,7 +8713,7 @@ ChartStackPerc.defaultProps = {
8623
8713
  size: '16'
8624
8714
  };
8625
8715
 
8626
- var loadingCircleStyle$2P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8716
+ var loadingCircleStyle$2R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8627
8717
 
8628
8718
  var ChartComplex = function ChartComplex(props) {
8629
8719
  var color = props.color,
@@ -8636,7 +8726,7 @@ var ChartComplex = function ChartComplex(props) {
8636
8726
  return /*#__PURE__*/React.createElement("span", {
8637
8727
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8638
8728
  }, /*#__PURE__*/React.createElement("style", {
8639
- children: loadingCircleStyle$2P
8729
+ children: loadingCircleStyle$2R
8640
8730
  }), /*#__PURE__*/React.createElement("svg", _extends({
8641
8731
  xmlns: "http://www.w3.org/2000/svg",
8642
8732
  width: size,
@@ -8676,7 +8766,7 @@ ChartComplex.defaultProps = {
8676
8766
  size: '16'
8677
8767
  };
8678
8768
 
8679
- var loadingCircleStyle$2Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8769
+ var loadingCircleStyle$2S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8680
8770
 
8681
8771
  var ChartHistogram = function ChartHistogram(props) {
8682
8772
  var color = props.color,
@@ -8689,7 +8779,7 @@ var ChartHistogram = function ChartHistogram(props) {
8689
8779
  return /*#__PURE__*/React.createElement("span", {
8690
8780
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8691
8781
  }, /*#__PURE__*/React.createElement("style", {
8692
- children: loadingCircleStyle$2Q
8782
+ children: loadingCircleStyle$2S
8693
8783
  }), /*#__PURE__*/React.createElement("svg", _extends({
8694
8784
  xmlns: "http://www.w3.org/2000/svg",
8695
8785
  width: size,
@@ -8735,7 +8825,7 @@ ChartHistogram.defaultProps = {
8735
8825
  size: '16'
8736
8826
  };
8737
8827
 
8738
- var loadingCircleStyle$2R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8828
+ var loadingCircleStyle$2T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8739
8829
 
8740
8830
  var ChartTable = function ChartTable(props) {
8741
8831
  var color = props.color,
@@ -8748,7 +8838,7 @@ var ChartTable = function ChartTable(props) {
8748
8838
  return /*#__PURE__*/React.createElement("span", {
8749
8839
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8750
8840
  }, /*#__PURE__*/React.createElement("style", {
8751
- children: loadingCircleStyle$2R
8841
+ children: loadingCircleStyle$2T
8752
8842
  }), /*#__PURE__*/React.createElement("svg", _extends({
8753
8843
  xmlns: "http://www.w3.org/2000/svg",
8754
8844
  width: size,
@@ -8780,7 +8870,7 @@ ChartTable.defaultProps = {
8780
8870
  size: '16'
8781
8871
  };
8782
8872
 
8783
- var loadingCircleStyle$2S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8873
+ var loadingCircleStyle$2U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8784
8874
 
8785
8875
  var ChartFieldlist = function ChartFieldlist(props) {
8786
8876
  var color = props.color,
@@ -8793,7 +8883,7 @@ var ChartFieldlist = function ChartFieldlist(props) {
8793
8883
  return /*#__PURE__*/React.createElement("span", {
8794
8884
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8795
8885
  }, /*#__PURE__*/React.createElement("style", {
8796
- children: loadingCircleStyle$2S
8886
+ children: loadingCircleStyle$2U
8797
8887
  }), /*#__PURE__*/React.createElement("svg", _extends({
8798
8888
  xmlns: "http://www.w3.org/2000/svg",
8799
8889
  width: size,
@@ -8825,7 +8915,7 @@ ChartFieldlist.defaultProps = {
8825
8915
  size: '16'
8826
8916
  };
8827
8917
 
8828
- var loadingCircleStyle$2T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8918
+ var loadingCircleStyle$2V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8829
8919
 
8830
8920
  var Table1dtable = function Table1dtable(props) {
8831
8921
  var color = props.color,
@@ -8838,7 +8928,7 @@ var Table1dtable = function Table1dtable(props) {
8838
8928
  return /*#__PURE__*/React.createElement("span", {
8839
8929
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8840
8930
  }, /*#__PURE__*/React.createElement("style", {
8841
- children: loadingCircleStyle$2T
8931
+ children: loadingCircleStyle$2V
8842
8932
  }), /*#__PURE__*/React.createElement("svg", _extends({
8843
8933
  xmlns: "http://www.w3.org/2000/svg",
8844
8934
  width: size,
@@ -8888,7 +8978,7 @@ Table1dtable.defaultProps = {
8888
8978
  size: '16'
8889
8979
  };
8890
8980
 
8891
- var loadingCircleStyle$2U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8981
+ var loadingCircleStyle$2W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8892
8982
 
8893
8983
  var ChartSqltable = function ChartSqltable(props) {
8894
8984
  var color = props.color,
@@ -8901,7 +8991,7 @@ var ChartSqltable = function ChartSqltable(props) {
8901
8991
  return /*#__PURE__*/React.createElement("span", {
8902
8992
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8903
8993
  }, /*#__PURE__*/React.createElement("style", {
8904
- children: loadingCircleStyle$2U
8994
+ children: loadingCircleStyle$2W
8905
8995
  }), /*#__PURE__*/React.createElement("svg", _extends({
8906
8996
  xmlns: "http://www.w3.org/2000/svg",
8907
8997
  width: size,
@@ -8933,7 +9023,7 @@ ChartSqltable.defaultProps = {
8933
9023
  size: '16'
8934
9024
  };
8935
9025
 
8936
- var loadingCircleStyle$2V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9026
+ var loadingCircleStyle$2X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8937
9027
 
8938
9028
  var ChartCombinedTable = function ChartCombinedTable(props) {
8939
9029
  var color = props.color,
@@ -8946,7 +9036,7 @@ var ChartCombinedTable = function ChartCombinedTable(props) {
8946
9036
  return /*#__PURE__*/React.createElement("span", {
8947
9037
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8948
9038
  }, /*#__PURE__*/React.createElement("style", {
8949
- children: loadingCircleStyle$2V
9039
+ children: loadingCircleStyle$2X
8950
9040
  }), /*#__PURE__*/React.createElement("svg", _extends({
8951
9041
  xmlns: "http://www.w3.org/2000/svg",
8952
9042
  width: size,
@@ -8978,7 +9068,7 @@ ChartCombinedTable.defaultProps = {
8978
9068
  size: '16'
8979
9069
  };
8980
9070
 
8981
- var loadingCircleStyle$2W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9071
+ var loadingCircleStyle$2Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
8982
9072
 
8983
9073
  var ChartDistTable = function ChartDistTable(props) {
8984
9074
  var color = props.color,
@@ -8991,7 +9081,7 @@ var ChartDistTable = function ChartDistTable(props) {
8991
9081
  return /*#__PURE__*/React.createElement("span", {
8992
9082
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8993
9083
  }, /*#__PURE__*/React.createElement("style", {
8994
- children: loadingCircleStyle$2W
9084
+ children: loadingCircleStyle$2Y
8995
9085
  }), /*#__PURE__*/React.createElement("svg", _extends({
8996
9086
  xmlns: "http://www.w3.org/2000/svg",
8997
9087
  width: size,
@@ -9023,7 +9113,7 @@ ChartDistTable.defaultProps = {
9023
9113
  size: '16'
9024
9114
  };
9025
9115
 
9026
- var loadingCircleStyle$2X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9116
+ var loadingCircleStyle$2Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9027
9117
 
9028
9118
  var ChartBarTable = function ChartBarTable(props) {
9029
9119
  var color = props.color,
@@ -9036,7 +9126,7 @@ var ChartBarTable = function ChartBarTable(props) {
9036
9126
  return /*#__PURE__*/React.createElement("span", {
9037
9127
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9038
9128
  }, /*#__PURE__*/React.createElement("style", {
9039
- children: loadingCircleStyle$2X
9129
+ children: loadingCircleStyle$2Z
9040
9130
  }), /*#__PURE__*/React.createElement("svg", _extends({
9041
9131
  xmlns: "http://www.w3.org/2000/svg",
9042
9132
  width: size,
@@ -9070,7 +9160,7 @@ ChartBarTable.defaultProps = {
9070
9160
  size: '16'
9071
9161
  };
9072
9162
 
9073
- var loadingCircleStyle$2Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9163
+ var loadingCircleStyle$2_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9074
9164
 
9075
9165
  var ChartLineTable = function ChartLineTable(props) {
9076
9166
  var color = props.color,
@@ -9083,7 +9173,7 @@ var ChartLineTable = function ChartLineTable(props) {
9083
9173
  return /*#__PURE__*/React.createElement("span", {
9084
9174
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9085
9175
  }, /*#__PURE__*/React.createElement("style", {
9086
- children: loadingCircleStyle$2Y
9176
+ children: loadingCircleStyle$2_
9087
9177
  }), /*#__PURE__*/React.createElement("svg", _extends({
9088
9178
  xmlns: "http://www.w3.org/2000/svg",
9089
9179
  width: size,
@@ -9123,7 +9213,7 @@ ChartLineTable.defaultProps = {
9123
9213
  size: '16'
9124
9214
  };
9125
9215
 
9126
- var loadingCircleStyle$2Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9216
+ var loadingCircleStyle$2$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9127
9217
 
9128
9218
  var Play = function Play(props) {
9129
9219
  var color = props.color,
@@ -9136,7 +9226,7 @@ var Play = function Play(props) {
9136
9226
  return /*#__PURE__*/React.createElement("span", {
9137
9227
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9138
9228
  }, /*#__PURE__*/React.createElement("style", {
9139
- children: loadingCircleStyle$2Z
9229
+ children: loadingCircleStyle$2$
9140
9230
  }), /*#__PURE__*/React.createElement("svg", _extends({
9141
9231
  xmlns: "http://www.w3.org/2000/svg",
9142
9232
  width: size,
@@ -9168,7 +9258,7 @@ Play.defaultProps = {
9168
9258
  size: '16'
9169
9259
  };
9170
9260
 
9171
- var loadingCircleStyle$2_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9261
+ var loadingCircleStyle$30 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9172
9262
 
9173
9263
  var Config = function Config(props) {
9174
9264
  var color = props.color,
@@ -9181,7 +9271,7 @@ var Config = function Config(props) {
9181
9271
  return /*#__PURE__*/React.createElement("span", {
9182
9272
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9183
9273
  }, /*#__PURE__*/React.createElement("style", {
9184
- children: loadingCircleStyle$2_
9274
+ children: loadingCircleStyle$30
9185
9275
  }), /*#__PURE__*/React.createElement("svg", _extends({
9186
9276
  xmlns: "http://www.w3.org/2000/svg",
9187
9277
  width: size,
@@ -9213,7 +9303,7 @@ Config.defaultProps = {
9213
9303
  size: '16'
9214
9304
  };
9215
9305
 
9216
- var loadingCircleStyle$2$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9306
+ var loadingCircleStyle$31 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9217
9307
 
9218
9308
  var Setting = function Setting(props) {
9219
9309
  var color = props.color,
@@ -9226,7 +9316,7 @@ var Setting = function Setting(props) {
9226
9316
  return /*#__PURE__*/React.createElement("span", {
9227
9317
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9228
9318
  }, /*#__PURE__*/React.createElement("style", {
9229
- children: loadingCircleStyle$2$
9319
+ children: loadingCircleStyle$31
9230
9320
  }), /*#__PURE__*/React.createElement("svg", _extends({
9231
9321
  xmlns: "http://www.w3.org/2000/svg",
9232
9322
  width: size,
@@ -9258,7 +9348,7 @@ Setting.defaultProps = {
9258
9348
  size: '16'
9259
9349
  };
9260
9350
 
9261
- var loadingCircleStyle$30 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9351
+ var loadingCircleStyle$32 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9262
9352
 
9263
9353
  var Search = function Search(props) {
9264
9354
  var color = props.color,
@@ -9271,7 +9361,7 @@ var Search = function Search(props) {
9271
9361
  return /*#__PURE__*/React.createElement("span", {
9272
9362
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9273
9363
  }, /*#__PURE__*/React.createElement("style", {
9274
- children: loadingCircleStyle$30
9364
+ children: loadingCircleStyle$32
9275
9365
  }), /*#__PURE__*/React.createElement("svg", _extends({
9276
9366
  xmlns: "http://www.w3.org/2000/svg",
9277
9367
  width: size,
@@ -9303,7 +9393,7 @@ Search.defaultProps = {
9303
9393
  size: '16'
9304
9394
  };
9305
9395
 
9306
- var loadingCircleStyle$31 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9396
+ var loadingCircleStyle$33 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9307
9397
 
9308
9398
  var Copy = function Copy(props) {
9309
9399
  var color = props.color,
@@ -9316,7 +9406,7 @@ var Copy = function Copy(props) {
9316
9406
  return /*#__PURE__*/React.createElement("span", {
9317
9407
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9318
9408
  }, /*#__PURE__*/React.createElement("style", {
9319
- children: loadingCircleStyle$31
9409
+ children: loadingCircleStyle$33
9320
9410
  }), /*#__PURE__*/React.createElement("svg", _extends({
9321
9411
  xmlns: "http://www.w3.org/2000/svg",
9322
9412
  width: size,
@@ -9348,7 +9438,7 @@ Copy.defaultProps = {
9348
9438
  size: '16'
9349
9439
  };
9350
9440
 
9351
- var loadingCircleStyle$32 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9441
+ var loadingCircleStyle$34 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9352
9442
 
9353
9443
  var Copy2 = function Copy2(props) {
9354
9444
  var color = props.color,
@@ -9361,7 +9451,7 @@ var Copy2 = function Copy2(props) {
9361
9451
  return /*#__PURE__*/React.createElement("span", {
9362
9452
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9363
9453
  }, /*#__PURE__*/React.createElement("style", {
9364
- children: loadingCircleStyle$32
9454
+ children: loadingCircleStyle$34
9365
9455
  }), /*#__PURE__*/React.createElement("svg", _extends({
9366
9456
  xmlns: "http://www.w3.org/2000/svg",
9367
9457
  width: size,
@@ -9393,7 +9483,7 @@ Copy2.defaultProps = {
9393
9483
  size: '16'
9394
9484
  };
9395
9485
 
9396
- var loadingCircleStyle$33 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9486
+ var loadingCircleStyle$35 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9397
9487
 
9398
9488
  var Format = function Format(props) {
9399
9489
  var color = props.color,
@@ -9406,7 +9496,7 @@ var Format = function Format(props) {
9406
9496
  return /*#__PURE__*/React.createElement("span", {
9407
9497
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9408
9498
  }, /*#__PURE__*/React.createElement("style", {
9409
- children: loadingCircleStyle$33
9499
+ children: loadingCircleStyle$35
9410
9500
  }), /*#__PURE__*/React.createElement("svg", _extends({
9411
9501
  xmlns: "http://www.w3.org/2000/svg",
9412
9502
  width: size,
@@ -9440,7 +9530,7 @@ Format.defaultProps = {
9440
9530
  size: '16'
9441
9531
  };
9442
9532
 
9443
- var loadingCircleStyle$34 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9533
+ var loadingCircleStyle$36 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9444
9534
 
9445
9535
  var Code = function Code(props) {
9446
9536
  var color = props.color,
@@ -9453,7 +9543,7 @@ var Code = function Code(props) {
9453
9543
  return /*#__PURE__*/React.createElement("span", {
9454
9544
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9455
9545
  }, /*#__PURE__*/React.createElement("style", {
9456
- children: loadingCircleStyle$34
9546
+ children: loadingCircleStyle$36
9457
9547
  }), /*#__PURE__*/React.createElement("svg", _extends({
9458
9548
  xmlns: "http://www.w3.org/2000/svg",
9459
9549
  width: size,
@@ -9485,7 +9575,7 @@ Code.defaultProps = {
9485
9575
  size: '16'
9486
9576
  };
9487
9577
 
9488
- var loadingCircleStyle$35 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9578
+ var loadingCircleStyle$37 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9489
9579
 
9490
9580
  var Edit = function Edit(props) {
9491
9581
  var color = props.color,
@@ -9498,7 +9588,7 @@ var Edit = function Edit(props) {
9498
9588
  return /*#__PURE__*/React.createElement("span", {
9499
9589
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9500
9590
  }, /*#__PURE__*/React.createElement("style", {
9501
- children: loadingCircleStyle$35
9591
+ children: loadingCircleStyle$37
9502
9592
  }), /*#__PURE__*/React.createElement("svg", _extends({
9503
9593
  xmlns: "http://www.w3.org/2000/svg",
9504
9594
  width: size,
@@ -9530,7 +9620,7 @@ Edit.defaultProps = {
9530
9620
  size: '16'
9531
9621
  };
9532
9622
 
9533
- var loadingCircleStyle$36 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9623
+ var loadingCircleStyle$38 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9534
9624
 
9535
9625
  var EditFill = function EditFill(props) {
9536
9626
  var color = props.color,
@@ -9543,7 +9633,7 @@ var EditFill = function EditFill(props) {
9543
9633
  return /*#__PURE__*/React.createElement("span", {
9544
9634
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9545
9635
  }, /*#__PURE__*/React.createElement("style", {
9546
- children: loadingCircleStyle$36
9636
+ children: loadingCircleStyle$38
9547
9637
  }), /*#__PURE__*/React.createElement("svg", _extends({
9548
9638
  xmlns: "http://www.w3.org/2000/svg",
9549
9639
  width: size,
@@ -9577,7 +9667,7 @@ EditFill.defaultProps = {
9577
9667
  size: '16'
9578
9668
  };
9579
9669
 
9580
- var loadingCircleStyle$37 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9670
+ var loadingCircleStyle$39 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9581
9671
 
9582
9672
  var Delete1 = function Delete1(props) {
9583
9673
  var color = props.color,
@@ -9590,7 +9680,7 @@ var Delete1 = function Delete1(props) {
9590
9680
  return /*#__PURE__*/React.createElement("span", {
9591
9681
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9592
9682
  }, /*#__PURE__*/React.createElement("style", {
9593
- children: loadingCircleStyle$37
9683
+ children: loadingCircleStyle$39
9594
9684
  }), /*#__PURE__*/React.createElement("svg", _extends({
9595
9685
  xmlns: "http://www.w3.org/2000/svg",
9596
9686
  width: size,
@@ -9622,7 +9712,7 @@ Delete1.defaultProps = {
9622
9712
  size: '16'
9623
9713
  };
9624
9714
 
9625
- var loadingCircleStyle$38 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9715
+ var loadingCircleStyle$3a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9626
9716
 
9627
9717
  var Save = function Save(props) {
9628
9718
  var color = props.color,
@@ -9635,7 +9725,7 @@ var Save = function Save(props) {
9635
9725
  return /*#__PURE__*/React.createElement("span", {
9636
9726
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9637
9727
  }, /*#__PURE__*/React.createElement("style", {
9638
- children: loadingCircleStyle$38
9728
+ children: loadingCircleStyle$3a
9639
9729
  }), /*#__PURE__*/React.createElement("svg", _extends({
9640
9730
  xmlns: "http://www.w3.org/2000/svg",
9641
9731
  width: size,
@@ -9667,7 +9757,7 @@ Save.defaultProps = {
9667
9757
  size: '16'
9668
9758
  };
9669
9759
 
9670
- var loadingCircleStyle$39 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9760
+ var loadingCircleStyle$3b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9671
9761
 
9672
9762
  var Send = function Send(props) {
9673
9763
  var color = props.color,
@@ -9680,7 +9770,7 @@ var Send = function Send(props) {
9680
9770
  return /*#__PURE__*/React.createElement("span", {
9681
9771
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9682
9772
  }, /*#__PURE__*/React.createElement("style", {
9683
- children: loadingCircleStyle$39
9773
+ children: loadingCircleStyle$3b
9684
9774
  }), /*#__PURE__*/React.createElement("svg", _extends({
9685
9775
  xmlns: "http://www.w3.org/2000/svg",
9686
9776
  width: size,
@@ -9712,7 +9802,7 @@ Send.defaultProps = {
9712
9802
  size: '16'
9713
9803
  };
9714
9804
 
9715
- var loadingCircleStyle$3a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9805
+ var loadingCircleStyle$3c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9716
9806
 
9717
9807
  var Fullscreen = function Fullscreen(props) {
9718
9808
  var color = props.color,
@@ -9725,7 +9815,7 @@ var Fullscreen = function Fullscreen(props) {
9725
9815
  return /*#__PURE__*/React.createElement("span", {
9726
9816
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9727
9817
  }, /*#__PURE__*/React.createElement("style", {
9728
- children: loadingCircleStyle$3a
9818
+ children: loadingCircleStyle$3c
9729
9819
  }), /*#__PURE__*/React.createElement("svg", _extends({
9730
9820
  xmlns: "http://www.w3.org/2000/svg",
9731
9821
  width: size,
@@ -9757,7 +9847,7 @@ Fullscreen.defaultProps = {
9757
9847
  size: '16'
9758
9848
  };
9759
9849
 
9760
- var loadingCircleStyle$3b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9850
+ var loadingCircleStyle$3d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9761
9851
 
9762
9852
  var ArrowLeftDown = function ArrowLeftDown(props) {
9763
9853
  var color = props.color,
@@ -9770,7 +9860,7 @@ var ArrowLeftDown = function ArrowLeftDown(props) {
9770
9860
  return /*#__PURE__*/React.createElement("span", {
9771
9861
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9772
9862
  }, /*#__PURE__*/React.createElement("style", {
9773
- children: loadingCircleStyle$3b
9863
+ children: loadingCircleStyle$3d
9774
9864
  }), /*#__PURE__*/React.createElement("svg", _extends({
9775
9865
  xmlns: "http://www.w3.org/2000/svg",
9776
9866
  width: size,
@@ -9802,7 +9892,7 @@ ArrowLeftDown.defaultProps = {
9802
9892
  size: '16'
9803
9893
  };
9804
9894
 
9805
- var loadingCircleStyle$3c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9895
+ var loadingCircleStyle$3e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9806
9896
 
9807
9897
  var Link = function Link(props) {
9808
9898
  var color = props.color,
@@ -9815,7 +9905,7 @@ var Link = function Link(props) {
9815
9905
  return /*#__PURE__*/React.createElement("span", {
9816
9906
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9817
9907
  }, /*#__PURE__*/React.createElement("style", {
9818
- children: loadingCircleStyle$3c
9908
+ children: loadingCircleStyle$3e
9819
9909
  }), /*#__PURE__*/React.createElement("svg", _extends({
9820
9910
  xmlns: "http://www.w3.org/2000/svg",
9821
9911
  width: size,
@@ -9851,7 +9941,7 @@ Link.defaultProps = {
9851
9941
  size: '16'
9852
9942
  };
9853
9943
 
9854
- var loadingCircleStyle$3d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9944
+ var loadingCircleStyle$3f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9855
9945
 
9856
9946
  var Unlink = function Unlink(props) {
9857
9947
  var color = props.color,
@@ -9864,7 +9954,7 @@ var Unlink = function Unlink(props) {
9864
9954
  return /*#__PURE__*/React.createElement("span", {
9865
9955
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9866
9956
  }, /*#__PURE__*/React.createElement("style", {
9867
- children: loadingCircleStyle$3d
9957
+ children: loadingCircleStyle$3f
9868
9958
  }), /*#__PURE__*/React.createElement("svg", _extends({
9869
9959
  xmlns: "http://www.w3.org/2000/svg",
9870
9960
  width: size,
@@ -9902,7 +9992,7 @@ Unlink.defaultProps = {
9902
9992
  size: '16'
9903
9993
  };
9904
9994
 
9905
- var loadingCircleStyle$3e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9995
+ var loadingCircleStyle$3g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9906
9996
 
9907
9997
  var MenuUnfold = function MenuUnfold(props) {
9908
9998
  var color = props.color,
@@ -9915,7 +10005,7 @@ var MenuUnfold = function MenuUnfold(props) {
9915
10005
  return /*#__PURE__*/React.createElement("span", {
9916
10006
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9917
10007
  }, /*#__PURE__*/React.createElement("style", {
9918
- children: loadingCircleStyle$3e
10008
+ children: loadingCircleStyle$3g
9919
10009
  }), /*#__PURE__*/React.createElement("svg", _extends({
9920
10010
  xmlns: "http://www.w3.org/2000/svg",
9921
10011
  width: size,
@@ -9947,7 +10037,7 @@ MenuUnfold.defaultProps = {
9947
10037
  size: '16'
9948
10038
  };
9949
10039
 
9950
- var loadingCircleStyle$3f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10040
+ var loadingCircleStyle$3h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9951
10041
 
9952
10042
  var MenuFold = function MenuFold(props) {
9953
10043
  var color = props.color,
@@ -9960,7 +10050,7 @@ var MenuFold = function MenuFold(props) {
9960
10050
  return /*#__PURE__*/React.createElement("span", {
9961
10051
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9962
10052
  }, /*#__PURE__*/React.createElement("style", {
9963
- children: loadingCircleStyle$3f
10053
+ children: loadingCircleStyle$3h
9964
10054
  }), /*#__PURE__*/React.createElement("svg", _extends({
9965
10055
  xmlns: "http://www.w3.org/2000/svg",
9966
10056
  width: size,
@@ -9992,7 +10082,7 @@ MenuFold.defaultProps = {
9992
10082
  size: '16'
9993
10083
  };
9994
10084
 
9995
- var loadingCircleStyle$3g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10085
+ var loadingCircleStyle$3i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
9996
10086
 
9997
10087
  var List = function List(props) {
9998
10088
  var color = props.color,
@@ -10005,7 +10095,7 @@ var List = function List(props) {
10005
10095
  return /*#__PURE__*/React.createElement("span", {
10006
10096
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10007
10097
  }, /*#__PURE__*/React.createElement("style", {
10008
- children: loadingCircleStyle$3g
10098
+ children: loadingCircleStyle$3i
10009
10099
  }), /*#__PURE__*/React.createElement("svg", _extends({
10010
10100
  xmlns: "http://www.w3.org/2000/svg",
10011
10101
  width: size,
@@ -10037,7 +10127,7 @@ List.defaultProps = {
10037
10127
  size: '16'
10038
10128
  };
10039
10129
 
10040
- var loadingCircleStyle$3h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10130
+ var loadingCircleStyle$3j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10041
10131
 
10042
10132
  var ListNested = function ListNested(props) {
10043
10133
  var color = props.color,
@@ -10050,7 +10140,7 @@ var ListNested = function ListNested(props) {
10050
10140
  return /*#__PURE__*/React.createElement("span", {
10051
10141
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10052
10142
  }, /*#__PURE__*/React.createElement("style", {
10053
- children: loadingCircleStyle$3h
10143
+ children: loadingCircleStyle$3j
10054
10144
  }), /*#__PURE__*/React.createElement("svg", _extends({
10055
10145
  xmlns: "http://www.w3.org/2000/svg",
10056
10146
  width: size,
@@ -10084,7 +10174,7 @@ ListNested.defaultProps = {
10084
10174
  size: '16'
10085
10175
  };
10086
10176
 
10087
- var loadingCircleStyle$3i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10177
+ var loadingCircleStyle$3k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10088
10178
 
10089
10179
  var DoubleList = function DoubleList(props) {
10090
10180
  var color = props.color,
@@ -10097,7 +10187,7 @@ var DoubleList = function DoubleList(props) {
10097
10187
  return /*#__PURE__*/React.createElement("span", {
10098
10188
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10099
10189
  }, /*#__PURE__*/React.createElement("style", {
10100
- children: loadingCircleStyle$3i
10190
+ children: loadingCircleStyle$3k
10101
10191
  }), /*#__PURE__*/React.createElement("svg", _extends({
10102
10192
  xmlns: "http://www.w3.org/2000/svg",
10103
10193
  width: size,
@@ -10139,7 +10229,7 @@ DoubleList.defaultProps = {
10139
10229
  size: '16'
10140
10230
  };
10141
10231
 
10142
- var loadingCircleStyle$3j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10232
+ var loadingCircleStyle$3l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10143
10233
 
10144
10234
  var Download = function Download(props) {
10145
10235
  var color = props.color,
@@ -10152,7 +10242,7 @@ var Download = function Download(props) {
10152
10242
  return /*#__PURE__*/React.createElement("span", {
10153
10243
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10154
10244
  }, /*#__PURE__*/React.createElement("style", {
10155
- children: loadingCircleStyle$3j
10245
+ children: loadingCircleStyle$3l
10156
10246
  }), /*#__PURE__*/React.createElement("svg", _extends({
10157
10247
  xmlns: "http://www.w3.org/2000/svg",
10158
10248
  width: size,
@@ -10184,7 +10274,7 @@ Download.defaultProps = {
10184
10274
  size: '16'
10185
10275
  };
10186
10276
 
10187
- var loadingCircleStyle$3k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10277
+ var loadingCircleStyle$3m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10188
10278
 
10189
10279
  var FullDownload = function FullDownload(props) {
10190
10280
  var color = props.color,
@@ -10197,7 +10287,7 @@ var FullDownload = function FullDownload(props) {
10197
10287
  return /*#__PURE__*/React.createElement("span", {
10198
10288
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10199
10289
  }, /*#__PURE__*/React.createElement("style", {
10200
- children: loadingCircleStyle$3k
10290
+ children: loadingCircleStyle$3m
10201
10291
  }), /*#__PURE__*/React.createElement("svg", _extends({
10202
10292
  xmlns: "http://www.w3.org/2000/svg",
10203
10293
  width: size,
@@ -10231,7 +10321,7 @@ FullDownload.defaultProps = {
10231
10321
  size: '16'
10232
10322
  };
10233
10323
 
10234
- var loadingCircleStyle$3l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10324
+ var loadingCircleStyle$3n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10235
10325
 
10236
10326
  var Export = function Export(props) {
10237
10327
  var color = props.color,
@@ -10244,7 +10334,7 @@ var Export = function Export(props) {
10244
10334
  return /*#__PURE__*/React.createElement("span", {
10245
10335
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10246
10336
  }, /*#__PURE__*/React.createElement("style", {
10247
- children: loadingCircleStyle$3l
10337
+ children: loadingCircleStyle$3n
10248
10338
  }), /*#__PURE__*/React.createElement("svg", _extends({
10249
10339
  xmlns: "http://www.w3.org/2000/svg",
10250
10340
  width: size,
@@ -10278,7 +10368,7 @@ Export.defaultProps = {
10278
10368
  size: '16'
10279
10369
  };
10280
10370
 
10281
- var loadingCircleStyle$3m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10371
+ var loadingCircleStyle$3o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10282
10372
 
10283
10373
  var Import = function Import(props) {
10284
10374
  var color = props.color,
@@ -10291,7 +10381,7 @@ var Import = function Import(props) {
10291
10381
  return /*#__PURE__*/React.createElement("span", {
10292
10382
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10293
10383
  }, /*#__PURE__*/React.createElement("style", {
10294
- children: loadingCircleStyle$3m
10384
+ children: loadingCircleStyle$3o
10295
10385
  }), /*#__PURE__*/React.createElement("svg", _extends({
10296
10386
  xmlns: "http://www.w3.org/2000/svg",
10297
10387
  width: size,
@@ -10325,7 +10415,7 @@ Import.defaultProps = {
10325
10415
  size: '16'
10326
10416
  };
10327
10417
 
10328
- var loadingCircleStyle$3n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10418
+ var loadingCircleStyle$3p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10329
10419
 
10330
10420
  var Add1 = function Add1(props) {
10331
10421
  var color = props.color,
@@ -10338,7 +10428,7 @@ var Add1 = function Add1(props) {
10338
10428
  return /*#__PURE__*/React.createElement("span", {
10339
10429
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10340
10430
  }, /*#__PURE__*/React.createElement("style", {
10341
- children: loadingCircleStyle$3n
10431
+ children: loadingCircleStyle$3p
10342
10432
  }), /*#__PURE__*/React.createElement("svg", _extends({
10343
10433
  xmlns: "http://www.w3.org/2000/svg",
10344
10434
  width: size,
@@ -10370,7 +10460,7 @@ Add1.defaultProps = {
10370
10460
  size: '16'
10371
10461
  };
10372
10462
 
10373
- var loadingCircleStyle$3o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10463
+ var loadingCircleStyle$3q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10374
10464
 
10375
10465
  var Add2 = function Add2(props) {
10376
10466
  var color = props.color,
@@ -10383,7 +10473,7 @@ var Add2 = function Add2(props) {
10383
10473
  return /*#__PURE__*/React.createElement("span", {
10384
10474
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10385
10475
  }, /*#__PURE__*/React.createElement("style", {
10386
- children: loadingCircleStyle$3o
10476
+ children: loadingCircleStyle$3q
10387
10477
  }), /*#__PURE__*/React.createElement("svg", _extends({
10388
10478
  xmlns: "http://www.w3.org/2000/svg",
10389
10479
  width: size,
@@ -10415,7 +10505,7 @@ Add2.defaultProps = {
10415
10505
  size: '16'
10416
10506
  };
10417
10507
 
10418
- var loadingCircleStyle$3p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10508
+ var loadingCircleStyle$3r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10419
10509
 
10420
10510
  var Add3 = function Add3(props) {
10421
10511
  var color = props.color,
@@ -10428,7 +10518,7 @@ var Add3 = function Add3(props) {
10428
10518
  return /*#__PURE__*/React.createElement("span", {
10429
10519
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10430
10520
  }, /*#__PURE__*/React.createElement("style", {
10431
- children: loadingCircleStyle$3p
10521
+ children: loadingCircleStyle$3r
10432
10522
  }), /*#__PURE__*/React.createElement("svg", _extends({
10433
10523
  xmlns: "http://www.w3.org/2000/svg",
10434
10524
  width: size,
@@ -10460,7 +10550,7 @@ Add3.defaultProps = {
10460
10550
  size: '16'
10461
10551
  };
10462
10552
 
10463
- var loadingCircleStyle$3q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10553
+ var loadingCircleStyle$3s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10464
10554
 
10465
10555
  var Add3Fill = function Add3Fill(props) {
10466
10556
  var color = props.color,
@@ -10473,7 +10563,7 @@ var Add3Fill = function Add3Fill(props) {
10473
10563
  return /*#__PURE__*/React.createElement("span", {
10474
10564
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10475
10565
  }, /*#__PURE__*/React.createElement("style", {
10476
- children: loadingCircleStyle$3q
10566
+ children: loadingCircleStyle$3s
10477
10567
  }), /*#__PURE__*/React.createElement("svg", _extends({
10478
10568
  xmlns: "http://www.w3.org/2000/svg",
10479
10569
  width: size,
@@ -10505,7 +10595,7 @@ Add3Fill.defaultProps = {
10505
10595
  size: '16'
10506
10596
  };
10507
10597
 
10508
- var loadingCircleStyle$3r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10598
+ var loadingCircleStyle$3t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10509
10599
 
10510
10600
  var Subtract = function Subtract(props) {
10511
10601
  var color = props.color,
@@ -10518,7 +10608,7 @@ var Subtract = function Subtract(props) {
10518
10608
  return /*#__PURE__*/React.createElement("span", {
10519
10609
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10520
10610
  }, /*#__PURE__*/React.createElement("style", {
10521
- children: loadingCircleStyle$3r
10611
+ children: loadingCircleStyle$3t
10522
10612
  }), /*#__PURE__*/React.createElement("svg", _extends({
10523
10613
  xmlns: "http://www.w3.org/2000/svg",
10524
10614
  width: size,
@@ -10553,7 +10643,7 @@ Subtract.defaultProps = {
10553
10643
  size: '16'
10554
10644
  };
10555
10645
 
10556
- var loadingCircleStyle$3s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10646
+ var loadingCircleStyle$3u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10557
10647
 
10558
10648
  var Subtract2 = function Subtract2(props) {
10559
10649
  var color = props.color,
@@ -10566,7 +10656,7 @@ var Subtract2 = function Subtract2(props) {
10566
10656
  return /*#__PURE__*/React.createElement("span", {
10567
10657
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10568
10658
  }, /*#__PURE__*/React.createElement("style", {
10569
- children: loadingCircleStyle$3s
10659
+ children: loadingCircleStyle$3u
10570
10660
  }), /*#__PURE__*/React.createElement("svg", _extends({
10571
10661
  xmlns: "http://www.w3.org/2000/svg",
10572
10662
  width: size,
@@ -10602,7 +10692,99 @@ Subtract2.defaultProps = {
10602
10692
  size: '16'
10603
10693
  };
10604
10694
 
10605
- var loadingCircleStyle$3t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10695
+ var loadingCircleStyle$3v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10696
+
10697
+ var Update = function Update(props) {
10698
+ var color = props.color,
10699
+ size = props.size,
10700
+ spin = props.spin,
10701
+ style = props.style,
10702
+ className = props.className,
10703
+ otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className"]);
10704
+
10705
+ return /*#__PURE__*/React.createElement("span", {
10706
+ className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10707
+ }, /*#__PURE__*/React.createElement("style", {
10708
+ children: loadingCircleStyle$3v
10709
+ }), /*#__PURE__*/React.createElement("svg", _extends({
10710
+ xmlns: "http://www.w3.org/2000/svg",
10711
+ width: size,
10712
+ height: size,
10713
+ viewBox: "0 0 24 24",
10714
+ fill: color
10715
+ }, otherProps, {
10716
+ style: _objectSpread2(_objectSpread2(_objectSpread2({}, style), spin ? {
10717
+ animationDuration: '1s',
10718
+ animationIterationCount: 'infinite',
10719
+ animationName: 'loadingCircle',
10720
+ animationTimingFunction: 'linear'
10721
+ } : {}), {}, {
10722
+ cursor: 'pointer'
10723
+ })
10724
+ }), /*#__PURE__*/React.createElement("path", {
10725
+ d: "M5.463 4.433A9.961 9.961 0 0112 2c5.523 0 10 4.477 10 10 0 2.136-.67 4.116-1.81 5.74L17 12h3A8 8 0 006.46 6.228l-.997-1.795zm13.074 15.134A9.961 9.961 0 0112 22C6.477 22 2 17.523 2 12c0-2.136.67-4.116 1.81-5.74L7 12H4a8 8 0 0013.54 5.772l.997 1.795z"
10726
+ })));
10727
+ };
10728
+
10729
+ Update.propTypes = {
10730
+ spin: PropTypes.bool,
10731
+ color: PropTypes.string,
10732
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
10733
+ };
10734
+ Update.defaultProps = {
10735
+ spin: false,
10736
+ color: 'currentColor',
10737
+ size: '16'
10738
+ };
10739
+
10740
+ var loadingCircleStyle$3w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10741
+
10742
+ var Rename = function Rename(props) {
10743
+ var color = props.color,
10744
+ size = props.size,
10745
+ spin = props.spin,
10746
+ style = props.style,
10747
+ className = props.className,
10748
+ otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className"]);
10749
+
10750
+ return /*#__PURE__*/React.createElement("span", {
10751
+ className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10752
+ }, /*#__PURE__*/React.createElement("style", {
10753
+ children: loadingCircleStyle$3w
10754
+ }), /*#__PURE__*/React.createElement("svg", _extends({
10755
+ xmlns: "http://www.w3.org/2000/svg",
10756
+ width: size,
10757
+ height: size,
10758
+ viewBox: "0 0 24 24",
10759
+ fill: color
10760
+ }, otherProps, {
10761
+ style: _objectSpread2(_objectSpread2(_objectSpread2({}, style), spin ? {
10762
+ animationDuration: '1s',
10763
+ animationIterationCount: 'infinite',
10764
+ animationName: 'loadingCircle',
10765
+ animationTimingFunction: 'linear'
10766
+ } : {}), {}, {
10767
+ cursor: 'pointer'
10768
+ })
10769
+ }), /*#__PURE__*/React.createElement("path", {
10770
+ fillRule: "evenodd",
10771
+ clipRule: "evenodd",
10772
+ 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"
10773
+ })));
10774
+ };
10775
+
10776
+ Rename.propTypes = {
10777
+ spin: PropTypes.bool,
10778
+ color: PropTypes.string,
10779
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
10780
+ };
10781
+ Rename.defaultProps = {
10782
+ spin: false,
10783
+ color: 'currentColor',
10784
+ size: '16'
10785
+ };
10786
+
10787
+ var loadingCircleStyle$3x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10606
10788
 
10607
10789
  var Report = function Report(props) {
10608
10790
  var color = props.color,
@@ -10615,7 +10797,7 @@ var Report = function Report(props) {
10615
10797
  return /*#__PURE__*/React.createElement("span", {
10616
10798
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10617
10799
  }, /*#__PURE__*/React.createElement("style", {
10618
- children: loadingCircleStyle$3t
10800
+ children: loadingCircleStyle$3x
10619
10801
  }), /*#__PURE__*/React.createElement("svg", _extends({
10620
10802
  xmlns: "http://www.w3.org/2000/svg",
10621
10803
  width: size,
@@ -10647,7 +10829,7 @@ Report.defaultProps = {
10647
10829
  size: '16'
10648
10830
  };
10649
10831
 
10650
- var loadingCircleStyle$3u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10832
+ var loadingCircleStyle$3y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10651
10833
 
10652
10834
  var ReportRemoval = function ReportRemoval(props) {
10653
10835
  var color = props.color,
@@ -10660,7 +10842,7 @@ var ReportRemoval = function ReportRemoval(props) {
10660
10842
  return /*#__PURE__*/React.createElement("span", {
10661
10843
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10662
10844
  }, /*#__PURE__*/React.createElement("style", {
10663
- children: loadingCircleStyle$3u
10845
+ children: loadingCircleStyle$3y
10664
10846
  }), /*#__PURE__*/React.createElement("svg", _extends({
10665
10847
  xmlns: "http://www.w3.org/2000/svg",
10666
10848
  width: size,
@@ -10700,7 +10882,7 @@ ReportRemoval.defaultProps = {
10700
10882
  size: '16'
10701
10883
  };
10702
10884
 
10703
- var loadingCircleStyle$3v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10885
+ var loadingCircleStyle$3z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10704
10886
 
10705
10887
  var FileAdd = function FileAdd(props) {
10706
10888
  var color = props.color,
@@ -10713,7 +10895,7 @@ var FileAdd = function FileAdd(props) {
10713
10895
  return /*#__PURE__*/React.createElement("span", {
10714
10896
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10715
10897
  }, /*#__PURE__*/React.createElement("style", {
10716
- children: loadingCircleStyle$3v
10898
+ children: loadingCircleStyle$3z
10717
10899
  }), /*#__PURE__*/React.createElement("svg", _extends({
10718
10900
  xmlns: "http://www.w3.org/2000/svg",
10719
10901
  width: size,
@@ -10745,7 +10927,7 @@ FileAdd.defaultProps = {
10745
10927
  size: '16'
10746
10928
  };
10747
10929
 
10748
- var loadingCircleStyle$3w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10930
+ var loadingCircleStyle$3A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10749
10931
 
10750
10932
  var FileRemove = function FileRemove(props) {
10751
10933
  var color = props.color,
@@ -10758,7 +10940,7 @@ var FileRemove = function FileRemove(props) {
10758
10940
  return /*#__PURE__*/React.createElement("span", {
10759
10941
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10760
10942
  }, /*#__PURE__*/React.createElement("style", {
10761
- children: loadingCircleStyle$3w
10943
+ children: loadingCircleStyle$3A
10762
10944
  }), /*#__PURE__*/React.createElement("svg", _extends({
10763
10945
  xmlns: "http://www.w3.org/2000/svg",
10764
10946
  width: size,
@@ -10792,7 +10974,7 @@ FileRemove.defaultProps = {
10792
10974
  size: '16'
10793
10975
  };
10794
10976
 
10795
- var loadingCircleStyle$3x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10977
+ var loadingCircleStyle$3B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10796
10978
 
10797
10979
  var FileExport = function FileExport(props) {
10798
10980
  var color = props.color,
@@ -10805,7 +10987,7 @@ var FileExport = function FileExport(props) {
10805
10987
  return /*#__PURE__*/React.createElement("span", {
10806
10988
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10807
10989
  }, /*#__PURE__*/React.createElement("style", {
10808
- children: loadingCircleStyle$3x
10990
+ children: loadingCircleStyle$3B
10809
10991
  }), /*#__PURE__*/React.createElement("svg", _extends({
10810
10992
  xmlns: "http://www.w3.org/2000/svg",
10811
10993
  width: size,
@@ -10837,7 +11019,7 @@ FileExport.defaultProps = {
10837
11019
  size: '16'
10838
11020
  };
10839
11021
 
10840
- var loadingCircleStyle$3y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11022
+ var loadingCircleStyle$3C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10841
11023
 
10842
11024
  var FileMove = function FileMove(props) {
10843
11025
  var color = props.color,
@@ -10850,7 +11032,7 @@ var FileMove = function FileMove(props) {
10850
11032
  return /*#__PURE__*/React.createElement("span", {
10851
11033
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10852
11034
  }, /*#__PURE__*/React.createElement("style", {
10853
- children: loadingCircleStyle$3y
11035
+ children: loadingCircleStyle$3C
10854
11036
  }), /*#__PURE__*/React.createElement("svg", _extends({
10855
11037
  xmlns: "http://www.w3.org/2000/svg",
10856
11038
  width: size,
@@ -10882,7 +11064,7 @@ FileMove.defaultProps = {
10882
11064
  size: '16'
10883
11065
  };
10884
11066
 
10885
- var loadingCircleStyle$3z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11067
+ var loadingCircleStyle$3D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10886
11068
 
10887
11069
  var FileImport = function FileImport(props) {
10888
11070
  var color = props.color,
@@ -10895,7 +11077,7 @@ var FileImport = function FileImport(props) {
10895
11077
  return /*#__PURE__*/React.createElement("span", {
10896
11078
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10897
11079
  }, /*#__PURE__*/React.createElement("style", {
10898
- children: loadingCircleStyle$3z
11080
+ children: loadingCircleStyle$3D
10899
11081
  }), /*#__PURE__*/React.createElement("svg", _extends({
10900
11082
  xmlns: "http://www.w3.org/2000/svg",
10901
11083
  width: size,
@@ -10927,7 +11109,7 @@ FileImport.defaultProps = {
10927
11109
  size: '16'
10928
11110
  };
10929
11111
 
10930
- var loadingCircleStyle$3A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11112
+ var loadingCircleStyle$3E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10931
11113
 
10932
11114
  var FileInfo = function FileInfo(props) {
10933
11115
  var color = props.color,
@@ -10940,7 +11122,7 @@ var FileInfo = function FileInfo(props) {
10940
11122
  return /*#__PURE__*/React.createElement("span", {
10941
11123
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10942
11124
  }, /*#__PURE__*/React.createElement("style", {
10943
- children: loadingCircleStyle$3A
11125
+ children: loadingCircleStyle$3E
10944
11126
  }), /*#__PURE__*/React.createElement("svg", _extends({
10945
11127
  xmlns: "http://www.w3.org/2000/svg",
10946
11128
  width: size,
@@ -10972,7 +11154,7 @@ FileInfo.defaultProps = {
10972
11154
  size: '16'
10973
11155
  };
10974
11156
 
10975
- var loadingCircleStyle$3B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11157
+ var loadingCircleStyle$3F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10976
11158
 
10977
11159
  var FileConvert = function FileConvert(props) {
10978
11160
  var color = props.color,
@@ -10985,7 +11167,7 @@ var FileConvert = function FileConvert(props) {
10985
11167
  return /*#__PURE__*/React.createElement("span", {
10986
11168
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10987
11169
  }, /*#__PURE__*/React.createElement("style", {
10988
- children: loadingCircleStyle$3B
11170
+ children: loadingCircleStyle$3F
10989
11171
  }), /*#__PURE__*/React.createElement("svg", _extends({
10990
11172
  xmlns: "http://www.w3.org/2000/svg",
10991
11173
  width: size,
@@ -11023,7 +11205,7 @@ FileConvert.defaultProps = {
11023
11205
  size: '16'
11024
11206
  };
11025
11207
 
11026
- var loadingCircleStyle$3C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11208
+ var loadingCircleStyle$3G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11027
11209
 
11028
11210
  var FileLock = function FileLock(props) {
11029
11211
  var color = props.color,
@@ -11036,7 +11218,7 @@ var FileLock = function FileLock(props) {
11036
11218
  return /*#__PURE__*/React.createElement("span", {
11037
11219
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11038
11220
  }, /*#__PURE__*/React.createElement("style", {
11039
- children: loadingCircleStyle$3C
11221
+ children: loadingCircleStyle$3G
11040
11222
  }), /*#__PURE__*/React.createElement("svg", _extends({
11041
11223
  xmlns: "http://www.w3.org/2000/svg",
11042
11224
  width: size,
@@ -11068,7 +11250,7 @@ FileLock.defaultProps = {
11068
11250
  size: '16'
11069
11251
  };
11070
11252
 
11071
- var loadingCircleStyle$3D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11253
+ var loadingCircleStyle$3H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11072
11254
 
11073
11255
  var Detail = function Detail(props) {
11074
11256
  var color = props.color,
@@ -11081,7 +11263,7 @@ var Detail = function Detail(props) {
11081
11263
  return /*#__PURE__*/React.createElement("span", {
11082
11264
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11083
11265
  }, /*#__PURE__*/React.createElement("style", {
11084
- children: loadingCircleStyle$3D
11266
+ children: loadingCircleStyle$3H
11085
11267
  }), /*#__PURE__*/React.createElement("svg", _extends({
11086
11268
  xmlns: "http://www.w3.org/2000/svg",
11087
11269
  width: size,
@@ -11113,7 +11295,7 @@ Detail.defaultProps = {
11113
11295
  size: '16'
11114
11296
  };
11115
11297
 
11116
- var loadingCircleStyle$3E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11298
+ var loadingCircleStyle$3I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11117
11299
 
11118
11300
  var MessageCenter = function MessageCenter(props) {
11119
11301
  var color = props.color,
@@ -11126,7 +11308,7 @@ var MessageCenter = function MessageCenter(props) {
11126
11308
  return /*#__PURE__*/React.createElement("span", {
11127
11309
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11128
11310
  }, /*#__PURE__*/React.createElement("style", {
11129
- children: loadingCircleStyle$3E
11311
+ children: loadingCircleStyle$3I
11130
11312
  }), /*#__PURE__*/React.createElement("svg", _extends({
11131
11313
  xmlns: "http://www.w3.org/2000/svg",
11132
11314
  width: size,
@@ -11166,7 +11348,7 @@ MessageCenter.defaultProps = {
11166
11348
  size: '16'
11167
11349
  };
11168
11350
 
11169
- var loadingCircleStyle$3F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11351
+ var loadingCircleStyle$3J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11170
11352
 
11171
11353
  var SystemMsg = function SystemMsg(props) {
11172
11354
  var color = props.color,
@@ -11179,7 +11361,7 @@ var SystemMsg = function SystemMsg(props) {
11179
11361
  return /*#__PURE__*/React.createElement("span", {
11180
11362
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11181
11363
  }, /*#__PURE__*/React.createElement("style", {
11182
- children: loadingCircleStyle$3F
11364
+ children: loadingCircleStyle$3J
11183
11365
  }), /*#__PURE__*/React.createElement("svg", _extends({
11184
11366
  xmlns: "http://www.w3.org/2000/svg",
11185
11367
  width: size,
@@ -11217,7 +11399,7 @@ SystemMsg.defaultProps = {
11217
11399
  size: '16'
11218
11400
  };
11219
11401
 
11220
- var loadingCircleStyle$3G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11402
+ var loadingCircleStyle$3K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11221
11403
 
11222
11404
  var Comment = function Comment(props) {
11223
11405
  var color = props.color,
@@ -11230,7 +11412,7 @@ var Comment = function Comment(props) {
11230
11412
  return /*#__PURE__*/React.createElement("span", {
11231
11413
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11232
11414
  }, /*#__PURE__*/React.createElement("style", {
11233
- children: loadingCircleStyle$3G
11415
+ children: loadingCircleStyle$3K
11234
11416
  }), /*#__PURE__*/React.createElement("svg", _extends({
11235
11417
  xmlns: "http://www.w3.org/2000/svg",
11236
11418
  width: size,
@@ -11266,7 +11448,7 @@ Comment.defaultProps = {
11266
11448
  size: '16'
11267
11449
  };
11268
11450
 
11269
- var loadingCircleStyle$3H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11451
+ var loadingCircleStyle$3L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11270
11452
 
11271
11453
  var Book = function Book(props) {
11272
11454
  var color = props.color,
@@ -11279,7 +11461,7 @@ var Book = function Book(props) {
11279
11461
  return /*#__PURE__*/React.createElement("span", {
11280
11462
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11281
11463
  }, /*#__PURE__*/React.createElement("style", {
11282
- children: loadingCircleStyle$3H
11464
+ children: loadingCircleStyle$3L
11283
11465
  }), /*#__PURE__*/React.createElement("svg", _extends({
11284
11466
  xmlns: "http://www.w3.org/2000/svg",
11285
11467
  width: size,
@@ -11311,7 +11493,7 @@ Book.defaultProps = {
11311
11493
  size: '16'
11312
11494
  };
11313
11495
 
11314
- var loadingCircleStyle$3I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11496
+ var loadingCircleStyle$3M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11315
11497
 
11316
11498
  var Book2 = function Book2(props) {
11317
11499
  var color = props.color,
@@ -11324,7 +11506,7 @@ var Book2 = function Book2(props) {
11324
11506
  return /*#__PURE__*/React.createElement("span", {
11325
11507
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11326
11508
  }, /*#__PURE__*/React.createElement("style", {
11327
- children: loadingCircleStyle$3I
11509
+ children: loadingCircleStyle$3M
11328
11510
  }), /*#__PURE__*/React.createElement("svg", _extends({
11329
11511
  xmlns: "http://www.w3.org/2000/svg",
11330
11512
  width: size,
@@ -11356,7 +11538,7 @@ Book2.defaultProps = {
11356
11538
  size: '16'
11357
11539
  };
11358
11540
 
11359
- var loadingCircleStyle$3J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11541
+ var loadingCircleStyle$3N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11360
11542
 
11361
11543
  var FilePdf = function FilePdf(props) {
11362
11544
  var color = props.color,
@@ -11369,7 +11551,7 @@ var FilePdf = function FilePdf(props) {
11369
11551
  return /*#__PURE__*/React.createElement("span", {
11370
11552
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11371
11553
  }, /*#__PURE__*/React.createElement("style", {
11372
- children: loadingCircleStyle$3J
11554
+ children: loadingCircleStyle$3N
11373
11555
  }), /*#__PURE__*/React.createElement("svg", _extends({
11374
11556
  xmlns: "http://www.w3.org/2000/svg",
11375
11557
  width: size,
@@ -11401,7 +11583,7 @@ FilePdf.defaultProps = {
11401
11583
  size: '16'
11402
11584
  };
11403
11585
 
11404
- var loadingCircleStyle$3K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11586
+ var loadingCircleStyle$3O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11405
11587
 
11406
11588
  var Sticker = function Sticker(props) {
11407
11589
  var color = props.color,
@@ -11414,7 +11596,7 @@ var Sticker = function Sticker(props) {
11414
11596
  return /*#__PURE__*/React.createElement("span", {
11415
11597
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11416
11598
  }, /*#__PURE__*/React.createElement("style", {
11417
- children: loadingCircleStyle$3K
11599
+ children: loadingCircleStyle$3O
11418
11600
  }), /*#__PURE__*/React.createElement("svg", _extends({
11419
11601
  xmlns: "http://www.w3.org/2000/svg",
11420
11602
  width: size,
@@ -11446,7 +11628,7 @@ Sticker.defaultProps = {
11446
11628
  size: '16'
11447
11629
  };
11448
11630
 
11449
- var loadingCircleStyle$3L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11631
+ var loadingCircleStyle$3P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11450
11632
 
11451
11633
  var StickerFill = function StickerFill(props) {
11452
11634
  var color = props.color,
@@ -11459,7 +11641,7 @@ var StickerFill = function StickerFill(props) {
11459
11641
  return /*#__PURE__*/React.createElement("span", {
11460
11642
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11461
11643
  }, /*#__PURE__*/React.createElement("style", {
11462
- children: loadingCircleStyle$3L
11644
+ children: loadingCircleStyle$3P
11463
11645
  }), /*#__PURE__*/React.createElement("svg", _extends({
11464
11646
  xmlns: "http://www.w3.org/2000/svg",
11465
11647
  width: size,
@@ -11491,7 +11673,7 @@ StickerFill.defaultProps = {
11491
11673
  size: '16'
11492
11674
  };
11493
11675
 
11494
- var loadingCircleStyle$3M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11676
+ var loadingCircleStyle$3Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11495
11677
 
11496
11678
  var EventSm = function EventSm(props) {
11497
11679
  var color = props.color,
@@ -11504,7 +11686,7 @@ var EventSm = function EventSm(props) {
11504
11686
  return /*#__PURE__*/React.createElement("span", {
11505
11687
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11506
11688
  }, /*#__PURE__*/React.createElement("style", {
11507
- children: loadingCircleStyle$3M
11689
+ children: loadingCircleStyle$3Q
11508
11690
  }), /*#__PURE__*/React.createElement("svg", _extends({
11509
11691
  xmlns: "http://www.w3.org/2000/svg",
11510
11692
  width: size,
@@ -11536,7 +11718,7 @@ EventSm.defaultProps = {
11536
11718
  size: '16'
11537
11719
  };
11538
11720
 
11539
- var loadingCircleStyle$3N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11721
+ var loadingCircleStyle$3R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11540
11722
 
11541
11723
  var EPropertySm = function EPropertySm(props) {
11542
11724
  var color = props.color,
@@ -11549,7 +11731,7 @@ var EPropertySm = function EPropertySm(props) {
11549
11731
  return /*#__PURE__*/React.createElement("span", {
11550
11732
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11551
11733
  }, /*#__PURE__*/React.createElement("style", {
11552
- children: loadingCircleStyle$3N
11734
+ children: loadingCircleStyle$3R
11553
11735
  }), /*#__PURE__*/React.createElement("svg", _extends({
11554
11736
  xmlns: "http://www.w3.org/2000/svg",
11555
11737
  width: size,
@@ -11589,7 +11771,7 @@ EPropertySm.defaultProps = {
11589
11771
  size: '16'
11590
11772
  };
11591
11773
 
11592
- var loadingCircleStyle$3O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11774
+ var loadingCircleStyle$3S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11593
11775
 
11594
11776
  var UPropertySm = function UPropertySm(props) {
11595
11777
  var color = props.color,
@@ -11602,7 +11784,7 @@ var UPropertySm = function UPropertySm(props) {
11602
11784
  return /*#__PURE__*/React.createElement("span", {
11603
11785
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11604
11786
  }, /*#__PURE__*/React.createElement("style", {
11605
- children: loadingCircleStyle$3O
11787
+ children: loadingCircleStyle$3S
11606
11788
  }), /*#__PURE__*/React.createElement("svg", _extends({
11607
11789
  xmlns: "http://www.w3.org/2000/svg",
11608
11790
  width: size,
@@ -11619,15 +11801,17 @@ var UPropertySm = function UPropertySm(props) {
11619
11801
  cursor: 'pointer'
11620
11802
  })
11621
11803
  }), /*#__PURE__*/React.createElement("path", {
11622
- d: "M9 4h3v1H9V4z"
11623
- }), /*#__PURE__*/React.createElement("path", {
11624
- d: "M12 7H9v1h3V7z"
11804
+ fillRule: "evenodd",
11805
+ clipRule: "evenodd",
11806
+ d: "M8.272 5.25A2.745 2.745 0 015.532 8a2.745 2.745 0 01-2.74-2.75 2.745 2.745 0 012.74-2.75 2.745 2.745 0 012.74 2.75zm-1.023 0a1.72 1.72 0 01-1.717 1.723A1.72 1.72 0 013.815 5.25a1.72 1.72 0 011.717-1.723A1.72 1.72 0 017.249 5.25z"
11625
11807
  }), /*#__PURE__*/React.createElement("path", {
11626
- d: "M6 8a2 2 0 100-4 2 2 0 000 4zm0-1a1 1 0 110-2 1 1 0 010 2z"
11808
+ fillRule: "evenodd",
11809
+ clipRule: "evenodd",
11810
+ d: "M1.391 11.37c0-1.138.92-2.06 2.053-2.06h4.007c1.133 0 2.052.922 2.052 2.06v2.13H1.391v-2.13zm2.053-1.03h4.007c.566 0 1.026.461 1.026 1.03v1.1h-6.06v-1.1c0-.569.46-1.03 1.027-1.03z"
11627
11811
  }), /*#__PURE__*/React.createElement("path", {
11628
- 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"
11812
+ d: "M14.392 3.78h-4.106V2.75h4.106v1.03z"
11629
11813
  }), /*#__PURE__*/React.createElement("path", {
11630
- 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"
11814
+ d: "M10.286 6.976h4.106v-1.03h-4.106v1.03z"
11631
11815
  })));
11632
11816
  };
11633
11817
 
@@ -11642,7 +11826,7 @@ UPropertySm.defaultProps = {
11642
11826
  size: '16'
11643
11827
  };
11644
11828
 
11645
- var loadingCircleStyle$3P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11829
+ var loadingCircleStyle$3T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11646
11830
 
11647
11831
  var UGroupSm = function UGroupSm(props) {
11648
11832
  var color = props.color,
@@ -11655,7 +11839,7 @@ var UGroupSm = function UGroupSm(props) {
11655
11839
  return /*#__PURE__*/React.createElement("span", {
11656
11840
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11657
11841
  }, /*#__PURE__*/React.createElement("style", {
11658
- children: loadingCircleStyle$3P
11842
+ children: loadingCircleStyle$3T
11659
11843
  }), /*#__PURE__*/React.createElement("svg", _extends({
11660
11844
  xmlns: "http://www.w3.org/2000/svg",
11661
11845
  width: size,
@@ -11701,7 +11885,7 @@ UGroupSm.defaultProps = {
11701
11885
  size: '16'
11702
11886
  };
11703
11887
 
11704
- var loadingCircleStyle$3Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11888
+ var loadingCircleStyle$3U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11705
11889
 
11706
11890
  var UTagSm = function UTagSm(props) {
11707
11891
  var color = props.color,
@@ -11714,7 +11898,7 @@ var UTagSm = function UTagSm(props) {
11714
11898
  return /*#__PURE__*/React.createElement("span", {
11715
11899
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11716
11900
  }, /*#__PURE__*/React.createElement("style", {
11717
- children: loadingCircleStyle$3Q
11901
+ children: loadingCircleStyle$3U
11718
11902
  }), /*#__PURE__*/React.createElement("svg", _extends({
11719
11903
  xmlns: "http://www.w3.org/2000/svg",
11720
11904
  width: size,
@@ -11750,7 +11934,7 @@ UTagSm.defaultProps = {
11750
11934
  size: '16'
11751
11935
  };
11752
11936
 
11753
- var loadingCircleStyle$3R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11937
+ var loadingCircleStyle$3V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11754
11938
 
11755
11939
  var AllGroupSm = function AllGroupSm(props) {
11756
11940
  var color = props.color,
@@ -11763,7 +11947,7 @@ var AllGroupSm = function AllGroupSm(props) {
11763
11947
  return /*#__PURE__*/React.createElement("span", {
11764
11948
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11765
11949
  }, /*#__PURE__*/React.createElement("style", {
11766
- children: loadingCircleStyle$3R
11950
+ children: loadingCircleStyle$3V
11767
11951
  }), /*#__PURE__*/React.createElement("svg", _extends({
11768
11952
  xmlns: "http://www.w3.org/2000/svg",
11769
11953
  width: size,
@@ -11801,7 +11985,7 @@ AllGroupSm.defaultProps = {
11801
11985
  size: '16'
11802
11986
  };
11803
11987
 
11804
- var loadingCircleStyle$3S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11988
+ var loadingCircleStyle$3W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11805
11989
 
11806
11990
  var CalendarSm = function CalendarSm(props) {
11807
11991
  var color = props.color,
@@ -11814,7 +11998,7 @@ var CalendarSm = function CalendarSm(props) {
11814
11998
  return /*#__PURE__*/React.createElement("span", {
11815
11999
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11816
12000
  }, /*#__PURE__*/React.createElement("style", {
11817
- children: loadingCircleStyle$3S
12001
+ children: loadingCircleStyle$3W
11818
12002
  }), /*#__PURE__*/React.createElement("svg", _extends({
11819
12003
  xmlns: "http://www.w3.org/2000/svg",
11820
12004
  width: size,
@@ -11846,7 +12030,7 @@ CalendarSm.defaultProps = {
11846
12030
  size: '16'
11847
12031
  };
11848
12032
 
11849
- var loadingCircleStyle$3T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12033
+ var loadingCircleStyle$3X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11850
12034
 
11851
12035
  var GroupAddSm = function GroupAddSm(props) {
11852
12036
  var color = props.color,
@@ -11859,7 +12043,7 @@ var GroupAddSm = function GroupAddSm(props) {
11859
12043
  return /*#__PURE__*/React.createElement("span", {
11860
12044
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11861
12045
  }, /*#__PURE__*/React.createElement("style", {
11862
- children: loadingCircleStyle$3T
12046
+ children: loadingCircleStyle$3X
11863
12047
  }), /*#__PURE__*/React.createElement("svg", _extends({
11864
12048
  xmlns: "http://www.w3.org/2000/svg",
11865
12049
  width: size,
@@ -11897,7 +12081,7 @@ GroupAddSm.defaultProps = {
11897
12081
  size: '16'
11898
12082
  };
11899
12083
 
11900
- var loadingCircleStyle$3U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12084
+ var loadingCircleStyle$3Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11901
12085
 
11902
12086
  var BooleanSm = function BooleanSm(props) {
11903
12087
  var color = props.color,
@@ -11910,7 +12094,7 @@ var BooleanSm = function BooleanSm(props) {
11910
12094
  return /*#__PURE__*/React.createElement("span", {
11911
12095
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11912
12096
  }, /*#__PURE__*/React.createElement("style", {
11913
- children: loadingCircleStyle$3U
12097
+ children: loadingCircleStyle$3Y
11914
12098
  }), /*#__PURE__*/React.createElement("svg", _extends({
11915
12099
  xmlns: "http://www.w3.org/2000/svg",
11916
12100
  width: size,
@@ -11944,7 +12128,7 @@ BooleanSm.defaultProps = {
11944
12128
  size: '16'
11945
12129
  };
11946
12130
 
11947
- var loadingCircleStyle$3V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12131
+ var loadingCircleStyle$3Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11948
12132
 
11949
12133
  var ListSm = function ListSm(props) {
11950
12134
  var color = props.color,
@@ -11957,7 +12141,7 @@ var ListSm = function ListSm(props) {
11957
12141
  return /*#__PURE__*/React.createElement("span", {
11958
12142
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11959
12143
  }, /*#__PURE__*/React.createElement("style", {
11960
- children: loadingCircleStyle$3V
12144
+ children: loadingCircleStyle$3Z
11961
12145
  }), /*#__PURE__*/React.createElement("svg", _extends({
11962
12146
  xmlns: "http://www.w3.org/2000/svg",
11963
12147
  width: size,
@@ -11999,7 +12183,7 @@ ListSm.defaultProps = {
11999
12183
  size: '16'
12000
12184
  };
12001
12185
 
12002
- var loadingCircleStyle$3W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12186
+ var loadingCircleStyle$3_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12003
12187
 
12004
12188
  var ArrayRowsSm = function ArrayRowsSm(props) {
12005
12189
  var color = props.color,
@@ -12012,7 +12196,7 @@ var ArrayRowsSm = function ArrayRowsSm(props) {
12012
12196
  return /*#__PURE__*/React.createElement("span", {
12013
12197
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12014
12198
  }, /*#__PURE__*/React.createElement("style", {
12015
- children: loadingCircleStyle$3W
12199
+ children: loadingCircleStyle$3_
12016
12200
  }), /*#__PURE__*/React.createElement("svg", _extends({
12017
12201
  xmlns: "http://www.w3.org/2000/svg",
12018
12202
  width: size,
@@ -12046,7 +12230,7 @@ ArrayRowsSm.defaultProps = {
12046
12230
  size: '16'
12047
12231
  };
12048
12232
 
12049
- var loadingCircleStyle$3X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12233
+ var loadingCircleStyle$3$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12050
12234
 
12051
12235
  var RowsSm = function RowsSm(props) {
12052
12236
  var color = props.color,
@@ -12059,7 +12243,7 @@ var RowsSm = function RowsSm(props) {
12059
12243
  return /*#__PURE__*/React.createElement("span", {
12060
12244
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12061
12245
  }, /*#__PURE__*/React.createElement("style", {
12062
- children: loadingCircleStyle$3X
12246
+ children: loadingCircleStyle$3$
12063
12247
  }), /*#__PURE__*/React.createElement("svg", _extends({
12064
12248
  xmlns: "http://www.w3.org/2000/svg",
12065
12249
  width: size,
@@ -12101,7 +12285,7 @@ RowsSm.defaultProps = {
12101
12285
  size: '16'
12102
12286
  };
12103
12287
 
12104
- var loadingCircleStyle$3Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12288
+ var loadingCircleStyle$40 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12105
12289
 
12106
12290
  var VPropertySm = function VPropertySm(props) {
12107
12291
  var color = props.color,
@@ -12114,7 +12298,7 @@ var VPropertySm = function VPropertySm(props) {
12114
12298
  return /*#__PURE__*/React.createElement("span", {
12115
12299
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12116
12300
  }, /*#__PURE__*/React.createElement("style", {
12117
- children: loadingCircleStyle$3Y
12301
+ children: loadingCircleStyle$40
12118
12302
  }), /*#__PURE__*/React.createElement("svg", _extends({
12119
12303
  xmlns: "http://www.w3.org/2000/svg",
12120
12304
  width: size,
@@ -12152,7 +12336,7 @@ VPropertySm.defaultProps = {
12152
12336
  size: '16'
12153
12337
  };
12154
12338
 
12155
- var loadingCircleStyle$3Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12339
+ var loadingCircleStyle$41 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12156
12340
 
12157
12341
  var StringSm = function StringSm(props) {
12158
12342
  var color = props.color,
@@ -12165,7 +12349,7 @@ var StringSm = function StringSm(props) {
12165
12349
  return /*#__PURE__*/React.createElement("span", {
12166
12350
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12167
12351
  }, /*#__PURE__*/React.createElement("style", {
12168
- children: loadingCircleStyle$3Z
12352
+ children: loadingCircleStyle$41
12169
12353
  }), /*#__PURE__*/React.createElement("svg", _extends({
12170
12354
  xmlns: "http://www.w3.org/2000/svg",
12171
12355
  width: size,
@@ -12199,7 +12383,7 @@ StringSm.defaultProps = {
12199
12383
  size: '16'
12200
12384
  };
12201
12385
 
12202
- var loadingCircleStyle$3_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12386
+ var loadingCircleStyle$42 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12203
12387
 
12204
12388
  var NumSm = function NumSm(props) {
12205
12389
  var color = props.color,
@@ -12212,7 +12396,7 @@ var NumSm = function NumSm(props) {
12212
12396
  return /*#__PURE__*/React.createElement("span", {
12213
12397
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12214
12398
  }, /*#__PURE__*/React.createElement("style", {
12215
- children: loadingCircleStyle$3_
12399
+ children: loadingCircleStyle$42
12216
12400
  }), /*#__PURE__*/React.createElement("svg", _extends({
12217
12401
  xmlns: "http://www.w3.org/2000/svg",
12218
12402
  width: size,
@@ -12246,7 +12430,7 @@ NumSm.defaultProps = {
12246
12430
  size: '16'
12247
12431
  };
12248
12432
 
12249
- var loadingCircleStyle$3$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12433
+ var loadingCircleStyle$43 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12250
12434
 
12251
12435
  var TimeSm = function TimeSm(props) {
12252
12436
  var color = props.color,
@@ -12259,7 +12443,7 @@ var TimeSm = function TimeSm(props) {
12259
12443
  return /*#__PURE__*/React.createElement("span", {
12260
12444
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12261
12445
  }, /*#__PURE__*/React.createElement("style", {
12262
- children: loadingCircleStyle$3$
12446
+ children: loadingCircleStyle$43
12263
12447
  }), /*#__PURE__*/React.createElement("svg", _extends({
12264
12448
  xmlns: "http://www.w3.org/2000/svg",
12265
12449
  width: size,
@@ -12293,7 +12477,7 @@ TimeSm.defaultProps = {
12293
12477
  size: '16'
12294
12478
  };
12295
12479
 
12296
- var loadingCircleStyle$40 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12480
+ var loadingCircleStyle$44 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12297
12481
 
12298
12482
  var ArrowLeft = function ArrowLeft(props) {
12299
12483
  var color = props.color,
@@ -12306,7 +12490,7 @@ var ArrowLeft = function ArrowLeft(props) {
12306
12490
  return /*#__PURE__*/React.createElement("span", {
12307
12491
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12308
12492
  }, /*#__PURE__*/React.createElement("style", {
12309
- children: loadingCircleStyle$40
12493
+ children: loadingCircleStyle$44
12310
12494
  }), /*#__PURE__*/React.createElement("svg", _extends({
12311
12495
  xmlns: "http://www.w3.org/2000/svg",
12312
12496
  width: size,
@@ -12338,7 +12522,7 @@ ArrowLeft.defaultProps = {
12338
12522
  size: '16'
12339
12523
  };
12340
12524
 
12341
- var loadingCircleStyle$41 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12525
+ var loadingCircleStyle$45 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12342
12526
 
12343
12527
  var ArrowRight = function ArrowRight(props) {
12344
12528
  var color = props.color,
@@ -12351,7 +12535,7 @@ var ArrowRight = function ArrowRight(props) {
12351
12535
  return /*#__PURE__*/React.createElement("span", {
12352
12536
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12353
12537
  }, /*#__PURE__*/React.createElement("style", {
12354
- children: loadingCircleStyle$41
12538
+ children: loadingCircleStyle$45
12355
12539
  }), /*#__PURE__*/React.createElement("svg", _extends({
12356
12540
  xmlns: "http://www.w3.org/2000/svg",
12357
12541
  width: size,
@@ -12383,7 +12567,7 @@ ArrowRight.defaultProps = {
12383
12567
  size: '16'
12384
12568
  };
12385
12569
 
12386
- var loadingCircleStyle$42 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12570
+ var loadingCircleStyle$46 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12387
12571
 
12388
12572
  var ArrowUp = function ArrowUp(props) {
12389
12573
  var color = props.color,
@@ -12396,7 +12580,7 @@ var ArrowUp = function ArrowUp(props) {
12396
12580
  return /*#__PURE__*/React.createElement("span", {
12397
12581
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12398
12582
  }, /*#__PURE__*/React.createElement("style", {
12399
- children: loadingCircleStyle$42
12583
+ children: loadingCircleStyle$46
12400
12584
  }), /*#__PURE__*/React.createElement("svg", _extends({
12401
12585
  xmlns: "http://www.w3.org/2000/svg",
12402
12586
  width: size,
@@ -12428,7 +12612,7 @@ ArrowUp.defaultProps = {
12428
12612
  size: '16'
12429
12613
  };
12430
12614
 
12431
- var loadingCircleStyle$43 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12615
+ var loadingCircleStyle$47 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12432
12616
 
12433
12617
  var ArrowDown = function ArrowDown(props) {
12434
12618
  var color = props.color,
@@ -12441,7 +12625,7 @@ var ArrowDown = function ArrowDown(props) {
12441
12625
  return /*#__PURE__*/React.createElement("span", {
12442
12626
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12443
12627
  }, /*#__PURE__*/React.createElement("style", {
12444
- children: loadingCircleStyle$43
12628
+ children: loadingCircleStyle$47
12445
12629
  }), /*#__PURE__*/React.createElement("svg", _extends({
12446
12630
  xmlns: "http://www.w3.org/2000/svg",
12447
12631
  width: size,
@@ -12473,7 +12657,7 @@ ArrowDown.defaultProps = {
12473
12657
  size: '16'
12474
12658
  };
12475
12659
 
12476
- var loadingCircleStyle$44 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12660
+ var loadingCircleStyle$48 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12477
12661
 
12478
12662
  var ArrowLeft2 = function ArrowLeft2(props) {
12479
12663
  var color = props.color,
@@ -12486,7 +12670,7 @@ var ArrowLeft2 = function ArrowLeft2(props) {
12486
12670
  return /*#__PURE__*/React.createElement("span", {
12487
12671
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12488
12672
  }, /*#__PURE__*/React.createElement("style", {
12489
- children: loadingCircleStyle$44
12673
+ children: loadingCircleStyle$48
12490
12674
  }), /*#__PURE__*/React.createElement("svg", _extends({
12491
12675
  xmlns: "http://www.w3.org/2000/svg",
12492
12676
  width: size,
@@ -12503,7 +12687,7 @@ var ArrowLeft2 = function ArrowLeft2(props) {
12503
12687
  cursor: 'pointer'
12504
12688
  })
12505
12689
  }), /*#__PURE__*/React.createElement("path", {
12506
- 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"
12690
+ 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"
12507
12691
  })));
12508
12692
  };
12509
12693
 
@@ -12518,7 +12702,7 @@ ArrowLeft2.defaultProps = {
12518
12702
  size: '16'
12519
12703
  };
12520
12704
 
12521
- var loadingCircleStyle$45 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12705
+ var loadingCircleStyle$49 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12522
12706
 
12523
12707
  var ArrowRight2 = function ArrowRight2(props) {
12524
12708
  var color = props.color,
@@ -12531,7 +12715,7 @@ var ArrowRight2 = function ArrowRight2(props) {
12531
12715
  return /*#__PURE__*/React.createElement("span", {
12532
12716
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12533
12717
  }, /*#__PURE__*/React.createElement("style", {
12534
- children: loadingCircleStyle$45
12718
+ children: loadingCircleStyle$49
12535
12719
  }), /*#__PURE__*/React.createElement("svg", _extends({
12536
12720
  xmlns: "http://www.w3.org/2000/svg",
12537
12721
  width: size,
@@ -12548,7 +12732,7 @@ var ArrowRight2 = function ArrowRight2(props) {
12548
12732
  cursor: 'pointer'
12549
12733
  })
12550
12734
  }), /*#__PURE__*/React.createElement("path", {
12551
- 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"
12735
+ 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"
12552
12736
  })));
12553
12737
  };
12554
12738
 
@@ -12563,7 +12747,7 @@ ArrowRight2.defaultProps = {
12563
12747
  size: '16'
12564
12748
  };
12565
12749
 
12566
- var loadingCircleStyle$46 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12750
+ var loadingCircleStyle$4a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12567
12751
 
12568
12752
  var ArrowUp2 = function ArrowUp2(props) {
12569
12753
  var color = props.color,
@@ -12576,7 +12760,7 @@ var ArrowUp2 = function ArrowUp2(props) {
12576
12760
  return /*#__PURE__*/React.createElement("span", {
12577
12761
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12578
12762
  }, /*#__PURE__*/React.createElement("style", {
12579
- children: loadingCircleStyle$46
12763
+ children: loadingCircleStyle$4a
12580
12764
  }), /*#__PURE__*/React.createElement("svg", _extends({
12581
12765
  xmlns: "http://www.w3.org/2000/svg",
12582
12766
  width: size,
@@ -12593,7 +12777,7 @@ var ArrowUp2 = function ArrowUp2(props) {
12593
12777
  cursor: 'pointer'
12594
12778
  })
12595
12779
  }), /*#__PURE__*/React.createElement("path", {
12596
- 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"
12780
+ 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"
12597
12781
  })));
12598
12782
  };
12599
12783
 
@@ -12608,7 +12792,7 @@ ArrowUp2.defaultProps = {
12608
12792
  size: '16'
12609
12793
  };
12610
12794
 
12611
- var loadingCircleStyle$47 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12795
+ var loadingCircleStyle$4b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12612
12796
 
12613
12797
  var ArrowDown2 = function ArrowDown2(props) {
12614
12798
  var color = props.color,
@@ -12621,7 +12805,7 @@ var ArrowDown2 = function ArrowDown2(props) {
12621
12805
  return /*#__PURE__*/React.createElement("span", {
12622
12806
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12623
12807
  }, /*#__PURE__*/React.createElement("style", {
12624
- children: loadingCircleStyle$47
12808
+ children: loadingCircleStyle$4b
12625
12809
  }), /*#__PURE__*/React.createElement("svg", _extends({
12626
12810
  xmlns: "http://www.w3.org/2000/svg",
12627
12811
  width: size,
@@ -12638,7 +12822,7 @@ var ArrowDown2 = function ArrowDown2(props) {
12638
12822
  cursor: 'pointer'
12639
12823
  })
12640
12824
  }), /*#__PURE__*/React.createElement("path", {
12641
- 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"
12825
+ 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"
12642
12826
  })));
12643
12827
  };
12644
12828
 
@@ -12653,7 +12837,7 @@ ArrowDown2.defaultProps = {
12653
12837
  size: '16'
12654
12838
  };
12655
12839
 
12656
- var loadingCircleStyle$48 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12840
+ var loadingCircleStyle$4c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12657
12841
 
12658
12842
  var TriLeft = function TriLeft(props) {
12659
12843
  var color = props.color,
@@ -12666,7 +12850,7 @@ var TriLeft = function TriLeft(props) {
12666
12850
  return /*#__PURE__*/React.createElement("span", {
12667
12851
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12668
12852
  }, /*#__PURE__*/React.createElement("style", {
12669
- children: loadingCircleStyle$48
12853
+ children: loadingCircleStyle$4c
12670
12854
  }), /*#__PURE__*/React.createElement("svg", _extends({
12671
12855
  xmlns: "http://www.w3.org/2000/svg",
12672
12856
  width: size,
@@ -12698,7 +12882,7 @@ TriLeft.defaultProps = {
12698
12882
  size: '16'
12699
12883
  };
12700
12884
 
12701
- var loadingCircleStyle$49 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12885
+ var loadingCircleStyle$4d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12702
12886
 
12703
12887
  var TriRight = function TriRight(props) {
12704
12888
  var color = props.color,
@@ -12711,7 +12895,7 @@ var TriRight = function TriRight(props) {
12711
12895
  return /*#__PURE__*/React.createElement("span", {
12712
12896
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12713
12897
  }, /*#__PURE__*/React.createElement("style", {
12714
- children: loadingCircleStyle$49
12898
+ children: loadingCircleStyle$4d
12715
12899
  }), /*#__PURE__*/React.createElement("svg", _extends({
12716
12900
  xmlns: "http://www.w3.org/2000/svg",
12717
12901
  width: size,
@@ -12743,7 +12927,7 @@ TriRight.defaultProps = {
12743
12927
  size: '16'
12744
12928
  };
12745
12929
 
12746
- var loadingCircleStyle$4a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12930
+ var loadingCircleStyle$4e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12747
12931
 
12748
12932
  var TriUp = function TriUp(props) {
12749
12933
  var color = props.color,
@@ -12756,7 +12940,7 @@ var TriUp = function TriUp(props) {
12756
12940
  return /*#__PURE__*/React.createElement("span", {
12757
12941
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12758
12942
  }, /*#__PURE__*/React.createElement("style", {
12759
- children: loadingCircleStyle$4a
12943
+ children: loadingCircleStyle$4e
12760
12944
  }), /*#__PURE__*/React.createElement("svg", _extends({
12761
12945
  xmlns: "http://www.w3.org/2000/svg",
12762
12946
  width: size,
@@ -12788,7 +12972,7 @@ TriUp.defaultProps = {
12788
12972
  size: '16'
12789
12973
  };
12790
12974
 
12791
- var loadingCircleStyle$4b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12975
+ var loadingCircleStyle$4f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12792
12976
 
12793
12977
  var TriDown = function TriDown(props) {
12794
12978
  var color = props.color,
@@ -12801,7 +12985,7 @@ var TriDown = function TriDown(props) {
12801
12985
  return /*#__PURE__*/React.createElement("span", {
12802
12986
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12803
12987
  }, /*#__PURE__*/React.createElement("style", {
12804
- children: loadingCircleStyle$4b
12988
+ children: loadingCircleStyle$4f
12805
12989
  }), /*#__PURE__*/React.createElement("svg", _extends({
12806
12990
  xmlns: "http://www.w3.org/2000/svg",
12807
12991
  width: size,
@@ -12833,7 +13017,7 @@ TriDown.defaultProps = {
12833
13017
  size: '16'
12834
13018
  };
12835
13019
 
12836
- var loadingCircleStyle$4c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13020
+ var loadingCircleStyle$4g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12837
13021
 
12838
13022
  var DArrowL = function DArrowL(props) {
12839
13023
  var color = props.color,
@@ -12846,7 +13030,7 @@ var DArrowL = function DArrowL(props) {
12846
13030
  return /*#__PURE__*/React.createElement("span", {
12847
13031
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12848
13032
  }, /*#__PURE__*/React.createElement("style", {
12849
- children: loadingCircleStyle$4c
13033
+ children: loadingCircleStyle$4g
12850
13034
  }), /*#__PURE__*/React.createElement("svg", _extends({
12851
13035
  xmlns: "http://www.w3.org/2000/svg",
12852
13036
  width: size,
@@ -12880,7 +13064,7 @@ DArrowL.defaultProps = {
12880
13064
  size: '16'
12881
13065
  };
12882
13066
 
12883
- var loadingCircleStyle$4d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13067
+ var loadingCircleStyle$4h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12884
13068
 
12885
13069
  var DArrowR = function DArrowR(props) {
12886
13070
  var color = props.color,
@@ -12893,7 +13077,7 @@ var DArrowR = function DArrowR(props) {
12893
13077
  return /*#__PURE__*/React.createElement("span", {
12894
13078
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12895
13079
  }, /*#__PURE__*/React.createElement("style", {
12896
- children: loadingCircleStyle$4d
13080
+ children: loadingCircleStyle$4h
12897
13081
  }), /*#__PURE__*/React.createElement("svg", _extends({
12898
13082
  xmlns: "http://www.w3.org/2000/svg",
12899
13083
  width: size,
@@ -12927,7 +13111,7 @@ DArrowR.defaultProps = {
12927
13111
  size: '16'
12928
13112
  };
12929
13113
 
12930
- var loadingCircleStyle$4e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13114
+ var loadingCircleStyle$4i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12931
13115
 
12932
13116
  var DArrowT = function DArrowT(props) {
12933
13117
  var color = props.color,
@@ -12940,7 +13124,7 @@ var DArrowT = function DArrowT(props) {
12940
13124
  return /*#__PURE__*/React.createElement("span", {
12941
13125
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12942
13126
  }, /*#__PURE__*/React.createElement("style", {
12943
- children: loadingCircleStyle$4e
13127
+ children: loadingCircleStyle$4i
12944
13128
  }), /*#__PURE__*/React.createElement("svg", _extends({
12945
13129
  xmlns: "http://www.w3.org/2000/svg",
12946
13130
  width: size,
@@ -12974,7 +13158,7 @@ DArrowT.defaultProps = {
12974
13158
  size: '16'
12975
13159
  };
12976
13160
 
12977
- var loadingCircleStyle$4f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13161
+ var loadingCircleStyle$4j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12978
13162
 
12979
13163
  var DArrowB = function DArrowB(props) {
12980
13164
  var color = props.color,
@@ -12987,7 +13171,7 @@ var DArrowB = function DArrowB(props) {
12987
13171
  return /*#__PURE__*/React.createElement("span", {
12988
13172
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12989
13173
  }, /*#__PURE__*/React.createElement("style", {
12990
- children: loadingCircleStyle$4f
13174
+ children: loadingCircleStyle$4j
12991
13175
  }), /*#__PURE__*/React.createElement("svg", _extends({
12992
13176
  xmlns: "http://www.w3.org/2000/svg",
12993
13177
  width: size,
@@ -13021,7 +13205,7 @@ DArrowB.defaultProps = {
13021
13205
  size: '16'
13022
13206
  };
13023
13207
 
13024
- var loadingCircleStyle$4g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13208
+ var loadingCircleStyle$4k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13025
13209
 
13026
13210
  var DropDown = function DropDown(props) {
13027
13211
  var color = props.color,
@@ -13034,7 +13218,7 @@ var DropDown = function DropDown(props) {
13034
13218
  return /*#__PURE__*/React.createElement("span", {
13035
13219
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13036
13220
  }, /*#__PURE__*/React.createElement("style", {
13037
- children: loadingCircleStyle$4g
13221
+ children: loadingCircleStyle$4k
13038
13222
  }), /*#__PURE__*/React.createElement("svg", _extends({
13039
13223
  xmlns: "http://www.w3.org/2000/svg",
13040
13224
  width: size,
@@ -13066,7 +13250,7 @@ DropDown.defaultProps = {
13066
13250
  size: '16'
13067
13251
  };
13068
13252
 
13069
- var loadingCircleStyle$4h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13253
+ var loadingCircleStyle$4l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13070
13254
 
13071
13255
  var DropUp = function DropUp(props) {
13072
13256
  var color = props.color,
@@ -13079,7 +13263,7 @@ var DropUp = function DropUp(props) {
13079
13263
  return /*#__PURE__*/React.createElement("span", {
13080
13264
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13081
13265
  }, /*#__PURE__*/React.createElement("style", {
13082
- children: loadingCircleStyle$4h
13266
+ children: loadingCircleStyle$4l
13083
13267
  }), /*#__PURE__*/React.createElement("svg", _extends({
13084
13268
  xmlns: "http://www.w3.org/2000/svg",
13085
13269
  width: size,
@@ -13111,7 +13295,7 @@ DropUp.defaultProps = {
13111
13295
  size: '16'
13112
13296
  };
13113
13297
 
13114
- var loadingCircleStyle$4i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13298
+ var loadingCircleStyle$4m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13115
13299
 
13116
13300
  var More1 = function More1(props) {
13117
13301
  var color = props.color,
@@ -13124,7 +13308,7 @@ var More1 = function More1(props) {
13124
13308
  return /*#__PURE__*/React.createElement("span", {
13125
13309
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13126
13310
  }, /*#__PURE__*/React.createElement("style", {
13127
- children: loadingCircleStyle$4i
13311
+ children: loadingCircleStyle$4m
13128
13312
  }), /*#__PURE__*/React.createElement("svg", _extends({
13129
13313
  xmlns: "http://www.w3.org/2000/svg",
13130
13314
  width: size,
@@ -13156,7 +13340,7 @@ More1.defaultProps = {
13156
13340
  size: '16'
13157
13341
  };
13158
13342
 
13159
- var loadingCircleStyle$4j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13343
+ var loadingCircleStyle$4n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13160
13344
 
13161
13345
  var More2 = function More2(props) {
13162
13346
  var color = props.color,
@@ -13169,7 +13353,7 @@ var More2 = function More2(props) {
13169
13353
  return /*#__PURE__*/React.createElement("span", {
13170
13354
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13171
13355
  }, /*#__PURE__*/React.createElement("style", {
13172
- children: loadingCircleStyle$4j
13356
+ children: loadingCircleStyle$4n
13173
13357
  }), /*#__PURE__*/React.createElement("svg", _extends({
13174
13358
  xmlns: "http://www.w3.org/2000/svg",
13175
13359
  width: size,
@@ -13201,7 +13385,7 @@ More2.defaultProps = {
13201
13385
  size: '16'
13202
13386
  };
13203
13387
 
13204
- var loadingCircleStyle$4k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13388
+ var loadingCircleStyle$4o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13205
13389
 
13206
13390
  var Drag = function Drag(props) {
13207
13391
  var color = props.color,
@@ -13214,7 +13398,7 @@ var Drag = function Drag(props) {
13214
13398
  return /*#__PURE__*/React.createElement("span", {
13215
13399
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13216
13400
  }, /*#__PURE__*/React.createElement("style", {
13217
- children: loadingCircleStyle$4k
13401
+ children: loadingCircleStyle$4o
13218
13402
  }), /*#__PURE__*/React.createElement("svg", _extends({
13219
13403
  xmlns: "http://www.w3.org/2000/svg",
13220
13404
  width: size,
@@ -13256,7 +13440,7 @@ Drag.defaultProps = {
13256
13440
  size: '16'
13257
13441
  };
13258
13442
 
13259
- var loadingCircleStyle$4l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13443
+ var loadingCircleStyle$4p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13260
13444
 
13261
13445
  var Drag2 = function Drag2(props) {
13262
13446
  var color = props.color,
@@ -13269,7 +13453,7 @@ var Drag2 = function Drag2(props) {
13269
13453
  return /*#__PURE__*/React.createElement("span", {
13270
13454
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13271
13455
  }, /*#__PURE__*/React.createElement("style", {
13272
- children: loadingCircleStyle$4l
13456
+ children: loadingCircleStyle$4p
13273
13457
  }), /*#__PURE__*/React.createElement("svg", _extends({
13274
13458
  xmlns: "http://www.w3.org/2000/svg",
13275
13459
  width: size,
@@ -13305,7 +13489,7 @@ Drag2.defaultProps = {
13305
13489
  size: '16'
13306
13490
  };
13307
13491
 
13308
- var loadingCircleStyle$4m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13492
+ var loadingCircleStyle$4q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13309
13493
 
13310
13494
  var External = function External(props) {
13311
13495
  var color = props.color,
@@ -13318,7 +13502,7 @@ var External = function External(props) {
13318
13502
  return /*#__PURE__*/React.createElement("span", {
13319
13503
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13320
13504
  }, /*#__PURE__*/React.createElement("style", {
13321
- children: loadingCircleStyle$4m
13505
+ children: loadingCircleStyle$4q
13322
13506
  }), /*#__PURE__*/React.createElement("svg", _extends({
13323
13507
  xmlns: "http://www.w3.org/2000/svg",
13324
13508
  width: size,
@@ -13350,7 +13534,7 @@ External.defaultProps = {
13350
13534
  size: '16'
13351
13535
  };
13352
13536
 
13353
- var loadingCircleStyle$4n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13537
+ var loadingCircleStyle$4r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13354
13538
 
13355
13539
  var DisplayS = function DisplayS(props) {
13356
13540
  var color = props.color,
@@ -13363,7 +13547,7 @@ var DisplayS = function DisplayS(props) {
13363
13547
  return /*#__PURE__*/React.createElement("span", {
13364
13548
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13365
13549
  }, /*#__PURE__*/React.createElement("style", {
13366
- children: loadingCircleStyle$4n
13550
+ children: loadingCircleStyle$4r
13367
13551
  }), /*#__PURE__*/React.createElement("svg", _extends({
13368
13552
  xmlns: "http://www.w3.org/2000/svg",
13369
13553
  width: size,
@@ -13397,7 +13581,7 @@ DisplayS.defaultProps = {
13397
13581
  size: '16'
13398
13582
  };
13399
13583
 
13400
- var loadingCircleStyle$4o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13584
+ var loadingCircleStyle$4s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13401
13585
 
13402
13586
  var Share = function Share(props) {
13403
13587
  var color = props.color,
@@ -13410,7 +13594,7 @@ var Share = function Share(props) {
13410
13594
  return /*#__PURE__*/React.createElement("span", {
13411
13595
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13412
13596
  }, /*#__PURE__*/React.createElement("style", {
13413
- children: loadingCircleStyle$4o
13597
+ children: loadingCircleStyle$4s
13414
13598
  }), /*#__PURE__*/React.createElement("svg", _extends({
13415
13599
  xmlns: "http://www.w3.org/2000/svg",
13416
13600
  width: size,
@@ -13442,52 +13626,6 @@ Share.defaultProps = {
13442
13626
  size: '16'
13443
13627
  };
13444
13628
 
13445
- var loadingCircleStyle$4p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13446
-
13447
- var Placeholder = function Placeholder(props) {
13448
- var color = props.color,
13449
- size = props.size,
13450
- spin = props.spin,
13451
- style = props.style,
13452
- className = props.className,
13453
- otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className"]);
13454
-
13455
- return /*#__PURE__*/React.createElement("span", {
13456
- className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13457
- }, /*#__PURE__*/React.createElement("style", {
13458
- children: loadingCircleStyle$4p
13459
- }), /*#__PURE__*/React.createElement("svg", _extends({
13460
- xmlns: "http://www.w3.org/2000/svg",
13461
- width: size,
13462
- height: size,
13463
- viewBox: "0 0 24 24",
13464
- fill: color
13465
- }, otherProps, {
13466
- style: _objectSpread2(_objectSpread2(_objectSpread2({}, style), spin ? {
13467
- animationDuration: '1s',
13468
- animationIterationCount: 'infinite',
13469
- animationName: 'loadingCircle',
13470
- animationTimingFunction: 'linear'
13471
- } : {}), {}, {
13472
- cursor: 'pointer'
13473
- })
13474
- }), /*#__PURE__*/React.createElement("rect", {
13475
- width: "24",
13476
- height: "24"
13477
- })));
13478
- };
13479
-
13480
- Placeholder.propTypes = {
13481
- spin: PropTypes.bool,
13482
- color: PropTypes.string,
13483
- size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
13484
- };
13485
- Placeholder.defaultProps = {
13486
- spin: false,
13487
- color: 'currentColor',
13488
- size: '16'
13489
- };
13490
-
13491
13629
  exports.TaAdd1 = Add1;
13492
13630
  exports.TaAdd2 = Add2;
13493
13631
  exports.TaAdd3 = Add3;
@@ -13545,6 +13683,7 @@ exports.TaClose = Close;
13545
13683
  exports.TaCode = Code;
13546
13684
  exports.TaComment = Comment;
13547
13685
  exports.TaConfig = Config;
13686
+ exports.TaContrast = Contrast;
13548
13687
  exports.TaCopy = Copy;
13549
13688
  exports.TaCopy2 = Copy2;
13550
13689
  exports.TaCost = Cost;
@@ -13634,6 +13773,7 @@ exports.TaImport = Import;
13634
13773
  exports.TaIndex = Index;
13635
13774
  exports.TaIndicator = Indicator;
13636
13775
  exports.TaInfo = Info;
13776
+ exports.TaInfoFill = InfoFill;
13637
13777
  exports.TaLandscape = Landscape;
13638
13778
  exports.TaLanguage = Language;
13639
13779
  exports.TaLink = Link;
@@ -13691,7 +13831,6 @@ exports.TaParallelFilter = ParallelFilter;
13691
13831
  exports.TaParameter = Parameter;
13692
13832
  exports.TaPassword = Password;
13693
13833
  exports.TaPattern = Pattern;
13694
- exports.TaPlaceholder = Placeholder;
13695
13834
  exports.TaPlay = Play;
13696
13835
  exports.TaPlug = Plug;
13697
13836
  exports.TaPrivate = Private;
@@ -13700,6 +13839,7 @@ exports.TaProcessing2 = Processing2;
13700
13839
  exports.TaProject = Project;
13701
13840
  exports.TaProjectMgr = ProjectMgr;
13702
13841
  exports.TaRelatedProp = RelatedProp;
13842
+ exports.TaRename = Rename;
13703
13843
  exports.TaReport = Report;
13704
13844
  exports.TaReportRemoval = ReportRemoval;
13705
13845
  exports.TaResetPassword = ResetPassword;
@@ -13759,6 +13899,7 @@ exports.TaUPropertySm = UPropertySm;
13759
13899
  exports.TaUTag = UTag;
13760
13900
  exports.TaUTagSm = UTagSm;
13761
13901
  exports.TaUnlink = Unlink;
13902
+ exports.TaUpdate = Update;
13762
13903
  exports.TaUploadId = UploadId;
13763
13904
  exports.TaUsb = Usb;
13764
13905
  exports.TaUser1 = User1;