@tant/icons 1.17.16 → 1.17.17

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.
@@ -21323,7 +21323,7 @@ ArrowGoForward.defaultProps = {
21323
21323
 
21324
21324
  var _excluded$5M = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21325
21325
  var loadingCircleStyle$5M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21326
- var Info = function Info(props) {
21326
+ var Recycle = function Recycle(props) {
21327
21327
  var color = props.color,
21328
21328
  size = props.size,
21329
21329
  spin = props.spin,
@@ -21356,6 +21356,70 @@ var Info = function Info(props) {
21356
21356
  width: "24",
21357
21357
  height: "24",
21358
21358
  xmlns: "http://www.w3.org/2000/svg"
21359
+ }, /*#__PURE__*/React.createElement("path", {
21360
+ d: "M4 6V4H2v6h6V8H5.07a8 8 0 0114.892 4.786l1.99.193c.032-.322.048-.649.048-.979 0-5.523-4.477-10-10-10a9.984 9.984 0 00-8 4z"
21361
+ }), /*#__PURE__*/React.createElement("path", {
21362
+ d: "M12 20c.265 0 .527-.013.786-.038l.193 1.99a10.105 10.105 0 01-2.284-.036l.26-1.984A8.1 8.1 0 0012 20z"
21363
+ }), /*#__PURE__*/React.createElement("path", {
21364
+ d: "M14.323 19.658c.506-.154.99-.355 1.448-.6l.944 1.762c-.572.307-1.179.56-1.812.752l-.58-1.914z"
21365
+ }), /*#__PURE__*/React.createElement("path", {
21366
+ d: "M7.13 18.348c.55.423 1.158.776 1.808 1.045l-.766 1.848a9.988 9.988 0 01-2.26-1.308l1.218-1.585z"
21367
+ }), /*#__PURE__*/React.createElement("path", {
21368
+ d: "M17.075 18.185a8.062 8.062 0 001.11-1.11l1.545 1.27c-.416.505-.88.97-1.386 1.385l-1.27-1.545z"
21369
+ }), /*#__PURE__*/React.createElement("path", {
21370
+ d: "M5.07 16c.175.302.37.593.582.87l-1.586 1.218A10.007 10.007 0 013.338 17l1.732-1.002z"
21371
+ }), /*#__PURE__*/React.createElement("path", {
21372
+ d: "M19.057 15.771c.246-.458.448-.942.6-1.448l1.915.58a9.945 9.945 0 01-.752 1.812l-1.763-.944z"
21373
+ }))));
21374
+ };
21375
+ Recycle.propTypes = {
21376
+ iconClassName: PropTypes.string,
21377
+ spin: PropTypes.bool,
21378
+ color: PropTypes.string,
21379
+ testid: PropTypes.string,
21380
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
21381
+ };
21382
+ Recycle.defaultProps = {
21383
+ spin: false,
21384
+ color: 'currentColor',
21385
+ size: '1em'
21386
+ };
21387
+
21388
+ var _excluded$5N = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21389
+ var loadingCircleStyle$5N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21390
+ var Info = function Info(props) {
21391
+ var color = props.color,
21392
+ size = props.size,
21393
+ spin = props.spin,
21394
+ style = props.style,
21395
+ className = props.className,
21396
+ iconClassName = props.iconClassName,
21397
+ testid = props.testid,
21398
+ otherProps = _objectWithoutProperties(props, _excluded$5N);
21399
+ return /*#__PURE__*/React.createElement("span", {
21400
+ role: "img",
21401
+ className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
21402
+ }, /*#__PURE__*/React.createElement("style", {
21403
+ children: loadingCircleStyle$5N
21404
+ }), /*#__PURE__*/React.createElement("svg", _extends({
21405
+ xmlns: "http://www.w3.org/2000/svg",
21406
+ width: size,
21407
+ height: size,
21408
+ viewBox: "0 0 24 24",
21409
+ fill: color
21410
+ }, otherProps, {
21411
+ className: iconClassName,
21412
+ "data-testid": testid,
21413
+ style: _objectSpread2(_objectSpread2({}, style), spin ? {
21414
+ animationDuration: '1s',
21415
+ animationIterationCount: 'infinite',
21416
+ animationName: 'loadingCircle',
21417
+ animationTimingFunction: 'linear'
21418
+ } : {})
21419
+ }), /*#__PURE__*/React.createElement("svg", {
21420
+ width: "24",
21421
+ height: "24",
21422
+ xmlns: "http://www.w3.org/2000/svg"
21359
21423
  }, /*#__PURE__*/React.createElement("path", {
21360
21424
  d: "M12 20a8 8 0 110-16 8 8 0 010 16zm0 2c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z"
21361
21425
  }), /*#__PURE__*/React.createElement("path", {
@@ -21377,8 +21441,8 @@ Info.defaultProps = {
21377
21441
  size: '1em'
21378
21442
  };
21379
21443
 
21380
- var _excluded$5N = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21381
- var loadingCircleStyle$5N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21444
+ var _excluded$5O = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21445
+ var loadingCircleStyle$5O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21382
21446
  var InfoFill = function InfoFill(props) {
21383
21447
  var color = props.color,
21384
21448
  size = props.size,
@@ -21387,12 +21451,12 @@ var InfoFill = function InfoFill(props) {
21387
21451
  className = props.className,
21388
21452
  iconClassName = props.iconClassName,
21389
21453
  testid = props.testid,
21390
- otherProps = _objectWithoutProperties(props, _excluded$5N);
21454
+ otherProps = _objectWithoutProperties(props, _excluded$5O);
21391
21455
  return /*#__PURE__*/React.createElement("span", {
21392
21456
  role: "img",
21393
21457
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
21394
21458
  }, /*#__PURE__*/React.createElement("style", {
21395
- children: loadingCircleStyle$5N
21459
+ children: loadingCircleStyle$5O
21396
21460
  }), /*#__PURE__*/React.createElement("svg", _extends({
21397
21461
  xmlns: "http://www.w3.org/2000/svg",
21398
21462
  width: size,
@@ -21429,8 +21493,8 @@ InfoFill.defaultProps = {
21429
21493
  size: '1em'
21430
21494
  };
21431
21495
 
21432
- var _excluded$5O = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21433
- var loadingCircleStyle$5O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21496
+ var _excluded$5P = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21497
+ var loadingCircleStyle$5P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21434
21498
  var Help = function Help(props) {
21435
21499
  var color = props.color,
21436
21500
  size = props.size,
@@ -21439,12 +21503,12 @@ var Help = function Help(props) {
21439
21503
  className = props.className,
21440
21504
  iconClassName = props.iconClassName,
21441
21505
  testid = props.testid,
21442
- otherProps = _objectWithoutProperties(props, _excluded$5O);
21506
+ otherProps = _objectWithoutProperties(props, _excluded$5P);
21443
21507
  return /*#__PURE__*/React.createElement("span", {
21444
21508
  role: "img",
21445
21509
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
21446
21510
  }, /*#__PURE__*/React.createElement("style", {
21447
- children: loadingCircleStyle$5O
21511
+ children: loadingCircleStyle$5P
21448
21512
  }), /*#__PURE__*/React.createElement("svg", _extends({
21449
21513
  xmlns: "http://www.w3.org/2000/svg",
21450
21514
  width: size,
@@ -21481,8 +21545,8 @@ Help.defaultProps = {
21481
21545
  size: '1em'
21482
21546
  };
21483
21547
 
21484
- var _excluded$5P = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21485
- var loadingCircleStyle$5P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21548
+ var _excluded$5Q = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21549
+ var loadingCircleStyle$5Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21486
21550
  var History = function History(props) {
21487
21551
  var color = props.color,
21488
21552
  size = props.size,
@@ -21491,12 +21555,12 @@ var History = function History(props) {
21491
21555
  className = props.className,
21492
21556
  iconClassName = props.iconClassName,
21493
21557
  testid = props.testid,
21494
- otherProps = _objectWithoutProperties(props, _excluded$5P);
21558
+ otherProps = _objectWithoutProperties(props, _excluded$5Q);
21495
21559
  return /*#__PURE__*/React.createElement("span", {
21496
21560
  role: "img",
21497
21561
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
21498
21562
  }, /*#__PURE__*/React.createElement("style", {
21499
- children: loadingCircleStyle$5P
21563
+ children: loadingCircleStyle$5Q
21500
21564
  }), /*#__PURE__*/React.createElement("svg", _extends({
21501
21565
  xmlns: "http://www.w3.org/2000/svg",
21502
21566
  width: size,
@@ -21533,8 +21597,8 @@ History.defaultProps = {
21533
21597
  size: '1em'
21534
21598
  };
21535
21599
 
21536
- var _excluded$5Q = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21537
- var loadingCircleStyle$5Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21600
+ var _excluded$5R = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21601
+ var loadingCircleStyle$5R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21538
21602
  var Backup = function Backup(props) {
21539
21603
  var color = props.color,
21540
21604
  size = props.size,
@@ -21543,12 +21607,12 @@ var Backup = function Backup(props) {
21543
21607
  className = props.className,
21544
21608
  iconClassName = props.iconClassName,
21545
21609
  testid = props.testid,
21546
- otherProps = _objectWithoutProperties(props, _excluded$5Q);
21610
+ otherProps = _objectWithoutProperties(props, _excluded$5R);
21547
21611
  return /*#__PURE__*/React.createElement("span", {
21548
21612
  role: "img",
21549
21613
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
21550
21614
  }, /*#__PURE__*/React.createElement("style", {
21551
- children: loadingCircleStyle$5Q
21615
+ children: loadingCircleStyle$5R
21552
21616
  }), /*#__PURE__*/React.createElement("svg", _extends({
21553
21617
  xmlns: "http://www.w3.org/2000/svg",
21554
21618
  width: size,
@@ -21587,8 +21651,8 @@ Backup.defaultProps = {
21587
21651
  size: '1em'
21588
21652
  };
21589
21653
 
21590
- var _excluded$5R = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21591
- var loadingCircleStyle$5R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21654
+ var _excluded$5S = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21655
+ var loadingCircleStyle$5S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21592
21656
  var Error = function Error(props) {
21593
21657
  var color = props.color,
21594
21658
  size = props.size,
@@ -21597,12 +21661,12 @@ var Error = function Error(props) {
21597
21661
  className = props.className,
21598
21662
  iconClassName = props.iconClassName,
21599
21663
  testid = props.testid,
21600
- otherProps = _objectWithoutProperties(props, _excluded$5R);
21664
+ otherProps = _objectWithoutProperties(props, _excluded$5S);
21601
21665
  return /*#__PURE__*/React.createElement("span", {
21602
21666
  role: "img",
21603
21667
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
21604
21668
  }, /*#__PURE__*/React.createElement("style", {
21605
- children: loadingCircleStyle$5R
21669
+ children: loadingCircleStyle$5S
21606
21670
  }), /*#__PURE__*/React.createElement("svg", _extends({
21607
21671
  xmlns: "http://www.w3.org/2000/svg",
21608
21672
  width: size,
@@ -21643,8 +21707,8 @@ Error.defaultProps = {
21643
21707
  size: '1em'
21644
21708
  };
21645
21709
 
21646
- var _excluded$5S = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21647
- var loadingCircleStyle$5S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21710
+ var _excluded$5T = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21711
+ var loadingCircleStyle$5T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21648
21712
  var ErrorFill = function ErrorFill(props) {
21649
21713
  var color = props.color,
21650
21714
  size = props.size,
@@ -21653,12 +21717,12 @@ var ErrorFill = function ErrorFill(props) {
21653
21717
  className = props.className,
21654
21718
  iconClassName = props.iconClassName,
21655
21719
  testid = props.testid,
21656
- otherProps = _objectWithoutProperties(props, _excluded$5S);
21720
+ otherProps = _objectWithoutProperties(props, _excluded$5T);
21657
21721
  return /*#__PURE__*/React.createElement("span", {
21658
21722
  role: "img",
21659
21723
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
21660
21724
  }, /*#__PURE__*/React.createElement("style", {
21661
- children: loadingCircleStyle$5S
21725
+ children: loadingCircleStyle$5T
21662
21726
  }), /*#__PURE__*/React.createElement("svg", _extends({
21663
21727
  xmlns: "http://www.w3.org/2000/svg",
21664
21728
  width: size,
@@ -21695,8 +21759,8 @@ ErrorFill.defaultProps = {
21695
21759
  size: '1em'
21696
21760
  };
21697
21761
 
21698
- var _excluded$5T = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21699
- var loadingCircleStyle$5T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21762
+ var _excluded$5U = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21763
+ var loadingCircleStyle$5U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21700
21764
  var Error2 = function Error2(props) {
21701
21765
  var color = props.color,
21702
21766
  size = props.size,
@@ -21705,12 +21769,12 @@ var Error2 = function Error2(props) {
21705
21769
  className = props.className,
21706
21770
  iconClassName = props.iconClassName,
21707
21771
  testid = props.testid,
21708
- otherProps = _objectWithoutProperties(props, _excluded$5T);
21772
+ otherProps = _objectWithoutProperties(props, _excluded$5U);
21709
21773
  return /*#__PURE__*/React.createElement("span", {
21710
21774
  role: "img",
21711
21775
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
21712
21776
  }, /*#__PURE__*/React.createElement("style", {
21713
- children: loadingCircleStyle$5T
21777
+ children: loadingCircleStyle$5U
21714
21778
  }), /*#__PURE__*/React.createElement("svg", _extends({
21715
21779
  xmlns: "http://www.w3.org/2000/svg",
21716
21780
  width: size,
@@ -21749,8 +21813,8 @@ Error2.defaultProps = {
21749
21813
  size: '1em'
21750
21814
  };
21751
21815
 
21752
- var _excluded$5U = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21753
- var loadingCircleStyle$5U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21816
+ var _excluded$5V = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21817
+ var loadingCircleStyle$5V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21754
21818
  var Error2Fill = function Error2Fill(props) {
21755
21819
  var color = props.color,
21756
21820
  size = props.size,
@@ -21759,12 +21823,12 @@ var Error2Fill = function Error2Fill(props) {
21759
21823
  className = props.className,
21760
21824
  iconClassName = props.iconClassName,
21761
21825
  testid = props.testid,
21762
- otherProps = _objectWithoutProperties(props, _excluded$5U);
21826
+ otherProps = _objectWithoutProperties(props, _excluded$5V);
21763
21827
  return /*#__PURE__*/React.createElement("span", {
21764
21828
  role: "img",
21765
21829
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
21766
21830
  }, /*#__PURE__*/React.createElement("style", {
21767
- children: loadingCircleStyle$5U
21831
+ children: loadingCircleStyle$5V
21768
21832
  }), /*#__PURE__*/React.createElement("svg", _extends({
21769
21833
  xmlns: "http://www.w3.org/2000/svg",
21770
21834
  width: size,
@@ -21803,8 +21867,8 @@ Error2Fill.defaultProps = {
21803
21867
  size: '1em'
21804
21868
  };
21805
21869
 
21806
- var _excluded$5V = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21807
- var loadingCircleStyle$5V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21870
+ var _excluded$5W = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21871
+ var loadingCircleStyle$5W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21808
21872
  var Success = function Success(props) {
21809
21873
  var color = props.color,
21810
21874
  size = props.size,
@@ -21813,12 +21877,12 @@ var Success = function Success(props) {
21813
21877
  className = props.className,
21814
21878
  iconClassName = props.iconClassName,
21815
21879
  testid = props.testid,
21816
- otherProps = _objectWithoutProperties(props, _excluded$5V);
21880
+ otherProps = _objectWithoutProperties(props, _excluded$5W);
21817
21881
  return /*#__PURE__*/React.createElement("span", {
21818
21882
  role: "img",
21819
21883
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
21820
21884
  }, /*#__PURE__*/React.createElement("style", {
21821
- children: loadingCircleStyle$5V
21885
+ children: loadingCircleStyle$5W
21822
21886
  }), /*#__PURE__*/React.createElement("svg", _extends({
21823
21887
  xmlns: "http://www.w3.org/2000/svg",
21824
21888
  width: size,
@@ -21855,8 +21919,8 @@ Success.defaultProps = {
21855
21919
  size: '1em'
21856
21920
  };
21857
21921
 
21858
- var _excluded$5W = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21859
- var loadingCircleStyle$5W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21922
+ var _excluded$5X = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21923
+ var loadingCircleStyle$5X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21860
21924
  var SuccessFill = function SuccessFill(props) {
21861
21925
  var color = props.color,
21862
21926
  size = props.size,
@@ -21865,12 +21929,12 @@ var SuccessFill = function SuccessFill(props) {
21865
21929
  className = props.className,
21866
21930
  iconClassName = props.iconClassName,
21867
21931
  testid = props.testid,
21868
- otherProps = _objectWithoutProperties(props, _excluded$5W);
21932
+ otherProps = _objectWithoutProperties(props, _excluded$5X);
21869
21933
  return /*#__PURE__*/React.createElement("span", {
21870
21934
  role: "img",
21871
21935
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
21872
21936
  }, /*#__PURE__*/React.createElement("style", {
21873
- children: loadingCircleStyle$5W
21937
+ children: loadingCircleStyle$5X
21874
21938
  }), /*#__PURE__*/React.createElement("svg", _extends({
21875
21939
  xmlns: "http://www.w3.org/2000/svg",
21876
21940
  width: size,
@@ -21909,8 +21973,8 @@ SuccessFill.defaultProps = {
21909
21973
  size: '1em'
21910
21974
  };
21911
21975
 
21912
- var _excluded$5X = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21913
- var loadingCircleStyle$5X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21976
+ var _excluded$5Y = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21977
+ var loadingCircleStyle$5Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21914
21978
  var Delete2 = function Delete2(props) {
21915
21979
  var color = props.color,
21916
21980
  size = props.size,
@@ -21919,12 +21983,12 @@ var Delete2 = function Delete2(props) {
21919
21983
  className = props.className,
21920
21984
  iconClassName = props.iconClassName,
21921
21985
  testid = props.testid,
21922
- otherProps = _objectWithoutProperties(props, _excluded$5X);
21986
+ otherProps = _objectWithoutProperties(props, _excluded$5Y);
21923
21987
  return /*#__PURE__*/React.createElement("span", {
21924
21988
  role: "img",
21925
21989
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
21926
21990
  }, /*#__PURE__*/React.createElement("style", {
21927
- children: loadingCircleStyle$5X
21991
+ children: loadingCircleStyle$5Y
21928
21992
  }), /*#__PURE__*/React.createElement("svg", _extends({
21929
21993
  xmlns: "http://www.w3.org/2000/svg",
21930
21994
  width: size,
@@ -21961,8 +22025,8 @@ Delete2.defaultProps = {
21961
22025
  size: '1em'
21962
22026
  };
21963
22027
 
21964
- var _excluded$5Y = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21965
- var loadingCircleStyle$5Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22028
+ var _excluded$5Z = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22029
+ var loadingCircleStyle$5Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21966
22030
  var Delete2Fill = function Delete2Fill(props) {
21967
22031
  var color = props.color,
21968
22032
  size = props.size,
@@ -21971,12 +22035,12 @@ var Delete2Fill = function Delete2Fill(props) {
21971
22035
  className = props.className,
21972
22036
  iconClassName = props.iconClassName,
21973
22037
  testid = props.testid,
21974
- otherProps = _objectWithoutProperties(props, _excluded$5Y);
22038
+ otherProps = _objectWithoutProperties(props, _excluded$5Z);
21975
22039
  return /*#__PURE__*/React.createElement("span", {
21976
22040
  role: "img",
21977
22041
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
21978
22042
  }, /*#__PURE__*/React.createElement("style", {
21979
- children: loadingCircleStyle$5Y
22043
+ children: loadingCircleStyle$5Z
21980
22044
  }), /*#__PURE__*/React.createElement("svg", _extends({
21981
22045
  xmlns: "http://www.w3.org/2000/svg",
21982
22046
  width: size,
@@ -22013,8 +22077,8 @@ Delete2Fill.defaultProps = {
22013
22077
  size: '1em'
22014
22078
  };
22015
22079
 
22016
- var _excluded$5Z = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22017
- var loadingCircleStyle$5Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22080
+ var _excluded$5_ = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22081
+ var loadingCircleStyle$5_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22018
22082
  var Exchange = function Exchange(props) {
22019
22083
  var color = props.color,
22020
22084
  size = props.size,
@@ -22023,12 +22087,12 @@ var Exchange = function Exchange(props) {
22023
22087
  className = props.className,
22024
22088
  iconClassName = props.iconClassName,
22025
22089
  testid = props.testid,
22026
- otherProps = _objectWithoutProperties(props, _excluded$5Z);
22090
+ otherProps = _objectWithoutProperties(props, _excluded$5_);
22027
22091
  return /*#__PURE__*/React.createElement("span", {
22028
22092
  role: "img",
22029
22093
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
22030
22094
  }, /*#__PURE__*/React.createElement("style", {
22031
- children: loadingCircleStyle$5Z
22095
+ children: loadingCircleStyle$5_
22032
22096
  }), /*#__PURE__*/React.createElement("svg", _extends({
22033
22097
  xmlns: "http://www.w3.org/2000/svg",
22034
22098
  width: size,
@@ -22065,8 +22129,8 @@ Exchange.defaultProps = {
22065
22129
  size: '1em'
22066
22130
  };
22067
22131
 
22068
- var _excluded$5_ = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22069
- var loadingCircleStyle$5_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22132
+ var _excluded$5$ = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22133
+ var loadingCircleStyle$5$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22070
22134
  var SwapFill = function SwapFill(props) {
22071
22135
  var color = props.color,
22072
22136
  size = props.size,
@@ -22075,12 +22139,12 @@ var SwapFill = function SwapFill(props) {
22075
22139
  className = props.className,
22076
22140
  iconClassName = props.iconClassName,
22077
22141
  testid = props.testid,
22078
- otherProps = _objectWithoutProperties(props, _excluded$5_);
22142
+ otherProps = _objectWithoutProperties(props, _excluded$5$);
22079
22143
  return /*#__PURE__*/React.createElement("span", {
22080
22144
  role: "img",
22081
22145
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
22082
22146
  }, /*#__PURE__*/React.createElement("style", {
22083
- children: loadingCircleStyle$5_
22147
+ children: loadingCircleStyle$5$
22084
22148
  }), /*#__PURE__*/React.createElement("svg", _extends({
22085
22149
  xmlns: "http://www.w3.org/2000/svg",
22086
22150
  width: size,
@@ -22117,8 +22181,8 @@ SwapFill.defaultProps = {
22117
22181
  size: '1em'
22118
22182
  };
22119
22183
 
22120
- var _excluded$5$ = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22121
- var loadingCircleStyle$5$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22184
+ var _excluded$60 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22185
+ var loadingCircleStyle$60 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22122
22186
  var Processing = function Processing(props) {
22123
22187
  var color = props.color,
22124
22188
  size = props.size,
@@ -22127,12 +22191,12 @@ var Processing = function Processing(props) {
22127
22191
  className = props.className,
22128
22192
  iconClassName = props.iconClassName,
22129
22193
  testid = props.testid,
22130
- otherProps = _objectWithoutProperties(props, _excluded$5$);
22194
+ otherProps = _objectWithoutProperties(props, _excluded$60);
22131
22195
  return /*#__PURE__*/React.createElement("span", {
22132
22196
  role: "img",
22133
22197
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
22134
22198
  }, /*#__PURE__*/React.createElement("style", {
22135
- children: loadingCircleStyle$5$
22199
+ children: loadingCircleStyle$60
22136
22200
  }), /*#__PURE__*/React.createElement("svg", _extends({
22137
22201
  xmlns: "http://www.w3.org/2000/svg",
22138
22202
  width: size,
@@ -22169,8 +22233,8 @@ Processing.defaultProps = {
22169
22233
  size: '1em'
22170
22234
  };
22171
22235
 
22172
- var _excluded$60 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22173
- var loadingCircleStyle$60 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22236
+ var _excluded$61 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22237
+ var loadingCircleStyle$61 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22174
22238
  var Processing2 = function Processing2(props) {
22175
22239
  var color = props.color,
22176
22240
  size = props.size,
@@ -22179,12 +22243,12 @@ var Processing2 = function Processing2(props) {
22179
22243
  className = props.className,
22180
22244
  iconClassName = props.iconClassName,
22181
22245
  testid = props.testid,
22182
- otherProps = _objectWithoutProperties(props, _excluded$60);
22246
+ otherProps = _objectWithoutProperties(props, _excluded$61);
22183
22247
  return /*#__PURE__*/React.createElement("span", {
22184
22248
  role: "img",
22185
22249
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
22186
22250
  }, /*#__PURE__*/React.createElement("style", {
22187
- children: loadingCircleStyle$60
22251
+ children: loadingCircleStyle$61
22188
22252
  }), /*#__PURE__*/React.createElement("svg", _extends({
22189
22253
  xmlns: "http://www.w3.org/2000/svg",
22190
22254
  width: size,
@@ -22223,8 +22287,8 @@ Processing2.defaultProps = {
22223
22287
  size: '1em'
22224
22288
  };
22225
22289
 
22226
- var _excluded$61 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22227
- var loadingCircleStyle$61 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22290
+ var _excluded$62 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22291
+ var loadingCircleStyle$62 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22228
22292
  var Done = function Done(props) {
22229
22293
  var color = props.color,
22230
22294
  size = props.size,
@@ -22233,12 +22297,12 @@ var Done = function Done(props) {
22233
22297
  className = props.className,
22234
22298
  iconClassName = props.iconClassName,
22235
22299
  testid = props.testid,
22236
- otherProps = _objectWithoutProperties(props, _excluded$61);
22300
+ otherProps = _objectWithoutProperties(props, _excluded$62);
22237
22301
  return /*#__PURE__*/React.createElement("span", {
22238
22302
  role: "img",
22239
22303
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
22240
22304
  }, /*#__PURE__*/React.createElement("style", {
22241
- children: loadingCircleStyle$61
22305
+ children: loadingCircleStyle$62
22242
22306
  }), /*#__PURE__*/React.createElement("svg", _extends({
22243
22307
  xmlns: "http://www.w3.org/2000/svg",
22244
22308
  width: size,
@@ -22275,8 +22339,8 @@ Done.defaultProps = {
22275
22339
  size: '1em'
22276
22340
  };
22277
22341
 
22278
- var _excluded$62 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22279
- var loadingCircleStyle$62 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22342
+ var _excluded$63 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22343
+ var loadingCircleStyle$63 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22280
22344
  var Close = function Close(props) {
22281
22345
  var color = props.color,
22282
22346
  size = props.size,
@@ -22285,12 +22349,12 @@ var Close = function Close(props) {
22285
22349
  className = props.className,
22286
22350
  iconClassName = props.iconClassName,
22287
22351
  testid = props.testid,
22288
- otherProps = _objectWithoutProperties(props, _excluded$62);
22352
+ otherProps = _objectWithoutProperties(props, _excluded$63);
22289
22353
  return /*#__PURE__*/React.createElement("span", {
22290
22354
  role: "img",
22291
22355
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
22292
22356
  }, /*#__PURE__*/React.createElement("style", {
22293
- children: loadingCircleStyle$62
22357
+ children: loadingCircleStyle$63
22294
22358
  }), /*#__PURE__*/React.createElement("svg", _extends({
22295
22359
  xmlns: "http://www.w3.org/2000/svg",
22296
22360
  width: size,
@@ -22327,8 +22391,8 @@ Close.defaultProps = {
22327
22391
  size: '1em'
22328
22392
  };
22329
22393
 
22330
- var _excluded$63 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22331
- var loadingCircleStyle$63 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22394
+ var _excluded$64 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22395
+ var loadingCircleStyle$64 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22332
22396
  var StarOutline = function StarOutline(props) {
22333
22397
  var color = props.color,
22334
22398
  size = props.size,
@@ -22337,12 +22401,12 @@ var StarOutline = function StarOutline(props) {
22337
22401
  className = props.className,
22338
22402
  iconClassName = props.iconClassName,
22339
22403
  testid = props.testid,
22340
- otherProps = _objectWithoutProperties(props, _excluded$63);
22404
+ otherProps = _objectWithoutProperties(props, _excluded$64);
22341
22405
  return /*#__PURE__*/React.createElement("span", {
22342
22406
  role: "img",
22343
22407
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
22344
22408
  }, /*#__PURE__*/React.createElement("style", {
22345
- children: loadingCircleStyle$63
22409
+ children: loadingCircleStyle$64
22346
22410
  }), /*#__PURE__*/React.createElement("svg", _extends({
22347
22411
  xmlns: "http://www.w3.org/2000/svg",
22348
22412
  width: size,
@@ -22379,8 +22443,8 @@ StarOutline.defaultProps = {
22379
22443
  size: '1em'
22380
22444
  };
22381
22445
 
22382
- var _excluded$64 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22383
- var loadingCircleStyle$64 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22446
+ var _excluded$65 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22447
+ var loadingCircleStyle$65 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22384
22448
  var StarFill = function StarFill(props) {
22385
22449
  var color = props.color,
22386
22450
  size = props.size,
@@ -22389,12 +22453,12 @@ var StarFill = function StarFill(props) {
22389
22453
  className = props.className,
22390
22454
  iconClassName = props.iconClassName,
22391
22455
  testid = props.testid,
22392
- otherProps = _objectWithoutProperties(props, _excluded$64);
22456
+ otherProps = _objectWithoutProperties(props, _excluded$65);
22393
22457
  return /*#__PURE__*/React.createElement("span", {
22394
22458
  role: "img",
22395
22459
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
22396
22460
  }, /*#__PURE__*/React.createElement("style", {
22397
- children: loadingCircleStyle$64
22461
+ children: loadingCircleStyle$65
22398
22462
  }), /*#__PURE__*/React.createElement("svg", _extends({
22399
22463
  xmlns: "http://www.w3.org/2000/svg",
22400
22464
  width: size,
@@ -22431,8 +22495,8 @@ StarFill.defaultProps = {
22431
22495
  size: '1em'
22432
22496
  };
22433
22497
 
22434
- var _excluded$65 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22435
- var loadingCircleStyle$65 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22498
+ var _excluded$66 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22499
+ var loadingCircleStyle$66 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22436
22500
  var TimeLock = function TimeLock(props) {
22437
22501
  var color = props.color,
22438
22502
  size = props.size,
@@ -22441,12 +22505,12 @@ var TimeLock = function TimeLock(props) {
22441
22505
  className = props.className,
22442
22506
  iconClassName = props.iconClassName,
22443
22507
  testid = props.testid,
22444
- otherProps = _objectWithoutProperties(props, _excluded$65);
22508
+ otherProps = _objectWithoutProperties(props, _excluded$66);
22445
22509
  return /*#__PURE__*/React.createElement("span", {
22446
22510
  role: "img",
22447
22511
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
22448
22512
  }, /*#__PURE__*/React.createElement("style", {
22449
- children: loadingCircleStyle$65
22513
+ children: loadingCircleStyle$66
22450
22514
  }), /*#__PURE__*/React.createElement("svg", _extends({
22451
22515
  xmlns: "http://www.w3.org/2000/svg",
22452
22516
  width: size,
@@ -22483,8 +22547,8 @@ TimeLock.defaultProps = {
22483
22547
  size: '1em'
22484
22548
  };
22485
22549
 
22486
- var _excluded$66 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22487
- var loadingCircleStyle$66 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22550
+ var _excluded$67 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22551
+ var loadingCircleStyle$67 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22488
22552
  var Heart = function Heart(props) {
22489
22553
  var color = props.color,
22490
22554
  size = props.size,
@@ -22493,12 +22557,12 @@ var Heart = function Heart(props) {
22493
22557
  className = props.className,
22494
22558
  iconClassName = props.iconClassName,
22495
22559
  testid = props.testid,
22496
- otherProps = _objectWithoutProperties(props, _excluded$66);
22560
+ otherProps = _objectWithoutProperties(props, _excluded$67);
22497
22561
  return /*#__PURE__*/React.createElement("span", {
22498
22562
  role: "img",
22499
22563
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
22500
22564
  }, /*#__PURE__*/React.createElement("style", {
22501
- children: loadingCircleStyle$66
22565
+ children: loadingCircleStyle$67
22502
22566
  }), /*#__PURE__*/React.createElement("svg", _extends({
22503
22567
  xmlns: "http://www.w3.org/2000/svg",
22504
22568
  width: size,
@@ -22535,8 +22599,8 @@ Heart.defaultProps = {
22535
22599
  size: '1em'
22536
22600
  };
22537
22601
 
22538
- var _excluded$67 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22539
- var loadingCircleStyle$67 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22602
+ var _excluded$68 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22603
+ var loadingCircleStyle$68 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22540
22604
  var Bookmark = function Bookmark(props) {
22541
22605
  var color = props.color,
22542
22606
  size = props.size,
@@ -22545,12 +22609,12 @@ var Bookmark = function Bookmark(props) {
22545
22609
  className = props.className,
22546
22610
  iconClassName = props.iconClassName,
22547
22611
  testid = props.testid,
22548
- otherProps = _objectWithoutProperties(props, _excluded$67);
22612
+ otherProps = _objectWithoutProperties(props, _excluded$68);
22549
22613
  return /*#__PURE__*/React.createElement("span", {
22550
22614
  role: "img",
22551
22615
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
22552
22616
  }, /*#__PURE__*/React.createElement("style", {
22553
- children: loadingCircleStyle$67
22617
+ children: loadingCircleStyle$68
22554
22618
  }), /*#__PURE__*/React.createElement("svg", _extends({
22555
22619
  xmlns: "http://www.w3.org/2000/svg",
22556
22620
  width: size,
@@ -22587,8 +22651,8 @@ Bookmark.defaultProps = {
22587
22651
  size: '1em'
22588
22652
  };
22589
22653
 
22590
- var _excluded$68 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22591
- var loadingCircleStyle$68 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22654
+ var _excluded$69 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22655
+ var loadingCircleStyle$69 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22592
22656
  var Bookmark2 = function Bookmark2(props) {
22593
22657
  var color = props.color,
22594
22658
  size = props.size,
@@ -22597,12 +22661,12 @@ var Bookmark2 = function Bookmark2(props) {
22597
22661
  className = props.className,
22598
22662
  iconClassName = props.iconClassName,
22599
22663
  testid = props.testid,
22600
- otherProps = _objectWithoutProperties(props, _excluded$68);
22664
+ otherProps = _objectWithoutProperties(props, _excluded$69);
22601
22665
  return /*#__PURE__*/React.createElement("span", {
22602
22666
  role: "img",
22603
22667
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
22604
22668
  }, /*#__PURE__*/React.createElement("style", {
22605
- children: loadingCircleStyle$68
22669
+ children: loadingCircleStyle$69
22606
22670
  }), /*#__PURE__*/React.createElement("svg", _extends({
22607
22671
  xmlns: "http://www.w3.org/2000/svg",
22608
22672
  width: size,
@@ -22639,8 +22703,8 @@ Bookmark2.defaultProps = {
22639
22703
  size: '1em'
22640
22704
  };
22641
22705
 
22642
- var _excluded$69 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22643
- var loadingCircleStyle$69 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22706
+ var _excluded$6a = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22707
+ var loadingCircleStyle$6a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22644
22708
  var LockClose = function LockClose(props) {
22645
22709
  var color = props.color,
22646
22710
  size = props.size,
@@ -22649,12 +22713,12 @@ var LockClose = function LockClose(props) {
22649
22713
  className = props.className,
22650
22714
  iconClassName = props.iconClassName,
22651
22715
  testid = props.testid,
22652
- otherProps = _objectWithoutProperties(props, _excluded$69);
22716
+ otherProps = _objectWithoutProperties(props, _excluded$6a);
22653
22717
  return /*#__PURE__*/React.createElement("span", {
22654
22718
  role: "img",
22655
22719
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
22656
22720
  }, /*#__PURE__*/React.createElement("style", {
22657
- children: loadingCircleStyle$69
22721
+ children: loadingCircleStyle$6a
22658
22722
  }), /*#__PURE__*/React.createElement("svg", _extends({
22659
22723
  xmlns: "http://www.w3.org/2000/svg",
22660
22724
  width: size,
@@ -22695,8 +22759,8 @@ LockClose.defaultProps = {
22695
22759
  size: '1em'
22696
22760
  };
22697
22761
 
22698
- var _excluded$6a = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22699
- var loadingCircleStyle$6a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22762
+ var _excluded$6b = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22763
+ var loadingCircleStyle$6b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22700
22764
  var LockCloseFill = function LockCloseFill(props) {
22701
22765
  var color = props.color,
22702
22766
  size = props.size,
@@ -22705,12 +22769,12 @@ var LockCloseFill = function LockCloseFill(props) {
22705
22769
  className = props.className,
22706
22770
  iconClassName = props.iconClassName,
22707
22771
  testid = props.testid,
22708
- otherProps = _objectWithoutProperties(props, _excluded$6a);
22772
+ otherProps = _objectWithoutProperties(props, _excluded$6b);
22709
22773
  return /*#__PURE__*/React.createElement("span", {
22710
22774
  role: "img",
22711
22775
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
22712
22776
  }, /*#__PURE__*/React.createElement("style", {
22713
- children: loadingCircleStyle$6a
22777
+ children: loadingCircleStyle$6b
22714
22778
  }), /*#__PURE__*/React.createElement("svg", _extends({
22715
22779
  xmlns: "http://www.w3.org/2000/svg",
22716
22780
  width: size,
@@ -22747,8 +22811,8 @@ LockCloseFill.defaultProps = {
22747
22811
  size: '1em'
22748
22812
  };
22749
22813
 
22750
- var _excluded$6b = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22751
- var loadingCircleStyle$6b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22814
+ var _excluded$6c = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22815
+ var loadingCircleStyle$6c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22752
22816
  var LockOpen = function LockOpen(props) {
22753
22817
  var color = props.color,
22754
22818
  size = props.size,
@@ -22757,12 +22821,12 @@ var LockOpen = function LockOpen(props) {
22757
22821
  className = props.className,
22758
22822
  iconClassName = props.iconClassName,
22759
22823
  testid = props.testid,
22760
- otherProps = _objectWithoutProperties(props, _excluded$6b);
22824
+ otherProps = _objectWithoutProperties(props, _excluded$6c);
22761
22825
  return /*#__PURE__*/React.createElement("span", {
22762
22826
  role: "img",
22763
22827
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
22764
22828
  }, /*#__PURE__*/React.createElement("style", {
22765
- children: loadingCircleStyle$6b
22829
+ children: loadingCircleStyle$6c
22766
22830
  }), /*#__PURE__*/React.createElement("svg", _extends({
22767
22831
  xmlns: "http://www.w3.org/2000/svg",
22768
22832
  width: size,
@@ -22799,8 +22863,8 @@ LockOpen.defaultProps = {
22799
22863
  size: '1em'
22800
22864
  };
22801
22865
 
22802
- var _excluded$6c = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22803
- var loadingCircleStyle$6c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22866
+ var _excluded$6d = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22867
+ var loadingCircleStyle$6d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22804
22868
  var LockOpenFill = function LockOpenFill(props) {
22805
22869
  var color = props.color,
22806
22870
  size = props.size,
@@ -22809,12 +22873,12 @@ var LockOpenFill = function LockOpenFill(props) {
22809
22873
  className = props.className,
22810
22874
  iconClassName = props.iconClassName,
22811
22875
  testid = props.testid,
22812
- otherProps = _objectWithoutProperties(props, _excluded$6c);
22876
+ otherProps = _objectWithoutProperties(props, _excluded$6d);
22813
22877
  return /*#__PURE__*/React.createElement("span", {
22814
22878
  role: "img",
22815
22879
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
22816
22880
  }, /*#__PURE__*/React.createElement("style", {
22817
- children: loadingCircleStyle$6c
22881
+ children: loadingCircleStyle$6d
22818
22882
  }), /*#__PURE__*/React.createElement("svg", _extends({
22819
22883
  xmlns: "http://www.w3.org/2000/svg",
22820
22884
  width: size,
@@ -22851,8 +22915,8 @@ LockOpenFill.defaultProps = {
22851
22915
  size: '1em'
22852
22916
  };
22853
22917
 
22854
- var _excluded$6d = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22855
- var loadingCircleStyle$6d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22918
+ var _excluded$6e = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22919
+ var loadingCircleStyle$6e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22856
22920
  var EyeOn = function EyeOn(props) {
22857
22921
  var color = props.color,
22858
22922
  size = props.size,
@@ -22861,12 +22925,12 @@ var EyeOn = function EyeOn(props) {
22861
22925
  className = props.className,
22862
22926
  iconClassName = props.iconClassName,
22863
22927
  testid = props.testid,
22864
- otherProps = _objectWithoutProperties(props, _excluded$6d);
22928
+ otherProps = _objectWithoutProperties(props, _excluded$6e);
22865
22929
  return /*#__PURE__*/React.createElement("span", {
22866
22930
  role: "img",
22867
22931
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
22868
22932
  }, /*#__PURE__*/React.createElement("style", {
22869
- children: loadingCircleStyle$6d
22933
+ children: loadingCircleStyle$6e
22870
22934
  }), /*#__PURE__*/React.createElement("svg", _extends({
22871
22935
  xmlns: "http://www.w3.org/2000/svg",
22872
22936
  width: size,
@@ -22903,8 +22967,8 @@ EyeOn.defaultProps = {
22903
22967
  size: '1em'
22904
22968
  };
22905
22969
 
22906
- var _excluded$6e = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22907
- var loadingCircleStyle$6e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22970
+ var _excluded$6f = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22971
+ var loadingCircleStyle$6f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22908
22972
  var EyeOnFill = function EyeOnFill(props) {
22909
22973
  var color = props.color,
22910
22974
  size = props.size,
@@ -22913,12 +22977,12 @@ var EyeOnFill = function EyeOnFill(props) {
22913
22977
  className = props.className,
22914
22978
  iconClassName = props.iconClassName,
22915
22979
  testid = props.testid,
22916
- otherProps = _objectWithoutProperties(props, _excluded$6e);
22980
+ otherProps = _objectWithoutProperties(props, _excluded$6f);
22917
22981
  return /*#__PURE__*/React.createElement("span", {
22918
22982
  role: "img",
22919
22983
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
22920
22984
  }, /*#__PURE__*/React.createElement("style", {
22921
- children: loadingCircleStyle$6e
22985
+ children: loadingCircleStyle$6f
22922
22986
  }), /*#__PURE__*/React.createElement("svg", _extends({
22923
22987
  xmlns: "http://www.w3.org/2000/svg",
22924
22988
  width: size,
@@ -22957,8 +23021,8 @@ EyeOnFill.defaultProps = {
22957
23021
  size: '1em'
22958
23022
  };
22959
23023
 
22960
- var _excluded$6f = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22961
- var loadingCircleStyle$6f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23024
+ var _excluded$6g = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23025
+ var loadingCircleStyle$6g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22962
23026
  var EyeOff = function EyeOff(props) {
22963
23027
  var color = props.color,
22964
23028
  size = props.size,
@@ -22967,12 +23031,12 @@ var EyeOff = function EyeOff(props) {
22967
23031
  className = props.className,
22968
23032
  iconClassName = props.iconClassName,
22969
23033
  testid = props.testid,
22970
- otherProps = _objectWithoutProperties(props, _excluded$6f);
23034
+ otherProps = _objectWithoutProperties(props, _excluded$6g);
22971
23035
  return /*#__PURE__*/React.createElement("span", {
22972
23036
  role: "img",
22973
23037
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
22974
23038
  }, /*#__PURE__*/React.createElement("style", {
22975
- children: loadingCircleStyle$6f
23039
+ children: loadingCircleStyle$6g
22976
23040
  }), /*#__PURE__*/React.createElement("svg", _extends({
22977
23041
  xmlns: "http://www.w3.org/2000/svg",
22978
23042
  width: size,
@@ -23009,8 +23073,8 @@ EyeOff.defaultProps = {
23009
23073
  size: '1em'
23010
23074
  };
23011
23075
 
23012
- var _excluded$6g = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23013
- var loadingCircleStyle$6g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23076
+ var _excluded$6h = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23077
+ var loadingCircleStyle$6h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23014
23078
  var EyeOffFill = function EyeOffFill(props) {
23015
23079
  var color = props.color,
23016
23080
  size = props.size,
@@ -23019,12 +23083,12 @@ var EyeOffFill = function EyeOffFill(props) {
23019
23083
  className = props.className,
23020
23084
  iconClassName = props.iconClassName,
23021
23085
  testid = props.testid,
23022
- otherProps = _objectWithoutProperties(props, _excluded$6g);
23086
+ otherProps = _objectWithoutProperties(props, _excluded$6h);
23023
23087
  return /*#__PURE__*/React.createElement("span", {
23024
23088
  role: "img",
23025
23089
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
23026
23090
  }, /*#__PURE__*/React.createElement("style", {
23027
- children: loadingCircleStyle$6g
23091
+ children: loadingCircleStyle$6h
23028
23092
  }), /*#__PURE__*/React.createElement("svg", _extends({
23029
23093
  xmlns: "http://www.w3.org/2000/svg",
23030
23094
  width: size,
@@ -23063,8 +23127,8 @@ EyeOffFill.defaultProps = {
23063
23127
  size: '1em'
23064
23128
  };
23065
23129
 
23066
- var _excluded$6h = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23067
- var loadingCircleStyle$6h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23130
+ var _excluded$6i = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23131
+ var loadingCircleStyle$6i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23068
23132
  var Dot = function Dot(props) {
23069
23133
  var color = props.color,
23070
23134
  size = props.size,
@@ -23073,12 +23137,12 @@ var Dot = function Dot(props) {
23073
23137
  className = props.className,
23074
23138
  iconClassName = props.iconClassName,
23075
23139
  testid = props.testid,
23076
- otherProps = _objectWithoutProperties(props, _excluded$6h);
23140
+ otherProps = _objectWithoutProperties(props, _excluded$6i);
23077
23141
  return /*#__PURE__*/React.createElement("span", {
23078
23142
  role: "img",
23079
23143
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
23080
23144
  }, /*#__PURE__*/React.createElement("style", {
23081
- children: loadingCircleStyle$6h
23145
+ children: loadingCircleStyle$6i
23082
23146
  }), /*#__PURE__*/React.createElement("svg", _extends({
23083
23147
  xmlns: "http://www.w3.org/2000/svg",
23084
23148
  width: size,
@@ -23117,8 +23181,8 @@ Dot.defaultProps = {
23117
23181
  size: '1em'
23118
23182
  };
23119
23183
 
23120
- var _excluded$6i = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23121
- var loadingCircleStyle$6i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23184
+ var _excluded$6j = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23185
+ var loadingCircleStyle$6j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23122
23186
  var Anchor = function Anchor(props) {
23123
23187
  var color = props.color,
23124
23188
  size = props.size,
@@ -23127,12 +23191,12 @@ var Anchor = function Anchor(props) {
23127
23191
  className = props.className,
23128
23192
  iconClassName = props.iconClassName,
23129
23193
  testid = props.testid,
23130
- otherProps = _objectWithoutProperties(props, _excluded$6i);
23194
+ otherProps = _objectWithoutProperties(props, _excluded$6j);
23131
23195
  return /*#__PURE__*/React.createElement("span", {
23132
23196
  role: "img",
23133
23197
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
23134
23198
  }, /*#__PURE__*/React.createElement("style", {
23135
- children: loadingCircleStyle$6i
23199
+ children: loadingCircleStyle$6j
23136
23200
  }), /*#__PURE__*/React.createElement("svg", _extends({
23137
23201
  xmlns: "http://www.w3.org/2000/svg",
23138
23202
  width: size,
@@ -23169,8 +23233,8 @@ Anchor.defaultProps = {
23169
23233
  size: '1em'
23170
23234
  };
23171
23235
 
23172
- var _excluded$6j = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23173
- var loadingCircleStyle$6j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23236
+ var _excluded$6k = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23237
+ var loadingCircleStyle$6k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23174
23238
  var Notice = function Notice(props) {
23175
23239
  var color = props.color,
23176
23240
  size = props.size,
@@ -23179,12 +23243,12 @@ var Notice = function Notice(props) {
23179
23243
  className = props.className,
23180
23244
  iconClassName = props.iconClassName,
23181
23245
  testid = props.testid,
23182
- otherProps = _objectWithoutProperties(props, _excluded$6j);
23246
+ otherProps = _objectWithoutProperties(props, _excluded$6k);
23183
23247
  return /*#__PURE__*/React.createElement("span", {
23184
23248
  role: "img",
23185
23249
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
23186
23250
  }, /*#__PURE__*/React.createElement("style", {
23187
- children: loadingCircleStyle$6j
23251
+ children: loadingCircleStyle$6k
23188
23252
  }), /*#__PURE__*/React.createElement("svg", _extends({
23189
23253
  xmlns: "http://www.w3.org/2000/svg",
23190
23254
  width: size,
@@ -23223,8 +23287,8 @@ Notice.defaultProps = {
23223
23287
  size: '1em'
23224
23288
  };
23225
23289
 
23226
- var _excluded$6k = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23227
- var loadingCircleStyle$6k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23290
+ var _excluded$6l = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23291
+ var loadingCircleStyle$6l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23228
23292
  var ThumbUp = function ThumbUp(props) {
23229
23293
  var color = props.color,
23230
23294
  size = props.size,
@@ -23233,12 +23297,12 @@ var ThumbUp = function ThumbUp(props) {
23233
23297
  className = props.className,
23234
23298
  iconClassName = props.iconClassName,
23235
23299
  testid = props.testid,
23236
- otherProps = _objectWithoutProperties(props, _excluded$6k);
23300
+ otherProps = _objectWithoutProperties(props, _excluded$6l);
23237
23301
  return /*#__PURE__*/React.createElement("span", {
23238
23302
  role: "img",
23239
23303
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
23240
23304
  }, /*#__PURE__*/React.createElement("style", {
23241
- children: loadingCircleStyle$6k
23305
+ children: loadingCircleStyle$6l
23242
23306
  }), /*#__PURE__*/React.createElement("svg", _extends({
23243
23307
  xmlns: "http://www.w3.org/2000/svg",
23244
23308
  width: size,
@@ -23275,8 +23339,8 @@ ThumbUp.defaultProps = {
23275
23339
  size: '1em'
23276
23340
  };
23277
23341
 
23278
- var _excluded$6l = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23279
- var loadingCircleStyle$6l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23342
+ var _excluded$6m = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23343
+ var loadingCircleStyle$6m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23280
23344
  var ThumbDown = function ThumbDown(props) {
23281
23345
  var color = props.color,
23282
23346
  size = props.size,
@@ -23285,12 +23349,12 @@ var ThumbDown = function ThumbDown(props) {
23285
23349
  className = props.className,
23286
23350
  iconClassName = props.iconClassName,
23287
23351
  testid = props.testid,
23288
- otherProps = _objectWithoutProperties(props, _excluded$6l);
23352
+ otherProps = _objectWithoutProperties(props, _excluded$6m);
23289
23353
  return /*#__PURE__*/React.createElement("span", {
23290
23354
  role: "img",
23291
23355
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
23292
23356
  }, /*#__PURE__*/React.createElement("style", {
23293
- children: loadingCircleStyle$6l
23357
+ children: loadingCircleStyle$6m
23294
23358
  }), /*#__PURE__*/React.createElement("svg", _extends({
23295
23359
  xmlns: "http://www.w3.org/2000/svg",
23296
23360
  width: size,
@@ -23327,8 +23391,8 @@ ThumbDown.defaultProps = {
23327
23391
  size: '1em'
23328
23392
  };
23329
23393
 
23330
- var _excluded$6m = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23331
- var loadingCircleStyle$6m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23394
+ var _excluded$6n = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23395
+ var loadingCircleStyle$6n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23332
23396
  var TdLogo = function TdLogo(props) {
23333
23397
  var color = props.color,
23334
23398
  size = props.size,
@@ -23337,12 +23401,12 @@ var TdLogo = function TdLogo(props) {
23337
23401
  className = props.className,
23338
23402
  iconClassName = props.iconClassName,
23339
23403
  testid = props.testid,
23340
- otherProps = _objectWithoutProperties(props, _excluded$6m);
23404
+ otherProps = _objectWithoutProperties(props, _excluded$6n);
23341
23405
  return /*#__PURE__*/React.createElement("span", {
23342
23406
  role: "img",
23343
23407
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
23344
23408
  }, /*#__PURE__*/React.createElement("style", {
23345
- children: loadingCircleStyle$6m
23409
+ children: loadingCircleStyle$6n
23346
23410
  }), /*#__PURE__*/React.createElement("svg", _extends({
23347
23411
  xmlns: "http://www.w3.org/2000/svg",
23348
23412
  width: size,
@@ -23387,8 +23451,8 @@ TdLogo.defaultProps = {
23387
23451
  size: '1em'
23388
23452
  };
23389
23453
 
23390
- var _excluded$6n = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23391
- var loadingCircleStyle$6n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23454
+ var _excluded$6o = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23455
+ var loadingCircleStyle$6o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23392
23456
  var Language = function Language(props) {
23393
23457
  var color = props.color,
23394
23458
  size = props.size,
@@ -23397,12 +23461,12 @@ var Language = function Language(props) {
23397
23461
  className = props.className,
23398
23462
  iconClassName = props.iconClassName,
23399
23463
  testid = props.testid,
23400
- otherProps = _objectWithoutProperties(props, _excluded$6n);
23464
+ otherProps = _objectWithoutProperties(props, _excluded$6o);
23401
23465
  return /*#__PURE__*/React.createElement("span", {
23402
23466
  role: "img",
23403
23467
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
23404
23468
  }, /*#__PURE__*/React.createElement("style", {
23405
- children: loadingCircleStyle$6n
23469
+ children: loadingCircleStyle$6o
23406
23470
  }), /*#__PURE__*/React.createElement("svg", _extends({
23407
23471
  xmlns: "http://www.w3.org/2000/svg",
23408
23472
  width: size,
@@ -23439,8 +23503,8 @@ Language.defaultProps = {
23439
23503
  size: '1em'
23440
23504
  };
23441
23505
 
23442
- var _excluded$6o = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23443
- var loadingCircleStyle$6o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23506
+ var _excluded$6p = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23507
+ var loadingCircleStyle$6p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23444
23508
  var Calendar = function Calendar(props) {
23445
23509
  var color = props.color,
23446
23510
  size = props.size,
@@ -23449,12 +23513,12 @@ var Calendar = function Calendar(props) {
23449
23513
  className = props.className,
23450
23514
  iconClassName = props.iconClassName,
23451
23515
  testid = props.testid,
23452
- otherProps = _objectWithoutProperties(props, _excluded$6o);
23516
+ otherProps = _objectWithoutProperties(props, _excluded$6p);
23453
23517
  return /*#__PURE__*/React.createElement("span", {
23454
23518
  role: "img",
23455
23519
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
23456
23520
  }, /*#__PURE__*/React.createElement("style", {
23457
- children: loadingCircleStyle$6o
23521
+ children: loadingCircleStyle$6p
23458
23522
  }), /*#__PURE__*/React.createElement("svg", _extends({
23459
23523
  xmlns: "http://www.w3.org/2000/svg",
23460
23524
  width: size,
@@ -23491,8 +23555,8 @@ Calendar.defaultProps = {
23491
23555
  size: '1em'
23492
23556
  };
23493
23557
 
23494
- var _excluded$6p = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23495
- var loadingCircleStyle$6p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23558
+ var _excluded$6q = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23559
+ var loadingCircleStyle$6q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23496
23560
  var Server = function Server(props) {
23497
23561
  var color = props.color,
23498
23562
  size = props.size,
@@ -23501,12 +23565,12 @@ var Server = function Server(props) {
23501
23565
  className = props.className,
23502
23566
  iconClassName = props.iconClassName,
23503
23567
  testid = props.testid,
23504
- otherProps = _objectWithoutProperties(props, _excluded$6p);
23568
+ otherProps = _objectWithoutProperties(props, _excluded$6q);
23505
23569
  return /*#__PURE__*/React.createElement("span", {
23506
23570
  role: "img",
23507
23571
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
23508
23572
  }, /*#__PURE__*/React.createElement("style", {
23509
- children: loadingCircleStyle$6p
23573
+ children: loadingCircleStyle$6q
23510
23574
  }), /*#__PURE__*/React.createElement("svg", _extends({
23511
23575
  xmlns: "http://www.w3.org/2000/svg",
23512
23576
  width: size,
@@ -23543,8 +23607,8 @@ Server.defaultProps = {
23543
23607
  size: '1em'
23544
23608
  };
23545
23609
 
23546
- var _excluded$6q = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23547
- var loadingCircleStyle$6q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23610
+ var _excluded$6r = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23611
+ var loadingCircleStyle$6r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23548
23612
  var Desktop = function Desktop(props) {
23549
23613
  var color = props.color,
23550
23614
  size = props.size,
@@ -23553,12 +23617,12 @@ var Desktop = function Desktop(props) {
23553
23617
  className = props.className,
23554
23618
  iconClassName = props.iconClassName,
23555
23619
  testid = props.testid,
23556
- otherProps = _objectWithoutProperties(props, _excluded$6q);
23620
+ otherProps = _objectWithoutProperties(props, _excluded$6r);
23557
23621
  return /*#__PURE__*/React.createElement("span", {
23558
23622
  role: "img",
23559
23623
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
23560
23624
  }, /*#__PURE__*/React.createElement("style", {
23561
- children: loadingCircleStyle$6q
23625
+ children: loadingCircleStyle$6r
23562
23626
  }), /*#__PURE__*/React.createElement("svg", _extends({
23563
23627
  xmlns: "http://www.w3.org/2000/svg",
23564
23628
  width: size,
@@ -23595,8 +23659,8 @@ Desktop.defaultProps = {
23595
23659
  size: '1em'
23596
23660
  };
23597
23661
 
23598
- var _excluded$6r = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23599
- var loadingCircleStyle$6r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23662
+ var _excluded$6s = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23663
+ var loadingCircleStyle$6s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23600
23664
  var Demo = function Demo(props) {
23601
23665
  var color = props.color,
23602
23666
  size = props.size,
@@ -23605,12 +23669,12 @@ var Demo = function Demo(props) {
23605
23669
  className = props.className,
23606
23670
  iconClassName = props.iconClassName,
23607
23671
  testid = props.testid,
23608
- otherProps = _objectWithoutProperties(props, _excluded$6r);
23672
+ otherProps = _objectWithoutProperties(props, _excluded$6s);
23609
23673
  return /*#__PURE__*/React.createElement("span", {
23610
23674
  role: "img",
23611
23675
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
23612
23676
  }, /*#__PURE__*/React.createElement("style", {
23613
- children: loadingCircleStyle$6r
23677
+ children: loadingCircleStyle$6s
23614
23678
  }), /*#__PURE__*/React.createElement("svg", _extends({
23615
23679
  xmlns: "http://www.w3.org/2000/svg",
23616
23680
  width: size,
@@ -23649,8 +23713,8 @@ Demo.defaultProps = {
23649
23713
  size: '1em'
23650
23714
  };
23651
23715
 
23652
- var _excluded$6s = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23653
- var loadingCircleStyle$6s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23716
+ var _excluded$6t = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23717
+ var loadingCircleStyle$6t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23654
23718
  var Cellphone = function Cellphone(props) {
23655
23719
  var color = props.color,
23656
23720
  size = props.size,
@@ -23659,12 +23723,12 @@ var Cellphone = function Cellphone(props) {
23659
23723
  className = props.className,
23660
23724
  iconClassName = props.iconClassName,
23661
23725
  testid = props.testid,
23662
- otherProps = _objectWithoutProperties(props, _excluded$6s);
23726
+ otherProps = _objectWithoutProperties(props, _excluded$6t);
23663
23727
  return /*#__PURE__*/React.createElement("span", {
23664
23728
  role: "img",
23665
23729
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
23666
23730
  }, /*#__PURE__*/React.createElement("style", {
23667
- children: loadingCircleStyle$6s
23731
+ children: loadingCircleStyle$6t
23668
23732
  }), /*#__PURE__*/React.createElement("svg", _extends({
23669
23733
  xmlns: "http://www.w3.org/2000/svg",
23670
23734
  width: size,
@@ -23703,8 +23767,8 @@ Cellphone.defaultProps = {
23703
23767
  size: '1em'
23704
23768
  };
23705
23769
 
23706
- var _excluded$6t = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23707
- var loadingCircleStyle$6t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23770
+ var _excluded$6u = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23771
+ var loadingCircleStyle$6u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23708
23772
  var Landscape = function Landscape(props) {
23709
23773
  var color = props.color,
23710
23774
  size = props.size,
@@ -23713,12 +23777,12 @@ var Landscape = function Landscape(props) {
23713
23777
  className = props.className,
23714
23778
  iconClassName = props.iconClassName,
23715
23779
  testid = props.testid,
23716
- otherProps = _objectWithoutProperties(props, _excluded$6t);
23780
+ otherProps = _objectWithoutProperties(props, _excluded$6u);
23717
23781
  return /*#__PURE__*/React.createElement("span", {
23718
23782
  role: "img",
23719
23783
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
23720
23784
  }, /*#__PURE__*/React.createElement("style", {
23721
- children: loadingCircleStyle$6t
23785
+ children: loadingCircleStyle$6u
23722
23786
  }), /*#__PURE__*/React.createElement("svg", _extends({
23723
23787
  xmlns: "http://www.w3.org/2000/svg",
23724
23788
  width: size,
@@ -23759,8 +23823,8 @@ Landscape.defaultProps = {
23759
23823
  size: '1em'
23760
23824
  };
23761
23825
 
23762
- var _excluded$6u = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23763
- var loadingCircleStyle$6u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23826
+ var _excluded$6v = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23827
+ var loadingCircleStyle$6v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23764
23828
  var Email = function Email(props) {
23765
23829
  var color = props.color,
23766
23830
  size = props.size,
@@ -23769,12 +23833,12 @@ var Email = function Email(props) {
23769
23833
  className = props.className,
23770
23834
  iconClassName = props.iconClassName,
23771
23835
  testid = props.testid,
23772
- otherProps = _objectWithoutProperties(props, _excluded$6u);
23836
+ otherProps = _objectWithoutProperties(props, _excluded$6v);
23773
23837
  return /*#__PURE__*/React.createElement("span", {
23774
23838
  role: "img",
23775
23839
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
23776
23840
  }, /*#__PURE__*/React.createElement("style", {
23777
- children: loadingCircleStyle$6u
23841
+ children: loadingCircleStyle$6v
23778
23842
  }), /*#__PURE__*/React.createElement("svg", _extends({
23779
23843
  xmlns: "http://www.w3.org/2000/svg",
23780
23844
  width: size,
@@ -23811,8 +23875,8 @@ Email.defaultProps = {
23811
23875
  size: '1em'
23812
23876
  };
23813
23877
 
23814
- var _excluded$6v = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23815
- var loadingCircleStyle$6v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23878
+ var _excluded$6w = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23879
+ var loadingCircleStyle$6w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23816
23880
  var Clock = function Clock(props) {
23817
23881
  var color = props.color,
23818
23882
  size = props.size,
@@ -23821,12 +23885,12 @@ var Clock = function Clock(props) {
23821
23885
  className = props.className,
23822
23886
  iconClassName = props.iconClassName,
23823
23887
  testid = props.testid,
23824
- otherProps = _objectWithoutProperties(props, _excluded$6v);
23888
+ otherProps = _objectWithoutProperties(props, _excluded$6w);
23825
23889
  return /*#__PURE__*/React.createElement("span", {
23826
23890
  role: "img",
23827
23891
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
23828
23892
  }, /*#__PURE__*/React.createElement("style", {
23829
- children: loadingCircleStyle$6v
23893
+ children: loadingCircleStyle$6w
23830
23894
  }), /*#__PURE__*/React.createElement("svg", _extends({
23831
23895
  xmlns: "http://www.w3.org/2000/svg",
23832
23896
  width: size,
@@ -23865,8 +23929,8 @@ Clock.defaultProps = {
23865
23929
  size: '1em'
23866
23930
  };
23867
23931
 
23868
- var _excluded$6w = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23869
- var loadingCircleStyle$6w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23932
+ var _excluded$6x = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23933
+ var loadingCircleStyle$6x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23870
23934
  var Password = function Password(props) {
23871
23935
  var color = props.color,
23872
23936
  size = props.size,
@@ -23875,12 +23939,12 @@ var Password = function Password(props) {
23875
23939
  className = props.className,
23876
23940
  iconClassName = props.iconClassName,
23877
23941
  testid = props.testid,
23878
- otherProps = _objectWithoutProperties(props, _excluded$6w);
23942
+ otherProps = _objectWithoutProperties(props, _excluded$6x);
23879
23943
  return /*#__PURE__*/React.createElement("span", {
23880
23944
  role: "img",
23881
23945
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
23882
23946
  }, /*#__PURE__*/React.createElement("style", {
23883
- children: loadingCircleStyle$6w
23947
+ children: loadingCircleStyle$6x
23884
23948
  }), /*#__PURE__*/React.createElement("svg", _extends({
23885
23949
  xmlns: "http://www.w3.org/2000/svg",
23886
23950
  width: size,
@@ -23917,8 +23981,8 @@ Password.defaultProps = {
23917
23981
  size: '1em'
23918
23982
  };
23919
23983
 
23920
- var _excluded$6x = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23921
- var loadingCircleStyle$6x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23984
+ var _excluded$6y = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23985
+ var loadingCircleStyle$6y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23922
23986
  var ResetPassword = function ResetPassword(props) {
23923
23987
  var color = props.color,
23924
23988
  size = props.size,
@@ -23927,12 +23991,12 @@ var ResetPassword = function ResetPassword(props) {
23927
23991
  className = props.className,
23928
23992
  iconClassName = props.iconClassName,
23929
23993
  testid = props.testid,
23930
- otherProps = _objectWithoutProperties(props, _excluded$6x);
23994
+ otherProps = _objectWithoutProperties(props, _excluded$6y);
23931
23995
  return /*#__PURE__*/React.createElement("span", {
23932
23996
  role: "img",
23933
23997
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
23934
23998
  }, /*#__PURE__*/React.createElement("style", {
23935
- children: loadingCircleStyle$6x
23999
+ children: loadingCircleStyle$6y
23936
24000
  }), /*#__PURE__*/React.createElement("svg", _extends({
23937
24001
  xmlns: "http://www.w3.org/2000/svg",
23938
24002
  width: size,
@@ -23969,8 +24033,8 @@ ResetPassword.defaultProps = {
23969
24033
  size: '1em'
23970
24034
  };
23971
24035
 
23972
- var _excluded$6y = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23973
- var loadingCircleStyle$6y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24036
+ var _excluded$6z = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24037
+ var loadingCircleStyle$6z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23974
24038
  var Private = function Private(props) {
23975
24039
  var color = props.color,
23976
24040
  size = props.size,
@@ -23979,12 +24043,12 @@ var Private = function Private(props) {
23979
24043
  className = props.className,
23980
24044
  iconClassName = props.iconClassName,
23981
24045
  testid = props.testid,
23982
- otherProps = _objectWithoutProperties(props, _excluded$6y);
24046
+ otherProps = _objectWithoutProperties(props, _excluded$6z);
23983
24047
  return /*#__PURE__*/React.createElement("span", {
23984
24048
  role: "img",
23985
24049
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
23986
24050
  }, /*#__PURE__*/React.createElement("style", {
23987
- children: loadingCircleStyle$6y
24051
+ children: loadingCircleStyle$6z
23988
24052
  }), /*#__PURE__*/React.createElement("svg", _extends({
23989
24053
  xmlns: "http://www.w3.org/2000/svg",
23990
24054
  width: size,
@@ -24021,8 +24085,8 @@ Private.defaultProps = {
24021
24085
  size: '1em'
24022
24086
  };
24023
24087
 
24024
- var _excluded$6z = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24025
- var loadingCircleStyle$6z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24088
+ var _excluded$6A = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24089
+ var loadingCircleStyle$6A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24026
24090
  var Bell = function Bell(props) {
24027
24091
  var color = props.color,
24028
24092
  size = props.size,
@@ -24031,12 +24095,12 @@ var Bell = function Bell(props) {
24031
24095
  className = props.className,
24032
24096
  iconClassName = props.iconClassName,
24033
24097
  testid = props.testid,
24034
- otherProps = _objectWithoutProperties(props, _excluded$6z);
24098
+ otherProps = _objectWithoutProperties(props, _excluded$6A);
24035
24099
  return /*#__PURE__*/React.createElement("span", {
24036
24100
  role: "img",
24037
24101
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
24038
24102
  }, /*#__PURE__*/React.createElement("style", {
24039
- children: loadingCircleStyle$6z
24103
+ children: loadingCircleStyle$6A
24040
24104
  }), /*#__PURE__*/React.createElement("svg", _extends({
24041
24105
  xmlns: "http://www.w3.org/2000/svg",
24042
24106
  width: size,
@@ -24075,8 +24139,8 @@ Bell.defaultProps = {
24075
24139
  size: '1em'
24076
24140
  };
24077
24141
 
24078
- var _excluded$6A = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24079
- var loadingCircleStyle$6A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24142
+ var _excluded$6B = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24143
+ var loadingCircleStyle$6B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24080
24144
  var Logout = function Logout(props) {
24081
24145
  var color = props.color,
24082
24146
  size = props.size,
@@ -24085,12 +24149,12 @@ var Logout = function Logout(props) {
24085
24149
  className = props.className,
24086
24150
  iconClassName = props.iconClassName,
24087
24151
  testid = props.testid,
24088
- otherProps = _objectWithoutProperties(props, _excluded$6A);
24152
+ otherProps = _objectWithoutProperties(props, _excluded$6B);
24089
24153
  return /*#__PURE__*/React.createElement("span", {
24090
24154
  role: "img",
24091
24155
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
24092
24156
  }, /*#__PURE__*/React.createElement("style", {
24093
- children: loadingCircleStyle$6A
24157
+ children: loadingCircleStyle$6B
24094
24158
  }), /*#__PURE__*/React.createElement("svg", _extends({
24095
24159
  xmlns: "http://www.w3.org/2000/svg",
24096
24160
  width: size,
@@ -24129,8 +24193,8 @@ Logout.defaultProps = {
24129
24193
  size: '1em'
24130
24194
  };
24131
24195
 
24132
- var _excluded$6B = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24133
- var loadingCircleStyle$6B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24196
+ var _excluded$6C = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24197
+ var loadingCircleStyle$6C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24134
24198
  var Speed = function Speed(props) {
24135
24199
  var color = props.color,
24136
24200
  size = props.size,
@@ -24139,12 +24203,12 @@ var Speed = function Speed(props) {
24139
24203
  className = props.className,
24140
24204
  iconClassName = props.iconClassName,
24141
24205
  testid = props.testid,
24142
- otherProps = _objectWithoutProperties(props, _excluded$6B);
24206
+ otherProps = _objectWithoutProperties(props, _excluded$6C);
24143
24207
  return /*#__PURE__*/React.createElement("span", {
24144
24208
  role: "img",
24145
24209
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
24146
24210
  }, /*#__PURE__*/React.createElement("style", {
24147
- children: loadingCircleStyle$6B
24211
+ children: loadingCircleStyle$6C
24148
24212
  }), /*#__PURE__*/React.createElement("svg", _extends({
24149
24213
  xmlns: "http://www.w3.org/2000/svg",
24150
24214
  width: size,
@@ -24181,8 +24245,8 @@ Speed.defaultProps = {
24181
24245
  size: '1em'
24182
24246
  };
24183
24247
 
24184
- var _excluded$6C = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24185
- var loadingCircleStyle$6C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24248
+ var _excluded$6D = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24249
+ var loadingCircleStyle$6D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24186
24250
  var Mfa = function Mfa(props) {
24187
24251
  var color = props.color,
24188
24252
  size = props.size,
@@ -24191,12 +24255,12 @@ var Mfa = function Mfa(props) {
24191
24255
  className = props.className,
24192
24256
  iconClassName = props.iconClassName,
24193
24257
  testid = props.testid,
24194
- otherProps = _objectWithoutProperties(props, _excluded$6C);
24258
+ otherProps = _objectWithoutProperties(props, _excluded$6D);
24195
24259
  return /*#__PURE__*/React.createElement("span", {
24196
24260
  role: "img",
24197
24261
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
24198
24262
  }, /*#__PURE__*/React.createElement("style", {
24199
- children: loadingCircleStyle$6C
24263
+ children: loadingCircleStyle$6D
24200
24264
  }), /*#__PURE__*/React.createElement("svg", _extends({
24201
24265
  xmlns: "http://www.w3.org/2000/svg",
24202
24266
  width: size,
@@ -24233,8 +24297,8 @@ Mfa.defaultProps = {
24233
24297
  size: '1em'
24234
24298
  };
24235
24299
 
24236
- var _excluded$6D = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24237
- var loadingCircleStyle$6D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24300
+ var _excluded$6E = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24301
+ var loadingCircleStyle$6E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24238
24302
  var Tracking = function Tracking(props) {
24239
24303
  var color = props.color,
24240
24304
  size = props.size,
@@ -24243,12 +24307,12 @@ var Tracking = function Tracking(props) {
24243
24307
  className = props.className,
24244
24308
  iconClassName = props.iconClassName,
24245
24309
  testid = props.testid,
24246
- otherProps = _objectWithoutProperties(props, _excluded$6D);
24310
+ otherProps = _objectWithoutProperties(props, _excluded$6E);
24247
24311
  return /*#__PURE__*/React.createElement("span", {
24248
24312
  role: "img",
24249
24313
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
24250
24314
  }, /*#__PURE__*/React.createElement("style", {
24251
- children: loadingCircleStyle$6D
24315
+ children: loadingCircleStyle$6E
24252
24316
  }), /*#__PURE__*/React.createElement("svg", _extends({
24253
24317
  xmlns: "http://www.w3.org/2000/svg",
24254
24318
  width: size,
@@ -24295,8 +24359,8 @@ Tracking.defaultProps = {
24295
24359
  size: '1em'
24296
24360
  };
24297
24361
 
24298
- var _excluded$6E = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24299
- var loadingCircleStyle$6E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24362
+ var _excluded$6F = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24363
+ var loadingCircleStyle$6F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24300
24364
  var Forewarning = function Forewarning(props) {
24301
24365
  var color = props.color,
24302
24366
  size = props.size,
@@ -24305,12 +24369,12 @@ var Forewarning = function Forewarning(props) {
24305
24369
  className = props.className,
24306
24370
  iconClassName = props.iconClassName,
24307
24371
  testid = props.testid,
24308
- otherProps = _objectWithoutProperties(props, _excluded$6E);
24372
+ otherProps = _objectWithoutProperties(props, _excluded$6F);
24309
24373
  return /*#__PURE__*/React.createElement("span", {
24310
24374
  role: "img",
24311
24375
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
24312
24376
  }, /*#__PURE__*/React.createElement("style", {
24313
- children: loadingCircleStyle$6E
24377
+ children: loadingCircleStyle$6F
24314
24378
  }), /*#__PURE__*/React.createElement("svg", _extends({
24315
24379
  xmlns: "http://www.w3.org/2000/svg",
24316
24380
  width: size,
@@ -24351,8 +24415,8 @@ Forewarning.defaultProps = {
24351
24415
  size: '1em'
24352
24416
  };
24353
24417
 
24354
- var _excluded$6F = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24355
- var loadingCircleStyle$6F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24418
+ var _excluded$6G = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24419
+ var loadingCircleStyle$6G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24356
24420
  var SystemMgr = function SystemMgr(props) {
24357
24421
  var color = props.color,
24358
24422
  size = props.size,
@@ -24361,12 +24425,12 @@ var SystemMgr = function SystemMgr(props) {
24361
24425
  className = props.className,
24362
24426
  iconClassName = props.iconClassName,
24363
24427
  testid = props.testid,
24364
- otherProps = _objectWithoutProperties(props, _excluded$6F);
24428
+ otherProps = _objectWithoutProperties(props, _excluded$6G);
24365
24429
  return /*#__PURE__*/React.createElement("span", {
24366
24430
  role: "img",
24367
24431
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
24368
24432
  }, /*#__PURE__*/React.createElement("style", {
24369
- children: loadingCircleStyle$6F
24433
+ children: loadingCircleStyle$6G
24370
24434
  }), /*#__PURE__*/React.createElement("svg", _extends({
24371
24435
  xmlns: "http://www.w3.org/2000/svg",
24372
24436
  width: size,
@@ -24407,8 +24471,8 @@ SystemMgr.defaultProps = {
24407
24471
  size: '1em'
24408
24472
  };
24409
24473
 
24410
- var _excluded$6G = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24411
- var loadingCircleStyle$6G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24474
+ var _excluded$6H = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24475
+ var loadingCircleStyle$6H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24412
24476
  var Pattern = function Pattern(props) {
24413
24477
  var color = props.color,
24414
24478
  size = props.size,
@@ -24417,12 +24481,12 @@ var Pattern = function Pattern(props) {
24417
24481
  className = props.className,
24418
24482
  iconClassName = props.iconClassName,
24419
24483
  testid = props.testid,
24420
- otherProps = _objectWithoutProperties(props, _excluded$6G);
24484
+ otherProps = _objectWithoutProperties(props, _excluded$6H);
24421
24485
  return /*#__PURE__*/React.createElement("span", {
24422
24486
  role: "img",
24423
24487
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
24424
24488
  }, /*#__PURE__*/React.createElement("style", {
24425
- children: loadingCircleStyle$6G
24489
+ children: loadingCircleStyle$6H
24426
24490
  }), /*#__PURE__*/React.createElement("svg", _extends({
24427
24491
  xmlns: "http://www.w3.org/2000/svg",
24428
24492
  width: size,
@@ -24467,8 +24531,8 @@ Pattern.defaultProps = {
24467
24531
  size: '1em'
24468
24532
  };
24469
24533
 
24470
- var _excluded$6H = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24471
- var loadingCircleStyle$6H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24534
+ var _excluded$6I = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24535
+ var loadingCircleStyle$6I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24472
24536
  var Debug = function Debug(props) {
24473
24537
  var color = props.color,
24474
24538
  size = props.size,
@@ -24477,12 +24541,12 @@ var Debug = function Debug(props) {
24477
24541
  className = props.className,
24478
24542
  iconClassName = props.iconClassName,
24479
24543
  testid = props.testid,
24480
- otherProps = _objectWithoutProperties(props, _excluded$6H);
24544
+ otherProps = _objectWithoutProperties(props, _excluded$6I);
24481
24545
  return /*#__PURE__*/React.createElement("span", {
24482
24546
  role: "img",
24483
24547
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
24484
24548
  }, /*#__PURE__*/React.createElement("style", {
24485
- children: loadingCircleStyle$6H
24549
+ children: loadingCircleStyle$6I
24486
24550
  }), /*#__PURE__*/React.createElement("svg", _extends({
24487
24551
  xmlns: "http://www.w3.org/2000/svg",
24488
24552
  width: size,
@@ -24519,8 +24583,8 @@ Debug.defaultProps = {
24519
24583
  size: '1em'
24520
24584
  };
24521
24585
 
24522
- var _excluded$6I = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24523
- var loadingCircleStyle$6I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24586
+ var _excluded$6J = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24587
+ var loadingCircleStyle$6J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24524
24588
  var Live = function Live(props) {
24525
24589
  var color = props.color,
24526
24590
  size = props.size,
@@ -24529,12 +24593,12 @@ var Live = function Live(props) {
24529
24593
  className = props.className,
24530
24594
  iconClassName = props.iconClassName,
24531
24595
  testid = props.testid,
24532
- otherProps = _objectWithoutProperties(props, _excluded$6I);
24596
+ otherProps = _objectWithoutProperties(props, _excluded$6J);
24533
24597
  return /*#__PURE__*/React.createElement("span", {
24534
24598
  role: "img",
24535
24599
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
24536
24600
  }, /*#__PURE__*/React.createElement("style", {
24537
- children: loadingCircleStyle$6I
24601
+ children: loadingCircleStyle$6J
24538
24602
  }), /*#__PURE__*/React.createElement("svg", _extends({
24539
24603
  xmlns: "http://www.w3.org/2000/svg",
24540
24604
  width: size,
@@ -24571,8 +24635,8 @@ Live.defaultProps = {
24571
24635
  size: '1em'
24572
24636
  };
24573
24637
 
24574
- var _excluded$6J = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24575
- var loadingCircleStyle$6J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24638
+ var _excluded$6K = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24639
+ var loadingCircleStyle$6K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24576
24640
  var Plug = function Plug(props) {
24577
24641
  var color = props.color,
24578
24642
  size = props.size,
@@ -24581,12 +24645,12 @@ var Plug = function Plug(props) {
24581
24645
  className = props.className,
24582
24646
  iconClassName = props.iconClassName,
24583
24647
  testid = props.testid,
24584
- otherProps = _objectWithoutProperties(props, _excluded$6J);
24648
+ otherProps = _objectWithoutProperties(props, _excluded$6K);
24585
24649
  return /*#__PURE__*/React.createElement("span", {
24586
24650
  role: "img",
24587
24651
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
24588
24652
  }, /*#__PURE__*/React.createElement("style", {
24589
- children: loadingCircleStyle$6J
24653
+ children: loadingCircleStyle$6K
24590
24654
  }), /*#__PURE__*/React.createElement("svg", _extends({
24591
24655
  xmlns: "http://www.w3.org/2000/svg",
24592
24656
  width: size,
@@ -24623,8 +24687,8 @@ Plug.defaultProps = {
24623
24687
  size: '1em'
24624
24688
  };
24625
24689
 
24626
- var _excluded$6K = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24627
- var loadingCircleStyle$6K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24690
+ var _excluded$6L = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24691
+ var loadingCircleStyle$6L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24628
24692
  var Application = function Application(props) {
24629
24693
  var color = props.color,
24630
24694
  size = props.size,
@@ -24633,12 +24697,12 @@ var Application = function Application(props) {
24633
24697
  className = props.className,
24634
24698
  iconClassName = props.iconClassName,
24635
24699
  testid = props.testid,
24636
- otherProps = _objectWithoutProperties(props, _excluded$6K);
24700
+ otherProps = _objectWithoutProperties(props, _excluded$6L);
24637
24701
  return /*#__PURE__*/React.createElement("span", {
24638
24702
  role: "img",
24639
24703
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
24640
24704
  }, /*#__PURE__*/React.createElement("style", {
24641
- children: loadingCircleStyle$6K
24705
+ children: loadingCircleStyle$6L
24642
24706
  }), /*#__PURE__*/React.createElement("svg", _extends({
24643
24707
  xmlns: "http://www.w3.org/2000/svg",
24644
24708
  width: size,
@@ -24685,8 +24749,8 @@ Application.defaultProps = {
24685
24749
  size: '1em'
24686
24750
  };
24687
24751
 
24688
- var _excluded$6L = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24689
- var loadingCircleStyle$6L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24752
+ var _excluded$6M = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24753
+ var loadingCircleStyle$6M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24690
24754
  var Gift = function Gift(props) {
24691
24755
  var color = props.color,
24692
24756
  size = props.size,
@@ -24695,12 +24759,12 @@ var Gift = function Gift(props) {
24695
24759
  className = props.className,
24696
24760
  iconClassName = props.iconClassName,
24697
24761
  testid = props.testid,
24698
- otherProps = _objectWithoutProperties(props, _excluded$6L);
24762
+ otherProps = _objectWithoutProperties(props, _excluded$6M);
24699
24763
  return /*#__PURE__*/React.createElement("span", {
24700
24764
  role: "img",
24701
24765
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
24702
24766
  }, /*#__PURE__*/React.createElement("style", {
24703
- children: loadingCircleStyle$6L
24767
+ children: loadingCircleStyle$6M
24704
24768
  }), /*#__PURE__*/React.createElement("svg", _extends({
24705
24769
  xmlns: "http://www.w3.org/2000/svg",
24706
24770
  width: size,
@@ -24737,8 +24801,8 @@ Gift.defaultProps = {
24737
24801
  size: '1em'
24738
24802
  };
24739
24803
 
24740
- var _excluded$6M = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24741
- var loadingCircleStyle$6M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24804
+ var _excluded$6N = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24805
+ var loadingCircleStyle$6N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24742
24806
  var Tips = function Tips(props) {
24743
24807
  var color = props.color,
24744
24808
  size = props.size,
@@ -24747,12 +24811,12 @@ var Tips = function Tips(props) {
24747
24811
  className = props.className,
24748
24812
  iconClassName = props.iconClassName,
24749
24813
  testid = props.testid,
24750
- otherProps = _objectWithoutProperties(props, _excluded$6M);
24814
+ otherProps = _objectWithoutProperties(props, _excluded$6N);
24751
24815
  return /*#__PURE__*/React.createElement("span", {
24752
24816
  role: "img",
24753
24817
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
24754
24818
  }, /*#__PURE__*/React.createElement("style", {
24755
- children: loadingCircleStyle$6M
24819
+ children: loadingCircleStyle$6N
24756
24820
  }), /*#__PURE__*/React.createElement("svg", _extends({
24757
24821
  xmlns: "http://www.w3.org/2000/svg",
24758
24822
  width: size,
@@ -24791,8 +24855,8 @@ Tips.defaultProps = {
24791
24855
  size: '1em'
24792
24856
  };
24793
24857
 
24794
- var _excluded$6N = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24795
- var loadingCircleStyle$6N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24858
+ var _excluded$6O = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24859
+ var loadingCircleStyle$6O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24796
24860
  var Usb = function Usb(props) {
24797
24861
  var color = props.color,
24798
24862
  size = props.size,
@@ -24801,12 +24865,12 @@ var Usb = function Usb(props) {
24801
24865
  className = props.className,
24802
24866
  iconClassName = props.iconClassName,
24803
24867
  testid = props.testid,
24804
- otherProps = _objectWithoutProperties(props, _excluded$6N);
24868
+ otherProps = _objectWithoutProperties(props, _excluded$6O);
24805
24869
  return /*#__PURE__*/React.createElement("span", {
24806
24870
  role: "img",
24807
24871
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
24808
24872
  }, /*#__PURE__*/React.createElement("style", {
24809
- children: loadingCircleStyle$6N
24873
+ children: loadingCircleStyle$6O
24810
24874
  }), /*#__PURE__*/React.createElement("svg", _extends({
24811
24875
  xmlns: "http://www.w3.org/2000/svg",
24812
24876
  width: size,
@@ -24843,8 +24907,8 @@ Usb.defaultProps = {
24843
24907
  size: '1em'
24844
24908
  };
24845
24909
 
24846
- var _excluded$6O = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24847
- var loadingCircleStyle$6O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24910
+ var _excluded$6P = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24911
+ var loadingCircleStyle$6P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24848
24912
  var Location = function Location(props) {
24849
24913
  var color = props.color,
24850
24914
  size = props.size,
@@ -24853,12 +24917,12 @@ var Location = function Location(props) {
24853
24917
  className = props.className,
24854
24918
  iconClassName = props.iconClassName,
24855
24919
  testid = props.testid,
24856
- otherProps = _objectWithoutProperties(props, _excluded$6O);
24920
+ otherProps = _objectWithoutProperties(props, _excluded$6P);
24857
24921
  return /*#__PURE__*/React.createElement("span", {
24858
24922
  role: "img",
24859
24923
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
24860
24924
  }, /*#__PURE__*/React.createElement("style", {
24861
- children: loadingCircleStyle$6O
24925
+ children: loadingCircleStyle$6P
24862
24926
  }), /*#__PURE__*/React.createElement("svg", _extends({
24863
24927
  xmlns: "http://www.w3.org/2000/svg",
24864
24928
  width: size,
@@ -24899,8 +24963,8 @@ Location.defaultProps = {
24899
24963
  size: '1em'
24900
24964
  };
24901
24965
 
24902
- var _excluded$6P = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24903
- var loadingCircleStyle$6P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24966
+ var _excluded$6Q = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24967
+ var loadingCircleStyle$6Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24904
24968
  var ShieldCheck = function ShieldCheck(props) {
24905
24969
  var color = props.color,
24906
24970
  size = props.size,
@@ -24909,12 +24973,12 @@ var ShieldCheck = function ShieldCheck(props) {
24909
24973
  className = props.className,
24910
24974
  iconClassName = props.iconClassName,
24911
24975
  testid = props.testid,
24912
- otherProps = _objectWithoutProperties(props, _excluded$6P);
24976
+ otherProps = _objectWithoutProperties(props, _excluded$6Q);
24913
24977
  return /*#__PURE__*/React.createElement("span", {
24914
24978
  role: "img",
24915
24979
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
24916
24980
  }, /*#__PURE__*/React.createElement("style", {
24917
- children: loadingCircleStyle$6P
24981
+ children: loadingCircleStyle$6Q
24918
24982
  }), /*#__PURE__*/React.createElement("svg", _extends({
24919
24983
  xmlns: "http://www.w3.org/2000/svg",
24920
24984
  width: size,
@@ -24951,8 +25015,8 @@ ShieldCheck.defaultProps = {
24951
25015
  size: '1em'
24952
25016
  };
24953
25017
 
24954
- var _excluded$6Q = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24955
- var loadingCircleStyle$6Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
25018
+ var _excluded$6R = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
25019
+ var loadingCircleStyle$6R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24956
25020
  var ShieldCross = function ShieldCross(props) {
24957
25021
  var color = props.color,
24958
25022
  size = props.size,
@@ -24961,12 +25025,12 @@ var ShieldCross = function ShieldCross(props) {
24961
25025
  className = props.className,
24962
25026
  iconClassName = props.iconClassName,
24963
25027
  testid = props.testid,
24964
- otherProps = _objectWithoutProperties(props, _excluded$6Q);
25028
+ otherProps = _objectWithoutProperties(props, _excluded$6R);
24965
25029
  return /*#__PURE__*/React.createElement("span", {
24966
25030
  role: "img",
24967
25031
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
24968
25032
  }, /*#__PURE__*/React.createElement("style", {
24969
- children: loadingCircleStyle$6Q
25033
+ children: loadingCircleStyle$6R
24970
25034
  }), /*#__PURE__*/React.createElement("svg", _extends({
24971
25035
  xmlns: "http://www.w3.org/2000/svg",
24972
25036
  width: size,
@@ -25003,8 +25067,8 @@ ShieldCross.defaultProps = {
25003
25067
  size: '1em'
25004
25068
  };
25005
25069
 
25006
- var _excluded$6R = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
25007
- var loadingCircleStyle$6R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
25070
+ var _excluded$6S = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
25071
+ var loadingCircleStyle$6S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
25008
25072
  var ShieldKeyhole = function ShieldKeyhole(props) {
25009
25073
  var color = props.color,
25010
25074
  size = props.size,
@@ -25013,12 +25077,12 @@ var ShieldKeyhole = function ShieldKeyhole(props) {
25013
25077
  className = props.className,
25014
25078
  iconClassName = props.iconClassName,
25015
25079
  testid = props.testid,
25016
- otherProps = _objectWithoutProperties(props, _excluded$6R);
25080
+ otherProps = _objectWithoutProperties(props, _excluded$6S);
25017
25081
  return /*#__PURE__*/React.createElement("span", {
25018
25082
  role: "img",
25019
25083
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
25020
25084
  }, /*#__PURE__*/React.createElement("style", {
25021
- children: loadingCircleStyle$6R
25085
+ children: loadingCircleStyle$6S
25022
25086
  }), /*#__PURE__*/React.createElement("svg", _extends({
25023
25087
  xmlns: "http://www.w3.org/2000/svg",
25024
25088
  width: size,
@@ -25055,8 +25119,8 @@ ShieldKeyhole.defaultProps = {
25055
25119
  size: '1em'
25056
25120
  };
25057
25121
 
25058
- var _excluded$6S = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
25059
- var loadingCircleStyle$6S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
25122
+ var _excluded$6T = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
25123
+ var loadingCircleStyle$6T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
25060
25124
  var Bell2Fill = function Bell2Fill(props) {
25061
25125
  var color = props.color,
25062
25126
  size = props.size,
@@ -25065,12 +25129,12 @@ var Bell2Fill = function Bell2Fill(props) {
25065
25129
  className = props.className,
25066
25130
  iconClassName = props.iconClassName,
25067
25131
  testid = props.testid,
25068
- otherProps = _objectWithoutProperties(props, _excluded$6S);
25132
+ otherProps = _objectWithoutProperties(props, _excluded$6T);
25069
25133
  return /*#__PURE__*/React.createElement("span", {
25070
25134
  role: "img",
25071
25135
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
25072
25136
  }, /*#__PURE__*/React.createElement("style", {
25073
- children: loadingCircleStyle$6S
25137
+ children: loadingCircleStyle$6T
25074
25138
  }), /*#__PURE__*/React.createElement("svg", _extends({
25075
25139
  xmlns: "http://www.w3.org/2000/svg",
25076
25140
  width: size,
@@ -25107,8 +25171,8 @@ Bell2Fill.defaultProps = {
25107
25171
  size: '1em'
25108
25172
  };
25109
25173
 
25110
- var _excluded$6T = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
25111
- var loadingCircleStyle$6T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
25174
+ var _excluded$6U = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
25175
+ var loadingCircleStyle$6U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
25112
25176
  var Box = function Box(props) {
25113
25177
  var color = props.color,
25114
25178
  size = props.size,
@@ -25117,12 +25181,12 @@ var Box = function Box(props) {
25117
25181
  className = props.className,
25118
25182
  iconClassName = props.iconClassName,
25119
25183
  testid = props.testid,
25120
- otherProps = _objectWithoutProperties(props, _excluded$6T);
25184
+ otherProps = _objectWithoutProperties(props, _excluded$6U);
25121
25185
  return /*#__PURE__*/React.createElement("span", {
25122
25186
  role: "img",
25123
25187
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
25124
25188
  }, /*#__PURE__*/React.createElement("style", {
25125
- children: loadingCircleStyle$6T
25189
+ children: loadingCircleStyle$6U
25126
25190
  }), /*#__PURE__*/React.createElement("svg", _extends({
25127
25191
  xmlns: "http://www.w3.org/2000/svg",
25128
25192
  width: size,
@@ -25159,8 +25223,8 @@ Box.defaultProps = {
25159
25223
  size: '1em'
25160
25224
  };
25161
25225
 
25162
- var _excluded$6U = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
25163
- var loadingCircleStyle$6U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
25226
+ var _excluded$6V = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
25227
+ var loadingCircleStyle$6V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
25164
25228
  var ShutDown = function ShutDown(props) {
25165
25229
  var color = props.color,
25166
25230
  size = props.size,
@@ -25169,12 +25233,12 @@ var ShutDown = function ShutDown(props) {
25169
25233
  className = props.className,
25170
25234
  iconClassName = props.iconClassName,
25171
25235
  testid = props.testid,
25172
- otherProps = _objectWithoutProperties(props, _excluded$6U);
25236
+ otherProps = _objectWithoutProperties(props, _excluded$6V);
25173
25237
  return /*#__PURE__*/React.createElement("span", {
25174
25238
  role: "img",
25175
25239
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
25176
25240
  }, /*#__PURE__*/React.createElement("style", {
25177
- children: loadingCircleStyle$6U
25241
+ children: loadingCircleStyle$6V
25178
25242
  }), /*#__PURE__*/React.createElement("svg", _extends({
25179
25243
  xmlns: "http://www.w3.org/2000/svg",
25180
25244
  width: size,
@@ -25211,8 +25275,8 @@ ShutDown.defaultProps = {
25211
25275
  size: '1em'
25212
25276
  };
25213
25277
 
25214
- var _excluded$6V = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
25215
- var loadingCircleStyle$6V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
25278
+ var _excluded$6W = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
25279
+ var loadingCircleStyle$6W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
25216
25280
  var Database = function Database(props) {
25217
25281
  var color = props.color,
25218
25282
  size = props.size,
@@ -25221,12 +25285,12 @@ var Database = function Database(props) {
25221
25285
  className = props.className,
25222
25286
  iconClassName = props.iconClassName,
25223
25287
  testid = props.testid,
25224
- otherProps = _objectWithoutProperties(props, _excluded$6V);
25288
+ otherProps = _objectWithoutProperties(props, _excluded$6W);
25225
25289
  return /*#__PURE__*/React.createElement("span", {
25226
25290
  role: "img",
25227
25291
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
25228
25292
  }, /*#__PURE__*/React.createElement("style", {
25229
- children: loadingCircleStyle$6V
25293
+ children: loadingCircleStyle$6W
25230
25294
  }), /*#__PURE__*/React.createElement("svg", _extends({
25231
25295
  xmlns: "http://www.w3.org/2000/svg",
25232
25296
  width: size,
@@ -25589,6 +25653,7 @@ exports.TaProject = Project;
25589
25653
  exports.TaProjectMgr = ProjectMgr;
25590
25654
  exports.TaProperty = Property;
25591
25655
  exports.TaRecurring = Recurring;
25656
+ exports.TaRecycle = Recycle;
25592
25657
  exports.TaReject = Reject;
25593
25658
  exports.TaRelatedProp = RelatedProp;
25594
25659
  exports.TaRename = Rename;