@tant/icons 1.1.74 → 1.1.77

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.
@@ -7476,7 +7476,7 @@ LogoXiaomiCl.defaultProps = {
7476
7476
 
7477
7477
  var loadingCircleStyle$2k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7478
7478
 
7479
- var Info = function Info(props) {
7479
+ var DashboardCl = function DashboardCl(props) {
7480
7480
  var color = props.color,
7481
7481
  size = props.size,
7482
7482
  spin = props.spin,
@@ -7504,6 +7504,296 @@ var Info = function Info(props) {
7504
7504
  animationName: 'loadingCircle',
7505
7505
  animationTimingFunction: 'linear'
7506
7506
  } : {})
7507
+ }), /*#__PURE__*/React.createElement("path", {
7508
+ d: "M20 3h-6a1 1 0 00-1 1v4a1 1 0 001 1h6a1 1 0 001-1V4a1 1 0 00-1-1z",
7509
+ fill: "#7639F0",
7510
+ fillOpacity: ".3"
7511
+ }), /*#__PURE__*/React.createElement("path", {
7512
+ d: "M3 4v8a1 1 0 001 1h6a1 1 0 001-1V4a1 1 0 00-1-1H4a1 1 0 00-1 1z",
7513
+ fill: "#7639F0"
7514
+ }), /*#__PURE__*/React.createElement("path", {
7515
+ d: "M3 16v4a1 1 0 001 1h6a1 1 0 001-1v-4a1 1 0 00-1-1H4a1 1 0 00-1 1z",
7516
+ fill: "#7639F0"
7517
+ }), /*#__PURE__*/React.createElement("path", {
7518
+ d: "M14 21a1 1 0 01-1-1v-8a1 1 0 011-1h6a1 1 0 011 1v8a1 1 0 01-1 1h-6z",
7519
+ fill: "#7639F0"
7520
+ })));
7521
+ };
7522
+
7523
+ DashboardCl.propTypes = {
7524
+ iconClassName: PropTypes.string,
7525
+ spin: PropTypes.bool,
7526
+ color: PropTypes.string,
7527
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
7528
+ };
7529
+ DashboardCl.defaultProps = {
7530
+ spin: false,
7531
+ color: 'currentColor',
7532
+ size: '1em'
7533
+ };
7534
+
7535
+ var loadingCircleStyle$2l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7536
+
7537
+ var ReportCl = function ReportCl(props) {
7538
+ var color = props.color,
7539
+ size = props.size,
7540
+ spin = props.spin,
7541
+ style = props.style,
7542
+ className = props.className,
7543
+ iconClassName = props.iconClassName,
7544
+ otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className", "iconClassName"]);
7545
+
7546
+ return /*#__PURE__*/React.createElement("span", {
7547
+ role: "img",
7548
+ className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
7549
+ }, /*#__PURE__*/React.createElement("style", {
7550
+ children: loadingCircleStyle$2l
7551
+ }), /*#__PURE__*/React.createElement("svg", _extends({
7552
+ xmlns: "http://www.w3.org/2000/svg",
7553
+ width: size,
7554
+ height: size,
7555
+ viewBox: "0 0 24 24",
7556
+ fill: color
7557
+ }, otherProps, {
7558
+ className: iconClassName,
7559
+ style: _objectSpread2(_objectSpread2({}, style), spin ? {
7560
+ animationDuration: '1s',
7561
+ animationIterationCount: 'infinite',
7562
+ animationName: 'loadingCircle',
7563
+ animationTimingFunction: 'linear'
7564
+ } : {})
7565
+ }), /*#__PURE__*/React.createElement("path", {
7566
+ d: "M1 3a1 1 0 011-1h20a1 1 0 011 1v2.667H1V3z",
7567
+ fill: "#1673F6"
7568
+ }), /*#__PURE__*/React.createElement("path", {
7569
+ opacity: ".2",
7570
+ d: "M1 5.667h22v14.5a2 2 0 01-2 2H3a2 2 0 01-2-2v-14.5z",
7571
+ fill: "#1673F6"
7572
+ }), /*#__PURE__*/React.createElement("path", {
7573
+ fillRule: "evenodd",
7574
+ clipRule: "evenodd",
7575
+ d: "M17.5 13.494h-5.076V8.417a5.077 5.077 0 015.077 5.077z",
7576
+ fill: "#1673F6"
7577
+ }), /*#__PURE__*/React.createElement("path", {
7578
+ fillRule: "evenodd",
7579
+ clipRule: "evenodd",
7580
+ d: "M11.578 9.263h-.001a5.077 5.077 0 105.077 5.077h-5.076V9.262z",
7581
+ fill: "#1673F6"
7582
+ })));
7583
+ };
7584
+
7585
+ ReportCl.propTypes = {
7586
+ iconClassName: PropTypes.string,
7587
+ spin: PropTypes.bool,
7588
+ color: PropTypes.string,
7589
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
7590
+ };
7591
+ ReportCl.defaultProps = {
7592
+ spin: false,
7593
+ color: 'currentColor',
7594
+ size: '1em'
7595
+ };
7596
+
7597
+ var loadingCircleStyle$2m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7598
+
7599
+ var UserTagCl = function UserTagCl(props) {
7600
+ var color = props.color,
7601
+ size = props.size,
7602
+ spin = props.spin,
7603
+ style = props.style,
7604
+ className = props.className,
7605
+ iconClassName = props.iconClassName,
7606
+ otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className", "iconClassName"]);
7607
+
7608
+ return /*#__PURE__*/React.createElement("span", {
7609
+ role: "img",
7610
+ className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
7611
+ }, /*#__PURE__*/React.createElement("style", {
7612
+ children: loadingCircleStyle$2m
7613
+ }), /*#__PURE__*/React.createElement("svg", _extends({
7614
+ xmlns: "http://www.w3.org/2000/svg",
7615
+ width: size,
7616
+ height: size,
7617
+ viewBox: "0 0 24 24",
7618
+ fill: color
7619
+ }, otherProps, {
7620
+ className: iconClassName,
7621
+ style: _objectSpread2(_objectSpread2({}, style), spin ? {
7622
+ animationDuration: '1s',
7623
+ animationIterationCount: 'infinite',
7624
+ animationName: 'loadingCircle',
7625
+ animationTimingFunction: 'linear'
7626
+ } : {})
7627
+ }), /*#__PURE__*/React.createElement("path", {
7628
+ d: "M21.576 1H8.351c-.445 0-.874.174-1.196.482L5.972 2.614c-.194.184-.07.516.194.523l3.332.106c.499.017.975.225 1.327.588 0 0 9.585 9.78 9.602 9.801h1.17c.774 0 1.404-.639 1.404-1.432V2.453C23 1.653 22.364 1 21.576 1z",
7629
+ fill: "#202241"
7630
+ }), /*#__PURE__*/React.createElement("path", {
7631
+ d: "M18.998 13.63l-8.503-8.674a1.746 1.746 0 00-1.183-.523l-6.82-.22C1.66 4.187.98 4.88 1 5.729l.181 6.82c.014.514.218 1.002.577 1.365l8.496 8.666c.55.561 1.438.561 1.984 0l6.76-6.895a1.473 1.473 0 000-2.055zM4.654 9.067c-.617 0-1.117-.509-1.117-1.138 0-.629.5-1.138 1.117-1.138.616 0 1.116.509 1.116 1.138 0 .63-.5 1.138-1.116 1.138z",
7632
+ fill: "#0A1032",
7633
+ fillOpacity: ".3"
7634
+ })));
7635
+ };
7636
+
7637
+ UserTagCl.propTypes = {
7638
+ iconClassName: PropTypes.string,
7639
+ spin: PropTypes.bool,
7640
+ color: PropTypes.string,
7641
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
7642
+ };
7643
+ UserTagCl.defaultProps = {
7644
+ spin: false,
7645
+ color: 'currentColor',
7646
+ size: '1em'
7647
+ };
7648
+
7649
+ var loadingCircleStyle$2n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7650
+
7651
+ var GroupCl = function GroupCl(props) {
7652
+ var color = props.color,
7653
+ size = props.size,
7654
+ spin = props.spin,
7655
+ style = props.style,
7656
+ className = props.className,
7657
+ iconClassName = props.iconClassName,
7658
+ otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className", "iconClassName"]);
7659
+
7660
+ return /*#__PURE__*/React.createElement("span", {
7661
+ role: "img",
7662
+ className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
7663
+ }, /*#__PURE__*/React.createElement("style", {
7664
+ children: loadingCircleStyle$2n
7665
+ }), /*#__PURE__*/React.createElement("svg", _extends({
7666
+ xmlns: "http://www.w3.org/2000/svg",
7667
+ width: size,
7668
+ height: size,
7669
+ viewBox: "0 0 24 24",
7670
+ fill: color
7671
+ }, otherProps, {
7672
+ className: iconClassName,
7673
+ style: _objectSpread2(_objectSpread2({}, style), spin ? {
7674
+ animationDuration: '1s',
7675
+ animationIterationCount: 'infinite',
7676
+ animationName: 'loadingCircle',
7677
+ animationTimingFunction: 'linear'
7678
+ } : {})
7679
+ }), /*#__PURE__*/React.createElement("g", {
7680
+ clipPath: "url(#clip0_5031_752)"
7681
+ }, /*#__PURE__*/React.createElement("path", {
7682
+ d: "M18.008 14a3 3 0 110-6 3 3 0 010 6zm-9-3a4 4 0 110-8.002 4 4 0 010 8.002z",
7683
+ fill: "#202241"
7684
+ }), /*#__PURE__*/React.createElement("path", {
7685
+ d: "M17.609 15c3.407.038 6.188 1.76 6.397 5.4.009.147 0 .6-.542.6h-3.856c0-2.25-.744-4.328-2-6zm-17.6 5.2C.396 15.426 4.268 13 8.99 13c4.788 0 8.722 2.293 9.015 7.2.012.195 0 .8-.751.8H.735c-.25 0-.747-.54-.726-.8z",
7686
+ fill: "#ACAFBD"
7687
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
7688
+ id: "clip0_5031_752"
7689
+ }, /*#__PURE__*/React.createElement("rect", {
7690
+ width: "24",
7691
+ height: "24",
7692
+ fill: "#fff"
7693
+ })))));
7694
+ };
7695
+
7696
+ GroupCl.propTypes = {
7697
+ iconClassName: PropTypes.string,
7698
+ spin: PropTypes.bool,
7699
+ color: PropTypes.string,
7700
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
7701
+ };
7702
+ GroupCl.defaultProps = {
7703
+ spin: false,
7704
+ color: 'currentColor',
7705
+ size: '1em'
7706
+ };
7707
+
7708
+ var loadingCircleStyle$2o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7709
+
7710
+ var VPropCl = function VPropCl(props) {
7711
+ var color = props.color,
7712
+ size = props.size,
7713
+ spin = props.spin,
7714
+ style = props.style,
7715
+ className = props.className,
7716
+ iconClassName = props.iconClassName,
7717
+ otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className", "iconClassName"]);
7718
+
7719
+ return /*#__PURE__*/React.createElement("span", {
7720
+ role: "img",
7721
+ className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
7722
+ }, /*#__PURE__*/React.createElement("style", {
7723
+ children: loadingCircleStyle$2o
7724
+ }), /*#__PURE__*/React.createElement("svg", _extends({
7725
+ xmlns: "http://www.w3.org/2000/svg",
7726
+ width: size,
7727
+ height: size,
7728
+ viewBox: "0 0 24 24",
7729
+ fill: color
7730
+ }, otherProps, {
7731
+ className: iconClassName,
7732
+ style: _objectSpread2(_objectSpread2({}, style), spin ? {
7733
+ animationDuration: '1s',
7734
+ animationIterationCount: 'infinite',
7735
+ animationName: 'loadingCircle',
7736
+ animationTimingFunction: 'linear'
7737
+ } : {})
7738
+ }), /*#__PURE__*/React.createElement("path", {
7739
+ d: "M22 2H8v2.222h14V2z",
7740
+ fill: "#ACAFBD"
7741
+ }), /*#__PURE__*/React.createElement("path", {
7742
+ d: "M22 10.889h-6.461v2.222H22V10.89z",
7743
+ fill: "#ACAFBD"
7744
+ }), /*#__PURE__*/React.createElement("path", {
7745
+ d: "M22 22v-2.222H8V22h14z",
7746
+ fill: "#ACAFBD"
7747
+ }), /*#__PURE__*/React.createElement("path", {
7748
+ fillRule: "evenodd",
7749
+ clipRule: "evenodd",
7750
+ d: "M11 9.222L6 6.444 1 9.222v5.556l5 2.777 5-2.777V9.222zm-5 5a2.222 2.222 0 100-4.444 2.222 2.222 0 000 4.444z",
7751
+ fill: "#0A1032"
7752
+ })));
7753
+ };
7754
+
7755
+ VPropCl.propTypes = {
7756
+ iconClassName: PropTypes.string,
7757
+ spin: PropTypes.bool,
7758
+ color: PropTypes.string,
7759
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
7760
+ };
7761
+ VPropCl.defaultProps = {
7762
+ spin: false,
7763
+ color: 'currentColor',
7764
+ size: '1em'
7765
+ };
7766
+
7767
+ var loadingCircleStyle$2p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7768
+
7769
+ var Info = function Info(props) {
7770
+ var color = props.color,
7771
+ size = props.size,
7772
+ spin = props.spin,
7773
+ style = props.style,
7774
+ className = props.className,
7775
+ iconClassName = props.iconClassName,
7776
+ otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className", "iconClassName"]);
7777
+
7778
+ return /*#__PURE__*/React.createElement("span", {
7779
+ role: "img",
7780
+ className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
7781
+ }, /*#__PURE__*/React.createElement("style", {
7782
+ children: loadingCircleStyle$2p
7783
+ }), /*#__PURE__*/React.createElement("svg", _extends({
7784
+ xmlns: "http://www.w3.org/2000/svg",
7785
+ width: size,
7786
+ height: size,
7787
+ viewBox: "0 0 24 24",
7788
+ fill: color
7789
+ }, otherProps, {
7790
+ className: iconClassName,
7791
+ style: _objectSpread2(_objectSpread2({}, style), spin ? {
7792
+ animationDuration: '1s',
7793
+ animationIterationCount: 'infinite',
7794
+ animationName: 'loadingCircle',
7795
+ animationTimingFunction: 'linear'
7796
+ } : {})
7507
7797
  }), /*#__PURE__*/React.createElement("path", {
7508
7798
  d: "M12 20a8 8 0 110-16 8 8 0 010 16zm0 2c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z"
7509
7799
  }), /*#__PURE__*/React.createElement("path", {
@@ -7525,7 +7815,7 @@ Info.defaultProps = {
7525
7815
  size: '1em'
7526
7816
  };
7527
7817
 
7528
- var loadingCircleStyle$2l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7818
+ var loadingCircleStyle$2q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7529
7819
 
7530
7820
  var InfoFill = function InfoFill(props) {
7531
7821
  var color = props.color,
@@ -7540,7 +7830,7 @@ var InfoFill = function InfoFill(props) {
7540
7830
  role: "img",
7541
7831
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
7542
7832
  }, /*#__PURE__*/React.createElement("style", {
7543
- children: loadingCircleStyle$2l
7833
+ children: loadingCircleStyle$2q
7544
7834
  }), /*#__PURE__*/React.createElement("svg", _extends({
7545
7835
  xmlns: "http://www.w3.org/2000/svg",
7546
7836
  width: size,
@@ -7572,7 +7862,7 @@ InfoFill.defaultProps = {
7572
7862
  size: '1em'
7573
7863
  };
7574
7864
 
7575
- var loadingCircleStyle$2m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7865
+ var loadingCircleStyle$2r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7576
7866
 
7577
7867
  var Help = function Help(props) {
7578
7868
  var color = props.color,
@@ -7587,7 +7877,7 @@ var Help = function Help(props) {
7587
7877
  role: "img",
7588
7878
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
7589
7879
  }, /*#__PURE__*/React.createElement("style", {
7590
- children: loadingCircleStyle$2m
7880
+ children: loadingCircleStyle$2r
7591
7881
  }), /*#__PURE__*/React.createElement("svg", _extends({
7592
7882
  xmlns: "http://www.w3.org/2000/svg",
7593
7883
  width: size,
@@ -7619,7 +7909,7 @@ Help.defaultProps = {
7619
7909
  size: '1em'
7620
7910
  };
7621
7911
 
7622
- var loadingCircleStyle$2n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7912
+ var loadingCircleStyle$2s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7623
7913
 
7624
7914
  var History = function History(props) {
7625
7915
  var color = props.color,
@@ -7634,7 +7924,7 @@ var History = function History(props) {
7634
7924
  role: "img",
7635
7925
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
7636
7926
  }, /*#__PURE__*/React.createElement("style", {
7637
- children: loadingCircleStyle$2n
7927
+ children: loadingCircleStyle$2s
7638
7928
  }), /*#__PURE__*/React.createElement("svg", _extends({
7639
7929
  xmlns: "http://www.w3.org/2000/svg",
7640
7930
  width: size,
@@ -7666,7 +7956,7 @@ History.defaultProps = {
7666
7956
  size: '1em'
7667
7957
  };
7668
7958
 
7669
- var loadingCircleStyle$2o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7959
+ var loadingCircleStyle$2t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7670
7960
 
7671
7961
  var Backup = function Backup(props) {
7672
7962
  var color = props.color,
@@ -7681,7 +7971,7 @@ var Backup = function Backup(props) {
7681
7971
  role: "img",
7682
7972
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
7683
7973
  }, /*#__PURE__*/React.createElement("style", {
7684
- children: loadingCircleStyle$2o
7974
+ children: loadingCircleStyle$2t
7685
7975
  }), /*#__PURE__*/React.createElement("svg", _extends({
7686
7976
  xmlns: "http://www.w3.org/2000/svg",
7687
7977
  width: size,
@@ -7715,7 +8005,7 @@ Backup.defaultProps = {
7715
8005
  size: '1em'
7716
8006
  };
7717
8007
 
7718
- var loadingCircleStyle$2p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8008
+ var loadingCircleStyle$2u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7719
8009
 
7720
8010
  var Error = function Error(props) {
7721
8011
  var color = props.color,
@@ -7730,7 +8020,7 @@ var Error = function Error(props) {
7730
8020
  role: "img",
7731
8021
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
7732
8022
  }, /*#__PURE__*/React.createElement("style", {
7733
- children: loadingCircleStyle$2p
8023
+ children: loadingCircleStyle$2u
7734
8024
  }), /*#__PURE__*/React.createElement("svg", _extends({
7735
8025
  xmlns: "http://www.w3.org/2000/svg",
7736
8026
  width: size,
@@ -7766,7 +8056,7 @@ Error.defaultProps = {
7766
8056
  size: '1em'
7767
8057
  };
7768
8058
 
7769
- var loadingCircleStyle$2q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8059
+ var loadingCircleStyle$2v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7770
8060
 
7771
8061
  var ErrorFill = function ErrorFill(props) {
7772
8062
  var color = props.color,
@@ -7781,7 +8071,7 @@ var ErrorFill = function ErrorFill(props) {
7781
8071
  role: "img",
7782
8072
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
7783
8073
  }, /*#__PURE__*/React.createElement("style", {
7784
- children: loadingCircleStyle$2q
8074
+ children: loadingCircleStyle$2v
7785
8075
  }), /*#__PURE__*/React.createElement("svg", _extends({
7786
8076
  xmlns: "http://www.w3.org/2000/svg",
7787
8077
  width: size,
@@ -7813,7 +8103,7 @@ ErrorFill.defaultProps = {
7813
8103
  size: '1em'
7814
8104
  };
7815
8105
 
7816
- var loadingCircleStyle$2r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8106
+ var loadingCircleStyle$2w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7817
8107
 
7818
8108
  var Error2 = function Error2(props) {
7819
8109
  var color = props.color,
@@ -7828,7 +8118,7 @@ var Error2 = function Error2(props) {
7828
8118
  role: "img",
7829
8119
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
7830
8120
  }, /*#__PURE__*/React.createElement("style", {
7831
- children: loadingCircleStyle$2r
8121
+ children: loadingCircleStyle$2w
7832
8122
  }), /*#__PURE__*/React.createElement("svg", _extends({
7833
8123
  xmlns: "http://www.w3.org/2000/svg",
7834
8124
  width: size,
@@ -7862,7 +8152,7 @@ Error2.defaultProps = {
7862
8152
  size: '1em'
7863
8153
  };
7864
8154
 
7865
- var loadingCircleStyle$2s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8155
+ var loadingCircleStyle$2x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7866
8156
 
7867
8157
  var Error2Fill = function Error2Fill(props) {
7868
8158
  var color = props.color,
@@ -7877,7 +8167,7 @@ var Error2Fill = function Error2Fill(props) {
7877
8167
  role: "img",
7878
8168
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
7879
8169
  }, /*#__PURE__*/React.createElement("style", {
7880
- children: loadingCircleStyle$2s
8170
+ children: loadingCircleStyle$2x
7881
8171
  }), /*#__PURE__*/React.createElement("svg", _extends({
7882
8172
  xmlns: "http://www.w3.org/2000/svg",
7883
8173
  width: size,
@@ -7911,7 +8201,7 @@ Error2Fill.defaultProps = {
7911
8201
  size: '1em'
7912
8202
  };
7913
8203
 
7914
- var loadingCircleStyle$2t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8204
+ var loadingCircleStyle$2y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7915
8205
 
7916
8206
  var Success = function Success(props) {
7917
8207
  var color = props.color,
@@ -7926,7 +8216,7 @@ var Success = function Success(props) {
7926
8216
  role: "img",
7927
8217
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
7928
8218
  }, /*#__PURE__*/React.createElement("style", {
7929
- children: loadingCircleStyle$2t
8219
+ children: loadingCircleStyle$2y
7930
8220
  }), /*#__PURE__*/React.createElement("svg", _extends({
7931
8221
  xmlns: "http://www.w3.org/2000/svg",
7932
8222
  width: size,
@@ -7958,7 +8248,7 @@ Success.defaultProps = {
7958
8248
  size: '1em'
7959
8249
  };
7960
8250
 
7961
- var loadingCircleStyle$2u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8251
+ var loadingCircleStyle$2z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7962
8252
 
7963
8253
  var SuccessFill = function SuccessFill(props) {
7964
8254
  var color = props.color,
@@ -7973,7 +8263,7 @@ var SuccessFill = function SuccessFill(props) {
7973
8263
  role: "img",
7974
8264
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
7975
8265
  }, /*#__PURE__*/React.createElement("style", {
7976
- children: loadingCircleStyle$2u
8266
+ children: loadingCircleStyle$2z
7977
8267
  }), /*#__PURE__*/React.createElement("svg", _extends({
7978
8268
  xmlns: "http://www.w3.org/2000/svg",
7979
8269
  width: size,
@@ -8007,7 +8297,7 @@ SuccessFill.defaultProps = {
8007
8297
  size: '1em'
8008
8298
  };
8009
8299
 
8010
- var loadingCircleStyle$2v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8300
+ var loadingCircleStyle$2A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8011
8301
 
8012
8302
  var Delete2 = function Delete2(props) {
8013
8303
  var color = props.color,
@@ -8022,7 +8312,7 @@ var Delete2 = function Delete2(props) {
8022
8312
  role: "img",
8023
8313
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8024
8314
  }, /*#__PURE__*/React.createElement("style", {
8025
- children: loadingCircleStyle$2v
8315
+ children: loadingCircleStyle$2A
8026
8316
  }), /*#__PURE__*/React.createElement("svg", _extends({
8027
8317
  xmlns: "http://www.w3.org/2000/svg",
8028
8318
  width: size,
@@ -8054,7 +8344,7 @@ Delete2.defaultProps = {
8054
8344
  size: '1em'
8055
8345
  };
8056
8346
 
8057
- var loadingCircleStyle$2w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8347
+ var loadingCircleStyle$2B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8058
8348
 
8059
8349
  var Delete2Fill = function Delete2Fill(props) {
8060
8350
  var color = props.color,
@@ -8069,7 +8359,7 @@ var Delete2Fill = function Delete2Fill(props) {
8069
8359
  role: "img",
8070
8360
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8071
8361
  }, /*#__PURE__*/React.createElement("style", {
8072
- children: loadingCircleStyle$2w
8362
+ children: loadingCircleStyle$2B
8073
8363
  }), /*#__PURE__*/React.createElement("svg", _extends({
8074
8364
  xmlns: "http://www.w3.org/2000/svg",
8075
8365
  width: size,
@@ -8101,7 +8391,7 @@ Delete2Fill.defaultProps = {
8101
8391
  size: '1em'
8102
8392
  };
8103
8393
 
8104
- var loadingCircleStyle$2x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8394
+ var loadingCircleStyle$2C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8105
8395
 
8106
8396
  var Exchange = function Exchange(props) {
8107
8397
  var color = props.color,
@@ -8116,7 +8406,7 @@ var Exchange = function Exchange(props) {
8116
8406
  role: "img",
8117
8407
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8118
8408
  }, /*#__PURE__*/React.createElement("style", {
8119
- children: loadingCircleStyle$2x
8409
+ children: loadingCircleStyle$2C
8120
8410
  }), /*#__PURE__*/React.createElement("svg", _extends({
8121
8411
  xmlns: "http://www.w3.org/2000/svg",
8122
8412
  width: size,
@@ -8148,7 +8438,7 @@ Exchange.defaultProps = {
8148
8438
  size: '1em'
8149
8439
  };
8150
8440
 
8151
- var loadingCircleStyle$2y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8441
+ var loadingCircleStyle$2D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8152
8442
 
8153
8443
  var SwapFill = function SwapFill(props) {
8154
8444
  var color = props.color,
@@ -8163,7 +8453,7 @@ var SwapFill = function SwapFill(props) {
8163
8453
  role: "img",
8164
8454
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8165
8455
  }, /*#__PURE__*/React.createElement("style", {
8166
- children: loadingCircleStyle$2y
8456
+ children: loadingCircleStyle$2D
8167
8457
  }), /*#__PURE__*/React.createElement("svg", _extends({
8168
8458
  xmlns: "http://www.w3.org/2000/svg",
8169
8459
  width: size,
@@ -8195,7 +8485,7 @@ SwapFill.defaultProps = {
8195
8485
  size: '1em'
8196
8486
  };
8197
8487
 
8198
- var loadingCircleStyle$2z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8488
+ var loadingCircleStyle$2E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8199
8489
 
8200
8490
  var Processing = function Processing(props) {
8201
8491
  var color = props.color,
@@ -8210,7 +8500,7 @@ var Processing = function Processing(props) {
8210
8500
  role: "img",
8211
8501
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8212
8502
  }, /*#__PURE__*/React.createElement("style", {
8213
- children: loadingCircleStyle$2z
8503
+ children: loadingCircleStyle$2E
8214
8504
  }), /*#__PURE__*/React.createElement("svg", _extends({
8215
8505
  xmlns: "http://www.w3.org/2000/svg",
8216
8506
  width: size,
@@ -8242,7 +8532,7 @@ Processing.defaultProps = {
8242
8532
  size: '1em'
8243
8533
  };
8244
8534
 
8245
- var loadingCircleStyle$2A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8535
+ var loadingCircleStyle$2F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8246
8536
 
8247
8537
  var Processing2 = function Processing2(props) {
8248
8538
  var color = props.color,
@@ -8257,7 +8547,7 @@ var Processing2 = function Processing2(props) {
8257
8547
  role: "img",
8258
8548
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8259
8549
  }, /*#__PURE__*/React.createElement("style", {
8260
- children: loadingCircleStyle$2A
8550
+ children: loadingCircleStyle$2F
8261
8551
  }), /*#__PURE__*/React.createElement("svg", _extends({
8262
8552
  xmlns: "http://www.w3.org/2000/svg",
8263
8553
  width: size,
@@ -8291,7 +8581,7 @@ Processing2.defaultProps = {
8291
8581
  size: '1em'
8292
8582
  };
8293
8583
 
8294
- var loadingCircleStyle$2B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8584
+ var loadingCircleStyle$2G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8295
8585
 
8296
8586
  var Done = function Done(props) {
8297
8587
  var color = props.color,
@@ -8306,7 +8596,7 @@ var Done = function Done(props) {
8306
8596
  role: "img",
8307
8597
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8308
8598
  }, /*#__PURE__*/React.createElement("style", {
8309
- children: loadingCircleStyle$2B
8599
+ children: loadingCircleStyle$2G
8310
8600
  }), /*#__PURE__*/React.createElement("svg", _extends({
8311
8601
  xmlns: "http://www.w3.org/2000/svg",
8312
8602
  width: size,
@@ -8338,7 +8628,7 @@ Done.defaultProps = {
8338
8628
  size: '1em'
8339
8629
  };
8340
8630
 
8341
- var loadingCircleStyle$2C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8631
+ var loadingCircleStyle$2H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8342
8632
 
8343
8633
  var Close = function Close(props) {
8344
8634
  var color = props.color,
@@ -8353,7 +8643,7 @@ var Close = function Close(props) {
8353
8643
  role: "img",
8354
8644
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8355
8645
  }, /*#__PURE__*/React.createElement("style", {
8356
- children: loadingCircleStyle$2C
8646
+ children: loadingCircleStyle$2H
8357
8647
  }), /*#__PURE__*/React.createElement("svg", _extends({
8358
8648
  xmlns: "http://www.w3.org/2000/svg",
8359
8649
  width: size,
@@ -8385,7 +8675,7 @@ Close.defaultProps = {
8385
8675
  size: '1em'
8386
8676
  };
8387
8677
 
8388
- var loadingCircleStyle$2D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8678
+ var loadingCircleStyle$2I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8389
8679
 
8390
8680
  var StarOutline = function StarOutline(props) {
8391
8681
  var color = props.color,
@@ -8400,7 +8690,7 @@ var StarOutline = function StarOutline(props) {
8400
8690
  role: "img",
8401
8691
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8402
8692
  }, /*#__PURE__*/React.createElement("style", {
8403
- children: loadingCircleStyle$2D
8693
+ children: loadingCircleStyle$2I
8404
8694
  }), /*#__PURE__*/React.createElement("svg", _extends({
8405
8695
  xmlns: "http://www.w3.org/2000/svg",
8406
8696
  width: size,
@@ -8432,7 +8722,7 @@ StarOutline.defaultProps = {
8432
8722
  size: '1em'
8433
8723
  };
8434
8724
 
8435
- var loadingCircleStyle$2E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8725
+ var loadingCircleStyle$2J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8436
8726
 
8437
8727
  var StarFill = function StarFill(props) {
8438
8728
  var color = props.color,
@@ -8447,7 +8737,7 @@ var StarFill = function StarFill(props) {
8447
8737
  role: "img",
8448
8738
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8449
8739
  }, /*#__PURE__*/React.createElement("style", {
8450
- children: loadingCircleStyle$2E
8740
+ children: loadingCircleStyle$2J
8451
8741
  }), /*#__PURE__*/React.createElement("svg", _extends({
8452
8742
  xmlns: "http://www.w3.org/2000/svg",
8453
8743
  width: size,
@@ -8479,7 +8769,7 @@ StarFill.defaultProps = {
8479
8769
  size: '1em'
8480
8770
  };
8481
8771
 
8482
- var loadingCircleStyle$2F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8772
+ var loadingCircleStyle$2K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8483
8773
 
8484
8774
  var TimeLock = function TimeLock(props) {
8485
8775
  var color = props.color,
@@ -8494,7 +8784,7 @@ var TimeLock = function TimeLock(props) {
8494
8784
  role: "img",
8495
8785
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8496
8786
  }, /*#__PURE__*/React.createElement("style", {
8497
- children: loadingCircleStyle$2F
8787
+ children: loadingCircleStyle$2K
8498
8788
  }), /*#__PURE__*/React.createElement("svg", _extends({
8499
8789
  xmlns: "http://www.w3.org/2000/svg",
8500
8790
  width: size,
@@ -8526,7 +8816,7 @@ TimeLock.defaultProps = {
8526
8816
  size: '1em'
8527
8817
  };
8528
8818
 
8529
- var loadingCircleStyle$2G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8819
+ var loadingCircleStyle$2L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8530
8820
 
8531
8821
  var Heart = function Heart(props) {
8532
8822
  var color = props.color,
@@ -8541,7 +8831,7 @@ var Heart = function Heart(props) {
8541
8831
  role: "img",
8542
8832
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8543
8833
  }, /*#__PURE__*/React.createElement("style", {
8544
- children: loadingCircleStyle$2G
8834
+ children: loadingCircleStyle$2L
8545
8835
  }), /*#__PURE__*/React.createElement("svg", _extends({
8546
8836
  xmlns: "http://www.w3.org/2000/svg",
8547
8837
  width: size,
@@ -8573,7 +8863,7 @@ Heart.defaultProps = {
8573
8863
  size: '1em'
8574
8864
  };
8575
8865
 
8576
- var loadingCircleStyle$2H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8866
+ var loadingCircleStyle$2M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8577
8867
 
8578
8868
  var Bookmark = function Bookmark(props) {
8579
8869
  var color = props.color,
@@ -8588,7 +8878,7 @@ var Bookmark = function Bookmark(props) {
8588
8878
  role: "img",
8589
8879
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8590
8880
  }, /*#__PURE__*/React.createElement("style", {
8591
- children: loadingCircleStyle$2H
8881
+ children: loadingCircleStyle$2M
8592
8882
  }), /*#__PURE__*/React.createElement("svg", _extends({
8593
8883
  xmlns: "http://www.w3.org/2000/svg",
8594
8884
  width: size,
@@ -8620,7 +8910,7 @@ Bookmark.defaultProps = {
8620
8910
  size: '1em'
8621
8911
  };
8622
8912
 
8623
- var loadingCircleStyle$2I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8913
+ var loadingCircleStyle$2N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8624
8914
 
8625
8915
  var Bookmark2 = function Bookmark2(props) {
8626
8916
  var color = props.color,
@@ -8635,7 +8925,7 @@ var Bookmark2 = function Bookmark2(props) {
8635
8925
  role: "img",
8636
8926
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8637
8927
  }, /*#__PURE__*/React.createElement("style", {
8638
- children: loadingCircleStyle$2I
8928
+ children: loadingCircleStyle$2N
8639
8929
  }), /*#__PURE__*/React.createElement("svg", _extends({
8640
8930
  xmlns: "http://www.w3.org/2000/svg",
8641
8931
  width: size,
@@ -8667,7 +8957,7 @@ Bookmark2.defaultProps = {
8667
8957
  size: '1em'
8668
8958
  };
8669
8959
 
8670
- var loadingCircleStyle$2J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8960
+ var loadingCircleStyle$2O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8671
8961
 
8672
8962
  var LockClose = function LockClose(props) {
8673
8963
  var color = props.color,
@@ -8682,7 +8972,7 @@ var LockClose = function LockClose(props) {
8682
8972
  role: "img",
8683
8973
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8684
8974
  }, /*#__PURE__*/React.createElement("style", {
8685
- children: loadingCircleStyle$2J
8975
+ children: loadingCircleStyle$2O
8686
8976
  }), /*#__PURE__*/React.createElement("svg", _extends({
8687
8977
  xmlns: "http://www.w3.org/2000/svg",
8688
8978
  width: size,
@@ -8718,7 +9008,7 @@ LockClose.defaultProps = {
8718
9008
  size: '1em'
8719
9009
  };
8720
9010
 
8721
- var loadingCircleStyle$2K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9011
+ var loadingCircleStyle$2P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8722
9012
 
8723
9013
  var LockCloseFill = function LockCloseFill(props) {
8724
9014
  var color = props.color,
@@ -8733,7 +9023,7 @@ var LockCloseFill = function LockCloseFill(props) {
8733
9023
  role: "img",
8734
9024
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8735
9025
  }, /*#__PURE__*/React.createElement("style", {
8736
- children: loadingCircleStyle$2K
9026
+ children: loadingCircleStyle$2P
8737
9027
  }), /*#__PURE__*/React.createElement("svg", _extends({
8738
9028
  xmlns: "http://www.w3.org/2000/svg",
8739
9029
  width: size,
@@ -8765,7 +9055,7 @@ LockCloseFill.defaultProps = {
8765
9055
  size: '1em'
8766
9056
  };
8767
9057
 
8768
- var loadingCircleStyle$2L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9058
+ var loadingCircleStyle$2Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8769
9059
 
8770
9060
  var LockOpen = function LockOpen(props) {
8771
9061
  var color = props.color,
@@ -8780,7 +9070,7 @@ var LockOpen = function LockOpen(props) {
8780
9070
  role: "img",
8781
9071
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8782
9072
  }, /*#__PURE__*/React.createElement("style", {
8783
- children: loadingCircleStyle$2L
9073
+ children: loadingCircleStyle$2Q
8784
9074
  }), /*#__PURE__*/React.createElement("svg", _extends({
8785
9075
  xmlns: "http://www.w3.org/2000/svg",
8786
9076
  width: size,
@@ -8812,7 +9102,7 @@ LockOpen.defaultProps = {
8812
9102
  size: '1em'
8813
9103
  };
8814
9104
 
8815
- var loadingCircleStyle$2M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9105
+ var loadingCircleStyle$2R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8816
9106
 
8817
9107
  var LockOpenFill = function LockOpenFill(props) {
8818
9108
  var color = props.color,
@@ -8827,7 +9117,7 @@ var LockOpenFill = function LockOpenFill(props) {
8827
9117
  role: "img",
8828
9118
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8829
9119
  }, /*#__PURE__*/React.createElement("style", {
8830
- children: loadingCircleStyle$2M
9120
+ children: loadingCircleStyle$2R
8831
9121
  }), /*#__PURE__*/React.createElement("svg", _extends({
8832
9122
  xmlns: "http://www.w3.org/2000/svg",
8833
9123
  width: size,
@@ -8859,7 +9149,7 @@ LockOpenFill.defaultProps = {
8859
9149
  size: '1em'
8860
9150
  };
8861
9151
 
8862
- var loadingCircleStyle$2N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9152
+ var loadingCircleStyle$2S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8863
9153
 
8864
9154
  var EyeOn = function EyeOn(props) {
8865
9155
  var color = props.color,
@@ -8874,7 +9164,7 @@ var EyeOn = function EyeOn(props) {
8874
9164
  role: "img",
8875
9165
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8876
9166
  }, /*#__PURE__*/React.createElement("style", {
8877
- children: loadingCircleStyle$2N
9167
+ children: loadingCircleStyle$2S
8878
9168
  }), /*#__PURE__*/React.createElement("svg", _extends({
8879
9169
  xmlns: "http://www.w3.org/2000/svg",
8880
9170
  width: size,
@@ -8906,7 +9196,7 @@ EyeOn.defaultProps = {
8906
9196
  size: '1em'
8907
9197
  };
8908
9198
 
8909
- var loadingCircleStyle$2O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9199
+ var loadingCircleStyle$2T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8910
9200
 
8911
9201
  var EyeOnFill = function EyeOnFill(props) {
8912
9202
  var color = props.color,
@@ -8921,7 +9211,7 @@ var EyeOnFill = function EyeOnFill(props) {
8921
9211
  role: "img",
8922
9212
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8923
9213
  }, /*#__PURE__*/React.createElement("style", {
8924
- children: loadingCircleStyle$2O
9214
+ children: loadingCircleStyle$2T
8925
9215
  }), /*#__PURE__*/React.createElement("svg", _extends({
8926
9216
  xmlns: "http://www.w3.org/2000/svg",
8927
9217
  width: size,
@@ -8955,7 +9245,7 @@ EyeOnFill.defaultProps = {
8955
9245
  size: '1em'
8956
9246
  };
8957
9247
 
8958
- var loadingCircleStyle$2P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9248
+ var loadingCircleStyle$2U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8959
9249
 
8960
9250
  var EyeOff = function EyeOff(props) {
8961
9251
  var color = props.color,
@@ -8970,7 +9260,7 @@ var EyeOff = function EyeOff(props) {
8970
9260
  role: "img",
8971
9261
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8972
9262
  }, /*#__PURE__*/React.createElement("style", {
8973
- children: loadingCircleStyle$2P
9263
+ children: loadingCircleStyle$2U
8974
9264
  }), /*#__PURE__*/React.createElement("svg", _extends({
8975
9265
  xmlns: "http://www.w3.org/2000/svg",
8976
9266
  width: size,
@@ -9002,7 +9292,7 @@ EyeOff.defaultProps = {
9002
9292
  size: '1em'
9003
9293
  };
9004
9294
 
9005
- var loadingCircleStyle$2Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9295
+ var loadingCircleStyle$2V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9006
9296
 
9007
9297
  var EyeOffFill = function EyeOffFill(props) {
9008
9298
  var color = props.color,
@@ -9017,7 +9307,7 @@ var EyeOffFill = function EyeOffFill(props) {
9017
9307
  role: "img",
9018
9308
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9019
9309
  }, /*#__PURE__*/React.createElement("style", {
9020
- children: loadingCircleStyle$2Q
9310
+ children: loadingCircleStyle$2V
9021
9311
  }), /*#__PURE__*/React.createElement("svg", _extends({
9022
9312
  xmlns: "http://www.w3.org/2000/svg",
9023
9313
  width: size,
@@ -9051,7 +9341,7 @@ EyeOffFill.defaultProps = {
9051
9341
  size: '1em'
9052
9342
  };
9053
9343
 
9054
- var loadingCircleStyle$2R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9344
+ var loadingCircleStyle$2W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9055
9345
 
9056
9346
  var Dot = function Dot(props) {
9057
9347
  var color = props.color,
@@ -9066,7 +9356,7 @@ var Dot = function Dot(props) {
9066
9356
  role: "img",
9067
9357
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9068
9358
  }, /*#__PURE__*/React.createElement("style", {
9069
- children: loadingCircleStyle$2R
9359
+ children: loadingCircleStyle$2W
9070
9360
  }), /*#__PURE__*/React.createElement("svg", _extends({
9071
9361
  xmlns: "http://www.w3.org/2000/svg",
9072
9362
  width: size,
@@ -9100,7 +9390,7 @@ Dot.defaultProps = {
9100
9390
  size: '1em'
9101
9391
  };
9102
9392
 
9103
- var loadingCircleStyle$2S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9393
+ var loadingCircleStyle$2X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9104
9394
 
9105
9395
  var Anchor = function Anchor(props) {
9106
9396
  var color = props.color,
@@ -9115,7 +9405,7 @@ var Anchor = function Anchor(props) {
9115
9405
  role: "img",
9116
9406
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9117
9407
  }, /*#__PURE__*/React.createElement("style", {
9118
- children: loadingCircleStyle$2S
9408
+ children: loadingCircleStyle$2X
9119
9409
  }), /*#__PURE__*/React.createElement("svg", _extends({
9120
9410
  xmlns: "http://www.w3.org/2000/svg",
9121
9411
  width: size,
@@ -9147,7 +9437,7 @@ Anchor.defaultProps = {
9147
9437
  size: '1em'
9148
9438
  };
9149
9439
 
9150
- var loadingCircleStyle$2T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9440
+ var loadingCircleStyle$2Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9151
9441
 
9152
9442
  var ChartLine = function ChartLine(props) {
9153
9443
  var color = props.color,
@@ -9162,7 +9452,7 @@ var ChartLine = function ChartLine(props) {
9162
9452
  role: "img",
9163
9453
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9164
9454
  }, /*#__PURE__*/React.createElement("style", {
9165
- children: loadingCircleStyle$2T
9455
+ children: loadingCircleStyle$2Y
9166
9456
  }), /*#__PURE__*/React.createElement("svg", _extends({
9167
9457
  xmlns: "http://www.w3.org/2000/svg",
9168
9458
  width: size,
@@ -9200,7 +9490,7 @@ ChartLine.defaultProps = {
9200
9490
  size: '1em'
9201
9491
  };
9202
9492
 
9203
- var loadingCircleStyle$2U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9493
+ var loadingCircleStyle$2Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9204
9494
 
9205
9495
  var ChartBar = function ChartBar(props) {
9206
9496
  var color = props.color,
@@ -9215,7 +9505,7 @@ var ChartBar = function ChartBar(props) {
9215
9505
  role: "img",
9216
9506
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9217
9507
  }, /*#__PURE__*/React.createElement("style", {
9218
- children: loadingCircleStyle$2U
9508
+ children: loadingCircleStyle$2Z
9219
9509
  }), /*#__PURE__*/React.createElement("svg", _extends({
9220
9510
  xmlns: "http://www.w3.org/2000/svg",
9221
9511
  width: size,
@@ -9251,7 +9541,7 @@ ChartBar.defaultProps = {
9251
9541
  size: '1em'
9252
9542
  };
9253
9543
 
9254
- var loadingCircleStyle$2V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9544
+ var loadingCircleStyle$2_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9255
9545
 
9256
9546
  var ChartCum = function ChartCum(props) {
9257
9547
  var color = props.color,
@@ -9266,7 +9556,7 @@ var ChartCum = function ChartCum(props) {
9266
9556
  role: "img",
9267
9557
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9268
9558
  }, /*#__PURE__*/React.createElement("style", {
9269
- children: loadingCircleStyle$2V
9559
+ children: loadingCircleStyle$2_
9270
9560
  }), /*#__PURE__*/React.createElement("svg", _extends({
9271
9561
  xmlns: "http://www.w3.org/2000/svg",
9272
9562
  width: size,
@@ -9308,7 +9598,7 @@ ChartCum.defaultProps = {
9308
9598
  size: '1em'
9309
9599
  };
9310
9600
 
9311
- var loadingCircleStyle$2W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9601
+ var loadingCircleStyle$2$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9312
9602
 
9313
9603
  var ChartPie = function ChartPie(props) {
9314
9604
  var color = props.color,
@@ -9323,7 +9613,7 @@ var ChartPie = function ChartPie(props) {
9323
9613
  role: "img",
9324
9614
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9325
9615
  }, /*#__PURE__*/React.createElement("style", {
9326
- children: loadingCircleStyle$2W
9616
+ children: loadingCircleStyle$2$
9327
9617
  }), /*#__PURE__*/React.createElement("svg", _extends({
9328
9618
  xmlns: "http://www.w3.org/2000/svg",
9329
9619
  width: size,
@@ -9357,7 +9647,7 @@ ChartPie.defaultProps = {
9357
9647
  size: '1em'
9358
9648
  };
9359
9649
 
9360
- var loadingCircleStyle$2X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9650
+ var loadingCircleStyle$30 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9361
9651
 
9362
9652
  var ChartDNRe = function ChartDNRe(props) {
9363
9653
  var color = props.color,
@@ -9372,7 +9662,7 @@ var ChartDNRe = function ChartDNRe(props) {
9372
9662
  role: "img",
9373
9663
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9374
9664
  }, /*#__PURE__*/React.createElement("style", {
9375
- children: loadingCircleStyle$2X
9665
+ children: loadingCircleStyle$30
9376
9666
  }), /*#__PURE__*/React.createElement("svg", _extends({
9377
9667
  xmlns: "http://www.w3.org/2000/svg",
9378
9668
  width: size,
@@ -9416,7 +9706,7 @@ ChartDNRe.defaultProps = {
9416
9706
  size: '1em'
9417
9707
  };
9418
9708
 
9419
- var loadingCircleStyle$2Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9709
+ var loadingCircleStyle$31 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9420
9710
 
9421
9711
  var ChartDRe = function ChartDRe(props) {
9422
9712
  var color = props.color,
@@ -9431,7 +9721,7 @@ var ChartDRe = function ChartDRe(props) {
9431
9721
  role: "img",
9432
9722
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9433
9723
  }, /*#__PURE__*/React.createElement("style", {
9434
- children: loadingCircleStyle$2Y
9724
+ children: loadingCircleStyle$31
9435
9725
  }), /*#__PURE__*/React.createElement("svg", _extends({
9436
9726
  xmlns: "http://www.w3.org/2000/svg",
9437
9727
  width: size,
@@ -9475,7 +9765,7 @@ ChartDRe.defaultProps = {
9475
9765
  size: '1em'
9476
9766
  };
9477
9767
 
9478
- var loadingCircleStyle$2Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9768
+ var loadingCircleStyle$32 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9479
9769
 
9480
9770
  var ChartFunnel = function ChartFunnel(props) {
9481
9771
  var color = props.color,
@@ -9490,7 +9780,7 @@ var ChartFunnel = function ChartFunnel(props) {
9490
9780
  role: "img",
9491
9781
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9492
9782
  }, /*#__PURE__*/React.createElement("style", {
9493
- children: loadingCircleStyle$2Z
9783
+ children: loadingCircleStyle$32
9494
9784
  }), /*#__PURE__*/React.createElement("svg", _extends({
9495
9785
  xmlns: "http://www.w3.org/2000/svg",
9496
9786
  width: size,
@@ -9526,7 +9816,7 @@ ChartFunnel.defaultProps = {
9526
9816
  size: '1em'
9527
9817
  };
9528
9818
 
9529
- var loadingCircleStyle$2_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9819
+ var loadingCircleStyle$33 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9530
9820
 
9531
9821
  var ChartInterval = function ChartInterval(props) {
9532
9822
  var color = props.color,
@@ -9541,7 +9831,7 @@ var ChartInterval = function ChartInterval(props) {
9541
9831
  role: "img",
9542
9832
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9543
9833
  }, /*#__PURE__*/React.createElement("style", {
9544
- children: loadingCircleStyle$2_
9834
+ children: loadingCircleStyle$33
9545
9835
  }), /*#__PURE__*/React.createElement("svg", _extends({
9546
9836
  xmlns: "http://www.w3.org/2000/svg",
9547
9837
  width: size,
@@ -9575,7 +9865,7 @@ ChartInterval.defaultProps = {
9575
9865
  size: '1em'
9576
9866
  };
9577
9867
 
9578
- var loadingCircleStyle$2$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9868
+ var loadingCircleStyle$34 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9579
9869
 
9580
9870
  var ChartStack = function ChartStack(props) {
9581
9871
  var color = props.color,
@@ -9590,7 +9880,7 @@ var ChartStack = function ChartStack(props) {
9590
9880
  role: "img",
9591
9881
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9592
9882
  }, /*#__PURE__*/React.createElement("style", {
9593
- children: loadingCircleStyle$2$
9883
+ children: loadingCircleStyle$34
9594
9884
  }), /*#__PURE__*/React.createElement("svg", _extends({
9595
9885
  xmlns: "http://www.w3.org/2000/svg",
9596
9886
  width: size,
@@ -9624,7 +9914,7 @@ ChartStack.defaultProps = {
9624
9914
  size: '1em'
9625
9915
  };
9626
9916
 
9627
- var loadingCircleStyle$30 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9917
+ var loadingCircleStyle$35 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9628
9918
 
9629
9919
  var ChartStackn = function ChartStackn(props) {
9630
9920
  var color = props.color,
@@ -9639,7 +9929,7 @@ var ChartStackn = function ChartStackn(props) {
9639
9929
  role: "img",
9640
9930
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9641
9931
  }, /*#__PURE__*/React.createElement("style", {
9642
- children: loadingCircleStyle$30
9932
+ children: loadingCircleStyle$35
9643
9933
  }), /*#__PURE__*/React.createElement("svg", _extends({
9644
9934
  xmlns: "http://www.w3.org/2000/svg",
9645
9935
  width: size,
@@ -9673,7 +9963,7 @@ ChartStackn.defaultProps = {
9673
9963
  size: '1em'
9674
9964
  };
9675
9965
 
9676
- var loadingCircleStyle$31 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9966
+ var loadingCircleStyle$36 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9677
9967
 
9678
9968
  var ChartStackPerc = function ChartStackPerc(props) {
9679
9969
  var color = props.color,
@@ -9688,7 +9978,7 @@ var ChartStackPerc = function ChartStackPerc(props) {
9688
9978
  role: "img",
9689
9979
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9690
9980
  }, /*#__PURE__*/React.createElement("style", {
9691
- children: loadingCircleStyle$31
9981
+ children: loadingCircleStyle$36
9692
9982
  }), /*#__PURE__*/React.createElement("svg", _extends({
9693
9983
  xmlns: "http://www.w3.org/2000/svg",
9694
9984
  width: size,
@@ -9722,7 +10012,7 @@ ChartStackPerc.defaultProps = {
9722
10012
  size: '1em'
9723
10013
  };
9724
10014
 
9725
- var loadingCircleStyle$32 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10015
+ var loadingCircleStyle$37 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9726
10016
 
9727
10017
  var ChartComplex = function ChartComplex(props) {
9728
10018
  var color = props.color,
@@ -9737,7 +10027,7 @@ var ChartComplex = function ChartComplex(props) {
9737
10027
  role: "img",
9738
10028
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9739
10029
  }, /*#__PURE__*/React.createElement("style", {
9740
- children: loadingCircleStyle$32
10030
+ children: loadingCircleStyle$37
9741
10031
  }), /*#__PURE__*/React.createElement("svg", _extends({
9742
10032
  xmlns: "http://www.w3.org/2000/svg",
9743
10033
  width: size,
@@ -9777,7 +10067,7 @@ ChartComplex.defaultProps = {
9777
10067
  size: '1em'
9778
10068
  };
9779
10069
 
9780
- var loadingCircleStyle$33 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10070
+ var loadingCircleStyle$38 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9781
10071
 
9782
10072
  var ChartHistogram = function ChartHistogram(props) {
9783
10073
  var color = props.color,
@@ -9792,7 +10082,7 @@ var ChartHistogram = function ChartHistogram(props) {
9792
10082
  role: "img",
9793
10083
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9794
10084
  }, /*#__PURE__*/React.createElement("style", {
9795
- children: loadingCircleStyle$33
10085
+ children: loadingCircleStyle$38
9796
10086
  }), /*#__PURE__*/React.createElement("svg", _extends({
9797
10087
  xmlns: "http://www.w3.org/2000/svg",
9798
10088
  width: size,
@@ -9838,7 +10128,7 @@ ChartHistogram.defaultProps = {
9838
10128
  size: '1em'
9839
10129
  };
9840
10130
 
9841
- var loadingCircleStyle$34 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10131
+ var loadingCircleStyle$39 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9842
10132
 
9843
10133
  var ChartTable = function ChartTable(props) {
9844
10134
  var color = props.color,
@@ -9853,7 +10143,7 @@ var ChartTable = function ChartTable(props) {
9853
10143
  role: "img",
9854
10144
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9855
10145
  }, /*#__PURE__*/React.createElement("style", {
9856
- children: loadingCircleStyle$34
10146
+ children: loadingCircleStyle$39
9857
10147
  }), /*#__PURE__*/React.createElement("svg", _extends({
9858
10148
  xmlns: "http://www.w3.org/2000/svg",
9859
10149
  width: size,
@@ -9885,7 +10175,7 @@ ChartTable.defaultProps = {
9885
10175
  size: '1em'
9886
10176
  };
9887
10177
 
9888
- var loadingCircleStyle$35 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10178
+ var loadingCircleStyle$3a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9889
10179
 
9890
10180
  var ChartFieldlist = function ChartFieldlist(props) {
9891
10181
  var color = props.color,
@@ -9900,7 +10190,7 @@ var ChartFieldlist = function ChartFieldlist(props) {
9900
10190
  role: "img",
9901
10191
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9902
10192
  }, /*#__PURE__*/React.createElement("style", {
9903
- children: loadingCircleStyle$35
10193
+ children: loadingCircleStyle$3a
9904
10194
  }), /*#__PURE__*/React.createElement("svg", _extends({
9905
10195
  xmlns: "http://www.w3.org/2000/svg",
9906
10196
  width: size,
@@ -9932,7 +10222,7 @@ ChartFieldlist.defaultProps = {
9932
10222
  size: '1em'
9933
10223
  };
9934
10224
 
9935
- var loadingCircleStyle$36 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10225
+ var loadingCircleStyle$3b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9936
10226
 
9937
10227
  var Table1dtable = function Table1dtable(props) {
9938
10228
  var color = props.color,
@@ -9947,7 +10237,7 @@ var Table1dtable = function Table1dtable(props) {
9947
10237
  role: "img",
9948
10238
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9949
10239
  }, /*#__PURE__*/React.createElement("style", {
9950
- children: loadingCircleStyle$36
10240
+ children: loadingCircleStyle$3b
9951
10241
  }), /*#__PURE__*/React.createElement("svg", _extends({
9952
10242
  xmlns: "http://www.w3.org/2000/svg",
9953
10243
  width: size,
@@ -9997,7 +10287,7 @@ Table1dtable.defaultProps = {
9997
10287
  size: '1em'
9998
10288
  };
9999
10289
 
10000
- var loadingCircleStyle$37 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10290
+ var loadingCircleStyle$3c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10001
10291
 
10002
10292
  var ChartSqltable = function ChartSqltable(props) {
10003
10293
  var color = props.color,
@@ -10012,7 +10302,7 @@ var ChartSqltable = function ChartSqltable(props) {
10012
10302
  role: "img",
10013
10303
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10014
10304
  }, /*#__PURE__*/React.createElement("style", {
10015
- children: loadingCircleStyle$37
10305
+ children: loadingCircleStyle$3c
10016
10306
  }), /*#__PURE__*/React.createElement("svg", _extends({
10017
10307
  xmlns: "http://www.w3.org/2000/svg",
10018
10308
  width: size,
@@ -10044,7 +10334,7 @@ ChartSqltable.defaultProps = {
10044
10334
  size: '1em'
10045
10335
  };
10046
10336
 
10047
- var loadingCircleStyle$38 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10337
+ var loadingCircleStyle$3d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10048
10338
 
10049
10339
  var ChartCombinedTable = function ChartCombinedTable(props) {
10050
10340
  var color = props.color,
@@ -10059,7 +10349,7 @@ var ChartCombinedTable = function ChartCombinedTable(props) {
10059
10349
  role: "img",
10060
10350
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10061
10351
  }, /*#__PURE__*/React.createElement("style", {
10062
- children: loadingCircleStyle$38
10352
+ children: loadingCircleStyle$3d
10063
10353
  }), /*#__PURE__*/React.createElement("svg", _extends({
10064
10354
  xmlns: "http://www.w3.org/2000/svg",
10065
10355
  width: size,
@@ -10091,7 +10381,7 @@ ChartCombinedTable.defaultProps = {
10091
10381
  size: '1em'
10092
10382
  };
10093
10383
 
10094
- var loadingCircleStyle$39 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10384
+ var loadingCircleStyle$3e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10095
10385
 
10096
10386
  var ChartDistTable = function ChartDistTable(props) {
10097
10387
  var color = props.color,
@@ -10106,7 +10396,7 @@ var ChartDistTable = function ChartDistTable(props) {
10106
10396
  role: "img",
10107
10397
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10108
10398
  }, /*#__PURE__*/React.createElement("style", {
10109
- children: loadingCircleStyle$39
10399
+ children: loadingCircleStyle$3e
10110
10400
  }), /*#__PURE__*/React.createElement("svg", _extends({
10111
10401
  xmlns: "http://www.w3.org/2000/svg",
10112
10402
  width: size,
@@ -10138,7 +10428,7 @@ ChartDistTable.defaultProps = {
10138
10428
  size: '1em'
10139
10429
  };
10140
10430
 
10141
- var loadingCircleStyle$3a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10431
+ var loadingCircleStyle$3f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10142
10432
 
10143
10433
  var ChartBarTable = function ChartBarTable(props) {
10144
10434
  var color = props.color,
@@ -10153,7 +10443,7 @@ var ChartBarTable = function ChartBarTable(props) {
10153
10443
  role: "img",
10154
10444
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10155
10445
  }, /*#__PURE__*/React.createElement("style", {
10156
- children: loadingCircleStyle$3a
10446
+ children: loadingCircleStyle$3f
10157
10447
  }), /*#__PURE__*/React.createElement("svg", _extends({
10158
10448
  xmlns: "http://www.w3.org/2000/svg",
10159
10449
  width: size,
@@ -10187,7 +10477,7 @@ ChartBarTable.defaultProps = {
10187
10477
  size: '1em'
10188
10478
  };
10189
10479
 
10190
- var loadingCircleStyle$3b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10480
+ var loadingCircleStyle$3g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10191
10481
 
10192
10482
  var ChartLineTable = function ChartLineTable(props) {
10193
10483
  var color = props.color,
@@ -10202,7 +10492,7 @@ var ChartLineTable = function ChartLineTable(props) {
10202
10492
  role: "img",
10203
10493
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10204
10494
  }, /*#__PURE__*/React.createElement("style", {
10205
- children: loadingCircleStyle$3b
10495
+ children: loadingCircleStyle$3g
10206
10496
  }), /*#__PURE__*/React.createElement("svg", _extends({
10207
10497
  xmlns: "http://www.w3.org/2000/svg",
10208
10498
  width: size,
@@ -10242,7 +10532,7 @@ ChartLineTable.defaultProps = {
10242
10532
  size: '1em'
10243
10533
  };
10244
10534
 
10245
- var loadingCircleStyle$3c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10535
+ var loadingCircleStyle$3h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10246
10536
 
10247
10537
  var ChartScatter = function ChartScatter(props) {
10248
10538
  var color = props.color,
@@ -10257,7 +10547,7 @@ var ChartScatter = function ChartScatter(props) {
10257
10547
  role: "img",
10258
10548
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10259
10549
  }, /*#__PURE__*/React.createElement("style", {
10260
- children: loadingCircleStyle$3c
10550
+ children: loadingCircleStyle$3h
10261
10551
  }), /*#__PURE__*/React.createElement("svg", _extends({
10262
10552
  xmlns: "http://www.w3.org/2000/svg",
10263
10553
  width: size,
@@ -10301,7 +10591,7 @@ ChartScatter.defaultProps = {
10301
10591
  size: '1em'
10302
10592
  };
10303
10593
 
10304
- var loadingCircleStyle$3d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10594
+ var loadingCircleStyle$3i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10305
10595
 
10306
10596
  var Play = function Play(props) {
10307
10597
  var color = props.color,
@@ -10316,7 +10606,7 @@ var Play = function Play(props) {
10316
10606
  role: "img",
10317
10607
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10318
10608
  }, /*#__PURE__*/React.createElement("style", {
10319
- children: loadingCircleStyle$3d
10609
+ children: loadingCircleStyle$3i
10320
10610
  }), /*#__PURE__*/React.createElement("svg", _extends({
10321
10611
  xmlns: "http://www.w3.org/2000/svg",
10322
10612
  width: size,
@@ -10348,7 +10638,7 @@ Play.defaultProps = {
10348
10638
  size: '1em'
10349
10639
  };
10350
10640
 
10351
- var loadingCircleStyle$3e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10641
+ var loadingCircleStyle$3j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10352
10642
 
10353
10643
  var Config = function Config(props) {
10354
10644
  var color = props.color,
@@ -10363,7 +10653,7 @@ var Config = function Config(props) {
10363
10653
  role: "img",
10364
10654
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10365
10655
  }, /*#__PURE__*/React.createElement("style", {
10366
- children: loadingCircleStyle$3e
10656
+ children: loadingCircleStyle$3j
10367
10657
  }), /*#__PURE__*/React.createElement("svg", _extends({
10368
10658
  xmlns: "http://www.w3.org/2000/svg",
10369
10659
  width: size,
@@ -10395,7 +10685,7 @@ Config.defaultProps = {
10395
10685
  size: '1em'
10396
10686
  };
10397
10687
 
10398
- var loadingCircleStyle$3f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10688
+ var loadingCircleStyle$3k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10399
10689
 
10400
10690
  var Setting = function Setting(props) {
10401
10691
  var color = props.color,
@@ -10410,7 +10700,7 @@ var Setting = function Setting(props) {
10410
10700
  role: "img",
10411
10701
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10412
10702
  }, /*#__PURE__*/React.createElement("style", {
10413
- children: loadingCircleStyle$3f
10703
+ children: loadingCircleStyle$3k
10414
10704
  }), /*#__PURE__*/React.createElement("svg", _extends({
10415
10705
  xmlns: "http://www.w3.org/2000/svg",
10416
10706
  width: size,
@@ -10442,7 +10732,7 @@ Setting.defaultProps = {
10442
10732
  size: '1em'
10443
10733
  };
10444
10734
 
10445
- var loadingCircleStyle$3g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10735
+ var loadingCircleStyle$3l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10446
10736
 
10447
10737
  var Search = function Search(props) {
10448
10738
  var color = props.color,
@@ -10457,7 +10747,7 @@ var Search = function Search(props) {
10457
10747
  role: "img",
10458
10748
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10459
10749
  }, /*#__PURE__*/React.createElement("style", {
10460
- children: loadingCircleStyle$3g
10750
+ children: loadingCircleStyle$3l
10461
10751
  }), /*#__PURE__*/React.createElement("svg", _extends({
10462
10752
  xmlns: "http://www.w3.org/2000/svg",
10463
10753
  width: size,
@@ -10489,7 +10779,7 @@ Search.defaultProps = {
10489
10779
  size: '1em'
10490
10780
  };
10491
10781
 
10492
- var loadingCircleStyle$3h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10782
+ var loadingCircleStyle$3m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10493
10783
 
10494
10784
  var Copy = function Copy(props) {
10495
10785
  var color = props.color,
@@ -10504,7 +10794,7 @@ var Copy = function Copy(props) {
10504
10794
  role: "img",
10505
10795
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10506
10796
  }, /*#__PURE__*/React.createElement("style", {
10507
- children: loadingCircleStyle$3h
10797
+ children: loadingCircleStyle$3m
10508
10798
  }), /*#__PURE__*/React.createElement("svg", _extends({
10509
10799
  xmlns: "http://www.w3.org/2000/svg",
10510
10800
  width: size,
@@ -10536,7 +10826,7 @@ Copy.defaultProps = {
10536
10826
  size: '1em'
10537
10827
  };
10538
10828
 
10539
- var loadingCircleStyle$3i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10829
+ var loadingCircleStyle$3n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10540
10830
 
10541
10831
  var Copy2 = function Copy2(props) {
10542
10832
  var color = props.color,
@@ -10551,7 +10841,7 @@ var Copy2 = function Copy2(props) {
10551
10841
  role: "img",
10552
10842
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10553
10843
  }, /*#__PURE__*/React.createElement("style", {
10554
- children: loadingCircleStyle$3i
10844
+ children: loadingCircleStyle$3n
10555
10845
  }), /*#__PURE__*/React.createElement("svg", _extends({
10556
10846
  xmlns: "http://www.w3.org/2000/svg",
10557
10847
  width: size,
@@ -10583,7 +10873,7 @@ Copy2.defaultProps = {
10583
10873
  size: '1em'
10584
10874
  };
10585
10875
 
10586
- var loadingCircleStyle$3j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10876
+ var loadingCircleStyle$3o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10587
10877
 
10588
10878
  var Format = function Format(props) {
10589
10879
  var color = props.color,
@@ -10598,7 +10888,7 @@ var Format = function Format(props) {
10598
10888
  role: "img",
10599
10889
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10600
10890
  }, /*#__PURE__*/React.createElement("style", {
10601
- children: loadingCircleStyle$3j
10891
+ children: loadingCircleStyle$3o
10602
10892
  }), /*#__PURE__*/React.createElement("svg", _extends({
10603
10893
  xmlns: "http://www.w3.org/2000/svg",
10604
10894
  width: size,
@@ -10632,7 +10922,7 @@ Format.defaultProps = {
10632
10922
  size: '1em'
10633
10923
  };
10634
10924
 
10635
- var loadingCircleStyle$3k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10925
+ var loadingCircleStyle$3p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10636
10926
 
10637
10927
  var Code = function Code(props) {
10638
10928
  var color = props.color,
@@ -10647,7 +10937,7 @@ var Code = function Code(props) {
10647
10937
  role: "img",
10648
10938
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10649
10939
  }, /*#__PURE__*/React.createElement("style", {
10650
- children: loadingCircleStyle$3k
10940
+ children: loadingCircleStyle$3p
10651
10941
  }), /*#__PURE__*/React.createElement("svg", _extends({
10652
10942
  xmlns: "http://www.w3.org/2000/svg",
10653
10943
  width: size,
@@ -10679,7 +10969,7 @@ Code.defaultProps = {
10679
10969
  size: '1em'
10680
10970
  };
10681
10971
 
10682
- var loadingCircleStyle$3l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10972
+ var loadingCircleStyle$3q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10683
10973
 
10684
10974
  var Edit = function Edit(props) {
10685
10975
  var color = props.color,
@@ -10694,7 +10984,7 @@ var Edit = function Edit(props) {
10694
10984
  role: "img",
10695
10985
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10696
10986
  }, /*#__PURE__*/React.createElement("style", {
10697
- children: loadingCircleStyle$3l
10987
+ children: loadingCircleStyle$3q
10698
10988
  }), /*#__PURE__*/React.createElement("svg", _extends({
10699
10989
  xmlns: "http://www.w3.org/2000/svg",
10700
10990
  width: size,
@@ -10726,7 +11016,7 @@ Edit.defaultProps = {
10726
11016
  size: '1em'
10727
11017
  };
10728
11018
 
10729
- var loadingCircleStyle$3m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11019
+ var loadingCircleStyle$3r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10730
11020
 
10731
11021
  var EditFill = function EditFill(props) {
10732
11022
  var color = props.color,
@@ -10741,7 +11031,7 @@ var EditFill = function EditFill(props) {
10741
11031
  role: "img",
10742
11032
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10743
11033
  }, /*#__PURE__*/React.createElement("style", {
10744
- children: loadingCircleStyle$3m
11034
+ children: loadingCircleStyle$3r
10745
11035
  }), /*#__PURE__*/React.createElement("svg", _extends({
10746
11036
  xmlns: "http://www.w3.org/2000/svg",
10747
11037
  width: size,
@@ -10775,7 +11065,7 @@ EditFill.defaultProps = {
10775
11065
  size: '1em'
10776
11066
  };
10777
11067
 
10778
- var loadingCircleStyle$3n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11068
+ var loadingCircleStyle$3s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10779
11069
 
10780
11070
  var Delete1 = function Delete1(props) {
10781
11071
  var color = props.color,
@@ -10790,7 +11080,7 @@ var Delete1 = function Delete1(props) {
10790
11080
  role: "img",
10791
11081
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10792
11082
  }, /*#__PURE__*/React.createElement("style", {
10793
- children: loadingCircleStyle$3n
11083
+ children: loadingCircleStyle$3s
10794
11084
  }), /*#__PURE__*/React.createElement("svg", _extends({
10795
11085
  xmlns: "http://www.w3.org/2000/svg",
10796
11086
  width: size,
@@ -10822,7 +11112,7 @@ Delete1.defaultProps = {
10822
11112
  size: '1em'
10823
11113
  };
10824
11114
 
10825
- var loadingCircleStyle$3o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11115
+ var loadingCircleStyle$3t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10826
11116
 
10827
11117
  var Save = function Save(props) {
10828
11118
  var color = props.color,
@@ -10837,7 +11127,7 @@ var Save = function Save(props) {
10837
11127
  role: "img",
10838
11128
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10839
11129
  }, /*#__PURE__*/React.createElement("style", {
10840
- children: loadingCircleStyle$3o
11130
+ children: loadingCircleStyle$3t
10841
11131
  }), /*#__PURE__*/React.createElement("svg", _extends({
10842
11132
  xmlns: "http://www.w3.org/2000/svg",
10843
11133
  width: size,
@@ -10869,7 +11159,7 @@ Save.defaultProps = {
10869
11159
  size: '1em'
10870
11160
  };
10871
11161
 
10872
- var loadingCircleStyle$3p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11162
+ var loadingCircleStyle$3u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10873
11163
 
10874
11164
  var Send = function Send(props) {
10875
11165
  var color = props.color,
@@ -10884,7 +11174,7 @@ var Send = function Send(props) {
10884
11174
  role: "img",
10885
11175
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10886
11176
  }, /*#__PURE__*/React.createElement("style", {
10887
- children: loadingCircleStyle$3p
11177
+ children: loadingCircleStyle$3u
10888
11178
  }), /*#__PURE__*/React.createElement("svg", _extends({
10889
11179
  xmlns: "http://www.w3.org/2000/svg",
10890
11180
  width: size,
@@ -10916,7 +11206,7 @@ Send.defaultProps = {
10916
11206
  size: '1em'
10917
11207
  };
10918
11208
 
10919
- var loadingCircleStyle$3q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11209
+ var loadingCircleStyle$3v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10920
11210
 
10921
11211
  var Fullscreen = function Fullscreen(props) {
10922
11212
  var color = props.color,
@@ -10931,7 +11221,7 @@ var Fullscreen = function Fullscreen(props) {
10931
11221
  role: "img",
10932
11222
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10933
11223
  }, /*#__PURE__*/React.createElement("style", {
10934
- children: loadingCircleStyle$3q
11224
+ children: loadingCircleStyle$3v
10935
11225
  }), /*#__PURE__*/React.createElement("svg", _extends({
10936
11226
  xmlns: "http://www.w3.org/2000/svg",
10937
11227
  width: size,
@@ -10963,7 +11253,7 @@ Fullscreen.defaultProps = {
10963
11253
  size: '1em'
10964
11254
  };
10965
11255
 
10966
- var loadingCircleStyle$3r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11256
+ var loadingCircleStyle$3w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10967
11257
 
10968
11258
  var ArrowLeftDown = function ArrowLeftDown(props) {
10969
11259
  var color = props.color,
@@ -10978,7 +11268,7 @@ var ArrowLeftDown = function ArrowLeftDown(props) {
10978
11268
  role: "img",
10979
11269
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10980
11270
  }, /*#__PURE__*/React.createElement("style", {
10981
- children: loadingCircleStyle$3r
11271
+ children: loadingCircleStyle$3w
10982
11272
  }), /*#__PURE__*/React.createElement("svg", _extends({
10983
11273
  xmlns: "http://www.w3.org/2000/svg",
10984
11274
  width: size,
@@ -11010,7 +11300,7 @@ ArrowLeftDown.defaultProps = {
11010
11300
  size: '1em'
11011
11301
  };
11012
11302
 
11013
- var loadingCircleStyle$3s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11303
+ var loadingCircleStyle$3x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11014
11304
 
11015
11305
  var Link = function Link(props) {
11016
11306
  var color = props.color,
@@ -11025,7 +11315,7 @@ var Link = function Link(props) {
11025
11315
  role: "img",
11026
11316
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11027
11317
  }, /*#__PURE__*/React.createElement("style", {
11028
- children: loadingCircleStyle$3s
11318
+ children: loadingCircleStyle$3x
11029
11319
  }), /*#__PURE__*/React.createElement("svg", _extends({
11030
11320
  xmlns: "http://www.w3.org/2000/svg",
11031
11321
  width: size,
@@ -11061,7 +11351,7 @@ Link.defaultProps = {
11061
11351
  size: '1em'
11062
11352
  };
11063
11353
 
11064
- var loadingCircleStyle$3t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11354
+ var loadingCircleStyle$3y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11065
11355
 
11066
11356
  var Unlink = function Unlink(props) {
11067
11357
  var color = props.color,
@@ -11076,7 +11366,7 @@ var Unlink = function Unlink(props) {
11076
11366
  role: "img",
11077
11367
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11078
11368
  }, /*#__PURE__*/React.createElement("style", {
11079
- children: loadingCircleStyle$3t
11369
+ children: loadingCircleStyle$3y
11080
11370
  }), /*#__PURE__*/React.createElement("svg", _extends({
11081
11371
  xmlns: "http://www.w3.org/2000/svg",
11082
11372
  width: size,
@@ -11114,7 +11404,7 @@ Unlink.defaultProps = {
11114
11404
  size: '1em'
11115
11405
  };
11116
11406
 
11117
- var loadingCircleStyle$3u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11407
+ var loadingCircleStyle$3z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11118
11408
 
11119
11409
  var MenuUnfold = function MenuUnfold(props) {
11120
11410
  var color = props.color,
@@ -11129,7 +11419,7 @@ var MenuUnfold = function MenuUnfold(props) {
11129
11419
  role: "img",
11130
11420
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11131
11421
  }, /*#__PURE__*/React.createElement("style", {
11132
- children: loadingCircleStyle$3u
11422
+ children: loadingCircleStyle$3z
11133
11423
  }), /*#__PURE__*/React.createElement("svg", _extends({
11134
11424
  xmlns: "http://www.w3.org/2000/svg",
11135
11425
  width: size,
@@ -11161,7 +11451,7 @@ MenuUnfold.defaultProps = {
11161
11451
  size: '1em'
11162
11452
  };
11163
11453
 
11164
- var loadingCircleStyle$3v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11454
+ var loadingCircleStyle$3A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11165
11455
 
11166
11456
  var MenuFold = function MenuFold(props) {
11167
11457
  var color = props.color,
@@ -11176,7 +11466,7 @@ var MenuFold = function MenuFold(props) {
11176
11466
  role: "img",
11177
11467
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11178
11468
  }, /*#__PURE__*/React.createElement("style", {
11179
- children: loadingCircleStyle$3v
11469
+ children: loadingCircleStyle$3A
11180
11470
  }), /*#__PURE__*/React.createElement("svg", _extends({
11181
11471
  xmlns: "http://www.w3.org/2000/svg",
11182
11472
  width: size,
@@ -11208,7 +11498,7 @@ MenuFold.defaultProps = {
11208
11498
  size: '1em'
11209
11499
  };
11210
11500
 
11211
- var loadingCircleStyle$3w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11501
+ var loadingCircleStyle$3B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11212
11502
 
11213
11503
  var List = function List(props) {
11214
11504
  var color = props.color,
@@ -11223,7 +11513,7 @@ var List = function List(props) {
11223
11513
  role: "img",
11224
11514
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11225
11515
  }, /*#__PURE__*/React.createElement("style", {
11226
- children: loadingCircleStyle$3w
11516
+ children: loadingCircleStyle$3B
11227
11517
  }), /*#__PURE__*/React.createElement("svg", _extends({
11228
11518
  xmlns: "http://www.w3.org/2000/svg",
11229
11519
  width: size,
@@ -11255,7 +11545,7 @@ List.defaultProps = {
11255
11545
  size: '1em'
11256
11546
  };
11257
11547
 
11258
- var loadingCircleStyle$3x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11548
+ var loadingCircleStyle$3C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11259
11549
 
11260
11550
  var ListNested = function ListNested(props) {
11261
11551
  var color = props.color,
@@ -11270,7 +11560,7 @@ var ListNested = function ListNested(props) {
11270
11560
  role: "img",
11271
11561
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11272
11562
  }, /*#__PURE__*/React.createElement("style", {
11273
- children: loadingCircleStyle$3x
11563
+ children: loadingCircleStyle$3C
11274
11564
  }), /*#__PURE__*/React.createElement("svg", _extends({
11275
11565
  xmlns: "http://www.w3.org/2000/svg",
11276
11566
  width: size,
@@ -11304,7 +11594,7 @@ ListNested.defaultProps = {
11304
11594
  size: '1em'
11305
11595
  };
11306
11596
 
11307
- var loadingCircleStyle$3y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11597
+ var loadingCircleStyle$3D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11308
11598
 
11309
11599
  var DoubleList = function DoubleList(props) {
11310
11600
  var color = props.color,
@@ -11319,7 +11609,7 @@ var DoubleList = function DoubleList(props) {
11319
11609
  role: "img",
11320
11610
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11321
11611
  }, /*#__PURE__*/React.createElement("style", {
11322
- children: loadingCircleStyle$3y
11612
+ children: loadingCircleStyle$3D
11323
11613
  }), /*#__PURE__*/React.createElement("svg", _extends({
11324
11614
  xmlns: "http://www.w3.org/2000/svg",
11325
11615
  width: size,
@@ -11361,7 +11651,7 @@ DoubleList.defaultProps = {
11361
11651
  size: '1em'
11362
11652
  };
11363
11653
 
11364
- var loadingCircleStyle$3z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11654
+ var loadingCircleStyle$3E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11365
11655
 
11366
11656
  var Download = function Download(props) {
11367
11657
  var color = props.color,
@@ -11376,7 +11666,7 @@ var Download = function Download(props) {
11376
11666
  role: "img",
11377
11667
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11378
11668
  }, /*#__PURE__*/React.createElement("style", {
11379
- children: loadingCircleStyle$3z
11669
+ children: loadingCircleStyle$3E
11380
11670
  }), /*#__PURE__*/React.createElement("svg", _extends({
11381
11671
  xmlns: "http://www.w3.org/2000/svg",
11382
11672
  width: size,
@@ -11408,7 +11698,7 @@ Download.defaultProps = {
11408
11698
  size: '1em'
11409
11699
  };
11410
11700
 
11411
- var loadingCircleStyle$3A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11701
+ var loadingCircleStyle$3F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11412
11702
 
11413
11703
  var FullDownload = function FullDownload(props) {
11414
11704
  var color = props.color,
@@ -11423,7 +11713,7 @@ var FullDownload = function FullDownload(props) {
11423
11713
  role: "img",
11424
11714
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11425
11715
  }, /*#__PURE__*/React.createElement("style", {
11426
- children: loadingCircleStyle$3A
11716
+ children: loadingCircleStyle$3F
11427
11717
  }), /*#__PURE__*/React.createElement("svg", _extends({
11428
11718
  xmlns: "http://www.w3.org/2000/svg",
11429
11719
  width: size,
@@ -11457,7 +11747,7 @@ FullDownload.defaultProps = {
11457
11747
  size: '1em'
11458
11748
  };
11459
11749
 
11460
- var loadingCircleStyle$3B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11750
+ var loadingCircleStyle$3G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11461
11751
 
11462
11752
  var Export = function Export(props) {
11463
11753
  var color = props.color,
@@ -11472,7 +11762,7 @@ var Export = function Export(props) {
11472
11762
  role: "img",
11473
11763
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11474
11764
  }, /*#__PURE__*/React.createElement("style", {
11475
- children: loadingCircleStyle$3B
11765
+ children: loadingCircleStyle$3G
11476
11766
  }), /*#__PURE__*/React.createElement("svg", _extends({
11477
11767
  xmlns: "http://www.w3.org/2000/svg",
11478
11768
  width: size,
@@ -11506,7 +11796,7 @@ Export.defaultProps = {
11506
11796
  size: '1em'
11507
11797
  };
11508
11798
 
11509
- var loadingCircleStyle$3C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11799
+ var loadingCircleStyle$3H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11510
11800
 
11511
11801
  var Import = function Import(props) {
11512
11802
  var color = props.color,
@@ -11521,7 +11811,7 @@ var Import = function Import(props) {
11521
11811
  role: "img",
11522
11812
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11523
11813
  }, /*#__PURE__*/React.createElement("style", {
11524
- children: loadingCircleStyle$3C
11814
+ children: loadingCircleStyle$3H
11525
11815
  }), /*#__PURE__*/React.createElement("svg", _extends({
11526
11816
  xmlns: "http://www.w3.org/2000/svg",
11527
11817
  width: size,
@@ -11555,7 +11845,7 @@ Import.defaultProps = {
11555
11845
  size: '1em'
11556
11846
  };
11557
11847
 
11558
- var loadingCircleStyle$3D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11848
+ var loadingCircleStyle$3I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11559
11849
 
11560
11850
  var Add1 = function Add1(props) {
11561
11851
  var color = props.color,
@@ -11570,7 +11860,7 @@ var Add1 = function Add1(props) {
11570
11860
  role: "img",
11571
11861
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11572
11862
  }, /*#__PURE__*/React.createElement("style", {
11573
- children: loadingCircleStyle$3D
11863
+ children: loadingCircleStyle$3I
11574
11864
  }), /*#__PURE__*/React.createElement("svg", _extends({
11575
11865
  xmlns: "http://www.w3.org/2000/svg",
11576
11866
  width: size,
@@ -11602,7 +11892,7 @@ Add1.defaultProps = {
11602
11892
  size: '1em'
11603
11893
  };
11604
11894
 
11605
- var loadingCircleStyle$3E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11895
+ var loadingCircleStyle$3J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11606
11896
 
11607
11897
  var Add2 = function Add2(props) {
11608
11898
  var color = props.color,
@@ -11617,7 +11907,7 @@ var Add2 = function Add2(props) {
11617
11907
  role: "img",
11618
11908
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11619
11909
  }, /*#__PURE__*/React.createElement("style", {
11620
- children: loadingCircleStyle$3E
11910
+ children: loadingCircleStyle$3J
11621
11911
  }), /*#__PURE__*/React.createElement("svg", _extends({
11622
11912
  xmlns: "http://www.w3.org/2000/svg",
11623
11913
  width: size,
@@ -11649,7 +11939,7 @@ Add2.defaultProps = {
11649
11939
  size: '1em'
11650
11940
  };
11651
11941
 
11652
- var loadingCircleStyle$3F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11942
+ var loadingCircleStyle$3K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11653
11943
 
11654
11944
  var Add3 = function Add3(props) {
11655
11945
  var color = props.color,
@@ -11664,7 +11954,7 @@ var Add3 = function Add3(props) {
11664
11954
  role: "img",
11665
11955
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11666
11956
  }, /*#__PURE__*/React.createElement("style", {
11667
- children: loadingCircleStyle$3F
11957
+ children: loadingCircleStyle$3K
11668
11958
  }), /*#__PURE__*/React.createElement("svg", _extends({
11669
11959
  xmlns: "http://www.w3.org/2000/svg",
11670
11960
  width: size,
@@ -11696,7 +11986,7 @@ Add3.defaultProps = {
11696
11986
  size: '1em'
11697
11987
  };
11698
11988
 
11699
- var loadingCircleStyle$3G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11989
+ var loadingCircleStyle$3L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11700
11990
 
11701
11991
  var Add3Fill = function Add3Fill(props) {
11702
11992
  var color = props.color,
@@ -11711,7 +12001,7 @@ var Add3Fill = function Add3Fill(props) {
11711
12001
  role: "img",
11712
12002
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11713
12003
  }, /*#__PURE__*/React.createElement("style", {
11714
- children: loadingCircleStyle$3G
12004
+ children: loadingCircleStyle$3L
11715
12005
  }), /*#__PURE__*/React.createElement("svg", _extends({
11716
12006
  xmlns: "http://www.w3.org/2000/svg",
11717
12007
  width: size,
@@ -11743,7 +12033,7 @@ Add3Fill.defaultProps = {
11743
12033
  size: '1em'
11744
12034
  };
11745
12035
 
11746
- var loadingCircleStyle$3H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12036
+ var loadingCircleStyle$3M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11747
12037
 
11748
12038
  var Subtract = function Subtract(props) {
11749
12039
  var color = props.color,
@@ -11758,7 +12048,7 @@ var Subtract = function Subtract(props) {
11758
12048
  role: "img",
11759
12049
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11760
12050
  }, /*#__PURE__*/React.createElement("style", {
11761
- children: loadingCircleStyle$3H
12051
+ children: loadingCircleStyle$3M
11762
12052
  }), /*#__PURE__*/React.createElement("svg", _extends({
11763
12053
  xmlns: "http://www.w3.org/2000/svg",
11764
12054
  width: size,
@@ -11793,7 +12083,7 @@ Subtract.defaultProps = {
11793
12083
  size: '1em'
11794
12084
  };
11795
12085
 
11796
- var loadingCircleStyle$3I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12086
+ var loadingCircleStyle$3N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11797
12087
 
11798
12088
  var Subtract2 = function Subtract2(props) {
11799
12089
  var color = props.color,
@@ -11808,7 +12098,7 @@ var Subtract2 = function Subtract2(props) {
11808
12098
  role: "img",
11809
12099
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11810
12100
  }, /*#__PURE__*/React.createElement("style", {
11811
- children: loadingCircleStyle$3I
12101
+ children: loadingCircleStyle$3N
11812
12102
  }), /*#__PURE__*/React.createElement("svg", _extends({
11813
12103
  xmlns: "http://www.w3.org/2000/svg",
11814
12104
  width: size,
@@ -11844,7 +12134,7 @@ Subtract2.defaultProps = {
11844
12134
  size: '1em'
11845
12135
  };
11846
12136
 
11847
- var loadingCircleStyle$3J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12137
+ var loadingCircleStyle$3O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11848
12138
 
11849
12139
  var Update = function Update(props) {
11850
12140
  var color = props.color,
@@ -11859,7 +12149,7 @@ var Update = function Update(props) {
11859
12149
  role: "img",
11860
12150
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11861
12151
  }, /*#__PURE__*/React.createElement("style", {
11862
- children: loadingCircleStyle$3J
12152
+ children: loadingCircleStyle$3O
11863
12153
  }), /*#__PURE__*/React.createElement("svg", _extends({
11864
12154
  xmlns: "http://www.w3.org/2000/svg",
11865
12155
  width: size,
@@ -11891,7 +12181,7 @@ Update.defaultProps = {
11891
12181
  size: '1em'
11892
12182
  };
11893
12183
 
11894
- var loadingCircleStyle$3K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12184
+ var loadingCircleStyle$3P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11895
12185
 
11896
12186
  var Rename = function Rename(props) {
11897
12187
  var color = props.color,
@@ -11906,7 +12196,7 @@ var Rename = function Rename(props) {
11906
12196
  role: "img",
11907
12197
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11908
12198
  }, /*#__PURE__*/React.createElement("style", {
11909
- children: loadingCircleStyle$3K
12199
+ children: loadingCircleStyle$3P
11910
12200
  }), /*#__PURE__*/React.createElement("svg", _extends({
11911
12201
  xmlns: "http://www.w3.org/2000/svg",
11912
12202
  width: size,
@@ -11940,7 +12230,7 @@ Rename.defaultProps = {
11940
12230
  size: '1em'
11941
12231
  };
11942
12232
 
11943
- var loadingCircleStyle$3L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12233
+ var loadingCircleStyle$3Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11944
12234
 
11945
12235
  var PlayCircle = function PlayCircle(props) {
11946
12236
  var color = props.color,
@@ -11955,7 +12245,7 @@ var PlayCircle = function PlayCircle(props) {
11955
12245
  role: "img",
11956
12246
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11957
12247
  }, /*#__PURE__*/React.createElement("style", {
11958
- children: loadingCircleStyle$3L
12248
+ children: loadingCircleStyle$3Q
11959
12249
  }), /*#__PURE__*/React.createElement("svg", _extends({
11960
12250
  xmlns: "http://www.w3.org/2000/svg",
11961
12251
  width: size,
@@ -11987,7 +12277,7 @@ PlayCircle.defaultProps = {
11987
12277
  size: '1em'
11988
12278
  };
11989
12279
 
11990
- var loadingCircleStyle$3M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12280
+ var loadingCircleStyle$3R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11991
12281
 
11992
12282
  var PauseCircle = function PauseCircle(props) {
11993
12283
  var color = props.color,
@@ -12002,7 +12292,7 @@ var PauseCircle = function PauseCircle(props) {
12002
12292
  role: "img",
12003
12293
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12004
12294
  }, /*#__PURE__*/React.createElement("style", {
12005
- children: loadingCircleStyle$3M
12295
+ children: loadingCircleStyle$3R
12006
12296
  }), /*#__PURE__*/React.createElement("svg", _extends({
12007
12297
  xmlns: "http://www.w3.org/2000/svg",
12008
12298
  width: size,
@@ -12034,7 +12324,7 @@ PauseCircle.defaultProps = {
12034
12324
  size: '1em'
12035
12325
  };
12036
12326
 
12037
- var loadingCircleStyle$3N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12327
+ var loadingCircleStyle$3S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12038
12328
 
12039
12329
  var UpdateData = function UpdateData(props) {
12040
12330
  var color = props.color,
@@ -12049,7 +12339,7 @@ var UpdateData = function UpdateData(props) {
12049
12339
  role: "img",
12050
12340
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12051
12341
  }, /*#__PURE__*/React.createElement("style", {
12052
- children: loadingCircleStyle$3N
12342
+ children: loadingCircleStyle$3S
12053
12343
  }), /*#__PURE__*/React.createElement("svg", _extends({
12054
12344
  xmlns: "http://www.w3.org/2000/svg",
12055
12345
  width: size,
@@ -12085,7 +12375,7 @@ UpdateData.defaultProps = {
12085
12375
  size: '1em'
12086
12376
  };
12087
12377
 
12088
- var loadingCircleStyle$3O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12378
+ var loadingCircleStyle$3T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12089
12379
 
12090
12380
  var Upload = function Upload(props) {
12091
12381
  var color = props.color,
@@ -12100,7 +12390,7 @@ var Upload = function Upload(props) {
12100
12390
  role: "img",
12101
12391
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12102
12392
  }, /*#__PURE__*/React.createElement("style", {
12103
- children: loadingCircleStyle$3O
12393
+ children: loadingCircleStyle$3T
12104
12394
  }), /*#__PURE__*/React.createElement("svg", _extends({
12105
12395
  xmlns: "http://www.w3.org/2000/svg",
12106
12396
  width: size,
@@ -12134,7 +12424,7 @@ Upload.defaultProps = {
12134
12424
  size: '1em'
12135
12425
  };
12136
12426
 
12137
- var loadingCircleStyle$3P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12427
+ var loadingCircleStyle$3U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12138
12428
 
12139
12429
  var Click = function Click(props) {
12140
12430
  var color = props.color,
@@ -12149,7 +12439,7 @@ var Click = function Click(props) {
12149
12439
  role: "img",
12150
12440
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12151
12441
  }, /*#__PURE__*/React.createElement("style", {
12152
- children: loadingCircleStyle$3P
12442
+ children: loadingCircleStyle$3U
12153
12443
  }), /*#__PURE__*/React.createElement("svg", _extends({
12154
12444
  xmlns: "http://www.w3.org/2000/svg",
12155
12445
  width: size,
@@ -12181,7 +12471,7 @@ Click.defaultProps = {
12181
12471
  size: '1em'
12182
12472
  };
12183
12473
 
12184
- var loadingCircleStyle$3Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12474
+ var loadingCircleStyle$3V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12185
12475
 
12186
12476
  var Install = function Install(props) {
12187
12477
  var color = props.color,
@@ -12196,7 +12486,7 @@ var Install = function Install(props) {
12196
12486
  role: "img",
12197
12487
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12198
12488
  }, /*#__PURE__*/React.createElement("style", {
12199
- children: loadingCircleStyle$3Q
12489
+ children: loadingCircleStyle$3V
12200
12490
  }), /*#__PURE__*/React.createElement("svg", _extends({
12201
12491
  xmlns: "http://www.w3.org/2000/svg",
12202
12492
  width: size,
@@ -12228,7 +12518,7 @@ Install.defaultProps = {
12228
12518
  size: '1em'
12229
12519
  };
12230
12520
 
12231
- var loadingCircleStyle$3R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12521
+ var loadingCircleStyle$3W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12232
12522
 
12233
12523
  var Report = function Report(props) {
12234
12524
  var color = props.color,
@@ -12243,7 +12533,7 @@ var Report = function Report(props) {
12243
12533
  role: "img",
12244
12534
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12245
12535
  }, /*#__PURE__*/React.createElement("style", {
12246
- children: loadingCircleStyle$3R
12536
+ children: loadingCircleStyle$3W
12247
12537
  }), /*#__PURE__*/React.createElement("svg", _extends({
12248
12538
  xmlns: "http://www.w3.org/2000/svg",
12249
12539
  width: size,
@@ -12275,7 +12565,7 @@ Report.defaultProps = {
12275
12565
  size: '1em'
12276
12566
  };
12277
12567
 
12278
- var loadingCircleStyle$3S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12568
+ var loadingCircleStyle$3X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12279
12569
 
12280
12570
  var ReportRemoval = function ReportRemoval(props) {
12281
12571
  var color = props.color,
@@ -12290,7 +12580,7 @@ var ReportRemoval = function ReportRemoval(props) {
12290
12580
  role: "img",
12291
12581
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12292
12582
  }, /*#__PURE__*/React.createElement("style", {
12293
- children: loadingCircleStyle$3S
12583
+ children: loadingCircleStyle$3X
12294
12584
  }), /*#__PURE__*/React.createElement("svg", _extends({
12295
12585
  xmlns: "http://www.w3.org/2000/svg",
12296
12586
  width: size,
@@ -12330,7 +12620,7 @@ ReportRemoval.defaultProps = {
12330
12620
  size: '1em'
12331
12621
  };
12332
12622
 
12333
- var loadingCircleStyle$3T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12623
+ var loadingCircleStyle$3Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12334
12624
 
12335
12625
  var FileAdd = function FileAdd(props) {
12336
12626
  var color = props.color,
@@ -12345,7 +12635,7 @@ var FileAdd = function FileAdd(props) {
12345
12635
  role: "img",
12346
12636
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12347
12637
  }, /*#__PURE__*/React.createElement("style", {
12348
- children: loadingCircleStyle$3T
12638
+ children: loadingCircleStyle$3Y
12349
12639
  }), /*#__PURE__*/React.createElement("svg", _extends({
12350
12640
  xmlns: "http://www.w3.org/2000/svg",
12351
12641
  width: size,
@@ -12377,7 +12667,7 @@ FileAdd.defaultProps = {
12377
12667
  size: '1em'
12378
12668
  };
12379
12669
 
12380
- var loadingCircleStyle$3U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12670
+ var loadingCircleStyle$3Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12381
12671
 
12382
12672
  var FileRemove = function FileRemove(props) {
12383
12673
  var color = props.color,
@@ -12392,7 +12682,7 @@ var FileRemove = function FileRemove(props) {
12392
12682
  role: "img",
12393
12683
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12394
12684
  }, /*#__PURE__*/React.createElement("style", {
12395
- children: loadingCircleStyle$3U
12685
+ children: loadingCircleStyle$3Z
12396
12686
  }), /*#__PURE__*/React.createElement("svg", _extends({
12397
12687
  xmlns: "http://www.w3.org/2000/svg",
12398
12688
  width: size,
@@ -12426,7 +12716,7 @@ FileRemove.defaultProps = {
12426
12716
  size: '1em'
12427
12717
  };
12428
12718
 
12429
- var loadingCircleStyle$3V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12719
+ var loadingCircleStyle$3_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12430
12720
 
12431
12721
  var FileExport = function FileExport(props) {
12432
12722
  var color = props.color,
@@ -12441,7 +12731,7 @@ var FileExport = function FileExport(props) {
12441
12731
  role: "img",
12442
12732
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12443
12733
  }, /*#__PURE__*/React.createElement("style", {
12444
- children: loadingCircleStyle$3V
12734
+ children: loadingCircleStyle$3_
12445
12735
  }), /*#__PURE__*/React.createElement("svg", _extends({
12446
12736
  xmlns: "http://www.w3.org/2000/svg",
12447
12737
  width: size,
@@ -12473,7 +12763,7 @@ FileExport.defaultProps = {
12473
12763
  size: '1em'
12474
12764
  };
12475
12765
 
12476
- var loadingCircleStyle$3W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12766
+ var loadingCircleStyle$3$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12477
12767
 
12478
12768
  var FileMove = function FileMove(props) {
12479
12769
  var color = props.color,
@@ -12488,7 +12778,7 @@ var FileMove = function FileMove(props) {
12488
12778
  role: "img",
12489
12779
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12490
12780
  }, /*#__PURE__*/React.createElement("style", {
12491
- children: loadingCircleStyle$3W
12781
+ children: loadingCircleStyle$3$
12492
12782
  }), /*#__PURE__*/React.createElement("svg", _extends({
12493
12783
  xmlns: "http://www.w3.org/2000/svg",
12494
12784
  width: size,
@@ -12520,7 +12810,7 @@ FileMove.defaultProps = {
12520
12810
  size: '1em'
12521
12811
  };
12522
12812
 
12523
- var loadingCircleStyle$3X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12813
+ var loadingCircleStyle$40 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12524
12814
 
12525
12815
  var FileImport = function FileImport(props) {
12526
12816
  var color = props.color,
@@ -12535,7 +12825,7 @@ var FileImport = function FileImport(props) {
12535
12825
  role: "img",
12536
12826
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12537
12827
  }, /*#__PURE__*/React.createElement("style", {
12538
- children: loadingCircleStyle$3X
12828
+ children: loadingCircleStyle$40
12539
12829
  }), /*#__PURE__*/React.createElement("svg", _extends({
12540
12830
  xmlns: "http://www.w3.org/2000/svg",
12541
12831
  width: size,
@@ -12567,7 +12857,7 @@ FileImport.defaultProps = {
12567
12857
  size: '1em'
12568
12858
  };
12569
12859
 
12570
- var loadingCircleStyle$3Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12860
+ var loadingCircleStyle$41 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12571
12861
 
12572
12862
  var FileInfo = function FileInfo(props) {
12573
12863
  var color = props.color,
@@ -12582,7 +12872,7 @@ var FileInfo = function FileInfo(props) {
12582
12872
  role: "img",
12583
12873
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12584
12874
  }, /*#__PURE__*/React.createElement("style", {
12585
- children: loadingCircleStyle$3Y
12875
+ children: loadingCircleStyle$41
12586
12876
  }), /*#__PURE__*/React.createElement("svg", _extends({
12587
12877
  xmlns: "http://www.w3.org/2000/svg",
12588
12878
  width: size,
@@ -12614,7 +12904,7 @@ FileInfo.defaultProps = {
12614
12904
  size: '1em'
12615
12905
  };
12616
12906
 
12617
- var loadingCircleStyle$3Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12907
+ var loadingCircleStyle$42 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12618
12908
 
12619
12909
  var FileConvert = function FileConvert(props) {
12620
12910
  var color = props.color,
@@ -12629,7 +12919,7 @@ var FileConvert = function FileConvert(props) {
12629
12919
  role: "img",
12630
12920
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12631
12921
  }, /*#__PURE__*/React.createElement("style", {
12632
- children: loadingCircleStyle$3Z
12922
+ children: loadingCircleStyle$42
12633
12923
  }), /*#__PURE__*/React.createElement("svg", _extends({
12634
12924
  xmlns: "http://www.w3.org/2000/svg",
12635
12925
  width: size,
@@ -12667,7 +12957,7 @@ FileConvert.defaultProps = {
12667
12957
  size: '1em'
12668
12958
  };
12669
12959
 
12670
- var loadingCircleStyle$3_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12960
+ var loadingCircleStyle$43 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12671
12961
 
12672
12962
  var AssetConvert = function AssetConvert(props) {
12673
12963
  var color = props.color,
@@ -12682,7 +12972,7 @@ var AssetConvert = function AssetConvert(props) {
12682
12972
  role: "img",
12683
12973
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12684
12974
  }, /*#__PURE__*/React.createElement("style", {
12685
- children: loadingCircleStyle$3_
12975
+ children: loadingCircleStyle$43
12686
12976
  }), /*#__PURE__*/React.createElement("svg", _extends({
12687
12977
  xmlns: "http://www.w3.org/2000/svg",
12688
12978
  width: size,
@@ -12720,7 +13010,7 @@ AssetConvert.defaultProps = {
12720
13010
  size: '1em'
12721
13011
  };
12722
13012
 
12723
- var loadingCircleStyle$3$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13013
+ var loadingCircleStyle$44 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12724
13014
 
12725
13015
  var FileLock = function FileLock(props) {
12726
13016
  var color = props.color,
@@ -12735,7 +13025,7 @@ var FileLock = function FileLock(props) {
12735
13025
  role: "img",
12736
13026
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12737
13027
  }, /*#__PURE__*/React.createElement("style", {
12738
- children: loadingCircleStyle$3$
13028
+ children: loadingCircleStyle$44
12739
13029
  }), /*#__PURE__*/React.createElement("svg", _extends({
12740
13030
  xmlns: "http://www.w3.org/2000/svg",
12741
13031
  width: size,
@@ -12767,7 +13057,7 @@ FileLock.defaultProps = {
12767
13057
  size: '1em'
12768
13058
  };
12769
13059
 
12770
- var loadingCircleStyle$40 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13060
+ var loadingCircleStyle$45 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12771
13061
 
12772
13062
  var FilePdf = function FilePdf(props) {
12773
13063
  var color = props.color,
@@ -12782,7 +13072,7 @@ var FilePdf = function FilePdf(props) {
12782
13072
  role: "img",
12783
13073
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12784
13074
  }, /*#__PURE__*/React.createElement("style", {
12785
- children: loadingCircleStyle$40
13075
+ children: loadingCircleStyle$45
12786
13076
  }), /*#__PURE__*/React.createElement("svg", _extends({
12787
13077
  xmlns: "http://www.w3.org/2000/svg",
12788
13078
  width: size,
@@ -12814,7 +13104,7 @@ FilePdf.defaultProps = {
12814
13104
  size: '1em'
12815
13105
  };
12816
13106
 
12817
- var loadingCircleStyle$41 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13107
+ var loadingCircleStyle$46 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12818
13108
 
12819
13109
  var Detail = function Detail(props) {
12820
13110
  var color = props.color,
@@ -12829,7 +13119,7 @@ var Detail = function Detail(props) {
12829
13119
  role: "img",
12830
13120
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12831
13121
  }, /*#__PURE__*/React.createElement("style", {
12832
- children: loadingCircleStyle$41
13122
+ children: loadingCircleStyle$46
12833
13123
  }), /*#__PURE__*/React.createElement("svg", _extends({
12834
13124
  xmlns: "http://www.w3.org/2000/svg",
12835
13125
  width: size,
@@ -12861,7 +13151,7 @@ Detail.defaultProps = {
12861
13151
  size: '1em'
12862
13152
  };
12863
13153
 
12864
- var loadingCircleStyle$42 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13154
+ var loadingCircleStyle$47 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12865
13155
 
12866
13156
  var MessageCenter = function MessageCenter(props) {
12867
13157
  var color = props.color,
@@ -12876,7 +13166,7 @@ var MessageCenter = function MessageCenter(props) {
12876
13166
  role: "img",
12877
13167
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12878
13168
  }, /*#__PURE__*/React.createElement("style", {
12879
- children: loadingCircleStyle$42
13169
+ children: loadingCircleStyle$47
12880
13170
  }), /*#__PURE__*/React.createElement("svg", _extends({
12881
13171
  xmlns: "http://www.w3.org/2000/svg",
12882
13172
  width: size,
@@ -12916,7 +13206,7 @@ MessageCenter.defaultProps = {
12916
13206
  size: '1em'
12917
13207
  };
12918
13208
 
12919
- var loadingCircleStyle$43 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13209
+ var loadingCircleStyle$48 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12920
13210
 
12921
13211
  var SystemMsg = function SystemMsg(props) {
12922
13212
  var color = props.color,
@@ -12931,7 +13221,7 @@ var SystemMsg = function SystemMsg(props) {
12931
13221
  role: "img",
12932
13222
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12933
13223
  }, /*#__PURE__*/React.createElement("style", {
12934
- children: loadingCircleStyle$43
13224
+ children: loadingCircleStyle$48
12935
13225
  }), /*#__PURE__*/React.createElement("svg", _extends({
12936
13226
  xmlns: "http://www.w3.org/2000/svg",
12937
13227
  width: size,
@@ -12969,7 +13259,7 @@ SystemMsg.defaultProps = {
12969
13259
  size: '1em'
12970
13260
  };
12971
13261
 
12972
- var loadingCircleStyle$44 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13262
+ var loadingCircleStyle$49 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12973
13263
 
12974
13264
  var Comment = function Comment(props) {
12975
13265
  var color = props.color,
@@ -12984,7 +13274,7 @@ var Comment = function Comment(props) {
12984
13274
  role: "img",
12985
13275
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12986
13276
  }, /*#__PURE__*/React.createElement("style", {
12987
- children: loadingCircleStyle$44
13277
+ children: loadingCircleStyle$49
12988
13278
  }), /*#__PURE__*/React.createElement("svg", _extends({
12989
13279
  xmlns: "http://www.w3.org/2000/svg",
12990
13280
  width: size,
@@ -13020,7 +13310,7 @@ Comment.defaultProps = {
13020
13310
  size: '1em'
13021
13311
  };
13022
13312
 
13023
- var loadingCircleStyle$45 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13313
+ var loadingCircleStyle$4a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13024
13314
 
13025
13315
  var Book = function Book(props) {
13026
13316
  var color = props.color,
@@ -13035,7 +13325,7 @@ var Book = function Book(props) {
13035
13325
  role: "img",
13036
13326
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13037
13327
  }, /*#__PURE__*/React.createElement("style", {
13038
- children: loadingCircleStyle$45
13328
+ children: loadingCircleStyle$4a
13039
13329
  }), /*#__PURE__*/React.createElement("svg", _extends({
13040
13330
  xmlns: "http://www.w3.org/2000/svg",
13041
13331
  width: size,
@@ -13067,7 +13357,7 @@ Book.defaultProps = {
13067
13357
  size: '1em'
13068
13358
  };
13069
13359
 
13070
- var loadingCircleStyle$46 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13360
+ var loadingCircleStyle$4b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13071
13361
 
13072
13362
  var Book2 = function Book2(props) {
13073
13363
  var color = props.color,
@@ -13082,7 +13372,7 @@ var Book2 = function Book2(props) {
13082
13372
  role: "img",
13083
13373
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13084
13374
  }, /*#__PURE__*/React.createElement("style", {
13085
- children: loadingCircleStyle$46
13375
+ children: loadingCircleStyle$4b
13086
13376
  }), /*#__PURE__*/React.createElement("svg", _extends({
13087
13377
  xmlns: "http://www.w3.org/2000/svg",
13088
13378
  width: size,
@@ -13114,7 +13404,7 @@ Book2.defaultProps = {
13114
13404
  size: '1em'
13115
13405
  };
13116
13406
 
13117
- var loadingCircleStyle$47 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13407
+ var loadingCircleStyle$4c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13118
13408
 
13119
13409
  var Sticker = function Sticker(props) {
13120
13410
  var color = props.color,
@@ -13129,7 +13419,7 @@ var Sticker = function Sticker(props) {
13129
13419
  role: "img",
13130
13420
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13131
13421
  }, /*#__PURE__*/React.createElement("style", {
13132
- children: loadingCircleStyle$47
13422
+ children: loadingCircleStyle$4c
13133
13423
  }), /*#__PURE__*/React.createElement("svg", _extends({
13134
13424
  xmlns: "http://www.w3.org/2000/svg",
13135
13425
  width: size,
@@ -13161,7 +13451,7 @@ Sticker.defaultProps = {
13161
13451
  size: '1em'
13162
13452
  };
13163
13453
 
13164
- var loadingCircleStyle$48 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13454
+ var loadingCircleStyle$4d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13165
13455
 
13166
13456
  var StickerFill = function StickerFill(props) {
13167
13457
  var color = props.color,
@@ -13176,7 +13466,7 @@ var StickerFill = function StickerFill(props) {
13176
13466
  role: "img",
13177
13467
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13178
13468
  }, /*#__PURE__*/React.createElement("style", {
13179
- children: loadingCircleStyle$48
13469
+ children: loadingCircleStyle$4d
13180
13470
  }), /*#__PURE__*/React.createElement("svg", _extends({
13181
13471
  xmlns: "http://www.w3.org/2000/svg",
13182
13472
  width: size,
@@ -13208,7 +13498,7 @@ StickerFill.defaultProps = {
13208
13498
  size: '1em'
13209
13499
  };
13210
13500
 
13211
- var loadingCircleStyle$49 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13501
+ var loadingCircleStyle$4e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13212
13502
 
13213
13503
  var EventSm = function EventSm(props) {
13214
13504
  var color = props.color,
@@ -13223,7 +13513,7 @@ var EventSm = function EventSm(props) {
13223
13513
  role: "img",
13224
13514
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13225
13515
  }, /*#__PURE__*/React.createElement("style", {
13226
- children: loadingCircleStyle$49
13516
+ children: loadingCircleStyle$4e
13227
13517
  }), /*#__PURE__*/React.createElement("svg", _extends({
13228
13518
  xmlns: "http://www.w3.org/2000/svg",
13229
13519
  width: size,
@@ -13255,7 +13545,7 @@ EventSm.defaultProps = {
13255
13545
  size: '1em'
13256
13546
  };
13257
13547
 
13258
- var loadingCircleStyle$4a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13548
+ var loadingCircleStyle$4f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13259
13549
 
13260
13550
  var EPropertySm = function EPropertySm(props) {
13261
13551
  var color = props.color,
@@ -13270,7 +13560,7 @@ var EPropertySm = function EPropertySm(props) {
13270
13560
  role: "img",
13271
13561
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13272
13562
  }, /*#__PURE__*/React.createElement("style", {
13273
- children: loadingCircleStyle$4a
13563
+ children: loadingCircleStyle$4f
13274
13564
  }), /*#__PURE__*/React.createElement("svg", _extends({
13275
13565
  xmlns: "http://www.w3.org/2000/svg",
13276
13566
  width: size,
@@ -13310,7 +13600,7 @@ EPropertySm.defaultProps = {
13310
13600
  size: '1em'
13311
13601
  };
13312
13602
 
13313
- var loadingCircleStyle$4b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13603
+ var loadingCircleStyle$4g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13314
13604
 
13315
13605
  var IndicatorSm = function IndicatorSm(props) {
13316
13606
  var color = props.color,
@@ -13325,7 +13615,7 @@ var IndicatorSm = function IndicatorSm(props) {
13325
13615
  role: "img",
13326
13616
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13327
13617
  }, /*#__PURE__*/React.createElement("style", {
13328
- children: loadingCircleStyle$4b
13618
+ children: loadingCircleStyle$4g
13329
13619
  }), /*#__PURE__*/React.createElement("svg", _extends({
13330
13620
  xmlns: "http://www.w3.org/2000/svg",
13331
13621
  width: size,
@@ -13361,7 +13651,7 @@ IndicatorSm.defaultProps = {
13361
13651
  size: '1em'
13362
13652
  };
13363
13653
 
13364
- var loadingCircleStyle$4c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13654
+ var loadingCircleStyle$4h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13365
13655
 
13366
13656
  var UPropertySm = function UPropertySm(props) {
13367
13657
  var color = props.color,
@@ -13376,7 +13666,7 @@ var UPropertySm = function UPropertySm(props) {
13376
13666
  role: "img",
13377
13667
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13378
13668
  }, /*#__PURE__*/React.createElement("style", {
13379
- children: loadingCircleStyle$4c
13669
+ children: loadingCircleStyle$4h
13380
13670
  }), /*#__PURE__*/React.createElement("svg", _extends({
13381
13671
  xmlns: "http://www.w3.org/2000/svg",
13382
13672
  width: size,
@@ -13414,7 +13704,7 @@ UPropertySm.defaultProps = {
13414
13704
  size: '1em'
13415
13705
  };
13416
13706
 
13417
- var loadingCircleStyle$4d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13707
+ var loadingCircleStyle$4i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13418
13708
 
13419
13709
  var UGroupSm = function UGroupSm(props) {
13420
13710
  var color = props.color,
@@ -13429,7 +13719,7 @@ var UGroupSm = function UGroupSm(props) {
13429
13719
  role: "img",
13430
13720
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13431
13721
  }, /*#__PURE__*/React.createElement("style", {
13432
- children: loadingCircleStyle$4d
13722
+ children: loadingCircleStyle$4i
13433
13723
  }), /*#__PURE__*/React.createElement("svg", _extends({
13434
13724
  xmlns: "http://www.w3.org/2000/svg",
13435
13725
  width: size,
@@ -13475,7 +13765,7 @@ UGroupSm.defaultProps = {
13475
13765
  size: '1em'
13476
13766
  };
13477
13767
 
13478
- var loadingCircleStyle$4e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13768
+ var loadingCircleStyle$4j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13479
13769
 
13480
13770
  var UTagSm = function UTagSm(props) {
13481
13771
  var color = props.color,
@@ -13490,7 +13780,7 @@ var UTagSm = function UTagSm(props) {
13490
13780
  role: "img",
13491
13781
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13492
13782
  }, /*#__PURE__*/React.createElement("style", {
13493
- children: loadingCircleStyle$4e
13783
+ children: loadingCircleStyle$4j
13494
13784
  }), /*#__PURE__*/React.createElement("svg", _extends({
13495
13785
  xmlns: "http://www.w3.org/2000/svg",
13496
13786
  width: size,
@@ -13526,7 +13816,7 @@ UTagSm.defaultProps = {
13526
13816
  size: '1em'
13527
13817
  };
13528
13818
 
13529
- var loadingCircleStyle$4f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13819
+ var loadingCircleStyle$4k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13530
13820
 
13531
13821
  var AllGroupSm = function AllGroupSm(props) {
13532
13822
  var color = props.color,
@@ -13541,7 +13831,7 @@ var AllGroupSm = function AllGroupSm(props) {
13541
13831
  role: "img",
13542
13832
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13543
13833
  }, /*#__PURE__*/React.createElement("style", {
13544
- children: loadingCircleStyle$4f
13834
+ children: loadingCircleStyle$4k
13545
13835
  }), /*#__PURE__*/React.createElement("svg", _extends({
13546
13836
  xmlns: "http://www.w3.org/2000/svg",
13547
13837
  width: size,
@@ -13579,7 +13869,7 @@ AllGroupSm.defaultProps = {
13579
13869
  size: '1em'
13580
13870
  };
13581
13871
 
13582
- var loadingCircleStyle$4g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13872
+ var loadingCircleStyle$4l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13583
13873
 
13584
13874
  var CalendarSm = function CalendarSm(props) {
13585
13875
  var color = props.color,
@@ -13594,7 +13884,7 @@ var CalendarSm = function CalendarSm(props) {
13594
13884
  role: "img",
13595
13885
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13596
13886
  }, /*#__PURE__*/React.createElement("style", {
13597
- children: loadingCircleStyle$4g
13887
+ children: loadingCircleStyle$4l
13598
13888
  }), /*#__PURE__*/React.createElement("svg", _extends({
13599
13889
  xmlns: "http://www.w3.org/2000/svg",
13600
13890
  width: size,
@@ -13626,7 +13916,7 @@ CalendarSm.defaultProps = {
13626
13916
  size: '1em'
13627
13917
  };
13628
13918
 
13629
- var loadingCircleStyle$4h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13919
+ var loadingCircleStyle$4m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13630
13920
 
13631
13921
  var GroupAddSm = function GroupAddSm(props) {
13632
13922
  var color = props.color,
@@ -13641,7 +13931,7 @@ var GroupAddSm = function GroupAddSm(props) {
13641
13931
  role: "img",
13642
13932
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13643
13933
  }, /*#__PURE__*/React.createElement("style", {
13644
- children: loadingCircleStyle$4h
13934
+ children: loadingCircleStyle$4m
13645
13935
  }), /*#__PURE__*/React.createElement("svg", _extends({
13646
13936
  xmlns: "http://www.w3.org/2000/svg",
13647
13937
  width: size,
@@ -13679,7 +13969,7 @@ GroupAddSm.defaultProps = {
13679
13969
  size: '1em'
13680
13970
  };
13681
13971
 
13682
- var loadingCircleStyle$4i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13972
+ var loadingCircleStyle$4n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13683
13973
 
13684
13974
  var BooleanSm = function BooleanSm(props) {
13685
13975
  var color = props.color,
@@ -13694,7 +13984,7 @@ var BooleanSm = function BooleanSm(props) {
13694
13984
  role: "img",
13695
13985
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13696
13986
  }, /*#__PURE__*/React.createElement("style", {
13697
- children: loadingCircleStyle$4i
13987
+ children: loadingCircleStyle$4n
13698
13988
  }), /*#__PURE__*/React.createElement("svg", _extends({
13699
13989
  xmlns: "http://www.w3.org/2000/svg",
13700
13990
  width: size,
@@ -13728,7 +14018,7 @@ BooleanSm.defaultProps = {
13728
14018
  size: '1em'
13729
14019
  };
13730
14020
 
13731
- var loadingCircleStyle$4j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14021
+ var loadingCircleStyle$4o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13732
14022
 
13733
14023
  var ListSm = function ListSm(props) {
13734
14024
  var color = props.color,
@@ -13743,7 +14033,7 @@ var ListSm = function ListSm(props) {
13743
14033
  role: "img",
13744
14034
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13745
14035
  }, /*#__PURE__*/React.createElement("style", {
13746
- children: loadingCircleStyle$4j
14036
+ children: loadingCircleStyle$4o
13747
14037
  }), /*#__PURE__*/React.createElement("svg", _extends({
13748
14038
  xmlns: "http://www.w3.org/2000/svg",
13749
14039
  width: size,
@@ -13785,7 +14075,7 @@ ListSm.defaultProps = {
13785
14075
  size: '1em'
13786
14076
  };
13787
14077
 
13788
- var loadingCircleStyle$4k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14078
+ var loadingCircleStyle$4p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13789
14079
 
13790
14080
  var ArrayRowsSm = function ArrayRowsSm(props) {
13791
14081
  var color = props.color,
@@ -13800,7 +14090,7 @@ var ArrayRowsSm = function ArrayRowsSm(props) {
13800
14090
  role: "img",
13801
14091
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13802
14092
  }, /*#__PURE__*/React.createElement("style", {
13803
- children: loadingCircleStyle$4k
14093
+ children: loadingCircleStyle$4p
13804
14094
  }), /*#__PURE__*/React.createElement("svg", _extends({
13805
14095
  xmlns: "http://www.w3.org/2000/svg",
13806
14096
  width: size,
@@ -13834,7 +14124,7 @@ ArrayRowsSm.defaultProps = {
13834
14124
  size: '1em'
13835
14125
  };
13836
14126
 
13837
- var loadingCircleStyle$4l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14127
+ var loadingCircleStyle$4q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13838
14128
 
13839
14129
  var RowsSm = function RowsSm(props) {
13840
14130
  var color = props.color,
@@ -13849,7 +14139,7 @@ var RowsSm = function RowsSm(props) {
13849
14139
  role: "img",
13850
14140
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13851
14141
  }, /*#__PURE__*/React.createElement("style", {
13852
- children: loadingCircleStyle$4l
14142
+ children: loadingCircleStyle$4q
13853
14143
  }), /*#__PURE__*/React.createElement("svg", _extends({
13854
14144
  xmlns: "http://www.w3.org/2000/svg",
13855
14145
  width: size,
@@ -13891,7 +14181,7 @@ RowsSm.defaultProps = {
13891
14181
  size: '1em'
13892
14182
  };
13893
14183
 
13894
- var loadingCircleStyle$4m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14184
+ var loadingCircleStyle$4r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13895
14185
 
13896
14186
  var VPropertySm = function VPropertySm(props) {
13897
14187
  var color = props.color,
@@ -13906,7 +14196,7 @@ var VPropertySm = function VPropertySm(props) {
13906
14196
  role: "img",
13907
14197
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13908
14198
  }, /*#__PURE__*/React.createElement("style", {
13909
- children: loadingCircleStyle$4m
14199
+ children: loadingCircleStyle$4r
13910
14200
  }), /*#__PURE__*/React.createElement("svg", _extends({
13911
14201
  xmlns: "http://www.w3.org/2000/svg",
13912
14202
  width: size,
@@ -13944,7 +14234,7 @@ VPropertySm.defaultProps = {
13944
14234
  size: '1em'
13945
14235
  };
13946
14236
 
13947
- var loadingCircleStyle$4n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14237
+ var loadingCircleStyle$4s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13948
14238
 
13949
14239
  var StringSm = function StringSm(props) {
13950
14240
  var color = props.color,
@@ -13959,7 +14249,7 @@ var StringSm = function StringSm(props) {
13959
14249
  role: "img",
13960
14250
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13961
14251
  }, /*#__PURE__*/React.createElement("style", {
13962
- children: loadingCircleStyle$4n
14252
+ children: loadingCircleStyle$4s
13963
14253
  }), /*#__PURE__*/React.createElement("svg", _extends({
13964
14254
  xmlns: "http://www.w3.org/2000/svg",
13965
14255
  width: size,
@@ -13993,7 +14283,7 @@ StringSm.defaultProps = {
13993
14283
  size: '1em'
13994
14284
  };
13995
14285
 
13996
- var loadingCircleStyle$4o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14286
+ var loadingCircleStyle$4t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13997
14287
 
13998
14288
  var NumSm = function NumSm(props) {
13999
14289
  var color = props.color,
@@ -14008,7 +14298,7 @@ var NumSm = function NumSm(props) {
14008
14298
  role: "img",
14009
14299
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14010
14300
  }, /*#__PURE__*/React.createElement("style", {
14011
- children: loadingCircleStyle$4o
14301
+ children: loadingCircleStyle$4t
14012
14302
  }), /*#__PURE__*/React.createElement("svg", _extends({
14013
14303
  xmlns: "http://www.w3.org/2000/svg",
14014
14304
  width: size,
@@ -14026,7 +14316,7 @@ var NumSm = function NumSm(props) {
14026
14316
  }), /*#__PURE__*/React.createElement("path", {
14027
14317
  d: "M8 11.5h1v-7h-.142L6.5 5.18V6H8v5.5z"
14028
14318
  }), /*#__PURE__*/React.createElement("path", {
14029
- d: "M1.354 7.01a1.5 1.5 0 000 2.122l5.657 5.657a1.5 1.5 0 002.12 0l5.658-5.657a1.5 1.5 0 000-2.122L9.132 1.354a1.5 1.5 0 00-2.121 0L1.354 7.01zm.707 1.415a.5.5 0 010-.708l5.657-5.656a.5.5 0 01.707 0l5.657 5.656a.5.5 0 010 .708L8.425 14.08a.5.5 0 01-.707 0L2.06 8.425z"
14319
+ d: "M1.354 7.01a1.5 1.5 0 000 2.122l5.656 5.657a1.5 1.5 0 002.122 0l5.657-5.657a1.5 1.5 0 000-2.122L9.132 1.354a1.5 1.5 0 00-2.122 0L1.354 7.01zm.707 1.415a.5.5 0 010-.708l5.657-5.656a.5.5 0 01.707 0l5.656 5.656a.5.5 0 010 .708L8.425 14.08a.5.5 0 01-.707 0L2.06 8.425z"
14030
14320
  })));
14031
14321
  };
14032
14322
 
@@ -14042,7 +14332,7 @@ NumSm.defaultProps = {
14042
14332
  size: '1em'
14043
14333
  };
14044
14334
 
14045
- var loadingCircleStyle$4p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14335
+ var loadingCircleStyle$4u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14046
14336
 
14047
14337
  var TimeSm = function TimeSm(props) {
14048
14338
  var color = props.color,
@@ -14057,7 +14347,7 @@ var TimeSm = function TimeSm(props) {
14057
14347
  role: "img",
14058
14348
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14059
14349
  }, /*#__PURE__*/React.createElement("style", {
14060
- children: loadingCircleStyle$4p
14350
+ children: loadingCircleStyle$4u
14061
14351
  }), /*#__PURE__*/React.createElement("svg", _extends({
14062
14352
  xmlns: "http://www.w3.org/2000/svg",
14063
14353
  width: size,
@@ -14091,7 +14381,7 @@ TimeSm.defaultProps = {
14091
14381
  size: '1em'
14092
14382
  };
14093
14383
 
14094
- var loadingCircleStyle$4q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14384
+ var loadingCircleStyle$4v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14095
14385
 
14096
14386
  var ArrowLeft = function ArrowLeft(props) {
14097
14387
  var color = props.color,
@@ -14106,7 +14396,7 @@ var ArrowLeft = function ArrowLeft(props) {
14106
14396
  role: "img",
14107
14397
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14108
14398
  }, /*#__PURE__*/React.createElement("style", {
14109
- children: loadingCircleStyle$4q
14399
+ children: loadingCircleStyle$4v
14110
14400
  }), /*#__PURE__*/React.createElement("svg", _extends({
14111
14401
  xmlns: "http://www.w3.org/2000/svg",
14112
14402
  width: size,
@@ -14138,7 +14428,7 @@ ArrowLeft.defaultProps = {
14138
14428
  size: '1em'
14139
14429
  };
14140
14430
 
14141
- var loadingCircleStyle$4r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14431
+ var loadingCircleStyle$4w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14142
14432
 
14143
14433
  var ArrowRight = function ArrowRight(props) {
14144
14434
  var color = props.color,
@@ -14153,7 +14443,7 @@ var ArrowRight = function ArrowRight(props) {
14153
14443
  role: "img",
14154
14444
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14155
14445
  }, /*#__PURE__*/React.createElement("style", {
14156
- children: loadingCircleStyle$4r
14446
+ children: loadingCircleStyle$4w
14157
14447
  }), /*#__PURE__*/React.createElement("svg", _extends({
14158
14448
  xmlns: "http://www.w3.org/2000/svg",
14159
14449
  width: size,
@@ -14185,7 +14475,7 @@ ArrowRight.defaultProps = {
14185
14475
  size: '1em'
14186
14476
  };
14187
14477
 
14188
- var loadingCircleStyle$4s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14478
+ var loadingCircleStyle$4x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14189
14479
 
14190
14480
  var ArrowUp = function ArrowUp(props) {
14191
14481
  var color = props.color,
@@ -14200,7 +14490,7 @@ var ArrowUp = function ArrowUp(props) {
14200
14490
  role: "img",
14201
14491
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14202
14492
  }, /*#__PURE__*/React.createElement("style", {
14203
- children: loadingCircleStyle$4s
14493
+ children: loadingCircleStyle$4x
14204
14494
  }), /*#__PURE__*/React.createElement("svg", _extends({
14205
14495
  xmlns: "http://www.w3.org/2000/svg",
14206
14496
  width: size,
@@ -14232,7 +14522,7 @@ ArrowUp.defaultProps = {
14232
14522
  size: '1em'
14233
14523
  };
14234
14524
 
14235
- var loadingCircleStyle$4t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14525
+ var loadingCircleStyle$4y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14236
14526
 
14237
14527
  var ArrowDown = function ArrowDown(props) {
14238
14528
  var color = props.color,
@@ -14247,7 +14537,7 @@ var ArrowDown = function ArrowDown(props) {
14247
14537
  role: "img",
14248
14538
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14249
14539
  }, /*#__PURE__*/React.createElement("style", {
14250
- children: loadingCircleStyle$4t
14540
+ children: loadingCircleStyle$4y
14251
14541
  }), /*#__PURE__*/React.createElement("svg", _extends({
14252
14542
  xmlns: "http://www.w3.org/2000/svg",
14253
14543
  width: size,
@@ -14279,7 +14569,7 @@ ArrowDown.defaultProps = {
14279
14569
  size: '1em'
14280
14570
  };
14281
14571
 
14282
- var loadingCircleStyle$4u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14572
+ var loadingCircleStyle$4z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14283
14573
 
14284
14574
  var ArrowLeft2 = function ArrowLeft2(props) {
14285
14575
  var color = props.color,
@@ -14294,7 +14584,7 @@ var ArrowLeft2 = function ArrowLeft2(props) {
14294
14584
  role: "img",
14295
14585
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14296
14586
  }, /*#__PURE__*/React.createElement("style", {
14297
- children: loadingCircleStyle$4u
14587
+ children: loadingCircleStyle$4z
14298
14588
  }), /*#__PURE__*/React.createElement("svg", _extends({
14299
14589
  xmlns: "http://www.w3.org/2000/svg",
14300
14590
  width: size,
@@ -14326,7 +14616,7 @@ ArrowLeft2.defaultProps = {
14326
14616
  size: '1em'
14327
14617
  };
14328
14618
 
14329
- var loadingCircleStyle$4v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14619
+ var loadingCircleStyle$4A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14330
14620
 
14331
14621
  var ArrowRight2 = function ArrowRight2(props) {
14332
14622
  var color = props.color,
@@ -14341,7 +14631,7 @@ var ArrowRight2 = function ArrowRight2(props) {
14341
14631
  role: "img",
14342
14632
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14343
14633
  }, /*#__PURE__*/React.createElement("style", {
14344
- children: loadingCircleStyle$4v
14634
+ children: loadingCircleStyle$4A
14345
14635
  }), /*#__PURE__*/React.createElement("svg", _extends({
14346
14636
  xmlns: "http://www.w3.org/2000/svg",
14347
14637
  width: size,
@@ -14373,7 +14663,7 @@ ArrowRight2.defaultProps = {
14373
14663
  size: '1em'
14374
14664
  };
14375
14665
 
14376
- var loadingCircleStyle$4w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14666
+ var loadingCircleStyle$4B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14377
14667
 
14378
14668
  var ArrowUp2 = function ArrowUp2(props) {
14379
14669
  var color = props.color,
@@ -14388,7 +14678,7 @@ var ArrowUp2 = function ArrowUp2(props) {
14388
14678
  role: "img",
14389
14679
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14390
14680
  }, /*#__PURE__*/React.createElement("style", {
14391
- children: loadingCircleStyle$4w
14681
+ children: loadingCircleStyle$4B
14392
14682
  }), /*#__PURE__*/React.createElement("svg", _extends({
14393
14683
  xmlns: "http://www.w3.org/2000/svg",
14394
14684
  width: size,
@@ -14420,7 +14710,7 @@ ArrowUp2.defaultProps = {
14420
14710
  size: '1em'
14421
14711
  };
14422
14712
 
14423
- var loadingCircleStyle$4x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14713
+ var loadingCircleStyle$4C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14424
14714
 
14425
14715
  var ArrowDown2 = function ArrowDown2(props) {
14426
14716
  var color = props.color,
@@ -14435,7 +14725,7 @@ var ArrowDown2 = function ArrowDown2(props) {
14435
14725
  role: "img",
14436
14726
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14437
14727
  }, /*#__PURE__*/React.createElement("style", {
14438
- children: loadingCircleStyle$4x
14728
+ children: loadingCircleStyle$4C
14439
14729
  }), /*#__PURE__*/React.createElement("svg", _extends({
14440
14730
  xmlns: "http://www.w3.org/2000/svg",
14441
14731
  width: size,
@@ -14467,7 +14757,7 @@ ArrowDown2.defaultProps = {
14467
14757
  size: '1em'
14468
14758
  };
14469
14759
 
14470
- var loadingCircleStyle$4y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14760
+ var loadingCircleStyle$4D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14471
14761
 
14472
14762
  var TriLeft = function TriLeft(props) {
14473
14763
  var color = props.color,
@@ -14482,7 +14772,7 @@ var TriLeft = function TriLeft(props) {
14482
14772
  role: "img",
14483
14773
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14484
14774
  }, /*#__PURE__*/React.createElement("style", {
14485
- children: loadingCircleStyle$4y
14775
+ children: loadingCircleStyle$4D
14486
14776
  }), /*#__PURE__*/React.createElement("svg", _extends({
14487
14777
  xmlns: "http://www.w3.org/2000/svg",
14488
14778
  width: size,
@@ -14514,7 +14804,7 @@ TriLeft.defaultProps = {
14514
14804
  size: '1em'
14515
14805
  };
14516
14806
 
14517
- var loadingCircleStyle$4z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14807
+ var loadingCircleStyle$4E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14518
14808
 
14519
14809
  var TriRight = function TriRight(props) {
14520
14810
  var color = props.color,
@@ -14529,7 +14819,7 @@ var TriRight = function TriRight(props) {
14529
14819
  role: "img",
14530
14820
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14531
14821
  }, /*#__PURE__*/React.createElement("style", {
14532
- children: loadingCircleStyle$4z
14822
+ children: loadingCircleStyle$4E
14533
14823
  }), /*#__PURE__*/React.createElement("svg", _extends({
14534
14824
  xmlns: "http://www.w3.org/2000/svg",
14535
14825
  width: size,
@@ -14561,7 +14851,7 @@ TriRight.defaultProps = {
14561
14851
  size: '1em'
14562
14852
  };
14563
14853
 
14564
- var loadingCircleStyle$4A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14854
+ var loadingCircleStyle$4F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14565
14855
 
14566
14856
  var TriUp = function TriUp(props) {
14567
14857
  var color = props.color,
@@ -14576,7 +14866,7 @@ var TriUp = function TriUp(props) {
14576
14866
  role: "img",
14577
14867
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14578
14868
  }, /*#__PURE__*/React.createElement("style", {
14579
- children: loadingCircleStyle$4A
14869
+ children: loadingCircleStyle$4F
14580
14870
  }), /*#__PURE__*/React.createElement("svg", _extends({
14581
14871
  xmlns: "http://www.w3.org/2000/svg",
14582
14872
  width: size,
@@ -14608,7 +14898,7 @@ TriUp.defaultProps = {
14608
14898
  size: '1em'
14609
14899
  };
14610
14900
 
14611
- var loadingCircleStyle$4B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14901
+ var loadingCircleStyle$4G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14612
14902
 
14613
14903
  var TriDown = function TriDown(props) {
14614
14904
  var color = props.color,
@@ -14623,7 +14913,7 @@ var TriDown = function TriDown(props) {
14623
14913
  role: "img",
14624
14914
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14625
14915
  }, /*#__PURE__*/React.createElement("style", {
14626
- children: loadingCircleStyle$4B
14916
+ children: loadingCircleStyle$4G
14627
14917
  }), /*#__PURE__*/React.createElement("svg", _extends({
14628
14918
  xmlns: "http://www.w3.org/2000/svg",
14629
14919
  width: size,
@@ -14655,7 +14945,7 @@ TriDown.defaultProps = {
14655
14945
  size: '1em'
14656
14946
  };
14657
14947
 
14658
- var loadingCircleStyle$4C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14948
+ var loadingCircleStyle$4H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14659
14949
 
14660
14950
  var DArrowL = function DArrowL(props) {
14661
14951
  var color = props.color,
@@ -14670,7 +14960,7 @@ var DArrowL = function DArrowL(props) {
14670
14960
  role: "img",
14671
14961
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14672
14962
  }, /*#__PURE__*/React.createElement("style", {
14673
- children: loadingCircleStyle$4C
14963
+ children: loadingCircleStyle$4H
14674
14964
  }), /*#__PURE__*/React.createElement("svg", _extends({
14675
14965
  xmlns: "http://www.w3.org/2000/svg",
14676
14966
  width: size,
@@ -14704,7 +14994,7 @@ DArrowL.defaultProps = {
14704
14994
  size: '1em'
14705
14995
  };
14706
14996
 
14707
- var loadingCircleStyle$4D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14997
+ var loadingCircleStyle$4I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14708
14998
 
14709
14999
  var DArrowR = function DArrowR(props) {
14710
15000
  var color = props.color,
@@ -14719,7 +15009,7 @@ var DArrowR = function DArrowR(props) {
14719
15009
  role: "img",
14720
15010
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14721
15011
  }, /*#__PURE__*/React.createElement("style", {
14722
- children: loadingCircleStyle$4D
15012
+ children: loadingCircleStyle$4I
14723
15013
  }), /*#__PURE__*/React.createElement("svg", _extends({
14724
15014
  xmlns: "http://www.w3.org/2000/svg",
14725
15015
  width: size,
@@ -14753,7 +15043,7 @@ DArrowR.defaultProps = {
14753
15043
  size: '1em'
14754
15044
  };
14755
15045
 
14756
- var loadingCircleStyle$4E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15046
+ var loadingCircleStyle$4J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14757
15047
 
14758
15048
  var DArrowT = function DArrowT(props) {
14759
15049
  var color = props.color,
@@ -14768,7 +15058,7 @@ var DArrowT = function DArrowT(props) {
14768
15058
  role: "img",
14769
15059
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14770
15060
  }, /*#__PURE__*/React.createElement("style", {
14771
- children: loadingCircleStyle$4E
15061
+ children: loadingCircleStyle$4J
14772
15062
  }), /*#__PURE__*/React.createElement("svg", _extends({
14773
15063
  xmlns: "http://www.w3.org/2000/svg",
14774
15064
  width: size,
@@ -14802,7 +15092,7 @@ DArrowT.defaultProps = {
14802
15092
  size: '1em'
14803
15093
  };
14804
15094
 
14805
- var loadingCircleStyle$4F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15095
+ var loadingCircleStyle$4K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14806
15096
 
14807
15097
  var DArrowB = function DArrowB(props) {
14808
15098
  var color = props.color,
@@ -14817,7 +15107,7 @@ var DArrowB = function DArrowB(props) {
14817
15107
  role: "img",
14818
15108
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14819
15109
  }, /*#__PURE__*/React.createElement("style", {
14820
- children: loadingCircleStyle$4F
15110
+ children: loadingCircleStyle$4K
14821
15111
  }), /*#__PURE__*/React.createElement("svg", _extends({
14822
15112
  xmlns: "http://www.w3.org/2000/svg",
14823
15113
  width: size,
@@ -14851,7 +15141,7 @@ DArrowB.defaultProps = {
14851
15141
  size: '1em'
14852
15142
  };
14853
15143
 
14854
- var loadingCircleStyle$4G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15144
+ var loadingCircleStyle$4L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14855
15145
 
14856
15146
  var DropDown = function DropDown(props) {
14857
15147
  var color = props.color,
@@ -14866,7 +15156,7 @@ var DropDown = function DropDown(props) {
14866
15156
  role: "img",
14867
15157
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14868
15158
  }, /*#__PURE__*/React.createElement("style", {
14869
- children: loadingCircleStyle$4G
15159
+ children: loadingCircleStyle$4L
14870
15160
  }), /*#__PURE__*/React.createElement("svg", _extends({
14871
15161
  xmlns: "http://www.w3.org/2000/svg",
14872
15162
  width: size,
@@ -14898,7 +15188,7 @@ DropDown.defaultProps = {
14898
15188
  size: '1em'
14899
15189
  };
14900
15190
 
14901
- var loadingCircleStyle$4H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15191
+ var loadingCircleStyle$4M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14902
15192
 
14903
15193
  var DropUp = function DropUp(props) {
14904
15194
  var color = props.color,
@@ -14913,7 +15203,7 @@ var DropUp = function DropUp(props) {
14913
15203
  role: "img",
14914
15204
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14915
15205
  }, /*#__PURE__*/React.createElement("style", {
14916
- children: loadingCircleStyle$4H
15206
+ children: loadingCircleStyle$4M
14917
15207
  }), /*#__PURE__*/React.createElement("svg", _extends({
14918
15208
  xmlns: "http://www.w3.org/2000/svg",
14919
15209
  width: size,
@@ -14945,7 +15235,7 @@ DropUp.defaultProps = {
14945
15235
  size: '1em'
14946
15236
  };
14947
15237
 
14948
- var loadingCircleStyle$4I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15238
+ var loadingCircleStyle$4N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14949
15239
 
14950
15240
  var More1 = function More1(props) {
14951
15241
  var color = props.color,
@@ -14960,7 +15250,7 @@ var More1 = function More1(props) {
14960
15250
  role: "img",
14961
15251
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14962
15252
  }, /*#__PURE__*/React.createElement("style", {
14963
- children: loadingCircleStyle$4I
15253
+ children: loadingCircleStyle$4N
14964
15254
  }), /*#__PURE__*/React.createElement("svg", _extends({
14965
15255
  xmlns: "http://www.w3.org/2000/svg",
14966
15256
  width: size,
@@ -14992,7 +15282,7 @@ More1.defaultProps = {
14992
15282
  size: '1em'
14993
15283
  };
14994
15284
 
14995
- var loadingCircleStyle$4J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15285
+ var loadingCircleStyle$4O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14996
15286
 
14997
15287
  var More2 = function More2(props) {
14998
15288
  var color = props.color,
@@ -15007,7 +15297,7 @@ var More2 = function More2(props) {
15007
15297
  role: "img",
15008
15298
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15009
15299
  }, /*#__PURE__*/React.createElement("style", {
15010
- children: loadingCircleStyle$4J
15300
+ children: loadingCircleStyle$4O
15011
15301
  }), /*#__PURE__*/React.createElement("svg", _extends({
15012
15302
  xmlns: "http://www.w3.org/2000/svg",
15013
15303
  width: size,
@@ -15039,7 +15329,7 @@ More2.defaultProps = {
15039
15329
  size: '1em'
15040
15330
  };
15041
15331
 
15042
- var loadingCircleStyle$4K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15332
+ var loadingCircleStyle$4P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15043
15333
 
15044
15334
  var Drag = function Drag(props) {
15045
15335
  var color = props.color,
@@ -15054,7 +15344,7 @@ var Drag = function Drag(props) {
15054
15344
  role: "img",
15055
15345
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15056
15346
  }, /*#__PURE__*/React.createElement("style", {
15057
- children: loadingCircleStyle$4K
15347
+ children: loadingCircleStyle$4P
15058
15348
  }), /*#__PURE__*/React.createElement("svg", _extends({
15059
15349
  xmlns: "http://www.w3.org/2000/svg",
15060
15350
  width: size,
@@ -15096,7 +15386,7 @@ Drag.defaultProps = {
15096
15386
  size: '1em'
15097
15387
  };
15098
15388
 
15099
- var loadingCircleStyle$4L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15389
+ var loadingCircleStyle$4Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15100
15390
 
15101
15391
  var Drag2 = function Drag2(props) {
15102
15392
  var color = props.color,
@@ -15111,7 +15401,7 @@ var Drag2 = function Drag2(props) {
15111
15401
  role: "img",
15112
15402
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15113
15403
  }, /*#__PURE__*/React.createElement("style", {
15114
- children: loadingCircleStyle$4L
15404
+ children: loadingCircleStyle$4Q
15115
15405
  }), /*#__PURE__*/React.createElement("svg", _extends({
15116
15406
  xmlns: "http://www.w3.org/2000/svg",
15117
15407
  width: size,
@@ -15147,7 +15437,7 @@ Drag2.defaultProps = {
15147
15437
  size: '1em'
15148
15438
  };
15149
15439
 
15150
- var loadingCircleStyle$4M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15440
+ var loadingCircleStyle$4R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15151
15441
 
15152
15442
  var External = function External(props) {
15153
15443
  var color = props.color,
@@ -15162,7 +15452,7 @@ var External = function External(props) {
15162
15452
  role: "img",
15163
15453
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15164
15454
  }, /*#__PURE__*/React.createElement("style", {
15165
- children: loadingCircleStyle$4M
15455
+ children: loadingCircleStyle$4R
15166
15456
  }), /*#__PURE__*/React.createElement("svg", _extends({
15167
15457
  xmlns: "http://www.w3.org/2000/svg",
15168
15458
  width: size,
@@ -15194,7 +15484,7 @@ External.defaultProps = {
15194
15484
  size: '1em'
15195
15485
  };
15196
15486
 
15197
- var loadingCircleStyle$4N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15487
+ var loadingCircleStyle$4S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15198
15488
 
15199
15489
  var DisplayS = function DisplayS(props) {
15200
15490
  var color = props.color,
@@ -15209,7 +15499,7 @@ var DisplayS = function DisplayS(props) {
15209
15499
  role: "img",
15210
15500
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15211
15501
  }, /*#__PURE__*/React.createElement("style", {
15212
- children: loadingCircleStyle$4N
15502
+ children: loadingCircleStyle$4S
15213
15503
  }), /*#__PURE__*/React.createElement("svg", _extends({
15214
15504
  xmlns: "http://www.w3.org/2000/svg",
15215
15505
  width: size,
@@ -15243,7 +15533,7 @@ DisplayS.defaultProps = {
15243
15533
  size: '1em'
15244
15534
  };
15245
15535
 
15246
- var loadingCircleStyle$4O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15536
+ var loadingCircleStyle$4T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15247
15537
 
15248
15538
  var Share = function Share(props) {
15249
15539
  var color = props.color,
@@ -15258,7 +15548,7 @@ var Share = function Share(props) {
15258
15548
  role: "img",
15259
15549
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15260
15550
  }, /*#__PURE__*/React.createElement("style", {
15261
- children: loadingCircleStyle$4O
15551
+ children: loadingCircleStyle$4T
15262
15552
  }), /*#__PURE__*/React.createElement("svg", _extends({
15263
15553
  xmlns: "http://www.w3.org/2000/svg",
15264
15554
  width: size,
@@ -15361,6 +15651,7 @@ exports.TaDArrowL = DArrowL;
15361
15651
  exports.TaDArrowR = DArrowR;
15362
15652
  exports.TaDArrowT = DArrowT;
15363
15653
  exports.TaDashboard = Dashboard;
15654
+ exports.TaDashboardCl = DashboardCl;
15364
15655
  exports.TaDashboardMgr = DashboardMgr;
15365
15656
  exports.TaDebug = Debug;
15366
15657
  exports.TaDelete1 = Delete1;
@@ -15430,6 +15721,7 @@ exports.TaGroup = Group;
15430
15721
  exports.TaGroupA2b = GroupA2b;
15431
15722
  exports.TaGroupAddFill = GroupAddFill;
15432
15723
  exports.TaGroupAddSm = GroupAddSm;
15724
+ exports.TaGroupCl = GroupCl;
15433
15725
  exports.TaGroupFill = GroupFill;
15434
15726
  exports.TaGroupFill2 = GroupFill2;
15435
15727
  exports.TaGroups = Groups;
@@ -15519,6 +15811,7 @@ exports.TaRecurring = Recurring;
15519
15811
  exports.TaRelatedProp = RelatedProp;
15520
15812
  exports.TaRename = Rename;
15521
15813
  exports.TaReport = Report;
15814
+ exports.TaReportCl = ReportCl;
15522
15815
  exports.TaReportRemoval = ReportRemoval;
15523
15816
  exports.TaResetPassword = ResetPassword;
15524
15817
  exports.TaResult = Result;
@@ -15591,7 +15884,9 @@ exports.TaUser1Fill = User1Fill;
15591
15884
  exports.TaUser2 = User2;
15592
15885
  exports.TaUserAddFill = UserAddFill;
15593
15886
  exports.TaUserSettings = UserSettings;
15887
+ exports.TaUserTagCl = UserTagCl;
15594
15888
  exports.TaUsertag = Usertag;
15889
+ exports.TaVPropCl = VPropCl;
15595
15890
  exports.TaVProperty = VProperty;
15596
15891
  exports.TaVPropertySm = VPropertySm;
15597
15892
  exports.TaViewOriginal = ViewOriginal;