@tant/icons 1.3.17 → 1.3.19

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.
@@ -8288,7 +8288,7 @@ LogoHappyelementCl.defaultProps = {
8288
8288
 
8289
8289
  var _excluded$2t = ["color", "size", "spin", "style", "className", "iconClassName"];
8290
8290
  var loadingCircleStyle$2t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8291
- var DashboardCl = function DashboardCl(props) {
8291
+ var LogoWepieCl = function LogoWepieCl(props) {
8292
8292
  var color = props.color,
8293
8293
  size = props.size,
8294
8294
  spin = props.spin,
@@ -8320,6 +8320,64 @@ var DashboardCl = function DashboardCl(props) {
8320
8320
  height: "24",
8321
8321
  fill: "none",
8322
8322
  xmlns: "http://www.w3.org/2000/svg"
8323
+ }, /*#__PURE__*/React.createElement("rect", {
8324
+ width: "24",
8325
+ height: "24",
8326
+ rx: "1",
8327
+ fill: "#06AD5C"
8328
+ }), /*#__PURE__*/React.createElement("path", {
8329
+ fillRule: "evenodd",
8330
+ clipRule: "evenodd",
8331
+ d: "M11.137 2.413c-.071.017-.517.098-.99.18-1.427.25-3.023.979-4.206 1.922-.225.18-1.267 1.22-1.446 1.444C3.131 7.666 2.413 9.726 2.4 11.967c-.013 2.287.646 4.221 2.06 6.049.344.444 1.475 1.517 1.931 1.83 1.762 1.213 3.46 1.748 5.564 1.754 1.433.004 2.36-.163 3.575-.643 1.395-.551 2.218-1.091 3.276-2.148 1.058-1.057 1.598-1.879 2.15-3.272.48-1.213.648-2.14.644-3.57-.006-2.103-.541-3.799-1.755-5.558-.315-.456-1.388-1.586-1.833-1.929-1.725-1.332-3.586-2-5.755-2.067-.545-.017-1.049-.017-1.12 0zM7.691 7.837c.318.163.628.58.803 1.075.075.213.231.639.347.947l.48 1.277c.149.395.327.83.397.964.07.135.127.307.127.383 0 .075.079.3.175.499.236.485.514 1.594.514 2.048 0 1.129-.951 2.754-1.491 2.547-.069-.026-.185-.215-.258-.42a141.04 141.04 0 00-.834-2.222c-.153-.402-.393-1.041-.534-1.42l-.414-1.118c-.088-.237-.32-.837-.514-1.334-.425-1.084-.69-1.882-.691-2.085-.003-.336.29-.859.592-1.057.366-.24.93-.276 1.301-.084zm4.72.035c.212.109.382.29.504.538.219.444.806 1.94.806 2.053 0 .044.091.284.202.533.11.25.27.648.356.885.085.236.27.74.411 1.118.447 1.196.51 1.499.47 2.242a3.202 3.202 0 01-.869 2.043c-.51.556-.636.445-1.18-1.027-.191-.514-.44-1.167-.556-1.451-.115-.284-.285-.73-.377-.99-.093-.26-.27-.744-.395-1.075-.125-.331-.319-.854-.43-1.162-.113-.307-.361-.965-.553-1.462-.192-.497-.35-1.016-.35-1.154-.002-.333.372-.958.667-1.113.34-.18.921-.17 1.294.022zm5.445.038c1.36.694 1.129 2.807-.388 3.543-.43.21-.43.21-.456-.03-.022-.202-.086-.257-.424-.356-.803-.237-1.414-1.134-1.275-1.873.07-.37.322-.893.503-1.044.562-.465 1.404-.564 2.04-.24z",
8332
+ fill: "#fff"
8333
+ }))));
8334
+ };
8335
+ LogoWepieCl.propTypes = {
8336
+ iconClassName: PropTypes.string,
8337
+ spin: PropTypes.bool,
8338
+ color: PropTypes.string,
8339
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
8340
+ };
8341
+ LogoWepieCl.defaultProps = {
8342
+ spin: false,
8343
+ color: 'currentColor',
8344
+ size: '1em'
8345
+ };
8346
+
8347
+ var _excluded$2u = ["color", "size", "spin", "style", "className", "iconClassName"];
8348
+ var loadingCircleStyle$2u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8349
+ var DashboardCl = function DashboardCl(props) {
8350
+ var color = props.color,
8351
+ size = props.size,
8352
+ spin = props.spin,
8353
+ style = props.style,
8354
+ className = props.className,
8355
+ iconClassName = props.iconClassName,
8356
+ otherProps = _objectWithoutProperties(props, _excluded$2u);
8357
+ return /*#__PURE__*/React.createElement("span", {
8358
+ role: "img",
8359
+ className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8360
+ }, /*#__PURE__*/React.createElement("style", {
8361
+ children: loadingCircleStyle$2u
8362
+ }), /*#__PURE__*/React.createElement("svg", _extends({
8363
+ xmlns: "http://www.w3.org/2000/svg",
8364
+ width: size,
8365
+ height: size,
8366
+ viewBox: "0 0 24 24",
8367
+ fill: color
8368
+ }, otherProps, {
8369
+ className: iconClassName,
8370
+ style: _objectSpread2(_objectSpread2({}, style), spin ? {
8371
+ animationDuration: '1s',
8372
+ animationIterationCount: 'infinite',
8373
+ animationName: 'loadingCircle',
8374
+ animationTimingFunction: 'linear'
8375
+ } : {})
8376
+ }), /*#__PURE__*/React.createElement("svg", {
8377
+ width: "24",
8378
+ height: "24",
8379
+ fill: "none",
8380
+ xmlns: "http://www.w3.org/2000/svg"
8323
8381
  }, /*#__PURE__*/React.createElement("path", {
8324
8382
  d: "M20 3h-6a1 1 0 00-1 1v4a1 1 0 001 1h6a1 1 0 001-1V4a1 1 0 00-1-1z",
8325
8383
  fill: "#7639F0",
@@ -8347,8 +8405,8 @@ DashboardCl.defaultProps = {
8347
8405
  size: '1em'
8348
8406
  };
8349
8407
 
8350
- var _excluded$2u = ["color", "size", "spin", "style", "className", "iconClassName"];
8351
- var loadingCircleStyle$2u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8408
+ var _excluded$2v = ["color", "size", "spin", "style", "className", "iconClassName"];
8409
+ var loadingCircleStyle$2v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8352
8410
  var ReportCl = function ReportCl(props) {
8353
8411
  var color = props.color,
8354
8412
  size = props.size,
@@ -8356,12 +8414,12 @@ var ReportCl = function ReportCl(props) {
8356
8414
  style = props.style,
8357
8415
  className = props.className,
8358
8416
  iconClassName = props.iconClassName,
8359
- otherProps = _objectWithoutProperties(props, _excluded$2u);
8417
+ otherProps = _objectWithoutProperties(props, _excluded$2v);
8360
8418
  return /*#__PURE__*/React.createElement("span", {
8361
8419
  role: "img",
8362
8420
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8363
8421
  }, /*#__PURE__*/React.createElement("style", {
8364
- children: loadingCircleStyle$2u
8422
+ children: loadingCircleStyle$2v
8365
8423
  }), /*#__PURE__*/React.createElement("svg", _extends({
8366
8424
  xmlns: "http://www.w3.org/2000/svg",
8367
8425
  width: size,
@@ -8412,8 +8470,8 @@ ReportCl.defaultProps = {
8412
8470
  size: '1em'
8413
8471
  };
8414
8472
 
8415
- var _excluded$2v = ["color", "size", "spin", "style", "className", "iconClassName"];
8416
- var loadingCircleStyle$2v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8473
+ var _excluded$2w = ["color", "size", "spin", "style", "className", "iconClassName"];
8474
+ var loadingCircleStyle$2w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8417
8475
  var UserTagCl = function UserTagCl(props) {
8418
8476
  var color = props.color,
8419
8477
  size = props.size,
@@ -8421,12 +8479,12 @@ var UserTagCl = function UserTagCl(props) {
8421
8479
  style = props.style,
8422
8480
  className = props.className,
8423
8481
  iconClassName = props.iconClassName,
8424
- otherProps = _objectWithoutProperties(props, _excluded$2v);
8482
+ otherProps = _objectWithoutProperties(props, _excluded$2w);
8425
8483
  return /*#__PURE__*/React.createElement("span", {
8426
8484
  role: "img",
8427
8485
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8428
8486
  }, /*#__PURE__*/React.createElement("style", {
8429
- children: loadingCircleStyle$2v
8487
+ children: loadingCircleStyle$2w
8430
8488
  }), /*#__PURE__*/React.createElement("svg", _extends({
8431
8489
  xmlns: "http://www.w3.org/2000/svg",
8432
8490
  width: size,
@@ -8467,8 +8525,8 @@ UserTagCl.defaultProps = {
8467
8525
  size: '1em'
8468
8526
  };
8469
8527
 
8470
- var _excluded$2w = ["color", "size", "spin", "style", "className", "iconClassName"];
8471
- var loadingCircleStyle$2w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8528
+ var _excluded$2x = ["color", "size", "spin", "style", "className", "iconClassName"];
8529
+ var loadingCircleStyle$2x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8472
8530
  var GroupCl = function GroupCl(props) {
8473
8531
  var color = props.color,
8474
8532
  size = props.size,
@@ -8476,12 +8534,12 @@ var GroupCl = function GroupCl(props) {
8476
8534
  style = props.style,
8477
8535
  className = props.className,
8478
8536
  iconClassName = props.iconClassName,
8479
- otherProps = _objectWithoutProperties(props, _excluded$2w);
8537
+ otherProps = _objectWithoutProperties(props, _excluded$2x);
8480
8538
  return /*#__PURE__*/React.createElement("span", {
8481
8539
  role: "img",
8482
8540
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8483
8541
  }, /*#__PURE__*/React.createElement("style", {
8484
- children: loadingCircleStyle$2w
8542
+ children: loadingCircleStyle$2x
8485
8543
  }), /*#__PURE__*/React.createElement("svg", _extends({
8486
8544
  xmlns: "http://www.w3.org/2000/svg",
8487
8545
  width: size,
@@ -8529,8 +8587,8 @@ GroupCl.defaultProps = {
8529
8587
  size: '1em'
8530
8588
  };
8531
8589
 
8532
- var _excluded$2x = ["color", "size", "spin", "style", "className", "iconClassName"];
8533
- var loadingCircleStyle$2x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8590
+ var _excluded$2y = ["color", "size", "spin", "style", "className", "iconClassName"];
8591
+ var loadingCircleStyle$2y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8534
8592
  var VPropCl = function VPropCl(props) {
8535
8593
  var color = props.color,
8536
8594
  size = props.size,
@@ -8538,12 +8596,12 @@ var VPropCl = function VPropCl(props) {
8538
8596
  style = props.style,
8539
8597
  className = props.className,
8540
8598
  iconClassName = props.iconClassName,
8541
- otherProps = _objectWithoutProperties(props, _excluded$2x);
8599
+ otherProps = _objectWithoutProperties(props, _excluded$2y);
8542
8600
  return /*#__PURE__*/React.createElement("span", {
8543
8601
  role: "img",
8544
8602
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8545
8603
  }, /*#__PURE__*/React.createElement("style", {
8546
- children: loadingCircleStyle$2x
8604
+ children: loadingCircleStyle$2y
8547
8605
  }), /*#__PURE__*/React.createElement("svg", _extends({
8548
8606
  xmlns: "http://www.w3.org/2000/svg",
8549
8607
  width: size,
@@ -8591,8 +8649,8 @@ VPropCl.defaultProps = {
8591
8649
  size: '1em'
8592
8650
  };
8593
8651
 
8594
- var _excluded$2y = ["color", "size", "spin", "style", "className", "iconClassName"];
8595
- var loadingCircleStyle$2y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8652
+ var _excluded$2z = ["color", "size", "spin", "style", "className", "iconClassName"];
8653
+ var loadingCircleStyle$2z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8596
8654
  var FolderCl = function FolderCl(props) {
8597
8655
  var color = props.color,
8598
8656
  size = props.size,
@@ -8600,12 +8658,12 @@ var FolderCl = function FolderCl(props) {
8600
8658
  style = props.style,
8601
8659
  className = props.className,
8602
8660
  iconClassName = props.iconClassName,
8603
- otherProps = _objectWithoutProperties(props, _excluded$2y);
8661
+ otherProps = _objectWithoutProperties(props, _excluded$2z);
8604
8662
  return /*#__PURE__*/React.createElement("span", {
8605
8663
  role: "img",
8606
8664
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8607
8665
  }, /*#__PURE__*/React.createElement("style", {
8608
- children: loadingCircleStyle$2y
8666
+ children: loadingCircleStyle$2z
8609
8667
  }), /*#__PURE__*/React.createElement("svg", _extends({
8610
8668
  xmlns: "http://www.w3.org/2000/svg",
8611
8669
  width: size,
@@ -8646,8 +8704,8 @@ FolderCl.defaultProps = {
8646
8704
  size: '1em'
8647
8705
  };
8648
8706
 
8649
- var _excluded$2z = ["color", "size", "spin", "style", "className", "iconClassName"];
8650
- var loadingCircleStyle$2z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8707
+ var _excluded$2A = ["color", "size", "spin", "style", "className", "iconClassName"];
8708
+ var loadingCircleStyle$2A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8651
8709
  var FolderOpenCl = function FolderOpenCl(props) {
8652
8710
  var color = props.color,
8653
8711
  size = props.size,
@@ -8655,12 +8713,12 @@ var FolderOpenCl = function FolderOpenCl(props) {
8655
8713
  style = props.style,
8656
8714
  className = props.className,
8657
8715
  iconClassName = props.iconClassName,
8658
- otherProps = _objectWithoutProperties(props, _excluded$2z);
8716
+ otherProps = _objectWithoutProperties(props, _excluded$2A);
8659
8717
  return /*#__PURE__*/React.createElement("span", {
8660
8718
  role: "img",
8661
8719
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8662
8720
  }, /*#__PURE__*/React.createElement("style", {
8663
- children: loadingCircleStyle$2z
8721
+ children: loadingCircleStyle$2A
8664
8722
  }), /*#__PURE__*/React.createElement("svg", _extends({
8665
8723
  xmlns: "http://www.w3.org/2000/svg",
8666
8724
  width: size,
@@ -8701,8 +8759,8 @@ FolderOpenCl.defaultProps = {
8701
8759
  size: '1em'
8702
8760
  };
8703
8761
 
8704
- var _excluded$2A = ["color", "size", "spin", "style", "className", "iconClassName"];
8705
- var loadingCircleStyle$2A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8762
+ var _excluded$2B = ["color", "size", "spin", "style", "className", "iconClassName"];
8763
+ var loadingCircleStyle$2B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8706
8764
  var SpaceCl = function SpaceCl(props) {
8707
8765
  var color = props.color,
8708
8766
  size = props.size,
@@ -8710,12 +8768,12 @@ var SpaceCl = function SpaceCl(props) {
8710
8768
  style = props.style,
8711
8769
  className = props.className,
8712
8770
  iconClassName = props.iconClassName,
8713
- otherProps = _objectWithoutProperties(props, _excluded$2A);
8771
+ otherProps = _objectWithoutProperties(props, _excluded$2B);
8714
8772
  return /*#__PURE__*/React.createElement("span", {
8715
8773
  role: "img",
8716
8774
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8717
8775
  }, /*#__PURE__*/React.createElement("style", {
8718
- children: loadingCircleStyle$2A
8776
+ children: loadingCircleStyle$2B
8719
8777
  }), /*#__PURE__*/React.createElement("svg", _extends({
8720
8778
  xmlns: "http://www.w3.org/2000/svg",
8721
8779
  width: size,
@@ -8760,8 +8818,8 @@ SpaceCl.defaultProps = {
8760
8818
  size: '1em'
8761
8819
  };
8762
8820
 
8763
- var _excluded$2B = ["color", "size", "spin", "style", "className", "iconClassName"];
8764
- var loadingCircleStyle$2B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8821
+ var _excluded$2C = ["color", "size", "spin", "style", "className", "iconClassName"];
8822
+ var loadingCircleStyle$2C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8765
8823
  var SpaceOpenCl = function SpaceOpenCl(props) {
8766
8824
  var color = props.color,
8767
8825
  size = props.size,
@@ -8769,12 +8827,12 @@ var SpaceOpenCl = function SpaceOpenCl(props) {
8769
8827
  style = props.style,
8770
8828
  className = props.className,
8771
8829
  iconClassName = props.iconClassName,
8772
- otherProps = _objectWithoutProperties(props, _excluded$2B);
8830
+ otherProps = _objectWithoutProperties(props, _excluded$2C);
8773
8831
  return /*#__PURE__*/React.createElement("span", {
8774
8832
  role: "img",
8775
8833
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8776
8834
  }, /*#__PURE__*/React.createElement("style", {
8777
- children: loadingCircleStyle$2B
8835
+ children: loadingCircleStyle$2C
8778
8836
  }), /*#__PURE__*/React.createElement("svg", _extends({
8779
8837
  xmlns: "http://www.w3.org/2000/svg",
8780
8838
  width: size,
@@ -8823,8 +8881,8 @@ SpaceOpenCl.defaultProps = {
8823
8881
  size: '1em'
8824
8882
  };
8825
8883
 
8826
- var _excluded$2C = ["color", "size", "spin", "style", "className", "iconClassName"];
8827
- var loadingCircleStyle$2C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8884
+ var _excluded$2D = ["color", "size", "spin", "style", "className", "iconClassName"];
8885
+ var loadingCircleStyle$2D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8828
8886
  var PageCl = function PageCl(props) {
8829
8887
  var color = props.color,
8830
8888
  size = props.size,
@@ -8832,12 +8890,12 @@ var PageCl = function PageCl(props) {
8832
8890
  style = props.style,
8833
8891
  className = props.className,
8834
8892
  iconClassName = props.iconClassName,
8835
- otherProps = _objectWithoutProperties(props, _excluded$2C);
8893
+ otherProps = _objectWithoutProperties(props, _excluded$2D);
8836
8894
  return /*#__PURE__*/React.createElement("span", {
8837
8895
  role: "img",
8838
8896
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8839
8897
  }, /*#__PURE__*/React.createElement("style", {
8840
- children: loadingCircleStyle$2C
8898
+ children: loadingCircleStyle$2D
8841
8899
  }), /*#__PURE__*/React.createElement("svg", _extends({
8842
8900
  xmlns: "http://www.w3.org/2000/svg",
8843
8901
  width: size,
@@ -8893,8 +8951,8 @@ PageCl.defaultProps = {
8893
8951
  size: '1em'
8894
8952
  };
8895
8953
 
8896
- var _excluded$2D = ["color", "size", "spin", "style", "className", "iconClassName"];
8897
- var loadingCircleStyle$2D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8954
+ var _excluded$2E = ["color", "size", "spin", "style", "className", "iconClassName"];
8955
+ var loadingCircleStyle$2E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8898
8956
  var PageOpenCl = function PageOpenCl(props) {
8899
8957
  var color = props.color,
8900
8958
  size = props.size,
@@ -8902,12 +8960,12 @@ var PageOpenCl = function PageOpenCl(props) {
8902
8960
  style = props.style,
8903
8961
  className = props.className,
8904
8962
  iconClassName = props.iconClassName,
8905
- otherProps = _objectWithoutProperties(props, _excluded$2D);
8963
+ otherProps = _objectWithoutProperties(props, _excluded$2E);
8906
8964
  return /*#__PURE__*/React.createElement("span", {
8907
8965
  role: "img",
8908
8966
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8909
8967
  }, /*#__PURE__*/React.createElement("style", {
8910
- children: loadingCircleStyle$2D
8968
+ children: loadingCircleStyle$2E
8911
8969
  }), /*#__PURE__*/React.createElement("svg", _extends({
8912
8970
  xmlns: "http://www.w3.org/2000/svg",
8913
8971
  width: size,
@@ -8964,8 +9022,8 @@ PageOpenCl.defaultProps = {
8964
9022
  size: '1em'
8965
9023
  };
8966
9024
 
8967
- var _excluded$2E = ["color", "size", "spin", "style", "className", "iconClassName"];
8968
- var loadingCircleStyle$2E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9025
+ var _excluded$2F = ["color", "size", "spin", "style", "className", "iconClassName"];
9026
+ var loadingCircleStyle$2F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8969
9027
  var MEventCl = function MEventCl(props) {
8970
9028
  var color = props.color,
8971
9029
  size = props.size,
@@ -8973,12 +9031,12 @@ var MEventCl = function MEventCl(props) {
8973
9031
  style = props.style,
8974
9032
  className = props.className,
8975
9033
  iconClassName = props.iconClassName,
8976
- otherProps = _objectWithoutProperties(props, _excluded$2E);
9034
+ otherProps = _objectWithoutProperties(props, _excluded$2F);
8977
9035
  return /*#__PURE__*/React.createElement("span", {
8978
9036
  role: "img",
8979
9037
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8980
9038
  }, /*#__PURE__*/React.createElement("style", {
8981
- children: loadingCircleStyle$2E
9039
+ children: loadingCircleStyle$2F
8982
9040
  }), /*#__PURE__*/React.createElement("svg", _extends({
8983
9041
  xmlns: "http://www.w3.org/2000/svg",
8984
9042
  width: size,
@@ -9024,8 +9082,8 @@ MEventCl.defaultProps = {
9024
9082
  size: '1em'
9025
9083
  };
9026
9084
 
9027
- var _excluded$2F = ["color", "size", "spin", "style", "className", "iconClassName"];
9028
- var loadingCircleStyle$2F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9085
+ var _excluded$2G = ["color", "size", "spin", "style", "className", "iconClassName"];
9086
+ var loadingCircleStyle$2G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9029
9087
  var MRetentionCl = function MRetentionCl(props) {
9030
9088
  var color = props.color,
9031
9089
  size = props.size,
@@ -9033,12 +9091,12 @@ var MRetentionCl = function MRetentionCl(props) {
9033
9091
  style = props.style,
9034
9092
  className = props.className,
9035
9093
  iconClassName = props.iconClassName,
9036
- otherProps = _objectWithoutProperties(props, _excluded$2F);
9094
+ otherProps = _objectWithoutProperties(props, _excluded$2G);
9037
9095
  return /*#__PURE__*/React.createElement("span", {
9038
9096
  role: "img",
9039
9097
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9040
9098
  }, /*#__PURE__*/React.createElement("style", {
9041
- children: loadingCircleStyle$2F
9099
+ children: loadingCircleStyle$2G
9042
9100
  }), /*#__PURE__*/React.createElement("svg", _extends({
9043
9101
  xmlns: "http://www.w3.org/2000/svg",
9044
9102
  width: size,
@@ -9086,8 +9144,8 @@ MRetentionCl.defaultProps = {
9086
9144
  size: '1em'
9087
9145
  };
9088
9146
 
9089
- var _excluded$2G = ["color", "size", "spin", "style", "className", "iconClassName"];
9090
- var loadingCircleStyle$2G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9147
+ var _excluded$2H = ["color", "size", "spin", "style", "className", "iconClassName"];
9148
+ var loadingCircleStyle$2H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9091
9149
  var MFunnelCl = function MFunnelCl(props) {
9092
9150
  var color = props.color,
9093
9151
  size = props.size,
@@ -9095,12 +9153,12 @@ var MFunnelCl = function MFunnelCl(props) {
9095
9153
  style = props.style,
9096
9154
  className = props.className,
9097
9155
  iconClassName = props.iconClassName,
9098
- otherProps = _objectWithoutProperties(props, _excluded$2G);
9156
+ otherProps = _objectWithoutProperties(props, _excluded$2H);
9099
9157
  return /*#__PURE__*/React.createElement("span", {
9100
9158
  role: "img",
9101
9159
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9102
9160
  }, /*#__PURE__*/React.createElement("style", {
9103
- children: loadingCircleStyle$2G
9161
+ children: loadingCircleStyle$2H
9104
9162
  }), /*#__PURE__*/React.createElement("svg", _extends({
9105
9163
  xmlns: "http://www.w3.org/2000/svg",
9106
9164
  width: size,
@@ -9144,8 +9202,8 @@ MFunnelCl.defaultProps = {
9144
9202
  size: '1em'
9145
9203
  };
9146
9204
 
9147
- var _excluded$2H = ["color", "size", "spin", "style", "className", "iconClassName"];
9148
- var loadingCircleStyle$2H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9205
+ var _excluded$2I = ["color", "size", "spin", "style", "className", "iconClassName"];
9206
+ var loadingCircleStyle$2I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9149
9207
  var MDistributionCl = function MDistributionCl(props) {
9150
9208
  var color = props.color,
9151
9209
  size = props.size,
@@ -9153,12 +9211,12 @@ var MDistributionCl = function MDistributionCl(props) {
9153
9211
  style = props.style,
9154
9212
  className = props.className,
9155
9213
  iconClassName = props.iconClassName,
9156
- otherProps = _objectWithoutProperties(props, _excluded$2H);
9214
+ otherProps = _objectWithoutProperties(props, _excluded$2I);
9157
9215
  return /*#__PURE__*/React.createElement("span", {
9158
9216
  role: "img",
9159
9217
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9160
9218
  }, /*#__PURE__*/React.createElement("style", {
9161
- children: loadingCircleStyle$2H
9219
+ children: loadingCircleStyle$2I
9162
9220
  }), /*#__PURE__*/React.createElement("svg", _extends({
9163
9221
  xmlns: "http://www.w3.org/2000/svg",
9164
9222
  width: size,
@@ -9228,8 +9286,8 @@ MDistributionCl.defaultProps = {
9228
9286
  size: '1em'
9229
9287
  };
9230
9288
 
9231
- var _excluded$2I = ["color", "size", "spin", "style", "className", "iconClassName"];
9232
- var loadingCircleStyle$2I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9289
+ var _excluded$2J = ["color", "size", "spin", "style", "className", "iconClassName"];
9290
+ var loadingCircleStyle$2J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9233
9291
  var MIntervalCl = function MIntervalCl(props) {
9234
9292
  var color = props.color,
9235
9293
  size = props.size,
@@ -9237,12 +9295,12 @@ var MIntervalCl = function MIntervalCl(props) {
9237
9295
  style = props.style,
9238
9296
  className = props.className,
9239
9297
  iconClassName = props.iconClassName,
9240
- otherProps = _objectWithoutProperties(props, _excluded$2I);
9298
+ otherProps = _objectWithoutProperties(props, _excluded$2J);
9241
9299
  return /*#__PURE__*/React.createElement("span", {
9242
9300
  role: "img",
9243
9301
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9244
9302
  }, /*#__PURE__*/React.createElement("style", {
9245
- children: loadingCircleStyle$2I
9303
+ children: loadingCircleStyle$2J
9246
9304
  }), /*#__PURE__*/React.createElement("svg", _extends({
9247
9305
  xmlns: "http://www.w3.org/2000/svg",
9248
9306
  width: size,
@@ -9320,8 +9378,8 @@ MIntervalCl.defaultProps = {
9320
9378
  size: '1em'
9321
9379
  };
9322
9380
 
9323
- var _excluded$2J = ["color", "size", "spin", "style", "className", "iconClassName"];
9324
- var loadingCircleStyle$2J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9381
+ var _excluded$2K = ["color", "size", "spin", "style", "className", "iconClassName"];
9382
+ var loadingCircleStyle$2K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9325
9383
  var MFlowCl = function MFlowCl(props) {
9326
9384
  var color = props.color,
9327
9385
  size = props.size,
@@ -9329,12 +9387,12 @@ var MFlowCl = function MFlowCl(props) {
9329
9387
  style = props.style,
9330
9388
  className = props.className,
9331
9389
  iconClassName = props.iconClassName,
9332
- otherProps = _objectWithoutProperties(props, _excluded$2J);
9390
+ otherProps = _objectWithoutProperties(props, _excluded$2K);
9333
9391
  return /*#__PURE__*/React.createElement("span", {
9334
9392
  role: "img",
9335
9393
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9336
9394
  }, /*#__PURE__*/React.createElement("style", {
9337
- children: loadingCircleStyle$2J
9395
+ children: loadingCircleStyle$2K
9338
9396
  }), /*#__PURE__*/React.createElement("svg", _extends({
9339
9397
  xmlns: "http://www.w3.org/2000/svg",
9340
9398
  width: size,
@@ -9404,8 +9462,8 @@ MFlowCl.defaultProps = {
9404
9462
  size: '1em'
9405
9463
  };
9406
9464
 
9407
- var _excluded$2K = ["color", "size", "spin", "style", "className", "iconClassName"];
9408
- var loadingCircleStyle$2K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9465
+ var _excluded$2L = ["color", "size", "spin", "style", "className", "iconClassName"];
9466
+ var loadingCircleStyle$2L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9409
9467
  var MSqlCl = function MSqlCl(props) {
9410
9468
  var color = props.color,
9411
9469
  size = props.size,
@@ -9413,12 +9471,12 @@ var MSqlCl = function MSqlCl(props) {
9413
9471
  style = props.style,
9414
9472
  className = props.className,
9415
9473
  iconClassName = props.iconClassName,
9416
- otherProps = _objectWithoutProperties(props, _excluded$2K);
9474
+ otherProps = _objectWithoutProperties(props, _excluded$2L);
9417
9475
  return /*#__PURE__*/React.createElement("span", {
9418
9476
  role: "img",
9419
9477
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9420
9478
  }, /*#__PURE__*/React.createElement("style", {
9421
- children: loadingCircleStyle$2K
9479
+ children: loadingCircleStyle$2L
9422
9480
  }), /*#__PURE__*/React.createElement("svg", _extends({
9423
9481
  xmlns: "http://www.w3.org/2000/svg",
9424
9482
  width: size,
@@ -9484,8 +9542,8 @@ MSqlCl.defaultProps = {
9484
9542
  size: '1em'
9485
9543
  };
9486
9544
 
9487
- var _excluded$2L = ["color", "size", "spin", "style", "className", "iconClassName"];
9488
- var loadingCircleStyle$2L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9545
+ var _excluded$2M = ["color", "size", "spin", "style", "className", "iconClassName"];
9546
+ var loadingCircleStyle$2M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9489
9547
  var MPropCl = function MPropCl(props) {
9490
9548
  var color = props.color,
9491
9549
  size = props.size,
@@ -9493,12 +9551,12 @@ var MPropCl = function MPropCl(props) {
9493
9551
  style = props.style,
9494
9552
  className = props.className,
9495
9553
  iconClassName = props.iconClassName,
9496
- otherProps = _objectWithoutProperties(props, _excluded$2L);
9554
+ otherProps = _objectWithoutProperties(props, _excluded$2M);
9497
9555
  return /*#__PURE__*/React.createElement("span", {
9498
9556
  role: "img",
9499
9557
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9500
9558
  }, /*#__PURE__*/React.createElement("style", {
9501
- children: loadingCircleStyle$2L
9559
+ children: loadingCircleStyle$2M
9502
9560
  }), /*#__PURE__*/React.createElement("svg", _extends({
9503
9561
  xmlns: "http://www.w3.org/2000/svg",
9504
9562
  width: size,
@@ -9547,8 +9605,8 @@ MPropCl.defaultProps = {
9547
9605
  size: '1em'
9548
9606
  };
9549
9607
 
9550
- var _excluded$2M = ["color", "size", "spin", "style", "className", "iconClassName"];
9551
- var loadingCircleStyle$2M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9608
+ var _excluded$2N = ["color", "size", "spin", "style", "className", "iconClassName"];
9609
+ var loadingCircleStyle$2N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9552
9610
  var UTagCl = function UTagCl(props) {
9553
9611
  var color = props.color,
9554
9612
  size = props.size,
@@ -9556,12 +9614,12 @@ var UTagCl = function UTagCl(props) {
9556
9614
  style = props.style,
9557
9615
  className = props.className,
9558
9616
  iconClassName = props.iconClassName,
9559
- otherProps = _objectWithoutProperties(props, _excluded$2M);
9617
+ otherProps = _objectWithoutProperties(props, _excluded$2N);
9560
9618
  return /*#__PURE__*/React.createElement("span", {
9561
9619
  role: "img",
9562
9620
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9563
9621
  }, /*#__PURE__*/React.createElement("style", {
9564
- children: loadingCircleStyle$2M
9622
+ children: loadingCircleStyle$2N
9565
9623
  }), /*#__PURE__*/React.createElement("svg", _extends({
9566
9624
  xmlns: "http://www.w3.org/2000/svg",
9567
9625
  width: size,
@@ -9609,8 +9667,8 @@ UTagCl.defaultProps = {
9609
9667
  size: '1em'
9610
9668
  };
9611
9669
 
9612
- var _excluded$2N = ["color", "size", "spin", "style", "className", "iconClassName"];
9613
- var loadingCircleStyle$2N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9670
+ var _excluded$2O = ["color", "size", "spin", "style", "className", "iconClassName"];
9671
+ var loadingCircleStyle$2O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9614
9672
  var UCohortCl = function UCohortCl(props) {
9615
9673
  var color = props.color,
9616
9674
  size = props.size,
@@ -9618,12 +9676,12 @@ var UCohortCl = function UCohortCl(props) {
9618
9676
  style = props.style,
9619
9677
  className = props.className,
9620
9678
  iconClassName = props.iconClassName,
9621
- otherProps = _objectWithoutProperties(props, _excluded$2N);
9679
+ otherProps = _objectWithoutProperties(props, _excluded$2O);
9622
9680
  return /*#__PURE__*/React.createElement("span", {
9623
9681
  role: "img",
9624
9682
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9625
9683
  }, /*#__PURE__*/React.createElement("style", {
9626
- children: loadingCircleStyle$2N
9684
+ children: loadingCircleStyle$2O
9627
9685
  }), /*#__PURE__*/React.createElement("svg", _extends({
9628
9686
  xmlns: "http://www.w3.org/2000/svg",
9629
9687
  width: size,
@@ -9679,8 +9737,8 @@ UCohortCl.defaultProps = {
9679
9737
  size: '1em'
9680
9738
  };
9681
9739
 
9682
- var _excluded$2O = ["color", "size", "spin", "style", "className", "iconClassName"];
9683
- var loadingCircleStyle$2O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9740
+ var _excluded$2P = ["color", "size", "spin", "style", "className", "iconClassName"];
9741
+ var loadingCircleStyle$2P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9684
9742
  var USearchCl = function USearchCl(props) {
9685
9743
  var color = props.color,
9686
9744
  size = props.size,
@@ -9688,12 +9746,12 @@ var USearchCl = function USearchCl(props) {
9688
9746
  style = props.style,
9689
9747
  className = props.className,
9690
9748
  iconClassName = props.iconClassName,
9691
- otherProps = _objectWithoutProperties(props, _excluded$2O);
9749
+ otherProps = _objectWithoutProperties(props, _excluded$2P);
9692
9750
  return /*#__PURE__*/React.createElement("span", {
9693
9751
  role: "img",
9694
9752
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9695
9753
  }, /*#__PURE__*/React.createElement("style", {
9696
- children: loadingCircleStyle$2O
9754
+ children: loadingCircleStyle$2P
9697
9755
  }), /*#__PURE__*/React.createElement("svg", _extends({
9698
9756
  xmlns: "http://www.w3.org/2000/svg",
9699
9757
  width: size,
@@ -9759,8 +9817,8 @@ USearchCl.defaultProps = {
9759
9817
  size: '1em'
9760
9818
  };
9761
9819
 
9762
- var _excluded$2P = ["color", "size", "spin", "style", "className", "iconClassName"];
9763
- var loadingCircleStyle$2P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9820
+ var _excluded$2Q = ["color", "size", "spin", "style", "className", "iconClassName"];
9821
+ var loadingCircleStyle$2Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9764
9822
  var ETaskCl = function ETaskCl(props) {
9765
9823
  var color = props.color,
9766
9824
  size = props.size,
@@ -9768,12 +9826,12 @@ var ETaskCl = function ETaskCl(props) {
9768
9826
  style = props.style,
9769
9827
  className = props.className,
9770
9828
  iconClassName = props.iconClassName,
9771
- otherProps = _objectWithoutProperties(props, _excluded$2P);
9829
+ otherProps = _objectWithoutProperties(props, _excluded$2Q);
9772
9830
  return /*#__PURE__*/React.createElement("span", {
9773
9831
  role: "img",
9774
9832
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9775
9833
  }, /*#__PURE__*/React.createElement("style", {
9776
- children: loadingCircleStyle$2P
9834
+ children: loadingCircleStyle$2Q
9777
9835
  }), /*#__PURE__*/React.createElement("svg", _extends({
9778
9836
  xmlns: "http://www.w3.org/2000/svg",
9779
9837
  width: size,
@@ -9818,8 +9876,8 @@ ETaskCl.defaultProps = {
9818
9876
  size: '1em'
9819
9877
  };
9820
9878
 
9821
- var _excluded$2Q = ["color", "size", "spin", "style", "className", "iconClassName"];
9822
- var loadingCircleStyle$2Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9879
+ var _excluded$2R = ["color", "size", "spin", "style", "className", "iconClassName"];
9880
+ var loadingCircleStyle$2R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9823
9881
  var ESettingCl = function ESettingCl(props) {
9824
9882
  var color = props.color,
9825
9883
  size = props.size,
@@ -9827,12 +9885,12 @@ var ESettingCl = function ESettingCl(props) {
9827
9885
  style = props.style,
9828
9886
  className = props.className,
9829
9887
  iconClassName = props.iconClassName,
9830
- otherProps = _objectWithoutProperties(props, _excluded$2Q);
9888
+ otherProps = _objectWithoutProperties(props, _excluded$2R);
9831
9889
  return /*#__PURE__*/React.createElement("span", {
9832
9890
  role: "img",
9833
9891
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9834
9892
  }, /*#__PURE__*/React.createElement("style", {
9835
- children: loadingCircleStyle$2Q
9893
+ children: loadingCircleStyle$2R
9836
9894
  }), /*#__PURE__*/React.createElement("svg", _extends({
9837
9895
  xmlns: "http://www.w3.org/2000/svg",
9838
9896
  width: size,
@@ -9887,8 +9945,8 @@ ESettingCl.defaultProps = {
9887
9945
  size: '1em'
9888
9946
  };
9889
9947
 
9890
- var _excluded$2R = ["color", "size", "spin", "style", "className", "iconClassName"];
9891
- var loadingCircleStyle$2R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9948
+ var _excluded$2S = ["color", "size", "spin", "style", "className", "iconClassName"];
9949
+ var loadingCircleStyle$2S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9892
9950
  var DManageCl = function DManageCl(props) {
9893
9951
  var color = props.color,
9894
9952
  size = props.size,
@@ -9896,12 +9954,12 @@ var DManageCl = function DManageCl(props) {
9896
9954
  style = props.style,
9897
9955
  className = props.className,
9898
9956
  iconClassName = props.iconClassName,
9899
- otherProps = _objectWithoutProperties(props, _excluded$2R);
9957
+ otherProps = _objectWithoutProperties(props, _excluded$2S);
9900
9958
  return /*#__PURE__*/React.createElement("span", {
9901
9959
  role: "img",
9902
9960
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9903
9961
  }, /*#__PURE__*/React.createElement("style", {
9904
- children: loadingCircleStyle$2R
9962
+ children: loadingCircleStyle$2S
9905
9963
  }), /*#__PURE__*/React.createElement("svg", _extends({
9906
9964
  xmlns: "http://www.w3.org/2000/svg",
9907
9965
  width: size,
@@ -9957,8 +10015,8 @@ DManageCl.defaultProps = {
9957
10015
  size: '1em'
9958
10016
  };
9959
10017
 
9960
- var _excluded$2S = ["color", "size", "spin", "style", "className", "iconClassName"];
9961
- var loadingCircleStyle$2S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10018
+ var _excluded$2T = ["color", "size", "spin", "style", "className", "iconClassName"];
10019
+ var loadingCircleStyle$2T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9962
10020
  var DTrackingCl = function DTrackingCl(props) {
9963
10021
  var color = props.color,
9964
10022
  size = props.size,
@@ -9966,12 +10024,12 @@ var DTrackingCl = function DTrackingCl(props) {
9966
10024
  style = props.style,
9967
10025
  className = props.className,
9968
10026
  iconClassName = props.iconClassName,
9969
- otherProps = _objectWithoutProperties(props, _excluded$2S);
10027
+ otherProps = _objectWithoutProperties(props, _excluded$2T);
9970
10028
  return /*#__PURE__*/React.createElement("span", {
9971
10029
  role: "img",
9972
10030
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9973
10031
  }, /*#__PURE__*/React.createElement("style", {
9974
- children: loadingCircleStyle$2S
10032
+ children: loadingCircleStyle$2T
9975
10033
  }), /*#__PURE__*/React.createElement("svg", _extends({
9976
10034
  xmlns: "http://www.w3.org/2000/svg",
9977
10035
  width: size,
@@ -10035,8 +10093,8 @@ DTrackingCl.defaultProps = {
10035
10093
  size: '1em'
10036
10094
  };
10037
10095
 
10038
- var _excluded$2T = ["color", "size", "spin", "style", "className", "iconClassName"];
10039
- var loadingCircleStyle$2T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10096
+ var _excluded$2U = ["color", "size", "spin", "style", "className", "iconClassName"];
10097
+ var loadingCircleStyle$2U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10040
10098
  var DIntegrationCl = function DIntegrationCl(props) {
10041
10099
  var color = props.color,
10042
10100
  size = props.size,
@@ -10044,12 +10102,12 @@ var DIntegrationCl = function DIntegrationCl(props) {
10044
10102
  style = props.style,
10045
10103
  className = props.className,
10046
10104
  iconClassName = props.iconClassName,
10047
- otherProps = _objectWithoutProperties(props, _excluded$2T);
10105
+ otherProps = _objectWithoutProperties(props, _excluded$2U);
10048
10106
  return /*#__PURE__*/React.createElement("span", {
10049
10107
  role: "img",
10050
10108
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10051
10109
  }, /*#__PURE__*/React.createElement("style", {
10052
- children: loadingCircleStyle$2T
10110
+ children: loadingCircleStyle$2U
10053
10111
  }), /*#__PURE__*/React.createElement("svg", _extends({
10054
10112
  xmlns: "http://www.w3.org/2000/svg",
10055
10113
  width: size,
@@ -10102,8 +10160,8 @@ DIntegrationCl.defaultProps = {
10102
10160
  size: '1em'
10103
10161
  };
10104
10162
 
10105
- var _excluded$2U = ["color", "size", "spin", "style", "className", "iconClassName"];
10106
- var loadingCircleStyle$2U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10163
+ var _excluded$2V = ["color", "size", "spin", "style", "className", "iconClassName"];
10164
+ var loadingCircleStyle$2V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10107
10165
  var AlertCl = function AlertCl(props) {
10108
10166
  var color = props.color,
10109
10167
  size = props.size,
@@ -10111,12 +10169,12 @@ var AlertCl = function AlertCl(props) {
10111
10169
  style = props.style,
10112
10170
  className = props.className,
10113
10171
  iconClassName = props.iconClassName,
10114
- otherProps = _objectWithoutProperties(props, _excluded$2U);
10172
+ otherProps = _objectWithoutProperties(props, _excluded$2V);
10115
10173
  return /*#__PURE__*/React.createElement("span", {
10116
10174
  role: "img",
10117
10175
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10118
10176
  }, /*#__PURE__*/React.createElement("style", {
10119
- children: loadingCircleStyle$2U
10177
+ children: loadingCircleStyle$2V
10120
10178
  }), /*#__PURE__*/React.createElement("svg", _extends({
10121
10179
  xmlns: "http://www.w3.org/2000/svg",
10122
10180
  width: size,
@@ -10137,22 +10195,22 @@ var AlertCl = function AlertCl(props) {
10137
10195
  fill: "none",
10138
10196
  xmlns: "http://www.w3.org/2000/svg"
10139
10197
  }, /*#__PURE__*/React.createElement("rect", {
10140
- x: "2",
10141
- y: "19",
10142
- width: "20",
10143
- height: "3",
10198
+ x: "1",
10199
+ y: "19.7",
10200
+ width: "22",
10201
+ height: "3.3",
10144
10202
  fill: "#1673F6",
10145
10203
  fillOpacity: ".3"
10146
10204
  }), /*#__PURE__*/React.createElement("path", {
10147
- d: "M11 2h2v3h-2V2z",
10205
+ d: "M10.9 1h2.2v3.3h-2.2V1z",
10148
10206
  fill: "#1E76F0",
10149
10207
  fillOpacity: ".3"
10150
10208
  }), /*#__PURE__*/React.createElement("path", {
10151
- d: "M19.121 4l1.415 1.414-2.122 2.122L17 6.12 19.121 4z",
10209
+ d: "M19.834 3.2l1.555 1.556-2.333 2.333L17.5 5.533 19.834 3.2z",
10152
10210
  fill: "#1E76F0",
10153
10211
  fillOpacity: ".3"
10154
10212
  }), /*#__PURE__*/React.createElement("path", {
10155
- d: "M3 5.434L4.394 4l2.151 2.09-1.394 1.435L3 5.435z",
10213
+ d: "M2.1 4.778L3.633 3.2 6 5.5 4.467 7.078 2.1 4.778z",
10156
10214
  fill: "#1E76F0",
10157
10215
  fillOpacity: ".3"
10158
10216
  }), /*#__PURE__*/React.createElement("g", {
@@ -10162,7 +10220,7 @@ var AlertCl = function AlertCl(props) {
10162
10220
  }, /*#__PURE__*/React.createElement("path", {
10163
10221
  fillRule: "evenodd",
10164
10222
  clipRule: "evenodd",
10165
- d: "M12 6.229a7 7 0 00-7 7V20.5h14v-7.271a7 7 0 00-7-7zM10 13H8v4h2v-4z",
10223
+ d: "M12 5.651a7.7 7.7 0 00-7.7 7.7v7.999h15.4v-7.999a7.7 7.7 0 00-7.7-7.7zM9.8 13.1H7.6v4.4h2.2v-4.4z",
10166
10224
  fill: "#1E76F0"
10167
10225
  })))));
10168
10226
  };
@@ -10178,8 +10236,8 @@ AlertCl.defaultProps = {
10178
10236
  size: '1em'
10179
10237
  };
10180
10238
 
10181
- var _excluded$2V = ["color", "size", "spin", "style", "className", "iconClassName"];
10182
- var loadingCircleStyle$2V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10239
+ var _excluded$2W = ["color", "size", "spin", "style", "className", "iconClassName"];
10240
+ var loadingCircleStyle$2W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10183
10241
  var TemplateCl = function TemplateCl(props) {
10184
10242
  var color = props.color,
10185
10243
  size = props.size,
@@ -10187,12 +10245,12 @@ var TemplateCl = function TemplateCl(props) {
10187
10245
  style = props.style,
10188
10246
  className = props.className,
10189
10247
  iconClassName = props.iconClassName,
10190
- otherProps = _objectWithoutProperties(props, _excluded$2V);
10248
+ otherProps = _objectWithoutProperties(props, _excluded$2W);
10191
10249
  return /*#__PURE__*/React.createElement("span", {
10192
10250
  role: "img",
10193
10251
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10194
10252
  }, /*#__PURE__*/React.createElement("style", {
10195
- children: loadingCircleStyle$2V
10253
+ children: loadingCircleStyle$2W
10196
10254
  }), /*#__PURE__*/React.createElement("svg", _extends({
10197
10255
  xmlns: "http://www.w3.org/2000/svg",
10198
10256
  width: size,
@@ -10213,17 +10271,17 @@ var TemplateCl = function TemplateCl(props) {
10213
10271
  fill: "none",
10214
10272
  xmlns: "http://www.w3.org/2000/svg"
10215
10273
  }, /*#__PURE__*/React.createElement("path", {
10216
- d: "M11.617 2l10.986 2.821-2.82 10.986-10.987-2.82L11.617 2z",
10274
+ d: "M11.303 2L23 4.97l-3.003 11.565L8.3 13.565 11.303 2z",
10217
10275
  fill: "#B3CFF8"
10218
10276
  }), /*#__PURE__*/React.createElement("g", {
10219
10277
  style: {
10220
10278
  mixBlendMode: 'multiply'
10221
10279
  }
10222
10280
  }, /*#__PURE__*/React.createElement("path", {
10223
- d: "M13.963 13.343a6.482 6.482 0 11-12.963 0 6.482 6.482 0 0112.963 0z",
10281
+ d: "M13.801 13.94c0 3.769-3.09 6.823-6.9 6.823C3.089 20.763 0 17.708 0 13.94c0-3.768 3.09-6.823 6.9-6.823 3.812 0 6.901 3.055 6.901 6.823z",
10224
10282
  fill: "#B3CFF8"
10225
10283
  })), /*#__PURE__*/React.createElement("path", {
10226
- d: "M14.773 9.796L21.79 21.95H7.757l7.016-12.153z",
10284
+ d: "M14.664 10.207L22.134 23H7.194l7.47-12.793z",
10227
10285
  fill: "#156EF0"
10228
10286
  }))));
10229
10287
  };
@@ -10239,8 +10297,8 @@ TemplateCl.defaultProps = {
10239
10297
  size: '1em'
10240
10298
  };
10241
10299
 
10242
- var _excluded$2W = ["color", "size", "spin", "style", "className", "iconClassName"];
10243
- var loadingCircleStyle$2W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10300
+ var _excluded$2X = ["color", "size", "spin", "style", "className", "iconClassName"];
10301
+ var loadingCircleStyle$2X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10244
10302
  var DateMarkCl = function DateMarkCl(props) {
10245
10303
  var color = props.color,
10246
10304
  size = props.size,
@@ -10248,12 +10306,12 @@ var DateMarkCl = function DateMarkCl(props) {
10248
10306
  style = props.style,
10249
10307
  className = props.className,
10250
10308
  iconClassName = props.iconClassName,
10251
- otherProps = _objectWithoutProperties(props, _excluded$2W);
10309
+ otherProps = _objectWithoutProperties(props, _excluded$2X);
10252
10310
  return /*#__PURE__*/React.createElement("span", {
10253
10311
  role: "img",
10254
10312
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10255
10313
  }, /*#__PURE__*/React.createElement("style", {
10256
- children: loadingCircleStyle$2W
10314
+ children: loadingCircleStyle$2X
10257
10315
  }), /*#__PURE__*/React.createElement("svg", _extends({
10258
10316
  xmlns: "http://www.w3.org/2000/svg",
10259
10317
  width: size,
@@ -10276,14 +10334,14 @@ var DateMarkCl = function DateMarkCl(props) {
10276
10334
  }, /*#__PURE__*/React.createElement("path", {
10277
10335
  fillRule: "evenodd",
10278
10336
  clipRule: "evenodd",
10279
- d: "M5.333 3h1.945v1.7h4.93V3h1.945v1.7h.903C16.129 4.7 17 5.588 17 6.683v11.334C17 19.112 16.13 20 15.056 20H3.944C2.871 20 2 19.112 2 18.017V6.683C2 5.588 2.87 4.7 3.944 4.7h1.39V3zm10 4.25H3.667v1.275h11.666V7.25z",
10337
+ d: "M3.65 2h2.13v1.889h5.4V2h2.13v1.889h.989c1.176 0 2.13.987 2.13 2.204v12.592c0 1.217-.954 2.204-2.13 2.204H2.129C.954 20.889 0 19.902 0 18.685V6.093c0-1.217.953-2.204 2.13-2.204h1.52V2zm10.953 4.722H1.825V8.14h12.778V6.722z",
10280
10338
  fill: "#B3CFF8"
10281
10339
  }), /*#__PURE__*/React.createElement("g", {
10282
10340
  style: {
10283
10341
  mixBlendMode: 'multiply'
10284
10342
  }
10285
10343
  }, /*#__PURE__*/React.createElement("path", {
10286
- d: "M23.404 14.19a.591.591 0 00-.478-.403l-3.413-.591-1.545-3.019a.607.607 0 00-.844-.234.606.606 0 00-.222.234l-1.528 3.019-3.413.609a.587.587 0 00-.514.725.574.574 0 00.164.278l2.492 2.247-.64 3.258a.585.585 0 00.239.575.655.655 0 00.631.043l3.098-1.492 3.089 1.492a.603.603 0 00.833-.296.585.585 0 00.037-.322l-.623-3.258 2.466-2.264a.575.575 0 00.17-.6z",
10344
+ d: "M23.442 14.434a.659.659 0 00-.198-.3.638.638 0 00-.325-.148l-3.738-.658-1.692-3.353a.654.654 0 00-1.168 0l-1.673 3.354-3.739.676a.639.639 0 00-.34.14.657.657 0 00-.223.666.64.64 0 00.18.309l2.73 2.496-.702 3.62a.66.66 0 00.262.64.71.71 0 00.692.047l3.392-1.658 3.383 1.658a.653.653 0 00.954-.686l-.683-3.62 2.701-2.516a.64.64 0 00.187-.667z",
10287
10345
  fill: "#1673F6"
10288
10346
  })))));
10289
10347
  };
@@ -10299,8 +10357,8 @@ DateMarkCl.defaultProps = {
10299
10357
  size: '1em'
10300
10358
  };
10301
10359
 
10302
- var _excluded$2X = ["color", "size", "spin", "style", "className", "iconClassName"];
10303
- var loadingCircleStyle$2X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10360
+ var _excluded$2Y = ["color", "size", "spin", "style", "className", "iconClassName"];
10361
+ var loadingCircleStyle$2Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10304
10362
  var Info = function Info(props) {
10305
10363
  var color = props.color,
10306
10364
  size = props.size,
@@ -10308,12 +10366,12 @@ var Info = function Info(props) {
10308
10366
  style = props.style,
10309
10367
  className = props.className,
10310
10368
  iconClassName = props.iconClassName,
10311
- otherProps = _objectWithoutProperties(props, _excluded$2X);
10369
+ otherProps = _objectWithoutProperties(props, _excluded$2Y);
10312
10370
  return /*#__PURE__*/React.createElement("span", {
10313
10371
  role: "img",
10314
10372
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10315
10373
  }, /*#__PURE__*/React.createElement("style", {
10316
- children: loadingCircleStyle$2X
10374
+ children: loadingCircleStyle$2Y
10317
10375
  }), /*#__PURE__*/React.createElement("svg", _extends({
10318
10376
  xmlns: "http://www.w3.org/2000/svg",
10319
10377
  width: size,
@@ -10352,8 +10410,8 @@ Info.defaultProps = {
10352
10410
  size: '1em'
10353
10411
  };
10354
10412
 
10355
- var _excluded$2Y = ["color", "size", "spin", "style", "className", "iconClassName"];
10356
- var loadingCircleStyle$2Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10413
+ var _excluded$2Z = ["color", "size", "spin", "style", "className", "iconClassName"];
10414
+ var loadingCircleStyle$2Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10357
10415
  var InfoFill = function InfoFill(props) {
10358
10416
  var color = props.color,
10359
10417
  size = props.size,
@@ -10361,12 +10419,12 @@ var InfoFill = function InfoFill(props) {
10361
10419
  style = props.style,
10362
10420
  className = props.className,
10363
10421
  iconClassName = props.iconClassName,
10364
- otherProps = _objectWithoutProperties(props, _excluded$2Y);
10422
+ otherProps = _objectWithoutProperties(props, _excluded$2Z);
10365
10423
  return /*#__PURE__*/React.createElement("span", {
10366
10424
  role: "img",
10367
10425
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10368
10426
  }, /*#__PURE__*/React.createElement("style", {
10369
- children: loadingCircleStyle$2Y
10427
+ children: loadingCircleStyle$2Z
10370
10428
  }), /*#__PURE__*/React.createElement("svg", _extends({
10371
10429
  xmlns: "http://www.w3.org/2000/svg",
10372
10430
  width: size,
@@ -10401,8 +10459,8 @@ InfoFill.defaultProps = {
10401
10459
  size: '1em'
10402
10460
  };
10403
10461
 
10404
- var _excluded$2Z = ["color", "size", "spin", "style", "className", "iconClassName"];
10405
- var loadingCircleStyle$2Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10462
+ var _excluded$2_ = ["color", "size", "spin", "style", "className", "iconClassName"];
10463
+ var loadingCircleStyle$2_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10406
10464
  var Help = function Help(props) {
10407
10465
  var color = props.color,
10408
10466
  size = props.size,
@@ -10410,12 +10468,12 @@ var Help = function Help(props) {
10410
10468
  style = props.style,
10411
10469
  className = props.className,
10412
10470
  iconClassName = props.iconClassName,
10413
- otherProps = _objectWithoutProperties(props, _excluded$2Z);
10471
+ otherProps = _objectWithoutProperties(props, _excluded$2_);
10414
10472
  return /*#__PURE__*/React.createElement("span", {
10415
10473
  role: "img",
10416
10474
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10417
10475
  }, /*#__PURE__*/React.createElement("style", {
10418
- children: loadingCircleStyle$2Z
10476
+ children: loadingCircleStyle$2_
10419
10477
  }), /*#__PURE__*/React.createElement("svg", _extends({
10420
10478
  xmlns: "http://www.w3.org/2000/svg",
10421
10479
  width: size,
@@ -10450,8 +10508,8 @@ Help.defaultProps = {
10450
10508
  size: '1em'
10451
10509
  };
10452
10510
 
10453
- var _excluded$2_ = ["color", "size", "spin", "style", "className", "iconClassName"];
10454
- var loadingCircleStyle$2_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10511
+ var _excluded$2$ = ["color", "size", "spin", "style", "className", "iconClassName"];
10512
+ var loadingCircleStyle$2$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10455
10513
  var History = function History(props) {
10456
10514
  var color = props.color,
10457
10515
  size = props.size,
@@ -10459,12 +10517,12 @@ var History = function History(props) {
10459
10517
  style = props.style,
10460
10518
  className = props.className,
10461
10519
  iconClassName = props.iconClassName,
10462
- otherProps = _objectWithoutProperties(props, _excluded$2_);
10520
+ otherProps = _objectWithoutProperties(props, _excluded$2$);
10463
10521
  return /*#__PURE__*/React.createElement("span", {
10464
10522
  role: "img",
10465
10523
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10466
10524
  }, /*#__PURE__*/React.createElement("style", {
10467
- children: loadingCircleStyle$2_
10525
+ children: loadingCircleStyle$2$
10468
10526
  }), /*#__PURE__*/React.createElement("svg", _extends({
10469
10527
  xmlns: "http://www.w3.org/2000/svg",
10470
10528
  width: size,
@@ -10499,8 +10557,8 @@ History.defaultProps = {
10499
10557
  size: '1em'
10500
10558
  };
10501
10559
 
10502
- var _excluded$2$ = ["color", "size", "spin", "style", "className", "iconClassName"];
10503
- var loadingCircleStyle$2$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10560
+ var _excluded$30 = ["color", "size", "spin", "style", "className", "iconClassName"];
10561
+ var loadingCircleStyle$30 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10504
10562
  var Backup = function Backup(props) {
10505
10563
  var color = props.color,
10506
10564
  size = props.size,
@@ -10508,12 +10566,12 @@ var Backup = function Backup(props) {
10508
10566
  style = props.style,
10509
10567
  className = props.className,
10510
10568
  iconClassName = props.iconClassName,
10511
- otherProps = _objectWithoutProperties(props, _excluded$2$);
10569
+ otherProps = _objectWithoutProperties(props, _excluded$30);
10512
10570
  return /*#__PURE__*/React.createElement("span", {
10513
10571
  role: "img",
10514
10572
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10515
10573
  }, /*#__PURE__*/React.createElement("style", {
10516
- children: loadingCircleStyle$2$
10574
+ children: loadingCircleStyle$30
10517
10575
  }), /*#__PURE__*/React.createElement("svg", _extends({
10518
10576
  xmlns: "http://www.w3.org/2000/svg",
10519
10577
  width: size,
@@ -10550,8 +10608,8 @@ Backup.defaultProps = {
10550
10608
  size: '1em'
10551
10609
  };
10552
10610
 
10553
- var _excluded$30 = ["color", "size", "spin", "style", "className", "iconClassName"];
10554
- var loadingCircleStyle$30 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10611
+ var _excluded$31 = ["color", "size", "spin", "style", "className", "iconClassName"];
10612
+ var loadingCircleStyle$31 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10555
10613
  var Error = function Error(props) {
10556
10614
  var color = props.color,
10557
10615
  size = props.size,
@@ -10559,12 +10617,12 @@ var Error = function Error(props) {
10559
10617
  style = props.style,
10560
10618
  className = props.className,
10561
10619
  iconClassName = props.iconClassName,
10562
- otherProps = _objectWithoutProperties(props, _excluded$30);
10620
+ otherProps = _objectWithoutProperties(props, _excluded$31);
10563
10621
  return /*#__PURE__*/React.createElement("span", {
10564
10622
  role: "img",
10565
10623
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10566
10624
  }, /*#__PURE__*/React.createElement("style", {
10567
- children: loadingCircleStyle$30
10625
+ children: loadingCircleStyle$31
10568
10626
  }), /*#__PURE__*/React.createElement("svg", _extends({
10569
10627
  xmlns: "http://www.w3.org/2000/svg",
10570
10628
  width: size,
@@ -10603,8 +10661,8 @@ Error.defaultProps = {
10603
10661
  size: '1em'
10604
10662
  };
10605
10663
 
10606
- var _excluded$31 = ["color", "size", "spin", "style", "className", "iconClassName"];
10607
- var loadingCircleStyle$31 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10664
+ var _excluded$32 = ["color", "size", "spin", "style", "className", "iconClassName"];
10665
+ var loadingCircleStyle$32 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10608
10666
  var ErrorFill = function ErrorFill(props) {
10609
10667
  var color = props.color,
10610
10668
  size = props.size,
@@ -10612,12 +10670,12 @@ var ErrorFill = function ErrorFill(props) {
10612
10670
  style = props.style,
10613
10671
  className = props.className,
10614
10672
  iconClassName = props.iconClassName,
10615
- otherProps = _objectWithoutProperties(props, _excluded$31);
10673
+ otherProps = _objectWithoutProperties(props, _excluded$32);
10616
10674
  return /*#__PURE__*/React.createElement("span", {
10617
10675
  role: "img",
10618
10676
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10619
10677
  }, /*#__PURE__*/React.createElement("style", {
10620
- children: loadingCircleStyle$31
10678
+ children: loadingCircleStyle$32
10621
10679
  }), /*#__PURE__*/React.createElement("svg", _extends({
10622
10680
  xmlns: "http://www.w3.org/2000/svg",
10623
10681
  width: size,
@@ -10652,8 +10710,8 @@ ErrorFill.defaultProps = {
10652
10710
  size: '1em'
10653
10711
  };
10654
10712
 
10655
- var _excluded$32 = ["color", "size", "spin", "style", "className", "iconClassName"];
10656
- var loadingCircleStyle$32 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10713
+ var _excluded$33 = ["color", "size", "spin", "style", "className", "iconClassName"];
10714
+ var loadingCircleStyle$33 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10657
10715
  var Error2 = function Error2(props) {
10658
10716
  var color = props.color,
10659
10717
  size = props.size,
@@ -10661,12 +10719,12 @@ var Error2 = function Error2(props) {
10661
10719
  style = props.style,
10662
10720
  className = props.className,
10663
10721
  iconClassName = props.iconClassName,
10664
- otherProps = _objectWithoutProperties(props, _excluded$32);
10722
+ otherProps = _objectWithoutProperties(props, _excluded$33);
10665
10723
  return /*#__PURE__*/React.createElement("span", {
10666
10724
  role: "img",
10667
10725
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10668
10726
  }, /*#__PURE__*/React.createElement("style", {
10669
- children: loadingCircleStyle$32
10727
+ children: loadingCircleStyle$33
10670
10728
  }), /*#__PURE__*/React.createElement("svg", _extends({
10671
10729
  xmlns: "http://www.w3.org/2000/svg",
10672
10730
  width: size,
@@ -10703,8 +10761,8 @@ Error2.defaultProps = {
10703
10761
  size: '1em'
10704
10762
  };
10705
10763
 
10706
- var _excluded$33 = ["color", "size", "spin", "style", "className", "iconClassName"];
10707
- var loadingCircleStyle$33 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10764
+ var _excluded$34 = ["color", "size", "spin", "style", "className", "iconClassName"];
10765
+ var loadingCircleStyle$34 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10708
10766
  var Error2Fill = function Error2Fill(props) {
10709
10767
  var color = props.color,
10710
10768
  size = props.size,
@@ -10712,12 +10770,12 @@ var Error2Fill = function Error2Fill(props) {
10712
10770
  style = props.style,
10713
10771
  className = props.className,
10714
10772
  iconClassName = props.iconClassName,
10715
- otherProps = _objectWithoutProperties(props, _excluded$33);
10773
+ otherProps = _objectWithoutProperties(props, _excluded$34);
10716
10774
  return /*#__PURE__*/React.createElement("span", {
10717
10775
  role: "img",
10718
10776
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10719
10777
  }, /*#__PURE__*/React.createElement("style", {
10720
- children: loadingCircleStyle$33
10778
+ children: loadingCircleStyle$34
10721
10779
  }), /*#__PURE__*/React.createElement("svg", _extends({
10722
10780
  xmlns: "http://www.w3.org/2000/svg",
10723
10781
  width: size,
@@ -10754,8 +10812,8 @@ Error2Fill.defaultProps = {
10754
10812
  size: '1em'
10755
10813
  };
10756
10814
 
10757
- var _excluded$34 = ["color", "size", "spin", "style", "className", "iconClassName"];
10758
- var loadingCircleStyle$34 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10815
+ var _excluded$35 = ["color", "size", "spin", "style", "className", "iconClassName"];
10816
+ var loadingCircleStyle$35 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10759
10817
  var Success = function Success(props) {
10760
10818
  var color = props.color,
10761
10819
  size = props.size,
@@ -10763,12 +10821,12 @@ var Success = function Success(props) {
10763
10821
  style = props.style,
10764
10822
  className = props.className,
10765
10823
  iconClassName = props.iconClassName,
10766
- otherProps = _objectWithoutProperties(props, _excluded$34);
10824
+ otherProps = _objectWithoutProperties(props, _excluded$35);
10767
10825
  return /*#__PURE__*/React.createElement("span", {
10768
10826
  role: "img",
10769
10827
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10770
10828
  }, /*#__PURE__*/React.createElement("style", {
10771
- children: loadingCircleStyle$34
10829
+ children: loadingCircleStyle$35
10772
10830
  }), /*#__PURE__*/React.createElement("svg", _extends({
10773
10831
  xmlns: "http://www.w3.org/2000/svg",
10774
10832
  width: size,
@@ -10803,8 +10861,8 @@ Success.defaultProps = {
10803
10861
  size: '1em'
10804
10862
  };
10805
10863
 
10806
- var _excluded$35 = ["color", "size", "spin", "style", "className", "iconClassName"];
10807
- var loadingCircleStyle$35 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10864
+ var _excluded$36 = ["color", "size", "spin", "style", "className", "iconClassName"];
10865
+ var loadingCircleStyle$36 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10808
10866
  var SuccessFill = function SuccessFill(props) {
10809
10867
  var color = props.color,
10810
10868
  size = props.size,
@@ -10812,12 +10870,12 @@ var SuccessFill = function SuccessFill(props) {
10812
10870
  style = props.style,
10813
10871
  className = props.className,
10814
10872
  iconClassName = props.iconClassName,
10815
- otherProps = _objectWithoutProperties(props, _excluded$35);
10873
+ otherProps = _objectWithoutProperties(props, _excluded$36);
10816
10874
  return /*#__PURE__*/React.createElement("span", {
10817
10875
  role: "img",
10818
10876
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10819
10877
  }, /*#__PURE__*/React.createElement("style", {
10820
- children: loadingCircleStyle$35
10878
+ children: loadingCircleStyle$36
10821
10879
  }), /*#__PURE__*/React.createElement("svg", _extends({
10822
10880
  xmlns: "http://www.w3.org/2000/svg",
10823
10881
  width: size,
@@ -10854,8 +10912,8 @@ SuccessFill.defaultProps = {
10854
10912
  size: '1em'
10855
10913
  };
10856
10914
 
10857
- var _excluded$36 = ["color", "size", "spin", "style", "className", "iconClassName"];
10858
- var loadingCircleStyle$36 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10915
+ var _excluded$37 = ["color", "size", "spin", "style", "className", "iconClassName"];
10916
+ var loadingCircleStyle$37 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10859
10917
  var Delete2 = function Delete2(props) {
10860
10918
  var color = props.color,
10861
10919
  size = props.size,
@@ -10863,12 +10921,12 @@ var Delete2 = function Delete2(props) {
10863
10921
  style = props.style,
10864
10922
  className = props.className,
10865
10923
  iconClassName = props.iconClassName,
10866
- otherProps = _objectWithoutProperties(props, _excluded$36);
10924
+ otherProps = _objectWithoutProperties(props, _excluded$37);
10867
10925
  return /*#__PURE__*/React.createElement("span", {
10868
10926
  role: "img",
10869
10927
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10870
10928
  }, /*#__PURE__*/React.createElement("style", {
10871
- children: loadingCircleStyle$36
10929
+ children: loadingCircleStyle$37
10872
10930
  }), /*#__PURE__*/React.createElement("svg", _extends({
10873
10931
  xmlns: "http://www.w3.org/2000/svg",
10874
10932
  width: size,
@@ -10903,8 +10961,8 @@ Delete2.defaultProps = {
10903
10961
  size: '1em'
10904
10962
  };
10905
10963
 
10906
- var _excluded$37 = ["color", "size", "spin", "style", "className", "iconClassName"];
10907
- var loadingCircleStyle$37 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10964
+ var _excluded$38 = ["color", "size", "spin", "style", "className", "iconClassName"];
10965
+ var loadingCircleStyle$38 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10908
10966
  var Delete2Fill = function Delete2Fill(props) {
10909
10967
  var color = props.color,
10910
10968
  size = props.size,
@@ -10912,12 +10970,12 @@ var Delete2Fill = function Delete2Fill(props) {
10912
10970
  style = props.style,
10913
10971
  className = props.className,
10914
10972
  iconClassName = props.iconClassName,
10915
- otherProps = _objectWithoutProperties(props, _excluded$37);
10973
+ otherProps = _objectWithoutProperties(props, _excluded$38);
10916
10974
  return /*#__PURE__*/React.createElement("span", {
10917
10975
  role: "img",
10918
10976
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10919
10977
  }, /*#__PURE__*/React.createElement("style", {
10920
- children: loadingCircleStyle$37
10978
+ children: loadingCircleStyle$38
10921
10979
  }), /*#__PURE__*/React.createElement("svg", _extends({
10922
10980
  xmlns: "http://www.w3.org/2000/svg",
10923
10981
  width: size,
@@ -10952,8 +11010,8 @@ Delete2Fill.defaultProps = {
10952
11010
  size: '1em'
10953
11011
  };
10954
11012
 
10955
- var _excluded$38 = ["color", "size", "spin", "style", "className", "iconClassName"];
10956
- var loadingCircleStyle$38 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11013
+ var _excluded$39 = ["color", "size", "spin", "style", "className", "iconClassName"];
11014
+ var loadingCircleStyle$39 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10957
11015
  var Exchange = function Exchange(props) {
10958
11016
  var color = props.color,
10959
11017
  size = props.size,
@@ -10961,12 +11019,12 @@ var Exchange = function Exchange(props) {
10961
11019
  style = props.style,
10962
11020
  className = props.className,
10963
11021
  iconClassName = props.iconClassName,
10964
- otherProps = _objectWithoutProperties(props, _excluded$38);
11022
+ otherProps = _objectWithoutProperties(props, _excluded$39);
10965
11023
  return /*#__PURE__*/React.createElement("span", {
10966
11024
  role: "img",
10967
11025
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10968
11026
  }, /*#__PURE__*/React.createElement("style", {
10969
- children: loadingCircleStyle$38
11027
+ children: loadingCircleStyle$39
10970
11028
  }), /*#__PURE__*/React.createElement("svg", _extends({
10971
11029
  xmlns: "http://www.w3.org/2000/svg",
10972
11030
  width: size,
@@ -11001,8 +11059,8 @@ Exchange.defaultProps = {
11001
11059
  size: '1em'
11002
11060
  };
11003
11061
 
11004
- var _excluded$39 = ["color", "size", "spin", "style", "className", "iconClassName"];
11005
- var loadingCircleStyle$39 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11062
+ var _excluded$3a = ["color", "size", "spin", "style", "className", "iconClassName"];
11063
+ var loadingCircleStyle$3a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11006
11064
  var SwapFill = function SwapFill(props) {
11007
11065
  var color = props.color,
11008
11066
  size = props.size,
@@ -11010,12 +11068,12 @@ var SwapFill = function SwapFill(props) {
11010
11068
  style = props.style,
11011
11069
  className = props.className,
11012
11070
  iconClassName = props.iconClassName,
11013
- otherProps = _objectWithoutProperties(props, _excluded$39);
11071
+ otherProps = _objectWithoutProperties(props, _excluded$3a);
11014
11072
  return /*#__PURE__*/React.createElement("span", {
11015
11073
  role: "img",
11016
11074
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11017
11075
  }, /*#__PURE__*/React.createElement("style", {
11018
- children: loadingCircleStyle$39
11076
+ children: loadingCircleStyle$3a
11019
11077
  }), /*#__PURE__*/React.createElement("svg", _extends({
11020
11078
  xmlns: "http://www.w3.org/2000/svg",
11021
11079
  width: size,
@@ -11050,8 +11108,8 @@ SwapFill.defaultProps = {
11050
11108
  size: '1em'
11051
11109
  };
11052
11110
 
11053
- var _excluded$3a = ["color", "size", "spin", "style", "className", "iconClassName"];
11054
- var loadingCircleStyle$3a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11111
+ var _excluded$3b = ["color", "size", "spin", "style", "className", "iconClassName"];
11112
+ var loadingCircleStyle$3b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11055
11113
  var Processing = function Processing(props) {
11056
11114
  var color = props.color,
11057
11115
  size = props.size,
@@ -11059,12 +11117,12 @@ var Processing = function Processing(props) {
11059
11117
  style = props.style,
11060
11118
  className = props.className,
11061
11119
  iconClassName = props.iconClassName,
11062
- otherProps = _objectWithoutProperties(props, _excluded$3a);
11120
+ otherProps = _objectWithoutProperties(props, _excluded$3b);
11063
11121
  return /*#__PURE__*/React.createElement("span", {
11064
11122
  role: "img",
11065
11123
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11066
11124
  }, /*#__PURE__*/React.createElement("style", {
11067
- children: loadingCircleStyle$3a
11125
+ children: loadingCircleStyle$3b
11068
11126
  }), /*#__PURE__*/React.createElement("svg", _extends({
11069
11127
  xmlns: "http://www.w3.org/2000/svg",
11070
11128
  width: size,
@@ -11099,8 +11157,8 @@ Processing.defaultProps = {
11099
11157
  size: '1em'
11100
11158
  };
11101
11159
 
11102
- var _excluded$3b = ["color", "size", "spin", "style", "className", "iconClassName"];
11103
- var loadingCircleStyle$3b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11160
+ var _excluded$3c = ["color", "size", "spin", "style", "className", "iconClassName"];
11161
+ var loadingCircleStyle$3c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11104
11162
  var Processing2 = function Processing2(props) {
11105
11163
  var color = props.color,
11106
11164
  size = props.size,
@@ -11108,12 +11166,12 @@ var Processing2 = function Processing2(props) {
11108
11166
  style = props.style,
11109
11167
  className = props.className,
11110
11168
  iconClassName = props.iconClassName,
11111
- otherProps = _objectWithoutProperties(props, _excluded$3b);
11169
+ otherProps = _objectWithoutProperties(props, _excluded$3c);
11112
11170
  return /*#__PURE__*/React.createElement("span", {
11113
11171
  role: "img",
11114
11172
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11115
11173
  }, /*#__PURE__*/React.createElement("style", {
11116
- children: loadingCircleStyle$3b
11174
+ children: loadingCircleStyle$3c
11117
11175
  }), /*#__PURE__*/React.createElement("svg", _extends({
11118
11176
  xmlns: "http://www.w3.org/2000/svg",
11119
11177
  width: size,
@@ -11150,8 +11208,8 @@ Processing2.defaultProps = {
11150
11208
  size: '1em'
11151
11209
  };
11152
11210
 
11153
- var _excluded$3c = ["color", "size", "spin", "style", "className", "iconClassName"];
11154
- var loadingCircleStyle$3c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11211
+ var _excluded$3d = ["color", "size", "spin", "style", "className", "iconClassName"];
11212
+ var loadingCircleStyle$3d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11155
11213
  var Done = function Done(props) {
11156
11214
  var color = props.color,
11157
11215
  size = props.size,
@@ -11159,12 +11217,12 @@ var Done = function Done(props) {
11159
11217
  style = props.style,
11160
11218
  className = props.className,
11161
11219
  iconClassName = props.iconClassName,
11162
- otherProps = _objectWithoutProperties(props, _excluded$3c);
11220
+ otherProps = _objectWithoutProperties(props, _excluded$3d);
11163
11221
  return /*#__PURE__*/React.createElement("span", {
11164
11222
  role: "img",
11165
11223
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11166
11224
  }, /*#__PURE__*/React.createElement("style", {
11167
- children: loadingCircleStyle$3c
11225
+ children: loadingCircleStyle$3d
11168
11226
  }), /*#__PURE__*/React.createElement("svg", _extends({
11169
11227
  xmlns: "http://www.w3.org/2000/svg",
11170
11228
  width: size,
@@ -11199,8 +11257,8 @@ Done.defaultProps = {
11199
11257
  size: '1em'
11200
11258
  };
11201
11259
 
11202
- var _excluded$3d = ["color", "size", "spin", "style", "className", "iconClassName"];
11203
- var loadingCircleStyle$3d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11260
+ var _excluded$3e = ["color", "size", "spin", "style", "className", "iconClassName"];
11261
+ var loadingCircleStyle$3e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11204
11262
  var Close = function Close(props) {
11205
11263
  var color = props.color,
11206
11264
  size = props.size,
@@ -11208,12 +11266,12 @@ var Close = function Close(props) {
11208
11266
  style = props.style,
11209
11267
  className = props.className,
11210
11268
  iconClassName = props.iconClassName,
11211
- otherProps = _objectWithoutProperties(props, _excluded$3d);
11269
+ otherProps = _objectWithoutProperties(props, _excluded$3e);
11212
11270
  return /*#__PURE__*/React.createElement("span", {
11213
11271
  role: "img",
11214
11272
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11215
11273
  }, /*#__PURE__*/React.createElement("style", {
11216
- children: loadingCircleStyle$3d
11274
+ children: loadingCircleStyle$3e
11217
11275
  }), /*#__PURE__*/React.createElement("svg", _extends({
11218
11276
  xmlns: "http://www.w3.org/2000/svg",
11219
11277
  width: size,
@@ -11248,8 +11306,8 @@ Close.defaultProps = {
11248
11306
  size: '1em'
11249
11307
  };
11250
11308
 
11251
- var _excluded$3e = ["color", "size", "spin", "style", "className", "iconClassName"];
11252
- var loadingCircleStyle$3e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11309
+ var _excluded$3f = ["color", "size", "spin", "style", "className", "iconClassName"];
11310
+ var loadingCircleStyle$3f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11253
11311
  var StarOutline = function StarOutline(props) {
11254
11312
  var color = props.color,
11255
11313
  size = props.size,
@@ -11257,12 +11315,12 @@ var StarOutline = function StarOutline(props) {
11257
11315
  style = props.style,
11258
11316
  className = props.className,
11259
11317
  iconClassName = props.iconClassName,
11260
- otherProps = _objectWithoutProperties(props, _excluded$3e);
11318
+ otherProps = _objectWithoutProperties(props, _excluded$3f);
11261
11319
  return /*#__PURE__*/React.createElement("span", {
11262
11320
  role: "img",
11263
11321
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11264
11322
  }, /*#__PURE__*/React.createElement("style", {
11265
- children: loadingCircleStyle$3e
11323
+ children: loadingCircleStyle$3f
11266
11324
  }), /*#__PURE__*/React.createElement("svg", _extends({
11267
11325
  xmlns: "http://www.w3.org/2000/svg",
11268
11326
  width: size,
@@ -11297,8 +11355,8 @@ StarOutline.defaultProps = {
11297
11355
  size: '1em'
11298
11356
  };
11299
11357
 
11300
- var _excluded$3f = ["color", "size", "spin", "style", "className", "iconClassName"];
11301
- var loadingCircleStyle$3f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11358
+ var _excluded$3g = ["color", "size", "spin", "style", "className", "iconClassName"];
11359
+ var loadingCircleStyle$3g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11302
11360
  var StarFill = function StarFill(props) {
11303
11361
  var color = props.color,
11304
11362
  size = props.size,
@@ -11306,12 +11364,12 @@ var StarFill = function StarFill(props) {
11306
11364
  style = props.style,
11307
11365
  className = props.className,
11308
11366
  iconClassName = props.iconClassName,
11309
- otherProps = _objectWithoutProperties(props, _excluded$3f);
11367
+ otherProps = _objectWithoutProperties(props, _excluded$3g);
11310
11368
  return /*#__PURE__*/React.createElement("span", {
11311
11369
  role: "img",
11312
11370
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11313
11371
  }, /*#__PURE__*/React.createElement("style", {
11314
- children: loadingCircleStyle$3f
11372
+ children: loadingCircleStyle$3g
11315
11373
  }), /*#__PURE__*/React.createElement("svg", _extends({
11316
11374
  xmlns: "http://www.w3.org/2000/svg",
11317
11375
  width: size,
@@ -11346,8 +11404,8 @@ StarFill.defaultProps = {
11346
11404
  size: '1em'
11347
11405
  };
11348
11406
 
11349
- var _excluded$3g = ["color", "size", "spin", "style", "className", "iconClassName"];
11350
- var loadingCircleStyle$3g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11407
+ var _excluded$3h = ["color", "size", "spin", "style", "className", "iconClassName"];
11408
+ var loadingCircleStyle$3h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11351
11409
  var TimeLock = function TimeLock(props) {
11352
11410
  var color = props.color,
11353
11411
  size = props.size,
@@ -11355,12 +11413,12 @@ var TimeLock = function TimeLock(props) {
11355
11413
  style = props.style,
11356
11414
  className = props.className,
11357
11415
  iconClassName = props.iconClassName,
11358
- otherProps = _objectWithoutProperties(props, _excluded$3g);
11416
+ otherProps = _objectWithoutProperties(props, _excluded$3h);
11359
11417
  return /*#__PURE__*/React.createElement("span", {
11360
11418
  role: "img",
11361
11419
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11362
11420
  }, /*#__PURE__*/React.createElement("style", {
11363
- children: loadingCircleStyle$3g
11421
+ children: loadingCircleStyle$3h
11364
11422
  }), /*#__PURE__*/React.createElement("svg", _extends({
11365
11423
  xmlns: "http://www.w3.org/2000/svg",
11366
11424
  width: size,
@@ -11395,8 +11453,8 @@ TimeLock.defaultProps = {
11395
11453
  size: '1em'
11396
11454
  };
11397
11455
 
11398
- var _excluded$3h = ["color", "size", "spin", "style", "className", "iconClassName"];
11399
- var loadingCircleStyle$3h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11456
+ var _excluded$3i = ["color", "size", "spin", "style", "className", "iconClassName"];
11457
+ var loadingCircleStyle$3i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11400
11458
  var Heart = function Heart(props) {
11401
11459
  var color = props.color,
11402
11460
  size = props.size,
@@ -11404,12 +11462,12 @@ var Heart = function Heart(props) {
11404
11462
  style = props.style,
11405
11463
  className = props.className,
11406
11464
  iconClassName = props.iconClassName,
11407
- otherProps = _objectWithoutProperties(props, _excluded$3h);
11465
+ otherProps = _objectWithoutProperties(props, _excluded$3i);
11408
11466
  return /*#__PURE__*/React.createElement("span", {
11409
11467
  role: "img",
11410
11468
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11411
11469
  }, /*#__PURE__*/React.createElement("style", {
11412
- children: loadingCircleStyle$3h
11470
+ children: loadingCircleStyle$3i
11413
11471
  }), /*#__PURE__*/React.createElement("svg", _extends({
11414
11472
  xmlns: "http://www.w3.org/2000/svg",
11415
11473
  width: size,
@@ -11444,8 +11502,8 @@ Heart.defaultProps = {
11444
11502
  size: '1em'
11445
11503
  };
11446
11504
 
11447
- var _excluded$3i = ["color", "size", "spin", "style", "className", "iconClassName"];
11448
- var loadingCircleStyle$3i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11505
+ var _excluded$3j = ["color", "size", "spin", "style", "className", "iconClassName"];
11506
+ var loadingCircleStyle$3j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11449
11507
  var Bookmark = function Bookmark(props) {
11450
11508
  var color = props.color,
11451
11509
  size = props.size,
@@ -11453,12 +11511,12 @@ var Bookmark = function Bookmark(props) {
11453
11511
  style = props.style,
11454
11512
  className = props.className,
11455
11513
  iconClassName = props.iconClassName,
11456
- otherProps = _objectWithoutProperties(props, _excluded$3i);
11514
+ otherProps = _objectWithoutProperties(props, _excluded$3j);
11457
11515
  return /*#__PURE__*/React.createElement("span", {
11458
11516
  role: "img",
11459
11517
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11460
11518
  }, /*#__PURE__*/React.createElement("style", {
11461
- children: loadingCircleStyle$3i
11519
+ children: loadingCircleStyle$3j
11462
11520
  }), /*#__PURE__*/React.createElement("svg", _extends({
11463
11521
  xmlns: "http://www.w3.org/2000/svg",
11464
11522
  width: size,
@@ -11493,8 +11551,8 @@ Bookmark.defaultProps = {
11493
11551
  size: '1em'
11494
11552
  };
11495
11553
 
11496
- var _excluded$3j = ["color", "size", "spin", "style", "className", "iconClassName"];
11497
- var loadingCircleStyle$3j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11554
+ var _excluded$3k = ["color", "size", "spin", "style", "className", "iconClassName"];
11555
+ var loadingCircleStyle$3k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11498
11556
  var Bookmark2 = function Bookmark2(props) {
11499
11557
  var color = props.color,
11500
11558
  size = props.size,
@@ -11502,12 +11560,12 @@ var Bookmark2 = function Bookmark2(props) {
11502
11560
  style = props.style,
11503
11561
  className = props.className,
11504
11562
  iconClassName = props.iconClassName,
11505
- otherProps = _objectWithoutProperties(props, _excluded$3j);
11563
+ otherProps = _objectWithoutProperties(props, _excluded$3k);
11506
11564
  return /*#__PURE__*/React.createElement("span", {
11507
11565
  role: "img",
11508
11566
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11509
11567
  }, /*#__PURE__*/React.createElement("style", {
11510
- children: loadingCircleStyle$3j
11568
+ children: loadingCircleStyle$3k
11511
11569
  }), /*#__PURE__*/React.createElement("svg", _extends({
11512
11570
  xmlns: "http://www.w3.org/2000/svg",
11513
11571
  width: size,
@@ -11542,8 +11600,8 @@ Bookmark2.defaultProps = {
11542
11600
  size: '1em'
11543
11601
  };
11544
11602
 
11545
- var _excluded$3k = ["color", "size", "spin", "style", "className", "iconClassName"];
11546
- var loadingCircleStyle$3k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11603
+ var _excluded$3l = ["color", "size", "spin", "style", "className", "iconClassName"];
11604
+ var loadingCircleStyle$3l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11547
11605
  var LockClose = function LockClose(props) {
11548
11606
  var color = props.color,
11549
11607
  size = props.size,
@@ -11551,12 +11609,12 @@ var LockClose = function LockClose(props) {
11551
11609
  style = props.style,
11552
11610
  className = props.className,
11553
11611
  iconClassName = props.iconClassName,
11554
- otherProps = _objectWithoutProperties(props, _excluded$3k);
11612
+ otherProps = _objectWithoutProperties(props, _excluded$3l);
11555
11613
  return /*#__PURE__*/React.createElement("span", {
11556
11614
  role: "img",
11557
11615
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11558
11616
  }, /*#__PURE__*/React.createElement("style", {
11559
- children: loadingCircleStyle$3k
11617
+ children: loadingCircleStyle$3l
11560
11618
  }), /*#__PURE__*/React.createElement("svg", _extends({
11561
11619
  xmlns: "http://www.w3.org/2000/svg",
11562
11620
  width: size,
@@ -11595,8 +11653,8 @@ LockClose.defaultProps = {
11595
11653
  size: '1em'
11596
11654
  };
11597
11655
 
11598
- var _excluded$3l = ["color", "size", "spin", "style", "className", "iconClassName"];
11599
- var loadingCircleStyle$3l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11656
+ var _excluded$3m = ["color", "size", "spin", "style", "className", "iconClassName"];
11657
+ var loadingCircleStyle$3m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11600
11658
  var LockCloseFill = function LockCloseFill(props) {
11601
11659
  var color = props.color,
11602
11660
  size = props.size,
@@ -11604,12 +11662,12 @@ var LockCloseFill = function LockCloseFill(props) {
11604
11662
  style = props.style,
11605
11663
  className = props.className,
11606
11664
  iconClassName = props.iconClassName,
11607
- otherProps = _objectWithoutProperties(props, _excluded$3l);
11665
+ otherProps = _objectWithoutProperties(props, _excluded$3m);
11608
11666
  return /*#__PURE__*/React.createElement("span", {
11609
11667
  role: "img",
11610
11668
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11611
11669
  }, /*#__PURE__*/React.createElement("style", {
11612
- children: loadingCircleStyle$3l
11670
+ children: loadingCircleStyle$3m
11613
11671
  }), /*#__PURE__*/React.createElement("svg", _extends({
11614
11672
  xmlns: "http://www.w3.org/2000/svg",
11615
11673
  width: size,
@@ -11644,8 +11702,8 @@ LockCloseFill.defaultProps = {
11644
11702
  size: '1em'
11645
11703
  };
11646
11704
 
11647
- var _excluded$3m = ["color", "size", "spin", "style", "className", "iconClassName"];
11648
- var loadingCircleStyle$3m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11705
+ var _excluded$3n = ["color", "size", "spin", "style", "className", "iconClassName"];
11706
+ var loadingCircleStyle$3n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11649
11707
  var LockOpen = function LockOpen(props) {
11650
11708
  var color = props.color,
11651
11709
  size = props.size,
@@ -11653,12 +11711,12 @@ var LockOpen = function LockOpen(props) {
11653
11711
  style = props.style,
11654
11712
  className = props.className,
11655
11713
  iconClassName = props.iconClassName,
11656
- otherProps = _objectWithoutProperties(props, _excluded$3m);
11714
+ otherProps = _objectWithoutProperties(props, _excluded$3n);
11657
11715
  return /*#__PURE__*/React.createElement("span", {
11658
11716
  role: "img",
11659
11717
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11660
11718
  }, /*#__PURE__*/React.createElement("style", {
11661
- children: loadingCircleStyle$3m
11719
+ children: loadingCircleStyle$3n
11662
11720
  }), /*#__PURE__*/React.createElement("svg", _extends({
11663
11721
  xmlns: "http://www.w3.org/2000/svg",
11664
11722
  width: size,
@@ -11693,8 +11751,8 @@ LockOpen.defaultProps = {
11693
11751
  size: '1em'
11694
11752
  };
11695
11753
 
11696
- var _excluded$3n = ["color", "size", "spin", "style", "className", "iconClassName"];
11697
- var loadingCircleStyle$3n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11754
+ var _excluded$3o = ["color", "size", "spin", "style", "className", "iconClassName"];
11755
+ var loadingCircleStyle$3o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11698
11756
  var LockOpenFill = function LockOpenFill(props) {
11699
11757
  var color = props.color,
11700
11758
  size = props.size,
@@ -11702,12 +11760,12 @@ var LockOpenFill = function LockOpenFill(props) {
11702
11760
  style = props.style,
11703
11761
  className = props.className,
11704
11762
  iconClassName = props.iconClassName,
11705
- otherProps = _objectWithoutProperties(props, _excluded$3n);
11763
+ otherProps = _objectWithoutProperties(props, _excluded$3o);
11706
11764
  return /*#__PURE__*/React.createElement("span", {
11707
11765
  role: "img",
11708
11766
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11709
11767
  }, /*#__PURE__*/React.createElement("style", {
11710
- children: loadingCircleStyle$3n
11768
+ children: loadingCircleStyle$3o
11711
11769
  }), /*#__PURE__*/React.createElement("svg", _extends({
11712
11770
  xmlns: "http://www.w3.org/2000/svg",
11713
11771
  width: size,
@@ -11742,8 +11800,8 @@ LockOpenFill.defaultProps = {
11742
11800
  size: '1em'
11743
11801
  };
11744
11802
 
11745
- var _excluded$3o = ["color", "size", "spin", "style", "className", "iconClassName"];
11746
- var loadingCircleStyle$3o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11803
+ var _excluded$3p = ["color", "size", "spin", "style", "className", "iconClassName"];
11804
+ var loadingCircleStyle$3p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11747
11805
  var EyeOn = function EyeOn(props) {
11748
11806
  var color = props.color,
11749
11807
  size = props.size,
@@ -11751,12 +11809,12 @@ var EyeOn = function EyeOn(props) {
11751
11809
  style = props.style,
11752
11810
  className = props.className,
11753
11811
  iconClassName = props.iconClassName,
11754
- otherProps = _objectWithoutProperties(props, _excluded$3o);
11812
+ otherProps = _objectWithoutProperties(props, _excluded$3p);
11755
11813
  return /*#__PURE__*/React.createElement("span", {
11756
11814
  role: "img",
11757
11815
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11758
11816
  }, /*#__PURE__*/React.createElement("style", {
11759
- children: loadingCircleStyle$3o
11817
+ children: loadingCircleStyle$3p
11760
11818
  }), /*#__PURE__*/React.createElement("svg", _extends({
11761
11819
  xmlns: "http://www.w3.org/2000/svg",
11762
11820
  width: size,
@@ -11791,8 +11849,8 @@ EyeOn.defaultProps = {
11791
11849
  size: '1em'
11792
11850
  };
11793
11851
 
11794
- var _excluded$3p = ["color", "size", "spin", "style", "className", "iconClassName"];
11795
- var loadingCircleStyle$3p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11852
+ var _excluded$3q = ["color", "size", "spin", "style", "className", "iconClassName"];
11853
+ var loadingCircleStyle$3q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11796
11854
  var EyeOnFill = function EyeOnFill(props) {
11797
11855
  var color = props.color,
11798
11856
  size = props.size,
@@ -11800,12 +11858,12 @@ var EyeOnFill = function EyeOnFill(props) {
11800
11858
  style = props.style,
11801
11859
  className = props.className,
11802
11860
  iconClassName = props.iconClassName,
11803
- otherProps = _objectWithoutProperties(props, _excluded$3p);
11861
+ otherProps = _objectWithoutProperties(props, _excluded$3q);
11804
11862
  return /*#__PURE__*/React.createElement("span", {
11805
11863
  role: "img",
11806
11864
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11807
11865
  }, /*#__PURE__*/React.createElement("style", {
11808
- children: loadingCircleStyle$3p
11866
+ children: loadingCircleStyle$3q
11809
11867
  }), /*#__PURE__*/React.createElement("svg", _extends({
11810
11868
  xmlns: "http://www.w3.org/2000/svg",
11811
11869
  width: size,
@@ -11842,8 +11900,8 @@ EyeOnFill.defaultProps = {
11842
11900
  size: '1em'
11843
11901
  };
11844
11902
 
11845
- var _excluded$3q = ["color", "size", "spin", "style", "className", "iconClassName"];
11846
- var loadingCircleStyle$3q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11903
+ var _excluded$3r = ["color", "size", "spin", "style", "className", "iconClassName"];
11904
+ var loadingCircleStyle$3r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11847
11905
  var EyeOff = function EyeOff(props) {
11848
11906
  var color = props.color,
11849
11907
  size = props.size,
@@ -11851,12 +11909,12 @@ var EyeOff = function EyeOff(props) {
11851
11909
  style = props.style,
11852
11910
  className = props.className,
11853
11911
  iconClassName = props.iconClassName,
11854
- otherProps = _objectWithoutProperties(props, _excluded$3q);
11912
+ otherProps = _objectWithoutProperties(props, _excluded$3r);
11855
11913
  return /*#__PURE__*/React.createElement("span", {
11856
11914
  role: "img",
11857
11915
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11858
11916
  }, /*#__PURE__*/React.createElement("style", {
11859
- children: loadingCircleStyle$3q
11917
+ children: loadingCircleStyle$3r
11860
11918
  }), /*#__PURE__*/React.createElement("svg", _extends({
11861
11919
  xmlns: "http://www.w3.org/2000/svg",
11862
11920
  width: size,
@@ -11891,8 +11949,8 @@ EyeOff.defaultProps = {
11891
11949
  size: '1em'
11892
11950
  };
11893
11951
 
11894
- var _excluded$3r = ["color", "size", "spin", "style", "className", "iconClassName"];
11895
- var loadingCircleStyle$3r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11952
+ var _excluded$3s = ["color", "size", "spin", "style", "className", "iconClassName"];
11953
+ var loadingCircleStyle$3s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11896
11954
  var EyeOffFill = function EyeOffFill(props) {
11897
11955
  var color = props.color,
11898
11956
  size = props.size,
@@ -11900,12 +11958,12 @@ var EyeOffFill = function EyeOffFill(props) {
11900
11958
  style = props.style,
11901
11959
  className = props.className,
11902
11960
  iconClassName = props.iconClassName,
11903
- otherProps = _objectWithoutProperties(props, _excluded$3r);
11961
+ otherProps = _objectWithoutProperties(props, _excluded$3s);
11904
11962
  return /*#__PURE__*/React.createElement("span", {
11905
11963
  role: "img",
11906
11964
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11907
11965
  }, /*#__PURE__*/React.createElement("style", {
11908
- children: loadingCircleStyle$3r
11966
+ children: loadingCircleStyle$3s
11909
11967
  }), /*#__PURE__*/React.createElement("svg", _extends({
11910
11968
  xmlns: "http://www.w3.org/2000/svg",
11911
11969
  width: size,
@@ -11942,8 +12000,8 @@ EyeOffFill.defaultProps = {
11942
12000
  size: '1em'
11943
12001
  };
11944
12002
 
11945
- var _excluded$3s = ["color", "size", "spin", "style", "className", "iconClassName"];
11946
- var loadingCircleStyle$3s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12003
+ var _excluded$3t = ["color", "size", "spin", "style", "className", "iconClassName"];
12004
+ var loadingCircleStyle$3t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11947
12005
  var Dot = function Dot(props) {
11948
12006
  var color = props.color,
11949
12007
  size = props.size,
@@ -11951,12 +12009,12 @@ var Dot = function Dot(props) {
11951
12009
  style = props.style,
11952
12010
  className = props.className,
11953
12011
  iconClassName = props.iconClassName,
11954
- otherProps = _objectWithoutProperties(props, _excluded$3s);
12012
+ otherProps = _objectWithoutProperties(props, _excluded$3t);
11955
12013
  return /*#__PURE__*/React.createElement("span", {
11956
12014
  role: "img",
11957
12015
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11958
12016
  }, /*#__PURE__*/React.createElement("style", {
11959
- children: loadingCircleStyle$3s
12017
+ children: loadingCircleStyle$3t
11960
12018
  }), /*#__PURE__*/React.createElement("svg", _extends({
11961
12019
  xmlns: "http://www.w3.org/2000/svg",
11962
12020
  width: size,
@@ -11993,8 +12051,8 @@ Dot.defaultProps = {
11993
12051
  size: '1em'
11994
12052
  };
11995
12053
 
11996
- var _excluded$3t = ["color", "size", "spin", "style", "className", "iconClassName"];
11997
- var loadingCircleStyle$3t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12054
+ var _excluded$3u = ["color", "size", "spin", "style", "className", "iconClassName"];
12055
+ var loadingCircleStyle$3u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11998
12056
  var Anchor = function Anchor(props) {
11999
12057
  var color = props.color,
12000
12058
  size = props.size,
@@ -12002,12 +12060,12 @@ var Anchor = function Anchor(props) {
12002
12060
  style = props.style,
12003
12061
  className = props.className,
12004
12062
  iconClassName = props.iconClassName,
12005
- otherProps = _objectWithoutProperties(props, _excluded$3t);
12063
+ otherProps = _objectWithoutProperties(props, _excluded$3u);
12006
12064
  return /*#__PURE__*/React.createElement("span", {
12007
12065
  role: "img",
12008
12066
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12009
12067
  }, /*#__PURE__*/React.createElement("style", {
12010
- children: loadingCircleStyle$3t
12068
+ children: loadingCircleStyle$3u
12011
12069
  }), /*#__PURE__*/React.createElement("svg", _extends({
12012
12070
  xmlns: "http://www.w3.org/2000/svg",
12013
12071
  width: size,
@@ -12042,8 +12100,8 @@ Anchor.defaultProps = {
12042
12100
  size: '1em'
12043
12101
  };
12044
12102
 
12045
- var _excluded$3u = ["color", "size", "spin", "style", "className", "iconClassName"];
12046
- var loadingCircleStyle$3u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12103
+ var _excluded$3v = ["color", "size", "spin", "style", "className", "iconClassName"];
12104
+ var loadingCircleStyle$3v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12047
12105
  var Notice = function Notice(props) {
12048
12106
  var color = props.color,
12049
12107
  size = props.size,
@@ -12051,12 +12109,12 @@ var Notice = function Notice(props) {
12051
12109
  style = props.style,
12052
12110
  className = props.className,
12053
12111
  iconClassName = props.iconClassName,
12054
- otherProps = _objectWithoutProperties(props, _excluded$3u);
12112
+ otherProps = _objectWithoutProperties(props, _excluded$3v);
12055
12113
  return /*#__PURE__*/React.createElement("span", {
12056
12114
  role: "img",
12057
12115
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12058
12116
  }, /*#__PURE__*/React.createElement("style", {
12059
- children: loadingCircleStyle$3u
12117
+ children: loadingCircleStyle$3v
12060
12118
  }), /*#__PURE__*/React.createElement("svg", _extends({
12061
12119
  xmlns: "http://www.w3.org/2000/svg",
12062
12120
  width: size,
@@ -12093,8 +12151,8 @@ Notice.defaultProps = {
12093
12151
  size: '1em'
12094
12152
  };
12095
12153
 
12096
- var _excluded$3v = ["color", "size", "spin", "style", "className", "iconClassName"];
12097
- var loadingCircleStyle$3v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12154
+ var _excluded$3w = ["color", "size", "spin", "style", "className", "iconClassName"];
12155
+ var loadingCircleStyle$3w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12098
12156
  var ChartLine = function ChartLine(props) {
12099
12157
  var color = props.color,
12100
12158
  size = props.size,
@@ -12102,12 +12160,12 @@ var ChartLine = function ChartLine(props) {
12102
12160
  style = props.style,
12103
12161
  className = props.className,
12104
12162
  iconClassName = props.iconClassName,
12105
- otherProps = _objectWithoutProperties(props, _excluded$3v);
12163
+ otherProps = _objectWithoutProperties(props, _excluded$3w);
12106
12164
  return /*#__PURE__*/React.createElement("span", {
12107
12165
  role: "img",
12108
12166
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12109
12167
  }, /*#__PURE__*/React.createElement("style", {
12110
- children: loadingCircleStyle$3v
12168
+ children: loadingCircleStyle$3w
12111
12169
  }), /*#__PURE__*/React.createElement("svg", _extends({
12112
12170
  xmlns: "http://www.w3.org/2000/svg",
12113
12171
  width: size,
@@ -12148,8 +12206,8 @@ ChartLine.defaultProps = {
12148
12206
  size: '1em'
12149
12207
  };
12150
12208
 
12151
- var _excluded$3w = ["color", "size", "spin", "style", "className", "iconClassName"];
12152
- var loadingCircleStyle$3w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12209
+ var _excluded$3x = ["color", "size", "spin", "style", "className", "iconClassName"];
12210
+ var loadingCircleStyle$3x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12153
12211
  var ChartBar = function ChartBar(props) {
12154
12212
  var color = props.color,
12155
12213
  size = props.size,
@@ -12157,12 +12215,12 @@ var ChartBar = function ChartBar(props) {
12157
12215
  style = props.style,
12158
12216
  className = props.className,
12159
12217
  iconClassName = props.iconClassName,
12160
- otherProps = _objectWithoutProperties(props, _excluded$3w);
12218
+ otherProps = _objectWithoutProperties(props, _excluded$3x);
12161
12219
  return /*#__PURE__*/React.createElement("span", {
12162
12220
  role: "img",
12163
12221
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12164
12222
  }, /*#__PURE__*/React.createElement("style", {
12165
- children: loadingCircleStyle$3w
12223
+ children: loadingCircleStyle$3x
12166
12224
  }), /*#__PURE__*/React.createElement("svg", _extends({
12167
12225
  xmlns: "http://www.w3.org/2000/svg",
12168
12226
  width: size,
@@ -12201,8 +12259,8 @@ ChartBar.defaultProps = {
12201
12259
  size: '1em'
12202
12260
  };
12203
12261
 
12204
- var _excluded$3x = ["color", "size", "spin", "style", "className", "iconClassName"];
12205
- var loadingCircleStyle$3x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12262
+ var _excluded$3y = ["color", "size", "spin", "style", "className", "iconClassName"];
12263
+ var loadingCircleStyle$3y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12206
12264
  var ChartCum = function ChartCum(props) {
12207
12265
  var color = props.color,
12208
12266
  size = props.size,
@@ -12210,12 +12268,12 @@ var ChartCum = function ChartCum(props) {
12210
12268
  style = props.style,
12211
12269
  className = props.className,
12212
12270
  iconClassName = props.iconClassName,
12213
- otherProps = _objectWithoutProperties(props, _excluded$3x);
12271
+ otherProps = _objectWithoutProperties(props, _excluded$3y);
12214
12272
  return /*#__PURE__*/React.createElement("span", {
12215
12273
  role: "img",
12216
12274
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12217
12275
  }, /*#__PURE__*/React.createElement("style", {
12218
- children: loadingCircleStyle$3x
12276
+ children: loadingCircleStyle$3y
12219
12277
  }), /*#__PURE__*/React.createElement("svg", _extends({
12220
12278
  xmlns: "http://www.w3.org/2000/svg",
12221
12279
  width: size,
@@ -12260,8 +12318,8 @@ ChartCum.defaultProps = {
12260
12318
  size: '1em'
12261
12319
  };
12262
12320
 
12263
- var _excluded$3y = ["color", "size", "spin", "style", "className", "iconClassName"];
12264
- var loadingCircleStyle$3y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12321
+ var _excluded$3z = ["color", "size", "spin", "style", "className", "iconClassName"];
12322
+ var loadingCircleStyle$3z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12265
12323
  var ChartPie = function ChartPie(props) {
12266
12324
  var color = props.color,
12267
12325
  size = props.size,
@@ -12269,12 +12327,12 @@ var ChartPie = function ChartPie(props) {
12269
12327
  style = props.style,
12270
12328
  className = props.className,
12271
12329
  iconClassName = props.iconClassName,
12272
- otherProps = _objectWithoutProperties(props, _excluded$3y);
12330
+ otherProps = _objectWithoutProperties(props, _excluded$3z);
12273
12331
  return /*#__PURE__*/React.createElement("span", {
12274
12332
  role: "img",
12275
12333
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12276
12334
  }, /*#__PURE__*/React.createElement("style", {
12277
- children: loadingCircleStyle$3y
12335
+ children: loadingCircleStyle$3z
12278
12336
  }), /*#__PURE__*/React.createElement("svg", _extends({
12279
12337
  xmlns: "http://www.w3.org/2000/svg",
12280
12338
  width: size,
@@ -12311,8 +12369,8 @@ ChartPie.defaultProps = {
12311
12369
  size: '1em'
12312
12370
  };
12313
12371
 
12314
- var _excluded$3z = ["color", "size", "spin", "style", "className", "iconClassName"];
12315
- var loadingCircleStyle$3z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12372
+ var _excluded$3A = ["color", "size", "spin", "style", "className", "iconClassName"];
12373
+ var loadingCircleStyle$3A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12316
12374
  var ChartDNRe = function ChartDNRe(props) {
12317
12375
  var color = props.color,
12318
12376
  size = props.size,
@@ -12320,12 +12378,12 @@ var ChartDNRe = function ChartDNRe(props) {
12320
12378
  style = props.style,
12321
12379
  className = props.className,
12322
12380
  iconClassName = props.iconClassName,
12323
- otherProps = _objectWithoutProperties(props, _excluded$3z);
12381
+ otherProps = _objectWithoutProperties(props, _excluded$3A);
12324
12382
  return /*#__PURE__*/React.createElement("span", {
12325
12383
  role: "img",
12326
12384
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12327
12385
  }, /*#__PURE__*/React.createElement("style", {
12328
- children: loadingCircleStyle$3z
12386
+ children: loadingCircleStyle$3A
12329
12387
  }), /*#__PURE__*/React.createElement("svg", _extends({
12330
12388
  xmlns: "http://www.w3.org/2000/svg",
12331
12389
  width: size,
@@ -12372,8 +12430,8 @@ ChartDNRe.defaultProps = {
12372
12430
  size: '1em'
12373
12431
  };
12374
12432
 
12375
- var _excluded$3A = ["color", "size", "spin", "style", "className", "iconClassName"];
12376
- var loadingCircleStyle$3A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12433
+ var _excluded$3B = ["color", "size", "spin", "style", "className", "iconClassName"];
12434
+ var loadingCircleStyle$3B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12377
12435
  var ChartDRe = function ChartDRe(props) {
12378
12436
  var color = props.color,
12379
12437
  size = props.size,
@@ -12381,12 +12439,12 @@ var ChartDRe = function ChartDRe(props) {
12381
12439
  style = props.style,
12382
12440
  className = props.className,
12383
12441
  iconClassName = props.iconClassName,
12384
- otherProps = _objectWithoutProperties(props, _excluded$3A);
12442
+ otherProps = _objectWithoutProperties(props, _excluded$3B);
12385
12443
  return /*#__PURE__*/React.createElement("span", {
12386
12444
  role: "img",
12387
12445
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12388
12446
  }, /*#__PURE__*/React.createElement("style", {
12389
- children: loadingCircleStyle$3A
12447
+ children: loadingCircleStyle$3B
12390
12448
  }), /*#__PURE__*/React.createElement("svg", _extends({
12391
12449
  xmlns: "http://www.w3.org/2000/svg",
12392
12450
  width: size,
@@ -12433,8 +12491,8 @@ ChartDRe.defaultProps = {
12433
12491
  size: '1em'
12434
12492
  };
12435
12493
 
12436
- var _excluded$3B = ["color", "size", "spin", "style", "className", "iconClassName"];
12437
- var loadingCircleStyle$3B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12494
+ var _excluded$3C = ["color", "size", "spin", "style", "className", "iconClassName"];
12495
+ var loadingCircleStyle$3C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12438
12496
  var ChartFunnel = function ChartFunnel(props) {
12439
12497
  var color = props.color,
12440
12498
  size = props.size,
@@ -12442,12 +12500,12 @@ var ChartFunnel = function ChartFunnel(props) {
12442
12500
  style = props.style,
12443
12501
  className = props.className,
12444
12502
  iconClassName = props.iconClassName,
12445
- otherProps = _objectWithoutProperties(props, _excluded$3B);
12503
+ otherProps = _objectWithoutProperties(props, _excluded$3C);
12446
12504
  return /*#__PURE__*/React.createElement("span", {
12447
12505
  role: "img",
12448
12506
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12449
12507
  }, /*#__PURE__*/React.createElement("style", {
12450
- children: loadingCircleStyle$3B
12508
+ children: loadingCircleStyle$3C
12451
12509
  }), /*#__PURE__*/React.createElement("svg", _extends({
12452
12510
  xmlns: "http://www.w3.org/2000/svg",
12453
12511
  width: size,
@@ -12486,8 +12544,8 @@ ChartFunnel.defaultProps = {
12486
12544
  size: '1em'
12487
12545
  };
12488
12546
 
12489
- var _excluded$3C = ["color", "size", "spin", "style", "className", "iconClassName"];
12490
- var loadingCircleStyle$3C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12547
+ var _excluded$3D = ["color", "size", "spin", "style", "className", "iconClassName"];
12548
+ var loadingCircleStyle$3D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12491
12549
  var ChartInterval = function ChartInterval(props) {
12492
12550
  var color = props.color,
12493
12551
  size = props.size,
@@ -12495,12 +12553,12 @@ var ChartInterval = function ChartInterval(props) {
12495
12553
  style = props.style,
12496
12554
  className = props.className,
12497
12555
  iconClassName = props.iconClassName,
12498
- otherProps = _objectWithoutProperties(props, _excluded$3C);
12556
+ otherProps = _objectWithoutProperties(props, _excluded$3D);
12499
12557
  return /*#__PURE__*/React.createElement("span", {
12500
12558
  role: "img",
12501
12559
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12502
12560
  }, /*#__PURE__*/React.createElement("style", {
12503
- children: loadingCircleStyle$3C
12561
+ children: loadingCircleStyle$3D
12504
12562
  }), /*#__PURE__*/React.createElement("svg", _extends({
12505
12563
  xmlns: "http://www.w3.org/2000/svg",
12506
12564
  width: size,
@@ -12537,8 +12595,8 @@ ChartInterval.defaultProps = {
12537
12595
  size: '1em'
12538
12596
  };
12539
12597
 
12540
- var _excluded$3D = ["color", "size", "spin", "style", "className", "iconClassName"];
12541
- var loadingCircleStyle$3D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12598
+ var _excluded$3E = ["color", "size", "spin", "style", "className", "iconClassName"];
12599
+ var loadingCircleStyle$3E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12542
12600
  var ChartStack = function ChartStack(props) {
12543
12601
  var color = props.color,
12544
12602
  size = props.size,
@@ -12546,12 +12604,12 @@ var ChartStack = function ChartStack(props) {
12546
12604
  style = props.style,
12547
12605
  className = props.className,
12548
12606
  iconClassName = props.iconClassName,
12549
- otherProps = _objectWithoutProperties(props, _excluded$3D);
12607
+ otherProps = _objectWithoutProperties(props, _excluded$3E);
12550
12608
  return /*#__PURE__*/React.createElement("span", {
12551
12609
  role: "img",
12552
12610
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12553
12611
  }, /*#__PURE__*/React.createElement("style", {
12554
- children: loadingCircleStyle$3D
12612
+ children: loadingCircleStyle$3E
12555
12613
  }), /*#__PURE__*/React.createElement("svg", _extends({
12556
12614
  xmlns: "http://www.w3.org/2000/svg",
12557
12615
  width: size,
@@ -12588,8 +12646,8 @@ ChartStack.defaultProps = {
12588
12646
  size: '1em'
12589
12647
  };
12590
12648
 
12591
- var _excluded$3E = ["color", "size", "spin", "style", "className", "iconClassName"];
12592
- var loadingCircleStyle$3E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12649
+ var _excluded$3F = ["color", "size", "spin", "style", "className", "iconClassName"];
12650
+ var loadingCircleStyle$3F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12593
12651
  var ChartStackn = function ChartStackn(props) {
12594
12652
  var color = props.color,
12595
12653
  size = props.size,
@@ -12597,12 +12655,12 @@ var ChartStackn = function ChartStackn(props) {
12597
12655
  style = props.style,
12598
12656
  className = props.className,
12599
12657
  iconClassName = props.iconClassName,
12600
- otherProps = _objectWithoutProperties(props, _excluded$3E);
12658
+ otherProps = _objectWithoutProperties(props, _excluded$3F);
12601
12659
  return /*#__PURE__*/React.createElement("span", {
12602
12660
  role: "img",
12603
12661
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12604
12662
  }, /*#__PURE__*/React.createElement("style", {
12605
- children: loadingCircleStyle$3E
12663
+ children: loadingCircleStyle$3F
12606
12664
  }), /*#__PURE__*/React.createElement("svg", _extends({
12607
12665
  xmlns: "http://www.w3.org/2000/svg",
12608
12666
  width: size,
@@ -12639,8 +12697,8 @@ ChartStackn.defaultProps = {
12639
12697
  size: '1em'
12640
12698
  };
12641
12699
 
12642
- var _excluded$3F = ["color", "size", "spin", "style", "className", "iconClassName"];
12643
- var loadingCircleStyle$3F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12700
+ var _excluded$3G = ["color", "size", "spin", "style", "className", "iconClassName"];
12701
+ var loadingCircleStyle$3G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12644
12702
  var ChartStackPerc = function ChartStackPerc(props) {
12645
12703
  var color = props.color,
12646
12704
  size = props.size,
@@ -12648,12 +12706,12 @@ var ChartStackPerc = function ChartStackPerc(props) {
12648
12706
  style = props.style,
12649
12707
  className = props.className,
12650
12708
  iconClassName = props.iconClassName,
12651
- otherProps = _objectWithoutProperties(props, _excluded$3F);
12709
+ otherProps = _objectWithoutProperties(props, _excluded$3G);
12652
12710
  return /*#__PURE__*/React.createElement("span", {
12653
12711
  role: "img",
12654
12712
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12655
12713
  }, /*#__PURE__*/React.createElement("style", {
12656
- children: loadingCircleStyle$3F
12714
+ children: loadingCircleStyle$3G
12657
12715
  }), /*#__PURE__*/React.createElement("svg", _extends({
12658
12716
  xmlns: "http://www.w3.org/2000/svg",
12659
12717
  width: size,
@@ -12690,8 +12748,8 @@ ChartStackPerc.defaultProps = {
12690
12748
  size: '1em'
12691
12749
  };
12692
12750
 
12693
- var _excluded$3G = ["color", "size", "spin", "style", "className", "iconClassName"];
12694
- var loadingCircleStyle$3G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12751
+ var _excluded$3H = ["color", "size", "spin", "style", "className", "iconClassName"];
12752
+ var loadingCircleStyle$3H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12695
12753
  var ChartComplex = function ChartComplex(props) {
12696
12754
  var color = props.color,
12697
12755
  size = props.size,
@@ -12699,12 +12757,12 @@ var ChartComplex = function ChartComplex(props) {
12699
12757
  style = props.style,
12700
12758
  className = props.className,
12701
12759
  iconClassName = props.iconClassName,
12702
- otherProps = _objectWithoutProperties(props, _excluded$3G);
12760
+ otherProps = _objectWithoutProperties(props, _excluded$3H);
12703
12761
  return /*#__PURE__*/React.createElement("span", {
12704
12762
  role: "img",
12705
12763
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12706
12764
  }, /*#__PURE__*/React.createElement("style", {
12707
- children: loadingCircleStyle$3G
12765
+ children: loadingCircleStyle$3H
12708
12766
  }), /*#__PURE__*/React.createElement("svg", _extends({
12709
12767
  xmlns: "http://www.w3.org/2000/svg",
12710
12768
  width: size,
@@ -12747,8 +12805,8 @@ ChartComplex.defaultProps = {
12747
12805
  size: '1em'
12748
12806
  };
12749
12807
 
12750
- var _excluded$3H = ["color", "size", "spin", "style", "className", "iconClassName"];
12751
- var loadingCircleStyle$3H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12808
+ var _excluded$3I = ["color", "size", "spin", "style", "className", "iconClassName"];
12809
+ var loadingCircleStyle$3I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12752
12810
  var ChartHistogram = function ChartHistogram(props) {
12753
12811
  var color = props.color,
12754
12812
  size = props.size,
@@ -12756,12 +12814,12 @@ var ChartHistogram = function ChartHistogram(props) {
12756
12814
  style = props.style,
12757
12815
  className = props.className,
12758
12816
  iconClassName = props.iconClassName,
12759
- otherProps = _objectWithoutProperties(props, _excluded$3H);
12817
+ otherProps = _objectWithoutProperties(props, _excluded$3I);
12760
12818
  return /*#__PURE__*/React.createElement("span", {
12761
12819
  role: "img",
12762
12820
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12763
12821
  }, /*#__PURE__*/React.createElement("style", {
12764
- children: loadingCircleStyle$3H
12822
+ children: loadingCircleStyle$3I
12765
12823
  }), /*#__PURE__*/React.createElement("svg", _extends({
12766
12824
  xmlns: "http://www.w3.org/2000/svg",
12767
12825
  width: size,
@@ -12810,8 +12868,8 @@ ChartHistogram.defaultProps = {
12810
12868
  size: '1em'
12811
12869
  };
12812
12870
 
12813
- var _excluded$3I = ["color", "size", "spin", "style", "className", "iconClassName"];
12814
- var loadingCircleStyle$3I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12871
+ var _excluded$3J = ["color", "size", "spin", "style", "className", "iconClassName"];
12872
+ var loadingCircleStyle$3J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12815
12873
  var ChartTable = function ChartTable(props) {
12816
12874
  var color = props.color,
12817
12875
  size = props.size,
@@ -12819,12 +12877,12 @@ var ChartTable = function ChartTable(props) {
12819
12877
  style = props.style,
12820
12878
  className = props.className,
12821
12879
  iconClassName = props.iconClassName,
12822
- otherProps = _objectWithoutProperties(props, _excluded$3I);
12880
+ otherProps = _objectWithoutProperties(props, _excluded$3J);
12823
12881
  return /*#__PURE__*/React.createElement("span", {
12824
12882
  role: "img",
12825
12883
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12826
12884
  }, /*#__PURE__*/React.createElement("style", {
12827
- children: loadingCircleStyle$3I
12885
+ children: loadingCircleStyle$3J
12828
12886
  }), /*#__PURE__*/React.createElement("svg", _extends({
12829
12887
  xmlns: "http://www.w3.org/2000/svg",
12830
12888
  width: size,
@@ -12859,8 +12917,8 @@ ChartTable.defaultProps = {
12859
12917
  size: '1em'
12860
12918
  };
12861
12919
 
12862
- var _excluded$3J = ["color", "size", "spin", "style", "className", "iconClassName"];
12863
- var loadingCircleStyle$3J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12920
+ var _excluded$3K = ["color", "size", "spin", "style", "className", "iconClassName"];
12921
+ var loadingCircleStyle$3K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12864
12922
  var ChartFieldlist = function ChartFieldlist(props) {
12865
12923
  var color = props.color,
12866
12924
  size = props.size,
@@ -12868,12 +12926,12 @@ var ChartFieldlist = function ChartFieldlist(props) {
12868
12926
  style = props.style,
12869
12927
  className = props.className,
12870
12928
  iconClassName = props.iconClassName,
12871
- otherProps = _objectWithoutProperties(props, _excluded$3J);
12929
+ otherProps = _objectWithoutProperties(props, _excluded$3K);
12872
12930
  return /*#__PURE__*/React.createElement("span", {
12873
12931
  role: "img",
12874
12932
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12875
12933
  }, /*#__PURE__*/React.createElement("style", {
12876
- children: loadingCircleStyle$3J
12934
+ children: loadingCircleStyle$3K
12877
12935
  }), /*#__PURE__*/React.createElement("svg", _extends({
12878
12936
  xmlns: "http://www.w3.org/2000/svg",
12879
12937
  width: size,
@@ -12908,8 +12966,8 @@ ChartFieldlist.defaultProps = {
12908
12966
  size: '1em'
12909
12967
  };
12910
12968
 
12911
- var _excluded$3K = ["color", "size", "spin", "style", "className", "iconClassName"];
12912
- var loadingCircleStyle$3K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12969
+ var _excluded$3L = ["color", "size", "spin", "style", "className", "iconClassName"];
12970
+ var loadingCircleStyle$3L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12913
12971
  var Table1dtable = function Table1dtable(props) {
12914
12972
  var color = props.color,
12915
12973
  size = props.size,
@@ -12917,12 +12975,12 @@ var Table1dtable = function Table1dtable(props) {
12917
12975
  style = props.style,
12918
12976
  className = props.className,
12919
12977
  iconClassName = props.iconClassName,
12920
- otherProps = _objectWithoutProperties(props, _excluded$3K);
12978
+ otherProps = _objectWithoutProperties(props, _excluded$3L);
12921
12979
  return /*#__PURE__*/React.createElement("span", {
12922
12980
  role: "img",
12923
12981
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12924
12982
  }, /*#__PURE__*/React.createElement("style", {
12925
- children: loadingCircleStyle$3K
12983
+ children: loadingCircleStyle$3L
12926
12984
  }), /*#__PURE__*/React.createElement("svg", _extends({
12927
12985
  xmlns: "http://www.w3.org/2000/svg",
12928
12986
  width: size,
@@ -12975,8 +13033,8 @@ Table1dtable.defaultProps = {
12975
13033
  size: '1em'
12976
13034
  };
12977
13035
 
12978
- var _excluded$3L = ["color", "size", "spin", "style", "className", "iconClassName"];
12979
- var loadingCircleStyle$3L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13036
+ var _excluded$3M = ["color", "size", "spin", "style", "className", "iconClassName"];
13037
+ var loadingCircleStyle$3M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12980
13038
  var ChartSqltable = function ChartSqltable(props) {
12981
13039
  var color = props.color,
12982
13040
  size = props.size,
@@ -12984,12 +13042,12 @@ var ChartSqltable = function ChartSqltable(props) {
12984
13042
  style = props.style,
12985
13043
  className = props.className,
12986
13044
  iconClassName = props.iconClassName,
12987
- otherProps = _objectWithoutProperties(props, _excluded$3L);
13045
+ otherProps = _objectWithoutProperties(props, _excluded$3M);
12988
13046
  return /*#__PURE__*/React.createElement("span", {
12989
13047
  role: "img",
12990
13048
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12991
13049
  }, /*#__PURE__*/React.createElement("style", {
12992
- children: loadingCircleStyle$3L
13050
+ children: loadingCircleStyle$3M
12993
13051
  }), /*#__PURE__*/React.createElement("svg", _extends({
12994
13052
  xmlns: "http://www.w3.org/2000/svg",
12995
13053
  width: size,
@@ -13024,8 +13082,8 @@ ChartSqltable.defaultProps = {
13024
13082
  size: '1em'
13025
13083
  };
13026
13084
 
13027
- var _excluded$3M = ["color", "size", "spin", "style", "className", "iconClassName"];
13028
- var loadingCircleStyle$3M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13085
+ var _excluded$3N = ["color", "size", "spin", "style", "className", "iconClassName"];
13086
+ var loadingCircleStyle$3N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13029
13087
  var ChartCombinedTable = function ChartCombinedTable(props) {
13030
13088
  var color = props.color,
13031
13089
  size = props.size,
@@ -13033,12 +13091,12 @@ var ChartCombinedTable = function ChartCombinedTable(props) {
13033
13091
  style = props.style,
13034
13092
  className = props.className,
13035
13093
  iconClassName = props.iconClassName,
13036
- otherProps = _objectWithoutProperties(props, _excluded$3M);
13094
+ otherProps = _objectWithoutProperties(props, _excluded$3N);
13037
13095
  return /*#__PURE__*/React.createElement("span", {
13038
13096
  role: "img",
13039
13097
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13040
13098
  }, /*#__PURE__*/React.createElement("style", {
13041
- children: loadingCircleStyle$3M
13099
+ children: loadingCircleStyle$3N
13042
13100
  }), /*#__PURE__*/React.createElement("svg", _extends({
13043
13101
  xmlns: "http://www.w3.org/2000/svg",
13044
13102
  width: size,
@@ -13073,8 +13131,8 @@ ChartCombinedTable.defaultProps = {
13073
13131
  size: '1em'
13074
13132
  };
13075
13133
 
13076
- var _excluded$3N = ["color", "size", "spin", "style", "className", "iconClassName"];
13077
- var loadingCircleStyle$3N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13134
+ var _excluded$3O = ["color", "size", "spin", "style", "className", "iconClassName"];
13135
+ var loadingCircleStyle$3O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13078
13136
  var ChartDistTable = function ChartDistTable(props) {
13079
13137
  var color = props.color,
13080
13138
  size = props.size,
@@ -13082,12 +13140,12 @@ var ChartDistTable = function ChartDistTable(props) {
13082
13140
  style = props.style,
13083
13141
  className = props.className,
13084
13142
  iconClassName = props.iconClassName,
13085
- otherProps = _objectWithoutProperties(props, _excluded$3N);
13143
+ otherProps = _objectWithoutProperties(props, _excluded$3O);
13086
13144
  return /*#__PURE__*/React.createElement("span", {
13087
13145
  role: "img",
13088
13146
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13089
13147
  }, /*#__PURE__*/React.createElement("style", {
13090
- children: loadingCircleStyle$3N
13148
+ children: loadingCircleStyle$3O
13091
13149
  }), /*#__PURE__*/React.createElement("svg", _extends({
13092
13150
  xmlns: "http://www.w3.org/2000/svg",
13093
13151
  width: size,
@@ -13122,8 +13180,8 @@ ChartDistTable.defaultProps = {
13122
13180
  size: '1em'
13123
13181
  };
13124
13182
 
13125
- var _excluded$3O = ["color", "size", "spin", "style", "className", "iconClassName"];
13126
- var loadingCircleStyle$3O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13183
+ var _excluded$3P = ["color", "size", "spin", "style", "className", "iconClassName"];
13184
+ var loadingCircleStyle$3P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13127
13185
  var ChartBarTable = function ChartBarTable(props) {
13128
13186
  var color = props.color,
13129
13187
  size = props.size,
@@ -13131,12 +13189,12 @@ var ChartBarTable = function ChartBarTable(props) {
13131
13189
  style = props.style,
13132
13190
  className = props.className,
13133
13191
  iconClassName = props.iconClassName,
13134
- otherProps = _objectWithoutProperties(props, _excluded$3O);
13192
+ otherProps = _objectWithoutProperties(props, _excluded$3P);
13135
13193
  return /*#__PURE__*/React.createElement("span", {
13136
13194
  role: "img",
13137
13195
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13138
13196
  }, /*#__PURE__*/React.createElement("style", {
13139
- children: loadingCircleStyle$3O
13197
+ children: loadingCircleStyle$3P
13140
13198
  }), /*#__PURE__*/React.createElement("svg", _extends({
13141
13199
  xmlns: "http://www.w3.org/2000/svg",
13142
13200
  width: size,
@@ -13173,8 +13231,8 @@ ChartBarTable.defaultProps = {
13173
13231
  size: '1em'
13174
13232
  };
13175
13233
 
13176
- var _excluded$3P = ["color", "size", "spin", "style", "className", "iconClassName"];
13177
- var loadingCircleStyle$3P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13234
+ var _excluded$3Q = ["color", "size", "spin", "style", "className", "iconClassName"];
13235
+ var loadingCircleStyle$3Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13178
13236
  var ChartLineTable = function ChartLineTable(props) {
13179
13237
  var color = props.color,
13180
13238
  size = props.size,
@@ -13182,12 +13240,12 @@ var ChartLineTable = function ChartLineTable(props) {
13182
13240
  style = props.style,
13183
13241
  className = props.className,
13184
13242
  iconClassName = props.iconClassName,
13185
- otherProps = _objectWithoutProperties(props, _excluded$3P);
13243
+ otherProps = _objectWithoutProperties(props, _excluded$3Q);
13186
13244
  return /*#__PURE__*/React.createElement("span", {
13187
13245
  role: "img",
13188
13246
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13189
13247
  }, /*#__PURE__*/React.createElement("style", {
13190
- children: loadingCircleStyle$3P
13248
+ children: loadingCircleStyle$3Q
13191
13249
  }), /*#__PURE__*/React.createElement("svg", _extends({
13192
13250
  xmlns: "http://www.w3.org/2000/svg",
13193
13251
  width: size,
@@ -13230,8 +13288,8 @@ ChartLineTable.defaultProps = {
13230
13288
  size: '1em'
13231
13289
  };
13232
13290
 
13233
- var _excluded$3Q = ["color", "size", "spin", "style", "className", "iconClassName"];
13234
- var loadingCircleStyle$3Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13291
+ var _excluded$3R = ["color", "size", "spin", "style", "className", "iconClassName"];
13292
+ var loadingCircleStyle$3R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13235
13293
  var ChartScatter = function ChartScatter(props) {
13236
13294
  var color = props.color,
13237
13295
  size = props.size,
@@ -13239,12 +13297,12 @@ var ChartScatter = function ChartScatter(props) {
13239
13297
  style = props.style,
13240
13298
  className = props.className,
13241
13299
  iconClassName = props.iconClassName,
13242
- otherProps = _objectWithoutProperties(props, _excluded$3Q);
13300
+ otherProps = _objectWithoutProperties(props, _excluded$3R);
13243
13301
  return /*#__PURE__*/React.createElement("span", {
13244
13302
  role: "img",
13245
13303
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13246
13304
  }, /*#__PURE__*/React.createElement("style", {
13247
- children: loadingCircleStyle$3Q
13305
+ children: loadingCircleStyle$3R
13248
13306
  }), /*#__PURE__*/React.createElement("svg", _extends({
13249
13307
  xmlns: "http://www.w3.org/2000/svg",
13250
13308
  width: size,
@@ -13291,8 +13349,8 @@ ChartScatter.defaultProps = {
13291
13349
  size: '1em'
13292
13350
  };
13293
13351
 
13294
- var _excluded$3R = ["color", "size", "spin", "style", "className", "iconClassName"];
13295
- var loadingCircleStyle$3R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13352
+ var _excluded$3S = ["color", "size", "spin", "style", "className", "iconClassName"];
13353
+ var loadingCircleStyle$3S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13296
13354
  var Play = function Play(props) {
13297
13355
  var color = props.color,
13298
13356
  size = props.size,
@@ -13300,12 +13358,12 @@ var Play = function Play(props) {
13300
13358
  style = props.style,
13301
13359
  className = props.className,
13302
13360
  iconClassName = props.iconClassName,
13303
- otherProps = _objectWithoutProperties(props, _excluded$3R);
13361
+ otherProps = _objectWithoutProperties(props, _excluded$3S);
13304
13362
  return /*#__PURE__*/React.createElement("span", {
13305
13363
  role: "img",
13306
13364
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13307
13365
  }, /*#__PURE__*/React.createElement("style", {
13308
- children: loadingCircleStyle$3R
13366
+ children: loadingCircleStyle$3S
13309
13367
  }), /*#__PURE__*/React.createElement("svg", _extends({
13310
13368
  xmlns: "http://www.w3.org/2000/svg",
13311
13369
  width: size,
@@ -13340,8 +13398,8 @@ Play.defaultProps = {
13340
13398
  size: '1em'
13341
13399
  };
13342
13400
 
13343
- var _excluded$3S = ["color", "size", "spin", "style", "className", "iconClassName"];
13344
- var loadingCircleStyle$3S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13401
+ var _excluded$3T = ["color", "size", "spin", "style", "className", "iconClassName"];
13402
+ var loadingCircleStyle$3T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13345
13403
  var Config = function Config(props) {
13346
13404
  var color = props.color,
13347
13405
  size = props.size,
@@ -13349,12 +13407,12 @@ var Config = function Config(props) {
13349
13407
  style = props.style,
13350
13408
  className = props.className,
13351
13409
  iconClassName = props.iconClassName,
13352
- otherProps = _objectWithoutProperties(props, _excluded$3S);
13410
+ otherProps = _objectWithoutProperties(props, _excluded$3T);
13353
13411
  return /*#__PURE__*/React.createElement("span", {
13354
13412
  role: "img",
13355
13413
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13356
13414
  }, /*#__PURE__*/React.createElement("style", {
13357
- children: loadingCircleStyle$3S
13415
+ children: loadingCircleStyle$3T
13358
13416
  }), /*#__PURE__*/React.createElement("svg", _extends({
13359
13417
  xmlns: "http://www.w3.org/2000/svg",
13360
13418
  width: size,
@@ -13389,8 +13447,8 @@ Config.defaultProps = {
13389
13447
  size: '1em'
13390
13448
  };
13391
13449
 
13392
- var _excluded$3T = ["color", "size", "spin", "style", "className", "iconClassName"];
13393
- var loadingCircleStyle$3T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13450
+ var _excluded$3U = ["color", "size", "spin", "style", "className", "iconClassName"];
13451
+ var loadingCircleStyle$3U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13394
13452
  var Setting = function Setting(props) {
13395
13453
  var color = props.color,
13396
13454
  size = props.size,
@@ -13398,12 +13456,12 @@ var Setting = function Setting(props) {
13398
13456
  style = props.style,
13399
13457
  className = props.className,
13400
13458
  iconClassName = props.iconClassName,
13401
- otherProps = _objectWithoutProperties(props, _excluded$3T);
13459
+ otherProps = _objectWithoutProperties(props, _excluded$3U);
13402
13460
  return /*#__PURE__*/React.createElement("span", {
13403
13461
  role: "img",
13404
13462
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13405
13463
  }, /*#__PURE__*/React.createElement("style", {
13406
- children: loadingCircleStyle$3T
13464
+ children: loadingCircleStyle$3U
13407
13465
  }), /*#__PURE__*/React.createElement("svg", _extends({
13408
13466
  xmlns: "http://www.w3.org/2000/svg",
13409
13467
  width: size,
@@ -13438,8 +13496,8 @@ Setting.defaultProps = {
13438
13496
  size: '1em'
13439
13497
  };
13440
13498
 
13441
- var _excluded$3U = ["color", "size", "spin", "style", "className", "iconClassName"];
13442
- var loadingCircleStyle$3U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13499
+ var _excluded$3V = ["color", "size", "spin", "style", "className", "iconClassName"];
13500
+ var loadingCircleStyle$3V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13443
13501
  var Search = function Search(props) {
13444
13502
  var color = props.color,
13445
13503
  size = props.size,
@@ -13447,12 +13505,12 @@ var Search = function Search(props) {
13447
13505
  style = props.style,
13448
13506
  className = props.className,
13449
13507
  iconClassName = props.iconClassName,
13450
- otherProps = _objectWithoutProperties(props, _excluded$3U);
13508
+ otherProps = _objectWithoutProperties(props, _excluded$3V);
13451
13509
  return /*#__PURE__*/React.createElement("span", {
13452
13510
  role: "img",
13453
13511
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13454
13512
  }, /*#__PURE__*/React.createElement("style", {
13455
- children: loadingCircleStyle$3U
13513
+ children: loadingCircleStyle$3V
13456
13514
  }), /*#__PURE__*/React.createElement("svg", _extends({
13457
13515
  xmlns: "http://www.w3.org/2000/svg",
13458
13516
  width: size,
@@ -13487,8 +13545,8 @@ Search.defaultProps = {
13487
13545
  size: '1em'
13488
13546
  };
13489
13547
 
13490
- var _excluded$3V = ["color", "size", "spin", "style", "className", "iconClassName"];
13491
- var loadingCircleStyle$3V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13548
+ var _excluded$3W = ["color", "size", "spin", "style", "className", "iconClassName"];
13549
+ var loadingCircleStyle$3W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13492
13550
  var Copy = function Copy(props) {
13493
13551
  var color = props.color,
13494
13552
  size = props.size,
@@ -13496,12 +13554,12 @@ var Copy = function Copy(props) {
13496
13554
  style = props.style,
13497
13555
  className = props.className,
13498
13556
  iconClassName = props.iconClassName,
13499
- otherProps = _objectWithoutProperties(props, _excluded$3V);
13557
+ otherProps = _objectWithoutProperties(props, _excluded$3W);
13500
13558
  return /*#__PURE__*/React.createElement("span", {
13501
13559
  role: "img",
13502
13560
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13503
13561
  }, /*#__PURE__*/React.createElement("style", {
13504
- children: loadingCircleStyle$3V
13562
+ children: loadingCircleStyle$3W
13505
13563
  }), /*#__PURE__*/React.createElement("svg", _extends({
13506
13564
  xmlns: "http://www.w3.org/2000/svg",
13507
13565
  width: size,
@@ -13536,8 +13594,8 @@ Copy.defaultProps = {
13536
13594
  size: '1em'
13537
13595
  };
13538
13596
 
13539
- var _excluded$3W = ["color", "size", "spin", "style", "className", "iconClassName"];
13540
- var loadingCircleStyle$3W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13597
+ var _excluded$3X = ["color", "size", "spin", "style", "className", "iconClassName"];
13598
+ var loadingCircleStyle$3X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13541
13599
  var Copy2 = function Copy2(props) {
13542
13600
  var color = props.color,
13543
13601
  size = props.size,
@@ -13545,12 +13603,12 @@ var Copy2 = function Copy2(props) {
13545
13603
  style = props.style,
13546
13604
  className = props.className,
13547
13605
  iconClassName = props.iconClassName,
13548
- otherProps = _objectWithoutProperties(props, _excluded$3W);
13606
+ otherProps = _objectWithoutProperties(props, _excluded$3X);
13549
13607
  return /*#__PURE__*/React.createElement("span", {
13550
13608
  role: "img",
13551
13609
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13552
13610
  }, /*#__PURE__*/React.createElement("style", {
13553
- children: loadingCircleStyle$3W
13611
+ children: loadingCircleStyle$3X
13554
13612
  }), /*#__PURE__*/React.createElement("svg", _extends({
13555
13613
  xmlns: "http://www.w3.org/2000/svg",
13556
13614
  width: size,
@@ -13585,8 +13643,8 @@ Copy2.defaultProps = {
13585
13643
  size: '1em'
13586
13644
  };
13587
13645
 
13588
- var _excluded$3X = ["color", "size", "spin", "style", "className", "iconClassName"];
13589
- var loadingCircleStyle$3X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13646
+ var _excluded$3Y = ["color", "size", "spin", "style", "className", "iconClassName"];
13647
+ var loadingCircleStyle$3Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13590
13648
  var Format = function Format(props) {
13591
13649
  var color = props.color,
13592
13650
  size = props.size,
@@ -13594,12 +13652,12 @@ var Format = function Format(props) {
13594
13652
  style = props.style,
13595
13653
  className = props.className,
13596
13654
  iconClassName = props.iconClassName,
13597
- otherProps = _objectWithoutProperties(props, _excluded$3X);
13655
+ otherProps = _objectWithoutProperties(props, _excluded$3Y);
13598
13656
  return /*#__PURE__*/React.createElement("span", {
13599
13657
  role: "img",
13600
13658
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13601
13659
  }, /*#__PURE__*/React.createElement("style", {
13602
- children: loadingCircleStyle$3X
13660
+ children: loadingCircleStyle$3Y
13603
13661
  }), /*#__PURE__*/React.createElement("svg", _extends({
13604
13662
  xmlns: "http://www.w3.org/2000/svg",
13605
13663
  width: size,
@@ -13636,8 +13694,8 @@ Format.defaultProps = {
13636
13694
  size: '1em'
13637
13695
  };
13638
13696
 
13639
- var _excluded$3Y = ["color", "size", "spin", "style", "className", "iconClassName"];
13640
- var loadingCircleStyle$3Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13697
+ var _excluded$3Z = ["color", "size", "spin", "style", "className", "iconClassName"];
13698
+ var loadingCircleStyle$3Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13641
13699
  var Code = function Code(props) {
13642
13700
  var color = props.color,
13643
13701
  size = props.size,
@@ -13645,12 +13703,12 @@ var Code = function Code(props) {
13645
13703
  style = props.style,
13646
13704
  className = props.className,
13647
13705
  iconClassName = props.iconClassName,
13648
- otherProps = _objectWithoutProperties(props, _excluded$3Y);
13706
+ otherProps = _objectWithoutProperties(props, _excluded$3Z);
13649
13707
  return /*#__PURE__*/React.createElement("span", {
13650
13708
  role: "img",
13651
13709
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13652
13710
  }, /*#__PURE__*/React.createElement("style", {
13653
- children: loadingCircleStyle$3Y
13711
+ children: loadingCircleStyle$3Z
13654
13712
  }), /*#__PURE__*/React.createElement("svg", _extends({
13655
13713
  xmlns: "http://www.w3.org/2000/svg",
13656
13714
  width: size,
@@ -13685,8 +13743,8 @@ Code.defaultProps = {
13685
13743
  size: '1em'
13686
13744
  };
13687
13745
 
13688
- var _excluded$3Z = ["color", "size", "spin", "style", "className", "iconClassName"];
13689
- var loadingCircleStyle$3Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13746
+ var _excluded$3_ = ["color", "size", "spin", "style", "className", "iconClassName"];
13747
+ var loadingCircleStyle$3_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13690
13748
  var Edit = function Edit(props) {
13691
13749
  var color = props.color,
13692
13750
  size = props.size,
@@ -13694,12 +13752,12 @@ var Edit = function Edit(props) {
13694
13752
  style = props.style,
13695
13753
  className = props.className,
13696
13754
  iconClassName = props.iconClassName,
13697
- otherProps = _objectWithoutProperties(props, _excluded$3Z);
13755
+ otherProps = _objectWithoutProperties(props, _excluded$3_);
13698
13756
  return /*#__PURE__*/React.createElement("span", {
13699
13757
  role: "img",
13700
13758
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13701
13759
  }, /*#__PURE__*/React.createElement("style", {
13702
- children: loadingCircleStyle$3Z
13760
+ children: loadingCircleStyle$3_
13703
13761
  }), /*#__PURE__*/React.createElement("svg", _extends({
13704
13762
  xmlns: "http://www.w3.org/2000/svg",
13705
13763
  width: size,
@@ -13734,8 +13792,8 @@ Edit.defaultProps = {
13734
13792
  size: '1em'
13735
13793
  };
13736
13794
 
13737
- var _excluded$3_ = ["color", "size", "spin", "style", "className", "iconClassName"];
13738
- var loadingCircleStyle$3_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13795
+ var _excluded$3$ = ["color", "size", "spin", "style", "className", "iconClassName"];
13796
+ var loadingCircleStyle$3$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13739
13797
  var EditFill = function EditFill(props) {
13740
13798
  var color = props.color,
13741
13799
  size = props.size,
@@ -13743,12 +13801,12 @@ var EditFill = function EditFill(props) {
13743
13801
  style = props.style,
13744
13802
  className = props.className,
13745
13803
  iconClassName = props.iconClassName,
13746
- otherProps = _objectWithoutProperties(props, _excluded$3_);
13804
+ otherProps = _objectWithoutProperties(props, _excluded$3$);
13747
13805
  return /*#__PURE__*/React.createElement("span", {
13748
13806
  role: "img",
13749
13807
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13750
13808
  }, /*#__PURE__*/React.createElement("style", {
13751
- children: loadingCircleStyle$3_
13809
+ children: loadingCircleStyle$3$
13752
13810
  }), /*#__PURE__*/React.createElement("svg", _extends({
13753
13811
  xmlns: "http://www.w3.org/2000/svg",
13754
13812
  width: size,
@@ -13785,8 +13843,8 @@ EditFill.defaultProps = {
13785
13843
  size: '1em'
13786
13844
  };
13787
13845
 
13788
- var _excluded$3$ = ["color", "size", "spin", "style", "className", "iconClassName"];
13789
- var loadingCircleStyle$3$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13846
+ var _excluded$40 = ["color", "size", "spin", "style", "className", "iconClassName"];
13847
+ var loadingCircleStyle$40 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13790
13848
  var Delete1 = function Delete1(props) {
13791
13849
  var color = props.color,
13792
13850
  size = props.size,
@@ -13794,12 +13852,12 @@ var Delete1 = function Delete1(props) {
13794
13852
  style = props.style,
13795
13853
  className = props.className,
13796
13854
  iconClassName = props.iconClassName,
13797
- otherProps = _objectWithoutProperties(props, _excluded$3$);
13855
+ otherProps = _objectWithoutProperties(props, _excluded$40);
13798
13856
  return /*#__PURE__*/React.createElement("span", {
13799
13857
  role: "img",
13800
13858
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13801
13859
  }, /*#__PURE__*/React.createElement("style", {
13802
- children: loadingCircleStyle$3$
13860
+ children: loadingCircleStyle$40
13803
13861
  }), /*#__PURE__*/React.createElement("svg", _extends({
13804
13862
  xmlns: "http://www.w3.org/2000/svg",
13805
13863
  width: size,
@@ -13834,8 +13892,8 @@ Delete1.defaultProps = {
13834
13892
  size: '1em'
13835
13893
  };
13836
13894
 
13837
- var _excluded$40 = ["color", "size", "spin", "style", "className", "iconClassName"];
13838
- var loadingCircleStyle$40 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13895
+ var _excluded$41 = ["color", "size", "spin", "style", "className", "iconClassName"];
13896
+ var loadingCircleStyle$41 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13839
13897
  var Save = function Save(props) {
13840
13898
  var color = props.color,
13841
13899
  size = props.size,
@@ -13843,12 +13901,12 @@ var Save = function Save(props) {
13843
13901
  style = props.style,
13844
13902
  className = props.className,
13845
13903
  iconClassName = props.iconClassName,
13846
- otherProps = _objectWithoutProperties(props, _excluded$40);
13904
+ otherProps = _objectWithoutProperties(props, _excluded$41);
13847
13905
  return /*#__PURE__*/React.createElement("span", {
13848
13906
  role: "img",
13849
13907
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13850
13908
  }, /*#__PURE__*/React.createElement("style", {
13851
- children: loadingCircleStyle$40
13909
+ children: loadingCircleStyle$41
13852
13910
  }), /*#__PURE__*/React.createElement("svg", _extends({
13853
13911
  xmlns: "http://www.w3.org/2000/svg",
13854
13912
  width: size,
@@ -13883,8 +13941,8 @@ Save.defaultProps = {
13883
13941
  size: '1em'
13884
13942
  };
13885
13943
 
13886
- var _excluded$41 = ["color", "size", "spin", "style", "className", "iconClassName"];
13887
- var loadingCircleStyle$41 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13944
+ var _excluded$42 = ["color", "size", "spin", "style", "className", "iconClassName"];
13945
+ var loadingCircleStyle$42 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13888
13946
  var Send = function Send(props) {
13889
13947
  var color = props.color,
13890
13948
  size = props.size,
@@ -13892,12 +13950,12 @@ var Send = function Send(props) {
13892
13950
  style = props.style,
13893
13951
  className = props.className,
13894
13952
  iconClassName = props.iconClassName,
13895
- otherProps = _objectWithoutProperties(props, _excluded$41);
13953
+ otherProps = _objectWithoutProperties(props, _excluded$42);
13896
13954
  return /*#__PURE__*/React.createElement("span", {
13897
13955
  role: "img",
13898
13956
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13899
13957
  }, /*#__PURE__*/React.createElement("style", {
13900
- children: loadingCircleStyle$41
13958
+ children: loadingCircleStyle$42
13901
13959
  }), /*#__PURE__*/React.createElement("svg", _extends({
13902
13960
  xmlns: "http://www.w3.org/2000/svg",
13903
13961
  width: size,
@@ -13934,8 +13992,8 @@ Send.defaultProps = {
13934
13992
  size: '1em'
13935
13993
  };
13936
13994
 
13937
- var _excluded$42 = ["color", "size", "spin", "style", "className", "iconClassName"];
13938
- var loadingCircleStyle$42 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13995
+ var _excluded$43 = ["color", "size", "spin", "style", "className", "iconClassName"];
13996
+ var loadingCircleStyle$43 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13939
13997
  var Fullscreen = function Fullscreen(props) {
13940
13998
  var color = props.color,
13941
13999
  size = props.size,
@@ -13943,12 +14001,12 @@ var Fullscreen = function Fullscreen(props) {
13943
14001
  style = props.style,
13944
14002
  className = props.className,
13945
14003
  iconClassName = props.iconClassName,
13946
- otherProps = _objectWithoutProperties(props, _excluded$42);
14004
+ otherProps = _objectWithoutProperties(props, _excluded$43);
13947
14005
  return /*#__PURE__*/React.createElement("span", {
13948
14006
  role: "img",
13949
14007
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13950
14008
  }, /*#__PURE__*/React.createElement("style", {
13951
- children: loadingCircleStyle$42
14009
+ children: loadingCircleStyle$43
13952
14010
  }), /*#__PURE__*/React.createElement("svg", _extends({
13953
14011
  xmlns: "http://www.w3.org/2000/svg",
13954
14012
  width: size,
@@ -13983,8 +14041,8 @@ Fullscreen.defaultProps = {
13983
14041
  size: '1em'
13984
14042
  };
13985
14043
 
13986
- var _excluded$43 = ["color", "size", "spin", "style", "className", "iconClassName"];
13987
- var loadingCircleStyle$43 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14044
+ var _excluded$44 = ["color", "size", "spin", "style", "className", "iconClassName"];
14045
+ var loadingCircleStyle$44 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13988
14046
  var ArrowLeftDown = function ArrowLeftDown(props) {
13989
14047
  var color = props.color,
13990
14048
  size = props.size,
@@ -13992,12 +14050,12 @@ var ArrowLeftDown = function ArrowLeftDown(props) {
13992
14050
  style = props.style,
13993
14051
  className = props.className,
13994
14052
  iconClassName = props.iconClassName,
13995
- otherProps = _objectWithoutProperties(props, _excluded$43);
14053
+ otherProps = _objectWithoutProperties(props, _excluded$44);
13996
14054
  return /*#__PURE__*/React.createElement("span", {
13997
14055
  role: "img",
13998
14056
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13999
14057
  }, /*#__PURE__*/React.createElement("style", {
14000
- children: loadingCircleStyle$43
14058
+ children: loadingCircleStyle$44
14001
14059
  }), /*#__PURE__*/React.createElement("svg", _extends({
14002
14060
  xmlns: "http://www.w3.org/2000/svg",
14003
14061
  width: size,
@@ -14032,8 +14090,8 @@ ArrowLeftDown.defaultProps = {
14032
14090
  size: '1em'
14033
14091
  };
14034
14092
 
14035
- var _excluded$44 = ["color", "size", "spin", "style", "className", "iconClassName"];
14036
- var loadingCircleStyle$44 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14093
+ var _excluded$45 = ["color", "size", "spin", "style", "className", "iconClassName"];
14094
+ var loadingCircleStyle$45 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14037
14095
  var Link = function Link(props) {
14038
14096
  var color = props.color,
14039
14097
  size = props.size,
@@ -14041,12 +14099,12 @@ var Link = function Link(props) {
14041
14099
  style = props.style,
14042
14100
  className = props.className,
14043
14101
  iconClassName = props.iconClassName,
14044
- otherProps = _objectWithoutProperties(props, _excluded$44);
14102
+ otherProps = _objectWithoutProperties(props, _excluded$45);
14045
14103
  return /*#__PURE__*/React.createElement("span", {
14046
14104
  role: "img",
14047
14105
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14048
14106
  }, /*#__PURE__*/React.createElement("style", {
14049
- children: loadingCircleStyle$44
14107
+ children: loadingCircleStyle$45
14050
14108
  }), /*#__PURE__*/React.createElement("svg", _extends({
14051
14109
  xmlns: "http://www.w3.org/2000/svg",
14052
14110
  width: size,
@@ -14085,8 +14143,8 @@ Link.defaultProps = {
14085
14143
  size: '1em'
14086
14144
  };
14087
14145
 
14088
- var _excluded$45 = ["color", "size", "spin", "style", "className", "iconClassName"];
14089
- var loadingCircleStyle$45 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14146
+ var _excluded$46 = ["color", "size", "spin", "style", "className", "iconClassName"];
14147
+ var loadingCircleStyle$46 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14090
14148
  var Unlink = function Unlink(props) {
14091
14149
  var color = props.color,
14092
14150
  size = props.size,
@@ -14094,12 +14152,12 @@ var Unlink = function Unlink(props) {
14094
14152
  style = props.style,
14095
14153
  className = props.className,
14096
14154
  iconClassName = props.iconClassName,
14097
- otherProps = _objectWithoutProperties(props, _excluded$45);
14155
+ otherProps = _objectWithoutProperties(props, _excluded$46);
14098
14156
  return /*#__PURE__*/React.createElement("span", {
14099
14157
  role: "img",
14100
14158
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14101
14159
  }, /*#__PURE__*/React.createElement("style", {
14102
- children: loadingCircleStyle$45
14160
+ children: loadingCircleStyle$46
14103
14161
  }), /*#__PURE__*/React.createElement("svg", _extends({
14104
14162
  xmlns: "http://www.w3.org/2000/svg",
14105
14163
  width: size,
@@ -14140,8 +14198,8 @@ Unlink.defaultProps = {
14140
14198
  size: '1em'
14141
14199
  };
14142
14200
 
14143
- var _excluded$46 = ["color", "size", "spin", "style", "className", "iconClassName"];
14144
- var loadingCircleStyle$46 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14201
+ var _excluded$47 = ["color", "size", "spin", "style", "className", "iconClassName"];
14202
+ var loadingCircleStyle$47 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14145
14203
  var Link2 = function Link2(props) {
14146
14204
  var color = props.color,
14147
14205
  size = props.size,
@@ -14149,12 +14207,12 @@ var Link2 = function Link2(props) {
14149
14207
  style = props.style,
14150
14208
  className = props.className,
14151
14209
  iconClassName = props.iconClassName,
14152
- otherProps = _objectWithoutProperties(props, _excluded$46);
14210
+ otherProps = _objectWithoutProperties(props, _excluded$47);
14153
14211
  return /*#__PURE__*/React.createElement("span", {
14154
14212
  role: "img",
14155
14213
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14156
14214
  }, /*#__PURE__*/React.createElement("style", {
14157
- children: loadingCircleStyle$46
14215
+ children: loadingCircleStyle$47
14158
14216
  }), /*#__PURE__*/React.createElement("svg", _extends({
14159
14217
  xmlns: "http://www.w3.org/2000/svg",
14160
14218
  width: size,
@@ -14189,8 +14247,8 @@ Link2.defaultProps = {
14189
14247
  size: '1em'
14190
14248
  };
14191
14249
 
14192
- var _excluded$47 = ["color", "size", "spin", "style", "className", "iconClassName"];
14193
- var loadingCircleStyle$47 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14250
+ var _excluded$48 = ["color", "size", "spin", "style", "className", "iconClassName"];
14251
+ var loadingCircleStyle$48 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14194
14252
  var MenuUnfold = function MenuUnfold(props) {
14195
14253
  var color = props.color,
14196
14254
  size = props.size,
@@ -14198,12 +14256,12 @@ var MenuUnfold = function MenuUnfold(props) {
14198
14256
  style = props.style,
14199
14257
  className = props.className,
14200
14258
  iconClassName = props.iconClassName,
14201
- otherProps = _objectWithoutProperties(props, _excluded$47);
14259
+ otherProps = _objectWithoutProperties(props, _excluded$48);
14202
14260
  return /*#__PURE__*/React.createElement("span", {
14203
14261
  role: "img",
14204
14262
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14205
14263
  }, /*#__PURE__*/React.createElement("style", {
14206
- children: loadingCircleStyle$47
14264
+ children: loadingCircleStyle$48
14207
14265
  }), /*#__PURE__*/React.createElement("svg", _extends({
14208
14266
  xmlns: "http://www.w3.org/2000/svg",
14209
14267
  width: size,
@@ -14238,8 +14296,8 @@ MenuUnfold.defaultProps = {
14238
14296
  size: '1em'
14239
14297
  };
14240
14298
 
14241
- var _excluded$48 = ["color", "size", "spin", "style", "className", "iconClassName"];
14242
- var loadingCircleStyle$48 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14299
+ var _excluded$49 = ["color", "size", "spin", "style", "className", "iconClassName"];
14300
+ var loadingCircleStyle$49 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14243
14301
  var MenuFold = function MenuFold(props) {
14244
14302
  var color = props.color,
14245
14303
  size = props.size,
@@ -14247,12 +14305,12 @@ var MenuFold = function MenuFold(props) {
14247
14305
  style = props.style,
14248
14306
  className = props.className,
14249
14307
  iconClassName = props.iconClassName,
14250
- otherProps = _objectWithoutProperties(props, _excluded$48);
14308
+ otherProps = _objectWithoutProperties(props, _excluded$49);
14251
14309
  return /*#__PURE__*/React.createElement("span", {
14252
14310
  role: "img",
14253
14311
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14254
14312
  }, /*#__PURE__*/React.createElement("style", {
14255
- children: loadingCircleStyle$48
14313
+ children: loadingCircleStyle$49
14256
14314
  }), /*#__PURE__*/React.createElement("svg", _extends({
14257
14315
  xmlns: "http://www.w3.org/2000/svg",
14258
14316
  width: size,
@@ -14287,8 +14345,8 @@ MenuFold.defaultProps = {
14287
14345
  size: '1em'
14288
14346
  };
14289
14347
 
14290
- var _excluded$49 = ["color", "size", "spin", "style", "className", "iconClassName"];
14291
- var loadingCircleStyle$49 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14348
+ var _excluded$4a = ["color", "size", "spin", "style", "className", "iconClassName"];
14349
+ var loadingCircleStyle$4a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14292
14350
  var List = function List(props) {
14293
14351
  var color = props.color,
14294
14352
  size = props.size,
@@ -14296,12 +14354,12 @@ var List = function List(props) {
14296
14354
  style = props.style,
14297
14355
  className = props.className,
14298
14356
  iconClassName = props.iconClassName,
14299
- otherProps = _objectWithoutProperties(props, _excluded$49);
14357
+ otherProps = _objectWithoutProperties(props, _excluded$4a);
14300
14358
  return /*#__PURE__*/React.createElement("span", {
14301
14359
  role: "img",
14302
14360
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14303
14361
  }, /*#__PURE__*/React.createElement("style", {
14304
- children: loadingCircleStyle$49
14362
+ children: loadingCircleStyle$4a
14305
14363
  }), /*#__PURE__*/React.createElement("svg", _extends({
14306
14364
  xmlns: "http://www.w3.org/2000/svg",
14307
14365
  width: size,
@@ -14336,8 +14394,8 @@ List.defaultProps = {
14336
14394
  size: '1em'
14337
14395
  };
14338
14396
 
14339
- var _excluded$4a = ["color", "size", "spin", "style", "className", "iconClassName"];
14340
- var loadingCircleStyle$4a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14397
+ var _excluded$4b = ["color", "size", "spin", "style", "className", "iconClassName"];
14398
+ var loadingCircleStyle$4b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14341
14399
  var ListNested = function ListNested(props) {
14342
14400
  var color = props.color,
14343
14401
  size = props.size,
@@ -14345,12 +14403,12 @@ var ListNested = function ListNested(props) {
14345
14403
  style = props.style,
14346
14404
  className = props.className,
14347
14405
  iconClassName = props.iconClassName,
14348
- otherProps = _objectWithoutProperties(props, _excluded$4a);
14406
+ otherProps = _objectWithoutProperties(props, _excluded$4b);
14349
14407
  return /*#__PURE__*/React.createElement("span", {
14350
14408
  role: "img",
14351
14409
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14352
14410
  }, /*#__PURE__*/React.createElement("style", {
14353
- children: loadingCircleStyle$4a
14411
+ children: loadingCircleStyle$4b
14354
14412
  }), /*#__PURE__*/React.createElement("svg", _extends({
14355
14413
  xmlns: "http://www.w3.org/2000/svg",
14356
14414
  width: size,
@@ -14387,8 +14445,8 @@ ListNested.defaultProps = {
14387
14445
  size: '1em'
14388
14446
  };
14389
14447
 
14390
- var _excluded$4b = ["color", "size", "spin", "style", "className", "iconClassName"];
14391
- var loadingCircleStyle$4b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14448
+ var _excluded$4c = ["color", "size", "spin", "style", "className", "iconClassName"];
14449
+ var loadingCircleStyle$4c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14392
14450
  var DoubleList = function DoubleList(props) {
14393
14451
  var color = props.color,
14394
14452
  size = props.size,
@@ -14396,12 +14454,12 @@ var DoubleList = function DoubleList(props) {
14396
14454
  style = props.style,
14397
14455
  className = props.className,
14398
14456
  iconClassName = props.iconClassName,
14399
- otherProps = _objectWithoutProperties(props, _excluded$4b);
14457
+ otherProps = _objectWithoutProperties(props, _excluded$4c);
14400
14458
  return /*#__PURE__*/React.createElement("span", {
14401
14459
  role: "img",
14402
14460
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14403
14461
  }, /*#__PURE__*/React.createElement("style", {
14404
- children: loadingCircleStyle$4b
14462
+ children: loadingCircleStyle$4c
14405
14463
  }), /*#__PURE__*/React.createElement("svg", _extends({
14406
14464
  xmlns: "http://www.w3.org/2000/svg",
14407
14465
  width: size,
@@ -14446,8 +14504,8 @@ DoubleList.defaultProps = {
14446
14504
  size: '1em'
14447
14505
  };
14448
14506
 
14449
- var _excluded$4c = ["color", "size", "spin", "style", "className", "iconClassName"];
14450
- var loadingCircleStyle$4c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14507
+ var _excluded$4d = ["color", "size", "spin", "style", "className", "iconClassName"];
14508
+ var loadingCircleStyle$4d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14451
14509
  var Download = function Download(props) {
14452
14510
  var color = props.color,
14453
14511
  size = props.size,
@@ -14455,12 +14513,12 @@ var Download = function Download(props) {
14455
14513
  style = props.style,
14456
14514
  className = props.className,
14457
14515
  iconClassName = props.iconClassName,
14458
- otherProps = _objectWithoutProperties(props, _excluded$4c);
14516
+ otherProps = _objectWithoutProperties(props, _excluded$4d);
14459
14517
  return /*#__PURE__*/React.createElement("span", {
14460
14518
  role: "img",
14461
14519
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14462
14520
  }, /*#__PURE__*/React.createElement("style", {
14463
- children: loadingCircleStyle$4c
14521
+ children: loadingCircleStyle$4d
14464
14522
  }), /*#__PURE__*/React.createElement("svg", _extends({
14465
14523
  xmlns: "http://www.w3.org/2000/svg",
14466
14524
  width: size,
@@ -14495,8 +14553,8 @@ Download.defaultProps = {
14495
14553
  size: '1em'
14496
14554
  };
14497
14555
 
14498
- var _excluded$4d = ["color", "size", "spin", "style", "className", "iconClassName"];
14499
- var loadingCircleStyle$4d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14556
+ var _excluded$4e = ["color", "size", "spin", "style", "className", "iconClassName"];
14557
+ var loadingCircleStyle$4e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14500
14558
  var FullDownload = function FullDownload(props) {
14501
14559
  var color = props.color,
14502
14560
  size = props.size,
@@ -14504,12 +14562,12 @@ var FullDownload = function FullDownload(props) {
14504
14562
  style = props.style,
14505
14563
  className = props.className,
14506
14564
  iconClassName = props.iconClassName,
14507
- otherProps = _objectWithoutProperties(props, _excluded$4d);
14565
+ otherProps = _objectWithoutProperties(props, _excluded$4e);
14508
14566
  return /*#__PURE__*/React.createElement("span", {
14509
14567
  role: "img",
14510
14568
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14511
14569
  }, /*#__PURE__*/React.createElement("style", {
14512
- children: loadingCircleStyle$4d
14570
+ children: loadingCircleStyle$4e
14513
14571
  }), /*#__PURE__*/React.createElement("svg", _extends({
14514
14572
  xmlns: "http://www.w3.org/2000/svg",
14515
14573
  width: size,
@@ -14546,8 +14604,8 @@ FullDownload.defaultProps = {
14546
14604
  size: '1em'
14547
14605
  };
14548
14606
 
14549
- var _excluded$4e = ["color", "size", "spin", "style", "className", "iconClassName"];
14550
- var loadingCircleStyle$4e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14607
+ var _excluded$4f = ["color", "size", "spin", "style", "className", "iconClassName"];
14608
+ var loadingCircleStyle$4f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14551
14609
  var Export = function Export(props) {
14552
14610
  var color = props.color,
14553
14611
  size = props.size,
@@ -14555,12 +14613,12 @@ var Export = function Export(props) {
14555
14613
  style = props.style,
14556
14614
  className = props.className,
14557
14615
  iconClassName = props.iconClassName,
14558
- otherProps = _objectWithoutProperties(props, _excluded$4e);
14616
+ otherProps = _objectWithoutProperties(props, _excluded$4f);
14559
14617
  return /*#__PURE__*/React.createElement("span", {
14560
14618
  role: "img",
14561
14619
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14562
14620
  }, /*#__PURE__*/React.createElement("style", {
14563
- children: loadingCircleStyle$4e
14621
+ children: loadingCircleStyle$4f
14564
14622
  }), /*#__PURE__*/React.createElement("svg", _extends({
14565
14623
  xmlns: "http://www.w3.org/2000/svg",
14566
14624
  width: size,
@@ -14597,8 +14655,8 @@ Export.defaultProps = {
14597
14655
  size: '1em'
14598
14656
  };
14599
14657
 
14600
- var _excluded$4f = ["color", "size", "spin", "style", "className", "iconClassName"];
14601
- var loadingCircleStyle$4f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14658
+ var _excluded$4g = ["color", "size", "spin", "style", "className", "iconClassName"];
14659
+ var loadingCircleStyle$4g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14602
14660
  var Import = function Import(props) {
14603
14661
  var color = props.color,
14604
14662
  size = props.size,
@@ -14606,12 +14664,12 @@ var Import = function Import(props) {
14606
14664
  style = props.style,
14607
14665
  className = props.className,
14608
14666
  iconClassName = props.iconClassName,
14609
- otherProps = _objectWithoutProperties(props, _excluded$4f);
14667
+ otherProps = _objectWithoutProperties(props, _excluded$4g);
14610
14668
  return /*#__PURE__*/React.createElement("span", {
14611
14669
  role: "img",
14612
14670
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14613
14671
  }, /*#__PURE__*/React.createElement("style", {
14614
- children: loadingCircleStyle$4f
14672
+ children: loadingCircleStyle$4g
14615
14673
  }), /*#__PURE__*/React.createElement("svg", _extends({
14616
14674
  xmlns: "http://www.w3.org/2000/svg",
14617
14675
  width: size,
@@ -14648,8 +14706,8 @@ Import.defaultProps = {
14648
14706
  size: '1em'
14649
14707
  };
14650
14708
 
14651
- var _excluded$4g = ["color", "size", "spin", "style", "className", "iconClassName"];
14652
- var loadingCircleStyle$4g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14709
+ var _excluded$4h = ["color", "size", "spin", "style", "className", "iconClassName"];
14710
+ var loadingCircleStyle$4h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14653
14711
  var Add1 = function Add1(props) {
14654
14712
  var color = props.color,
14655
14713
  size = props.size,
@@ -14657,12 +14715,12 @@ var Add1 = function Add1(props) {
14657
14715
  style = props.style,
14658
14716
  className = props.className,
14659
14717
  iconClassName = props.iconClassName,
14660
- otherProps = _objectWithoutProperties(props, _excluded$4g);
14718
+ otherProps = _objectWithoutProperties(props, _excluded$4h);
14661
14719
  return /*#__PURE__*/React.createElement("span", {
14662
14720
  role: "img",
14663
14721
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14664
14722
  }, /*#__PURE__*/React.createElement("style", {
14665
- children: loadingCircleStyle$4g
14723
+ children: loadingCircleStyle$4h
14666
14724
  }), /*#__PURE__*/React.createElement("svg", _extends({
14667
14725
  xmlns: "http://www.w3.org/2000/svg",
14668
14726
  width: size,
@@ -14697,8 +14755,8 @@ Add1.defaultProps = {
14697
14755
  size: '1em'
14698
14756
  };
14699
14757
 
14700
- var _excluded$4h = ["color", "size", "spin", "style", "className", "iconClassName"];
14701
- var loadingCircleStyle$4h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14758
+ var _excluded$4i = ["color", "size", "spin", "style", "className", "iconClassName"];
14759
+ var loadingCircleStyle$4i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14702
14760
  var Add2 = function Add2(props) {
14703
14761
  var color = props.color,
14704
14762
  size = props.size,
@@ -14706,12 +14764,12 @@ var Add2 = function Add2(props) {
14706
14764
  style = props.style,
14707
14765
  className = props.className,
14708
14766
  iconClassName = props.iconClassName,
14709
- otherProps = _objectWithoutProperties(props, _excluded$4h);
14767
+ otherProps = _objectWithoutProperties(props, _excluded$4i);
14710
14768
  return /*#__PURE__*/React.createElement("span", {
14711
14769
  role: "img",
14712
14770
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14713
14771
  }, /*#__PURE__*/React.createElement("style", {
14714
- children: loadingCircleStyle$4h
14772
+ children: loadingCircleStyle$4i
14715
14773
  }), /*#__PURE__*/React.createElement("svg", _extends({
14716
14774
  xmlns: "http://www.w3.org/2000/svg",
14717
14775
  width: size,
@@ -14746,8 +14804,8 @@ Add2.defaultProps = {
14746
14804
  size: '1em'
14747
14805
  };
14748
14806
 
14749
- var _excluded$4i = ["color", "size", "spin", "style", "className", "iconClassName"];
14750
- var loadingCircleStyle$4i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14807
+ var _excluded$4j = ["color", "size", "spin", "style", "className", "iconClassName"];
14808
+ var loadingCircleStyle$4j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14751
14809
  var Add3 = function Add3(props) {
14752
14810
  var color = props.color,
14753
14811
  size = props.size,
@@ -14755,12 +14813,12 @@ var Add3 = function Add3(props) {
14755
14813
  style = props.style,
14756
14814
  className = props.className,
14757
14815
  iconClassName = props.iconClassName,
14758
- otherProps = _objectWithoutProperties(props, _excluded$4i);
14816
+ otherProps = _objectWithoutProperties(props, _excluded$4j);
14759
14817
  return /*#__PURE__*/React.createElement("span", {
14760
14818
  role: "img",
14761
14819
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14762
14820
  }, /*#__PURE__*/React.createElement("style", {
14763
- children: loadingCircleStyle$4i
14821
+ children: loadingCircleStyle$4j
14764
14822
  }), /*#__PURE__*/React.createElement("svg", _extends({
14765
14823
  xmlns: "http://www.w3.org/2000/svg",
14766
14824
  width: size,
@@ -14795,8 +14853,8 @@ Add3.defaultProps = {
14795
14853
  size: '1em'
14796
14854
  };
14797
14855
 
14798
- var _excluded$4j = ["color", "size", "spin", "style", "className", "iconClassName"];
14799
- var loadingCircleStyle$4j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14856
+ var _excluded$4k = ["color", "size", "spin", "style", "className", "iconClassName"];
14857
+ var loadingCircleStyle$4k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14800
14858
  var Add3Fill = function Add3Fill(props) {
14801
14859
  var color = props.color,
14802
14860
  size = props.size,
@@ -14804,12 +14862,12 @@ var Add3Fill = function Add3Fill(props) {
14804
14862
  style = props.style,
14805
14863
  className = props.className,
14806
14864
  iconClassName = props.iconClassName,
14807
- otherProps = _objectWithoutProperties(props, _excluded$4j);
14865
+ otherProps = _objectWithoutProperties(props, _excluded$4k);
14808
14866
  return /*#__PURE__*/React.createElement("span", {
14809
14867
  role: "img",
14810
14868
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14811
14869
  }, /*#__PURE__*/React.createElement("style", {
14812
- children: loadingCircleStyle$4j
14870
+ children: loadingCircleStyle$4k
14813
14871
  }), /*#__PURE__*/React.createElement("svg", _extends({
14814
14872
  xmlns: "http://www.w3.org/2000/svg",
14815
14873
  width: size,
@@ -14844,8 +14902,8 @@ Add3Fill.defaultProps = {
14844
14902
  size: '1em'
14845
14903
  };
14846
14904
 
14847
- var _excluded$4k = ["color", "size", "spin", "style", "className", "iconClassName"];
14848
- var loadingCircleStyle$4k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14905
+ var _excluded$4l = ["color", "size", "spin", "style", "className", "iconClassName"];
14906
+ var loadingCircleStyle$4l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14849
14907
  var Subtract = function Subtract(props) {
14850
14908
  var color = props.color,
14851
14909
  size = props.size,
@@ -14853,12 +14911,12 @@ var Subtract = function Subtract(props) {
14853
14911
  style = props.style,
14854
14912
  className = props.className,
14855
14913
  iconClassName = props.iconClassName,
14856
- otherProps = _objectWithoutProperties(props, _excluded$4k);
14914
+ otherProps = _objectWithoutProperties(props, _excluded$4l);
14857
14915
  return /*#__PURE__*/React.createElement("span", {
14858
14916
  role: "img",
14859
14917
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14860
14918
  }, /*#__PURE__*/React.createElement("style", {
14861
- children: loadingCircleStyle$4k
14919
+ children: loadingCircleStyle$4l
14862
14920
  }), /*#__PURE__*/React.createElement("svg", _extends({
14863
14921
  xmlns: "http://www.w3.org/2000/svg",
14864
14922
  width: size,
@@ -14896,8 +14954,8 @@ Subtract.defaultProps = {
14896
14954
  size: '1em'
14897
14955
  };
14898
14956
 
14899
- var _excluded$4l = ["color", "size", "spin", "style", "className", "iconClassName"];
14900
- var loadingCircleStyle$4l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14957
+ var _excluded$4m = ["color", "size", "spin", "style", "className", "iconClassName"];
14958
+ var loadingCircleStyle$4m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14901
14959
  var Subtract2 = function Subtract2(props) {
14902
14960
  var color = props.color,
14903
14961
  size = props.size,
@@ -14905,12 +14963,12 @@ var Subtract2 = function Subtract2(props) {
14905
14963
  style = props.style,
14906
14964
  className = props.className,
14907
14965
  iconClassName = props.iconClassName,
14908
- otherProps = _objectWithoutProperties(props, _excluded$4l);
14966
+ otherProps = _objectWithoutProperties(props, _excluded$4m);
14909
14967
  return /*#__PURE__*/React.createElement("span", {
14910
14968
  role: "img",
14911
14969
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14912
14970
  }, /*#__PURE__*/React.createElement("style", {
14913
- children: loadingCircleStyle$4l
14971
+ children: loadingCircleStyle$4m
14914
14972
  }), /*#__PURE__*/React.createElement("svg", _extends({
14915
14973
  xmlns: "http://www.w3.org/2000/svg",
14916
14974
  width: size,
@@ -14949,8 +15007,8 @@ Subtract2.defaultProps = {
14949
15007
  size: '1em'
14950
15008
  };
14951
15009
 
14952
- var _excluded$4m = ["color", "size", "spin", "style", "className", "iconClassName"];
14953
- var loadingCircleStyle$4m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15010
+ var _excluded$4n = ["color", "size", "spin", "style", "className", "iconClassName"];
15011
+ var loadingCircleStyle$4n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14954
15012
  var Update = function Update(props) {
14955
15013
  var color = props.color,
14956
15014
  size = props.size,
@@ -14958,12 +15016,12 @@ var Update = function Update(props) {
14958
15016
  style = props.style,
14959
15017
  className = props.className,
14960
15018
  iconClassName = props.iconClassName,
14961
- otherProps = _objectWithoutProperties(props, _excluded$4m);
15019
+ otherProps = _objectWithoutProperties(props, _excluded$4n);
14962
15020
  return /*#__PURE__*/React.createElement("span", {
14963
15021
  role: "img",
14964
15022
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14965
15023
  }, /*#__PURE__*/React.createElement("style", {
14966
- children: loadingCircleStyle$4m
15024
+ children: loadingCircleStyle$4n
14967
15025
  }), /*#__PURE__*/React.createElement("svg", _extends({
14968
15026
  xmlns: "http://www.w3.org/2000/svg",
14969
15027
  width: size,
@@ -14998,8 +15056,8 @@ Update.defaultProps = {
14998
15056
  size: '1em'
14999
15057
  };
15000
15058
 
15001
- var _excluded$4n = ["color", "size", "spin", "style", "className", "iconClassName"];
15002
- var loadingCircleStyle$4n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15059
+ var _excluded$4o = ["color", "size", "spin", "style", "className", "iconClassName"];
15060
+ var loadingCircleStyle$4o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15003
15061
  var Rename = function Rename(props) {
15004
15062
  var color = props.color,
15005
15063
  size = props.size,
@@ -15007,12 +15065,12 @@ var Rename = function Rename(props) {
15007
15065
  style = props.style,
15008
15066
  className = props.className,
15009
15067
  iconClassName = props.iconClassName,
15010
- otherProps = _objectWithoutProperties(props, _excluded$4n);
15068
+ otherProps = _objectWithoutProperties(props, _excluded$4o);
15011
15069
  return /*#__PURE__*/React.createElement("span", {
15012
15070
  role: "img",
15013
15071
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15014
15072
  }, /*#__PURE__*/React.createElement("style", {
15015
- children: loadingCircleStyle$4n
15073
+ children: loadingCircleStyle$4o
15016
15074
  }), /*#__PURE__*/React.createElement("svg", _extends({
15017
15075
  xmlns: "http://www.w3.org/2000/svg",
15018
15076
  width: size,
@@ -15049,8 +15107,8 @@ Rename.defaultProps = {
15049
15107
  size: '1em'
15050
15108
  };
15051
15109
 
15052
- var _excluded$4o = ["color", "size", "spin", "style", "className", "iconClassName"];
15053
- var loadingCircleStyle$4o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15110
+ var _excluded$4p = ["color", "size", "spin", "style", "className", "iconClassName"];
15111
+ var loadingCircleStyle$4p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15054
15112
  var PlayCircle = function PlayCircle(props) {
15055
15113
  var color = props.color,
15056
15114
  size = props.size,
@@ -15058,12 +15116,12 @@ var PlayCircle = function PlayCircle(props) {
15058
15116
  style = props.style,
15059
15117
  className = props.className,
15060
15118
  iconClassName = props.iconClassName,
15061
- otherProps = _objectWithoutProperties(props, _excluded$4o);
15119
+ otherProps = _objectWithoutProperties(props, _excluded$4p);
15062
15120
  return /*#__PURE__*/React.createElement("span", {
15063
15121
  role: "img",
15064
15122
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15065
15123
  }, /*#__PURE__*/React.createElement("style", {
15066
- children: loadingCircleStyle$4o
15124
+ children: loadingCircleStyle$4p
15067
15125
  }), /*#__PURE__*/React.createElement("svg", _extends({
15068
15126
  xmlns: "http://www.w3.org/2000/svg",
15069
15127
  width: size,
@@ -15098,8 +15156,8 @@ PlayCircle.defaultProps = {
15098
15156
  size: '1em'
15099
15157
  };
15100
15158
 
15101
- var _excluded$4p = ["color", "size", "spin", "style", "className", "iconClassName"];
15102
- var loadingCircleStyle$4p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15159
+ var _excluded$4q = ["color", "size", "spin", "style", "className", "iconClassName"];
15160
+ var loadingCircleStyle$4q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15103
15161
  var PauseCircle = function PauseCircle(props) {
15104
15162
  var color = props.color,
15105
15163
  size = props.size,
@@ -15107,12 +15165,12 @@ var PauseCircle = function PauseCircle(props) {
15107
15165
  style = props.style,
15108
15166
  className = props.className,
15109
15167
  iconClassName = props.iconClassName,
15110
- otherProps = _objectWithoutProperties(props, _excluded$4p);
15168
+ otherProps = _objectWithoutProperties(props, _excluded$4q);
15111
15169
  return /*#__PURE__*/React.createElement("span", {
15112
15170
  role: "img",
15113
15171
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15114
15172
  }, /*#__PURE__*/React.createElement("style", {
15115
- children: loadingCircleStyle$4p
15173
+ children: loadingCircleStyle$4q
15116
15174
  }), /*#__PURE__*/React.createElement("svg", _extends({
15117
15175
  xmlns: "http://www.w3.org/2000/svg",
15118
15176
  width: size,
@@ -15147,8 +15205,8 @@ PauseCircle.defaultProps = {
15147
15205
  size: '1em'
15148
15206
  };
15149
15207
 
15150
- var _excluded$4q = ["color", "size", "spin", "style", "className", "iconClassName"];
15151
- var loadingCircleStyle$4q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15208
+ var _excluded$4r = ["color", "size", "spin", "style", "className", "iconClassName"];
15209
+ var loadingCircleStyle$4r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15152
15210
  var UpdateData = function UpdateData(props) {
15153
15211
  var color = props.color,
15154
15212
  size = props.size,
@@ -15156,12 +15214,12 @@ var UpdateData = function UpdateData(props) {
15156
15214
  style = props.style,
15157
15215
  className = props.className,
15158
15216
  iconClassName = props.iconClassName,
15159
- otherProps = _objectWithoutProperties(props, _excluded$4q);
15217
+ otherProps = _objectWithoutProperties(props, _excluded$4r);
15160
15218
  return /*#__PURE__*/React.createElement("span", {
15161
15219
  role: "img",
15162
15220
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15163
15221
  }, /*#__PURE__*/React.createElement("style", {
15164
- children: loadingCircleStyle$4q
15222
+ children: loadingCircleStyle$4r
15165
15223
  }), /*#__PURE__*/React.createElement("svg", _extends({
15166
15224
  xmlns: "http://www.w3.org/2000/svg",
15167
15225
  width: size,
@@ -15200,8 +15258,8 @@ UpdateData.defaultProps = {
15200
15258
  size: '1em'
15201
15259
  };
15202
15260
 
15203
- var _excluded$4r = ["color", "size", "spin", "style", "className", "iconClassName"];
15204
- var loadingCircleStyle$4r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15261
+ var _excluded$4s = ["color", "size", "spin", "style", "className", "iconClassName"];
15262
+ var loadingCircleStyle$4s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15205
15263
  var Upload = function Upload(props) {
15206
15264
  var color = props.color,
15207
15265
  size = props.size,
@@ -15209,12 +15267,12 @@ var Upload = function Upload(props) {
15209
15267
  style = props.style,
15210
15268
  className = props.className,
15211
15269
  iconClassName = props.iconClassName,
15212
- otherProps = _objectWithoutProperties(props, _excluded$4r);
15270
+ otherProps = _objectWithoutProperties(props, _excluded$4s);
15213
15271
  return /*#__PURE__*/React.createElement("span", {
15214
15272
  role: "img",
15215
15273
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15216
15274
  }, /*#__PURE__*/React.createElement("style", {
15217
- children: loadingCircleStyle$4r
15275
+ children: loadingCircleStyle$4s
15218
15276
  }), /*#__PURE__*/React.createElement("svg", _extends({
15219
15277
  xmlns: "http://www.w3.org/2000/svg",
15220
15278
  width: size,
@@ -15251,8 +15309,8 @@ Upload.defaultProps = {
15251
15309
  size: '1em'
15252
15310
  };
15253
15311
 
15254
- var _excluded$4s = ["color", "size", "spin", "style", "className", "iconClassName"];
15255
- var loadingCircleStyle$4s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15312
+ var _excluded$4t = ["color", "size", "spin", "style", "className", "iconClassName"];
15313
+ var loadingCircleStyle$4t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15256
15314
  var Click = function Click(props) {
15257
15315
  var color = props.color,
15258
15316
  size = props.size,
@@ -15260,12 +15318,12 @@ var Click = function Click(props) {
15260
15318
  style = props.style,
15261
15319
  className = props.className,
15262
15320
  iconClassName = props.iconClassName,
15263
- otherProps = _objectWithoutProperties(props, _excluded$4s);
15321
+ otherProps = _objectWithoutProperties(props, _excluded$4t);
15264
15322
  return /*#__PURE__*/React.createElement("span", {
15265
15323
  role: "img",
15266
15324
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15267
15325
  }, /*#__PURE__*/React.createElement("style", {
15268
- children: loadingCircleStyle$4s
15326
+ children: loadingCircleStyle$4t
15269
15327
  }), /*#__PURE__*/React.createElement("svg", _extends({
15270
15328
  xmlns: "http://www.w3.org/2000/svg",
15271
15329
  width: size,
@@ -15300,8 +15358,8 @@ Click.defaultProps = {
15300
15358
  size: '1em'
15301
15359
  };
15302
15360
 
15303
- var _excluded$4t = ["color", "size", "spin", "style", "className", "iconClassName"];
15304
- var loadingCircleStyle$4t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15361
+ var _excluded$4u = ["color", "size", "spin", "style", "className", "iconClassName"];
15362
+ var loadingCircleStyle$4u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15305
15363
  var Install = function Install(props) {
15306
15364
  var color = props.color,
15307
15365
  size = props.size,
@@ -15309,12 +15367,12 @@ var Install = function Install(props) {
15309
15367
  style = props.style,
15310
15368
  className = props.className,
15311
15369
  iconClassName = props.iconClassName,
15312
- otherProps = _objectWithoutProperties(props, _excluded$4t);
15370
+ otherProps = _objectWithoutProperties(props, _excluded$4u);
15313
15371
  return /*#__PURE__*/React.createElement("span", {
15314
15372
  role: "img",
15315
15373
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15316
15374
  }, /*#__PURE__*/React.createElement("style", {
15317
- children: loadingCircleStyle$4t
15375
+ children: loadingCircleStyle$4u
15318
15376
  }), /*#__PURE__*/React.createElement("svg", _extends({
15319
15377
  xmlns: "http://www.w3.org/2000/svg",
15320
15378
  width: size,
@@ -15349,8 +15407,8 @@ Install.defaultProps = {
15349
15407
  size: '1em'
15350
15408
  };
15351
15409
 
15352
- var _excluded$4u = ["color", "size", "spin", "style", "className", "iconClassName"];
15353
- var loadingCircleStyle$4u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15410
+ var _excluded$4v = ["color", "size", "spin", "style", "className", "iconClassName"];
15411
+ var loadingCircleStyle$4v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15354
15412
  var Expand = function Expand(props) {
15355
15413
  var color = props.color,
15356
15414
  size = props.size,
@@ -15358,12 +15416,12 @@ var Expand = function Expand(props) {
15358
15416
  style = props.style,
15359
15417
  className = props.className,
15360
15418
  iconClassName = props.iconClassName,
15361
- otherProps = _objectWithoutProperties(props, _excluded$4u);
15419
+ otherProps = _objectWithoutProperties(props, _excluded$4v);
15362
15420
  return /*#__PURE__*/React.createElement("span", {
15363
15421
  role: "img",
15364
15422
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15365
15423
  }, /*#__PURE__*/React.createElement("style", {
15366
- children: loadingCircleStyle$4u
15424
+ children: loadingCircleStyle$4v
15367
15425
  }), /*#__PURE__*/React.createElement("svg", _extends({
15368
15426
  xmlns: "http://www.w3.org/2000/svg",
15369
15427
  width: size,
@@ -15400,8 +15458,8 @@ Expand.defaultProps = {
15400
15458
  size: '1em'
15401
15459
  };
15402
15460
 
15403
- var _excluded$4v = ["color", "size", "spin", "style", "className", "iconClassName"];
15404
- var loadingCircleStyle$4v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15461
+ var _excluded$4w = ["color", "size", "spin", "style", "className", "iconClassName"];
15462
+ var loadingCircleStyle$4w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15405
15463
  var Pinch = function Pinch(props) {
15406
15464
  var color = props.color,
15407
15465
  size = props.size,
@@ -15409,12 +15467,12 @@ var Pinch = function Pinch(props) {
15409
15467
  style = props.style,
15410
15468
  className = props.className,
15411
15469
  iconClassName = props.iconClassName,
15412
- otherProps = _objectWithoutProperties(props, _excluded$4v);
15470
+ otherProps = _objectWithoutProperties(props, _excluded$4w);
15413
15471
  return /*#__PURE__*/React.createElement("span", {
15414
15472
  role: "img",
15415
15473
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15416
15474
  }, /*#__PURE__*/React.createElement("style", {
15417
- children: loadingCircleStyle$4v
15475
+ children: loadingCircleStyle$4w
15418
15476
  }), /*#__PURE__*/React.createElement("svg", _extends({
15419
15477
  xmlns: "http://www.w3.org/2000/svg",
15420
15478
  width: size,
@@ -15451,8 +15509,8 @@ Pinch.defaultProps = {
15451
15509
  size: '1em'
15452
15510
  };
15453
15511
 
15454
- var _excluded$4w = ["color", "size", "spin", "style", "className", "iconClassName"];
15455
- var loadingCircleStyle$4w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15512
+ var _excluded$4x = ["color", "size", "spin", "style", "className", "iconClassName"];
15513
+ var loadingCircleStyle$4x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15456
15514
  var NewIndicator = function NewIndicator(props) {
15457
15515
  var color = props.color,
15458
15516
  size = props.size,
@@ -15460,12 +15518,12 @@ var NewIndicator = function NewIndicator(props) {
15460
15518
  style = props.style,
15461
15519
  className = props.className,
15462
15520
  iconClassName = props.iconClassName,
15463
- otherProps = _objectWithoutProperties(props, _excluded$4w);
15521
+ otherProps = _objectWithoutProperties(props, _excluded$4x);
15464
15522
  return /*#__PURE__*/React.createElement("span", {
15465
15523
  role: "img",
15466
15524
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15467
15525
  }, /*#__PURE__*/React.createElement("style", {
15468
- children: loadingCircleStyle$4w
15526
+ children: loadingCircleStyle$4x
15469
15527
  }), /*#__PURE__*/React.createElement("svg", _extends({
15470
15528
  xmlns: "http://www.w3.org/2000/svg",
15471
15529
  width: size,
@@ -15502,8 +15560,8 @@ NewIndicator.defaultProps = {
15502
15560
  size: '1em'
15503
15561
  };
15504
15562
 
15505
- var _excluded$4x = ["color", "size", "spin", "style", "className", "iconClassName"];
15506
- var loadingCircleStyle$4x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15563
+ var _excluded$4y = ["color", "size", "spin", "style", "className", "iconClassName"];
15564
+ var loadingCircleStyle$4y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15507
15565
  var BoxOpen = function BoxOpen(props) {
15508
15566
  var color = props.color,
15509
15567
  size = props.size,
@@ -15511,12 +15569,12 @@ var BoxOpen = function BoxOpen(props) {
15511
15569
  style = props.style,
15512
15570
  className = props.className,
15513
15571
  iconClassName = props.iconClassName,
15514
- otherProps = _objectWithoutProperties(props, _excluded$4x);
15572
+ otherProps = _objectWithoutProperties(props, _excluded$4y);
15515
15573
  return /*#__PURE__*/React.createElement("span", {
15516
15574
  role: "img",
15517
15575
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15518
15576
  }, /*#__PURE__*/React.createElement("style", {
15519
- children: loadingCircleStyle$4x
15577
+ children: loadingCircleStyle$4y
15520
15578
  }), /*#__PURE__*/React.createElement("svg", _extends({
15521
15579
  xmlns: "http://www.w3.org/2000/svg",
15522
15580
  width: size,
@@ -15553,8 +15611,8 @@ BoxOpen.defaultProps = {
15553
15611
  size: '1em'
15554
15612
  };
15555
15613
 
15556
- var _excluded$4y = ["color", "size", "spin", "style", "className", "iconClassName"];
15557
- var loadingCircleStyle$4y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15614
+ var _excluded$4z = ["color", "size", "spin", "style", "className", "iconClassName"];
15615
+ var loadingCircleStyle$4z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15558
15616
  var Interval = function Interval(props) {
15559
15617
  var color = props.color,
15560
15618
  size = props.size,
@@ -15562,12 +15620,12 @@ var Interval = function Interval(props) {
15562
15620
  style = props.style,
15563
15621
  className = props.className,
15564
15622
  iconClassName = props.iconClassName,
15565
- otherProps = _objectWithoutProperties(props, _excluded$4y);
15623
+ otherProps = _objectWithoutProperties(props, _excluded$4z);
15566
15624
  return /*#__PURE__*/React.createElement("span", {
15567
15625
  role: "img",
15568
15626
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15569
15627
  }, /*#__PURE__*/React.createElement("style", {
15570
- children: loadingCircleStyle$4y
15628
+ children: loadingCircleStyle$4z
15571
15629
  }), /*#__PURE__*/React.createElement("svg", _extends({
15572
15630
  xmlns: "http://www.w3.org/2000/svg",
15573
15631
  width: size,
@@ -15610,58 +15668,9 @@ Interval.defaultProps = {
15610
15668
  size: '1em'
15611
15669
  };
15612
15670
 
15613
- var _excluded$4z = ["color", "size", "spin", "style", "className", "iconClassName"];
15614
- var loadingCircleStyle$4z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15615
- var Revert = function Revert(props) {
15616
- var color = props.color,
15617
- size = props.size,
15618
- spin = props.spin,
15619
- style = props.style,
15620
- className = props.className,
15621
- iconClassName = props.iconClassName,
15622
- otherProps = _objectWithoutProperties(props, _excluded$4z);
15623
- return /*#__PURE__*/React.createElement("span", {
15624
- role: "img",
15625
- className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15626
- }, /*#__PURE__*/React.createElement("style", {
15627
- children: loadingCircleStyle$4z
15628
- }), /*#__PURE__*/React.createElement("svg", _extends({
15629
- xmlns: "http://www.w3.org/2000/svg",
15630
- width: size,
15631
- height: size,
15632
- viewBox: "0 0 24 24",
15633
- fill: color
15634
- }, otherProps, {
15635
- className: iconClassName,
15636
- style: _objectSpread2(_objectSpread2({}, style), spin ? {
15637
- animationDuration: '1s',
15638
- animationIterationCount: 'infinite',
15639
- animationName: 'loadingCircle',
15640
- animationTimingFunction: 'linear'
15641
- } : {})
15642
- }), /*#__PURE__*/React.createElement("svg", {
15643
- width: "24",
15644
- height: "24",
15645
- xmlns: "http://www.w3.org/2000/svg"
15646
- }, /*#__PURE__*/React.createElement("path", {
15647
- d: "M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12h2a8 8 0 101.385-4.5H8v2H2v-6h2V6a9.98 9.98 0 018-4z"
15648
- }))));
15649
- };
15650
- Revert.propTypes = {
15651
- iconClassName: PropTypes.string,
15652
- spin: PropTypes.bool,
15653
- color: PropTypes.string,
15654
- size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
15655
- };
15656
- Revert.defaultProps = {
15657
- spin: false,
15658
- color: 'currentColor',
15659
- size: '1em'
15660
- };
15661
-
15662
15671
  var _excluded$4A = ["color", "size", "spin", "style", "className", "iconClassName"];
15663
15672
  var loadingCircleStyle$4A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15664
- var CmdMac = function CmdMac(props) {
15673
+ var Revert = function Revert(props) {
15665
15674
  var color = props.color,
15666
15675
  size = props.size,
15667
15676
  spin = props.spin,
@@ -15693,16 +15702,16 @@ var CmdMac = function CmdMac(props) {
15693
15702
  height: "24",
15694
15703
  xmlns: "http://www.w3.org/2000/svg"
15695
15704
  }, /*#__PURE__*/React.createElement("path", {
15696
- d: "M9.778 7.556h4.444V5.889a3.889 3.889 0 113.89 3.889h-1.668v4.444h1.667a3.89 3.89 0 11-3.889 3.89v-1.668H9.778v1.667a3.89 3.89 0 11-3.89-3.889h1.668V9.778H5.889a3.889 3.889 0 113.889-3.89v1.668zm-2.222 0V5.889a1.667 1.667 0 10-1.667 1.667h1.667zm0 8.888H5.889a1.667 1.667 0 101.667 1.667v-1.667zm8.888-8.888h1.667a1.667 1.667 0 10-1.667-1.667v1.667zm0 8.888v1.667a1.667 1.667 0 101.667-1.667h-1.667zM9.778 9.778v4.444h4.444V9.778H9.778z"
15705
+ d: "M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12h2a8 8 0 101.385-4.5H8v2H2v-6h2V6a9.98 9.98 0 018-4z"
15697
15706
  }))));
15698
15707
  };
15699
- CmdMac.propTypes = {
15708
+ Revert.propTypes = {
15700
15709
  iconClassName: PropTypes.string,
15701
15710
  spin: PropTypes.bool,
15702
15711
  color: PropTypes.string,
15703
15712
  size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
15704
15713
  };
15705
- CmdMac.defaultProps = {
15714
+ Revert.defaultProps = {
15706
15715
  spin: false,
15707
15716
  color: 'currentColor',
15708
15717
  size: '1em'
@@ -19068,4 +19077,4 @@ Share.defaultProps = {
19068
19077
  size: '1em'
19069
19078
  };
19070
19079
 
19071
- 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, 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, CmdMac as TaCmdMac, 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, DisplayS as TaDisplayS, Done as TaDone, Dot as TaDot, DoubleList as TaDoubleList, Download as TaDownload, Drag as TaDrag, Drag2 as TaDrag2, DropDown as TaDropDown, DropUp as TaDropUp, EPropertySm as TaEPropertySm, 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, Folder as TaFolder, FolderCl as TaFolderCl, FolderOpen as TaFolderOpen, FolderOpenCl as TaFolderOpenCl, Forewarning as TaForewarning, Format as TaFormat, FullDownload as TaFullDownload, Fullscreen as TaFullscreen, 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, 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, LogoKingCl as TaLogoKingCl, LogoWechatCl as TaLogoWechatCl, LogoWechatGray as TaLogoWechatGray, LogoWecomCl as TaLogoWecomCl, LogoWecomGray as TaLogoWecomGray, 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, 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, PageCl as TaPageCl, 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, 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, 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, SpaceCl as TaSpaceCl, SpaceOpen as TaSpaceOpen, SpaceOpenCl as TaSpaceOpenCl, 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, 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, ViewOriginal as TaViewOriginal, Vip as TaVip, VipFill as TaVipFill };
19080
+ 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, 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, DisplayS as TaDisplayS, Done as TaDone, Dot as TaDot, DoubleList as TaDoubleList, Download as TaDownload, Drag as TaDrag, Drag2 as TaDrag2, DropDown as TaDropDown, DropUp as TaDropUp, EPropertySm as TaEPropertySm, 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, Folder as TaFolder, FolderCl as TaFolderCl, FolderOpen as TaFolderOpen, FolderOpenCl as TaFolderOpenCl, Forewarning as TaForewarning, Format as TaFormat, FullDownload as TaFullDownload, Fullscreen as TaFullscreen, 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, 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, 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, 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, PageCl as TaPageCl, 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, 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, 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, SpaceCl as TaSpaceCl, SpaceOpen as TaSpaceOpen, SpaceOpenCl as TaSpaceOpenCl, 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, 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, ViewOriginal as TaViewOriginal, Vip as TaVip, VipFill as TaVipFill };