@tant/icons 1.3.27 → 1.3.28

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.
@@ -16413,7 +16413,7 @@ MagicWand.defaultProps = {
16413
16413
 
16414
16414
  var _excluded$4K = ["color", "size", "spin", "style", "className", "iconClassName"];
16415
16415
  var loadingCircleStyle$4K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16416
- var Report = function Report(props) {
16416
+ var AddToPage = function AddToPage(props) {
16417
16417
  var color = props.color,
16418
16418
  size = props.size,
16419
16419
  spin = props.spin,
@@ -16445,16 +16445,18 @@ var Report = function Report(props) {
16445
16445
  height: "24",
16446
16446
  xmlns: "http://www.w3.org/2000/svg"
16447
16447
  }, /*#__PURE__*/React.createElement("path", {
16448
- d: "M11 7h2v10h-2V7zm4 4h2v6h-2v-6zm-8 2h2v4H7v-4zm8-9H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0120.007 22H3.993A1 1 0 013 21.008V2.992z"
16448
+ fillRule: "evenodd",
16449
+ clipRule: "evenodd",
16450
+ d: "M3 19V5h14v3a1 1 0 102 0V4a1 1 0 00-1-1H2a1 1 0 00-1 1v16a1 1 0 001 1h8a1 1 0 100-2H3zM6.464 8.357a.964.964 0 000 1.929h7.072a.964.964 0 100-1.93H6.464zM5.5 13.178c0-.532.432-.964.964-.964h4.072a.964.964 0 110 1.928H6.464a.964.964 0 01-.964-.964zM17 12a1 1 0 112 0v3h3a1 1 0 110 2h-3v3a1 1 0 11-2 0v-3h-3a1 1 0 110-2h3v-3z"
16449
16451
  }))));
16450
16452
  };
16451
- Report.propTypes = {
16453
+ AddToPage.propTypes = {
16452
16454
  iconClassName: PropTypes.string,
16453
16455
  spin: PropTypes.bool,
16454
16456
  color: PropTypes.string,
16455
16457
  size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
16456
16458
  };
16457
- Report.defaultProps = {
16459
+ AddToPage.defaultProps = {
16458
16460
  spin: false,
16459
16461
  color: 'currentColor',
16460
16462
  size: '1em'
@@ -16462,7 +16464,7 @@ Report.defaultProps = {
16462
16464
 
16463
16465
  var _excluded$4L = ["color", "size", "spin", "style", "className", "iconClassName"];
16464
16466
  var loadingCircleStyle$4L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16465
- var ReportRemoval = function ReportRemoval(props) {
16467
+ var Report = function Report(props) {
16466
16468
  var color = props.color,
16467
16469
  size = props.size,
16468
16470
  spin = props.spin,
@@ -16493,6 +16495,55 @@ var ReportRemoval = function ReportRemoval(props) {
16493
16495
  width: "24",
16494
16496
  height: "24",
16495
16497
  xmlns: "http://www.w3.org/2000/svg"
16498
+ }, /*#__PURE__*/React.createElement("path", {
16499
+ d: "M11 7h2v10h-2V7zm4 4h2v6h-2v-6zm-8 2h2v4H7v-4zm8-9H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0120.007 22H3.993A1 1 0 013 21.008V2.992z"
16500
+ }))));
16501
+ };
16502
+ Report.propTypes = {
16503
+ iconClassName: PropTypes.string,
16504
+ spin: PropTypes.bool,
16505
+ color: PropTypes.string,
16506
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
16507
+ };
16508
+ Report.defaultProps = {
16509
+ spin: false,
16510
+ color: 'currentColor',
16511
+ size: '1em'
16512
+ };
16513
+
16514
+ var _excluded$4M = ["color", "size", "spin", "style", "className", "iconClassName"];
16515
+ var loadingCircleStyle$4M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16516
+ var ReportRemoval = function ReportRemoval(props) {
16517
+ var color = props.color,
16518
+ size = props.size,
16519
+ spin = props.spin,
16520
+ style = props.style,
16521
+ className = props.className,
16522
+ iconClassName = props.iconClassName,
16523
+ otherProps = _objectWithoutProperties(props, _excluded$4M);
16524
+ return /*#__PURE__*/React.createElement("span", {
16525
+ role: "img",
16526
+ className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
16527
+ }, /*#__PURE__*/React.createElement("style", {
16528
+ children: loadingCircleStyle$4M
16529
+ }), /*#__PURE__*/React.createElement("svg", _extends({
16530
+ xmlns: "http://www.w3.org/2000/svg",
16531
+ width: size,
16532
+ height: size,
16533
+ viewBox: "0 0 24 24",
16534
+ fill: color
16535
+ }, otherProps, {
16536
+ className: iconClassName,
16537
+ style: _objectSpread2(_objectSpread2({}, style), spin ? {
16538
+ animationDuration: '1s',
16539
+ animationIterationCount: 'infinite',
16540
+ animationName: 'loadingCircle',
16541
+ animationTimingFunction: 'linear'
16542
+ } : {})
16543
+ }), /*#__PURE__*/React.createElement("svg", {
16544
+ width: "24",
16545
+ height: "24",
16546
+ xmlns: "http://www.w3.org/2000/svg"
16496
16547
  }, /*#__PURE__*/React.createElement("path", {
16497
16548
  d: "M7 13h2v4H7v-4z"
16498
16549
  }), /*#__PURE__*/React.createElement("path", {
@@ -16517,8 +16568,8 @@ ReportRemoval.defaultProps = {
16517
16568
  size: '1em'
16518
16569
  };
16519
16570
 
16520
- var _excluded$4M = ["color", "size", "spin", "style", "className", "iconClassName"];
16521
- var loadingCircleStyle$4M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16571
+ var _excluded$4N = ["color", "size", "spin", "style", "className", "iconClassName"];
16572
+ var loadingCircleStyle$4N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16522
16573
  var FileAdd = function FileAdd(props) {
16523
16574
  var color = props.color,
16524
16575
  size = props.size,
@@ -16526,12 +16577,12 @@ var FileAdd = function FileAdd(props) {
16526
16577
  style = props.style,
16527
16578
  className = props.className,
16528
16579
  iconClassName = props.iconClassName,
16529
- otherProps = _objectWithoutProperties(props, _excluded$4M);
16580
+ otherProps = _objectWithoutProperties(props, _excluded$4N);
16530
16581
  return /*#__PURE__*/React.createElement("span", {
16531
16582
  role: "img",
16532
16583
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
16533
16584
  }, /*#__PURE__*/React.createElement("style", {
16534
- children: loadingCircleStyle$4M
16585
+ children: loadingCircleStyle$4N
16535
16586
  }), /*#__PURE__*/React.createElement("svg", _extends({
16536
16587
  xmlns: "http://www.w3.org/2000/svg",
16537
16588
  width: size,
@@ -16566,8 +16617,8 @@ FileAdd.defaultProps = {
16566
16617
  size: '1em'
16567
16618
  };
16568
16619
 
16569
- var _excluded$4N = ["color", "size", "spin", "style", "className", "iconClassName"];
16570
- var loadingCircleStyle$4N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16620
+ var _excluded$4O = ["color", "size", "spin", "style", "className", "iconClassName"];
16621
+ var loadingCircleStyle$4O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16571
16622
  var FileRemove = function FileRemove(props) {
16572
16623
  var color = props.color,
16573
16624
  size = props.size,
@@ -16575,12 +16626,12 @@ var FileRemove = function FileRemove(props) {
16575
16626
  style = props.style,
16576
16627
  className = props.className,
16577
16628
  iconClassName = props.iconClassName,
16578
- otherProps = _objectWithoutProperties(props, _excluded$4N);
16629
+ otherProps = _objectWithoutProperties(props, _excluded$4O);
16579
16630
  return /*#__PURE__*/React.createElement("span", {
16580
16631
  role: "img",
16581
16632
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
16582
16633
  }, /*#__PURE__*/React.createElement("style", {
16583
- children: loadingCircleStyle$4N
16634
+ children: loadingCircleStyle$4O
16584
16635
  }), /*#__PURE__*/React.createElement("svg", _extends({
16585
16636
  xmlns: "http://www.w3.org/2000/svg",
16586
16637
  width: size,
@@ -16617,8 +16668,8 @@ FileRemove.defaultProps = {
16617
16668
  size: '1em'
16618
16669
  };
16619
16670
 
16620
- var _excluded$4O = ["color", "size", "spin", "style", "className", "iconClassName"];
16621
- var loadingCircleStyle$4O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16671
+ var _excluded$4P = ["color", "size", "spin", "style", "className", "iconClassName"];
16672
+ var loadingCircleStyle$4P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16622
16673
  var FileExport = function FileExport(props) {
16623
16674
  var color = props.color,
16624
16675
  size = props.size,
@@ -16626,12 +16677,12 @@ var FileExport = function FileExport(props) {
16626
16677
  style = props.style,
16627
16678
  className = props.className,
16628
16679
  iconClassName = props.iconClassName,
16629
- otherProps = _objectWithoutProperties(props, _excluded$4O);
16680
+ otherProps = _objectWithoutProperties(props, _excluded$4P);
16630
16681
  return /*#__PURE__*/React.createElement("span", {
16631
16682
  role: "img",
16632
16683
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
16633
16684
  }, /*#__PURE__*/React.createElement("style", {
16634
- children: loadingCircleStyle$4O
16685
+ children: loadingCircleStyle$4P
16635
16686
  }), /*#__PURE__*/React.createElement("svg", _extends({
16636
16687
  xmlns: "http://www.w3.org/2000/svg",
16637
16688
  width: size,
@@ -16666,8 +16717,8 @@ FileExport.defaultProps = {
16666
16717
  size: '1em'
16667
16718
  };
16668
16719
 
16669
- var _excluded$4P = ["color", "size", "spin", "style", "className", "iconClassName"];
16670
- var loadingCircleStyle$4P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16720
+ var _excluded$4Q = ["color", "size", "spin", "style", "className", "iconClassName"];
16721
+ var loadingCircleStyle$4Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16671
16722
  var FileMove = function FileMove(props) {
16672
16723
  var color = props.color,
16673
16724
  size = props.size,
@@ -16675,12 +16726,12 @@ var FileMove = function FileMove(props) {
16675
16726
  style = props.style,
16676
16727
  className = props.className,
16677
16728
  iconClassName = props.iconClassName,
16678
- otherProps = _objectWithoutProperties(props, _excluded$4P);
16729
+ otherProps = _objectWithoutProperties(props, _excluded$4Q);
16679
16730
  return /*#__PURE__*/React.createElement("span", {
16680
16731
  role: "img",
16681
16732
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
16682
16733
  }, /*#__PURE__*/React.createElement("style", {
16683
- children: loadingCircleStyle$4P
16734
+ children: loadingCircleStyle$4Q
16684
16735
  }), /*#__PURE__*/React.createElement("svg", _extends({
16685
16736
  xmlns: "http://www.w3.org/2000/svg",
16686
16737
  width: size,
@@ -16715,8 +16766,8 @@ FileMove.defaultProps = {
16715
16766
  size: '1em'
16716
16767
  };
16717
16768
 
16718
- var _excluded$4Q = ["color", "size", "spin", "style", "className", "iconClassName"];
16719
- var loadingCircleStyle$4Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16769
+ var _excluded$4R = ["color", "size", "spin", "style", "className", "iconClassName"];
16770
+ var loadingCircleStyle$4R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16720
16771
  var FileImport = function FileImport(props) {
16721
16772
  var color = props.color,
16722
16773
  size = props.size,
@@ -16724,12 +16775,12 @@ var FileImport = function FileImport(props) {
16724
16775
  style = props.style,
16725
16776
  className = props.className,
16726
16777
  iconClassName = props.iconClassName,
16727
- otherProps = _objectWithoutProperties(props, _excluded$4Q);
16778
+ otherProps = _objectWithoutProperties(props, _excluded$4R);
16728
16779
  return /*#__PURE__*/React.createElement("span", {
16729
16780
  role: "img",
16730
16781
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
16731
16782
  }, /*#__PURE__*/React.createElement("style", {
16732
- children: loadingCircleStyle$4Q
16783
+ children: loadingCircleStyle$4R
16733
16784
  }), /*#__PURE__*/React.createElement("svg", _extends({
16734
16785
  xmlns: "http://www.w3.org/2000/svg",
16735
16786
  width: size,
@@ -16764,8 +16815,8 @@ FileImport.defaultProps = {
16764
16815
  size: '1em'
16765
16816
  };
16766
16817
 
16767
- var _excluded$4R = ["color", "size", "spin", "style", "className", "iconClassName"];
16768
- var loadingCircleStyle$4R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16818
+ var _excluded$4S = ["color", "size", "spin", "style", "className", "iconClassName"];
16819
+ var loadingCircleStyle$4S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16769
16820
  var FileInfo = function FileInfo(props) {
16770
16821
  var color = props.color,
16771
16822
  size = props.size,
@@ -16773,12 +16824,12 @@ var FileInfo = function FileInfo(props) {
16773
16824
  style = props.style,
16774
16825
  className = props.className,
16775
16826
  iconClassName = props.iconClassName,
16776
- otherProps = _objectWithoutProperties(props, _excluded$4R);
16827
+ otherProps = _objectWithoutProperties(props, _excluded$4S);
16777
16828
  return /*#__PURE__*/React.createElement("span", {
16778
16829
  role: "img",
16779
16830
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
16780
16831
  }, /*#__PURE__*/React.createElement("style", {
16781
- children: loadingCircleStyle$4R
16832
+ children: loadingCircleStyle$4S
16782
16833
  }), /*#__PURE__*/React.createElement("svg", _extends({
16783
16834
  xmlns: "http://www.w3.org/2000/svg",
16784
16835
  width: size,
@@ -16813,8 +16864,8 @@ FileInfo.defaultProps = {
16813
16864
  size: '1em'
16814
16865
  };
16815
16866
 
16816
- var _excluded$4S = ["color", "size", "spin", "style", "className", "iconClassName"];
16817
- var loadingCircleStyle$4S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16867
+ var _excluded$4T = ["color", "size", "spin", "style", "className", "iconClassName"];
16868
+ var loadingCircleStyle$4T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16818
16869
  var FileConvert = function FileConvert(props) {
16819
16870
  var color = props.color,
16820
16871
  size = props.size,
@@ -16822,12 +16873,12 @@ var FileConvert = function FileConvert(props) {
16822
16873
  style = props.style,
16823
16874
  className = props.className,
16824
16875
  iconClassName = props.iconClassName,
16825
- otherProps = _objectWithoutProperties(props, _excluded$4S);
16876
+ otherProps = _objectWithoutProperties(props, _excluded$4T);
16826
16877
  return /*#__PURE__*/React.createElement("span", {
16827
16878
  role: "img",
16828
16879
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
16829
16880
  }, /*#__PURE__*/React.createElement("style", {
16830
- children: loadingCircleStyle$4S
16881
+ children: loadingCircleStyle$4T
16831
16882
  }), /*#__PURE__*/React.createElement("svg", _extends({
16832
16883
  xmlns: "http://www.w3.org/2000/svg",
16833
16884
  width: size,
@@ -16868,8 +16919,8 @@ FileConvert.defaultProps = {
16868
16919
  size: '1em'
16869
16920
  };
16870
16921
 
16871
- var _excluded$4T = ["color", "size", "spin", "style", "className", "iconClassName"];
16872
- var loadingCircleStyle$4T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16922
+ var _excluded$4U = ["color", "size", "spin", "style", "className", "iconClassName"];
16923
+ var loadingCircleStyle$4U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16873
16924
  var AssetConvert = function AssetConvert(props) {
16874
16925
  var color = props.color,
16875
16926
  size = props.size,
@@ -16877,12 +16928,12 @@ var AssetConvert = function AssetConvert(props) {
16877
16928
  style = props.style,
16878
16929
  className = props.className,
16879
16930
  iconClassName = props.iconClassName,
16880
- otherProps = _objectWithoutProperties(props, _excluded$4T);
16931
+ otherProps = _objectWithoutProperties(props, _excluded$4U);
16881
16932
  return /*#__PURE__*/React.createElement("span", {
16882
16933
  role: "img",
16883
16934
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
16884
16935
  }, /*#__PURE__*/React.createElement("style", {
16885
- children: loadingCircleStyle$4T
16936
+ children: loadingCircleStyle$4U
16886
16937
  }), /*#__PURE__*/React.createElement("svg", _extends({
16887
16938
  xmlns: "http://www.w3.org/2000/svg",
16888
16939
  width: size,
@@ -16923,8 +16974,8 @@ AssetConvert.defaultProps = {
16923
16974
  size: '1em'
16924
16975
  };
16925
16976
 
16926
- var _excluded$4U = ["color", "size", "spin", "style", "className", "iconClassName"];
16927
- var loadingCircleStyle$4U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16977
+ var _excluded$4V = ["color", "size", "spin", "style", "className", "iconClassName"];
16978
+ var loadingCircleStyle$4V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16928
16979
  var FileLock = function FileLock(props) {
16929
16980
  var color = props.color,
16930
16981
  size = props.size,
@@ -16932,12 +16983,12 @@ var FileLock = function FileLock(props) {
16932
16983
  style = props.style,
16933
16984
  className = props.className,
16934
16985
  iconClassName = props.iconClassName,
16935
- otherProps = _objectWithoutProperties(props, _excluded$4U);
16986
+ otherProps = _objectWithoutProperties(props, _excluded$4V);
16936
16987
  return /*#__PURE__*/React.createElement("span", {
16937
16988
  role: "img",
16938
16989
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
16939
16990
  }, /*#__PURE__*/React.createElement("style", {
16940
- children: loadingCircleStyle$4U
16991
+ children: loadingCircleStyle$4V
16941
16992
  }), /*#__PURE__*/React.createElement("svg", _extends({
16942
16993
  xmlns: "http://www.w3.org/2000/svg",
16943
16994
  width: size,
@@ -16972,8 +17023,8 @@ FileLock.defaultProps = {
16972
17023
  size: '1em'
16973
17024
  };
16974
17025
 
16975
- var _excluded$4V = ["color", "size", "spin", "style", "className", "iconClassName"];
16976
- var loadingCircleStyle$4V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17026
+ var _excluded$4W = ["color", "size", "spin", "style", "className", "iconClassName"];
17027
+ var loadingCircleStyle$4W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16977
17028
  var FilePdf = function FilePdf(props) {
16978
17029
  var color = props.color,
16979
17030
  size = props.size,
@@ -16981,12 +17032,12 @@ var FilePdf = function FilePdf(props) {
16981
17032
  style = props.style,
16982
17033
  className = props.className,
16983
17034
  iconClassName = props.iconClassName,
16984
- otherProps = _objectWithoutProperties(props, _excluded$4V);
17035
+ otherProps = _objectWithoutProperties(props, _excluded$4W);
16985
17036
  return /*#__PURE__*/React.createElement("span", {
16986
17037
  role: "img",
16987
17038
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
16988
17039
  }, /*#__PURE__*/React.createElement("style", {
16989
- children: loadingCircleStyle$4V
17040
+ children: loadingCircleStyle$4W
16990
17041
  }), /*#__PURE__*/React.createElement("svg", _extends({
16991
17042
  xmlns: "http://www.w3.org/2000/svg",
16992
17043
  width: size,
@@ -17021,8 +17072,8 @@ FilePdf.defaultProps = {
17021
17072
  size: '1em'
17022
17073
  };
17023
17074
 
17024
- var _excluded$4W = ["color", "size", "spin", "style", "className", "iconClassName"];
17025
- var loadingCircleStyle$4W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17075
+ var _excluded$4X = ["color", "size", "spin", "style", "className", "iconClassName"];
17076
+ var loadingCircleStyle$4X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17026
17077
  var Detail = function Detail(props) {
17027
17078
  var color = props.color,
17028
17079
  size = props.size,
@@ -17030,12 +17081,12 @@ var Detail = function Detail(props) {
17030
17081
  style = props.style,
17031
17082
  className = props.className,
17032
17083
  iconClassName = props.iconClassName,
17033
- otherProps = _objectWithoutProperties(props, _excluded$4W);
17084
+ otherProps = _objectWithoutProperties(props, _excluded$4X);
17034
17085
  return /*#__PURE__*/React.createElement("span", {
17035
17086
  role: "img",
17036
17087
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17037
17088
  }, /*#__PURE__*/React.createElement("style", {
17038
- children: loadingCircleStyle$4W
17089
+ children: loadingCircleStyle$4X
17039
17090
  }), /*#__PURE__*/React.createElement("svg", _extends({
17040
17091
  xmlns: "http://www.w3.org/2000/svg",
17041
17092
  width: size,
@@ -17070,8 +17121,8 @@ Detail.defaultProps = {
17070
17121
  size: '1em'
17071
17122
  };
17072
17123
 
17073
- var _excluded$4X = ["color", "size", "spin", "style", "className", "iconClassName"];
17074
- var loadingCircleStyle$4X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17124
+ var _excluded$4Y = ["color", "size", "spin", "style", "className", "iconClassName"];
17125
+ var loadingCircleStyle$4Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17075
17126
  var MessageCenter = function MessageCenter(props) {
17076
17127
  var color = props.color,
17077
17128
  size = props.size,
@@ -17079,12 +17130,12 @@ var MessageCenter = function MessageCenter(props) {
17079
17130
  style = props.style,
17080
17131
  className = props.className,
17081
17132
  iconClassName = props.iconClassName,
17082
- otherProps = _objectWithoutProperties(props, _excluded$4X);
17133
+ otherProps = _objectWithoutProperties(props, _excluded$4Y);
17083
17134
  return /*#__PURE__*/React.createElement("span", {
17084
17135
  role: "img",
17085
17136
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17086
17137
  }, /*#__PURE__*/React.createElement("style", {
17087
- children: loadingCircleStyle$4X
17138
+ children: loadingCircleStyle$4Y
17088
17139
  }), /*#__PURE__*/React.createElement("svg", _extends({
17089
17140
  xmlns: "http://www.w3.org/2000/svg",
17090
17141
  width: size,
@@ -17127,8 +17178,8 @@ MessageCenter.defaultProps = {
17127
17178
  size: '1em'
17128
17179
  };
17129
17180
 
17130
- var _excluded$4Y = ["color", "size", "spin", "style", "className", "iconClassName"];
17131
- var loadingCircleStyle$4Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17181
+ var _excluded$4Z = ["color", "size", "spin", "style", "className", "iconClassName"];
17182
+ var loadingCircleStyle$4Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17132
17183
  var SystemMsg = function SystemMsg(props) {
17133
17184
  var color = props.color,
17134
17185
  size = props.size,
@@ -17136,12 +17187,12 @@ var SystemMsg = function SystemMsg(props) {
17136
17187
  style = props.style,
17137
17188
  className = props.className,
17138
17189
  iconClassName = props.iconClassName,
17139
- otherProps = _objectWithoutProperties(props, _excluded$4Y);
17190
+ otherProps = _objectWithoutProperties(props, _excluded$4Z);
17140
17191
  return /*#__PURE__*/React.createElement("span", {
17141
17192
  role: "img",
17142
17193
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17143
17194
  }, /*#__PURE__*/React.createElement("style", {
17144
- children: loadingCircleStyle$4Y
17195
+ children: loadingCircleStyle$4Z
17145
17196
  }), /*#__PURE__*/React.createElement("svg", _extends({
17146
17197
  xmlns: "http://www.w3.org/2000/svg",
17147
17198
  width: size,
@@ -17182,8 +17233,8 @@ SystemMsg.defaultProps = {
17182
17233
  size: '1em'
17183
17234
  };
17184
17235
 
17185
- var _excluded$4Z = ["color", "size", "spin", "style", "className", "iconClassName"];
17186
- var loadingCircleStyle$4Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17236
+ var _excluded$4_ = ["color", "size", "spin", "style", "className", "iconClassName"];
17237
+ var loadingCircleStyle$4_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17187
17238
  var Comment = function Comment(props) {
17188
17239
  var color = props.color,
17189
17240
  size = props.size,
@@ -17191,12 +17242,12 @@ var Comment = function Comment(props) {
17191
17242
  style = props.style,
17192
17243
  className = props.className,
17193
17244
  iconClassName = props.iconClassName,
17194
- otherProps = _objectWithoutProperties(props, _excluded$4Z);
17245
+ otherProps = _objectWithoutProperties(props, _excluded$4_);
17195
17246
  return /*#__PURE__*/React.createElement("span", {
17196
17247
  role: "img",
17197
17248
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17198
17249
  }, /*#__PURE__*/React.createElement("style", {
17199
- children: loadingCircleStyle$4Z
17250
+ children: loadingCircleStyle$4_
17200
17251
  }), /*#__PURE__*/React.createElement("svg", _extends({
17201
17252
  xmlns: "http://www.w3.org/2000/svg",
17202
17253
  width: size,
@@ -17235,8 +17286,8 @@ Comment.defaultProps = {
17235
17286
  size: '1em'
17236
17287
  };
17237
17288
 
17238
- var _excluded$4_ = ["color", "size", "spin", "style", "className", "iconClassName"];
17239
- var loadingCircleStyle$4_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17289
+ var _excluded$4$ = ["color", "size", "spin", "style", "className", "iconClassName"];
17290
+ var loadingCircleStyle$4$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17240
17291
  var Book = function Book(props) {
17241
17292
  var color = props.color,
17242
17293
  size = props.size,
@@ -17244,12 +17295,12 @@ var Book = function Book(props) {
17244
17295
  style = props.style,
17245
17296
  className = props.className,
17246
17297
  iconClassName = props.iconClassName,
17247
- otherProps = _objectWithoutProperties(props, _excluded$4_);
17298
+ otherProps = _objectWithoutProperties(props, _excluded$4$);
17248
17299
  return /*#__PURE__*/React.createElement("span", {
17249
17300
  role: "img",
17250
17301
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17251
17302
  }, /*#__PURE__*/React.createElement("style", {
17252
- children: loadingCircleStyle$4_
17303
+ children: loadingCircleStyle$4$
17253
17304
  }), /*#__PURE__*/React.createElement("svg", _extends({
17254
17305
  xmlns: "http://www.w3.org/2000/svg",
17255
17306
  width: size,
@@ -17284,8 +17335,8 @@ Book.defaultProps = {
17284
17335
  size: '1em'
17285
17336
  };
17286
17337
 
17287
- var _excluded$4$ = ["color", "size", "spin", "style", "className", "iconClassName"];
17288
- var loadingCircleStyle$4$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17338
+ var _excluded$50 = ["color", "size", "spin", "style", "className", "iconClassName"];
17339
+ var loadingCircleStyle$50 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17289
17340
  var Book2 = function Book2(props) {
17290
17341
  var color = props.color,
17291
17342
  size = props.size,
@@ -17293,12 +17344,12 @@ var Book2 = function Book2(props) {
17293
17344
  style = props.style,
17294
17345
  className = props.className,
17295
17346
  iconClassName = props.iconClassName,
17296
- otherProps = _objectWithoutProperties(props, _excluded$4$);
17347
+ otherProps = _objectWithoutProperties(props, _excluded$50);
17297
17348
  return /*#__PURE__*/React.createElement("span", {
17298
17349
  role: "img",
17299
17350
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17300
17351
  }, /*#__PURE__*/React.createElement("style", {
17301
- children: loadingCircleStyle$4$
17352
+ children: loadingCircleStyle$50
17302
17353
  }), /*#__PURE__*/React.createElement("svg", _extends({
17303
17354
  xmlns: "http://www.w3.org/2000/svg",
17304
17355
  width: size,
@@ -17333,8 +17384,8 @@ Book2.defaultProps = {
17333
17384
  size: '1em'
17334
17385
  };
17335
17386
 
17336
- var _excluded$50 = ["color", "size", "spin", "style", "className", "iconClassName"];
17337
- var loadingCircleStyle$50 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17387
+ var _excluded$51 = ["color", "size", "spin", "style", "className", "iconClassName"];
17388
+ var loadingCircleStyle$51 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17338
17389
  var Sticker = function Sticker(props) {
17339
17390
  var color = props.color,
17340
17391
  size = props.size,
@@ -17342,12 +17393,12 @@ var Sticker = function Sticker(props) {
17342
17393
  style = props.style,
17343
17394
  className = props.className,
17344
17395
  iconClassName = props.iconClassName,
17345
- otherProps = _objectWithoutProperties(props, _excluded$50);
17396
+ otherProps = _objectWithoutProperties(props, _excluded$51);
17346
17397
  return /*#__PURE__*/React.createElement("span", {
17347
17398
  role: "img",
17348
17399
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17349
17400
  }, /*#__PURE__*/React.createElement("style", {
17350
- children: loadingCircleStyle$50
17401
+ children: loadingCircleStyle$51
17351
17402
  }), /*#__PURE__*/React.createElement("svg", _extends({
17352
17403
  xmlns: "http://www.w3.org/2000/svg",
17353
17404
  width: size,
@@ -17382,8 +17433,8 @@ Sticker.defaultProps = {
17382
17433
  size: '1em'
17383
17434
  };
17384
17435
 
17385
- var _excluded$51 = ["color", "size", "spin", "style", "className", "iconClassName"];
17386
- var loadingCircleStyle$51 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17436
+ var _excluded$52 = ["color", "size", "spin", "style", "className", "iconClassName"];
17437
+ var loadingCircleStyle$52 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17387
17438
  var StickerFill = function StickerFill(props) {
17388
17439
  var color = props.color,
17389
17440
  size = props.size,
@@ -17391,12 +17442,12 @@ var StickerFill = function StickerFill(props) {
17391
17442
  style = props.style,
17392
17443
  className = props.className,
17393
17444
  iconClassName = props.iconClassName,
17394
- otherProps = _objectWithoutProperties(props, _excluded$51);
17445
+ otherProps = _objectWithoutProperties(props, _excluded$52);
17395
17446
  return /*#__PURE__*/React.createElement("span", {
17396
17447
  role: "img",
17397
17448
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17398
17449
  }, /*#__PURE__*/React.createElement("style", {
17399
- children: loadingCircleStyle$51
17450
+ children: loadingCircleStyle$52
17400
17451
  }), /*#__PURE__*/React.createElement("svg", _extends({
17401
17452
  xmlns: "http://www.w3.org/2000/svg",
17402
17453
  width: size,
@@ -17431,8 +17482,8 @@ StickerFill.defaultProps = {
17431
17482
  size: '1em'
17432
17483
  };
17433
17484
 
17434
- var _excluded$52 = ["color", "size", "spin", "style", "className", "iconClassName"];
17435
- var loadingCircleStyle$52 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17485
+ var _excluded$53 = ["color", "size", "spin", "style", "className", "iconClassName"];
17486
+ var loadingCircleStyle$53 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17436
17487
  var FolderLine = function FolderLine(props) {
17437
17488
  var color = props.color,
17438
17489
  size = props.size,
@@ -17440,12 +17491,12 @@ var FolderLine = function FolderLine(props) {
17440
17491
  style = props.style,
17441
17492
  className = props.className,
17442
17493
  iconClassName = props.iconClassName,
17443
- otherProps = _objectWithoutProperties(props, _excluded$52);
17494
+ otherProps = _objectWithoutProperties(props, _excluded$53);
17444
17495
  return /*#__PURE__*/React.createElement("span", {
17445
17496
  role: "img",
17446
17497
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17447
17498
  }, /*#__PURE__*/React.createElement("style", {
17448
- children: loadingCircleStyle$52
17499
+ children: loadingCircleStyle$53
17449
17500
  }), /*#__PURE__*/React.createElement("svg", _extends({
17450
17501
  xmlns: "http://www.w3.org/2000/svg",
17451
17502
  width: size,
@@ -17482,8 +17533,8 @@ FolderLine.defaultProps = {
17482
17533
  size: '1em'
17483
17534
  };
17484
17535
 
17485
- var _excluded$53 = ["color", "size", "spin", "style", "className", "iconClassName"];
17486
- var loadingCircleStyle$53 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17536
+ var _excluded$54 = ["color", "size", "spin", "style", "className", "iconClassName"];
17537
+ var loadingCircleStyle$54 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17487
17538
  var FolderOpenLine = function FolderOpenLine(props) {
17488
17539
  var color = props.color,
17489
17540
  size = props.size,
@@ -17491,12 +17542,12 @@ var FolderOpenLine = function FolderOpenLine(props) {
17491
17542
  style = props.style,
17492
17543
  className = props.className,
17493
17544
  iconClassName = props.iconClassName,
17494
- otherProps = _objectWithoutProperties(props, _excluded$53);
17545
+ otherProps = _objectWithoutProperties(props, _excluded$54);
17495
17546
  return /*#__PURE__*/React.createElement("span", {
17496
17547
  role: "img",
17497
17548
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17498
17549
  }, /*#__PURE__*/React.createElement("style", {
17499
- children: loadingCircleStyle$53
17550
+ children: loadingCircleStyle$54
17500
17551
  }), /*#__PURE__*/React.createElement("svg", _extends({
17501
17552
  xmlns: "http://www.w3.org/2000/svg",
17502
17553
  width: size,
@@ -17533,8 +17584,8 @@ FolderOpenLine.defaultProps = {
17533
17584
  size: '1em'
17534
17585
  };
17535
17586
 
17536
- var _excluded$54 = ["color", "size", "spin", "style", "className", "iconClassName"];
17537
- var loadingCircleStyle$54 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17587
+ var _excluded$55 = ["color", "size", "spin", "style", "className", "iconClassName"];
17588
+ var loadingCircleStyle$55 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17538
17589
  var SpaceLine = function SpaceLine(props) {
17539
17590
  var color = props.color,
17540
17591
  size = props.size,
@@ -17542,12 +17593,12 @@ var SpaceLine = function SpaceLine(props) {
17542
17593
  style = props.style,
17543
17594
  className = props.className,
17544
17595
  iconClassName = props.iconClassName,
17545
- otherProps = _objectWithoutProperties(props, _excluded$54);
17596
+ otherProps = _objectWithoutProperties(props, _excluded$55);
17546
17597
  return /*#__PURE__*/React.createElement("span", {
17547
17598
  role: "img",
17548
17599
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17549
17600
  }, /*#__PURE__*/React.createElement("style", {
17550
- children: loadingCircleStyle$54
17601
+ children: loadingCircleStyle$55
17551
17602
  }), /*#__PURE__*/React.createElement("svg", _extends({
17552
17603
  xmlns: "http://www.w3.org/2000/svg",
17553
17604
  width: size,
@@ -17584,8 +17635,8 @@ SpaceLine.defaultProps = {
17584
17635
  size: '1em'
17585
17636
  };
17586
17637
 
17587
- var _excluded$55 = ["color", "size", "spin", "style", "className", "iconClassName"];
17588
- var loadingCircleStyle$55 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17638
+ var _excluded$56 = ["color", "size", "spin", "style", "className", "iconClassName"];
17639
+ var loadingCircleStyle$56 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17589
17640
  var SpaceOpenLine = function SpaceOpenLine(props) {
17590
17641
  var color = props.color,
17591
17642
  size = props.size,
@@ -17593,12 +17644,12 @@ var SpaceOpenLine = function SpaceOpenLine(props) {
17593
17644
  style = props.style,
17594
17645
  className = props.className,
17595
17646
  iconClassName = props.iconClassName,
17596
- otherProps = _objectWithoutProperties(props, _excluded$55);
17647
+ otherProps = _objectWithoutProperties(props, _excluded$56);
17597
17648
  return /*#__PURE__*/React.createElement("span", {
17598
17649
  role: "img",
17599
17650
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17600
17651
  }, /*#__PURE__*/React.createElement("style", {
17601
- children: loadingCircleStyle$55
17652
+ children: loadingCircleStyle$56
17602
17653
  }), /*#__PURE__*/React.createElement("svg", _extends({
17603
17654
  xmlns: "http://www.w3.org/2000/svg",
17604
17655
  width: size,
@@ -17635,8 +17686,8 @@ SpaceOpenLine.defaultProps = {
17635
17686
  size: '1em'
17636
17687
  };
17637
17688
 
17638
- var _excluded$56 = ["color", "size", "spin", "style", "className", "iconClassName"];
17639
- var loadingCircleStyle$56 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17689
+ var _excluded$57 = ["color", "size", "spin", "style", "className", "iconClassName"];
17690
+ var loadingCircleStyle$57 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17640
17691
  var PageLine = function PageLine(props) {
17641
17692
  var color = props.color,
17642
17693
  size = props.size,
@@ -17644,12 +17695,12 @@ var PageLine = function PageLine(props) {
17644
17695
  style = props.style,
17645
17696
  className = props.className,
17646
17697
  iconClassName = props.iconClassName,
17647
- otherProps = _objectWithoutProperties(props, _excluded$56);
17698
+ otherProps = _objectWithoutProperties(props, _excluded$57);
17648
17699
  return /*#__PURE__*/React.createElement("span", {
17649
17700
  role: "img",
17650
17701
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17651
17702
  }, /*#__PURE__*/React.createElement("style", {
17652
- children: loadingCircleStyle$56
17703
+ children: loadingCircleStyle$57
17653
17704
  }), /*#__PURE__*/React.createElement("svg", _extends({
17654
17705
  xmlns: "http://www.w3.org/2000/svg",
17655
17706
  width: size,
@@ -17686,8 +17737,8 @@ PageLine.defaultProps = {
17686
17737
  size: '1em'
17687
17738
  };
17688
17739
 
17689
- var _excluded$57 = ["color", "size", "spin", "style", "className", "iconClassName"];
17690
- var loadingCircleStyle$57 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17740
+ var _excluded$58 = ["color", "size", "spin", "style", "className", "iconClassName"];
17741
+ var loadingCircleStyle$58 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17691
17742
  var PageOpenCl = function PageOpenCl(props) {
17692
17743
  var color = props.color,
17693
17744
  size = props.size,
@@ -17695,12 +17746,12 @@ var PageOpenCl = function PageOpenCl(props) {
17695
17746
  style = props.style,
17696
17747
  className = props.className,
17697
17748
  iconClassName = props.iconClassName,
17698
- otherProps = _objectWithoutProperties(props, _excluded$57);
17749
+ otherProps = _objectWithoutProperties(props, _excluded$58);
17699
17750
  return /*#__PURE__*/React.createElement("span", {
17700
17751
  role: "img",
17701
17752
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17702
17753
  }, /*#__PURE__*/React.createElement("style", {
17703
- children: loadingCircleStyle$57
17754
+ children: loadingCircleStyle$58
17704
17755
  }), /*#__PURE__*/React.createElement("svg", _extends({
17705
17756
  xmlns: "http://www.w3.org/2000/svg",
17706
17757
  width: size,
@@ -17753,8 +17804,8 @@ PageOpenCl.defaultProps = {
17753
17804
  size: '1em'
17754
17805
  };
17755
17806
 
17756
- var _excluded$58 = ["color", "size", "spin", "style", "className", "iconClassName"];
17757
- var loadingCircleStyle$58 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17807
+ var _excluded$59 = ["color", "size", "spin", "style", "className", "iconClassName"];
17808
+ var loadingCircleStyle$59 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17758
17809
  var EventSm = function EventSm(props) {
17759
17810
  var color = props.color,
17760
17811
  size = props.size,
@@ -17762,12 +17813,12 @@ var EventSm = function EventSm(props) {
17762
17813
  style = props.style,
17763
17814
  className = props.className,
17764
17815
  iconClassName = props.iconClassName,
17765
- otherProps = _objectWithoutProperties(props, _excluded$58);
17816
+ otherProps = _objectWithoutProperties(props, _excluded$59);
17766
17817
  return /*#__PURE__*/React.createElement("span", {
17767
17818
  role: "img",
17768
17819
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17769
17820
  }, /*#__PURE__*/React.createElement("style", {
17770
- children: loadingCircleStyle$58
17821
+ children: loadingCircleStyle$59
17771
17822
  }), /*#__PURE__*/React.createElement("svg", _extends({
17772
17823
  xmlns: "http://www.w3.org/2000/svg",
17773
17824
  width: size,
@@ -17802,8 +17853,8 @@ EventSm.defaultProps = {
17802
17853
  size: '1em'
17803
17854
  };
17804
17855
 
17805
- var _excluded$59 = ["color", "size", "spin", "style", "className", "iconClassName"];
17806
- var loadingCircleStyle$59 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17856
+ var _excluded$5a = ["color", "size", "spin", "style", "className", "iconClassName"];
17857
+ var loadingCircleStyle$5a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17807
17858
  var EPropertySm = function EPropertySm(props) {
17808
17859
  var color = props.color,
17809
17860
  size = props.size,
@@ -17811,12 +17862,12 @@ var EPropertySm = function EPropertySm(props) {
17811
17862
  style = props.style,
17812
17863
  className = props.className,
17813
17864
  iconClassName = props.iconClassName,
17814
- otherProps = _objectWithoutProperties(props, _excluded$59);
17865
+ otherProps = _objectWithoutProperties(props, _excluded$5a);
17815
17866
  return /*#__PURE__*/React.createElement("span", {
17816
17867
  role: "img",
17817
17868
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17818
17869
  }, /*#__PURE__*/React.createElement("style", {
17819
- children: loadingCircleStyle$59
17870
+ children: loadingCircleStyle$5a
17820
17871
  }), /*#__PURE__*/React.createElement("svg", _extends({
17821
17872
  xmlns: "http://www.w3.org/2000/svg",
17822
17873
  width: size,
@@ -17859,8 +17910,8 @@ EPropertySm.defaultProps = {
17859
17910
  size: '1em'
17860
17911
  };
17861
17912
 
17862
- var _excluded$5a = ["color", "size", "spin", "style", "className", "iconClassName"];
17863
- var loadingCircleStyle$5a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17913
+ var _excluded$5b = ["color", "size", "spin", "style", "className", "iconClassName"];
17914
+ var loadingCircleStyle$5b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17864
17915
  var IndicatorSm = function IndicatorSm(props) {
17865
17916
  var color = props.color,
17866
17917
  size = props.size,
@@ -17868,12 +17919,12 @@ var IndicatorSm = function IndicatorSm(props) {
17868
17919
  style = props.style,
17869
17920
  className = props.className,
17870
17921
  iconClassName = props.iconClassName,
17871
- otherProps = _objectWithoutProperties(props, _excluded$5a);
17922
+ otherProps = _objectWithoutProperties(props, _excluded$5b);
17872
17923
  return /*#__PURE__*/React.createElement("span", {
17873
17924
  role: "img",
17874
17925
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17875
17926
  }, /*#__PURE__*/React.createElement("style", {
17876
- children: loadingCircleStyle$5a
17927
+ children: loadingCircleStyle$5b
17877
17928
  }), /*#__PURE__*/React.createElement("svg", _extends({
17878
17929
  xmlns: "http://www.w3.org/2000/svg",
17879
17930
  width: size,
@@ -17912,8 +17963,8 @@ IndicatorSm.defaultProps = {
17912
17963
  size: '1em'
17913
17964
  };
17914
17965
 
17915
- var _excluded$5b = ["color", "size", "spin", "style", "className", "iconClassName"];
17916
- var loadingCircleStyle$5b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17966
+ var _excluded$5c = ["color", "size", "spin", "style", "className", "iconClassName"];
17967
+ var loadingCircleStyle$5c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17917
17968
  var UPropertySm = function UPropertySm(props) {
17918
17969
  var color = props.color,
17919
17970
  size = props.size,
@@ -17921,12 +17972,12 @@ var UPropertySm = function UPropertySm(props) {
17921
17972
  style = props.style,
17922
17973
  className = props.className,
17923
17974
  iconClassName = props.iconClassName,
17924
- otherProps = _objectWithoutProperties(props, _excluded$5b);
17975
+ otherProps = _objectWithoutProperties(props, _excluded$5c);
17925
17976
  return /*#__PURE__*/React.createElement("span", {
17926
17977
  role: "img",
17927
17978
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17928
17979
  }, /*#__PURE__*/React.createElement("style", {
17929
- children: loadingCircleStyle$5b
17980
+ children: loadingCircleStyle$5c
17930
17981
  }), /*#__PURE__*/React.createElement("svg", _extends({
17931
17982
  xmlns: "http://www.w3.org/2000/svg",
17932
17983
  width: size,
@@ -17967,8 +18018,8 @@ UPropertySm.defaultProps = {
17967
18018
  size: '1em'
17968
18019
  };
17969
18020
 
17970
- var _excluded$5c = ["color", "size", "spin", "style", "className", "iconClassName"];
17971
- var loadingCircleStyle$5c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18021
+ var _excluded$5d = ["color", "size", "spin", "style", "className", "iconClassName"];
18022
+ var loadingCircleStyle$5d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17972
18023
  var UGroupSm = function UGroupSm(props) {
17973
18024
  var color = props.color,
17974
18025
  size = props.size,
@@ -17976,12 +18027,12 @@ var UGroupSm = function UGroupSm(props) {
17976
18027
  style = props.style,
17977
18028
  className = props.className,
17978
18029
  iconClassName = props.iconClassName,
17979
- otherProps = _objectWithoutProperties(props, _excluded$5c);
18030
+ otherProps = _objectWithoutProperties(props, _excluded$5d);
17980
18031
  return /*#__PURE__*/React.createElement("span", {
17981
18032
  role: "img",
17982
18033
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17983
18034
  }, /*#__PURE__*/React.createElement("style", {
17984
- children: loadingCircleStyle$5c
18035
+ children: loadingCircleStyle$5d
17985
18036
  }), /*#__PURE__*/React.createElement("svg", _extends({
17986
18037
  xmlns: "http://www.w3.org/2000/svg",
17987
18038
  width: size,
@@ -18030,8 +18081,8 @@ UGroupSm.defaultProps = {
18030
18081
  size: '1em'
18031
18082
  };
18032
18083
 
18033
- var _excluded$5d = ["color", "size", "spin", "style", "className", "iconClassName"];
18034
- var loadingCircleStyle$5d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18084
+ var _excluded$5e = ["color", "size", "spin", "style", "className", "iconClassName"];
18085
+ var loadingCircleStyle$5e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18035
18086
  var UTagSm = function UTagSm(props) {
18036
18087
  var color = props.color,
18037
18088
  size = props.size,
@@ -18039,12 +18090,12 @@ var UTagSm = function UTagSm(props) {
18039
18090
  style = props.style,
18040
18091
  className = props.className,
18041
18092
  iconClassName = props.iconClassName,
18042
- otherProps = _objectWithoutProperties(props, _excluded$5d);
18093
+ otherProps = _objectWithoutProperties(props, _excluded$5e);
18043
18094
  return /*#__PURE__*/React.createElement("span", {
18044
18095
  role: "img",
18045
18096
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18046
18097
  }, /*#__PURE__*/React.createElement("style", {
18047
- children: loadingCircleStyle$5d
18098
+ children: loadingCircleStyle$5e
18048
18099
  }), /*#__PURE__*/React.createElement("svg", _extends({
18049
18100
  xmlns: "http://www.w3.org/2000/svg",
18050
18101
  width: size,
@@ -18083,8 +18134,8 @@ UTagSm.defaultProps = {
18083
18134
  size: '1em'
18084
18135
  };
18085
18136
 
18086
- var _excluded$5e = ["color", "size", "spin", "style", "className", "iconClassName"];
18087
- var loadingCircleStyle$5e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18137
+ var _excluded$5f = ["color", "size", "spin", "style", "className", "iconClassName"];
18138
+ var loadingCircleStyle$5f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18088
18139
  var AllGroupSm = function AllGroupSm(props) {
18089
18140
  var color = props.color,
18090
18141
  size = props.size,
@@ -18092,12 +18143,12 @@ var AllGroupSm = function AllGroupSm(props) {
18092
18143
  style = props.style,
18093
18144
  className = props.className,
18094
18145
  iconClassName = props.iconClassName,
18095
- otherProps = _objectWithoutProperties(props, _excluded$5e);
18146
+ otherProps = _objectWithoutProperties(props, _excluded$5f);
18096
18147
  return /*#__PURE__*/React.createElement("span", {
18097
18148
  role: "img",
18098
18149
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18099
18150
  }, /*#__PURE__*/React.createElement("style", {
18100
- children: loadingCircleStyle$5e
18151
+ children: loadingCircleStyle$5f
18101
18152
  }), /*#__PURE__*/React.createElement("svg", _extends({
18102
18153
  xmlns: "http://www.w3.org/2000/svg",
18103
18154
  width: size,
@@ -18138,8 +18189,8 @@ AllGroupSm.defaultProps = {
18138
18189
  size: '1em'
18139
18190
  };
18140
18191
 
18141
- var _excluded$5f = ["color", "size", "spin", "style", "className", "iconClassName"];
18142
- var loadingCircleStyle$5f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18192
+ var _excluded$5g = ["color", "size", "spin", "style", "className", "iconClassName"];
18193
+ var loadingCircleStyle$5g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18143
18194
  var CalendarSm = function CalendarSm(props) {
18144
18195
  var color = props.color,
18145
18196
  size = props.size,
@@ -18147,12 +18198,12 @@ var CalendarSm = function CalendarSm(props) {
18147
18198
  style = props.style,
18148
18199
  className = props.className,
18149
18200
  iconClassName = props.iconClassName,
18150
- otherProps = _objectWithoutProperties(props, _excluded$5f);
18201
+ otherProps = _objectWithoutProperties(props, _excluded$5g);
18151
18202
  return /*#__PURE__*/React.createElement("span", {
18152
18203
  role: "img",
18153
18204
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18154
18205
  }, /*#__PURE__*/React.createElement("style", {
18155
- children: loadingCircleStyle$5f
18206
+ children: loadingCircleStyle$5g
18156
18207
  }), /*#__PURE__*/React.createElement("svg", _extends({
18157
18208
  xmlns: "http://www.w3.org/2000/svg",
18158
18209
  width: size,
@@ -18187,8 +18238,8 @@ CalendarSm.defaultProps = {
18187
18238
  size: '1em'
18188
18239
  };
18189
18240
 
18190
- var _excluded$5g = ["color", "size", "spin", "style", "className", "iconClassName"];
18191
- var loadingCircleStyle$5g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18241
+ var _excluded$5h = ["color", "size", "spin", "style", "className", "iconClassName"];
18242
+ var loadingCircleStyle$5h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18192
18243
  var GroupAddSm = function GroupAddSm(props) {
18193
18244
  var color = props.color,
18194
18245
  size = props.size,
@@ -18196,12 +18247,12 @@ var GroupAddSm = function GroupAddSm(props) {
18196
18247
  style = props.style,
18197
18248
  className = props.className,
18198
18249
  iconClassName = props.iconClassName,
18199
- otherProps = _objectWithoutProperties(props, _excluded$5g);
18250
+ otherProps = _objectWithoutProperties(props, _excluded$5h);
18200
18251
  return /*#__PURE__*/React.createElement("span", {
18201
18252
  role: "img",
18202
18253
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18203
18254
  }, /*#__PURE__*/React.createElement("style", {
18204
- children: loadingCircleStyle$5g
18255
+ children: loadingCircleStyle$5h
18205
18256
  }), /*#__PURE__*/React.createElement("svg", _extends({
18206
18257
  xmlns: "http://www.w3.org/2000/svg",
18207
18258
  width: size,
@@ -18242,8 +18293,8 @@ GroupAddSm.defaultProps = {
18242
18293
  size: '1em'
18243
18294
  };
18244
18295
 
18245
- var _excluded$5h = ["color", "size", "spin", "style", "className", "iconClassName"];
18246
- var loadingCircleStyle$5h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18296
+ var _excluded$5i = ["color", "size", "spin", "style", "className", "iconClassName"];
18297
+ var loadingCircleStyle$5i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18247
18298
  var BooleanSm = function BooleanSm(props) {
18248
18299
  var color = props.color,
18249
18300
  size = props.size,
@@ -18251,12 +18302,12 @@ var BooleanSm = function BooleanSm(props) {
18251
18302
  style = props.style,
18252
18303
  className = props.className,
18253
18304
  iconClassName = props.iconClassName,
18254
- otherProps = _objectWithoutProperties(props, _excluded$5h);
18305
+ otherProps = _objectWithoutProperties(props, _excluded$5i);
18255
18306
  return /*#__PURE__*/React.createElement("span", {
18256
18307
  role: "img",
18257
18308
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18258
18309
  }, /*#__PURE__*/React.createElement("style", {
18259
- children: loadingCircleStyle$5h
18310
+ children: loadingCircleStyle$5i
18260
18311
  }), /*#__PURE__*/React.createElement("svg", _extends({
18261
18312
  xmlns: "http://www.w3.org/2000/svg",
18262
18313
  width: size,
@@ -18293,8 +18344,8 @@ BooleanSm.defaultProps = {
18293
18344
  size: '1em'
18294
18345
  };
18295
18346
 
18296
- var _excluded$5i = ["color", "size", "spin", "style", "className", "iconClassName"];
18297
- var loadingCircleStyle$5i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18347
+ var _excluded$5j = ["color", "size", "spin", "style", "className", "iconClassName"];
18348
+ var loadingCircleStyle$5j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18298
18349
  var ListSm = function ListSm(props) {
18299
18350
  var color = props.color,
18300
18351
  size = props.size,
@@ -18302,12 +18353,12 @@ var ListSm = function ListSm(props) {
18302
18353
  style = props.style,
18303
18354
  className = props.className,
18304
18355
  iconClassName = props.iconClassName,
18305
- otherProps = _objectWithoutProperties(props, _excluded$5i);
18356
+ otherProps = _objectWithoutProperties(props, _excluded$5j);
18306
18357
  return /*#__PURE__*/React.createElement("span", {
18307
18358
  role: "img",
18308
18359
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18309
18360
  }, /*#__PURE__*/React.createElement("style", {
18310
- children: loadingCircleStyle$5i
18361
+ children: loadingCircleStyle$5j
18311
18362
  }), /*#__PURE__*/React.createElement("svg", _extends({
18312
18363
  xmlns: "http://www.w3.org/2000/svg",
18313
18364
  width: size,
@@ -18352,8 +18403,8 @@ ListSm.defaultProps = {
18352
18403
  size: '1em'
18353
18404
  };
18354
18405
 
18355
- var _excluded$5j = ["color", "size", "spin", "style", "className", "iconClassName"];
18356
- var loadingCircleStyle$5j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18406
+ var _excluded$5k = ["color", "size", "spin", "style", "className", "iconClassName"];
18407
+ var loadingCircleStyle$5k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18357
18408
  var ArrayRowsSm = function ArrayRowsSm(props) {
18358
18409
  var color = props.color,
18359
18410
  size = props.size,
@@ -18361,12 +18412,12 @@ var ArrayRowsSm = function ArrayRowsSm(props) {
18361
18412
  style = props.style,
18362
18413
  className = props.className,
18363
18414
  iconClassName = props.iconClassName,
18364
- otherProps = _objectWithoutProperties(props, _excluded$5j);
18415
+ otherProps = _objectWithoutProperties(props, _excluded$5k);
18365
18416
  return /*#__PURE__*/React.createElement("span", {
18366
18417
  role: "img",
18367
18418
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18368
18419
  }, /*#__PURE__*/React.createElement("style", {
18369
- children: loadingCircleStyle$5j
18420
+ children: loadingCircleStyle$5k
18370
18421
  }), /*#__PURE__*/React.createElement("svg", _extends({
18371
18422
  xmlns: "http://www.w3.org/2000/svg",
18372
18423
  width: size,
@@ -18403,8 +18454,8 @@ ArrayRowsSm.defaultProps = {
18403
18454
  size: '1em'
18404
18455
  };
18405
18456
 
18406
- var _excluded$5k = ["color", "size", "spin", "style", "className", "iconClassName"];
18407
- var loadingCircleStyle$5k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18457
+ var _excluded$5l = ["color", "size", "spin", "style", "className", "iconClassName"];
18458
+ var loadingCircleStyle$5l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18408
18459
  var RowsSm = function RowsSm(props) {
18409
18460
  var color = props.color,
18410
18461
  size = props.size,
@@ -18412,12 +18463,12 @@ var RowsSm = function RowsSm(props) {
18412
18463
  style = props.style,
18413
18464
  className = props.className,
18414
18465
  iconClassName = props.iconClassName,
18415
- otherProps = _objectWithoutProperties(props, _excluded$5k);
18466
+ otherProps = _objectWithoutProperties(props, _excluded$5l);
18416
18467
  return /*#__PURE__*/React.createElement("span", {
18417
18468
  role: "img",
18418
18469
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18419
18470
  }, /*#__PURE__*/React.createElement("style", {
18420
- children: loadingCircleStyle$5k
18471
+ children: loadingCircleStyle$5l
18421
18472
  }), /*#__PURE__*/React.createElement("svg", _extends({
18422
18473
  xmlns: "http://www.w3.org/2000/svg",
18423
18474
  width: size,
@@ -18462,8 +18513,8 @@ RowsSm.defaultProps = {
18462
18513
  size: '1em'
18463
18514
  };
18464
18515
 
18465
- var _excluded$5l = ["color", "size", "spin", "style", "className", "iconClassName"];
18466
- var loadingCircleStyle$5l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18516
+ var _excluded$5m = ["color", "size", "spin", "style", "className", "iconClassName"];
18517
+ var loadingCircleStyle$5m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18467
18518
  var VPropertySm = function VPropertySm(props) {
18468
18519
  var color = props.color,
18469
18520
  size = props.size,
@@ -18471,12 +18522,12 @@ var VPropertySm = function VPropertySm(props) {
18471
18522
  style = props.style,
18472
18523
  className = props.className,
18473
18524
  iconClassName = props.iconClassName,
18474
- otherProps = _objectWithoutProperties(props, _excluded$5l);
18525
+ otherProps = _objectWithoutProperties(props, _excluded$5m);
18475
18526
  return /*#__PURE__*/React.createElement("span", {
18476
18527
  role: "img",
18477
18528
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18478
18529
  }, /*#__PURE__*/React.createElement("style", {
18479
- children: loadingCircleStyle$5l
18530
+ children: loadingCircleStyle$5m
18480
18531
  }), /*#__PURE__*/React.createElement("svg", _extends({
18481
18532
  xmlns: "http://www.w3.org/2000/svg",
18482
18533
  width: size,
@@ -18517,8 +18568,8 @@ VPropertySm.defaultProps = {
18517
18568
  size: '1em'
18518
18569
  };
18519
18570
 
18520
- var _excluded$5m = ["color", "size", "spin", "style", "className", "iconClassName"];
18521
- var loadingCircleStyle$5m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18571
+ var _excluded$5n = ["color", "size", "spin", "style", "className", "iconClassName"];
18572
+ var loadingCircleStyle$5n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18522
18573
  var StringSm = function StringSm(props) {
18523
18574
  var color = props.color,
18524
18575
  size = props.size,
@@ -18526,12 +18577,12 @@ var StringSm = function StringSm(props) {
18526
18577
  style = props.style,
18527
18578
  className = props.className,
18528
18579
  iconClassName = props.iconClassName,
18529
- otherProps = _objectWithoutProperties(props, _excluded$5m);
18580
+ otherProps = _objectWithoutProperties(props, _excluded$5n);
18530
18581
  return /*#__PURE__*/React.createElement("span", {
18531
18582
  role: "img",
18532
18583
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18533
18584
  }, /*#__PURE__*/React.createElement("style", {
18534
- children: loadingCircleStyle$5m
18585
+ children: loadingCircleStyle$5n
18535
18586
  }), /*#__PURE__*/React.createElement("svg", _extends({
18536
18587
  xmlns: "http://www.w3.org/2000/svg",
18537
18588
  width: size,
@@ -18568,8 +18619,8 @@ StringSm.defaultProps = {
18568
18619
  size: '1em'
18569
18620
  };
18570
18621
 
18571
- var _excluded$5n = ["color", "size", "spin", "style", "className", "iconClassName"];
18572
- var loadingCircleStyle$5n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18622
+ var _excluded$5o = ["color", "size", "spin", "style", "className", "iconClassName"];
18623
+ var loadingCircleStyle$5o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18573
18624
  var NumSm = function NumSm(props) {
18574
18625
  var color = props.color,
18575
18626
  size = props.size,
@@ -18577,12 +18628,12 @@ var NumSm = function NumSm(props) {
18577
18628
  style = props.style,
18578
18629
  className = props.className,
18579
18630
  iconClassName = props.iconClassName,
18580
- otherProps = _objectWithoutProperties(props, _excluded$5n);
18631
+ otherProps = _objectWithoutProperties(props, _excluded$5o);
18581
18632
  return /*#__PURE__*/React.createElement("span", {
18582
18633
  role: "img",
18583
18634
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18584
18635
  }, /*#__PURE__*/React.createElement("style", {
18585
- children: loadingCircleStyle$5n
18636
+ children: loadingCircleStyle$5o
18586
18637
  }), /*#__PURE__*/React.createElement("svg", _extends({
18587
18638
  xmlns: "http://www.w3.org/2000/svg",
18588
18639
  width: size,
@@ -18619,8 +18670,8 @@ NumSm.defaultProps = {
18619
18670
  size: '1em'
18620
18671
  };
18621
18672
 
18622
- var _excluded$5o = ["color", "size", "spin", "style", "className", "iconClassName"];
18623
- var loadingCircleStyle$5o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18673
+ var _excluded$5p = ["color", "size", "spin", "style", "className", "iconClassName"];
18674
+ var loadingCircleStyle$5p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18624
18675
  var TimeSm = function TimeSm(props) {
18625
18676
  var color = props.color,
18626
18677
  size = props.size,
@@ -18628,12 +18679,12 @@ var TimeSm = function TimeSm(props) {
18628
18679
  style = props.style,
18629
18680
  className = props.className,
18630
18681
  iconClassName = props.iconClassName,
18631
- otherProps = _objectWithoutProperties(props, _excluded$5o);
18682
+ otherProps = _objectWithoutProperties(props, _excluded$5p);
18632
18683
  return /*#__PURE__*/React.createElement("span", {
18633
18684
  role: "img",
18634
18685
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18635
18686
  }, /*#__PURE__*/React.createElement("style", {
18636
- children: loadingCircleStyle$5o
18687
+ children: loadingCircleStyle$5p
18637
18688
  }), /*#__PURE__*/React.createElement("svg", _extends({
18638
18689
  xmlns: "http://www.w3.org/2000/svg",
18639
18690
  width: size,
@@ -18670,8 +18721,8 @@ TimeSm.defaultProps = {
18670
18721
  size: '1em'
18671
18722
  };
18672
18723
 
18673
- var _excluded$5p = ["color", "size", "spin", "style", "className", "iconClassName"];
18674
- var loadingCircleStyle$5p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18724
+ var _excluded$5q = ["color", "size", "spin", "style", "className", "iconClassName"];
18725
+ var loadingCircleStyle$5q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18675
18726
  var ArrowLeft = function ArrowLeft(props) {
18676
18727
  var color = props.color,
18677
18728
  size = props.size,
@@ -18679,12 +18730,12 @@ var ArrowLeft = function ArrowLeft(props) {
18679
18730
  style = props.style,
18680
18731
  className = props.className,
18681
18732
  iconClassName = props.iconClassName,
18682
- otherProps = _objectWithoutProperties(props, _excluded$5p);
18733
+ otherProps = _objectWithoutProperties(props, _excluded$5q);
18683
18734
  return /*#__PURE__*/React.createElement("span", {
18684
18735
  role: "img",
18685
18736
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18686
18737
  }, /*#__PURE__*/React.createElement("style", {
18687
- children: loadingCircleStyle$5p
18738
+ children: loadingCircleStyle$5q
18688
18739
  }), /*#__PURE__*/React.createElement("svg", _extends({
18689
18740
  xmlns: "http://www.w3.org/2000/svg",
18690
18741
  width: size,
@@ -18719,8 +18770,8 @@ ArrowLeft.defaultProps = {
18719
18770
  size: '1em'
18720
18771
  };
18721
18772
 
18722
- var _excluded$5q = ["color", "size", "spin", "style", "className", "iconClassName"];
18723
- var loadingCircleStyle$5q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18773
+ var _excluded$5r = ["color", "size", "spin", "style", "className", "iconClassName"];
18774
+ var loadingCircleStyle$5r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18724
18775
  var ArrowRight = function ArrowRight(props) {
18725
18776
  var color = props.color,
18726
18777
  size = props.size,
@@ -18728,12 +18779,12 @@ var ArrowRight = function ArrowRight(props) {
18728
18779
  style = props.style,
18729
18780
  className = props.className,
18730
18781
  iconClassName = props.iconClassName,
18731
- otherProps = _objectWithoutProperties(props, _excluded$5q);
18782
+ otherProps = _objectWithoutProperties(props, _excluded$5r);
18732
18783
  return /*#__PURE__*/React.createElement("span", {
18733
18784
  role: "img",
18734
18785
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18735
18786
  }, /*#__PURE__*/React.createElement("style", {
18736
- children: loadingCircleStyle$5q
18787
+ children: loadingCircleStyle$5r
18737
18788
  }), /*#__PURE__*/React.createElement("svg", _extends({
18738
18789
  xmlns: "http://www.w3.org/2000/svg",
18739
18790
  width: size,
@@ -18768,8 +18819,8 @@ ArrowRight.defaultProps = {
18768
18819
  size: '1em'
18769
18820
  };
18770
18821
 
18771
- var _excluded$5r = ["color", "size", "spin", "style", "className", "iconClassName"];
18772
- var loadingCircleStyle$5r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18822
+ var _excluded$5s = ["color", "size", "spin", "style", "className", "iconClassName"];
18823
+ var loadingCircleStyle$5s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18773
18824
  var ArrowUp = function ArrowUp(props) {
18774
18825
  var color = props.color,
18775
18826
  size = props.size,
@@ -18777,12 +18828,12 @@ var ArrowUp = function ArrowUp(props) {
18777
18828
  style = props.style,
18778
18829
  className = props.className,
18779
18830
  iconClassName = props.iconClassName,
18780
- otherProps = _objectWithoutProperties(props, _excluded$5r);
18831
+ otherProps = _objectWithoutProperties(props, _excluded$5s);
18781
18832
  return /*#__PURE__*/React.createElement("span", {
18782
18833
  role: "img",
18783
18834
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18784
18835
  }, /*#__PURE__*/React.createElement("style", {
18785
- children: loadingCircleStyle$5r
18836
+ children: loadingCircleStyle$5s
18786
18837
  }), /*#__PURE__*/React.createElement("svg", _extends({
18787
18838
  xmlns: "http://www.w3.org/2000/svg",
18788
18839
  width: size,
@@ -18817,8 +18868,8 @@ ArrowUp.defaultProps = {
18817
18868
  size: '1em'
18818
18869
  };
18819
18870
 
18820
- var _excluded$5s = ["color", "size", "spin", "style", "className", "iconClassName"];
18821
- var loadingCircleStyle$5s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18871
+ var _excluded$5t = ["color", "size", "spin", "style", "className", "iconClassName"];
18872
+ var loadingCircleStyle$5t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18822
18873
  var ArrowDown = function ArrowDown(props) {
18823
18874
  var color = props.color,
18824
18875
  size = props.size,
@@ -18826,12 +18877,12 @@ var ArrowDown = function ArrowDown(props) {
18826
18877
  style = props.style,
18827
18878
  className = props.className,
18828
18879
  iconClassName = props.iconClassName,
18829
- otherProps = _objectWithoutProperties(props, _excluded$5s);
18880
+ otherProps = _objectWithoutProperties(props, _excluded$5t);
18830
18881
  return /*#__PURE__*/React.createElement("span", {
18831
18882
  role: "img",
18832
18883
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18833
18884
  }, /*#__PURE__*/React.createElement("style", {
18834
- children: loadingCircleStyle$5s
18885
+ children: loadingCircleStyle$5t
18835
18886
  }), /*#__PURE__*/React.createElement("svg", _extends({
18836
18887
  xmlns: "http://www.w3.org/2000/svg",
18837
18888
  width: size,
@@ -18866,8 +18917,8 @@ ArrowDown.defaultProps = {
18866
18917
  size: '1em'
18867
18918
  };
18868
18919
 
18869
- var _excluded$5t = ["color", "size", "spin", "style", "className", "iconClassName"];
18870
- var loadingCircleStyle$5t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18920
+ var _excluded$5u = ["color", "size", "spin", "style", "className", "iconClassName"];
18921
+ var loadingCircleStyle$5u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18871
18922
  var ArrowLeft2 = function ArrowLeft2(props) {
18872
18923
  var color = props.color,
18873
18924
  size = props.size,
@@ -18875,12 +18926,12 @@ var ArrowLeft2 = function ArrowLeft2(props) {
18875
18926
  style = props.style,
18876
18927
  className = props.className,
18877
18928
  iconClassName = props.iconClassName,
18878
- otherProps = _objectWithoutProperties(props, _excluded$5t);
18929
+ otherProps = _objectWithoutProperties(props, _excluded$5u);
18879
18930
  return /*#__PURE__*/React.createElement("span", {
18880
18931
  role: "img",
18881
18932
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18882
18933
  }, /*#__PURE__*/React.createElement("style", {
18883
- children: loadingCircleStyle$5t
18934
+ children: loadingCircleStyle$5u
18884
18935
  }), /*#__PURE__*/React.createElement("svg", _extends({
18885
18936
  xmlns: "http://www.w3.org/2000/svg",
18886
18937
  width: size,
@@ -18915,8 +18966,8 @@ ArrowLeft2.defaultProps = {
18915
18966
  size: '1em'
18916
18967
  };
18917
18968
 
18918
- var _excluded$5u = ["color", "size", "spin", "style", "className", "iconClassName"];
18919
- var loadingCircleStyle$5u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18969
+ var _excluded$5v = ["color", "size", "spin", "style", "className", "iconClassName"];
18970
+ var loadingCircleStyle$5v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18920
18971
  var ArrowRight2 = function ArrowRight2(props) {
18921
18972
  var color = props.color,
18922
18973
  size = props.size,
@@ -18924,12 +18975,12 @@ var ArrowRight2 = function ArrowRight2(props) {
18924
18975
  style = props.style,
18925
18976
  className = props.className,
18926
18977
  iconClassName = props.iconClassName,
18927
- otherProps = _objectWithoutProperties(props, _excluded$5u);
18978
+ otherProps = _objectWithoutProperties(props, _excluded$5v);
18928
18979
  return /*#__PURE__*/React.createElement("span", {
18929
18980
  role: "img",
18930
18981
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18931
18982
  }, /*#__PURE__*/React.createElement("style", {
18932
- children: loadingCircleStyle$5u
18983
+ children: loadingCircleStyle$5v
18933
18984
  }), /*#__PURE__*/React.createElement("svg", _extends({
18934
18985
  xmlns: "http://www.w3.org/2000/svg",
18935
18986
  width: size,
@@ -18964,8 +19015,8 @@ ArrowRight2.defaultProps = {
18964
19015
  size: '1em'
18965
19016
  };
18966
19017
 
18967
- var _excluded$5v = ["color", "size", "spin", "style", "className", "iconClassName"];
18968
- var loadingCircleStyle$5v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19018
+ var _excluded$5w = ["color", "size", "spin", "style", "className", "iconClassName"];
19019
+ var loadingCircleStyle$5w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18969
19020
  var ArrowUp2 = function ArrowUp2(props) {
18970
19021
  var color = props.color,
18971
19022
  size = props.size,
@@ -18973,12 +19024,12 @@ var ArrowUp2 = function ArrowUp2(props) {
18973
19024
  style = props.style,
18974
19025
  className = props.className,
18975
19026
  iconClassName = props.iconClassName,
18976
- otherProps = _objectWithoutProperties(props, _excluded$5v);
19027
+ otherProps = _objectWithoutProperties(props, _excluded$5w);
18977
19028
  return /*#__PURE__*/React.createElement("span", {
18978
19029
  role: "img",
18979
19030
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18980
19031
  }, /*#__PURE__*/React.createElement("style", {
18981
- children: loadingCircleStyle$5v
19032
+ children: loadingCircleStyle$5w
18982
19033
  }), /*#__PURE__*/React.createElement("svg", _extends({
18983
19034
  xmlns: "http://www.w3.org/2000/svg",
18984
19035
  width: size,
@@ -19013,8 +19064,8 @@ ArrowUp2.defaultProps = {
19013
19064
  size: '1em'
19014
19065
  };
19015
19066
 
19016
- var _excluded$5w = ["color", "size", "spin", "style", "className", "iconClassName"];
19017
- var loadingCircleStyle$5w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19067
+ var _excluded$5x = ["color", "size", "spin", "style", "className", "iconClassName"];
19068
+ var loadingCircleStyle$5x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19018
19069
  var ArrowDown2 = function ArrowDown2(props) {
19019
19070
  var color = props.color,
19020
19071
  size = props.size,
@@ -19022,12 +19073,12 @@ var ArrowDown2 = function ArrowDown2(props) {
19022
19073
  style = props.style,
19023
19074
  className = props.className,
19024
19075
  iconClassName = props.iconClassName,
19025
- otherProps = _objectWithoutProperties(props, _excluded$5w);
19076
+ otherProps = _objectWithoutProperties(props, _excluded$5x);
19026
19077
  return /*#__PURE__*/React.createElement("span", {
19027
19078
  role: "img",
19028
19079
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19029
19080
  }, /*#__PURE__*/React.createElement("style", {
19030
- children: loadingCircleStyle$5w
19081
+ children: loadingCircleStyle$5x
19031
19082
  }), /*#__PURE__*/React.createElement("svg", _extends({
19032
19083
  xmlns: "http://www.w3.org/2000/svg",
19033
19084
  width: size,
@@ -19062,8 +19113,8 @@ ArrowDown2.defaultProps = {
19062
19113
  size: '1em'
19063
19114
  };
19064
19115
 
19065
- var _excluded$5x = ["color", "size", "spin", "style", "className", "iconClassName"];
19066
- var loadingCircleStyle$5x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19116
+ var _excluded$5y = ["color", "size", "spin", "style", "className", "iconClassName"];
19117
+ var loadingCircleStyle$5y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19067
19118
  var TriLeft = function TriLeft(props) {
19068
19119
  var color = props.color,
19069
19120
  size = props.size,
@@ -19071,12 +19122,12 @@ var TriLeft = function TriLeft(props) {
19071
19122
  style = props.style,
19072
19123
  className = props.className,
19073
19124
  iconClassName = props.iconClassName,
19074
- otherProps = _objectWithoutProperties(props, _excluded$5x);
19125
+ otherProps = _objectWithoutProperties(props, _excluded$5y);
19075
19126
  return /*#__PURE__*/React.createElement("span", {
19076
19127
  role: "img",
19077
19128
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19078
19129
  }, /*#__PURE__*/React.createElement("style", {
19079
- children: loadingCircleStyle$5x
19130
+ children: loadingCircleStyle$5y
19080
19131
  }), /*#__PURE__*/React.createElement("svg", _extends({
19081
19132
  xmlns: "http://www.w3.org/2000/svg",
19082
19133
  width: size,
@@ -19111,8 +19162,8 @@ TriLeft.defaultProps = {
19111
19162
  size: '1em'
19112
19163
  };
19113
19164
 
19114
- var _excluded$5y = ["color", "size", "spin", "style", "className", "iconClassName"];
19115
- var loadingCircleStyle$5y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19165
+ var _excluded$5z = ["color", "size", "spin", "style", "className", "iconClassName"];
19166
+ var loadingCircleStyle$5z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19116
19167
  var TriRight = function TriRight(props) {
19117
19168
  var color = props.color,
19118
19169
  size = props.size,
@@ -19120,12 +19171,12 @@ var TriRight = function TriRight(props) {
19120
19171
  style = props.style,
19121
19172
  className = props.className,
19122
19173
  iconClassName = props.iconClassName,
19123
- otherProps = _objectWithoutProperties(props, _excluded$5y);
19174
+ otherProps = _objectWithoutProperties(props, _excluded$5z);
19124
19175
  return /*#__PURE__*/React.createElement("span", {
19125
19176
  role: "img",
19126
19177
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19127
19178
  }, /*#__PURE__*/React.createElement("style", {
19128
- children: loadingCircleStyle$5y
19179
+ children: loadingCircleStyle$5z
19129
19180
  }), /*#__PURE__*/React.createElement("svg", _extends({
19130
19181
  xmlns: "http://www.w3.org/2000/svg",
19131
19182
  width: size,
@@ -19160,8 +19211,8 @@ TriRight.defaultProps = {
19160
19211
  size: '1em'
19161
19212
  };
19162
19213
 
19163
- var _excluded$5z = ["color", "size", "spin", "style", "className", "iconClassName"];
19164
- var loadingCircleStyle$5z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19214
+ var _excluded$5A = ["color", "size", "spin", "style", "className", "iconClassName"];
19215
+ var loadingCircleStyle$5A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19165
19216
  var TriUp = function TriUp(props) {
19166
19217
  var color = props.color,
19167
19218
  size = props.size,
@@ -19169,12 +19220,12 @@ var TriUp = function TriUp(props) {
19169
19220
  style = props.style,
19170
19221
  className = props.className,
19171
19222
  iconClassName = props.iconClassName,
19172
- otherProps = _objectWithoutProperties(props, _excluded$5z);
19223
+ otherProps = _objectWithoutProperties(props, _excluded$5A);
19173
19224
  return /*#__PURE__*/React.createElement("span", {
19174
19225
  role: "img",
19175
19226
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19176
19227
  }, /*#__PURE__*/React.createElement("style", {
19177
- children: loadingCircleStyle$5z
19228
+ children: loadingCircleStyle$5A
19178
19229
  }), /*#__PURE__*/React.createElement("svg", _extends({
19179
19230
  xmlns: "http://www.w3.org/2000/svg",
19180
19231
  width: size,
@@ -19209,8 +19260,8 @@ TriUp.defaultProps = {
19209
19260
  size: '1em'
19210
19261
  };
19211
19262
 
19212
- var _excluded$5A = ["color", "size", "spin", "style", "className", "iconClassName"];
19213
- var loadingCircleStyle$5A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19263
+ var _excluded$5B = ["color", "size", "spin", "style", "className", "iconClassName"];
19264
+ var loadingCircleStyle$5B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19214
19265
  var TriDown = function TriDown(props) {
19215
19266
  var color = props.color,
19216
19267
  size = props.size,
@@ -19218,12 +19269,12 @@ var TriDown = function TriDown(props) {
19218
19269
  style = props.style,
19219
19270
  className = props.className,
19220
19271
  iconClassName = props.iconClassName,
19221
- otherProps = _objectWithoutProperties(props, _excluded$5A);
19272
+ otherProps = _objectWithoutProperties(props, _excluded$5B);
19222
19273
  return /*#__PURE__*/React.createElement("span", {
19223
19274
  role: "img",
19224
19275
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19225
19276
  }, /*#__PURE__*/React.createElement("style", {
19226
- children: loadingCircleStyle$5A
19277
+ children: loadingCircleStyle$5B
19227
19278
  }), /*#__PURE__*/React.createElement("svg", _extends({
19228
19279
  xmlns: "http://www.w3.org/2000/svg",
19229
19280
  width: size,
@@ -19258,8 +19309,8 @@ TriDown.defaultProps = {
19258
19309
  size: '1em'
19259
19310
  };
19260
19311
 
19261
- var _excluded$5B = ["color", "size", "spin", "style", "className", "iconClassName"];
19262
- var loadingCircleStyle$5B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19312
+ var _excluded$5C = ["color", "size", "spin", "style", "className", "iconClassName"];
19313
+ var loadingCircleStyle$5C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19263
19314
  var DArrowL = function DArrowL(props) {
19264
19315
  var color = props.color,
19265
19316
  size = props.size,
@@ -19267,12 +19318,12 @@ var DArrowL = function DArrowL(props) {
19267
19318
  style = props.style,
19268
19319
  className = props.className,
19269
19320
  iconClassName = props.iconClassName,
19270
- otherProps = _objectWithoutProperties(props, _excluded$5B);
19321
+ otherProps = _objectWithoutProperties(props, _excluded$5C);
19271
19322
  return /*#__PURE__*/React.createElement("span", {
19272
19323
  role: "img",
19273
19324
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19274
19325
  }, /*#__PURE__*/React.createElement("style", {
19275
- children: loadingCircleStyle$5B
19326
+ children: loadingCircleStyle$5C
19276
19327
  }), /*#__PURE__*/React.createElement("svg", _extends({
19277
19328
  xmlns: "http://www.w3.org/2000/svg",
19278
19329
  width: size,
@@ -19309,8 +19360,8 @@ DArrowL.defaultProps = {
19309
19360
  size: '1em'
19310
19361
  };
19311
19362
 
19312
- var _excluded$5C = ["color", "size", "spin", "style", "className", "iconClassName"];
19313
- var loadingCircleStyle$5C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19363
+ var _excluded$5D = ["color", "size", "spin", "style", "className", "iconClassName"];
19364
+ var loadingCircleStyle$5D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19314
19365
  var DArrowR = function DArrowR(props) {
19315
19366
  var color = props.color,
19316
19367
  size = props.size,
@@ -19318,12 +19369,12 @@ var DArrowR = function DArrowR(props) {
19318
19369
  style = props.style,
19319
19370
  className = props.className,
19320
19371
  iconClassName = props.iconClassName,
19321
- otherProps = _objectWithoutProperties(props, _excluded$5C);
19372
+ otherProps = _objectWithoutProperties(props, _excluded$5D);
19322
19373
  return /*#__PURE__*/React.createElement("span", {
19323
19374
  role: "img",
19324
19375
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19325
19376
  }, /*#__PURE__*/React.createElement("style", {
19326
- children: loadingCircleStyle$5C
19377
+ children: loadingCircleStyle$5D
19327
19378
  }), /*#__PURE__*/React.createElement("svg", _extends({
19328
19379
  xmlns: "http://www.w3.org/2000/svg",
19329
19380
  width: size,
@@ -19360,8 +19411,8 @@ DArrowR.defaultProps = {
19360
19411
  size: '1em'
19361
19412
  };
19362
19413
 
19363
- var _excluded$5D = ["color", "size", "spin", "style", "className", "iconClassName"];
19364
- var loadingCircleStyle$5D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19414
+ var _excluded$5E = ["color", "size", "spin", "style", "className", "iconClassName"];
19415
+ var loadingCircleStyle$5E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19365
19416
  var DArrowT = function DArrowT(props) {
19366
19417
  var color = props.color,
19367
19418
  size = props.size,
@@ -19369,12 +19420,12 @@ var DArrowT = function DArrowT(props) {
19369
19420
  style = props.style,
19370
19421
  className = props.className,
19371
19422
  iconClassName = props.iconClassName,
19372
- otherProps = _objectWithoutProperties(props, _excluded$5D);
19423
+ otherProps = _objectWithoutProperties(props, _excluded$5E);
19373
19424
  return /*#__PURE__*/React.createElement("span", {
19374
19425
  role: "img",
19375
19426
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19376
19427
  }, /*#__PURE__*/React.createElement("style", {
19377
- children: loadingCircleStyle$5D
19428
+ children: loadingCircleStyle$5E
19378
19429
  }), /*#__PURE__*/React.createElement("svg", _extends({
19379
19430
  xmlns: "http://www.w3.org/2000/svg",
19380
19431
  width: size,
@@ -19411,8 +19462,8 @@ DArrowT.defaultProps = {
19411
19462
  size: '1em'
19412
19463
  };
19413
19464
 
19414
- var _excluded$5E = ["color", "size", "spin", "style", "className", "iconClassName"];
19415
- var loadingCircleStyle$5E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19465
+ var _excluded$5F = ["color", "size", "spin", "style", "className", "iconClassName"];
19466
+ var loadingCircleStyle$5F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19416
19467
  var DArrowB = function DArrowB(props) {
19417
19468
  var color = props.color,
19418
19469
  size = props.size,
@@ -19420,12 +19471,12 @@ var DArrowB = function DArrowB(props) {
19420
19471
  style = props.style,
19421
19472
  className = props.className,
19422
19473
  iconClassName = props.iconClassName,
19423
- otherProps = _objectWithoutProperties(props, _excluded$5E);
19474
+ otherProps = _objectWithoutProperties(props, _excluded$5F);
19424
19475
  return /*#__PURE__*/React.createElement("span", {
19425
19476
  role: "img",
19426
19477
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19427
19478
  }, /*#__PURE__*/React.createElement("style", {
19428
- children: loadingCircleStyle$5E
19479
+ children: loadingCircleStyle$5F
19429
19480
  }), /*#__PURE__*/React.createElement("svg", _extends({
19430
19481
  xmlns: "http://www.w3.org/2000/svg",
19431
19482
  width: size,
@@ -19462,8 +19513,8 @@ DArrowB.defaultProps = {
19462
19513
  size: '1em'
19463
19514
  };
19464
19515
 
19465
- var _excluded$5F = ["color", "size", "spin", "style", "className", "iconClassName"];
19466
- var loadingCircleStyle$5F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19516
+ var _excluded$5G = ["color", "size", "spin", "style", "className", "iconClassName"];
19517
+ var loadingCircleStyle$5G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19467
19518
  var DropDown = function DropDown(props) {
19468
19519
  var color = props.color,
19469
19520
  size = props.size,
@@ -19471,12 +19522,12 @@ var DropDown = function DropDown(props) {
19471
19522
  style = props.style,
19472
19523
  className = props.className,
19473
19524
  iconClassName = props.iconClassName,
19474
- otherProps = _objectWithoutProperties(props, _excluded$5F);
19525
+ otherProps = _objectWithoutProperties(props, _excluded$5G);
19475
19526
  return /*#__PURE__*/React.createElement("span", {
19476
19527
  role: "img",
19477
19528
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19478
19529
  }, /*#__PURE__*/React.createElement("style", {
19479
- children: loadingCircleStyle$5F
19530
+ children: loadingCircleStyle$5G
19480
19531
  }), /*#__PURE__*/React.createElement("svg", _extends({
19481
19532
  xmlns: "http://www.w3.org/2000/svg",
19482
19533
  width: size,
@@ -19511,8 +19562,8 @@ DropDown.defaultProps = {
19511
19562
  size: '1em'
19512
19563
  };
19513
19564
 
19514
- var _excluded$5G = ["color", "size", "spin", "style", "className", "iconClassName"];
19515
- var loadingCircleStyle$5G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19565
+ var _excluded$5H = ["color", "size", "spin", "style", "className", "iconClassName"];
19566
+ var loadingCircleStyle$5H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19516
19567
  var DropUp = function DropUp(props) {
19517
19568
  var color = props.color,
19518
19569
  size = props.size,
@@ -19520,12 +19571,12 @@ var DropUp = function DropUp(props) {
19520
19571
  style = props.style,
19521
19572
  className = props.className,
19522
19573
  iconClassName = props.iconClassName,
19523
- otherProps = _objectWithoutProperties(props, _excluded$5G);
19574
+ otherProps = _objectWithoutProperties(props, _excluded$5H);
19524
19575
  return /*#__PURE__*/React.createElement("span", {
19525
19576
  role: "img",
19526
19577
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19527
19578
  }, /*#__PURE__*/React.createElement("style", {
19528
- children: loadingCircleStyle$5G
19579
+ children: loadingCircleStyle$5H
19529
19580
  }), /*#__PURE__*/React.createElement("svg", _extends({
19530
19581
  xmlns: "http://www.w3.org/2000/svg",
19531
19582
  width: size,
@@ -19560,8 +19611,8 @@ DropUp.defaultProps = {
19560
19611
  size: '1em'
19561
19612
  };
19562
19613
 
19563
- var _excluded$5H = ["color", "size", "spin", "style", "className", "iconClassName"];
19564
- var loadingCircleStyle$5H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19614
+ var _excluded$5I = ["color", "size", "spin", "style", "className", "iconClassName"];
19615
+ var loadingCircleStyle$5I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19565
19616
  var More1 = function More1(props) {
19566
19617
  var color = props.color,
19567
19618
  size = props.size,
@@ -19569,12 +19620,12 @@ var More1 = function More1(props) {
19569
19620
  style = props.style,
19570
19621
  className = props.className,
19571
19622
  iconClassName = props.iconClassName,
19572
- otherProps = _objectWithoutProperties(props, _excluded$5H);
19623
+ otherProps = _objectWithoutProperties(props, _excluded$5I);
19573
19624
  return /*#__PURE__*/React.createElement("span", {
19574
19625
  role: "img",
19575
19626
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19576
19627
  }, /*#__PURE__*/React.createElement("style", {
19577
- children: loadingCircleStyle$5H
19628
+ children: loadingCircleStyle$5I
19578
19629
  }), /*#__PURE__*/React.createElement("svg", _extends({
19579
19630
  xmlns: "http://www.w3.org/2000/svg",
19580
19631
  width: size,
@@ -19609,8 +19660,8 @@ More1.defaultProps = {
19609
19660
  size: '1em'
19610
19661
  };
19611
19662
 
19612
- var _excluded$5I = ["color", "size", "spin", "style", "className", "iconClassName"];
19613
- var loadingCircleStyle$5I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19663
+ var _excluded$5J = ["color", "size", "spin", "style", "className", "iconClassName"];
19664
+ var loadingCircleStyle$5J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19614
19665
  var More2 = function More2(props) {
19615
19666
  var color = props.color,
19616
19667
  size = props.size,
@@ -19618,12 +19669,12 @@ var More2 = function More2(props) {
19618
19669
  style = props.style,
19619
19670
  className = props.className,
19620
19671
  iconClassName = props.iconClassName,
19621
- otherProps = _objectWithoutProperties(props, _excluded$5I);
19672
+ otherProps = _objectWithoutProperties(props, _excluded$5J);
19622
19673
  return /*#__PURE__*/React.createElement("span", {
19623
19674
  role: "img",
19624
19675
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19625
19676
  }, /*#__PURE__*/React.createElement("style", {
19626
- children: loadingCircleStyle$5I
19677
+ children: loadingCircleStyle$5J
19627
19678
  }), /*#__PURE__*/React.createElement("svg", _extends({
19628
19679
  xmlns: "http://www.w3.org/2000/svg",
19629
19680
  width: size,
@@ -19658,8 +19709,8 @@ More2.defaultProps = {
19658
19709
  size: '1em'
19659
19710
  };
19660
19711
 
19661
- var _excluded$5J = ["color", "size", "spin", "style", "className", "iconClassName"];
19662
- var loadingCircleStyle$5J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19712
+ var _excluded$5K = ["color", "size", "spin", "style", "className", "iconClassName"];
19713
+ var loadingCircleStyle$5K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19663
19714
  var Drag = function Drag(props) {
19664
19715
  var color = props.color,
19665
19716
  size = props.size,
@@ -19667,12 +19718,12 @@ var Drag = function Drag(props) {
19667
19718
  style = props.style,
19668
19719
  className = props.className,
19669
19720
  iconClassName = props.iconClassName,
19670
- otherProps = _objectWithoutProperties(props, _excluded$5J);
19721
+ otherProps = _objectWithoutProperties(props, _excluded$5K);
19671
19722
  return /*#__PURE__*/React.createElement("span", {
19672
19723
  role: "img",
19673
19724
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19674
19725
  }, /*#__PURE__*/React.createElement("style", {
19675
- children: loadingCircleStyle$5J
19726
+ children: loadingCircleStyle$5K
19676
19727
  }), /*#__PURE__*/React.createElement("svg", _extends({
19677
19728
  xmlns: "http://www.w3.org/2000/svg",
19678
19729
  width: size,
@@ -19717,8 +19768,8 @@ Drag.defaultProps = {
19717
19768
  size: '1em'
19718
19769
  };
19719
19770
 
19720
- var _excluded$5K = ["color", "size", "spin", "style", "className", "iconClassName"];
19721
- var loadingCircleStyle$5K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19771
+ var _excluded$5L = ["color", "size", "spin", "style", "className", "iconClassName"];
19772
+ var loadingCircleStyle$5L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19722
19773
  var Grid = function Grid(props) {
19723
19774
  var color = props.color,
19724
19775
  size = props.size,
@@ -19726,12 +19777,12 @@ var Grid = function Grid(props) {
19726
19777
  style = props.style,
19727
19778
  className = props.className,
19728
19779
  iconClassName = props.iconClassName,
19729
- otherProps = _objectWithoutProperties(props, _excluded$5K);
19780
+ otherProps = _objectWithoutProperties(props, _excluded$5L);
19730
19781
  return /*#__PURE__*/React.createElement("span", {
19731
19782
  role: "img",
19732
19783
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19733
19784
  }, /*#__PURE__*/React.createElement("style", {
19734
- children: loadingCircleStyle$5K
19785
+ children: loadingCircleStyle$5L
19735
19786
  }), /*#__PURE__*/React.createElement("svg", _extends({
19736
19787
  xmlns: "http://www.w3.org/2000/svg",
19737
19788
  width: size,
@@ -19768,8 +19819,8 @@ Grid.defaultProps = {
19768
19819
  size: '1em'
19769
19820
  };
19770
19821
 
19771
- var _excluded$5L = ["color", "size", "spin", "style", "className", "iconClassName"];
19772
- var loadingCircleStyle$5L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19822
+ var _excluded$5M = ["color", "size", "spin", "style", "className", "iconClassName"];
19823
+ var loadingCircleStyle$5M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19773
19824
  var Drag2 = function Drag2(props) {
19774
19825
  var color = props.color,
19775
19826
  size = props.size,
@@ -19777,12 +19828,12 @@ var Drag2 = function Drag2(props) {
19777
19828
  style = props.style,
19778
19829
  className = props.className,
19779
19830
  iconClassName = props.iconClassName,
19780
- otherProps = _objectWithoutProperties(props, _excluded$5L);
19831
+ otherProps = _objectWithoutProperties(props, _excluded$5M);
19781
19832
  return /*#__PURE__*/React.createElement("span", {
19782
19833
  role: "img",
19783
19834
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19784
19835
  }, /*#__PURE__*/React.createElement("style", {
19785
- children: loadingCircleStyle$5L
19836
+ children: loadingCircleStyle$5M
19786
19837
  }), /*#__PURE__*/React.createElement("svg", _extends({
19787
19838
  xmlns: "http://www.w3.org/2000/svg",
19788
19839
  width: size,
@@ -19821,8 +19872,8 @@ Drag2.defaultProps = {
19821
19872
  size: '1em'
19822
19873
  };
19823
19874
 
19824
- var _excluded$5M = ["color", "size", "spin", "style", "className", "iconClassName"];
19825
- var loadingCircleStyle$5M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19875
+ var _excluded$5N = ["color", "size", "spin", "style", "className", "iconClassName"];
19876
+ var loadingCircleStyle$5N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19826
19877
  var External = function External(props) {
19827
19878
  var color = props.color,
19828
19879
  size = props.size,
@@ -19830,12 +19881,12 @@ var External = function External(props) {
19830
19881
  style = props.style,
19831
19882
  className = props.className,
19832
19883
  iconClassName = props.iconClassName,
19833
- otherProps = _objectWithoutProperties(props, _excluded$5M);
19884
+ otherProps = _objectWithoutProperties(props, _excluded$5N);
19834
19885
  return /*#__PURE__*/React.createElement("span", {
19835
19886
  role: "img",
19836
19887
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19837
19888
  }, /*#__PURE__*/React.createElement("style", {
19838
- children: loadingCircleStyle$5M
19889
+ children: loadingCircleStyle$5N
19839
19890
  }), /*#__PURE__*/React.createElement("svg", _extends({
19840
19891
  xmlns: "http://www.w3.org/2000/svg",
19841
19892
  width: size,
@@ -19870,8 +19921,8 @@ External.defaultProps = {
19870
19921
  size: '1em'
19871
19922
  };
19872
19923
 
19873
- var _excluded$5N = ["color", "size", "spin", "style", "className", "iconClassName"];
19874
- var loadingCircleStyle$5N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19924
+ var _excluded$5O = ["color", "size", "spin", "style", "className", "iconClassName"];
19925
+ var loadingCircleStyle$5O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19875
19926
  var DisplayS = function DisplayS(props) {
19876
19927
  var color = props.color,
19877
19928
  size = props.size,
@@ -19879,12 +19930,12 @@ var DisplayS = function DisplayS(props) {
19879
19930
  style = props.style,
19880
19931
  className = props.className,
19881
19932
  iconClassName = props.iconClassName,
19882
- otherProps = _objectWithoutProperties(props, _excluded$5N);
19933
+ otherProps = _objectWithoutProperties(props, _excluded$5O);
19883
19934
  return /*#__PURE__*/React.createElement("span", {
19884
19935
  role: "img",
19885
19936
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19886
19937
  }, /*#__PURE__*/React.createElement("style", {
19887
- children: loadingCircleStyle$5N
19938
+ children: loadingCircleStyle$5O
19888
19939
  }), /*#__PURE__*/React.createElement("svg", _extends({
19889
19940
  xmlns: "http://www.w3.org/2000/svg",
19890
19941
  width: size,
@@ -19921,8 +19972,8 @@ DisplayS.defaultProps = {
19921
19972
  size: '1em'
19922
19973
  };
19923
19974
 
19924
- var _excluded$5O = ["color", "size", "spin", "style", "className", "iconClassName"];
19925
- var loadingCircleStyle$5O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19975
+ var _excluded$5P = ["color", "size", "spin", "style", "className", "iconClassName"];
19976
+ var loadingCircleStyle$5P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19926
19977
  var Share = function Share(props) {
19927
19978
  var color = props.color,
19928
19979
  size = props.size,
@@ -19930,12 +19981,12 @@ var Share = function Share(props) {
19930
19981
  style = props.style,
19931
19982
  className = props.className,
19932
19983
  iconClassName = props.iconClassName,
19933
- otherProps = _objectWithoutProperties(props, _excluded$5O);
19984
+ otherProps = _objectWithoutProperties(props, _excluded$5P);
19934
19985
  return /*#__PURE__*/React.createElement("span", {
19935
19986
  role: "img",
19936
19987
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19937
19988
  }, /*#__PURE__*/React.createElement("style", {
19938
- children: loadingCircleStyle$5O
19989
+ children: loadingCircleStyle$5P
19939
19990
  }), /*#__PURE__*/React.createElement("svg", _extends({
19940
19991
  xmlns: "http://www.w3.org/2000/svg",
19941
19992
  width: size,
@@ -19970,8 +20021,8 @@ Share.defaultProps = {
19970
20021
  size: '1em'
19971
20022
  };
19972
20023
 
19973
- var _excluded$5P = ["color", "size", "spin", "style", "className", "iconClassName"];
19974
- var loadingCircleStyle$5P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20024
+ var _excluded$5Q = ["color", "size", "spin", "style", "className", "iconClassName"];
20025
+ var loadingCircleStyle$5Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19975
20026
  var AvatarGroupCl = function AvatarGroupCl(props) {
19976
20027
  var color = props.color,
19977
20028
  size = props.size,
@@ -19979,12 +20030,12 @@ var AvatarGroupCl = function AvatarGroupCl(props) {
19979
20030
  style = props.style,
19980
20031
  className = props.className,
19981
20032
  iconClassName = props.iconClassName,
19982
- otherProps = _objectWithoutProperties(props, _excluded$5P);
20033
+ otherProps = _objectWithoutProperties(props, _excluded$5Q);
19983
20034
  return /*#__PURE__*/React.createElement("span", {
19984
20035
  role: "img",
19985
20036
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19986
20037
  }, /*#__PURE__*/React.createElement("style", {
19987
- children: loadingCircleStyle$5P
20038
+ children: loadingCircleStyle$5Q
19988
20039
  }), /*#__PURE__*/React.createElement("svg", _extends({
19989
20040
  xmlns: "http://www.w3.org/2000/svg",
19990
20041
  width: size,
@@ -20035,8 +20086,8 @@ AvatarGroupCl.defaultProps = {
20035
20086
  size: '1em'
20036
20087
  };
20037
20088
 
20038
- var _excluded$5Q = ["color", "size", "spin", "style", "className", "iconClassName"];
20039
- var loadingCircleStyle$5Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20089
+ var _excluded$5R = ["color", "size", "spin", "style", "className", "iconClassName"];
20090
+ var loadingCircleStyle$5R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20040
20091
  var AvatarProjectCl = function AvatarProjectCl(props) {
20041
20092
  var color = props.color,
20042
20093
  size = props.size,
@@ -20044,12 +20095,12 @@ var AvatarProjectCl = function AvatarProjectCl(props) {
20044
20095
  style = props.style,
20045
20096
  className = props.className,
20046
20097
  iconClassName = props.iconClassName,
20047
- otherProps = _objectWithoutProperties(props, _excluded$5Q);
20098
+ otherProps = _objectWithoutProperties(props, _excluded$5R);
20048
20099
  return /*#__PURE__*/React.createElement("span", {
20049
20100
  role: "img",
20050
20101
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
20051
20102
  }, /*#__PURE__*/React.createElement("style", {
20052
- children: loadingCircleStyle$5Q
20103
+ children: loadingCircleStyle$5R
20053
20104
  }), /*#__PURE__*/React.createElement("svg", _extends({
20054
20105
  xmlns: "http://www.w3.org/2000/svg",
20055
20106
  width: size,
@@ -20093,4 +20144,4 @@ AvatarProjectCl.defaultProps = {
20093
20144
  size: '1em'
20094
20145
  };
20095
20146
 
20096
- export { Add1 as TaAdd1, Add2 as TaAdd2, Add3 as TaAdd3, Add3Fill as TaAdd3Fill, Alert as TaAlert, AlertCl as TaAlertCl, AllGroupSm as TaAllGroupSm, Analysis as TaAnalysis, Anchor as TaAnchor, Application as TaApplication, Approve as TaApprove, ApproveCancelled as TaApproveCancelled, ArrayRowsSm as TaArrayRowsSm, ArrowDown as TaArrowDown, ArrowDown2 as TaArrowDown2, ArrowLeft as TaArrowLeft, ArrowLeft2 as TaArrowLeft2, ArrowLeftDown as TaArrowLeftDown, ArrowRight as TaArrowRight, ArrowRight2 as TaArrowRight2, ArrowUp as TaArrowUp, ArrowUp2 as TaArrowUp2, Ascent as TaAscent, AssetConvert as TaAssetConvert, Attribution as TaAttribution, AvatarGroupCl as TaAvatarGroupCl, AvatarProjectCl as TaAvatarProjectCl, Backup as TaBackup, Bell as TaBell, Bell2Fill as TaBell2Fill, Book as TaBook, Book2 as TaBook2, Bookmark as TaBookmark, Bookmark2 as TaBookmark2, BooleanSm as TaBooleanSm, Box as TaBox, BoxOpen as TaBoxOpen, Branch as TaBranch, Calendar as TaCalendar, CalendarSm as TaCalendarSm, Card as TaCard, Cellphone as TaCellphone, ChartBar as TaChartBar, ChartBarTable as TaChartBarTable, ChartCombinedTable as TaChartCombinedTable, ChartComplex as TaChartComplex, ChartCum as TaChartCum, ChartDNRe as TaChartDNRe, ChartDRe as TaChartDRe, ChartDistTable as TaChartDistTable, ChartFieldlist as TaChartFieldlist, ChartFunnel as TaChartFunnel, ChartHistogram as TaChartHistogram, ChartInterval as TaChartInterval, ChartLine as TaChartLine, ChartLineTable as TaChartLineTable, ChartPie as TaChartPie, ChartScatter as TaChartScatter, ChartSqltable as TaChartSqltable, ChartStack as TaChartStack, ChartStackPerc as TaChartStackPerc, ChartStackn as TaChartStackn, ChartTable as TaChartTable, Click as TaClick, Clock as TaClock, Close as TaClose, Code as TaCode, Comment as TaComment, Config as TaConfig, Contrast as TaContrast, Copy as TaCopy, Copy2 as TaCopy2, Cost as TaCost, Currency as TaCurrency, CustomPartition as TaCustomPartition, DArrowB as TaDArrowB, DArrowL as TaDArrowL, DArrowR as TaDArrowR, DArrowT as TaDArrowT, DIntegrationCl as TaDIntegrationCl, DManageCl as TaDManageCl, DTrackingCl as TaDTrackingCl, Dashboard as TaDashboard, DashboardCl as TaDashboardCl, DashboardMgr as TaDashboardMgr, DateMarkCl as TaDateMarkCl, Debug as TaDebug, Delete1 as TaDelete1, Delete2 as TaDelete2, Delete2Fill as TaDelete2Fill, Demo as TaDemo, Descent as TaDescent, Desktop as TaDesktop, Detail as TaDetail, Disable as TaDisable, DisplayS as TaDisplayS, Done as TaDone, Dot as TaDot, DoubleList as TaDoubleList, Download as TaDownload, Drag as TaDrag, Drag2 as TaDrag2, DropDown as TaDropDown, DropUp as TaDropUp, EChartsCl as TaEChartsCl, EPropertySm as TaEPropertySm, ESettingCl as TaESettingCl, ETaskCl as TaETaskCl, Earth as TaEarth, Edit as TaEdit, EditFill as TaEditFill, Education as TaEducation, EducationFill as TaEducationFill, Email as TaEmail, EndTask as TaEndTask, Error as TaError, Error2 as TaError2, Error2Fill as TaError2Fill, ErrorFill as TaErrorFill, EventMgr as TaEventMgr, EventPropMgr as TaEventPropMgr, EventSm as TaEventSm, EventTree as TaEventTree, Exchange as TaExchange, Expand as TaExpand, Export as TaExport, Exposure as TaExposure, Expression as TaExpression, Expression2 as TaExpression2, External as TaExternal, EyeOff as TaEyeOff, EyeOffFill as TaEyeOffFill, EyeOn as TaEyeOn, EyeOnFill as TaEyeOnFill, FileAdd as TaFileAdd, FileConvert as TaFileConvert, FileExport as TaFileExport, FileImport as TaFileImport, FileInfo as TaFileInfo, FileLock as TaFileLock, FileMove as TaFileMove, FilePdf as TaFilePdf, FileRemove as TaFileRemove, Filter as TaFilter, Filter2 as TaFilter2, FirstLast as TaFirstLast, FlagCn as TaFlagCn, FlagJp as TaFlagJp, FlagKr as TaFlagKr, FlagUs as TaFlagUs, Folder as TaFolder, FolderLine as TaFolderLine, FolderOpen as TaFolderOpen, FolderOpenLine as TaFolderOpenLine, Forewarning as TaForewarning, Format as TaFormat, FullDownload as TaFullDownload, Fullscreen as TaFullscreen, Function as TaFunction, Game as TaGame, GameFill as TaGameFill, Gift as TaGift, Goal as TaGoal, Grid as TaGrid, Group as TaGroup, GroupA2b as TaGroupA2b, GroupAddFill as TaGroupAddFill, GroupAddSm as TaGroupAddSm, GroupCl as TaGroupCl, GroupFill as TaGroupFill, GroupFill2 as TaGroupFill2, Groups as TaGroups, Heart as TaHeart, Help as TaHelp, History as TaHistory, IdFreeze as TaIdFreeze, Import as TaImport, Index as TaIndex, Indicator as TaIndicator, IndicatorSm as TaIndicatorSm, Info as TaInfo, InfoFill as TaInfoFill, Insert as TaInsert, Install as TaInstall, Interval as TaInterval, Landscape as TaLandscape, Language as TaLanguage, Link as TaLink, Link2 as TaLink2, List as TaList, ListNested as TaListNested, ListSm as TaListSm, Live as TaLive, Location as TaLocation, LockClose as TaLockClose, LockCloseFill as TaLockCloseFill, LockOpen as TaLockOpen, LockOpenFill as TaLockOpenFill, LogoAndroidGray as TaLogoAndroidGray, LogoAppleGray as TaLogoAppleGray, LogoCurrencylayerCl as TaLogoCurrencylayerCl, LogoDingdingCl as TaLogoDingdingCl, LogoDingdingGray as TaLogoDingdingGray, LogoFeishuCl as TaLogoFeishuCl, LogoFutuCl as TaLogoFutuCl, LogoGarenaCl as TaLogoGarenaCl, LogoHappyelementCl as TaLogoHappyelementCl, LogoIggCl as TaLogoIggCl, LogoKingCl as TaLogoKingCl, LogoWechatCl as TaLogoWechatCl, LogoWechatGray as TaLogoWechatGray, LogoWecomCl as TaLogoWecomCl, LogoWecomGray as TaLogoWecomGray, LogoWepieCl as TaLogoWepieCl, LogoXiaomiCl as TaLogoXiaomiCl, Logout as TaLogout, MDistribution as TaMDistribution, MDistributionCl as TaMDistributionCl, MEvent as TaMEvent, MEventCl as TaMEventCl, MFlow as TaMFlow, MFlowCl as TaMFlowCl, MFunnel as TaMFunnel, MFunnelCl as TaMFunnelCl, MInterval as TaMInterval, MIntervalCl as TaMIntervalCl, MPropCl as TaMPropCl, MProperty as TaMProperty, MRetention as TaMRetention, MRetentionCl as TaMRetentionCl, MSql as TaMSql, MSqlCl as TaMSqlCl, MagicWand as TaMagicWand, Manual as TaManual, MenuFold as TaMenuFold, MenuUnfold as TaMenuUnfold, MessageCenter as TaMessageCenter, Mfa as TaMfa, More1 as TaMore1, More2 as TaMore2, Mute as TaMute, NewIndicator as TaNewIndicator, Notice as TaNotice, NumSm as TaNumSm, OneTime as TaOneTime, OperatorBigger as TaOperatorBigger, OperatorDivide as TaOperatorDivide, OperatorEqual as TaOperatorEqual, OperatorFalse as TaOperatorFalse, OperatorHasValue as TaOperatorHasValue, OperatorInclude as TaOperatorInclude, OperatorInside as TaOperatorInside, OperatorLess as TaOperatorLess, OperatorNoBigger as TaOperatorNoBigger, OperatorNoLess as TaOperatorNoLess, OperatorNoRegex as TaOperatorNoRegex, OperatorNoValue as TaOperatorNoValue, OperatorNotInclude as TaOperatorNotInclude, OperatorRegex as TaOperatorRegex, OperatorTrue as TaOperatorTrue, OperatorUnequal as TaOperatorUnequal, PageLine as TaPageLine, PageOpenCl as TaPageOpenCl, ParallelFilter as TaParallelFilter, Parameter as TaParameter, Password as TaPassword, Pattern as TaPattern, PauseCircle as TaPauseCircle, Pinch as TaPinch, Play as TaPlay, PlayCircle as TaPlayCircle, Plug as TaPlug, Private as TaPrivate, Processing as TaProcessing, Processing2 as TaProcessing2, Project as TaProject, ProjectMgr as TaProjectMgr, Property as TaProperty, Recurring as TaRecurring, RelatedProp as TaRelatedProp, Rename as TaRename, Report as TaReport, ReportCl as TaReportCl, ReportRemoval as TaReportRemoval, ResetPassword as TaResetPassword, Result as TaResult, Revert as TaRevert, RowsSm as TaRowsSm, SSpace as TaSSpace, Save as TaSave, Search as TaSearch, Send as TaSend, Server as TaServer, Setting as TaSetting, Share as TaShare, ShieldCheck as TaShieldCheck, ShieldCross as TaShieldCross, ShieldKeyhole as TaShieldKeyhole, Shop as TaShop, ShopFill as TaShopFill, Smile as TaSmile, Sort as TaSort, SortA2z as TaSortA2z, SortDown as TaSortDown, SortDrop as TaSortDrop, SortResult as TaSortResult, SortRise as TaSortRise, SortUp as TaSortUp, SortZ2a as TaSortZ2a, Space as TaSpace, SpaceLine as TaSpaceLine, SpaceOpen as TaSpaceOpen, SpaceOpenLine as TaSpaceOpenLine, Speed as TaSpeed, Split as TaSplit, Sql1 as TaSql1, Sql2 as TaSql2, Sql3 as TaSql3, StarFill as TaStarFill, StarOutline as TaStarOutline, Sticker as TaSticker, StickerFill as TaStickerFill, StringSm as TaStringSm, Subtract as TaSubtract, Subtract2 as TaSubtract2, Success as TaSuccess, SuccessFill as TaSuccessFill, SwapFill as TaSwapFill, SystemMgr as TaSystemMgr, SystemMsg as TaSystemMsg, TA2b as TaTA2b, TX2y as TaTX2y, Table1dtable as TaTable1dtable, TdLogo as TaTdLogo, TemplateCl as TaTemplateCl, ThumbUp as TaThumbUp, TimeLock as TaTimeLock, TimeSm as TaTimeSm, Tips as TaTips, Tracking as TaTracking, TriDown as TaTriDown, TriLeft as TaTriLeft, TriRight as TaTriRight, TriUp as TaTriUp, UCohortCl as TaUCohortCl, UGroup as TaUGroup, UGroupSm as TaUGroupSm, UPropMgr as TaUPropMgr, UPropertySm as TaUPropertySm, USearchCl as TaUSearchCl, UTag as TaUTag, UTagCl as TaUTagCl, UTagSm as TaUTagSm, Unlink as TaUnlink, Update as TaUpdate, UpdateData as TaUpdateData, Upload as TaUpload, UploadId as TaUploadId, Usb as TaUsb, User1 as TaUser1, User1Fill as TaUser1Fill, User2 as TaUser2, UserAddFill as TaUserAddFill, UserSettings as TaUserSettings, UserTagCl as TaUserTagCl, Usertag as TaUsertag, VPropCl as TaVPropCl, VProperty as TaVProperty, VPropertySm as TaVPropertySm, Validate as TaValidate, ViewOriginal as TaViewOriginal, Vip as TaVip, VipFill as TaVipFill };
20147
+ export { Add1 as TaAdd1, Add2 as TaAdd2, Add3 as TaAdd3, Add3Fill as TaAdd3Fill, AddToPage as TaAddToPage, Alert as TaAlert, AlertCl as TaAlertCl, AllGroupSm as TaAllGroupSm, Analysis as TaAnalysis, Anchor as TaAnchor, Application as TaApplication, Approve as TaApprove, ApproveCancelled as TaApproveCancelled, ArrayRowsSm as TaArrayRowsSm, ArrowDown as TaArrowDown, ArrowDown2 as TaArrowDown2, ArrowLeft as TaArrowLeft, ArrowLeft2 as TaArrowLeft2, ArrowLeftDown as TaArrowLeftDown, ArrowRight as TaArrowRight, ArrowRight2 as TaArrowRight2, ArrowUp as TaArrowUp, ArrowUp2 as TaArrowUp2, Ascent as TaAscent, AssetConvert as TaAssetConvert, Attribution as TaAttribution, AvatarGroupCl as TaAvatarGroupCl, AvatarProjectCl as TaAvatarProjectCl, Backup as TaBackup, Bell as TaBell, Bell2Fill as TaBell2Fill, Book as TaBook, Book2 as TaBook2, Bookmark as TaBookmark, Bookmark2 as TaBookmark2, BooleanSm as TaBooleanSm, Box as TaBox, BoxOpen as TaBoxOpen, Branch as TaBranch, Calendar as TaCalendar, CalendarSm as TaCalendarSm, Card as TaCard, Cellphone as TaCellphone, ChartBar as TaChartBar, ChartBarTable as TaChartBarTable, ChartCombinedTable as TaChartCombinedTable, ChartComplex as TaChartComplex, ChartCum as TaChartCum, ChartDNRe as TaChartDNRe, ChartDRe as TaChartDRe, ChartDistTable as TaChartDistTable, ChartFieldlist as TaChartFieldlist, ChartFunnel as TaChartFunnel, ChartHistogram as TaChartHistogram, ChartInterval as TaChartInterval, ChartLine as TaChartLine, ChartLineTable as TaChartLineTable, ChartPie as TaChartPie, ChartScatter as TaChartScatter, ChartSqltable as TaChartSqltable, ChartStack as TaChartStack, ChartStackPerc as TaChartStackPerc, ChartStackn as TaChartStackn, ChartTable as TaChartTable, Click as TaClick, Clock as TaClock, Close as TaClose, Code as TaCode, Comment as TaComment, Config as TaConfig, Contrast as TaContrast, Copy as TaCopy, Copy2 as TaCopy2, Cost as TaCost, Currency as TaCurrency, CustomPartition as TaCustomPartition, DArrowB as TaDArrowB, DArrowL as TaDArrowL, DArrowR as TaDArrowR, DArrowT as TaDArrowT, DIntegrationCl as TaDIntegrationCl, DManageCl as TaDManageCl, DTrackingCl as TaDTrackingCl, Dashboard as TaDashboard, DashboardCl as TaDashboardCl, DashboardMgr as TaDashboardMgr, DateMarkCl as TaDateMarkCl, Debug as TaDebug, Delete1 as TaDelete1, Delete2 as TaDelete2, Delete2Fill as TaDelete2Fill, Demo as TaDemo, Descent as TaDescent, Desktop as TaDesktop, Detail as TaDetail, Disable as TaDisable, DisplayS as TaDisplayS, Done as TaDone, Dot as TaDot, DoubleList as TaDoubleList, Download as TaDownload, Drag as TaDrag, Drag2 as TaDrag2, DropDown as TaDropDown, DropUp as TaDropUp, EChartsCl as TaEChartsCl, EPropertySm as TaEPropertySm, ESettingCl as TaESettingCl, ETaskCl as TaETaskCl, Earth as TaEarth, Edit as TaEdit, EditFill as TaEditFill, Education as TaEducation, EducationFill as TaEducationFill, Email as TaEmail, EndTask as TaEndTask, Error as TaError, Error2 as TaError2, Error2Fill as TaError2Fill, ErrorFill as TaErrorFill, EventMgr as TaEventMgr, EventPropMgr as TaEventPropMgr, EventSm as TaEventSm, EventTree as TaEventTree, Exchange as TaExchange, Expand as TaExpand, Export as TaExport, Exposure as TaExposure, Expression as TaExpression, Expression2 as TaExpression2, External as TaExternal, EyeOff as TaEyeOff, EyeOffFill as TaEyeOffFill, EyeOn as TaEyeOn, EyeOnFill as TaEyeOnFill, FileAdd as TaFileAdd, FileConvert as TaFileConvert, FileExport as TaFileExport, FileImport as TaFileImport, FileInfo as TaFileInfo, FileLock as TaFileLock, FileMove as TaFileMove, FilePdf as TaFilePdf, FileRemove as TaFileRemove, Filter as TaFilter, Filter2 as TaFilter2, FirstLast as TaFirstLast, FlagCn as TaFlagCn, FlagJp as TaFlagJp, FlagKr as TaFlagKr, FlagUs as TaFlagUs, Folder as TaFolder, FolderLine as TaFolderLine, FolderOpen as TaFolderOpen, FolderOpenLine as TaFolderOpenLine, Forewarning as TaForewarning, Format as TaFormat, FullDownload as TaFullDownload, Fullscreen as TaFullscreen, Function as TaFunction, Game as TaGame, GameFill as TaGameFill, Gift as TaGift, Goal as TaGoal, Grid as TaGrid, Group as TaGroup, GroupA2b as TaGroupA2b, GroupAddFill as TaGroupAddFill, GroupAddSm as TaGroupAddSm, GroupCl as TaGroupCl, GroupFill as TaGroupFill, GroupFill2 as TaGroupFill2, Groups as TaGroups, Heart as TaHeart, Help as TaHelp, History as TaHistory, IdFreeze as TaIdFreeze, Import as TaImport, Index as TaIndex, Indicator as TaIndicator, IndicatorSm as TaIndicatorSm, Info as TaInfo, InfoFill as TaInfoFill, Insert as TaInsert, Install as TaInstall, Interval as TaInterval, Landscape as TaLandscape, Language as TaLanguage, Link as TaLink, Link2 as TaLink2, List as TaList, ListNested as TaListNested, ListSm as TaListSm, Live as TaLive, Location as TaLocation, LockClose as TaLockClose, LockCloseFill as TaLockCloseFill, LockOpen as TaLockOpen, LockOpenFill as TaLockOpenFill, LogoAndroidGray as TaLogoAndroidGray, LogoAppleGray as TaLogoAppleGray, LogoCurrencylayerCl as TaLogoCurrencylayerCl, LogoDingdingCl as TaLogoDingdingCl, LogoDingdingGray as TaLogoDingdingGray, LogoFeishuCl as TaLogoFeishuCl, LogoFutuCl as TaLogoFutuCl, LogoGarenaCl as TaLogoGarenaCl, LogoHappyelementCl as TaLogoHappyelementCl, LogoIggCl as TaLogoIggCl, LogoKingCl as TaLogoKingCl, LogoWechatCl as TaLogoWechatCl, LogoWechatGray as TaLogoWechatGray, LogoWecomCl as TaLogoWecomCl, LogoWecomGray as TaLogoWecomGray, LogoWepieCl as TaLogoWepieCl, LogoXiaomiCl as TaLogoXiaomiCl, Logout as TaLogout, MDistribution as TaMDistribution, MDistributionCl as TaMDistributionCl, MEvent as TaMEvent, MEventCl as TaMEventCl, MFlow as TaMFlow, MFlowCl as TaMFlowCl, MFunnel as TaMFunnel, MFunnelCl as TaMFunnelCl, MInterval as TaMInterval, MIntervalCl as TaMIntervalCl, MPropCl as TaMPropCl, MProperty as TaMProperty, MRetention as TaMRetention, MRetentionCl as TaMRetentionCl, MSql as TaMSql, MSqlCl as TaMSqlCl, MagicWand as TaMagicWand, Manual as TaManual, MenuFold as TaMenuFold, MenuUnfold as TaMenuUnfold, MessageCenter as TaMessageCenter, Mfa as TaMfa, More1 as TaMore1, More2 as TaMore2, Mute as TaMute, NewIndicator as TaNewIndicator, Notice as TaNotice, NumSm as TaNumSm, OneTime as TaOneTime, OperatorBigger as TaOperatorBigger, OperatorDivide as TaOperatorDivide, OperatorEqual as TaOperatorEqual, OperatorFalse as TaOperatorFalse, OperatorHasValue as TaOperatorHasValue, OperatorInclude as TaOperatorInclude, OperatorInside as TaOperatorInside, OperatorLess as TaOperatorLess, OperatorNoBigger as TaOperatorNoBigger, OperatorNoLess as TaOperatorNoLess, OperatorNoRegex as TaOperatorNoRegex, OperatorNoValue as TaOperatorNoValue, OperatorNotInclude as TaOperatorNotInclude, OperatorRegex as TaOperatorRegex, OperatorTrue as TaOperatorTrue, OperatorUnequal as TaOperatorUnequal, PageLine as TaPageLine, PageOpenCl as TaPageOpenCl, ParallelFilter as TaParallelFilter, Parameter as TaParameter, Password as TaPassword, Pattern as TaPattern, PauseCircle as TaPauseCircle, Pinch as TaPinch, Play as TaPlay, PlayCircle as TaPlayCircle, Plug as TaPlug, Private as TaPrivate, Processing as TaProcessing, Processing2 as TaProcessing2, Project as TaProject, ProjectMgr as TaProjectMgr, Property as TaProperty, Recurring as TaRecurring, RelatedProp as TaRelatedProp, Rename as TaRename, Report as TaReport, ReportCl as TaReportCl, ReportRemoval as TaReportRemoval, ResetPassword as TaResetPassword, Result as TaResult, Revert as TaRevert, RowsSm as TaRowsSm, SSpace as TaSSpace, Save as TaSave, Search as TaSearch, Send as TaSend, Server as TaServer, Setting as TaSetting, Share as TaShare, ShieldCheck as TaShieldCheck, ShieldCross as TaShieldCross, ShieldKeyhole as TaShieldKeyhole, Shop as TaShop, ShopFill as TaShopFill, Smile as TaSmile, Sort as TaSort, SortA2z as TaSortA2z, SortDown as TaSortDown, SortDrop as TaSortDrop, SortResult as TaSortResult, SortRise as TaSortRise, SortUp as TaSortUp, SortZ2a as TaSortZ2a, Space as TaSpace, SpaceLine as TaSpaceLine, SpaceOpen as TaSpaceOpen, SpaceOpenLine as TaSpaceOpenLine, Speed as TaSpeed, Split as TaSplit, Sql1 as TaSql1, Sql2 as TaSql2, Sql3 as TaSql3, StarFill as TaStarFill, StarOutline as TaStarOutline, Sticker as TaSticker, StickerFill as TaStickerFill, StringSm as TaStringSm, Subtract as TaSubtract, Subtract2 as TaSubtract2, Success as TaSuccess, SuccessFill as TaSuccessFill, SwapFill as TaSwapFill, SystemMgr as TaSystemMgr, SystemMsg as TaSystemMsg, TA2b as TaTA2b, TX2y as TaTX2y, Table1dtable as TaTable1dtable, TdLogo as TaTdLogo, TemplateCl as TaTemplateCl, ThumbUp as TaThumbUp, TimeLock as TaTimeLock, TimeSm as TaTimeSm, Tips as TaTips, Tracking as TaTracking, TriDown as TaTriDown, TriLeft as TaTriLeft, TriRight as TaTriRight, TriUp as TaTriUp, UCohortCl as TaUCohortCl, UGroup as TaUGroup, UGroupSm as TaUGroupSm, UPropMgr as TaUPropMgr, UPropertySm as TaUPropertySm, USearchCl as TaUSearchCl, UTag as TaUTag, UTagCl as TaUTagCl, UTagSm as TaUTagSm, Unlink as TaUnlink, Update as TaUpdate, UpdateData as TaUpdateData, Upload as TaUpload, UploadId as TaUploadId, Usb as TaUsb, User1 as TaUser1, User1Fill as TaUser1Fill, User2 as TaUser2, UserAddFill as TaUserAddFill, UserSettings as TaUserSettings, UserTagCl as TaUserTagCl, Usertag as TaUsertag, VPropCl as TaVPropCl, VProperty as TaVProperty, VPropertySm as TaVPropertySm, Validate as TaValidate, ViewOriginal as TaViewOriginal, Vip as TaVip, VipFill as TaVipFill };