@tant/icons 1.1.74 → 1.1.75

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,234 @@ 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 UserTagCl = function UserTagCl(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: "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",
7567
+ fill: "#202241"
7568
+ }), /*#__PURE__*/React.createElement("path", {
7569
+ 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",
7570
+ fill: "#0A1032",
7571
+ fillOpacity: ".3"
7572
+ })));
7573
+ };
7574
+
7575
+ UserTagCl.propTypes = {
7576
+ iconClassName: PropTypes.string,
7577
+ spin: PropTypes.bool,
7578
+ color: PropTypes.string,
7579
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
7580
+ };
7581
+ UserTagCl.defaultProps = {
7582
+ spin: false,
7583
+ color: 'currentColor',
7584
+ size: '1em'
7585
+ };
7586
+
7587
+ var loadingCircleStyle$2m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7588
+
7589
+ var GroupCl = function GroupCl(props) {
7590
+ var color = props.color,
7591
+ size = props.size,
7592
+ spin = props.spin,
7593
+ style = props.style,
7594
+ className = props.className,
7595
+ iconClassName = props.iconClassName,
7596
+ otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className", "iconClassName"]);
7597
+
7598
+ return /*#__PURE__*/React.createElement("span", {
7599
+ role: "img",
7600
+ className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
7601
+ }, /*#__PURE__*/React.createElement("style", {
7602
+ children: loadingCircleStyle$2m
7603
+ }), /*#__PURE__*/React.createElement("svg", _extends({
7604
+ xmlns: "http://www.w3.org/2000/svg",
7605
+ width: size,
7606
+ height: size,
7607
+ viewBox: "0 0 24 24",
7608
+ fill: color
7609
+ }, otherProps, {
7610
+ className: iconClassName,
7611
+ style: _objectSpread2(_objectSpread2({}, style), spin ? {
7612
+ animationDuration: '1s',
7613
+ animationIterationCount: 'infinite',
7614
+ animationName: 'loadingCircle',
7615
+ animationTimingFunction: 'linear'
7616
+ } : {})
7617
+ }), /*#__PURE__*/React.createElement("g", {
7618
+ clipPath: "url(#clip0_5031_752)"
7619
+ }, /*#__PURE__*/React.createElement("path", {
7620
+ 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",
7621
+ fill: "#202241"
7622
+ }), /*#__PURE__*/React.createElement("path", {
7623
+ 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",
7624
+ fill: "#ACAFBD"
7625
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
7626
+ id: "clip0_5031_752"
7627
+ }, /*#__PURE__*/React.createElement("rect", {
7628
+ width: "24",
7629
+ height: "24",
7630
+ fill: "#fff"
7631
+ })))));
7632
+ };
7633
+
7634
+ GroupCl.propTypes = {
7635
+ iconClassName: PropTypes.string,
7636
+ spin: PropTypes.bool,
7637
+ color: PropTypes.string,
7638
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
7639
+ };
7640
+ GroupCl.defaultProps = {
7641
+ spin: false,
7642
+ color: 'currentColor',
7643
+ size: '1em'
7644
+ };
7645
+
7646
+ var loadingCircleStyle$2n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7647
+
7648
+ var VPropCl = function VPropCl(props) {
7649
+ var color = props.color,
7650
+ size = props.size,
7651
+ spin = props.spin,
7652
+ style = props.style,
7653
+ className = props.className,
7654
+ iconClassName = props.iconClassName,
7655
+ otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className", "iconClassName"]);
7656
+
7657
+ return /*#__PURE__*/React.createElement("span", {
7658
+ role: "img",
7659
+ className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
7660
+ }, /*#__PURE__*/React.createElement("style", {
7661
+ children: loadingCircleStyle$2n
7662
+ }), /*#__PURE__*/React.createElement("svg", _extends({
7663
+ xmlns: "http://www.w3.org/2000/svg",
7664
+ width: size,
7665
+ height: size,
7666
+ viewBox: "0 0 24 24",
7667
+ fill: color
7668
+ }, otherProps, {
7669
+ className: iconClassName,
7670
+ style: _objectSpread2(_objectSpread2({}, style), spin ? {
7671
+ animationDuration: '1s',
7672
+ animationIterationCount: 'infinite',
7673
+ animationName: 'loadingCircle',
7674
+ animationTimingFunction: 'linear'
7675
+ } : {})
7676
+ }), /*#__PURE__*/React.createElement("path", {
7677
+ d: "M22 2H8v2.222h14V2z",
7678
+ fill: "#ACAFBD"
7679
+ }), /*#__PURE__*/React.createElement("path", {
7680
+ d: "M22 10.889h-6.461v2.222H22V10.89z",
7681
+ fill: "#ACAFBD"
7682
+ }), /*#__PURE__*/React.createElement("path", {
7683
+ d: "M22 22v-2.222H8V22h14z",
7684
+ fill: "#ACAFBD"
7685
+ }), /*#__PURE__*/React.createElement("path", {
7686
+ fillRule: "evenodd",
7687
+ clipRule: "evenodd",
7688
+ 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",
7689
+ fill: "#0A1032"
7690
+ })));
7691
+ };
7692
+
7693
+ VPropCl.propTypes = {
7694
+ iconClassName: PropTypes.string,
7695
+ spin: PropTypes.bool,
7696
+ color: PropTypes.string,
7697
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
7698
+ };
7699
+ VPropCl.defaultProps = {
7700
+ spin: false,
7701
+ color: 'currentColor',
7702
+ size: '1em'
7703
+ };
7704
+
7705
+ var loadingCircleStyle$2o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7706
+
7707
+ var Info = function Info(props) {
7708
+ var color = props.color,
7709
+ size = props.size,
7710
+ spin = props.spin,
7711
+ style = props.style,
7712
+ className = props.className,
7713
+ iconClassName = props.iconClassName,
7714
+ otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className", "iconClassName"]);
7715
+
7716
+ return /*#__PURE__*/React.createElement("span", {
7717
+ role: "img",
7718
+ className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
7719
+ }, /*#__PURE__*/React.createElement("style", {
7720
+ children: loadingCircleStyle$2o
7721
+ }), /*#__PURE__*/React.createElement("svg", _extends({
7722
+ xmlns: "http://www.w3.org/2000/svg",
7723
+ width: size,
7724
+ height: size,
7725
+ viewBox: "0 0 24 24",
7726
+ fill: color
7727
+ }, otherProps, {
7728
+ className: iconClassName,
7729
+ style: _objectSpread2(_objectSpread2({}, style), spin ? {
7730
+ animationDuration: '1s',
7731
+ animationIterationCount: 'infinite',
7732
+ animationName: 'loadingCircle',
7733
+ animationTimingFunction: 'linear'
7734
+ } : {})
7507
7735
  }), /*#__PURE__*/React.createElement("path", {
7508
7736
  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
7737
  }), /*#__PURE__*/React.createElement("path", {
@@ -7525,7 +7753,7 @@ Info.defaultProps = {
7525
7753
  size: '1em'
7526
7754
  };
7527
7755
 
7528
- var loadingCircleStyle$2l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7756
+ var loadingCircleStyle$2p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7529
7757
 
7530
7758
  var InfoFill = function InfoFill(props) {
7531
7759
  var color = props.color,
@@ -7540,7 +7768,7 @@ var InfoFill = function InfoFill(props) {
7540
7768
  role: "img",
7541
7769
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
7542
7770
  }, /*#__PURE__*/React.createElement("style", {
7543
- children: loadingCircleStyle$2l
7771
+ children: loadingCircleStyle$2p
7544
7772
  }), /*#__PURE__*/React.createElement("svg", _extends({
7545
7773
  xmlns: "http://www.w3.org/2000/svg",
7546
7774
  width: size,
@@ -7572,7 +7800,7 @@ InfoFill.defaultProps = {
7572
7800
  size: '1em'
7573
7801
  };
7574
7802
 
7575
- var loadingCircleStyle$2m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7803
+ var loadingCircleStyle$2q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7576
7804
 
7577
7805
  var Help = function Help(props) {
7578
7806
  var color = props.color,
@@ -7587,7 +7815,7 @@ var Help = function Help(props) {
7587
7815
  role: "img",
7588
7816
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
7589
7817
  }, /*#__PURE__*/React.createElement("style", {
7590
- children: loadingCircleStyle$2m
7818
+ children: loadingCircleStyle$2q
7591
7819
  }), /*#__PURE__*/React.createElement("svg", _extends({
7592
7820
  xmlns: "http://www.w3.org/2000/svg",
7593
7821
  width: size,
@@ -7619,7 +7847,7 @@ Help.defaultProps = {
7619
7847
  size: '1em'
7620
7848
  };
7621
7849
 
7622
- var loadingCircleStyle$2n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7850
+ var loadingCircleStyle$2r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7623
7851
 
7624
7852
  var History = function History(props) {
7625
7853
  var color = props.color,
@@ -7634,7 +7862,7 @@ var History = function History(props) {
7634
7862
  role: "img",
7635
7863
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
7636
7864
  }, /*#__PURE__*/React.createElement("style", {
7637
- children: loadingCircleStyle$2n
7865
+ children: loadingCircleStyle$2r
7638
7866
  }), /*#__PURE__*/React.createElement("svg", _extends({
7639
7867
  xmlns: "http://www.w3.org/2000/svg",
7640
7868
  width: size,
@@ -7666,7 +7894,7 @@ History.defaultProps = {
7666
7894
  size: '1em'
7667
7895
  };
7668
7896
 
7669
- var loadingCircleStyle$2o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7897
+ var loadingCircleStyle$2s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7670
7898
 
7671
7899
  var Backup = function Backup(props) {
7672
7900
  var color = props.color,
@@ -7681,7 +7909,7 @@ var Backup = function Backup(props) {
7681
7909
  role: "img",
7682
7910
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
7683
7911
  }, /*#__PURE__*/React.createElement("style", {
7684
- children: loadingCircleStyle$2o
7912
+ children: loadingCircleStyle$2s
7685
7913
  }), /*#__PURE__*/React.createElement("svg", _extends({
7686
7914
  xmlns: "http://www.w3.org/2000/svg",
7687
7915
  width: size,
@@ -7715,7 +7943,7 @@ Backup.defaultProps = {
7715
7943
  size: '1em'
7716
7944
  };
7717
7945
 
7718
- var loadingCircleStyle$2p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7946
+ var loadingCircleStyle$2t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7719
7947
 
7720
7948
  var Error = function Error(props) {
7721
7949
  var color = props.color,
@@ -7730,7 +7958,7 @@ var Error = function Error(props) {
7730
7958
  role: "img",
7731
7959
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
7732
7960
  }, /*#__PURE__*/React.createElement("style", {
7733
- children: loadingCircleStyle$2p
7961
+ children: loadingCircleStyle$2t
7734
7962
  }), /*#__PURE__*/React.createElement("svg", _extends({
7735
7963
  xmlns: "http://www.w3.org/2000/svg",
7736
7964
  width: size,
@@ -7766,7 +7994,7 @@ Error.defaultProps = {
7766
7994
  size: '1em'
7767
7995
  };
7768
7996
 
7769
- var loadingCircleStyle$2q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7997
+ var loadingCircleStyle$2u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7770
7998
 
7771
7999
  var ErrorFill = function ErrorFill(props) {
7772
8000
  var color = props.color,
@@ -7781,7 +8009,7 @@ var ErrorFill = function ErrorFill(props) {
7781
8009
  role: "img",
7782
8010
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
7783
8011
  }, /*#__PURE__*/React.createElement("style", {
7784
- children: loadingCircleStyle$2q
8012
+ children: loadingCircleStyle$2u
7785
8013
  }), /*#__PURE__*/React.createElement("svg", _extends({
7786
8014
  xmlns: "http://www.w3.org/2000/svg",
7787
8015
  width: size,
@@ -7813,7 +8041,7 @@ ErrorFill.defaultProps = {
7813
8041
  size: '1em'
7814
8042
  };
7815
8043
 
7816
- var loadingCircleStyle$2r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8044
+ var loadingCircleStyle$2v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7817
8045
 
7818
8046
  var Error2 = function Error2(props) {
7819
8047
  var color = props.color,
@@ -7828,7 +8056,7 @@ var Error2 = function Error2(props) {
7828
8056
  role: "img",
7829
8057
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
7830
8058
  }, /*#__PURE__*/React.createElement("style", {
7831
- children: loadingCircleStyle$2r
8059
+ children: loadingCircleStyle$2v
7832
8060
  }), /*#__PURE__*/React.createElement("svg", _extends({
7833
8061
  xmlns: "http://www.w3.org/2000/svg",
7834
8062
  width: size,
@@ -7862,7 +8090,7 @@ Error2.defaultProps = {
7862
8090
  size: '1em'
7863
8091
  };
7864
8092
 
7865
- var loadingCircleStyle$2s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8093
+ var loadingCircleStyle$2w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7866
8094
 
7867
8095
  var Error2Fill = function Error2Fill(props) {
7868
8096
  var color = props.color,
@@ -7877,7 +8105,7 @@ var Error2Fill = function Error2Fill(props) {
7877
8105
  role: "img",
7878
8106
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
7879
8107
  }, /*#__PURE__*/React.createElement("style", {
7880
- children: loadingCircleStyle$2s
8108
+ children: loadingCircleStyle$2w
7881
8109
  }), /*#__PURE__*/React.createElement("svg", _extends({
7882
8110
  xmlns: "http://www.w3.org/2000/svg",
7883
8111
  width: size,
@@ -7911,7 +8139,7 @@ Error2Fill.defaultProps = {
7911
8139
  size: '1em'
7912
8140
  };
7913
8141
 
7914
- var loadingCircleStyle$2t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8142
+ var loadingCircleStyle$2x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7915
8143
 
7916
8144
  var Success = function Success(props) {
7917
8145
  var color = props.color,
@@ -7926,7 +8154,7 @@ var Success = function Success(props) {
7926
8154
  role: "img",
7927
8155
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
7928
8156
  }, /*#__PURE__*/React.createElement("style", {
7929
- children: loadingCircleStyle$2t
8157
+ children: loadingCircleStyle$2x
7930
8158
  }), /*#__PURE__*/React.createElement("svg", _extends({
7931
8159
  xmlns: "http://www.w3.org/2000/svg",
7932
8160
  width: size,
@@ -7958,7 +8186,7 @@ Success.defaultProps = {
7958
8186
  size: '1em'
7959
8187
  };
7960
8188
 
7961
- var loadingCircleStyle$2u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8189
+ var loadingCircleStyle$2y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7962
8190
 
7963
8191
  var SuccessFill = function SuccessFill(props) {
7964
8192
  var color = props.color,
@@ -7973,7 +8201,7 @@ var SuccessFill = function SuccessFill(props) {
7973
8201
  role: "img",
7974
8202
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
7975
8203
  }, /*#__PURE__*/React.createElement("style", {
7976
- children: loadingCircleStyle$2u
8204
+ children: loadingCircleStyle$2y
7977
8205
  }), /*#__PURE__*/React.createElement("svg", _extends({
7978
8206
  xmlns: "http://www.w3.org/2000/svg",
7979
8207
  width: size,
@@ -8007,7 +8235,7 @@ SuccessFill.defaultProps = {
8007
8235
  size: '1em'
8008
8236
  };
8009
8237
 
8010
- var loadingCircleStyle$2v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8238
+ var loadingCircleStyle$2z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8011
8239
 
8012
8240
  var Delete2 = function Delete2(props) {
8013
8241
  var color = props.color,
@@ -8022,7 +8250,7 @@ var Delete2 = function Delete2(props) {
8022
8250
  role: "img",
8023
8251
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8024
8252
  }, /*#__PURE__*/React.createElement("style", {
8025
- children: loadingCircleStyle$2v
8253
+ children: loadingCircleStyle$2z
8026
8254
  }), /*#__PURE__*/React.createElement("svg", _extends({
8027
8255
  xmlns: "http://www.w3.org/2000/svg",
8028
8256
  width: size,
@@ -8054,7 +8282,7 @@ Delete2.defaultProps = {
8054
8282
  size: '1em'
8055
8283
  };
8056
8284
 
8057
- var loadingCircleStyle$2w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8285
+ var loadingCircleStyle$2A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8058
8286
 
8059
8287
  var Delete2Fill = function Delete2Fill(props) {
8060
8288
  var color = props.color,
@@ -8069,7 +8297,7 @@ var Delete2Fill = function Delete2Fill(props) {
8069
8297
  role: "img",
8070
8298
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8071
8299
  }, /*#__PURE__*/React.createElement("style", {
8072
- children: loadingCircleStyle$2w
8300
+ children: loadingCircleStyle$2A
8073
8301
  }), /*#__PURE__*/React.createElement("svg", _extends({
8074
8302
  xmlns: "http://www.w3.org/2000/svg",
8075
8303
  width: size,
@@ -8101,7 +8329,7 @@ Delete2Fill.defaultProps = {
8101
8329
  size: '1em'
8102
8330
  };
8103
8331
 
8104
- var loadingCircleStyle$2x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8332
+ var loadingCircleStyle$2B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8105
8333
 
8106
8334
  var Exchange = function Exchange(props) {
8107
8335
  var color = props.color,
@@ -8116,7 +8344,7 @@ var Exchange = function Exchange(props) {
8116
8344
  role: "img",
8117
8345
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8118
8346
  }, /*#__PURE__*/React.createElement("style", {
8119
- children: loadingCircleStyle$2x
8347
+ children: loadingCircleStyle$2B
8120
8348
  }), /*#__PURE__*/React.createElement("svg", _extends({
8121
8349
  xmlns: "http://www.w3.org/2000/svg",
8122
8350
  width: size,
@@ -8148,7 +8376,7 @@ Exchange.defaultProps = {
8148
8376
  size: '1em'
8149
8377
  };
8150
8378
 
8151
- var loadingCircleStyle$2y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8379
+ var loadingCircleStyle$2C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8152
8380
 
8153
8381
  var SwapFill = function SwapFill(props) {
8154
8382
  var color = props.color,
@@ -8163,7 +8391,7 @@ var SwapFill = function SwapFill(props) {
8163
8391
  role: "img",
8164
8392
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8165
8393
  }, /*#__PURE__*/React.createElement("style", {
8166
- children: loadingCircleStyle$2y
8394
+ children: loadingCircleStyle$2C
8167
8395
  }), /*#__PURE__*/React.createElement("svg", _extends({
8168
8396
  xmlns: "http://www.w3.org/2000/svg",
8169
8397
  width: size,
@@ -8195,7 +8423,7 @@ SwapFill.defaultProps = {
8195
8423
  size: '1em'
8196
8424
  };
8197
8425
 
8198
- var loadingCircleStyle$2z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8426
+ var loadingCircleStyle$2D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8199
8427
 
8200
8428
  var Processing = function Processing(props) {
8201
8429
  var color = props.color,
@@ -8210,7 +8438,7 @@ var Processing = function Processing(props) {
8210
8438
  role: "img",
8211
8439
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8212
8440
  }, /*#__PURE__*/React.createElement("style", {
8213
- children: loadingCircleStyle$2z
8441
+ children: loadingCircleStyle$2D
8214
8442
  }), /*#__PURE__*/React.createElement("svg", _extends({
8215
8443
  xmlns: "http://www.w3.org/2000/svg",
8216
8444
  width: size,
@@ -8242,7 +8470,7 @@ Processing.defaultProps = {
8242
8470
  size: '1em'
8243
8471
  };
8244
8472
 
8245
- var loadingCircleStyle$2A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8473
+ var loadingCircleStyle$2E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8246
8474
 
8247
8475
  var Processing2 = function Processing2(props) {
8248
8476
  var color = props.color,
@@ -8257,7 +8485,7 @@ var Processing2 = function Processing2(props) {
8257
8485
  role: "img",
8258
8486
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8259
8487
  }, /*#__PURE__*/React.createElement("style", {
8260
- children: loadingCircleStyle$2A
8488
+ children: loadingCircleStyle$2E
8261
8489
  }), /*#__PURE__*/React.createElement("svg", _extends({
8262
8490
  xmlns: "http://www.w3.org/2000/svg",
8263
8491
  width: size,
@@ -8291,7 +8519,7 @@ Processing2.defaultProps = {
8291
8519
  size: '1em'
8292
8520
  };
8293
8521
 
8294
- var loadingCircleStyle$2B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8522
+ var loadingCircleStyle$2F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8295
8523
 
8296
8524
  var Done = function Done(props) {
8297
8525
  var color = props.color,
@@ -8306,7 +8534,7 @@ var Done = function Done(props) {
8306
8534
  role: "img",
8307
8535
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8308
8536
  }, /*#__PURE__*/React.createElement("style", {
8309
- children: loadingCircleStyle$2B
8537
+ children: loadingCircleStyle$2F
8310
8538
  }), /*#__PURE__*/React.createElement("svg", _extends({
8311
8539
  xmlns: "http://www.w3.org/2000/svg",
8312
8540
  width: size,
@@ -8338,7 +8566,7 @@ Done.defaultProps = {
8338
8566
  size: '1em'
8339
8567
  };
8340
8568
 
8341
- var loadingCircleStyle$2C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8569
+ var loadingCircleStyle$2G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8342
8570
 
8343
8571
  var Close = function Close(props) {
8344
8572
  var color = props.color,
@@ -8353,7 +8581,7 @@ var Close = function Close(props) {
8353
8581
  role: "img",
8354
8582
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8355
8583
  }, /*#__PURE__*/React.createElement("style", {
8356
- children: loadingCircleStyle$2C
8584
+ children: loadingCircleStyle$2G
8357
8585
  }), /*#__PURE__*/React.createElement("svg", _extends({
8358
8586
  xmlns: "http://www.w3.org/2000/svg",
8359
8587
  width: size,
@@ -8385,7 +8613,7 @@ Close.defaultProps = {
8385
8613
  size: '1em'
8386
8614
  };
8387
8615
 
8388
- var loadingCircleStyle$2D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8616
+ var loadingCircleStyle$2H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8389
8617
 
8390
8618
  var StarOutline = function StarOutline(props) {
8391
8619
  var color = props.color,
@@ -8400,7 +8628,7 @@ var StarOutline = function StarOutline(props) {
8400
8628
  role: "img",
8401
8629
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8402
8630
  }, /*#__PURE__*/React.createElement("style", {
8403
- children: loadingCircleStyle$2D
8631
+ children: loadingCircleStyle$2H
8404
8632
  }), /*#__PURE__*/React.createElement("svg", _extends({
8405
8633
  xmlns: "http://www.w3.org/2000/svg",
8406
8634
  width: size,
@@ -8432,7 +8660,7 @@ StarOutline.defaultProps = {
8432
8660
  size: '1em'
8433
8661
  };
8434
8662
 
8435
- var loadingCircleStyle$2E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8663
+ var loadingCircleStyle$2I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8436
8664
 
8437
8665
  var StarFill = function StarFill(props) {
8438
8666
  var color = props.color,
@@ -8447,7 +8675,7 @@ var StarFill = function StarFill(props) {
8447
8675
  role: "img",
8448
8676
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8449
8677
  }, /*#__PURE__*/React.createElement("style", {
8450
- children: loadingCircleStyle$2E
8678
+ children: loadingCircleStyle$2I
8451
8679
  }), /*#__PURE__*/React.createElement("svg", _extends({
8452
8680
  xmlns: "http://www.w3.org/2000/svg",
8453
8681
  width: size,
@@ -8479,7 +8707,7 @@ StarFill.defaultProps = {
8479
8707
  size: '1em'
8480
8708
  };
8481
8709
 
8482
- var loadingCircleStyle$2F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8710
+ var loadingCircleStyle$2J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8483
8711
 
8484
8712
  var TimeLock = function TimeLock(props) {
8485
8713
  var color = props.color,
@@ -8494,7 +8722,7 @@ var TimeLock = function TimeLock(props) {
8494
8722
  role: "img",
8495
8723
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8496
8724
  }, /*#__PURE__*/React.createElement("style", {
8497
- children: loadingCircleStyle$2F
8725
+ children: loadingCircleStyle$2J
8498
8726
  }), /*#__PURE__*/React.createElement("svg", _extends({
8499
8727
  xmlns: "http://www.w3.org/2000/svg",
8500
8728
  width: size,
@@ -8526,7 +8754,7 @@ TimeLock.defaultProps = {
8526
8754
  size: '1em'
8527
8755
  };
8528
8756
 
8529
- var loadingCircleStyle$2G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8757
+ var loadingCircleStyle$2K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8530
8758
 
8531
8759
  var Heart = function Heart(props) {
8532
8760
  var color = props.color,
@@ -8541,7 +8769,7 @@ var Heart = function Heart(props) {
8541
8769
  role: "img",
8542
8770
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8543
8771
  }, /*#__PURE__*/React.createElement("style", {
8544
- children: loadingCircleStyle$2G
8772
+ children: loadingCircleStyle$2K
8545
8773
  }), /*#__PURE__*/React.createElement("svg", _extends({
8546
8774
  xmlns: "http://www.w3.org/2000/svg",
8547
8775
  width: size,
@@ -8573,7 +8801,7 @@ Heart.defaultProps = {
8573
8801
  size: '1em'
8574
8802
  };
8575
8803
 
8576
- var loadingCircleStyle$2H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8804
+ var loadingCircleStyle$2L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8577
8805
 
8578
8806
  var Bookmark = function Bookmark(props) {
8579
8807
  var color = props.color,
@@ -8588,7 +8816,7 @@ var Bookmark = function Bookmark(props) {
8588
8816
  role: "img",
8589
8817
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8590
8818
  }, /*#__PURE__*/React.createElement("style", {
8591
- children: loadingCircleStyle$2H
8819
+ children: loadingCircleStyle$2L
8592
8820
  }), /*#__PURE__*/React.createElement("svg", _extends({
8593
8821
  xmlns: "http://www.w3.org/2000/svg",
8594
8822
  width: size,
@@ -8620,7 +8848,7 @@ Bookmark.defaultProps = {
8620
8848
  size: '1em'
8621
8849
  };
8622
8850
 
8623
- var loadingCircleStyle$2I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8851
+ var loadingCircleStyle$2M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8624
8852
 
8625
8853
  var Bookmark2 = function Bookmark2(props) {
8626
8854
  var color = props.color,
@@ -8635,7 +8863,7 @@ var Bookmark2 = function Bookmark2(props) {
8635
8863
  role: "img",
8636
8864
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8637
8865
  }, /*#__PURE__*/React.createElement("style", {
8638
- children: loadingCircleStyle$2I
8866
+ children: loadingCircleStyle$2M
8639
8867
  }), /*#__PURE__*/React.createElement("svg", _extends({
8640
8868
  xmlns: "http://www.w3.org/2000/svg",
8641
8869
  width: size,
@@ -8667,7 +8895,7 @@ Bookmark2.defaultProps = {
8667
8895
  size: '1em'
8668
8896
  };
8669
8897
 
8670
- var loadingCircleStyle$2J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8898
+ var loadingCircleStyle$2N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8671
8899
 
8672
8900
  var LockClose = function LockClose(props) {
8673
8901
  var color = props.color,
@@ -8682,7 +8910,7 @@ var LockClose = function LockClose(props) {
8682
8910
  role: "img",
8683
8911
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8684
8912
  }, /*#__PURE__*/React.createElement("style", {
8685
- children: loadingCircleStyle$2J
8913
+ children: loadingCircleStyle$2N
8686
8914
  }), /*#__PURE__*/React.createElement("svg", _extends({
8687
8915
  xmlns: "http://www.w3.org/2000/svg",
8688
8916
  width: size,
@@ -8718,7 +8946,7 @@ LockClose.defaultProps = {
8718
8946
  size: '1em'
8719
8947
  };
8720
8948
 
8721
- var loadingCircleStyle$2K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8949
+ var loadingCircleStyle$2O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8722
8950
 
8723
8951
  var LockCloseFill = function LockCloseFill(props) {
8724
8952
  var color = props.color,
@@ -8733,7 +8961,7 @@ var LockCloseFill = function LockCloseFill(props) {
8733
8961
  role: "img",
8734
8962
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8735
8963
  }, /*#__PURE__*/React.createElement("style", {
8736
- children: loadingCircleStyle$2K
8964
+ children: loadingCircleStyle$2O
8737
8965
  }), /*#__PURE__*/React.createElement("svg", _extends({
8738
8966
  xmlns: "http://www.w3.org/2000/svg",
8739
8967
  width: size,
@@ -8765,7 +8993,7 @@ LockCloseFill.defaultProps = {
8765
8993
  size: '1em'
8766
8994
  };
8767
8995
 
8768
- var loadingCircleStyle$2L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8996
+ var loadingCircleStyle$2P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8769
8997
 
8770
8998
  var LockOpen = function LockOpen(props) {
8771
8999
  var color = props.color,
@@ -8780,7 +9008,7 @@ var LockOpen = function LockOpen(props) {
8780
9008
  role: "img",
8781
9009
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8782
9010
  }, /*#__PURE__*/React.createElement("style", {
8783
- children: loadingCircleStyle$2L
9011
+ children: loadingCircleStyle$2P
8784
9012
  }), /*#__PURE__*/React.createElement("svg", _extends({
8785
9013
  xmlns: "http://www.w3.org/2000/svg",
8786
9014
  width: size,
@@ -8812,7 +9040,7 @@ LockOpen.defaultProps = {
8812
9040
  size: '1em'
8813
9041
  };
8814
9042
 
8815
- var loadingCircleStyle$2M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9043
+ var loadingCircleStyle$2Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8816
9044
 
8817
9045
  var LockOpenFill = function LockOpenFill(props) {
8818
9046
  var color = props.color,
@@ -8827,7 +9055,7 @@ var LockOpenFill = function LockOpenFill(props) {
8827
9055
  role: "img",
8828
9056
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8829
9057
  }, /*#__PURE__*/React.createElement("style", {
8830
- children: loadingCircleStyle$2M
9058
+ children: loadingCircleStyle$2Q
8831
9059
  }), /*#__PURE__*/React.createElement("svg", _extends({
8832
9060
  xmlns: "http://www.w3.org/2000/svg",
8833
9061
  width: size,
@@ -8859,7 +9087,7 @@ LockOpenFill.defaultProps = {
8859
9087
  size: '1em'
8860
9088
  };
8861
9089
 
8862
- var loadingCircleStyle$2N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9090
+ var loadingCircleStyle$2R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8863
9091
 
8864
9092
  var EyeOn = function EyeOn(props) {
8865
9093
  var color = props.color,
@@ -8874,7 +9102,7 @@ var EyeOn = function EyeOn(props) {
8874
9102
  role: "img",
8875
9103
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8876
9104
  }, /*#__PURE__*/React.createElement("style", {
8877
- children: loadingCircleStyle$2N
9105
+ children: loadingCircleStyle$2R
8878
9106
  }), /*#__PURE__*/React.createElement("svg", _extends({
8879
9107
  xmlns: "http://www.w3.org/2000/svg",
8880
9108
  width: size,
@@ -8906,7 +9134,7 @@ EyeOn.defaultProps = {
8906
9134
  size: '1em'
8907
9135
  };
8908
9136
 
8909
- var loadingCircleStyle$2O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9137
+ var loadingCircleStyle$2S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8910
9138
 
8911
9139
  var EyeOnFill = function EyeOnFill(props) {
8912
9140
  var color = props.color,
@@ -8921,7 +9149,7 @@ var EyeOnFill = function EyeOnFill(props) {
8921
9149
  role: "img",
8922
9150
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8923
9151
  }, /*#__PURE__*/React.createElement("style", {
8924
- children: loadingCircleStyle$2O
9152
+ children: loadingCircleStyle$2S
8925
9153
  }), /*#__PURE__*/React.createElement("svg", _extends({
8926
9154
  xmlns: "http://www.w3.org/2000/svg",
8927
9155
  width: size,
@@ -8955,7 +9183,7 @@ EyeOnFill.defaultProps = {
8955
9183
  size: '1em'
8956
9184
  };
8957
9185
 
8958
- var loadingCircleStyle$2P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9186
+ var loadingCircleStyle$2T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8959
9187
 
8960
9188
  var EyeOff = function EyeOff(props) {
8961
9189
  var color = props.color,
@@ -8970,7 +9198,7 @@ var EyeOff = function EyeOff(props) {
8970
9198
  role: "img",
8971
9199
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8972
9200
  }, /*#__PURE__*/React.createElement("style", {
8973
- children: loadingCircleStyle$2P
9201
+ children: loadingCircleStyle$2T
8974
9202
  }), /*#__PURE__*/React.createElement("svg", _extends({
8975
9203
  xmlns: "http://www.w3.org/2000/svg",
8976
9204
  width: size,
@@ -9002,7 +9230,7 @@ EyeOff.defaultProps = {
9002
9230
  size: '1em'
9003
9231
  };
9004
9232
 
9005
- var loadingCircleStyle$2Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9233
+ var loadingCircleStyle$2U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9006
9234
 
9007
9235
  var EyeOffFill = function EyeOffFill(props) {
9008
9236
  var color = props.color,
@@ -9017,7 +9245,7 @@ var EyeOffFill = function EyeOffFill(props) {
9017
9245
  role: "img",
9018
9246
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9019
9247
  }, /*#__PURE__*/React.createElement("style", {
9020
- children: loadingCircleStyle$2Q
9248
+ children: loadingCircleStyle$2U
9021
9249
  }), /*#__PURE__*/React.createElement("svg", _extends({
9022
9250
  xmlns: "http://www.w3.org/2000/svg",
9023
9251
  width: size,
@@ -9051,7 +9279,7 @@ EyeOffFill.defaultProps = {
9051
9279
  size: '1em'
9052
9280
  };
9053
9281
 
9054
- var loadingCircleStyle$2R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9282
+ var loadingCircleStyle$2V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9055
9283
 
9056
9284
  var Dot = function Dot(props) {
9057
9285
  var color = props.color,
@@ -9066,7 +9294,7 @@ var Dot = function Dot(props) {
9066
9294
  role: "img",
9067
9295
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9068
9296
  }, /*#__PURE__*/React.createElement("style", {
9069
- children: loadingCircleStyle$2R
9297
+ children: loadingCircleStyle$2V
9070
9298
  }), /*#__PURE__*/React.createElement("svg", _extends({
9071
9299
  xmlns: "http://www.w3.org/2000/svg",
9072
9300
  width: size,
@@ -9100,7 +9328,7 @@ Dot.defaultProps = {
9100
9328
  size: '1em'
9101
9329
  };
9102
9330
 
9103
- var loadingCircleStyle$2S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9331
+ var loadingCircleStyle$2W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9104
9332
 
9105
9333
  var Anchor = function Anchor(props) {
9106
9334
  var color = props.color,
@@ -9115,7 +9343,7 @@ var Anchor = function Anchor(props) {
9115
9343
  role: "img",
9116
9344
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9117
9345
  }, /*#__PURE__*/React.createElement("style", {
9118
- children: loadingCircleStyle$2S
9346
+ children: loadingCircleStyle$2W
9119
9347
  }), /*#__PURE__*/React.createElement("svg", _extends({
9120
9348
  xmlns: "http://www.w3.org/2000/svg",
9121
9349
  width: size,
@@ -9147,7 +9375,7 @@ Anchor.defaultProps = {
9147
9375
  size: '1em'
9148
9376
  };
9149
9377
 
9150
- var loadingCircleStyle$2T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9378
+ var loadingCircleStyle$2X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9151
9379
 
9152
9380
  var ChartLine = function ChartLine(props) {
9153
9381
  var color = props.color,
@@ -9162,7 +9390,7 @@ var ChartLine = function ChartLine(props) {
9162
9390
  role: "img",
9163
9391
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9164
9392
  }, /*#__PURE__*/React.createElement("style", {
9165
- children: loadingCircleStyle$2T
9393
+ children: loadingCircleStyle$2X
9166
9394
  }), /*#__PURE__*/React.createElement("svg", _extends({
9167
9395
  xmlns: "http://www.w3.org/2000/svg",
9168
9396
  width: size,
@@ -9200,7 +9428,7 @@ ChartLine.defaultProps = {
9200
9428
  size: '1em'
9201
9429
  };
9202
9430
 
9203
- var loadingCircleStyle$2U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9431
+ var loadingCircleStyle$2Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9204
9432
 
9205
9433
  var ChartBar = function ChartBar(props) {
9206
9434
  var color = props.color,
@@ -9215,7 +9443,7 @@ var ChartBar = function ChartBar(props) {
9215
9443
  role: "img",
9216
9444
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9217
9445
  }, /*#__PURE__*/React.createElement("style", {
9218
- children: loadingCircleStyle$2U
9446
+ children: loadingCircleStyle$2Y
9219
9447
  }), /*#__PURE__*/React.createElement("svg", _extends({
9220
9448
  xmlns: "http://www.w3.org/2000/svg",
9221
9449
  width: size,
@@ -9251,7 +9479,7 @@ ChartBar.defaultProps = {
9251
9479
  size: '1em'
9252
9480
  };
9253
9481
 
9254
- var loadingCircleStyle$2V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9482
+ var loadingCircleStyle$2Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9255
9483
 
9256
9484
  var ChartCum = function ChartCum(props) {
9257
9485
  var color = props.color,
@@ -9266,7 +9494,7 @@ var ChartCum = function ChartCum(props) {
9266
9494
  role: "img",
9267
9495
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9268
9496
  }, /*#__PURE__*/React.createElement("style", {
9269
- children: loadingCircleStyle$2V
9497
+ children: loadingCircleStyle$2Z
9270
9498
  }), /*#__PURE__*/React.createElement("svg", _extends({
9271
9499
  xmlns: "http://www.w3.org/2000/svg",
9272
9500
  width: size,
@@ -9308,7 +9536,7 @@ ChartCum.defaultProps = {
9308
9536
  size: '1em'
9309
9537
  };
9310
9538
 
9311
- var loadingCircleStyle$2W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9539
+ var loadingCircleStyle$2_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9312
9540
 
9313
9541
  var ChartPie = function ChartPie(props) {
9314
9542
  var color = props.color,
@@ -9323,7 +9551,7 @@ var ChartPie = function ChartPie(props) {
9323
9551
  role: "img",
9324
9552
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9325
9553
  }, /*#__PURE__*/React.createElement("style", {
9326
- children: loadingCircleStyle$2W
9554
+ children: loadingCircleStyle$2_
9327
9555
  }), /*#__PURE__*/React.createElement("svg", _extends({
9328
9556
  xmlns: "http://www.w3.org/2000/svg",
9329
9557
  width: size,
@@ -9357,7 +9585,7 @@ ChartPie.defaultProps = {
9357
9585
  size: '1em'
9358
9586
  };
9359
9587
 
9360
- var loadingCircleStyle$2X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9588
+ var loadingCircleStyle$2$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9361
9589
 
9362
9590
  var ChartDNRe = function ChartDNRe(props) {
9363
9591
  var color = props.color,
@@ -9372,7 +9600,7 @@ var ChartDNRe = function ChartDNRe(props) {
9372
9600
  role: "img",
9373
9601
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9374
9602
  }, /*#__PURE__*/React.createElement("style", {
9375
- children: loadingCircleStyle$2X
9603
+ children: loadingCircleStyle$2$
9376
9604
  }), /*#__PURE__*/React.createElement("svg", _extends({
9377
9605
  xmlns: "http://www.w3.org/2000/svg",
9378
9606
  width: size,
@@ -9416,7 +9644,7 @@ ChartDNRe.defaultProps = {
9416
9644
  size: '1em'
9417
9645
  };
9418
9646
 
9419
- var loadingCircleStyle$2Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9647
+ var loadingCircleStyle$30 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9420
9648
 
9421
9649
  var ChartDRe = function ChartDRe(props) {
9422
9650
  var color = props.color,
@@ -9431,7 +9659,7 @@ var ChartDRe = function ChartDRe(props) {
9431
9659
  role: "img",
9432
9660
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9433
9661
  }, /*#__PURE__*/React.createElement("style", {
9434
- children: loadingCircleStyle$2Y
9662
+ children: loadingCircleStyle$30
9435
9663
  }), /*#__PURE__*/React.createElement("svg", _extends({
9436
9664
  xmlns: "http://www.w3.org/2000/svg",
9437
9665
  width: size,
@@ -9475,7 +9703,7 @@ ChartDRe.defaultProps = {
9475
9703
  size: '1em'
9476
9704
  };
9477
9705
 
9478
- var loadingCircleStyle$2Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9706
+ var loadingCircleStyle$31 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9479
9707
 
9480
9708
  var ChartFunnel = function ChartFunnel(props) {
9481
9709
  var color = props.color,
@@ -9490,7 +9718,7 @@ var ChartFunnel = function ChartFunnel(props) {
9490
9718
  role: "img",
9491
9719
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9492
9720
  }, /*#__PURE__*/React.createElement("style", {
9493
- children: loadingCircleStyle$2Z
9721
+ children: loadingCircleStyle$31
9494
9722
  }), /*#__PURE__*/React.createElement("svg", _extends({
9495
9723
  xmlns: "http://www.w3.org/2000/svg",
9496
9724
  width: size,
@@ -9526,7 +9754,7 @@ ChartFunnel.defaultProps = {
9526
9754
  size: '1em'
9527
9755
  };
9528
9756
 
9529
- var loadingCircleStyle$2_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9757
+ var loadingCircleStyle$32 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9530
9758
 
9531
9759
  var ChartInterval = function ChartInterval(props) {
9532
9760
  var color = props.color,
@@ -9541,7 +9769,7 @@ var ChartInterval = function ChartInterval(props) {
9541
9769
  role: "img",
9542
9770
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9543
9771
  }, /*#__PURE__*/React.createElement("style", {
9544
- children: loadingCircleStyle$2_
9772
+ children: loadingCircleStyle$32
9545
9773
  }), /*#__PURE__*/React.createElement("svg", _extends({
9546
9774
  xmlns: "http://www.w3.org/2000/svg",
9547
9775
  width: size,
@@ -9575,7 +9803,7 @@ ChartInterval.defaultProps = {
9575
9803
  size: '1em'
9576
9804
  };
9577
9805
 
9578
- var loadingCircleStyle$2$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9806
+ var loadingCircleStyle$33 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9579
9807
 
9580
9808
  var ChartStack = function ChartStack(props) {
9581
9809
  var color = props.color,
@@ -9590,7 +9818,7 @@ var ChartStack = function ChartStack(props) {
9590
9818
  role: "img",
9591
9819
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9592
9820
  }, /*#__PURE__*/React.createElement("style", {
9593
- children: loadingCircleStyle$2$
9821
+ children: loadingCircleStyle$33
9594
9822
  }), /*#__PURE__*/React.createElement("svg", _extends({
9595
9823
  xmlns: "http://www.w3.org/2000/svg",
9596
9824
  width: size,
@@ -9624,7 +9852,7 @@ ChartStack.defaultProps = {
9624
9852
  size: '1em'
9625
9853
  };
9626
9854
 
9627
- var loadingCircleStyle$30 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9855
+ var loadingCircleStyle$34 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9628
9856
 
9629
9857
  var ChartStackn = function ChartStackn(props) {
9630
9858
  var color = props.color,
@@ -9639,7 +9867,7 @@ var ChartStackn = function ChartStackn(props) {
9639
9867
  role: "img",
9640
9868
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9641
9869
  }, /*#__PURE__*/React.createElement("style", {
9642
- children: loadingCircleStyle$30
9870
+ children: loadingCircleStyle$34
9643
9871
  }), /*#__PURE__*/React.createElement("svg", _extends({
9644
9872
  xmlns: "http://www.w3.org/2000/svg",
9645
9873
  width: size,
@@ -9673,7 +9901,7 @@ ChartStackn.defaultProps = {
9673
9901
  size: '1em'
9674
9902
  };
9675
9903
 
9676
- var loadingCircleStyle$31 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9904
+ var loadingCircleStyle$35 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9677
9905
 
9678
9906
  var ChartStackPerc = function ChartStackPerc(props) {
9679
9907
  var color = props.color,
@@ -9688,7 +9916,7 @@ var ChartStackPerc = function ChartStackPerc(props) {
9688
9916
  role: "img",
9689
9917
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9690
9918
  }, /*#__PURE__*/React.createElement("style", {
9691
- children: loadingCircleStyle$31
9919
+ children: loadingCircleStyle$35
9692
9920
  }), /*#__PURE__*/React.createElement("svg", _extends({
9693
9921
  xmlns: "http://www.w3.org/2000/svg",
9694
9922
  width: size,
@@ -9722,7 +9950,7 @@ ChartStackPerc.defaultProps = {
9722
9950
  size: '1em'
9723
9951
  };
9724
9952
 
9725
- var loadingCircleStyle$32 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9953
+ var loadingCircleStyle$36 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9726
9954
 
9727
9955
  var ChartComplex = function ChartComplex(props) {
9728
9956
  var color = props.color,
@@ -9737,7 +9965,7 @@ var ChartComplex = function ChartComplex(props) {
9737
9965
  role: "img",
9738
9966
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9739
9967
  }, /*#__PURE__*/React.createElement("style", {
9740
- children: loadingCircleStyle$32
9968
+ children: loadingCircleStyle$36
9741
9969
  }), /*#__PURE__*/React.createElement("svg", _extends({
9742
9970
  xmlns: "http://www.w3.org/2000/svg",
9743
9971
  width: size,
@@ -9777,7 +10005,7 @@ ChartComplex.defaultProps = {
9777
10005
  size: '1em'
9778
10006
  };
9779
10007
 
9780
- var loadingCircleStyle$33 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10008
+ var loadingCircleStyle$37 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9781
10009
 
9782
10010
  var ChartHistogram = function ChartHistogram(props) {
9783
10011
  var color = props.color,
@@ -9792,7 +10020,7 @@ var ChartHistogram = function ChartHistogram(props) {
9792
10020
  role: "img",
9793
10021
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9794
10022
  }, /*#__PURE__*/React.createElement("style", {
9795
- children: loadingCircleStyle$33
10023
+ children: loadingCircleStyle$37
9796
10024
  }), /*#__PURE__*/React.createElement("svg", _extends({
9797
10025
  xmlns: "http://www.w3.org/2000/svg",
9798
10026
  width: size,
@@ -9838,7 +10066,7 @@ ChartHistogram.defaultProps = {
9838
10066
  size: '1em'
9839
10067
  };
9840
10068
 
9841
- var loadingCircleStyle$34 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10069
+ var loadingCircleStyle$38 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9842
10070
 
9843
10071
  var ChartTable = function ChartTable(props) {
9844
10072
  var color = props.color,
@@ -9853,7 +10081,7 @@ var ChartTable = function ChartTable(props) {
9853
10081
  role: "img",
9854
10082
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9855
10083
  }, /*#__PURE__*/React.createElement("style", {
9856
- children: loadingCircleStyle$34
10084
+ children: loadingCircleStyle$38
9857
10085
  }), /*#__PURE__*/React.createElement("svg", _extends({
9858
10086
  xmlns: "http://www.w3.org/2000/svg",
9859
10087
  width: size,
@@ -9885,7 +10113,7 @@ ChartTable.defaultProps = {
9885
10113
  size: '1em'
9886
10114
  };
9887
10115
 
9888
- var loadingCircleStyle$35 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10116
+ var loadingCircleStyle$39 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9889
10117
 
9890
10118
  var ChartFieldlist = function ChartFieldlist(props) {
9891
10119
  var color = props.color,
@@ -9900,7 +10128,7 @@ var ChartFieldlist = function ChartFieldlist(props) {
9900
10128
  role: "img",
9901
10129
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9902
10130
  }, /*#__PURE__*/React.createElement("style", {
9903
- children: loadingCircleStyle$35
10131
+ children: loadingCircleStyle$39
9904
10132
  }), /*#__PURE__*/React.createElement("svg", _extends({
9905
10133
  xmlns: "http://www.w3.org/2000/svg",
9906
10134
  width: size,
@@ -9932,7 +10160,7 @@ ChartFieldlist.defaultProps = {
9932
10160
  size: '1em'
9933
10161
  };
9934
10162
 
9935
- var loadingCircleStyle$36 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10163
+ var loadingCircleStyle$3a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9936
10164
 
9937
10165
  var Table1dtable = function Table1dtable(props) {
9938
10166
  var color = props.color,
@@ -9947,7 +10175,7 @@ var Table1dtable = function Table1dtable(props) {
9947
10175
  role: "img",
9948
10176
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9949
10177
  }, /*#__PURE__*/React.createElement("style", {
9950
- children: loadingCircleStyle$36
10178
+ children: loadingCircleStyle$3a
9951
10179
  }), /*#__PURE__*/React.createElement("svg", _extends({
9952
10180
  xmlns: "http://www.w3.org/2000/svg",
9953
10181
  width: size,
@@ -9997,7 +10225,7 @@ Table1dtable.defaultProps = {
9997
10225
  size: '1em'
9998
10226
  };
9999
10227
 
10000
- var loadingCircleStyle$37 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10228
+ var loadingCircleStyle$3b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10001
10229
 
10002
10230
  var ChartSqltable = function ChartSqltable(props) {
10003
10231
  var color = props.color,
@@ -10012,7 +10240,7 @@ var ChartSqltable = function ChartSqltable(props) {
10012
10240
  role: "img",
10013
10241
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10014
10242
  }, /*#__PURE__*/React.createElement("style", {
10015
- children: loadingCircleStyle$37
10243
+ children: loadingCircleStyle$3b
10016
10244
  }), /*#__PURE__*/React.createElement("svg", _extends({
10017
10245
  xmlns: "http://www.w3.org/2000/svg",
10018
10246
  width: size,
@@ -10044,7 +10272,7 @@ ChartSqltable.defaultProps = {
10044
10272
  size: '1em'
10045
10273
  };
10046
10274
 
10047
- var loadingCircleStyle$38 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10275
+ var loadingCircleStyle$3c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10048
10276
 
10049
10277
  var ChartCombinedTable = function ChartCombinedTable(props) {
10050
10278
  var color = props.color,
@@ -10059,7 +10287,7 @@ var ChartCombinedTable = function ChartCombinedTable(props) {
10059
10287
  role: "img",
10060
10288
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10061
10289
  }, /*#__PURE__*/React.createElement("style", {
10062
- children: loadingCircleStyle$38
10290
+ children: loadingCircleStyle$3c
10063
10291
  }), /*#__PURE__*/React.createElement("svg", _extends({
10064
10292
  xmlns: "http://www.w3.org/2000/svg",
10065
10293
  width: size,
@@ -10091,7 +10319,7 @@ ChartCombinedTable.defaultProps = {
10091
10319
  size: '1em'
10092
10320
  };
10093
10321
 
10094
- var loadingCircleStyle$39 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10322
+ var loadingCircleStyle$3d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10095
10323
 
10096
10324
  var ChartDistTable = function ChartDistTable(props) {
10097
10325
  var color = props.color,
@@ -10106,7 +10334,7 @@ var ChartDistTable = function ChartDistTable(props) {
10106
10334
  role: "img",
10107
10335
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10108
10336
  }, /*#__PURE__*/React.createElement("style", {
10109
- children: loadingCircleStyle$39
10337
+ children: loadingCircleStyle$3d
10110
10338
  }), /*#__PURE__*/React.createElement("svg", _extends({
10111
10339
  xmlns: "http://www.w3.org/2000/svg",
10112
10340
  width: size,
@@ -10138,7 +10366,7 @@ ChartDistTable.defaultProps = {
10138
10366
  size: '1em'
10139
10367
  };
10140
10368
 
10141
- var loadingCircleStyle$3a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10369
+ var loadingCircleStyle$3e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10142
10370
 
10143
10371
  var ChartBarTable = function ChartBarTable(props) {
10144
10372
  var color = props.color,
@@ -10153,7 +10381,7 @@ var ChartBarTable = function ChartBarTable(props) {
10153
10381
  role: "img",
10154
10382
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10155
10383
  }, /*#__PURE__*/React.createElement("style", {
10156
- children: loadingCircleStyle$3a
10384
+ children: loadingCircleStyle$3e
10157
10385
  }), /*#__PURE__*/React.createElement("svg", _extends({
10158
10386
  xmlns: "http://www.w3.org/2000/svg",
10159
10387
  width: size,
@@ -10187,7 +10415,7 @@ ChartBarTable.defaultProps = {
10187
10415
  size: '1em'
10188
10416
  };
10189
10417
 
10190
- var loadingCircleStyle$3b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10418
+ var loadingCircleStyle$3f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10191
10419
 
10192
10420
  var ChartLineTable = function ChartLineTable(props) {
10193
10421
  var color = props.color,
@@ -10202,7 +10430,7 @@ var ChartLineTable = function ChartLineTable(props) {
10202
10430
  role: "img",
10203
10431
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10204
10432
  }, /*#__PURE__*/React.createElement("style", {
10205
- children: loadingCircleStyle$3b
10433
+ children: loadingCircleStyle$3f
10206
10434
  }), /*#__PURE__*/React.createElement("svg", _extends({
10207
10435
  xmlns: "http://www.w3.org/2000/svg",
10208
10436
  width: size,
@@ -10242,7 +10470,7 @@ ChartLineTable.defaultProps = {
10242
10470
  size: '1em'
10243
10471
  };
10244
10472
 
10245
- var loadingCircleStyle$3c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10473
+ var loadingCircleStyle$3g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10246
10474
 
10247
10475
  var ChartScatter = function ChartScatter(props) {
10248
10476
  var color = props.color,
@@ -10257,7 +10485,7 @@ var ChartScatter = function ChartScatter(props) {
10257
10485
  role: "img",
10258
10486
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10259
10487
  }, /*#__PURE__*/React.createElement("style", {
10260
- children: loadingCircleStyle$3c
10488
+ children: loadingCircleStyle$3g
10261
10489
  }), /*#__PURE__*/React.createElement("svg", _extends({
10262
10490
  xmlns: "http://www.w3.org/2000/svg",
10263
10491
  width: size,
@@ -10301,7 +10529,7 @@ ChartScatter.defaultProps = {
10301
10529
  size: '1em'
10302
10530
  };
10303
10531
 
10304
- var loadingCircleStyle$3d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10532
+ var loadingCircleStyle$3h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10305
10533
 
10306
10534
  var Play = function Play(props) {
10307
10535
  var color = props.color,
@@ -10316,7 +10544,7 @@ var Play = function Play(props) {
10316
10544
  role: "img",
10317
10545
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10318
10546
  }, /*#__PURE__*/React.createElement("style", {
10319
- children: loadingCircleStyle$3d
10547
+ children: loadingCircleStyle$3h
10320
10548
  }), /*#__PURE__*/React.createElement("svg", _extends({
10321
10549
  xmlns: "http://www.w3.org/2000/svg",
10322
10550
  width: size,
@@ -10348,7 +10576,7 @@ Play.defaultProps = {
10348
10576
  size: '1em'
10349
10577
  };
10350
10578
 
10351
- var loadingCircleStyle$3e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10579
+ var loadingCircleStyle$3i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10352
10580
 
10353
10581
  var Config = function Config(props) {
10354
10582
  var color = props.color,
@@ -10363,7 +10591,7 @@ var Config = function Config(props) {
10363
10591
  role: "img",
10364
10592
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10365
10593
  }, /*#__PURE__*/React.createElement("style", {
10366
- children: loadingCircleStyle$3e
10594
+ children: loadingCircleStyle$3i
10367
10595
  }), /*#__PURE__*/React.createElement("svg", _extends({
10368
10596
  xmlns: "http://www.w3.org/2000/svg",
10369
10597
  width: size,
@@ -10395,7 +10623,7 @@ Config.defaultProps = {
10395
10623
  size: '1em'
10396
10624
  };
10397
10625
 
10398
- var loadingCircleStyle$3f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10626
+ var loadingCircleStyle$3j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10399
10627
 
10400
10628
  var Setting = function Setting(props) {
10401
10629
  var color = props.color,
@@ -10410,7 +10638,7 @@ var Setting = function Setting(props) {
10410
10638
  role: "img",
10411
10639
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10412
10640
  }, /*#__PURE__*/React.createElement("style", {
10413
- children: loadingCircleStyle$3f
10641
+ children: loadingCircleStyle$3j
10414
10642
  }), /*#__PURE__*/React.createElement("svg", _extends({
10415
10643
  xmlns: "http://www.w3.org/2000/svg",
10416
10644
  width: size,
@@ -10442,7 +10670,7 @@ Setting.defaultProps = {
10442
10670
  size: '1em'
10443
10671
  };
10444
10672
 
10445
- var loadingCircleStyle$3g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10673
+ var loadingCircleStyle$3k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10446
10674
 
10447
10675
  var Search = function Search(props) {
10448
10676
  var color = props.color,
@@ -10457,7 +10685,7 @@ var Search = function Search(props) {
10457
10685
  role: "img",
10458
10686
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10459
10687
  }, /*#__PURE__*/React.createElement("style", {
10460
- children: loadingCircleStyle$3g
10688
+ children: loadingCircleStyle$3k
10461
10689
  }), /*#__PURE__*/React.createElement("svg", _extends({
10462
10690
  xmlns: "http://www.w3.org/2000/svg",
10463
10691
  width: size,
@@ -10489,7 +10717,7 @@ Search.defaultProps = {
10489
10717
  size: '1em'
10490
10718
  };
10491
10719
 
10492
- var loadingCircleStyle$3h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10720
+ var loadingCircleStyle$3l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10493
10721
 
10494
10722
  var Copy = function Copy(props) {
10495
10723
  var color = props.color,
@@ -10504,7 +10732,7 @@ var Copy = function Copy(props) {
10504
10732
  role: "img",
10505
10733
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10506
10734
  }, /*#__PURE__*/React.createElement("style", {
10507
- children: loadingCircleStyle$3h
10735
+ children: loadingCircleStyle$3l
10508
10736
  }), /*#__PURE__*/React.createElement("svg", _extends({
10509
10737
  xmlns: "http://www.w3.org/2000/svg",
10510
10738
  width: size,
@@ -10536,7 +10764,7 @@ Copy.defaultProps = {
10536
10764
  size: '1em'
10537
10765
  };
10538
10766
 
10539
- var loadingCircleStyle$3i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10767
+ var loadingCircleStyle$3m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10540
10768
 
10541
10769
  var Copy2 = function Copy2(props) {
10542
10770
  var color = props.color,
@@ -10551,7 +10779,7 @@ var Copy2 = function Copy2(props) {
10551
10779
  role: "img",
10552
10780
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10553
10781
  }, /*#__PURE__*/React.createElement("style", {
10554
- children: loadingCircleStyle$3i
10782
+ children: loadingCircleStyle$3m
10555
10783
  }), /*#__PURE__*/React.createElement("svg", _extends({
10556
10784
  xmlns: "http://www.w3.org/2000/svg",
10557
10785
  width: size,
@@ -10583,7 +10811,7 @@ Copy2.defaultProps = {
10583
10811
  size: '1em'
10584
10812
  };
10585
10813
 
10586
- var loadingCircleStyle$3j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10814
+ var loadingCircleStyle$3n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10587
10815
 
10588
10816
  var Format = function Format(props) {
10589
10817
  var color = props.color,
@@ -10598,7 +10826,7 @@ var Format = function Format(props) {
10598
10826
  role: "img",
10599
10827
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10600
10828
  }, /*#__PURE__*/React.createElement("style", {
10601
- children: loadingCircleStyle$3j
10829
+ children: loadingCircleStyle$3n
10602
10830
  }), /*#__PURE__*/React.createElement("svg", _extends({
10603
10831
  xmlns: "http://www.w3.org/2000/svg",
10604
10832
  width: size,
@@ -10632,7 +10860,7 @@ Format.defaultProps = {
10632
10860
  size: '1em'
10633
10861
  };
10634
10862
 
10635
- var loadingCircleStyle$3k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10863
+ var loadingCircleStyle$3o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10636
10864
 
10637
10865
  var Code = function Code(props) {
10638
10866
  var color = props.color,
@@ -10647,7 +10875,7 @@ var Code = function Code(props) {
10647
10875
  role: "img",
10648
10876
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10649
10877
  }, /*#__PURE__*/React.createElement("style", {
10650
- children: loadingCircleStyle$3k
10878
+ children: loadingCircleStyle$3o
10651
10879
  }), /*#__PURE__*/React.createElement("svg", _extends({
10652
10880
  xmlns: "http://www.w3.org/2000/svg",
10653
10881
  width: size,
@@ -10679,7 +10907,7 @@ Code.defaultProps = {
10679
10907
  size: '1em'
10680
10908
  };
10681
10909
 
10682
- var loadingCircleStyle$3l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10910
+ var loadingCircleStyle$3p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10683
10911
 
10684
10912
  var Edit = function Edit(props) {
10685
10913
  var color = props.color,
@@ -10694,7 +10922,7 @@ var Edit = function Edit(props) {
10694
10922
  role: "img",
10695
10923
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10696
10924
  }, /*#__PURE__*/React.createElement("style", {
10697
- children: loadingCircleStyle$3l
10925
+ children: loadingCircleStyle$3p
10698
10926
  }), /*#__PURE__*/React.createElement("svg", _extends({
10699
10927
  xmlns: "http://www.w3.org/2000/svg",
10700
10928
  width: size,
@@ -10726,7 +10954,7 @@ Edit.defaultProps = {
10726
10954
  size: '1em'
10727
10955
  };
10728
10956
 
10729
- var loadingCircleStyle$3m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10957
+ var loadingCircleStyle$3q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10730
10958
 
10731
10959
  var EditFill = function EditFill(props) {
10732
10960
  var color = props.color,
@@ -10741,7 +10969,7 @@ var EditFill = function EditFill(props) {
10741
10969
  role: "img",
10742
10970
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10743
10971
  }, /*#__PURE__*/React.createElement("style", {
10744
- children: loadingCircleStyle$3m
10972
+ children: loadingCircleStyle$3q
10745
10973
  }), /*#__PURE__*/React.createElement("svg", _extends({
10746
10974
  xmlns: "http://www.w3.org/2000/svg",
10747
10975
  width: size,
@@ -10775,7 +11003,7 @@ EditFill.defaultProps = {
10775
11003
  size: '1em'
10776
11004
  };
10777
11005
 
10778
- var loadingCircleStyle$3n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11006
+ var loadingCircleStyle$3r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10779
11007
 
10780
11008
  var Delete1 = function Delete1(props) {
10781
11009
  var color = props.color,
@@ -10790,7 +11018,7 @@ var Delete1 = function Delete1(props) {
10790
11018
  role: "img",
10791
11019
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10792
11020
  }, /*#__PURE__*/React.createElement("style", {
10793
- children: loadingCircleStyle$3n
11021
+ children: loadingCircleStyle$3r
10794
11022
  }), /*#__PURE__*/React.createElement("svg", _extends({
10795
11023
  xmlns: "http://www.w3.org/2000/svg",
10796
11024
  width: size,
@@ -10822,7 +11050,7 @@ Delete1.defaultProps = {
10822
11050
  size: '1em'
10823
11051
  };
10824
11052
 
10825
- var loadingCircleStyle$3o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11053
+ var loadingCircleStyle$3s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10826
11054
 
10827
11055
  var Save = function Save(props) {
10828
11056
  var color = props.color,
@@ -10837,7 +11065,7 @@ var Save = function Save(props) {
10837
11065
  role: "img",
10838
11066
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10839
11067
  }, /*#__PURE__*/React.createElement("style", {
10840
- children: loadingCircleStyle$3o
11068
+ children: loadingCircleStyle$3s
10841
11069
  }), /*#__PURE__*/React.createElement("svg", _extends({
10842
11070
  xmlns: "http://www.w3.org/2000/svg",
10843
11071
  width: size,
@@ -10869,7 +11097,7 @@ Save.defaultProps = {
10869
11097
  size: '1em'
10870
11098
  };
10871
11099
 
10872
- var loadingCircleStyle$3p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11100
+ var loadingCircleStyle$3t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10873
11101
 
10874
11102
  var Send = function Send(props) {
10875
11103
  var color = props.color,
@@ -10884,7 +11112,7 @@ var Send = function Send(props) {
10884
11112
  role: "img",
10885
11113
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10886
11114
  }, /*#__PURE__*/React.createElement("style", {
10887
- children: loadingCircleStyle$3p
11115
+ children: loadingCircleStyle$3t
10888
11116
  }), /*#__PURE__*/React.createElement("svg", _extends({
10889
11117
  xmlns: "http://www.w3.org/2000/svg",
10890
11118
  width: size,
@@ -10916,7 +11144,7 @@ Send.defaultProps = {
10916
11144
  size: '1em'
10917
11145
  };
10918
11146
 
10919
- var loadingCircleStyle$3q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11147
+ var loadingCircleStyle$3u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10920
11148
 
10921
11149
  var Fullscreen = function Fullscreen(props) {
10922
11150
  var color = props.color,
@@ -10931,7 +11159,7 @@ var Fullscreen = function Fullscreen(props) {
10931
11159
  role: "img",
10932
11160
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10933
11161
  }, /*#__PURE__*/React.createElement("style", {
10934
- children: loadingCircleStyle$3q
11162
+ children: loadingCircleStyle$3u
10935
11163
  }), /*#__PURE__*/React.createElement("svg", _extends({
10936
11164
  xmlns: "http://www.w3.org/2000/svg",
10937
11165
  width: size,
@@ -10963,7 +11191,7 @@ Fullscreen.defaultProps = {
10963
11191
  size: '1em'
10964
11192
  };
10965
11193
 
10966
- var loadingCircleStyle$3r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11194
+ var loadingCircleStyle$3v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10967
11195
 
10968
11196
  var ArrowLeftDown = function ArrowLeftDown(props) {
10969
11197
  var color = props.color,
@@ -10978,7 +11206,7 @@ var ArrowLeftDown = function ArrowLeftDown(props) {
10978
11206
  role: "img",
10979
11207
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10980
11208
  }, /*#__PURE__*/React.createElement("style", {
10981
- children: loadingCircleStyle$3r
11209
+ children: loadingCircleStyle$3v
10982
11210
  }), /*#__PURE__*/React.createElement("svg", _extends({
10983
11211
  xmlns: "http://www.w3.org/2000/svg",
10984
11212
  width: size,
@@ -11010,7 +11238,7 @@ ArrowLeftDown.defaultProps = {
11010
11238
  size: '1em'
11011
11239
  };
11012
11240
 
11013
- var loadingCircleStyle$3s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11241
+ var loadingCircleStyle$3w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11014
11242
 
11015
11243
  var Link = function Link(props) {
11016
11244
  var color = props.color,
@@ -11025,7 +11253,7 @@ var Link = function Link(props) {
11025
11253
  role: "img",
11026
11254
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11027
11255
  }, /*#__PURE__*/React.createElement("style", {
11028
- children: loadingCircleStyle$3s
11256
+ children: loadingCircleStyle$3w
11029
11257
  }), /*#__PURE__*/React.createElement("svg", _extends({
11030
11258
  xmlns: "http://www.w3.org/2000/svg",
11031
11259
  width: size,
@@ -11061,7 +11289,7 @@ Link.defaultProps = {
11061
11289
  size: '1em'
11062
11290
  };
11063
11291
 
11064
- var loadingCircleStyle$3t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11292
+ var loadingCircleStyle$3x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11065
11293
 
11066
11294
  var Unlink = function Unlink(props) {
11067
11295
  var color = props.color,
@@ -11076,7 +11304,7 @@ var Unlink = function Unlink(props) {
11076
11304
  role: "img",
11077
11305
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11078
11306
  }, /*#__PURE__*/React.createElement("style", {
11079
- children: loadingCircleStyle$3t
11307
+ children: loadingCircleStyle$3x
11080
11308
  }), /*#__PURE__*/React.createElement("svg", _extends({
11081
11309
  xmlns: "http://www.w3.org/2000/svg",
11082
11310
  width: size,
@@ -11114,7 +11342,7 @@ Unlink.defaultProps = {
11114
11342
  size: '1em'
11115
11343
  };
11116
11344
 
11117
- var loadingCircleStyle$3u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11345
+ var loadingCircleStyle$3y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11118
11346
 
11119
11347
  var MenuUnfold = function MenuUnfold(props) {
11120
11348
  var color = props.color,
@@ -11129,7 +11357,7 @@ var MenuUnfold = function MenuUnfold(props) {
11129
11357
  role: "img",
11130
11358
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11131
11359
  }, /*#__PURE__*/React.createElement("style", {
11132
- children: loadingCircleStyle$3u
11360
+ children: loadingCircleStyle$3y
11133
11361
  }), /*#__PURE__*/React.createElement("svg", _extends({
11134
11362
  xmlns: "http://www.w3.org/2000/svg",
11135
11363
  width: size,
@@ -11161,7 +11389,7 @@ MenuUnfold.defaultProps = {
11161
11389
  size: '1em'
11162
11390
  };
11163
11391
 
11164
- var loadingCircleStyle$3v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11392
+ var loadingCircleStyle$3z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11165
11393
 
11166
11394
  var MenuFold = function MenuFold(props) {
11167
11395
  var color = props.color,
@@ -11176,7 +11404,7 @@ var MenuFold = function MenuFold(props) {
11176
11404
  role: "img",
11177
11405
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11178
11406
  }, /*#__PURE__*/React.createElement("style", {
11179
- children: loadingCircleStyle$3v
11407
+ children: loadingCircleStyle$3z
11180
11408
  }), /*#__PURE__*/React.createElement("svg", _extends({
11181
11409
  xmlns: "http://www.w3.org/2000/svg",
11182
11410
  width: size,
@@ -11208,7 +11436,7 @@ MenuFold.defaultProps = {
11208
11436
  size: '1em'
11209
11437
  };
11210
11438
 
11211
- var loadingCircleStyle$3w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11439
+ var loadingCircleStyle$3A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11212
11440
 
11213
11441
  var List = function List(props) {
11214
11442
  var color = props.color,
@@ -11223,7 +11451,7 @@ var List = function List(props) {
11223
11451
  role: "img",
11224
11452
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11225
11453
  }, /*#__PURE__*/React.createElement("style", {
11226
- children: loadingCircleStyle$3w
11454
+ children: loadingCircleStyle$3A
11227
11455
  }), /*#__PURE__*/React.createElement("svg", _extends({
11228
11456
  xmlns: "http://www.w3.org/2000/svg",
11229
11457
  width: size,
@@ -11255,7 +11483,7 @@ List.defaultProps = {
11255
11483
  size: '1em'
11256
11484
  };
11257
11485
 
11258
- var loadingCircleStyle$3x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11486
+ var loadingCircleStyle$3B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11259
11487
 
11260
11488
  var ListNested = function ListNested(props) {
11261
11489
  var color = props.color,
@@ -11270,7 +11498,7 @@ var ListNested = function ListNested(props) {
11270
11498
  role: "img",
11271
11499
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11272
11500
  }, /*#__PURE__*/React.createElement("style", {
11273
- children: loadingCircleStyle$3x
11501
+ children: loadingCircleStyle$3B
11274
11502
  }), /*#__PURE__*/React.createElement("svg", _extends({
11275
11503
  xmlns: "http://www.w3.org/2000/svg",
11276
11504
  width: size,
@@ -11304,7 +11532,7 @@ ListNested.defaultProps = {
11304
11532
  size: '1em'
11305
11533
  };
11306
11534
 
11307
- var loadingCircleStyle$3y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11535
+ var loadingCircleStyle$3C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11308
11536
 
11309
11537
  var DoubleList = function DoubleList(props) {
11310
11538
  var color = props.color,
@@ -11319,7 +11547,7 @@ var DoubleList = function DoubleList(props) {
11319
11547
  role: "img",
11320
11548
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11321
11549
  }, /*#__PURE__*/React.createElement("style", {
11322
- children: loadingCircleStyle$3y
11550
+ children: loadingCircleStyle$3C
11323
11551
  }), /*#__PURE__*/React.createElement("svg", _extends({
11324
11552
  xmlns: "http://www.w3.org/2000/svg",
11325
11553
  width: size,
@@ -11361,7 +11589,7 @@ DoubleList.defaultProps = {
11361
11589
  size: '1em'
11362
11590
  };
11363
11591
 
11364
- var loadingCircleStyle$3z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11592
+ var loadingCircleStyle$3D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11365
11593
 
11366
11594
  var Download = function Download(props) {
11367
11595
  var color = props.color,
@@ -11376,7 +11604,7 @@ var Download = function Download(props) {
11376
11604
  role: "img",
11377
11605
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11378
11606
  }, /*#__PURE__*/React.createElement("style", {
11379
- children: loadingCircleStyle$3z
11607
+ children: loadingCircleStyle$3D
11380
11608
  }), /*#__PURE__*/React.createElement("svg", _extends({
11381
11609
  xmlns: "http://www.w3.org/2000/svg",
11382
11610
  width: size,
@@ -11408,7 +11636,7 @@ Download.defaultProps = {
11408
11636
  size: '1em'
11409
11637
  };
11410
11638
 
11411
- var loadingCircleStyle$3A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11639
+ var loadingCircleStyle$3E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11412
11640
 
11413
11641
  var FullDownload = function FullDownload(props) {
11414
11642
  var color = props.color,
@@ -11423,7 +11651,7 @@ var FullDownload = function FullDownload(props) {
11423
11651
  role: "img",
11424
11652
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11425
11653
  }, /*#__PURE__*/React.createElement("style", {
11426
- children: loadingCircleStyle$3A
11654
+ children: loadingCircleStyle$3E
11427
11655
  }), /*#__PURE__*/React.createElement("svg", _extends({
11428
11656
  xmlns: "http://www.w3.org/2000/svg",
11429
11657
  width: size,
@@ -11457,7 +11685,7 @@ FullDownload.defaultProps = {
11457
11685
  size: '1em'
11458
11686
  };
11459
11687
 
11460
- var loadingCircleStyle$3B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11688
+ var loadingCircleStyle$3F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11461
11689
 
11462
11690
  var Export = function Export(props) {
11463
11691
  var color = props.color,
@@ -11472,7 +11700,7 @@ var Export = function Export(props) {
11472
11700
  role: "img",
11473
11701
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11474
11702
  }, /*#__PURE__*/React.createElement("style", {
11475
- children: loadingCircleStyle$3B
11703
+ children: loadingCircleStyle$3F
11476
11704
  }), /*#__PURE__*/React.createElement("svg", _extends({
11477
11705
  xmlns: "http://www.w3.org/2000/svg",
11478
11706
  width: size,
@@ -11506,7 +11734,7 @@ Export.defaultProps = {
11506
11734
  size: '1em'
11507
11735
  };
11508
11736
 
11509
- var loadingCircleStyle$3C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11737
+ var loadingCircleStyle$3G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11510
11738
 
11511
11739
  var Import = function Import(props) {
11512
11740
  var color = props.color,
@@ -11521,7 +11749,7 @@ var Import = function Import(props) {
11521
11749
  role: "img",
11522
11750
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11523
11751
  }, /*#__PURE__*/React.createElement("style", {
11524
- children: loadingCircleStyle$3C
11752
+ children: loadingCircleStyle$3G
11525
11753
  }), /*#__PURE__*/React.createElement("svg", _extends({
11526
11754
  xmlns: "http://www.w3.org/2000/svg",
11527
11755
  width: size,
@@ -11555,7 +11783,7 @@ Import.defaultProps = {
11555
11783
  size: '1em'
11556
11784
  };
11557
11785
 
11558
- var loadingCircleStyle$3D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11786
+ var loadingCircleStyle$3H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11559
11787
 
11560
11788
  var Add1 = function Add1(props) {
11561
11789
  var color = props.color,
@@ -11570,7 +11798,7 @@ var Add1 = function Add1(props) {
11570
11798
  role: "img",
11571
11799
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11572
11800
  }, /*#__PURE__*/React.createElement("style", {
11573
- children: loadingCircleStyle$3D
11801
+ children: loadingCircleStyle$3H
11574
11802
  }), /*#__PURE__*/React.createElement("svg", _extends({
11575
11803
  xmlns: "http://www.w3.org/2000/svg",
11576
11804
  width: size,
@@ -11602,7 +11830,7 @@ Add1.defaultProps = {
11602
11830
  size: '1em'
11603
11831
  };
11604
11832
 
11605
- var loadingCircleStyle$3E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11833
+ var loadingCircleStyle$3I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11606
11834
 
11607
11835
  var Add2 = function Add2(props) {
11608
11836
  var color = props.color,
@@ -11617,7 +11845,7 @@ var Add2 = function Add2(props) {
11617
11845
  role: "img",
11618
11846
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11619
11847
  }, /*#__PURE__*/React.createElement("style", {
11620
- children: loadingCircleStyle$3E
11848
+ children: loadingCircleStyle$3I
11621
11849
  }), /*#__PURE__*/React.createElement("svg", _extends({
11622
11850
  xmlns: "http://www.w3.org/2000/svg",
11623
11851
  width: size,
@@ -11649,7 +11877,7 @@ Add2.defaultProps = {
11649
11877
  size: '1em'
11650
11878
  };
11651
11879
 
11652
- var loadingCircleStyle$3F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11880
+ var loadingCircleStyle$3J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11653
11881
 
11654
11882
  var Add3 = function Add3(props) {
11655
11883
  var color = props.color,
@@ -11664,7 +11892,7 @@ var Add3 = function Add3(props) {
11664
11892
  role: "img",
11665
11893
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11666
11894
  }, /*#__PURE__*/React.createElement("style", {
11667
- children: loadingCircleStyle$3F
11895
+ children: loadingCircleStyle$3J
11668
11896
  }), /*#__PURE__*/React.createElement("svg", _extends({
11669
11897
  xmlns: "http://www.w3.org/2000/svg",
11670
11898
  width: size,
@@ -11696,7 +11924,7 @@ Add3.defaultProps = {
11696
11924
  size: '1em'
11697
11925
  };
11698
11926
 
11699
- var loadingCircleStyle$3G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11927
+ var loadingCircleStyle$3K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11700
11928
 
11701
11929
  var Add3Fill = function Add3Fill(props) {
11702
11930
  var color = props.color,
@@ -11711,7 +11939,7 @@ var Add3Fill = function Add3Fill(props) {
11711
11939
  role: "img",
11712
11940
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11713
11941
  }, /*#__PURE__*/React.createElement("style", {
11714
- children: loadingCircleStyle$3G
11942
+ children: loadingCircleStyle$3K
11715
11943
  }), /*#__PURE__*/React.createElement("svg", _extends({
11716
11944
  xmlns: "http://www.w3.org/2000/svg",
11717
11945
  width: size,
@@ -11743,7 +11971,7 @@ Add3Fill.defaultProps = {
11743
11971
  size: '1em'
11744
11972
  };
11745
11973
 
11746
- var loadingCircleStyle$3H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11974
+ var loadingCircleStyle$3L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11747
11975
 
11748
11976
  var Subtract = function Subtract(props) {
11749
11977
  var color = props.color,
@@ -11758,7 +11986,7 @@ var Subtract = function Subtract(props) {
11758
11986
  role: "img",
11759
11987
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11760
11988
  }, /*#__PURE__*/React.createElement("style", {
11761
- children: loadingCircleStyle$3H
11989
+ children: loadingCircleStyle$3L
11762
11990
  }), /*#__PURE__*/React.createElement("svg", _extends({
11763
11991
  xmlns: "http://www.w3.org/2000/svg",
11764
11992
  width: size,
@@ -11793,7 +12021,7 @@ Subtract.defaultProps = {
11793
12021
  size: '1em'
11794
12022
  };
11795
12023
 
11796
- var loadingCircleStyle$3I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12024
+ var loadingCircleStyle$3M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11797
12025
 
11798
12026
  var Subtract2 = function Subtract2(props) {
11799
12027
  var color = props.color,
@@ -11808,7 +12036,7 @@ var Subtract2 = function Subtract2(props) {
11808
12036
  role: "img",
11809
12037
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11810
12038
  }, /*#__PURE__*/React.createElement("style", {
11811
- children: loadingCircleStyle$3I
12039
+ children: loadingCircleStyle$3M
11812
12040
  }), /*#__PURE__*/React.createElement("svg", _extends({
11813
12041
  xmlns: "http://www.w3.org/2000/svg",
11814
12042
  width: size,
@@ -11844,7 +12072,7 @@ Subtract2.defaultProps = {
11844
12072
  size: '1em'
11845
12073
  };
11846
12074
 
11847
- var loadingCircleStyle$3J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12075
+ var loadingCircleStyle$3N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11848
12076
 
11849
12077
  var Update = function Update(props) {
11850
12078
  var color = props.color,
@@ -11859,7 +12087,7 @@ var Update = function Update(props) {
11859
12087
  role: "img",
11860
12088
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11861
12089
  }, /*#__PURE__*/React.createElement("style", {
11862
- children: loadingCircleStyle$3J
12090
+ children: loadingCircleStyle$3N
11863
12091
  }), /*#__PURE__*/React.createElement("svg", _extends({
11864
12092
  xmlns: "http://www.w3.org/2000/svg",
11865
12093
  width: size,
@@ -11891,7 +12119,7 @@ Update.defaultProps = {
11891
12119
  size: '1em'
11892
12120
  };
11893
12121
 
11894
- var loadingCircleStyle$3K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12122
+ var loadingCircleStyle$3O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11895
12123
 
11896
12124
  var Rename = function Rename(props) {
11897
12125
  var color = props.color,
@@ -11906,7 +12134,7 @@ var Rename = function Rename(props) {
11906
12134
  role: "img",
11907
12135
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11908
12136
  }, /*#__PURE__*/React.createElement("style", {
11909
- children: loadingCircleStyle$3K
12137
+ children: loadingCircleStyle$3O
11910
12138
  }), /*#__PURE__*/React.createElement("svg", _extends({
11911
12139
  xmlns: "http://www.w3.org/2000/svg",
11912
12140
  width: size,
@@ -11940,7 +12168,7 @@ Rename.defaultProps = {
11940
12168
  size: '1em'
11941
12169
  };
11942
12170
 
11943
- var loadingCircleStyle$3L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12171
+ var loadingCircleStyle$3P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11944
12172
 
11945
12173
  var PlayCircle = function PlayCircle(props) {
11946
12174
  var color = props.color,
@@ -11955,7 +12183,7 @@ var PlayCircle = function PlayCircle(props) {
11955
12183
  role: "img",
11956
12184
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11957
12185
  }, /*#__PURE__*/React.createElement("style", {
11958
- children: loadingCircleStyle$3L
12186
+ children: loadingCircleStyle$3P
11959
12187
  }), /*#__PURE__*/React.createElement("svg", _extends({
11960
12188
  xmlns: "http://www.w3.org/2000/svg",
11961
12189
  width: size,
@@ -11987,7 +12215,7 @@ PlayCircle.defaultProps = {
11987
12215
  size: '1em'
11988
12216
  };
11989
12217
 
11990
- var loadingCircleStyle$3M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12218
+ var loadingCircleStyle$3Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11991
12219
 
11992
12220
  var PauseCircle = function PauseCircle(props) {
11993
12221
  var color = props.color,
@@ -12002,7 +12230,7 @@ var PauseCircle = function PauseCircle(props) {
12002
12230
  role: "img",
12003
12231
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12004
12232
  }, /*#__PURE__*/React.createElement("style", {
12005
- children: loadingCircleStyle$3M
12233
+ children: loadingCircleStyle$3Q
12006
12234
  }), /*#__PURE__*/React.createElement("svg", _extends({
12007
12235
  xmlns: "http://www.w3.org/2000/svg",
12008
12236
  width: size,
@@ -12034,7 +12262,7 @@ PauseCircle.defaultProps = {
12034
12262
  size: '1em'
12035
12263
  };
12036
12264
 
12037
- var loadingCircleStyle$3N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12265
+ var loadingCircleStyle$3R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12038
12266
 
12039
12267
  var UpdateData = function UpdateData(props) {
12040
12268
  var color = props.color,
@@ -12049,7 +12277,7 @@ var UpdateData = function UpdateData(props) {
12049
12277
  role: "img",
12050
12278
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12051
12279
  }, /*#__PURE__*/React.createElement("style", {
12052
- children: loadingCircleStyle$3N
12280
+ children: loadingCircleStyle$3R
12053
12281
  }), /*#__PURE__*/React.createElement("svg", _extends({
12054
12282
  xmlns: "http://www.w3.org/2000/svg",
12055
12283
  width: size,
@@ -12085,7 +12313,7 @@ UpdateData.defaultProps = {
12085
12313
  size: '1em'
12086
12314
  };
12087
12315
 
12088
- var loadingCircleStyle$3O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12316
+ var loadingCircleStyle$3S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12089
12317
 
12090
12318
  var Upload = function Upload(props) {
12091
12319
  var color = props.color,
@@ -12100,7 +12328,7 @@ var Upload = function Upload(props) {
12100
12328
  role: "img",
12101
12329
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12102
12330
  }, /*#__PURE__*/React.createElement("style", {
12103
- children: loadingCircleStyle$3O
12331
+ children: loadingCircleStyle$3S
12104
12332
  }), /*#__PURE__*/React.createElement("svg", _extends({
12105
12333
  xmlns: "http://www.w3.org/2000/svg",
12106
12334
  width: size,
@@ -12134,7 +12362,7 @@ Upload.defaultProps = {
12134
12362
  size: '1em'
12135
12363
  };
12136
12364
 
12137
- var loadingCircleStyle$3P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12365
+ var loadingCircleStyle$3T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12138
12366
 
12139
12367
  var Click = function Click(props) {
12140
12368
  var color = props.color,
@@ -12149,7 +12377,7 @@ var Click = function Click(props) {
12149
12377
  role: "img",
12150
12378
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12151
12379
  }, /*#__PURE__*/React.createElement("style", {
12152
- children: loadingCircleStyle$3P
12380
+ children: loadingCircleStyle$3T
12153
12381
  }), /*#__PURE__*/React.createElement("svg", _extends({
12154
12382
  xmlns: "http://www.w3.org/2000/svg",
12155
12383
  width: size,
@@ -12181,7 +12409,7 @@ Click.defaultProps = {
12181
12409
  size: '1em'
12182
12410
  };
12183
12411
 
12184
- var loadingCircleStyle$3Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12412
+ var loadingCircleStyle$3U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12185
12413
 
12186
12414
  var Install = function Install(props) {
12187
12415
  var color = props.color,
@@ -12196,7 +12424,7 @@ var Install = function Install(props) {
12196
12424
  role: "img",
12197
12425
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12198
12426
  }, /*#__PURE__*/React.createElement("style", {
12199
- children: loadingCircleStyle$3Q
12427
+ children: loadingCircleStyle$3U
12200
12428
  }), /*#__PURE__*/React.createElement("svg", _extends({
12201
12429
  xmlns: "http://www.w3.org/2000/svg",
12202
12430
  width: size,
@@ -12228,7 +12456,7 @@ Install.defaultProps = {
12228
12456
  size: '1em'
12229
12457
  };
12230
12458
 
12231
- var loadingCircleStyle$3R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12459
+ var loadingCircleStyle$3V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12232
12460
 
12233
12461
  var Report = function Report(props) {
12234
12462
  var color = props.color,
@@ -12243,7 +12471,7 @@ var Report = function Report(props) {
12243
12471
  role: "img",
12244
12472
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12245
12473
  }, /*#__PURE__*/React.createElement("style", {
12246
- children: loadingCircleStyle$3R
12474
+ children: loadingCircleStyle$3V
12247
12475
  }), /*#__PURE__*/React.createElement("svg", _extends({
12248
12476
  xmlns: "http://www.w3.org/2000/svg",
12249
12477
  width: size,
@@ -12275,7 +12503,7 @@ Report.defaultProps = {
12275
12503
  size: '1em'
12276
12504
  };
12277
12505
 
12278
- var loadingCircleStyle$3S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12506
+ var loadingCircleStyle$3W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12279
12507
 
12280
12508
  var ReportRemoval = function ReportRemoval(props) {
12281
12509
  var color = props.color,
@@ -12290,7 +12518,7 @@ var ReportRemoval = function ReportRemoval(props) {
12290
12518
  role: "img",
12291
12519
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12292
12520
  }, /*#__PURE__*/React.createElement("style", {
12293
- children: loadingCircleStyle$3S
12521
+ children: loadingCircleStyle$3W
12294
12522
  }), /*#__PURE__*/React.createElement("svg", _extends({
12295
12523
  xmlns: "http://www.w3.org/2000/svg",
12296
12524
  width: size,
@@ -12330,7 +12558,7 @@ ReportRemoval.defaultProps = {
12330
12558
  size: '1em'
12331
12559
  };
12332
12560
 
12333
- var loadingCircleStyle$3T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12561
+ var loadingCircleStyle$3X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12334
12562
 
12335
12563
  var FileAdd = function FileAdd(props) {
12336
12564
  var color = props.color,
@@ -12345,7 +12573,7 @@ var FileAdd = function FileAdd(props) {
12345
12573
  role: "img",
12346
12574
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12347
12575
  }, /*#__PURE__*/React.createElement("style", {
12348
- children: loadingCircleStyle$3T
12576
+ children: loadingCircleStyle$3X
12349
12577
  }), /*#__PURE__*/React.createElement("svg", _extends({
12350
12578
  xmlns: "http://www.w3.org/2000/svg",
12351
12579
  width: size,
@@ -12377,7 +12605,7 @@ FileAdd.defaultProps = {
12377
12605
  size: '1em'
12378
12606
  };
12379
12607
 
12380
- var loadingCircleStyle$3U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12608
+ var loadingCircleStyle$3Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12381
12609
 
12382
12610
  var FileRemove = function FileRemove(props) {
12383
12611
  var color = props.color,
@@ -12392,7 +12620,7 @@ var FileRemove = function FileRemove(props) {
12392
12620
  role: "img",
12393
12621
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12394
12622
  }, /*#__PURE__*/React.createElement("style", {
12395
- children: loadingCircleStyle$3U
12623
+ children: loadingCircleStyle$3Y
12396
12624
  }), /*#__PURE__*/React.createElement("svg", _extends({
12397
12625
  xmlns: "http://www.w3.org/2000/svg",
12398
12626
  width: size,
@@ -12426,7 +12654,7 @@ FileRemove.defaultProps = {
12426
12654
  size: '1em'
12427
12655
  };
12428
12656
 
12429
- var loadingCircleStyle$3V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12657
+ var loadingCircleStyle$3Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12430
12658
 
12431
12659
  var FileExport = function FileExport(props) {
12432
12660
  var color = props.color,
@@ -12441,7 +12669,7 @@ var FileExport = function FileExport(props) {
12441
12669
  role: "img",
12442
12670
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12443
12671
  }, /*#__PURE__*/React.createElement("style", {
12444
- children: loadingCircleStyle$3V
12672
+ children: loadingCircleStyle$3Z
12445
12673
  }), /*#__PURE__*/React.createElement("svg", _extends({
12446
12674
  xmlns: "http://www.w3.org/2000/svg",
12447
12675
  width: size,
@@ -12473,7 +12701,7 @@ FileExport.defaultProps = {
12473
12701
  size: '1em'
12474
12702
  };
12475
12703
 
12476
- var loadingCircleStyle$3W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12704
+ var loadingCircleStyle$3_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12477
12705
 
12478
12706
  var FileMove = function FileMove(props) {
12479
12707
  var color = props.color,
@@ -12488,7 +12716,7 @@ var FileMove = function FileMove(props) {
12488
12716
  role: "img",
12489
12717
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12490
12718
  }, /*#__PURE__*/React.createElement("style", {
12491
- children: loadingCircleStyle$3W
12719
+ children: loadingCircleStyle$3_
12492
12720
  }), /*#__PURE__*/React.createElement("svg", _extends({
12493
12721
  xmlns: "http://www.w3.org/2000/svg",
12494
12722
  width: size,
@@ -12520,7 +12748,7 @@ FileMove.defaultProps = {
12520
12748
  size: '1em'
12521
12749
  };
12522
12750
 
12523
- var loadingCircleStyle$3X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12751
+ var loadingCircleStyle$3$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12524
12752
 
12525
12753
  var FileImport = function FileImport(props) {
12526
12754
  var color = props.color,
@@ -12535,7 +12763,7 @@ var FileImport = function FileImport(props) {
12535
12763
  role: "img",
12536
12764
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12537
12765
  }, /*#__PURE__*/React.createElement("style", {
12538
- children: loadingCircleStyle$3X
12766
+ children: loadingCircleStyle$3$
12539
12767
  }), /*#__PURE__*/React.createElement("svg", _extends({
12540
12768
  xmlns: "http://www.w3.org/2000/svg",
12541
12769
  width: size,
@@ -12567,7 +12795,7 @@ FileImport.defaultProps = {
12567
12795
  size: '1em'
12568
12796
  };
12569
12797
 
12570
- var loadingCircleStyle$3Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12798
+ var loadingCircleStyle$40 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12571
12799
 
12572
12800
  var FileInfo = function FileInfo(props) {
12573
12801
  var color = props.color,
@@ -12582,7 +12810,7 @@ var FileInfo = function FileInfo(props) {
12582
12810
  role: "img",
12583
12811
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12584
12812
  }, /*#__PURE__*/React.createElement("style", {
12585
- children: loadingCircleStyle$3Y
12813
+ children: loadingCircleStyle$40
12586
12814
  }), /*#__PURE__*/React.createElement("svg", _extends({
12587
12815
  xmlns: "http://www.w3.org/2000/svg",
12588
12816
  width: size,
@@ -12614,7 +12842,7 @@ FileInfo.defaultProps = {
12614
12842
  size: '1em'
12615
12843
  };
12616
12844
 
12617
- var loadingCircleStyle$3Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12845
+ var loadingCircleStyle$41 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12618
12846
 
12619
12847
  var FileConvert = function FileConvert(props) {
12620
12848
  var color = props.color,
@@ -12629,7 +12857,7 @@ var FileConvert = function FileConvert(props) {
12629
12857
  role: "img",
12630
12858
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12631
12859
  }, /*#__PURE__*/React.createElement("style", {
12632
- children: loadingCircleStyle$3Z
12860
+ children: loadingCircleStyle$41
12633
12861
  }), /*#__PURE__*/React.createElement("svg", _extends({
12634
12862
  xmlns: "http://www.w3.org/2000/svg",
12635
12863
  width: size,
@@ -12667,7 +12895,7 @@ FileConvert.defaultProps = {
12667
12895
  size: '1em'
12668
12896
  };
12669
12897
 
12670
- var loadingCircleStyle$3_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12898
+ var loadingCircleStyle$42 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12671
12899
 
12672
12900
  var AssetConvert = function AssetConvert(props) {
12673
12901
  var color = props.color,
@@ -12682,7 +12910,7 @@ var AssetConvert = function AssetConvert(props) {
12682
12910
  role: "img",
12683
12911
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12684
12912
  }, /*#__PURE__*/React.createElement("style", {
12685
- children: loadingCircleStyle$3_
12913
+ children: loadingCircleStyle$42
12686
12914
  }), /*#__PURE__*/React.createElement("svg", _extends({
12687
12915
  xmlns: "http://www.w3.org/2000/svg",
12688
12916
  width: size,
@@ -12720,7 +12948,7 @@ AssetConvert.defaultProps = {
12720
12948
  size: '1em'
12721
12949
  };
12722
12950
 
12723
- var loadingCircleStyle$3$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12951
+ var loadingCircleStyle$43 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12724
12952
 
12725
12953
  var FileLock = function FileLock(props) {
12726
12954
  var color = props.color,
@@ -12735,7 +12963,7 @@ var FileLock = function FileLock(props) {
12735
12963
  role: "img",
12736
12964
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12737
12965
  }, /*#__PURE__*/React.createElement("style", {
12738
- children: loadingCircleStyle$3$
12966
+ children: loadingCircleStyle$43
12739
12967
  }), /*#__PURE__*/React.createElement("svg", _extends({
12740
12968
  xmlns: "http://www.w3.org/2000/svg",
12741
12969
  width: size,
@@ -12767,7 +12995,7 @@ FileLock.defaultProps = {
12767
12995
  size: '1em'
12768
12996
  };
12769
12997
 
12770
- var loadingCircleStyle$40 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12998
+ var loadingCircleStyle$44 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12771
12999
 
12772
13000
  var FilePdf = function FilePdf(props) {
12773
13001
  var color = props.color,
@@ -12782,7 +13010,7 @@ var FilePdf = function FilePdf(props) {
12782
13010
  role: "img",
12783
13011
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12784
13012
  }, /*#__PURE__*/React.createElement("style", {
12785
- children: loadingCircleStyle$40
13013
+ children: loadingCircleStyle$44
12786
13014
  }), /*#__PURE__*/React.createElement("svg", _extends({
12787
13015
  xmlns: "http://www.w3.org/2000/svg",
12788
13016
  width: size,
@@ -12814,7 +13042,7 @@ FilePdf.defaultProps = {
12814
13042
  size: '1em'
12815
13043
  };
12816
13044
 
12817
- var loadingCircleStyle$41 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13045
+ var loadingCircleStyle$45 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12818
13046
 
12819
13047
  var Detail = function Detail(props) {
12820
13048
  var color = props.color,
@@ -12829,7 +13057,7 @@ var Detail = function Detail(props) {
12829
13057
  role: "img",
12830
13058
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12831
13059
  }, /*#__PURE__*/React.createElement("style", {
12832
- children: loadingCircleStyle$41
13060
+ children: loadingCircleStyle$45
12833
13061
  }), /*#__PURE__*/React.createElement("svg", _extends({
12834
13062
  xmlns: "http://www.w3.org/2000/svg",
12835
13063
  width: size,
@@ -12861,7 +13089,7 @@ Detail.defaultProps = {
12861
13089
  size: '1em'
12862
13090
  };
12863
13091
 
12864
- var loadingCircleStyle$42 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13092
+ var loadingCircleStyle$46 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12865
13093
 
12866
13094
  var MessageCenter = function MessageCenter(props) {
12867
13095
  var color = props.color,
@@ -12876,7 +13104,7 @@ var MessageCenter = function MessageCenter(props) {
12876
13104
  role: "img",
12877
13105
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12878
13106
  }, /*#__PURE__*/React.createElement("style", {
12879
- children: loadingCircleStyle$42
13107
+ children: loadingCircleStyle$46
12880
13108
  }), /*#__PURE__*/React.createElement("svg", _extends({
12881
13109
  xmlns: "http://www.w3.org/2000/svg",
12882
13110
  width: size,
@@ -12916,7 +13144,7 @@ MessageCenter.defaultProps = {
12916
13144
  size: '1em'
12917
13145
  };
12918
13146
 
12919
- var loadingCircleStyle$43 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13147
+ var loadingCircleStyle$47 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12920
13148
 
12921
13149
  var SystemMsg = function SystemMsg(props) {
12922
13150
  var color = props.color,
@@ -12931,7 +13159,7 @@ var SystemMsg = function SystemMsg(props) {
12931
13159
  role: "img",
12932
13160
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12933
13161
  }, /*#__PURE__*/React.createElement("style", {
12934
- children: loadingCircleStyle$43
13162
+ children: loadingCircleStyle$47
12935
13163
  }), /*#__PURE__*/React.createElement("svg", _extends({
12936
13164
  xmlns: "http://www.w3.org/2000/svg",
12937
13165
  width: size,
@@ -12969,7 +13197,7 @@ SystemMsg.defaultProps = {
12969
13197
  size: '1em'
12970
13198
  };
12971
13199
 
12972
- var loadingCircleStyle$44 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13200
+ var loadingCircleStyle$48 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12973
13201
 
12974
13202
  var Comment = function Comment(props) {
12975
13203
  var color = props.color,
@@ -12984,7 +13212,7 @@ var Comment = function Comment(props) {
12984
13212
  role: "img",
12985
13213
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12986
13214
  }, /*#__PURE__*/React.createElement("style", {
12987
- children: loadingCircleStyle$44
13215
+ children: loadingCircleStyle$48
12988
13216
  }), /*#__PURE__*/React.createElement("svg", _extends({
12989
13217
  xmlns: "http://www.w3.org/2000/svg",
12990
13218
  width: size,
@@ -13020,7 +13248,7 @@ Comment.defaultProps = {
13020
13248
  size: '1em'
13021
13249
  };
13022
13250
 
13023
- var loadingCircleStyle$45 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13251
+ var loadingCircleStyle$49 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13024
13252
 
13025
13253
  var Book = function Book(props) {
13026
13254
  var color = props.color,
@@ -13035,7 +13263,7 @@ var Book = function Book(props) {
13035
13263
  role: "img",
13036
13264
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13037
13265
  }, /*#__PURE__*/React.createElement("style", {
13038
- children: loadingCircleStyle$45
13266
+ children: loadingCircleStyle$49
13039
13267
  }), /*#__PURE__*/React.createElement("svg", _extends({
13040
13268
  xmlns: "http://www.w3.org/2000/svg",
13041
13269
  width: size,
@@ -13067,7 +13295,7 @@ Book.defaultProps = {
13067
13295
  size: '1em'
13068
13296
  };
13069
13297
 
13070
- var loadingCircleStyle$46 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13298
+ var loadingCircleStyle$4a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13071
13299
 
13072
13300
  var Book2 = function Book2(props) {
13073
13301
  var color = props.color,
@@ -13082,7 +13310,7 @@ var Book2 = function Book2(props) {
13082
13310
  role: "img",
13083
13311
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13084
13312
  }, /*#__PURE__*/React.createElement("style", {
13085
- children: loadingCircleStyle$46
13313
+ children: loadingCircleStyle$4a
13086
13314
  }), /*#__PURE__*/React.createElement("svg", _extends({
13087
13315
  xmlns: "http://www.w3.org/2000/svg",
13088
13316
  width: size,
@@ -13114,7 +13342,7 @@ Book2.defaultProps = {
13114
13342
  size: '1em'
13115
13343
  };
13116
13344
 
13117
- var loadingCircleStyle$47 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13345
+ var loadingCircleStyle$4b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13118
13346
 
13119
13347
  var Sticker = function Sticker(props) {
13120
13348
  var color = props.color,
@@ -13129,7 +13357,7 @@ var Sticker = function Sticker(props) {
13129
13357
  role: "img",
13130
13358
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13131
13359
  }, /*#__PURE__*/React.createElement("style", {
13132
- children: loadingCircleStyle$47
13360
+ children: loadingCircleStyle$4b
13133
13361
  }), /*#__PURE__*/React.createElement("svg", _extends({
13134
13362
  xmlns: "http://www.w3.org/2000/svg",
13135
13363
  width: size,
@@ -13161,7 +13389,7 @@ Sticker.defaultProps = {
13161
13389
  size: '1em'
13162
13390
  };
13163
13391
 
13164
- var loadingCircleStyle$48 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13392
+ var loadingCircleStyle$4c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13165
13393
 
13166
13394
  var StickerFill = function StickerFill(props) {
13167
13395
  var color = props.color,
@@ -13176,7 +13404,7 @@ var StickerFill = function StickerFill(props) {
13176
13404
  role: "img",
13177
13405
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13178
13406
  }, /*#__PURE__*/React.createElement("style", {
13179
- children: loadingCircleStyle$48
13407
+ children: loadingCircleStyle$4c
13180
13408
  }), /*#__PURE__*/React.createElement("svg", _extends({
13181
13409
  xmlns: "http://www.w3.org/2000/svg",
13182
13410
  width: size,
@@ -13208,7 +13436,7 @@ StickerFill.defaultProps = {
13208
13436
  size: '1em'
13209
13437
  };
13210
13438
 
13211
- var loadingCircleStyle$49 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13439
+ var loadingCircleStyle$4d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13212
13440
 
13213
13441
  var EventSm = function EventSm(props) {
13214
13442
  var color = props.color,
@@ -13223,7 +13451,7 @@ var EventSm = function EventSm(props) {
13223
13451
  role: "img",
13224
13452
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13225
13453
  }, /*#__PURE__*/React.createElement("style", {
13226
- children: loadingCircleStyle$49
13454
+ children: loadingCircleStyle$4d
13227
13455
  }), /*#__PURE__*/React.createElement("svg", _extends({
13228
13456
  xmlns: "http://www.w3.org/2000/svg",
13229
13457
  width: size,
@@ -13255,7 +13483,7 @@ EventSm.defaultProps = {
13255
13483
  size: '1em'
13256
13484
  };
13257
13485
 
13258
- var loadingCircleStyle$4a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13486
+ var loadingCircleStyle$4e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13259
13487
 
13260
13488
  var EPropertySm = function EPropertySm(props) {
13261
13489
  var color = props.color,
@@ -13270,7 +13498,7 @@ var EPropertySm = function EPropertySm(props) {
13270
13498
  role: "img",
13271
13499
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13272
13500
  }, /*#__PURE__*/React.createElement("style", {
13273
- children: loadingCircleStyle$4a
13501
+ children: loadingCircleStyle$4e
13274
13502
  }), /*#__PURE__*/React.createElement("svg", _extends({
13275
13503
  xmlns: "http://www.w3.org/2000/svg",
13276
13504
  width: size,
@@ -13310,7 +13538,7 @@ EPropertySm.defaultProps = {
13310
13538
  size: '1em'
13311
13539
  };
13312
13540
 
13313
- var loadingCircleStyle$4b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13541
+ var loadingCircleStyle$4f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13314
13542
 
13315
13543
  var IndicatorSm = function IndicatorSm(props) {
13316
13544
  var color = props.color,
@@ -13325,7 +13553,7 @@ var IndicatorSm = function IndicatorSm(props) {
13325
13553
  role: "img",
13326
13554
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13327
13555
  }, /*#__PURE__*/React.createElement("style", {
13328
- children: loadingCircleStyle$4b
13556
+ children: loadingCircleStyle$4f
13329
13557
  }), /*#__PURE__*/React.createElement("svg", _extends({
13330
13558
  xmlns: "http://www.w3.org/2000/svg",
13331
13559
  width: size,
@@ -13361,7 +13589,7 @@ IndicatorSm.defaultProps = {
13361
13589
  size: '1em'
13362
13590
  };
13363
13591
 
13364
- var loadingCircleStyle$4c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13592
+ var loadingCircleStyle$4g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13365
13593
 
13366
13594
  var UPropertySm = function UPropertySm(props) {
13367
13595
  var color = props.color,
@@ -13376,7 +13604,7 @@ var UPropertySm = function UPropertySm(props) {
13376
13604
  role: "img",
13377
13605
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13378
13606
  }, /*#__PURE__*/React.createElement("style", {
13379
- children: loadingCircleStyle$4c
13607
+ children: loadingCircleStyle$4g
13380
13608
  }), /*#__PURE__*/React.createElement("svg", _extends({
13381
13609
  xmlns: "http://www.w3.org/2000/svg",
13382
13610
  width: size,
@@ -13414,7 +13642,7 @@ UPropertySm.defaultProps = {
13414
13642
  size: '1em'
13415
13643
  };
13416
13644
 
13417
- var loadingCircleStyle$4d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13645
+ var loadingCircleStyle$4h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13418
13646
 
13419
13647
  var UGroupSm = function UGroupSm(props) {
13420
13648
  var color = props.color,
@@ -13429,7 +13657,7 @@ var UGroupSm = function UGroupSm(props) {
13429
13657
  role: "img",
13430
13658
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13431
13659
  }, /*#__PURE__*/React.createElement("style", {
13432
- children: loadingCircleStyle$4d
13660
+ children: loadingCircleStyle$4h
13433
13661
  }), /*#__PURE__*/React.createElement("svg", _extends({
13434
13662
  xmlns: "http://www.w3.org/2000/svg",
13435
13663
  width: size,
@@ -13475,7 +13703,7 @@ UGroupSm.defaultProps = {
13475
13703
  size: '1em'
13476
13704
  };
13477
13705
 
13478
- var loadingCircleStyle$4e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13706
+ var loadingCircleStyle$4i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13479
13707
 
13480
13708
  var UTagSm = function UTagSm(props) {
13481
13709
  var color = props.color,
@@ -13490,7 +13718,7 @@ var UTagSm = function UTagSm(props) {
13490
13718
  role: "img",
13491
13719
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13492
13720
  }, /*#__PURE__*/React.createElement("style", {
13493
- children: loadingCircleStyle$4e
13721
+ children: loadingCircleStyle$4i
13494
13722
  }), /*#__PURE__*/React.createElement("svg", _extends({
13495
13723
  xmlns: "http://www.w3.org/2000/svg",
13496
13724
  width: size,
@@ -13526,7 +13754,7 @@ UTagSm.defaultProps = {
13526
13754
  size: '1em'
13527
13755
  };
13528
13756
 
13529
- var loadingCircleStyle$4f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13757
+ var loadingCircleStyle$4j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13530
13758
 
13531
13759
  var AllGroupSm = function AllGroupSm(props) {
13532
13760
  var color = props.color,
@@ -13541,7 +13769,7 @@ var AllGroupSm = function AllGroupSm(props) {
13541
13769
  role: "img",
13542
13770
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13543
13771
  }, /*#__PURE__*/React.createElement("style", {
13544
- children: loadingCircleStyle$4f
13772
+ children: loadingCircleStyle$4j
13545
13773
  }), /*#__PURE__*/React.createElement("svg", _extends({
13546
13774
  xmlns: "http://www.w3.org/2000/svg",
13547
13775
  width: size,
@@ -13579,7 +13807,7 @@ AllGroupSm.defaultProps = {
13579
13807
  size: '1em'
13580
13808
  };
13581
13809
 
13582
- var loadingCircleStyle$4g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13810
+ var loadingCircleStyle$4k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13583
13811
 
13584
13812
  var CalendarSm = function CalendarSm(props) {
13585
13813
  var color = props.color,
@@ -13594,7 +13822,7 @@ var CalendarSm = function CalendarSm(props) {
13594
13822
  role: "img",
13595
13823
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13596
13824
  }, /*#__PURE__*/React.createElement("style", {
13597
- children: loadingCircleStyle$4g
13825
+ children: loadingCircleStyle$4k
13598
13826
  }), /*#__PURE__*/React.createElement("svg", _extends({
13599
13827
  xmlns: "http://www.w3.org/2000/svg",
13600
13828
  width: size,
@@ -13626,7 +13854,7 @@ CalendarSm.defaultProps = {
13626
13854
  size: '1em'
13627
13855
  };
13628
13856
 
13629
- var loadingCircleStyle$4h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13857
+ var loadingCircleStyle$4l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13630
13858
 
13631
13859
  var GroupAddSm = function GroupAddSm(props) {
13632
13860
  var color = props.color,
@@ -13641,7 +13869,7 @@ var GroupAddSm = function GroupAddSm(props) {
13641
13869
  role: "img",
13642
13870
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13643
13871
  }, /*#__PURE__*/React.createElement("style", {
13644
- children: loadingCircleStyle$4h
13872
+ children: loadingCircleStyle$4l
13645
13873
  }), /*#__PURE__*/React.createElement("svg", _extends({
13646
13874
  xmlns: "http://www.w3.org/2000/svg",
13647
13875
  width: size,
@@ -13679,7 +13907,7 @@ GroupAddSm.defaultProps = {
13679
13907
  size: '1em'
13680
13908
  };
13681
13909
 
13682
- var loadingCircleStyle$4i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13910
+ var loadingCircleStyle$4m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13683
13911
 
13684
13912
  var BooleanSm = function BooleanSm(props) {
13685
13913
  var color = props.color,
@@ -13694,7 +13922,7 @@ var BooleanSm = function BooleanSm(props) {
13694
13922
  role: "img",
13695
13923
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13696
13924
  }, /*#__PURE__*/React.createElement("style", {
13697
- children: loadingCircleStyle$4i
13925
+ children: loadingCircleStyle$4m
13698
13926
  }), /*#__PURE__*/React.createElement("svg", _extends({
13699
13927
  xmlns: "http://www.w3.org/2000/svg",
13700
13928
  width: size,
@@ -13728,7 +13956,7 @@ BooleanSm.defaultProps = {
13728
13956
  size: '1em'
13729
13957
  };
13730
13958
 
13731
- var loadingCircleStyle$4j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13959
+ var loadingCircleStyle$4n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13732
13960
 
13733
13961
  var ListSm = function ListSm(props) {
13734
13962
  var color = props.color,
@@ -13743,7 +13971,7 @@ var ListSm = function ListSm(props) {
13743
13971
  role: "img",
13744
13972
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13745
13973
  }, /*#__PURE__*/React.createElement("style", {
13746
- children: loadingCircleStyle$4j
13974
+ children: loadingCircleStyle$4n
13747
13975
  }), /*#__PURE__*/React.createElement("svg", _extends({
13748
13976
  xmlns: "http://www.w3.org/2000/svg",
13749
13977
  width: size,
@@ -13785,7 +14013,7 @@ ListSm.defaultProps = {
13785
14013
  size: '1em'
13786
14014
  };
13787
14015
 
13788
- var loadingCircleStyle$4k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14016
+ var loadingCircleStyle$4o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13789
14017
 
13790
14018
  var ArrayRowsSm = function ArrayRowsSm(props) {
13791
14019
  var color = props.color,
@@ -13800,7 +14028,7 @@ var ArrayRowsSm = function ArrayRowsSm(props) {
13800
14028
  role: "img",
13801
14029
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13802
14030
  }, /*#__PURE__*/React.createElement("style", {
13803
- children: loadingCircleStyle$4k
14031
+ children: loadingCircleStyle$4o
13804
14032
  }), /*#__PURE__*/React.createElement("svg", _extends({
13805
14033
  xmlns: "http://www.w3.org/2000/svg",
13806
14034
  width: size,
@@ -13834,7 +14062,7 @@ ArrayRowsSm.defaultProps = {
13834
14062
  size: '1em'
13835
14063
  };
13836
14064
 
13837
- var loadingCircleStyle$4l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14065
+ var loadingCircleStyle$4p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13838
14066
 
13839
14067
  var RowsSm = function RowsSm(props) {
13840
14068
  var color = props.color,
@@ -13849,7 +14077,7 @@ var RowsSm = function RowsSm(props) {
13849
14077
  role: "img",
13850
14078
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13851
14079
  }, /*#__PURE__*/React.createElement("style", {
13852
- children: loadingCircleStyle$4l
14080
+ children: loadingCircleStyle$4p
13853
14081
  }), /*#__PURE__*/React.createElement("svg", _extends({
13854
14082
  xmlns: "http://www.w3.org/2000/svg",
13855
14083
  width: size,
@@ -13891,7 +14119,7 @@ RowsSm.defaultProps = {
13891
14119
  size: '1em'
13892
14120
  };
13893
14121
 
13894
- var loadingCircleStyle$4m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14122
+ var loadingCircleStyle$4q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13895
14123
 
13896
14124
  var VPropertySm = function VPropertySm(props) {
13897
14125
  var color = props.color,
@@ -13906,7 +14134,7 @@ var VPropertySm = function VPropertySm(props) {
13906
14134
  role: "img",
13907
14135
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13908
14136
  }, /*#__PURE__*/React.createElement("style", {
13909
- children: loadingCircleStyle$4m
14137
+ children: loadingCircleStyle$4q
13910
14138
  }), /*#__PURE__*/React.createElement("svg", _extends({
13911
14139
  xmlns: "http://www.w3.org/2000/svg",
13912
14140
  width: size,
@@ -13944,7 +14172,7 @@ VPropertySm.defaultProps = {
13944
14172
  size: '1em'
13945
14173
  };
13946
14174
 
13947
- var loadingCircleStyle$4n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14175
+ var loadingCircleStyle$4r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13948
14176
 
13949
14177
  var StringSm = function StringSm(props) {
13950
14178
  var color = props.color,
@@ -13959,7 +14187,7 @@ var StringSm = function StringSm(props) {
13959
14187
  role: "img",
13960
14188
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13961
14189
  }, /*#__PURE__*/React.createElement("style", {
13962
- children: loadingCircleStyle$4n
14190
+ children: loadingCircleStyle$4r
13963
14191
  }), /*#__PURE__*/React.createElement("svg", _extends({
13964
14192
  xmlns: "http://www.w3.org/2000/svg",
13965
14193
  width: size,
@@ -13993,7 +14221,7 @@ StringSm.defaultProps = {
13993
14221
  size: '1em'
13994
14222
  };
13995
14223
 
13996
- var loadingCircleStyle$4o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14224
+ var loadingCircleStyle$4s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13997
14225
 
13998
14226
  var NumSm = function NumSm(props) {
13999
14227
  var color = props.color,
@@ -14008,7 +14236,7 @@ var NumSm = function NumSm(props) {
14008
14236
  role: "img",
14009
14237
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14010
14238
  }, /*#__PURE__*/React.createElement("style", {
14011
- children: loadingCircleStyle$4o
14239
+ children: loadingCircleStyle$4s
14012
14240
  }), /*#__PURE__*/React.createElement("svg", _extends({
14013
14241
  xmlns: "http://www.w3.org/2000/svg",
14014
14242
  width: size,
@@ -14026,7 +14254,7 @@ var NumSm = function NumSm(props) {
14026
14254
  }), /*#__PURE__*/React.createElement("path", {
14027
14255
  d: "M8 11.5h1v-7h-.142L6.5 5.18V6H8v5.5z"
14028
14256
  }), /*#__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"
14257
+ 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
14258
  })));
14031
14259
  };
14032
14260
 
@@ -14042,7 +14270,7 @@ NumSm.defaultProps = {
14042
14270
  size: '1em'
14043
14271
  };
14044
14272
 
14045
- var loadingCircleStyle$4p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14273
+ var loadingCircleStyle$4t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14046
14274
 
14047
14275
  var TimeSm = function TimeSm(props) {
14048
14276
  var color = props.color,
@@ -14057,7 +14285,7 @@ var TimeSm = function TimeSm(props) {
14057
14285
  role: "img",
14058
14286
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14059
14287
  }, /*#__PURE__*/React.createElement("style", {
14060
- children: loadingCircleStyle$4p
14288
+ children: loadingCircleStyle$4t
14061
14289
  }), /*#__PURE__*/React.createElement("svg", _extends({
14062
14290
  xmlns: "http://www.w3.org/2000/svg",
14063
14291
  width: size,
@@ -14091,7 +14319,7 @@ TimeSm.defaultProps = {
14091
14319
  size: '1em'
14092
14320
  };
14093
14321
 
14094
- var loadingCircleStyle$4q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14322
+ var loadingCircleStyle$4u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14095
14323
 
14096
14324
  var ArrowLeft = function ArrowLeft(props) {
14097
14325
  var color = props.color,
@@ -14106,7 +14334,7 @@ var ArrowLeft = function ArrowLeft(props) {
14106
14334
  role: "img",
14107
14335
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14108
14336
  }, /*#__PURE__*/React.createElement("style", {
14109
- children: loadingCircleStyle$4q
14337
+ children: loadingCircleStyle$4u
14110
14338
  }), /*#__PURE__*/React.createElement("svg", _extends({
14111
14339
  xmlns: "http://www.w3.org/2000/svg",
14112
14340
  width: size,
@@ -14138,7 +14366,7 @@ ArrowLeft.defaultProps = {
14138
14366
  size: '1em'
14139
14367
  };
14140
14368
 
14141
- var loadingCircleStyle$4r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14369
+ var loadingCircleStyle$4v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14142
14370
 
14143
14371
  var ArrowRight = function ArrowRight(props) {
14144
14372
  var color = props.color,
@@ -14153,7 +14381,7 @@ var ArrowRight = function ArrowRight(props) {
14153
14381
  role: "img",
14154
14382
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14155
14383
  }, /*#__PURE__*/React.createElement("style", {
14156
- children: loadingCircleStyle$4r
14384
+ children: loadingCircleStyle$4v
14157
14385
  }), /*#__PURE__*/React.createElement("svg", _extends({
14158
14386
  xmlns: "http://www.w3.org/2000/svg",
14159
14387
  width: size,
@@ -14185,7 +14413,7 @@ ArrowRight.defaultProps = {
14185
14413
  size: '1em'
14186
14414
  };
14187
14415
 
14188
- var loadingCircleStyle$4s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14416
+ var loadingCircleStyle$4w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14189
14417
 
14190
14418
  var ArrowUp = function ArrowUp(props) {
14191
14419
  var color = props.color,
@@ -14200,7 +14428,7 @@ var ArrowUp = function ArrowUp(props) {
14200
14428
  role: "img",
14201
14429
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14202
14430
  }, /*#__PURE__*/React.createElement("style", {
14203
- children: loadingCircleStyle$4s
14431
+ children: loadingCircleStyle$4w
14204
14432
  }), /*#__PURE__*/React.createElement("svg", _extends({
14205
14433
  xmlns: "http://www.w3.org/2000/svg",
14206
14434
  width: size,
@@ -14232,7 +14460,7 @@ ArrowUp.defaultProps = {
14232
14460
  size: '1em'
14233
14461
  };
14234
14462
 
14235
- var loadingCircleStyle$4t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14463
+ var loadingCircleStyle$4x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14236
14464
 
14237
14465
  var ArrowDown = function ArrowDown(props) {
14238
14466
  var color = props.color,
@@ -14247,7 +14475,7 @@ var ArrowDown = function ArrowDown(props) {
14247
14475
  role: "img",
14248
14476
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14249
14477
  }, /*#__PURE__*/React.createElement("style", {
14250
- children: loadingCircleStyle$4t
14478
+ children: loadingCircleStyle$4x
14251
14479
  }), /*#__PURE__*/React.createElement("svg", _extends({
14252
14480
  xmlns: "http://www.w3.org/2000/svg",
14253
14481
  width: size,
@@ -14279,7 +14507,7 @@ ArrowDown.defaultProps = {
14279
14507
  size: '1em'
14280
14508
  };
14281
14509
 
14282
- var loadingCircleStyle$4u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14510
+ var loadingCircleStyle$4y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14283
14511
 
14284
14512
  var ArrowLeft2 = function ArrowLeft2(props) {
14285
14513
  var color = props.color,
@@ -14294,7 +14522,7 @@ var ArrowLeft2 = function ArrowLeft2(props) {
14294
14522
  role: "img",
14295
14523
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14296
14524
  }, /*#__PURE__*/React.createElement("style", {
14297
- children: loadingCircleStyle$4u
14525
+ children: loadingCircleStyle$4y
14298
14526
  }), /*#__PURE__*/React.createElement("svg", _extends({
14299
14527
  xmlns: "http://www.w3.org/2000/svg",
14300
14528
  width: size,
@@ -14326,7 +14554,7 @@ ArrowLeft2.defaultProps = {
14326
14554
  size: '1em'
14327
14555
  };
14328
14556
 
14329
- var loadingCircleStyle$4v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14557
+ var loadingCircleStyle$4z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14330
14558
 
14331
14559
  var ArrowRight2 = function ArrowRight2(props) {
14332
14560
  var color = props.color,
@@ -14341,7 +14569,7 @@ var ArrowRight2 = function ArrowRight2(props) {
14341
14569
  role: "img",
14342
14570
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14343
14571
  }, /*#__PURE__*/React.createElement("style", {
14344
- children: loadingCircleStyle$4v
14572
+ children: loadingCircleStyle$4z
14345
14573
  }), /*#__PURE__*/React.createElement("svg", _extends({
14346
14574
  xmlns: "http://www.w3.org/2000/svg",
14347
14575
  width: size,
@@ -14373,7 +14601,7 @@ ArrowRight2.defaultProps = {
14373
14601
  size: '1em'
14374
14602
  };
14375
14603
 
14376
- var loadingCircleStyle$4w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14604
+ var loadingCircleStyle$4A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14377
14605
 
14378
14606
  var ArrowUp2 = function ArrowUp2(props) {
14379
14607
  var color = props.color,
@@ -14388,7 +14616,7 @@ var ArrowUp2 = function ArrowUp2(props) {
14388
14616
  role: "img",
14389
14617
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14390
14618
  }, /*#__PURE__*/React.createElement("style", {
14391
- children: loadingCircleStyle$4w
14619
+ children: loadingCircleStyle$4A
14392
14620
  }), /*#__PURE__*/React.createElement("svg", _extends({
14393
14621
  xmlns: "http://www.w3.org/2000/svg",
14394
14622
  width: size,
@@ -14420,7 +14648,7 @@ ArrowUp2.defaultProps = {
14420
14648
  size: '1em'
14421
14649
  };
14422
14650
 
14423
- var loadingCircleStyle$4x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14651
+ var loadingCircleStyle$4B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14424
14652
 
14425
14653
  var ArrowDown2 = function ArrowDown2(props) {
14426
14654
  var color = props.color,
@@ -14435,7 +14663,7 @@ var ArrowDown2 = function ArrowDown2(props) {
14435
14663
  role: "img",
14436
14664
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14437
14665
  }, /*#__PURE__*/React.createElement("style", {
14438
- children: loadingCircleStyle$4x
14666
+ children: loadingCircleStyle$4B
14439
14667
  }), /*#__PURE__*/React.createElement("svg", _extends({
14440
14668
  xmlns: "http://www.w3.org/2000/svg",
14441
14669
  width: size,
@@ -14467,7 +14695,7 @@ ArrowDown2.defaultProps = {
14467
14695
  size: '1em'
14468
14696
  };
14469
14697
 
14470
- var loadingCircleStyle$4y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14698
+ var loadingCircleStyle$4C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14471
14699
 
14472
14700
  var TriLeft = function TriLeft(props) {
14473
14701
  var color = props.color,
@@ -14482,7 +14710,7 @@ var TriLeft = function TriLeft(props) {
14482
14710
  role: "img",
14483
14711
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14484
14712
  }, /*#__PURE__*/React.createElement("style", {
14485
- children: loadingCircleStyle$4y
14713
+ children: loadingCircleStyle$4C
14486
14714
  }), /*#__PURE__*/React.createElement("svg", _extends({
14487
14715
  xmlns: "http://www.w3.org/2000/svg",
14488
14716
  width: size,
@@ -14514,7 +14742,7 @@ TriLeft.defaultProps = {
14514
14742
  size: '1em'
14515
14743
  };
14516
14744
 
14517
- var loadingCircleStyle$4z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14745
+ var loadingCircleStyle$4D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14518
14746
 
14519
14747
  var TriRight = function TriRight(props) {
14520
14748
  var color = props.color,
@@ -14529,7 +14757,7 @@ var TriRight = function TriRight(props) {
14529
14757
  role: "img",
14530
14758
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14531
14759
  }, /*#__PURE__*/React.createElement("style", {
14532
- children: loadingCircleStyle$4z
14760
+ children: loadingCircleStyle$4D
14533
14761
  }), /*#__PURE__*/React.createElement("svg", _extends({
14534
14762
  xmlns: "http://www.w3.org/2000/svg",
14535
14763
  width: size,
@@ -14561,7 +14789,7 @@ TriRight.defaultProps = {
14561
14789
  size: '1em'
14562
14790
  };
14563
14791
 
14564
- var loadingCircleStyle$4A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14792
+ var loadingCircleStyle$4E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14565
14793
 
14566
14794
  var TriUp = function TriUp(props) {
14567
14795
  var color = props.color,
@@ -14576,7 +14804,7 @@ var TriUp = function TriUp(props) {
14576
14804
  role: "img",
14577
14805
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14578
14806
  }, /*#__PURE__*/React.createElement("style", {
14579
- children: loadingCircleStyle$4A
14807
+ children: loadingCircleStyle$4E
14580
14808
  }), /*#__PURE__*/React.createElement("svg", _extends({
14581
14809
  xmlns: "http://www.w3.org/2000/svg",
14582
14810
  width: size,
@@ -14608,7 +14836,7 @@ TriUp.defaultProps = {
14608
14836
  size: '1em'
14609
14837
  };
14610
14838
 
14611
- var loadingCircleStyle$4B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14839
+ var loadingCircleStyle$4F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14612
14840
 
14613
14841
  var TriDown = function TriDown(props) {
14614
14842
  var color = props.color,
@@ -14623,7 +14851,7 @@ var TriDown = function TriDown(props) {
14623
14851
  role: "img",
14624
14852
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14625
14853
  }, /*#__PURE__*/React.createElement("style", {
14626
- children: loadingCircleStyle$4B
14854
+ children: loadingCircleStyle$4F
14627
14855
  }), /*#__PURE__*/React.createElement("svg", _extends({
14628
14856
  xmlns: "http://www.w3.org/2000/svg",
14629
14857
  width: size,
@@ -14655,7 +14883,7 @@ TriDown.defaultProps = {
14655
14883
  size: '1em'
14656
14884
  };
14657
14885
 
14658
- var loadingCircleStyle$4C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14886
+ var loadingCircleStyle$4G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14659
14887
 
14660
14888
  var DArrowL = function DArrowL(props) {
14661
14889
  var color = props.color,
@@ -14670,7 +14898,7 @@ var DArrowL = function DArrowL(props) {
14670
14898
  role: "img",
14671
14899
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14672
14900
  }, /*#__PURE__*/React.createElement("style", {
14673
- children: loadingCircleStyle$4C
14901
+ children: loadingCircleStyle$4G
14674
14902
  }), /*#__PURE__*/React.createElement("svg", _extends({
14675
14903
  xmlns: "http://www.w3.org/2000/svg",
14676
14904
  width: size,
@@ -14704,7 +14932,7 @@ DArrowL.defaultProps = {
14704
14932
  size: '1em'
14705
14933
  };
14706
14934
 
14707
- var loadingCircleStyle$4D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14935
+ var loadingCircleStyle$4H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14708
14936
 
14709
14937
  var DArrowR = function DArrowR(props) {
14710
14938
  var color = props.color,
@@ -14719,7 +14947,7 @@ var DArrowR = function DArrowR(props) {
14719
14947
  role: "img",
14720
14948
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14721
14949
  }, /*#__PURE__*/React.createElement("style", {
14722
- children: loadingCircleStyle$4D
14950
+ children: loadingCircleStyle$4H
14723
14951
  }), /*#__PURE__*/React.createElement("svg", _extends({
14724
14952
  xmlns: "http://www.w3.org/2000/svg",
14725
14953
  width: size,
@@ -14753,7 +14981,7 @@ DArrowR.defaultProps = {
14753
14981
  size: '1em'
14754
14982
  };
14755
14983
 
14756
- var loadingCircleStyle$4E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14984
+ var loadingCircleStyle$4I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14757
14985
 
14758
14986
  var DArrowT = function DArrowT(props) {
14759
14987
  var color = props.color,
@@ -14768,7 +14996,7 @@ var DArrowT = function DArrowT(props) {
14768
14996
  role: "img",
14769
14997
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14770
14998
  }, /*#__PURE__*/React.createElement("style", {
14771
- children: loadingCircleStyle$4E
14999
+ children: loadingCircleStyle$4I
14772
15000
  }), /*#__PURE__*/React.createElement("svg", _extends({
14773
15001
  xmlns: "http://www.w3.org/2000/svg",
14774
15002
  width: size,
@@ -14802,7 +15030,7 @@ DArrowT.defaultProps = {
14802
15030
  size: '1em'
14803
15031
  };
14804
15032
 
14805
- var loadingCircleStyle$4F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15033
+ var loadingCircleStyle$4J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14806
15034
 
14807
15035
  var DArrowB = function DArrowB(props) {
14808
15036
  var color = props.color,
@@ -14817,7 +15045,7 @@ var DArrowB = function DArrowB(props) {
14817
15045
  role: "img",
14818
15046
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14819
15047
  }, /*#__PURE__*/React.createElement("style", {
14820
- children: loadingCircleStyle$4F
15048
+ children: loadingCircleStyle$4J
14821
15049
  }), /*#__PURE__*/React.createElement("svg", _extends({
14822
15050
  xmlns: "http://www.w3.org/2000/svg",
14823
15051
  width: size,
@@ -14851,7 +15079,7 @@ DArrowB.defaultProps = {
14851
15079
  size: '1em'
14852
15080
  };
14853
15081
 
14854
- var loadingCircleStyle$4G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15082
+ var loadingCircleStyle$4K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14855
15083
 
14856
15084
  var DropDown = function DropDown(props) {
14857
15085
  var color = props.color,
@@ -14866,7 +15094,7 @@ var DropDown = function DropDown(props) {
14866
15094
  role: "img",
14867
15095
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14868
15096
  }, /*#__PURE__*/React.createElement("style", {
14869
- children: loadingCircleStyle$4G
15097
+ children: loadingCircleStyle$4K
14870
15098
  }), /*#__PURE__*/React.createElement("svg", _extends({
14871
15099
  xmlns: "http://www.w3.org/2000/svg",
14872
15100
  width: size,
@@ -14898,7 +15126,7 @@ DropDown.defaultProps = {
14898
15126
  size: '1em'
14899
15127
  };
14900
15128
 
14901
- var loadingCircleStyle$4H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15129
+ var loadingCircleStyle$4L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14902
15130
 
14903
15131
  var DropUp = function DropUp(props) {
14904
15132
  var color = props.color,
@@ -14913,7 +15141,7 @@ var DropUp = function DropUp(props) {
14913
15141
  role: "img",
14914
15142
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14915
15143
  }, /*#__PURE__*/React.createElement("style", {
14916
- children: loadingCircleStyle$4H
15144
+ children: loadingCircleStyle$4L
14917
15145
  }), /*#__PURE__*/React.createElement("svg", _extends({
14918
15146
  xmlns: "http://www.w3.org/2000/svg",
14919
15147
  width: size,
@@ -14945,7 +15173,7 @@ DropUp.defaultProps = {
14945
15173
  size: '1em'
14946
15174
  };
14947
15175
 
14948
- var loadingCircleStyle$4I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15176
+ var loadingCircleStyle$4M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14949
15177
 
14950
15178
  var More1 = function More1(props) {
14951
15179
  var color = props.color,
@@ -14960,7 +15188,7 @@ var More1 = function More1(props) {
14960
15188
  role: "img",
14961
15189
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14962
15190
  }, /*#__PURE__*/React.createElement("style", {
14963
- children: loadingCircleStyle$4I
15191
+ children: loadingCircleStyle$4M
14964
15192
  }), /*#__PURE__*/React.createElement("svg", _extends({
14965
15193
  xmlns: "http://www.w3.org/2000/svg",
14966
15194
  width: size,
@@ -14992,7 +15220,7 @@ More1.defaultProps = {
14992
15220
  size: '1em'
14993
15221
  };
14994
15222
 
14995
- var loadingCircleStyle$4J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15223
+ var loadingCircleStyle$4N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14996
15224
 
14997
15225
  var More2 = function More2(props) {
14998
15226
  var color = props.color,
@@ -15007,7 +15235,7 @@ var More2 = function More2(props) {
15007
15235
  role: "img",
15008
15236
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15009
15237
  }, /*#__PURE__*/React.createElement("style", {
15010
- children: loadingCircleStyle$4J
15238
+ children: loadingCircleStyle$4N
15011
15239
  }), /*#__PURE__*/React.createElement("svg", _extends({
15012
15240
  xmlns: "http://www.w3.org/2000/svg",
15013
15241
  width: size,
@@ -15039,7 +15267,7 @@ More2.defaultProps = {
15039
15267
  size: '1em'
15040
15268
  };
15041
15269
 
15042
- var loadingCircleStyle$4K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15270
+ var loadingCircleStyle$4O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15043
15271
 
15044
15272
  var Drag = function Drag(props) {
15045
15273
  var color = props.color,
@@ -15054,7 +15282,7 @@ var Drag = function Drag(props) {
15054
15282
  role: "img",
15055
15283
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15056
15284
  }, /*#__PURE__*/React.createElement("style", {
15057
- children: loadingCircleStyle$4K
15285
+ children: loadingCircleStyle$4O
15058
15286
  }), /*#__PURE__*/React.createElement("svg", _extends({
15059
15287
  xmlns: "http://www.w3.org/2000/svg",
15060
15288
  width: size,
@@ -15096,7 +15324,7 @@ Drag.defaultProps = {
15096
15324
  size: '1em'
15097
15325
  };
15098
15326
 
15099
- var loadingCircleStyle$4L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15327
+ var loadingCircleStyle$4P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15100
15328
 
15101
15329
  var Drag2 = function Drag2(props) {
15102
15330
  var color = props.color,
@@ -15111,7 +15339,7 @@ var Drag2 = function Drag2(props) {
15111
15339
  role: "img",
15112
15340
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15113
15341
  }, /*#__PURE__*/React.createElement("style", {
15114
- children: loadingCircleStyle$4L
15342
+ children: loadingCircleStyle$4P
15115
15343
  }), /*#__PURE__*/React.createElement("svg", _extends({
15116
15344
  xmlns: "http://www.w3.org/2000/svg",
15117
15345
  width: size,
@@ -15147,7 +15375,7 @@ Drag2.defaultProps = {
15147
15375
  size: '1em'
15148
15376
  };
15149
15377
 
15150
- var loadingCircleStyle$4M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15378
+ var loadingCircleStyle$4Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15151
15379
 
15152
15380
  var External = function External(props) {
15153
15381
  var color = props.color,
@@ -15162,7 +15390,7 @@ var External = function External(props) {
15162
15390
  role: "img",
15163
15391
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15164
15392
  }, /*#__PURE__*/React.createElement("style", {
15165
- children: loadingCircleStyle$4M
15393
+ children: loadingCircleStyle$4Q
15166
15394
  }), /*#__PURE__*/React.createElement("svg", _extends({
15167
15395
  xmlns: "http://www.w3.org/2000/svg",
15168
15396
  width: size,
@@ -15194,7 +15422,7 @@ External.defaultProps = {
15194
15422
  size: '1em'
15195
15423
  };
15196
15424
 
15197
- var loadingCircleStyle$4N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15425
+ var loadingCircleStyle$4R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15198
15426
 
15199
15427
  var DisplayS = function DisplayS(props) {
15200
15428
  var color = props.color,
@@ -15209,7 +15437,7 @@ var DisplayS = function DisplayS(props) {
15209
15437
  role: "img",
15210
15438
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15211
15439
  }, /*#__PURE__*/React.createElement("style", {
15212
- children: loadingCircleStyle$4N
15440
+ children: loadingCircleStyle$4R
15213
15441
  }), /*#__PURE__*/React.createElement("svg", _extends({
15214
15442
  xmlns: "http://www.w3.org/2000/svg",
15215
15443
  width: size,
@@ -15243,7 +15471,7 @@ DisplayS.defaultProps = {
15243
15471
  size: '1em'
15244
15472
  };
15245
15473
 
15246
- var loadingCircleStyle$4O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15474
+ var loadingCircleStyle$4S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15247
15475
 
15248
15476
  var Share = function Share(props) {
15249
15477
  var color = props.color,
@@ -15258,7 +15486,7 @@ var Share = function Share(props) {
15258
15486
  role: "img",
15259
15487
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15260
15488
  }, /*#__PURE__*/React.createElement("style", {
15261
- children: loadingCircleStyle$4O
15489
+ children: loadingCircleStyle$4S
15262
15490
  }), /*#__PURE__*/React.createElement("svg", _extends({
15263
15491
  xmlns: "http://www.w3.org/2000/svg",
15264
15492
  width: size,
@@ -15361,6 +15589,7 @@ exports.TaDArrowL = DArrowL;
15361
15589
  exports.TaDArrowR = DArrowR;
15362
15590
  exports.TaDArrowT = DArrowT;
15363
15591
  exports.TaDashboard = Dashboard;
15592
+ exports.TaDashboardCl = DashboardCl;
15364
15593
  exports.TaDashboardMgr = DashboardMgr;
15365
15594
  exports.TaDebug = Debug;
15366
15595
  exports.TaDelete1 = Delete1;
@@ -15430,6 +15659,7 @@ exports.TaGroup = Group;
15430
15659
  exports.TaGroupA2b = GroupA2b;
15431
15660
  exports.TaGroupAddFill = GroupAddFill;
15432
15661
  exports.TaGroupAddSm = GroupAddSm;
15662
+ exports.TaGroupCl = GroupCl;
15433
15663
  exports.TaGroupFill = GroupFill;
15434
15664
  exports.TaGroupFill2 = GroupFill2;
15435
15665
  exports.TaGroups = Groups;
@@ -15591,7 +15821,9 @@ exports.TaUser1Fill = User1Fill;
15591
15821
  exports.TaUser2 = User2;
15592
15822
  exports.TaUserAddFill = UserAddFill;
15593
15823
  exports.TaUserSettings = UserSettings;
15824
+ exports.TaUserTagCl = UserTagCl;
15594
15825
  exports.TaUsertag = Usertag;
15826
+ exports.TaVPropCl = VPropCl;
15595
15827
  exports.TaVProperty = VProperty;
15596
15828
  exports.TaVPropertySm = VPropertySm;
15597
15829
  exports.TaViewOriginal = ViewOriginal;