@tant/icons 1.1.55 → 1.1.56

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.
@@ -2530,7 +2530,7 @@ Earth.defaultProps = {
2530
2530
 
2531
2531
  var loadingCircleStyle$N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
2532
2532
 
2533
- var TdLogo = function TdLogo(props) {
2533
+ var Goal = function Goal(props) {
2534
2534
  var color = props.color,
2535
2535
  size = props.size,
2536
2536
  spin = props.spin,
@@ -2557,6 +2557,54 @@ var TdLogo = function TdLogo(props) {
2557
2557
  animationName: 'loadingCircle',
2558
2558
  animationTimingFunction: 'linear'
2559
2559
  } : {})
2560
+ }), /*#__PURE__*/React.createElement("path", {
2561
+ fillRule: "evenodd",
2562
+ clipRule: "evenodd",
2563
+ d: "M12 2c5.52 0 10 4.48 10 10 0 5.51-4.48 10-10 10-5.51 0-10-4.49-10-10C2 6.48 6.49 2 12 2zm4.88 6.27a.95.95 0 00-.35-.73.907.907 0 00-.78-.19l-.31.06c-.21.03-.5.06-.83.09-.69.05-1.4.04-1.87-.12-.71-.24-1.37-.38-2.05-.38-.68 0-1.33.14-2.05.38-.38.13-.64.49-.64.89v9.16c0 .28.23.5.5.5.28 0 .5-.22.5-.5v-2.86c.37-.03.74-.14 1.11-.17.6-.05 1.36-.05 2.1.14 1.42.36 2.95.54 4.16-.07.31-.17.51-.49.51-.84V8.27z"
2564
+ })));
2565
+ };
2566
+
2567
+ Goal.propTypes = {
2568
+ iconClassName: PropTypes.string,
2569
+ spin: PropTypes.bool,
2570
+ color: PropTypes.string,
2571
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
2572
+ };
2573
+ Goal.defaultProps = {
2574
+ spin: false,
2575
+ color: 'currentColor',
2576
+ size: '16'
2577
+ };
2578
+
2579
+ var loadingCircleStyle$O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
2580
+
2581
+ var TdLogo = function TdLogo(props) {
2582
+ var color = props.color,
2583
+ size = props.size,
2584
+ spin = props.spin,
2585
+ style = props.style,
2586
+ className = props.className,
2587
+ iconClassName = props.iconClassName,
2588
+ otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className", "iconClassName"]);
2589
+
2590
+ return /*#__PURE__*/React.createElement("span", {
2591
+ className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
2592
+ }, /*#__PURE__*/React.createElement("style", {
2593
+ children: loadingCircleStyle$O
2594
+ }), /*#__PURE__*/React.createElement("svg", _extends({
2595
+ xmlns: "http://www.w3.org/2000/svg",
2596
+ width: size,
2597
+ height: size,
2598
+ viewBox: "0 0 24 24",
2599
+ fill: color
2600
+ }, otherProps, {
2601
+ className: iconClassName,
2602
+ style: _objectSpread2(_objectSpread2({}, style), spin ? {
2603
+ animationDuration: '1s',
2604
+ animationIterationCount: 'infinite',
2605
+ animationName: 'loadingCircle',
2606
+ animationTimingFunction: 'linear'
2607
+ } : {})
2560
2608
  }), /*#__PURE__*/React.createElement("path", {
2561
2609
  d: "M5.71 1.5h1.383v1.423H5.71V1.5z"
2562
2610
  }), /*#__PURE__*/React.createElement("path", {
@@ -2582,7 +2630,7 @@ TdLogo.defaultProps = {
2582
2630
  size: '16'
2583
2631
  };
2584
2632
 
2585
- var loadingCircleStyle$O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
2633
+ var loadingCircleStyle$P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
2586
2634
 
2587
2635
  var Language = function Language(props) {
2588
2636
  var color = props.color,
@@ -2596,7 +2644,7 @@ var Language = function Language(props) {
2596
2644
  return /*#__PURE__*/React.createElement("span", {
2597
2645
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
2598
2646
  }, /*#__PURE__*/React.createElement("style", {
2599
- children: loadingCircleStyle$O
2647
+ children: loadingCircleStyle$P
2600
2648
  }), /*#__PURE__*/React.createElement("svg", _extends({
2601
2649
  xmlns: "http://www.w3.org/2000/svg",
2602
2650
  width: size,
@@ -2628,7 +2676,7 @@ Language.defaultProps = {
2628
2676
  size: '16'
2629
2677
  };
2630
2678
 
2631
- var loadingCircleStyle$P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
2679
+ var loadingCircleStyle$Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
2632
2680
 
2633
2681
  var Calendar = function Calendar(props) {
2634
2682
  var color = props.color,
@@ -2642,7 +2690,7 @@ var Calendar = function Calendar(props) {
2642
2690
  return /*#__PURE__*/React.createElement("span", {
2643
2691
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
2644
2692
  }, /*#__PURE__*/React.createElement("style", {
2645
- children: loadingCircleStyle$P
2693
+ children: loadingCircleStyle$Q
2646
2694
  }), /*#__PURE__*/React.createElement("svg", _extends({
2647
2695
  xmlns: "http://www.w3.org/2000/svg",
2648
2696
  width: size,
@@ -2674,7 +2722,7 @@ Calendar.defaultProps = {
2674
2722
  size: '16'
2675
2723
  };
2676
2724
 
2677
- var loadingCircleStyle$Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
2725
+ var loadingCircleStyle$R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
2678
2726
 
2679
2727
  var Server = function Server(props) {
2680
2728
  var color = props.color,
@@ -2688,7 +2736,7 @@ var Server = function Server(props) {
2688
2736
  return /*#__PURE__*/React.createElement("span", {
2689
2737
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
2690
2738
  }, /*#__PURE__*/React.createElement("style", {
2691
- children: loadingCircleStyle$Q
2739
+ children: loadingCircleStyle$R
2692
2740
  }), /*#__PURE__*/React.createElement("svg", _extends({
2693
2741
  xmlns: "http://www.w3.org/2000/svg",
2694
2742
  width: size,
@@ -2720,7 +2768,7 @@ Server.defaultProps = {
2720
2768
  size: '16'
2721
2769
  };
2722
2770
 
2723
- var loadingCircleStyle$R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
2771
+ var loadingCircleStyle$S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
2724
2772
 
2725
2773
  var Desktop = function Desktop(props) {
2726
2774
  var color = props.color,
@@ -2734,7 +2782,7 @@ var Desktop = function Desktop(props) {
2734
2782
  return /*#__PURE__*/React.createElement("span", {
2735
2783
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
2736
2784
  }, /*#__PURE__*/React.createElement("style", {
2737
- children: loadingCircleStyle$R
2785
+ children: loadingCircleStyle$S
2738
2786
  }), /*#__PURE__*/React.createElement("svg", _extends({
2739
2787
  xmlns: "http://www.w3.org/2000/svg",
2740
2788
  width: size,
@@ -2766,7 +2814,7 @@ Desktop.defaultProps = {
2766
2814
  size: '16'
2767
2815
  };
2768
2816
 
2769
- var loadingCircleStyle$S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
2817
+ var loadingCircleStyle$T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
2770
2818
 
2771
2819
  var Demo = function Demo(props) {
2772
2820
  var color = props.color,
@@ -2780,7 +2828,7 @@ var Demo = function Demo(props) {
2780
2828
  return /*#__PURE__*/React.createElement("span", {
2781
2829
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
2782
2830
  }, /*#__PURE__*/React.createElement("style", {
2783
- children: loadingCircleStyle$S
2831
+ children: loadingCircleStyle$T
2784
2832
  }), /*#__PURE__*/React.createElement("svg", _extends({
2785
2833
  xmlns: "http://www.w3.org/2000/svg",
2786
2834
  width: size,
@@ -2814,7 +2862,7 @@ Demo.defaultProps = {
2814
2862
  size: '16'
2815
2863
  };
2816
2864
 
2817
- var loadingCircleStyle$T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
2865
+ var loadingCircleStyle$U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
2818
2866
 
2819
2867
  var Cellphone = function Cellphone(props) {
2820
2868
  var color = props.color,
@@ -2828,7 +2876,7 @@ var Cellphone = function Cellphone(props) {
2828
2876
  return /*#__PURE__*/React.createElement("span", {
2829
2877
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
2830
2878
  }, /*#__PURE__*/React.createElement("style", {
2831
- children: loadingCircleStyle$T
2879
+ children: loadingCircleStyle$U
2832
2880
  }), /*#__PURE__*/React.createElement("svg", _extends({
2833
2881
  xmlns: "http://www.w3.org/2000/svg",
2834
2882
  width: size,
@@ -2862,7 +2910,7 @@ Cellphone.defaultProps = {
2862
2910
  size: '16'
2863
2911
  };
2864
2912
 
2865
- var loadingCircleStyle$U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
2913
+ var loadingCircleStyle$V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
2866
2914
 
2867
2915
  var Landscape = function Landscape(props) {
2868
2916
  var color = props.color,
@@ -2876,7 +2924,7 @@ var Landscape = function Landscape(props) {
2876
2924
  return /*#__PURE__*/React.createElement("span", {
2877
2925
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
2878
2926
  }, /*#__PURE__*/React.createElement("style", {
2879
- children: loadingCircleStyle$U
2927
+ children: loadingCircleStyle$V
2880
2928
  }), /*#__PURE__*/React.createElement("svg", _extends({
2881
2929
  xmlns: "http://www.w3.org/2000/svg",
2882
2930
  width: size,
@@ -2912,7 +2960,7 @@ Landscape.defaultProps = {
2912
2960
  size: '16'
2913
2961
  };
2914
2962
 
2915
- var loadingCircleStyle$V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
2963
+ var loadingCircleStyle$W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
2916
2964
 
2917
2965
  var Email = function Email(props) {
2918
2966
  var color = props.color,
@@ -2926,7 +2974,7 @@ var Email = function Email(props) {
2926
2974
  return /*#__PURE__*/React.createElement("span", {
2927
2975
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
2928
2976
  }, /*#__PURE__*/React.createElement("style", {
2929
- children: loadingCircleStyle$V
2977
+ children: loadingCircleStyle$W
2930
2978
  }), /*#__PURE__*/React.createElement("svg", _extends({
2931
2979
  xmlns: "http://www.w3.org/2000/svg",
2932
2980
  width: size,
@@ -2958,7 +3006,7 @@ Email.defaultProps = {
2958
3006
  size: '16'
2959
3007
  };
2960
3008
 
2961
- var loadingCircleStyle$W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3009
+ var loadingCircleStyle$X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
2962
3010
 
2963
3011
  var Clock = function Clock(props) {
2964
3012
  var color = props.color,
@@ -2972,7 +3020,7 @@ var Clock = function Clock(props) {
2972
3020
  return /*#__PURE__*/React.createElement("span", {
2973
3021
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
2974
3022
  }, /*#__PURE__*/React.createElement("style", {
2975
- children: loadingCircleStyle$W
3023
+ children: loadingCircleStyle$X
2976
3024
  }), /*#__PURE__*/React.createElement("svg", _extends({
2977
3025
  xmlns: "http://www.w3.org/2000/svg",
2978
3026
  width: size,
@@ -3006,7 +3054,7 @@ Clock.defaultProps = {
3006
3054
  size: '16'
3007
3055
  };
3008
3056
 
3009
- var loadingCircleStyle$X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3057
+ var loadingCircleStyle$Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3010
3058
 
3011
3059
  var Password = function Password(props) {
3012
3060
  var color = props.color,
@@ -3020,7 +3068,7 @@ var Password = function Password(props) {
3020
3068
  return /*#__PURE__*/React.createElement("span", {
3021
3069
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3022
3070
  }, /*#__PURE__*/React.createElement("style", {
3023
- children: loadingCircleStyle$X
3071
+ children: loadingCircleStyle$Y
3024
3072
  }), /*#__PURE__*/React.createElement("svg", _extends({
3025
3073
  xmlns: "http://www.w3.org/2000/svg",
3026
3074
  width: size,
@@ -3052,7 +3100,7 @@ Password.defaultProps = {
3052
3100
  size: '16'
3053
3101
  };
3054
3102
 
3055
- var loadingCircleStyle$Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3103
+ var loadingCircleStyle$Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3056
3104
 
3057
3105
  var ResetPassword = function ResetPassword(props) {
3058
3106
  var color = props.color,
@@ -3066,7 +3114,7 @@ var ResetPassword = function ResetPassword(props) {
3066
3114
  return /*#__PURE__*/React.createElement("span", {
3067
3115
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3068
3116
  }, /*#__PURE__*/React.createElement("style", {
3069
- children: loadingCircleStyle$Y
3117
+ children: loadingCircleStyle$Z
3070
3118
  }), /*#__PURE__*/React.createElement("svg", _extends({
3071
3119
  xmlns: "http://www.w3.org/2000/svg",
3072
3120
  width: size,
@@ -3098,7 +3146,7 @@ ResetPassword.defaultProps = {
3098
3146
  size: '16'
3099
3147
  };
3100
3148
 
3101
- var loadingCircleStyle$Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3149
+ var loadingCircleStyle$_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3102
3150
 
3103
3151
  var Private = function Private(props) {
3104
3152
  var color = props.color,
@@ -3112,7 +3160,7 @@ var Private = function Private(props) {
3112
3160
  return /*#__PURE__*/React.createElement("span", {
3113
3161
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3114
3162
  }, /*#__PURE__*/React.createElement("style", {
3115
- children: loadingCircleStyle$Z
3163
+ children: loadingCircleStyle$_
3116
3164
  }), /*#__PURE__*/React.createElement("svg", _extends({
3117
3165
  xmlns: "http://www.w3.org/2000/svg",
3118
3166
  width: size,
@@ -3144,7 +3192,7 @@ Private.defaultProps = {
3144
3192
  size: '16'
3145
3193
  };
3146
3194
 
3147
- var loadingCircleStyle$_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3195
+ var loadingCircleStyle$$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3148
3196
 
3149
3197
  var Bell = function Bell(props) {
3150
3198
  var color = props.color,
@@ -3158,7 +3206,7 @@ var Bell = function Bell(props) {
3158
3206
  return /*#__PURE__*/React.createElement("span", {
3159
3207
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3160
3208
  }, /*#__PURE__*/React.createElement("style", {
3161
- children: loadingCircleStyle$_
3209
+ children: loadingCircleStyle$$
3162
3210
  }), /*#__PURE__*/React.createElement("svg", _extends({
3163
3211
  xmlns: "http://www.w3.org/2000/svg",
3164
3212
  width: size,
@@ -3192,7 +3240,7 @@ Bell.defaultProps = {
3192
3240
  size: '16'
3193
3241
  };
3194
3242
 
3195
- var loadingCircleStyle$$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3243
+ var loadingCircleStyle$10 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3196
3244
 
3197
3245
  var Logout = function Logout(props) {
3198
3246
  var color = props.color,
@@ -3206,7 +3254,7 @@ var Logout = function Logout(props) {
3206
3254
  return /*#__PURE__*/React.createElement("span", {
3207
3255
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3208
3256
  }, /*#__PURE__*/React.createElement("style", {
3209
- children: loadingCircleStyle$$
3257
+ children: loadingCircleStyle$10
3210
3258
  }), /*#__PURE__*/React.createElement("svg", _extends({
3211
3259
  xmlns: "http://www.w3.org/2000/svg",
3212
3260
  width: size,
@@ -3240,7 +3288,7 @@ Logout.defaultProps = {
3240
3288
  size: '16'
3241
3289
  };
3242
3290
 
3243
- var loadingCircleStyle$10 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3291
+ var loadingCircleStyle$11 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3244
3292
 
3245
3293
  var Speed = function Speed(props) {
3246
3294
  var color = props.color,
@@ -3254,7 +3302,7 @@ var Speed = function Speed(props) {
3254
3302
  return /*#__PURE__*/React.createElement("span", {
3255
3303
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3256
3304
  }, /*#__PURE__*/React.createElement("style", {
3257
- children: loadingCircleStyle$10
3305
+ children: loadingCircleStyle$11
3258
3306
  }), /*#__PURE__*/React.createElement("svg", _extends({
3259
3307
  xmlns: "http://www.w3.org/2000/svg",
3260
3308
  width: size,
@@ -3286,7 +3334,7 @@ Speed.defaultProps = {
3286
3334
  size: '16'
3287
3335
  };
3288
3336
 
3289
- var loadingCircleStyle$11 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3337
+ var loadingCircleStyle$12 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3290
3338
 
3291
3339
  var Mfa = function Mfa(props) {
3292
3340
  var color = props.color,
@@ -3300,7 +3348,7 @@ var Mfa = function Mfa(props) {
3300
3348
  return /*#__PURE__*/React.createElement("span", {
3301
3349
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3302
3350
  }, /*#__PURE__*/React.createElement("style", {
3303
- children: loadingCircleStyle$11
3351
+ children: loadingCircleStyle$12
3304
3352
  }), /*#__PURE__*/React.createElement("svg", _extends({
3305
3353
  xmlns: "http://www.w3.org/2000/svg",
3306
3354
  width: size,
@@ -3332,7 +3380,7 @@ Mfa.defaultProps = {
3332
3380
  size: '16'
3333
3381
  };
3334
3382
 
3335
- var loadingCircleStyle$12 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3383
+ var loadingCircleStyle$13 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3336
3384
 
3337
3385
  var Tracking = function Tracking(props) {
3338
3386
  var color = props.color,
@@ -3346,7 +3394,7 @@ var Tracking = function Tracking(props) {
3346
3394
  return /*#__PURE__*/React.createElement("span", {
3347
3395
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3348
3396
  }, /*#__PURE__*/React.createElement("style", {
3349
- children: loadingCircleStyle$12
3397
+ children: loadingCircleStyle$13
3350
3398
  }), /*#__PURE__*/React.createElement("svg", _extends({
3351
3399
  xmlns: "http://www.w3.org/2000/svg",
3352
3400
  width: size,
@@ -3388,7 +3436,7 @@ Tracking.defaultProps = {
3388
3436
  size: '16'
3389
3437
  };
3390
3438
 
3391
- var loadingCircleStyle$13 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3439
+ var loadingCircleStyle$14 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3392
3440
 
3393
3441
  var Forewarning = function Forewarning(props) {
3394
3442
  var color = props.color,
@@ -3402,7 +3450,7 @@ var Forewarning = function Forewarning(props) {
3402
3450
  return /*#__PURE__*/React.createElement("span", {
3403
3451
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3404
3452
  }, /*#__PURE__*/React.createElement("style", {
3405
- children: loadingCircleStyle$13
3453
+ children: loadingCircleStyle$14
3406
3454
  }), /*#__PURE__*/React.createElement("svg", _extends({
3407
3455
  xmlns: "http://www.w3.org/2000/svg",
3408
3456
  width: size,
@@ -3438,7 +3486,7 @@ Forewarning.defaultProps = {
3438
3486
  size: '16'
3439
3487
  };
3440
3488
 
3441
- var loadingCircleStyle$14 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3489
+ var loadingCircleStyle$15 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3442
3490
 
3443
3491
  var SystemMgr = function SystemMgr(props) {
3444
3492
  var color = props.color,
@@ -3452,7 +3500,7 @@ var SystemMgr = function SystemMgr(props) {
3452
3500
  return /*#__PURE__*/React.createElement("span", {
3453
3501
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3454
3502
  }, /*#__PURE__*/React.createElement("style", {
3455
- children: loadingCircleStyle$14
3503
+ children: loadingCircleStyle$15
3456
3504
  }), /*#__PURE__*/React.createElement("svg", _extends({
3457
3505
  xmlns: "http://www.w3.org/2000/svg",
3458
3506
  width: size,
@@ -3488,7 +3536,7 @@ SystemMgr.defaultProps = {
3488
3536
  size: '16'
3489
3537
  };
3490
3538
 
3491
- var loadingCircleStyle$15 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3539
+ var loadingCircleStyle$16 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3492
3540
 
3493
3541
  var Pattern = function Pattern(props) {
3494
3542
  var color = props.color,
@@ -3502,7 +3550,7 @@ var Pattern = function Pattern(props) {
3502
3550
  return /*#__PURE__*/React.createElement("span", {
3503
3551
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3504
3552
  }, /*#__PURE__*/React.createElement("style", {
3505
- children: loadingCircleStyle$15
3553
+ children: loadingCircleStyle$16
3506
3554
  }), /*#__PURE__*/React.createElement("svg", _extends({
3507
3555
  xmlns: "http://www.w3.org/2000/svg",
3508
3556
  width: size,
@@ -3542,7 +3590,7 @@ Pattern.defaultProps = {
3542
3590
  size: '16'
3543
3591
  };
3544
3592
 
3545
- var loadingCircleStyle$16 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3593
+ var loadingCircleStyle$17 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3546
3594
 
3547
3595
  var Debug = function Debug(props) {
3548
3596
  var color = props.color,
@@ -3556,7 +3604,7 @@ var Debug = function Debug(props) {
3556
3604
  return /*#__PURE__*/React.createElement("span", {
3557
3605
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3558
3606
  }, /*#__PURE__*/React.createElement("style", {
3559
- children: loadingCircleStyle$16
3607
+ children: loadingCircleStyle$17
3560
3608
  }), /*#__PURE__*/React.createElement("svg", _extends({
3561
3609
  xmlns: "http://www.w3.org/2000/svg",
3562
3610
  width: size,
@@ -3588,7 +3636,7 @@ Debug.defaultProps = {
3588
3636
  size: '16'
3589
3637
  };
3590
3638
 
3591
- var loadingCircleStyle$17 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3639
+ var loadingCircleStyle$18 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3592
3640
 
3593
3641
  var Live = function Live(props) {
3594
3642
  var color = props.color,
@@ -3602,7 +3650,7 @@ var Live = function Live(props) {
3602
3650
  return /*#__PURE__*/React.createElement("span", {
3603
3651
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3604
3652
  }, /*#__PURE__*/React.createElement("style", {
3605
- children: loadingCircleStyle$17
3653
+ children: loadingCircleStyle$18
3606
3654
  }), /*#__PURE__*/React.createElement("svg", _extends({
3607
3655
  xmlns: "http://www.w3.org/2000/svg",
3608
3656
  width: size,
@@ -3634,7 +3682,7 @@ Live.defaultProps = {
3634
3682
  size: '16'
3635
3683
  };
3636
3684
 
3637
- var loadingCircleStyle$18 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3685
+ var loadingCircleStyle$19 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3638
3686
 
3639
3687
  var Plug = function Plug(props) {
3640
3688
  var color = props.color,
@@ -3648,7 +3696,7 @@ var Plug = function Plug(props) {
3648
3696
  return /*#__PURE__*/React.createElement("span", {
3649
3697
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3650
3698
  }, /*#__PURE__*/React.createElement("style", {
3651
- children: loadingCircleStyle$18
3699
+ children: loadingCircleStyle$19
3652
3700
  }), /*#__PURE__*/React.createElement("svg", _extends({
3653
3701
  xmlns: "http://www.w3.org/2000/svg",
3654
3702
  width: size,
@@ -3680,7 +3728,7 @@ Plug.defaultProps = {
3680
3728
  size: '16'
3681
3729
  };
3682
3730
 
3683
- var loadingCircleStyle$19 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3731
+ var loadingCircleStyle$1a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3684
3732
 
3685
3733
  var Application = function Application(props) {
3686
3734
  var color = props.color,
@@ -3694,7 +3742,7 @@ var Application = function Application(props) {
3694
3742
  return /*#__PURE__*/React.createElement("span", {
3695
3743
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3696
3744
  }, /*#__PURE__*/React.createElement("style", {
3697
- children: loadingCircleStyle$19
3745
+ children: loadingCircleStyle$1a
3698
3746
  }), /*#__PURE__*/React.createElement("svg", _extends({
3699
3747
  xmlns: "http://www.w3.org/2000/svg",
3700
3748
  width: size,
@@ -3736,7 +3784,7 @@ Application.defaultProps = {
3736
3784
  size: '16'
3737
3785
  };
3738
3786
 
3739
- var loadingCircleStyle$1a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3787
+ var loadingCircleStyle$1b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3740
3788
 
3741
3789
  var Gift = function Gift(props) {
3742
3790
  var color = props.color,
@@ -3750,7 +3798,7 @@ var Gift = function Gift(props) {
3750
3798
  return /*#__PURE__*/React.createElement("span", {
3751
3799
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3752
3800
  }, /*#__PURE__*/React.createElement("style", {
3753
- children: loadingCircleStyle$1a
3801
+ children: loadingCircleStyle$1b
3754
3802
  }), /*#__PURE__*/React.createElement("svg", _extends({
3755
3803
  xmlns: "http://www.w3.org/2000/svg",
3756
3804
  width: size,
@@ -3782,7 +3830,7 @@ Gift.defaultProps = {
3782
3830
  size: '16'
3783
3831
  };
3784
3832
 
3785
- var loadingCircleStyle$1b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3833
+ var loadingCircleStyle$1c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3786
3834
 
3787
3835
  var Usb = function Usb(props) {
3788
3836
  var color = props.color,
@@ -3796,7 +3844,7 @@ var Usb = function Usb(props) {
3796
3844
  return /*#__PURE__*/React.createElement("span", {
3797
3845
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3798
3846
  }, /*#__PURE__*/React.createElement("style", {
3799
- children: loadingCircleStyle$1b
3847
+ children: loadingCircleStyle$1c
3800
3848
  }), /*#__PURE__*/React.createElement("svg", _extends({
3801
3849
  xmlns: "http://www.w3.org/2000/svg",
3802
3850
  width: size,
@@ -3828,7 +3876,7 @@ Usb.defaultProps = {
3828
3876
  size: '16'
3829
3877
  };
3830
3878
 
3831
- var loadingCircleStyle$1c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3879
+ var loadingCircleStyle$1d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3832
3880
 
3833
3881
  var Location = function Location(props) {
3834
3882
  var color = props.color,
@@ -3842,7 +3890,7 @@ var Location = function Location(props) {
3842
3890
  return /*#__PURE__*/React.createElement("span", {
3843
3891
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3844
3892
  }, /*#__PURE__*/React.createElement("style", {
3845
- children: loadingCircleStyle$1c
3893
+ children: loadingCircleStyle$1d
3846
3894
  }), /*#__PURE__*/React.createElement("svg", _extends({
3847
3895
  xmlns: "http://www.w3.org/2000/svg",
3848
3896
  width: size,
@@ -3878,7 +3926,7 @@ Location.defaultProps = {
3878
3926
  size: '16'
3879
3927
  };
3880
3928
 
3881
- var loadingCircleStyle$1d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3929
+ var loadingCircleStyle$1e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3882
3930
 
3883
3931
  var ShieldCheck = function ShieldCheck(props) {
3884
3932
  var color = props.color,
@@ -3892,7 +3940,7 @@ var ShieldCheck = function ShieldCheck(props) {
3892
3940
  return /*#__PURE__*/React.createElement("span", {
3893
3941
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3894
3942
  }, /*#__PURE__*/React.createElement("style", {
3895
- children: loadingCircleStyle$1d
3943
+ children: loadingCircleStyle$1e
3896
3944
  }), /*#__PURE__*/React.createElement("svg", _extends({
3897
3945
  xmlns: "http://www.w3.org/2000/svg",
3898
3946
  width: size,
@@ -3924,7 +3972,7 @@ ShieldCheck.defaultProps = {
3924
3972
  size: '16'
3925
3973
  };
3926
3974
 
3927
- var loadingCircleStyle$1e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3975
+ var loadingCircleStyle$1f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3928
3976
 
3929
3977
  var ShieldCross = function ShieldCross(props) {
3930
3978
  var color = props.color,
@@ -3938,7 +3986,7 @@ var ShieldCross = function ShieldCross(props) {
3938
3986
  return /*#__PURE__*/React.createElement("span", {
3939
3987
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3940
3988
  }, /*#__PURE__*/React.createElement("style", {
3941
- children: loadingCircleStyle$1e
3989
+ children: loadingCircleStyle$1f
3942
3990
  }), /*#__PURE__*/React.createElement("svg", _extends({
3943
3991
  xmlns: "http://www.w3.org/2000/svg",
3944
3992
  width: size,
@@ -3970,7 +4018,7 @@ ShieldCross.defaultProps = {
3970
4018
  size: '16'
3971
4019
  };
3972
4020
 
3973
- var loadingCircleStyle$1f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4021
+ var loadingCircleStyle$1g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3974
4022
 
3975
4023
  var ShieldKeyhole = function ShieldKeyhole(props) {
3976
4024
  var color = props.color,
@@ -3984,7 +4032,7 @@ var ShieldKeyhole = function ShieldKeyhole(props) {
3984
4032
  return /*#__PURE__*/React.createElement("span", {
3985
4033
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3986
4034
  }, /*#__PURE__*/React.createElement("style", {
3987
- children: loadingCircleStyle$1f
4035
+ children: loadingCircleStyle$1g
3988
4036
  }), /*#__PURE__*/React.createElement("svg", _extends({
3989
4037
  xmlns: "http://www.w3.org/2000/svg",
3990
4038
  width: size,
@@ -4016,7 +4064,7 @@ ShieldKeyhole.defaultProps = {
4016
4064
  size: '16'
4017
4065
  };
4018
4066
 
4019
- var loadingCircleStyle$1g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4067
+ var loadingCircleStyle$1h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4020
4068
 
4021
4069
  var Analysis = function Analysis(props) {
4022
4070
  var color = props.color,
@@ -4030,7 +4078,7 @@ var Analysis = function Analysis(props) {
4030
4078
  return /*#__PURE__*/React.createElement("span", {
4031
4079
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4032
4080
  }, /*#__PURE__*/React.createElement("style", {
4033
- children: loadingCircleStyle$1g
4081
+ children: loadingCircleStyle$1h
4034
4082
  }), /*#__PURE__*/React.createElement("svg", _extends({
4035
4083
  xmlns: "http://www.w3.org/2000/svg",
4036
4084
  width: size,
@@ -4062,7 +4110,7 @@ Analysis.defaultProps = {
4062
4110
  size: '16'
4063
4111
  };
4064
4112
 
4065
- var loadingCircleStyle$1h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4113
+ var loadingCircleStyle$1i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4066
4114
 
4067
4115
  var Filter = function Filter(props) {
4068
4116
  var color = props.color,
@@ -4076,7 +4124,7 @@ var Filter = function Filter(props) {
4076
4124
  return /*#__PURE__*/React.createElement("span", {
4077
4125
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4078
4126
  }, /*#__PURE__*/React.createElement("style", {
4079
- children: loadingCircleStyle$1h
4127
+ children: loadingCircleStyle$1i
4080
4128
  }), /*#__PURE__*/React.createElement("svg", _extends({
4081
4129
  xmlns: "http://www.w3.org/2000/svg",
4082
4130
  width: size,
@@ -4108,7 +4156,7 @@ Filter.defaultProps = {
4108
4156
  size: '16'
4109
4157
  };
4110
4158
 
4111
- var loadingCircleStyle$1i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4159
+ var loadingCircleStyle$1j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4112
4160
 
4113
4161
  var Filter2 = function Filter2(props) {
4114
4162
  var color = props.color,
@@ -4122,7 +4170,7 @@ var Filter2 = function Filter2(props) {
4122
4170
  return /*#__PURE__*/React.createElement("span", {
4123
4171
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4124
4172
  }, /*#__PURE__*/React.createElement("style", {
4125
- children: loadingCircleStyle$1i
4173
+ children: loadingCircleStyle$1j
4126
4174
  }), /*#__PURE__*/React.createElement("svg", _extends({
4127
4175
  xmlns: "http://www.w3.org/2000/svg",
4128
4176
  width: size,
@@ -4154,7 +4202,7 @@ Filter2.defaultProps = {
4154
4202
  size: '16'
4155
4203
  };
4156
4204
 
4157
- var loadingCircleStyle$1j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4205
+ var loadingCircleStyle$1k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4158
4206
 
4159
4207
  var ParallelFilter = function ParallelFilter(props) {
4160
4208
  var color = props.color,
@@ -4168,7 +4216,7 @@ var ParallelFilter = function ParallelFilter(props) {
4168
4216
  return /*#__PURE__*/React.createElement("span", {
4169
4217
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4170
4218
  }, /*#__PURE__*/React.createElement("style", {
4171
- children: loadingCircleStyle$1j
4219
+ children: loadingCircleStyle$1k
4172
4220
  }), /*#__PURE__*/React.createElement("svg", _extends({
4173
4221
  xmlns: "http://www.w3.org/2000/svg",
4174
4222
  width: size,
@@ -4202,7 +4250,7 @@ ParallelFilter.defaultProps = {
4202
4250
  size: '16'
4203
4251
  };
4204
4252
 
4205
- var loadingCircleStyle$1k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4253
+ var loadingCircleStyle$1l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4206
4254
 
4207
4255
  var Expression = function Expression(props) {
4208
4256
  var color = props.color,
@@ -4216,7 +4264,7 @@ var Expression = function Expression(props) {
4216
4264
  return /*#__PURE__*/React.createElement("span", {
4217
4265
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4218
4266
  }, /*#__PURE__*/React.createElement("style", {
4219
- children: loadingCircleStyle$1k
4267
+ children: loadingCircleStyle$1l
4220
4268
  }), /*#__PURE__*/React.createElement("svg", _extends({
4221
4269
  xmlns: "http://www.w3.org/2000/svg",
4222
4270
  width: size,
@@ -4248,7 +4296,7 @@ Expression.defaultProps = {
4248
4296
  size: '16'
4249
4297
  };
4250
4298
 
4251
- var loadingCircleStyle$1l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4299
+ var loadingCircleStyle$1m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4252
4300
 
4253
4301
  var Expression2 = function Expression2(props) {
4254
4302
  var color = props.color,
@@ -4262,7 +4310,7 @@ var Expression2 = function Expression2(props) {
4262
4310
  return /*#__PURE__*/React.createElement("span", {
4263
4311
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4264
4312
  }, /*#__PURE__*/React.createElement("style", {
4265
- children: loadingCircleStyle$1l
4313
+ children: loadingCircleStyle$1m
4266
4314
  }), /*#__PURE__*/React.createElement("svg", _extends({
4267
4315
  xmlns: "http://www.w3.org/2000/svg",
4268
4316
  width: size,
@@ -4296,7 +4344,7 @@ Expression2.defaultProps = {
4296
4344
  size: '16'
4297
4345
  };
4298
4346
 
4299
- var loadingCircleStyle$1m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4347
+ var loadingCircleStyle$1n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4300
4348
 
4301
4349
  var FirstLast = function FirstLast(props) {
4302
4350
  var color = props.color,
@@ -4310,7 +4358,7 @@ var FirstLast = function FirstLast(props) {
4310
4358
  return /*#__PURE__*/React.createElement("span", {
4311
4359
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4312
4360
  }, /*#__PURE__*/React.createElement("style", {
4313
- children: loadingCircleStyle$1m
4361
+ children: loadingCircleStyle$1n
4314
4362
  }), /*#__PURE__*/React.createElement("svg", _extends({
4315
4363
  xmlns: "http://www.w3.org/2000/svg",
4316
4364
  width: size,
@@ -4342,7 +4390,7 @@ FirstLast.defaultProps = {
4342
4390
  size: '16'
4343
4391
  };
4344
4392
 
4345
- var loadingCircleStyle$1n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4393
+ var loadingCircleStyle$1o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4346
4394
 
4347
4395
  var RelatedProp = function RelatedProp(props) {
4348
4396
  var color = props.color,
@@ -4356,7 +4404,7 @@ var RelatedProp = function RelatedProp(props) {
4356
4404
  return /*#__PURE__*/React.createElement("span", {
4357
4405
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4358
4406
  }, /*#__PURE__*/React.createElement("style", {
4359
- children: loadingCircleStyle$1n
4407
+ children: loadingCircleStyle$1o
4360
4408
  }), /*#__PURE__*/React.createElement("svg", _extends({
4361
4409
  xmlns: "http://www.w3.org/2000/svg",
4362
4410
  width: size,
@@ -4388,7 +4436,7 @@ RelatedProp.defaultProps = {
4388
4436
  size: '16'
4389
4437
  };
4390
4438
 
4391
- var loadingCircleStyle$1o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4439
+ var loadingCircleStyle$1p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4392
4440
 
4393
4441
  var SortRise = function SortRise(props) {
4394
4442
  var color = props.color,
@@ -4402,7 +4450,7 @@ var SortRise = function SortRise(props) {
4402
4450
  return /*#__PURE__*/React.createElement("span", {
4403
4451
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4404
4452
  }, /*#__PURE__*/React.createElement("style", {
4405
- children: loadingCircleStyle$1o
4453
+ children: loadingCircleStyle$1p
4406
4454
  }), /*#__PURE__*/React.createElement("svg", _extends({
4407
4455
  xmlns: "http://www.w3.org/2000/svg",
4408
4456
  width: size,
@@ -4438,7 +4486,7 @@ SortRise.defaultProps = {
4438
4486
  size: '16'
4439
4487
  };
4440
4488
 
4441
- var loadingCircleStyle$1p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4489
+ var loadingCircleStyle$1q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4442
4490
 
4443
4491
  var SortDrop = function SortDrop(props) {
4444
4492
  var color = props.color,
@@ -4452,7 +4500,7 @@ var SortDrop = function SortDrop(props) {
4452
4500
  return /*#__PURE__*/React.createElement("span", {
4453
4501
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4454
4502
  }, /*#__PURE__*/React.createElement("style", {
4455
- children: loadingCircleStyle$1p
4503
+ children: loadingCircleStyle$1q
4456
4504
  }), /*#__PURE__*/React.createElement("svg", _extends({
4457
4505
  xmlns: "http://www.w3.org/2000/svg",
4458
4506
  width: size,
@@ -4488,7 +4536,7 @@ SortDrop.defaultProps = {
4488
4536
  size: '16'
4489
4537
  };
4490
4538
 
4491
- var loadingCircleStyle$1q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4539
+ var loadingCircleStyle$1r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4492
4540
 
4493
4541
  var Ascent = function Ascent(props) {
4494
4542
  var color = props.color,
@@ -4502,7 +4550,7 @@ var Ascent = function Ascent(props) {
4502
4550
  return /*#__PURE__*/React.createElement("span", {
4503
4551
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4504
4552
  }, /*#__PURE__*/React.createElement("style", {
4505
- children: loadingCircleStyle$1q
4553
+ children: loadingCircleStyle$1r
4506
4554
  }), /*#__PURE__*/React.createElement("svg", _extends({
4507
4555
  xmlns: "http://www.w3.org/2000/svg",
4508
4556
  width: size,
@@ -4534,7 +4582,7 @@ Ascent.defaultProps = {
4534
4582
  size: '16'
4535
4583
  };
4536
4584
 
4537
- var loadingCircleStyle$1r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4585
+ var loadingCircleStyle$1s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4538
4586
 
4539
4587
  var Descent = function Descent(props) {
4540
4588
  var color = props.color,
@@ -4548,7 +4596,7 @@ var Descent = function Descent(props) {
4548
4596
  return /*#__PURE__*/React.createElement("span", {
4549
4597
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4550
4598
  }, /*#__PURE__*/React.createElement("style", {
4551
- children: loadingCircleStyle$1r
4599
+ children: loadingCircleStyle$1s
4552
4600
  }), /*#__PURE__*/React.createElement("svg", _extends({
4553
4601
  xmlns: "http://www.w3.org/2000/svg",
4554
4602
  width: size,
@@ -4580,7 +4628,7 @@ Descent.defaultProps = {
4580
4628
  size: '16'
4581
4629
  };
4582
4630
 
4583
- var loadingCircleStyle$1s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4631
+ var loadingCircleStyle$1t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4584
4632
 
4585
4633
  var SortA2z = function SortA2z(props) {
4586
4634
  var color = props.color,
@@ -4594,7 +4642,7 @@ var SortA2z = function SortA2z(props) {
4594
4642
  return /*#__PURE__*/React.createElement("span", {
4595
4643
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4596
4644
  }, /*#__PURE__*/React.createElement("style", {
4597
- children: loadingCircleStyle$1s
4645
+ children: loadingCircleStyle$1t
4598
4646
  }), /*#__PURE__*/React.createElement("svg", _extends({
4599
4647
  xmlns: "http://www.w3.org/2000/svg",
4600
4648
  width: size,
@@ -4610,11 +4658,21 @@ var SortA2z = function SortA2z(props) {
4610
4658
  animationTimingFunction: 'linear'
4611
4659
  } : {})
4612
4660
  }), /*#__PURE__*/React.createElement("path", {
4613
- d: "M22 12.047h-5.742l5.565-7.838V3H14v1.541h5.557L14 12.334v1.24h8v-1.527z"
4661
+ fillRule: "evenodd",
4662
+ clipRule: "evenodd",
4663
+ d: "M18 2a1 1 0 011 1v17a1 1 0 11-2 0V3a1 1 0 011-1z"
4664
+ }), /*#__PURE__*/React.createElement("path", {
4665
+ fillRule: "evenodd",
4666
+ clipRule: "evenodd",
4667
+ d: "M13.707 16.293a1 1 0 011.414 0l3.586 3.586a1 1 0 01-1.414 1.414l-3.586-3.586a1 1 0 010-1.414z"
4614
4668
  }), /*#__PURE__*/React.createElement("path", {
4615
4669
  fillRule: "evenodd",
4616
4670
  clipRule: "evenodd",
4617
- d: "M3.98 21l.889-2.561h4.247L10.012 21H12L7.85 10H6.143L2 21h1.98zm3.012-8.665l1.59 4.563H5.403l1.588-4.563z"
4671
+ d: "M22.293 16.293a1 1 0 00-1.414 0l-3.586 3.586a1 1 0 001.414 1.414l3.586-3.586a1 1 0 000-1.414z"
4672
+ }), /*#__PURE__*/React.createElement("path", {
4673
+ d: "M6.736 2L10 10H8.611l-.795-2.062H4.172L3.377 10H2l3.264-8h1.472zm.688 4.93l-1.4-3.62h-.048L4.564 6.93h2.86z"
4674
+ }), /*#__PURE__*/React.createElement("path", {
4675
+ d: "M2.859 13h6.354v1.097l-5.014 6.73H9.5V22h-7v-1.084l5.026-6.744H2.859V13z"
4618
4676
  })));
4619
4677
  };
4620
4678
 
@@ -4630,7 +4688,7 @@ SortA2z.defaultProps = {
4630
4688
  size: '16'
4631
4689
  };
4632
4690
 
4633
- var loadingCircleStyle$1t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4691
+ var loadingCircleStyle$1u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4634
4692
 
4635
4693
  var SortZ2a = function SortZ2a(props) {
4636
4694
  var color = props.color,
@@ -4644,7 +4702,7 @@ var SortZ2a = function SortZ2a(props) {
4644
4702
  return /*#__PURE__*/React.createElement("span", {
4645
4703
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4646
4704
  }, /*#__PURE__*/React.createElement("style", {
4647
- children: loadingCircleStyle$1t
4705
+ children: loadingCircleStyle$1u
4648
4706
  }), /*#__PURE__*/React.createElement("svg", _extends({
4649
4707
  xmlns: "http://www.w3.org/2000/svg",
4650
4708
  width: size,
@@ -4660,11 +4718,21 @@ var SortZ2a = function SortZ2a(props) {
4660
4718
  animationTimingFunction: 'linear'
4661
4719
  } : {})
4662
4720
  }), /*#__PURE__*/React.createElement("path", {
4663
- d: "M10 12.035H4.258l5.565-7.826V3H2v1.541h5.557L2 12.322v1.24h8v-1.527z"
4721
+ fillRule: "evenodd",
4722
+ clipRule: "evenodd",
4723
+ d: "M18 22a1 1 0 01-1-1V4a1 1 0 112 0v17a1 1 0 01-1 1z"
4724
+ }), /*#__PURE__*/React.createElement("path", {
4725
+ fillRule: "evenodd",
4726
+ clipRule: "evenodd",
4727
+ d: "M22.293 7.707a1 1 0 01-1.414 0l-3.586-3.586a1 1 0 011.414-1.414l3.586 3.586a1 1 0 010 1.414z"
4664
4728
  }), /*#__PURE__*/React.createElement("path", {
4665
4729
  fillRule: "evenodd",
4666
4730
  clipRule: "evenodd",
4667
- d: "M13.98 21l.889-2.561h4.247L20.012 21H22l-4.15-11h-1.708L12 21h1.98zm3.012-8.665l1.59 4.563h-3.178l1.588-4.563z"
4731
+ d: "M13.707 7.707a1 1 0 001.414 0l3.586-3.586a1 1 0 00-1.414-1.414l-3.586 3.586a1 1 0 000 1.414z"
4732
+ }), /*#__PURE__*/React.createElement("path", {
4733
+ d: "M6.736 2L10 10H8.611l-.795-2.062H4.172L3.377 10H2l3.264-8h1.472zm.688 4.93l-1.4-3.62h-.048L4.564 6.93h2.86z"
4734
+ }), /*#__PURE__*/React.createElement("path", {
4735
+ d: "M2.859 13h6.354v1.097l-5.014 6.73H9.5V22h-7v-1.084l5.026-6.744H2.859V13z"
4668
4736
  })));
4669
4737
  };
4670
4738
 
@@ -4680,7 +4748,7 @@ SortZ2a.defaultProps = {
4680
4748
  size: '16'
4681
4749
  };
4682
4750
 
4683
- var loadingCircleStyle$1u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4751
+ var loadingCircleStyle$1v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4684
4752
 
4685
4753
  var Sort = function Sort(props) {
4686
4754
  var color = props.color,
@@ -4694,7 +4762,7 @@ var Sort = function Sort(props) {
4694
4762
  return /*#__PURE__*/React.createElement("span", {
4695
4763
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4696
4764
  }, /*#__PURE__*/React.createElement("style", {
4697
- children: loadingCircleStyle$1u
4765
+ children: loadingCircleStyle$1v
4698
4766
  }), /*#__PURE__*/React.createElement("svg", _extends({
4699
4767
  xmlns: "http://www.w3.org/2000/svg",
4700
4768
  width: size,
@@ -4726,7 +4794,7 @@ Sort.defaultProps = {
4726
4794
  size: '16'
4727
4795
  };
4728
4796
 
4729
- var loadingCircleStyle$1v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4797
+ var loadingCircleStyle$1w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4730
4798
 
4731
4799
  var SortResult = function SortResult(props) {
4732
4800
  var color = props.color,
@@ -4740,7 +4808,7 @@ var SortResult = function SortResult(props) {
4740
4808
  return /*#__PURE__*/React.createElement("span", {
4741
4809
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4742
4810
  }, /*#__PURE__*/React.createElement("style", {
4743
- children: loadingCircleStyle$1v
4811
+ children: loadingCircleStyle$1w
4744
4812
  }), /*#__PURE__*/React.createElement("svg", _extends({
4745
4813
  xmlns: "http://www.w3.org/2000/svg",
4746
4814
  width: size,
@@ -4778,7 +4846,7 @@ SortResult.defaultProps = {
4778
4846
  size: '16'
4779
4847
  };
4780
4848
 
4781
- var loadingCircleStyle$1w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4849
+ var loadingCircleStyle$1x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4782
4850
 
4783
4851
  var TA2b = function TA2b(props) {
4784
4852
  var color = props.color,
@@ -4792,7 +4860,7 @@ var TA2b = function TA2b(props) {
4792
4860
  return /*#__PURE__*/React.createElement("span", {
4793
4861
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4794
4862
  }, /*#__PURE__*/React.createElement("style", {
4795
- children: loadingCircleStyle$1w
4863
+ children: loadingCircleStyle$1x
4796
4864
  }), /*#__PURE__*/React.createElement("svg", _extends({
4797
4865
  xmlns: "http://www.w3.org/2000/svg",
4798
4866
  width: size,
@@ -4824,7 +4892,7 @@ TA2b.defaultProps = {
4824
4892
  size: '16'
4825
4893
  };
4826
4894
 
4827
- var loadingCircleStyle$1x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4895
+ var loadingCircleStyle$1y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4828
4896
 
4829
4897
  var TX2y = function TX2y(props) {
4830
4898
  var color = props.color,
@@ -4838,7 +4906,7 @@ var TX2y = function TX2y(props) {
4838
4906
  return /*#__PURE__*/React.createElement("span", {
4839
4907
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4840
4908
  }, /*#__PURE__*/React.createElement("style", {
4841
- children: loadingCircleStyle$1x
4909
+ children: loadingCircleStyle$1y
4842
4910
  }), /*#__PURE__*/React.createElement("svg", _extends({
4843
4911
  xmlns: "http://www.w3.org/2000/svg",
4844
4912
  width: size,
@@ -4874,7 +4942,7 @@ TX2y.defaultProps = {
4874
4942
  size: '16'
4875
4943
  };
4876
4944
 
4877
- var loadingCircleStyle$1y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4945
+ var loadingCircleStyle$1z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4878
4946
 
4879
4947
  var Parameter = function Parameter(props) {
4880
4948
  var color = props.color,
@@ -4888,7 +4956,7 @@ var Parameter = function Parameter(props) {
4888
4956
  return /*#__PURE__*/React.createElement("span", {
4889
4957
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4890
4958
  }, /*#__PURE__*/React.createElement("style", {
4891
- children: loadingCircleStyle$1y
4959
+ children: loadingCircleStyle$1z
4892
4960
  }), /*#__PURE__*/React.createElement("svg", _extends({
4893
4961
  xmlns: "http://www.w3.org/2000/svg",
4894
4962
  width: size,
@@ -4926,7 +4994,7 @@ Parameter.defaultProps = {
4926
4994
  size: '16'
4927
4995
  };
4928
4996
 
4929
- var loadingCircleStyle$1z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4997
+ var loadingCircleStyle$1A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4930
4998
 
4931
4999
  var Groups = function Groups(props) {
4932
5000
  var color = props.color,
@@ -4940,7 +5008,7 @@ var Groups = function Groups(props) {
4940
5008
  return /*#__PURE__*/React.createElement("span", {
4941
5009
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4942
5010
  }, /*#__PURE__*/React.createElement("style", {
4943
- children: loadingCircleStyle$1z
5011
+ children: loadingCircleStyle$1A
4944
5012
  }), /*#__PURE__*/React.createElement("svg", _extends({
4945
5013
  xmlns: "http://www.w3.org/2000/svg",
4946
5014
  width: size,
@@ -4972,7 +5040,7 @@ Groups.defaultProps = {
4972
5040
  size: '16'
4973
5041
  };
4974
5042
 
4975
- var loadingCircleStyle$1A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5043
+ var loadingCircleStyle$1B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4976
5044
 
4977
5045
  var EventTree = function EventTree(props) {
4978
5046
  var color = props.color,
@@ -4986,7 +5054,7 @@ var EventTree = function EventTree(props) {
4986
5054
  return /*#__PURE__*/React.createElement("span", {
4987
5055
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4988
5056
  }, /*#__PURE__*/React.createElement("style", {
4989
- children: loadingCircleStyle$1A
5057
+ children: loadingCircleStyle$1B
4990
5058
  }), /*#__PURE__*/React.createElement("svg", _extends({
4991
5059
  xmlns: "http://www.w3.org/2000/svg",
4992
5060
  width: size,
@@ -5018,7 +5086,7 @@ EventTree.defaultProps = {
5018
5086
  size: '16'
5019
5087
  };
5020
5088
 
5021
- var loadingCircleStyle$1B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5089
+ var loadingCircleStyle$1C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5022
5090
 
5023
5091
  var Split = function Split(props) {
5024
5092
  var color = props.color,
@@ -5032,7 +5100,7 @@ var Split = function Split(props) {
5032
5100
  return /*#__PURE__*/React.createElement("span", {
5033
5101
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5034
5102
  }, /*#__PURE__*/React.createElement("style", {
5035
- children: loadingCircleStyle$1B
5103
+ children: loadingCircleStyle$1C
5036
5104
  }), /*#__PURE__*/React.createElement("svg", _extends({
5037
5105
  xmlns: "http://www.w3.org/2000/svg",
5038
5106
  width: size,
@@ -5064,7 +5132,7 @@ Split.defaultProps = {
5064
5132
  size: '16'
5065
5133
  };
5066
5134
 
5067
- var loadingCircleStyle$1C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5135
+ var loadingCircleStyle$1D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5068
5136
 
5069
5137
  var CustomPartition = function CustomPartition(props) {
5070
5138
  var color = props.color,
@@ -5078,7 +5146,7 @@ var CustomPartition = function CustomPartition(props) {
5078
5146
  return /*#__PURE__*/React.createElement("span", {
5079
5147
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5080
5148
  }, /*#__PURE__*/React.createElement("style", {
5081
- children: loadingCircleStyle$1C
5149
+ children: loadingCircleStyle$1D
5082
5150
  }), /*#__PURE__*/React.createElement("svg", _extends({
5083
5151
  xmlns: "http://www.w3.org/2000/svg",
5084
5152
  width: size,
@@ -5110,7 +5178,7 @@ CustomPartition.defaultProps = {
5110
5178
  size: '16'
5111
5179
  };
5112
5180
 
5113
- var loadingCircleStyle$1D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5181
+ var loadingCircleStyle$1E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5114
5182
 
5115
5183
  var Result = function Result(props) {
5116
5184
  var color = props.color,
@@ -5124,7 +5192,7 @@ var Result = function Result(props) {
5124
5192
  return /*#__PURE__*/React.createElement("span", {
5125
5193
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5126
5194
  }, /*#__PURE__*/React.createElement("style", {
5127
- children: loadingCircleStyle$1D
5195
+ children: loadingCircleStyle$1E
5128
5196
  }), /*#__PURE__*/React.createElement("svg", _extends({
5129
5197
  xmlns: "http://www.w3.org/2000/svg",
5130
5198
  width: size,
@@ -5160,7 +5228,7 @@ Result.defaultProps = {
5160
5228
  size: '16'
5161
5229
  };
5162
5230
 
5163
- var loadingCircleStyle$1E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5231
+ var loadingCircleStyle$1F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5164
5232
 
5165
5233
  var Alert = function Alert(props) {
5166
5234
  var color = props.color,
@@ -5174,7 +5242,7 @@ var Alert = function Alert(props) {
5174
5242
  return /*#__PURE__*/React.createElement("span", {
5175
5243
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5176
5244
  }, /*#__PURE__*/React.createElement("style", {
5177
- children: loadingCircleStyle$1E
5245
+ children: loadingCircleStyle$1F
5178
5246
  }), /*#__PURE__*/React.createElement("svg", _extends({
5179
5247
  xmlns: "http://www.w3.org/2000/svg",
5180
5248
  width: size,
@@ -5208,7 +5276,7 @@ Alert.defaultProps = {
5208
5276
  size: '16'
5209
5277
  };
5210
5278
 
5211
- var loadingCircleStyle$1F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5279
+ var loadingCircleStyle$1G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5212
5280
 
5213
5281
  var ViewOriginal = function ViewOriginal(props) {
5214
5282
  var color = props.color,
@@ -5222,7 +5290,7 @@ var ViewOriginal = function ViewOriginal(props) {
5222
5290
  return /*#__PURE__*/React.createElement("span", {
5223
5291
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5224
5292
  }, /*#__PURE__*/React.createElement("style", {
5225
- children: loadingCircleStyle$1F
5293
+ children: loadingCircleStyle$1G
5226
5294
  }), /*#__PURE__*/React.createElement("svg", _extends({
5227
5295
  xmlns: "http://www.w3.org/2000/svg",
5228
5296
  width: size,
@@ -5261,7 +5329,7 @@ ViewOriginal.defaultProps = {
5261
5329
  size: '16'
5262
5330
  };
5263
5331
 
5264
- var loadingCircleStyle$1G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5332
+ var loadingCircleStyle$1H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5265
5333
 
5266
5334
  var Attribution = function Attribution(props) {
5267
5335
  var color = props.color,
@@ -5275,7 +5343,7 @@ var Attribution = function Attribution(props) {
5275
5343
  return /*#__PURE__*/React.createElement("span", {
5276
5344
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5277
5345
  }, /*#__PURE__*/React.createElement("style", {
5278
- children: loadingCircleStyle$1G
5346
+ children: loadingCircleStyle$1H
5279
5347
  }), /*#__PURE__*/React.createElement("svg", _extends({
5280
5348
  xmlns: "http://www.w3.org/2000/svg",
5281
5349
  width: size,
@@ -5309,7 +5377,7 @@ Attribution.defaultProps = {
5309
5377
  size: '16'
5310
5378
  };
5311
5379
 
5312
- var loadingCircleStyle$1H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5380
+ var loadingCircleStyle$1I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5313
5381
 
5314
5382
  var Cost = function Cost(props) {
5315
5383
  var color = props.color,
@@ -5323,7 +5391,7 @@ var Cost = function Cost(props) {
5323
5391
  return /*#__PURE__*/React.createElement("span", {
5324
5392
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5325
5393
  }, /*#__PURE__*/React.createElement("style", {
5326
- children: loadingCircleStyle$1H
5394
+ children: loadingCircleStyle$1I
5327
5395
  }), /*#__PURE__*/React.createElement("svg", _extends({
5328
5396
  xmlns: "http://www.w3.org/2000/svg",
5329
5397
  width: size,
@@ -5355,7 +5423,7 @@ Cost.defaultProps = {
5355
5423
  size: '16'
5356
5424
  };
5357
5425
 
5358
- var loadingCircleStyle$1I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5426
+ var loadingCircleStyle$1J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5359
5427
 
5360
5428
  var Exposure = function Exposure(props) {
5361
5429
  var color = props.color,
@@ -5369,7 +5437,7 @@ var Exposure = function Exposure(props) {
5369
5437
  return /*#__PURE__*/React.createElement("span", {
5370
5438
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5371
5439
  }, /*#__PURE__*/React.createElement("style", {
5372
- children: loadingCircleStyle$1I
5440
+ children: loadingCircleStyle$1J
5373
5441
  }), /*#__PURE__*/React.createElement("svg", _extends({
5374
5442
  xmlns: "http://www.w3.org/2000/svg",
5375
5443
  width: size,
@@ -5401,7 +5469,7 @@ Exposure.defaultProps = {
5401
5469
  size: '16'
5402
5470
  };
5403
5471
 
5404
- var loadingCircleStyle$1J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5472
+ var loadingCircleStyle$1K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5405
5473
 
5406
5474
  var Indicator = function Indicator(props) {
5407
5475
  var color = props.color,
@@ -5415,7 +5483,7 @@ var Indicator = function Indicator(props) {
5415
5483
  return /*#__PURE__*/React.createElement("span", {
5416
5484
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5417
5485
  }, /*#__PURE__*/React.createElement("style", {
5418
- children: loadingCircleStyle$1J
5486
+ children: loadingCircleStyle$1K
5419
5487
  }), /*#__PURE__*/React.createElement("svg", _extends({
5420
5488
  xmlns: "http://www.w3.org/2000/svg",
5421
5489
  width: size,
@@ -5449,7 +5517,7 @@ Indicator.defaultProps = {
5449
5517
  size: '16'
5450
5518
  };
5451
5519
 
5452
- var loadingCircleStyle$1K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5520
+ var loadingCircleStyle$1L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5453
5521
 
5454
5522
  var Currency = function Currency(props) {
5455
5523
  var color = props.color,
@@ -5463,7 +5531,7 @@ var Currency = function Currency(props) {
5463
5531
  return /*#__PURE__*/React.createElement("span", {
5464
5532
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5465
5533
  }, /*#__PURE__*/React.createElement("style", {
5466
- children: loadingCircleStyle$1K
5534
+ children: loadingCircleStyle$1L
5467
5535
  }), /*#__PURE__*/React.createElement("svg", _extends({
5468
5536
  xmlns: "http://www.w3.org/2000/svg",
5469
5537
  width: size,
@@ -5495,7 +5563,7 @@ Currency.defaultProps = {
5495
5563
  size: '16'
5496
5564
  };
5497
5565
 
5498
- var loadingCircleStyle$1L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5566
+ var loadingCircleStyle$1M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5499
5567
 
5500
5568
  var Contrast = function Contrast(props) {
5501
5569
  var color = props.color,
@@ -5509,7 +5577,7 @@ var Contrast = function Contrast(props) {
5509
5577
  return /*#__PURE__*/React.createElement("span", {
5510
5578
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5511
5579
  }, /*#__PURE__*/React.createElement("style", {
5512
- children: loadingCircleStyle$1L
5580
+ children: loadingCircleStyle$1M
5513
5581
  }), /*#__PURE__*/React.createElement("svg", _extends({
5514
5582
  xmlns: "http://www.w3.org/2000/svg",
5515
5583
  width: size,
@@ -5543,7 +5611,7 @@ Contrast.defaultProps = {
5543
5611
  size: '16'
5544
5612
  };
5545
5613
 
5546
- var loadingCircleStyle$1M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5614
+ var loadingCircleStyle$1N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5547
5615
 
5548
5616
  var SortUpCl = function SortUpCl(props) {
5549
5617
  var color = props.color,
@@ -5557,7 +5625,7 @@ var SortUpCl = function SortUpCl(props) {
5557
5625
  return /*#__PURE__*/React.createElement("span", {
5558
5626
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5559
5627
  }, /*#__PURE__*/React.createElement("style", {
5560
- children: loadingCircleStyle$1M
5628
+ children: loadingCircleStyle$1N
5561
5629
  }), /*#__PURE__*/React.createElement("svg", _extends({
5562
5630
  xmlns: "http://www.w3.org/2000/svg",
5563
5631
  width: size,
@@ -5573,11 +5641,40 @@ var SortUpCl = function SortUpCl(props) {
5573
5641
  animationTimingFunction: 'linear'
5574
5642
  } : {})
5575
5643
  }), /*#__PURE__*/React.createElement("path", {
5576
- d: "M6 15l6 6 6-6H6z",
5644
+ fillRule: "evenodd",
5645
+ clipRule: "evenodd",
5646
+ d: "M9 5a1 1 0 01-1 1H3a1 1 0 110-2h5a1 1 0 011 1z",
5647
+ fill: "#747C94"
5648
+ }), /*#__PURE__*/React.createElement("path", {
5649
+ fillRule: "evenodd",
5650
+ clipRule: "evenodd",
5651
+ d: "M15 20a1 1 0 01-1 1H3a1 1 0 110-2h11a1 1 0 011 1z",
5652
+ fill: "#747C94"
5653
+ }), /*#__PURE__*/React.createElement("path", {
5654
+ fillRule: "evenodd",
5655
+ clipRule: "evenodd",
5656
+ d: "M13 15a1 1 0 01-1 1H3a1 1 0 110-2h9a1 1 0 011 1z",
5657
+ fill: "#747C94"
5658
+ }), /*#__PURE__*/React.createElement("path", {
5659
+ fillRule: "evenodd",
5660
+ clipRule: "evenodd",
5661
+ d: "M11 10a1 1 0 01-1 1H3a1 1 0 110-2h7a1 1 0 011 1z",
5662
+ fill: "#747C94"
5663
+ }), /*#__PURE__*/React.createElement("path", {
5664
+ fillRule: "evenodd",
5665
+ clipRule: "evenodd",
5666
+ d: "M18 22a1 1 0 01-1-1V4a1 1 0 112 0v17a1 1 0 01-1 1z",
5667
+ fill: "#747C94"
5668
+ }), /*#__PURE__*/React.createElement("path", {
5669
+ fillRule: "evenodd",
5670
+ clipRule: "evenodd",
5671
+ d: "M22.293 7.707a1 1 0 01-1.414 0l-3.586-3.586a1 1 0 011.414-1.414l3.586 3.586a1 1 0 010 1.414z",
5577
5672
  fill: "#747C94"
5578
5673
  }), /*#__PURE__*/React.createElement("path", {
5579
- d: "M6 9l6-6 6 6H6z",
5580
- fill: "#1673F6"
5674
+ fillRule: "evenodd",
5675
+ clipRule: "evenodd",
5676
+ d: "M13.707 7.707a1 1 0 001.414 0l3.586-3.586a1 1 0 00-1.414-1.414l-3.586 3.586a1 1 0 000 1.414z",
5677
+ fill: "#747C94"
5581
5678
  })));
5582
5679
  };
5583
5680
 
@@ -5593,7 +5690,7 @@ SortUpCl.defaultProps = {
5593
5690
  size: '16'
5594
5691
  };
5595
5692
 
5596
- var loadingCircleStyle$1N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5693
+ var loadingCircleStyle$1O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5597
5694
 
5598
5695
  var SortDownCl = function SortDownCl(props) {
5599
5696
  var color = props.color,
@@ -5607,7 +5704,7 @@ var SortDownCl = function SortDownCl(props) {
5607
5704
  return /*#__PURE__*/React.createElement("span", {
5608
5705
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5609
5706
  }, /*#__PURE__*/React.createElement("style", {
5610
- children: loadingCircleStyle$1N
5707
+ children: loadingCircleStyle$1O
5611
5708
  }), /*#__PURE__*/React.createElement("svg", _extends({
5612
5709
  xmlns: "http://www.w3.org/2000/svg",
5613
5710
  width: size,
@@ -5623,10 +5720,39 @@ var SortDownCl = function SortDownCl(props) {
5623
5720
  animationTimingFunction: 'linear'
5624
5721
  } : {})
5625
5722
  }), /*#__PURE__*/React.createElement("path", {
5626
- d: "M6 15l6 6 6-6H6z",
5627
- fill: "#1673F6"
5723
+ fillRule: "evenodd",
5724
+ clipRule: "evenodd",
5725
+ d: "M18 2a1 1 0 011 1v17a1 1 0 11-2 0V3a1 1 0 011-1z",
5726
+ fill: "#747C94"
5727
+ }), /*#__PURE__*/React.createElement("path", {
5728
+ fillRule: "evenodd",
5729
+ clipRule: "evenodd",
5730
+ d: "M13.707 16.293a1 1 0 011.414 0l3.586 3.586a1 1 0 01-1.414 1.414l-3.586-3.586a1 1 0 010-1.414z",
5731
+ fill: "#747C94"
5732
+ }), /*#__PURE__*/React.createElement("path", {
5733
+ fillRule: "evenodd",
5734
+ clipRule: "evenodd",
5735
+ d: "M22.293 16.293a1 1 0 00-1.414 0l-3.586 3.586a1 1 0 001.414 1.414l3.586-3.586a1 1 0 000-1.414z",
5736
+ fill: "#747C94"
5628
5737
  }), /*#__PURE__*/React.createElement("path", {
5629
- d: "M6 9l6-6 6 6H6z",
5738
+ fillRule: "evenodd",
5739
+ clipRule: "evenodd",
5740
+ d: "M2 4a1 1 0 011-1h11a1 1 0 110 2H3a1 1 0 01-1-1z",
5741
+ fill: "#747C94"
5742
+ }), /*#__PURE__*/React.createElement("path", {
5743
+ fillRule: "evenodd",
5744
+ clipRule: "evenodd",
5745
+ d: "M2 9a1 1 0 011-1h9a1 1 0 110 2H3a1 1 0 01-1-1z",
5746
+ fill: "#747C94"
5747
+ }), /*#__PURE__*/React.createElement("path", {
5748
+ fillRule: "evenodd",
5749
+ clipRule: "evenodd",
5750
+ d: "M2 14a1 1 0 011-1h7a1 1 0 110 2H3a1 1 0 01-1-1z",
5751
+ fill: "#747C94"
5752
+ }), /*#__PURE__*/React.createElement("path", {
5753
+ fillRule: "evenodd",
5754
+ clipRule: "evenodd",
5755
+ d: "M2 19a1 1 0 011-1h5a1 1 0 110 2H3a1 1 0 01-1-1z",
5630
5756
  fill: "#747C94"
5631
5757
  })));
5632
5758
  };
@@ -5643,7 +5769,7 @@ SortDownCl.defaultProps = {
5643
5769
  size: '16'
5644
5770
  };
5645
5771
 
5646
- var loadingCircleStyle$1O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5772
+ var loadingCircleStyle$1P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5647
5773
 
5648
5774
  var OperatorEqual = function OperatorEqual(props) {
5649
5775
  var color = props.color,
@@ -5657,7 +5783,7 @@ var OperatorEqual = function OperatorEqual(props) {
5657
5783
  return /*#__PURE__*/React.createElement("span", {
5658
5784
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5659
5785
  }, /*#__PURE__*/React.createElement("style", {
5660
- children: loadingCircleStyle$1O
5786
+ children: loadingCircleStyle$1P
5661
5787
  }), /*#__PURE__*/React.createElement("svg", _extends({
5662
5788
  xmlns: "http://www.w3.org/2000/svg",
5663
5789
  width: size,
@@ -5691,7 +5817,7 @@ OperatorEqual.defaultProps = {
5691
5817
  size: '16'
5692
5818
  };
5693
5819
 
5694
- var loadingCircleStyle$1P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5820
+ var loadingCircleStyle$1Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5695
5821
 
5696
5822
  var OperatorUnequal = function OperatorUnequal(props) {
5697
5823
  var color = props.color,
@@ -5705,7 +5831,7 @@ var OperatorUnequal = function OperatorUnequal(props) {
5705
5831
  return /*#__PURE__*/React.createElement("span", {
5706
5832
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5707
5833
  }, /*#__PURE__*/React.createElement("style", {
5708
- children: loadingCircleStyle$1P
5834
+ children: loadingCircleStyle$1Q
5709
5835
  }), /*#__PURE__*/React.createElement("svg", _extends({
5710
5836
  xmlns: "http://www.w3.org/2000/svg",
5711
5837
  width: size,
@@ -5739,7 +5865,7 @@ OperatorUnequal.defaultProps = {
5739
5865
  size: '16'
5740
5866
  };
5741
5867
 
5742
- var loadingCircleStyle$1Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5868
+ var loadingCircleStyle$1R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5743
5869
 
5744
5870
  var OperatorDivide = function OperatorDivide(props) {
5745
5871
  var color = props.color,
@@ -5753,7 +5879,7 @@ var OperatorDivide = function OperatorDivide(props) {
5753
5879
  return /*#__PURE__*/React.createElement("span", {
5754
5880
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5755
5881
  }, /*#__PURE__*/React.createElement("style", {
5756
- children: loadingCircleStyle$1Q
5882
+ children: loadingCircleStyle$1R
5757
5883
  }), /*#__PURE__*/React.createElement("svg", _extends({
5758
5884
  xmlns: "http://www.w3.org/2000/svg",
5759
5885
  width: size,
@@ -5785,7 +5911,7 @@ OperatorDivide.defaultProps = {
5785
5911
  size: '16'
5786
5912
  };
5787
5913
 
5788
- var loadingCircleStyle$1R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5914
+ var loadingCircleStyle$1S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5789
5915
 
5790
5916
  var OperatorNoValue = function OperatorNoValue(props) {
5791
5917
  var color = props.color,
@@ -5799,7 +5925,7 @@ var OperatorNoValue = function OperatorNoValue(props) {
5799
5925
  return /*#__PURE__*/React.createElement("span", {
5800
5926
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5801
5927
  }, /*#__PURE__*/React.createElement("style", {
5802
- children: loadingCircleStyle$1R
5928
+ children: loadingCircleStyle$1S
5803
5929
  }), /*#__PURE__*/React.createElement("svg", _extends({
5804
5930
  xmlns: "http://www.w3.org/2000/svg",
5805
5931
  width: size,
@@ -5833,7 +5959,7 @@ OperatorNoValue.defaultProps = {
5833
5959
  size: '16'
5834
5960
  };
5835
5961
 
5836
- var loadingCircleStyle$1S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5962
+ var loadingCircleStyle$1T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5837
5963
 
5838
5964
  var OperatorHasValue = function OperatorHasValue(props) {
5839
5965
  var color = props.color,
@@ -5847,7 +5973,7 @@ var OperatorHasValue = function OperatorHasValue(props) {
5847
5973
  return /*#__PURE__*/React.createElement("span", {
5848
5974
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5849
5975
  }, /*#__PURE__*/React.createElement("style", {
5850
- children: loadingCircleStyle$1S
5976
+ children: loadingCircleStyle$1T
5851
5977
  }), /*#__PURE__*/React.createElement("svg", _extends({
5852
5978
  xmlns: "http://www.w3.org/2000/svg",
5853
5979
  width: size,
@@ -5881,7 +6007,7 @@ OperatorHasValue.defaultProps = {
5881
6007
  size: '16'
5882
6008
  };
5883
6009
 
5884
- var loadingCircleStyle$1T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6010
+ var loadingCircleStyle$1U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5885
6011
 
5886
6012
  var OperatorInside = function OperatorInside(props) {
5887
6013
  var color = props.color,
@@ -5895,7 +6021,7 @@ var OperatorInside = function OperatorInside(props) {
5895
6021
  return /*#__PURE__*/React.createElement("span", {
5896
6022
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5897
6023
  }, /*#__PURE__*/React.createElement("style", {
5898
- children: loadingCircleStyle$1T
6024
+ children: loadingCircleStyle$1U
5899
6025
  }), /*#__PURE__*/React.createElement("svg", _extends({
5900
6026
  xmlns: "http://www.w3.org/2000/svg",
5901
6027
  width: size,
@@ -5927,7 +6053,7 @@ OperatorInside.defaultProps = {
5927
6053
  size: '16'
5928
6054
  };
5929
6055
 
5930
- var loadingCircleStyle$1U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6056
+ var loadingCircleStyle$1V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5931
6057
 
5932
6058
  var OperatorInclude = function OperatorInclude(props) {
5933
6059
  var color = props.color,
@@ -5941,7 +6067,7 @@ var OperatorInclude = function OperatorInclude(props) {
5941
6067
  return /*#__PURE__*/React.createElement("span", {
5942
6068
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5943
6069
  }, /*#__PURE__*/React.createElement("style", {
5944
- children: loadingCircleStyle$1U
6070
+ children: loadingCircleStyle$1V
5945
6071
  }), /*#__PURE__*/React.createElement("svg", _extends({
5946
6072
  xmlns: "http://www.w3.org/2000/svg",
5947
6073
  width: size,
@@ -5975,7 +6101,7 @@ OperatorInclude.defaultProps = {
5975
6101
  size: '16'
5976
6102
  };
5977
6103
 
5978
- var loadingCircleStyle$1V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6104
+ var loadingCircleStyle$1W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5979
6105
 
5980
6106
  var OperatorNotInclude = function OperatorNotInclude(props) {
5981
6107
  var color = props.color,
@@ -5989,7 +6115,7 @@ var OperatorNotInclude = function OperatorNotInclude(props) {
5989
6115
  return /*#__PURE__*/React.createElement("span", {
5990
6116
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5991
6117
  }, /*#__PURE__*/React.createElement("style", {
5992
- children: loadingCircleStyle$1V
6118
+ children: loadingCircleStyle$1W
5993
6119
  }), /*#__PURE__*/React.createElement("svg", _extends({
5994
6120
  xmlns: "http://www.w3.org/2000/svg",
5995
6121
  width: size,
@@ -6030,7 +6156,7 @@ OperatorNotInclude.defaultProps = {
6030
6156
  size: '16'
6031
6157
  };
6032
6158
 
6033
- var loadingCircleStyle$1W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6159
+ var loadingCircleStyle$1X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6034
6160
 
6035
6161
  var OperatorLess = function OperatorLess(props) {
6036
6162
  var color = props.color,
@@ -6044,7 +6170,7 @@ var OperatorLess = function OperatorLess(props) {
6044
6170
  return /*#__PURE__*/React.createElement("span", {
6045
6171
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6046
6172
  }, /*#__PURE__*/React.createElement("style", {
6047
- children: loadingCircleStyle$1W
6173
+ children: loadingCircleStyle$1X
6048
6174
  }), /*#__PURE__*/React.createElement("svg", _extends({
6049
6175
  xmlns: "http://www.w3.org/2000/svg",
6050
6176
  width: size,
@@ -6078,7 +6204,7 @@ OperatorLess.defaultProps = {
6078
6204
  size: '16'
6079
6205
  };
6080
6206
 
6081
- var loadingCircleStyle$1X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6207
+ var loadingCircleStyle$1Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6082
6208
 
6083
6209
  var OperatorNoBigger = function OperatorNoBigger(props) {
6084
6210
  var color = props.color,
@@ -6092,7 +6218,7 @@ var OperatorNoBigger = function OperatorNoBigger(props) {
6092
6218
  return /*#__PURE__*/React.createElement("span", {
6093
6219
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6094
6220
  }, /*#__PURE__*/React.createElement("style", {
6095
- children: loadingCircleStyle$1X
6221
+ children: loadingCircleStyle$1Y
6096
6222
  }), /*#__PURE__*/React.createElement("svg", _extends({
6097
6223
  xmlns: "http://www.w3.org/2000/svg",
6098
6224
  width: size,
@@ -6126,7 +6252,7 @@ OperatorNoBigger.defaultProps = {
6126
6252
  size: '16'
6127
6253
  };
6128
6254
 
6129
- var loadingCircleStyle$1Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6255
+ var loadingCircleStyle$1Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6130
6256
 
6131
6257
  var OperatorBigger = function OperatorBigger(props) {
6132
6258
  var color = props.color,
@@ -6140,7 +6266,7 @@ var OperatorBigger = function OperatorBigger(props) {
6140
6266
  return /*#__PURE__*/React.createElement("span", {
6141
6267
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6142
6268
  }, /*#__PURE__*/React.createElement("style", {
6143
- children: loadingCircleStyle$1Y
6269
+ children: loadingCircleStyle$1Z
6144
6270
  }), /*#__PURE__*/React.createElement("svg", _extends({
6145
6271
  xmlns: "http://www.w3.org/2000/svg",
6146
6272
  width: size,
@@ -6174,7 +6300,7 @@ OperatorBigger.defaultProps = {
6174
6300
  size: '16'
6175
6301
  };
6176
6302
 
6177
- var loadingCircleStyle$1Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6303
+ var loadingCircleStyle$1_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6178
6304
 
6179
6305
  var OperatorNoLess = function OperatorNoLess(props) {
6180
6306
  var color = props.color,
@@ -6188,7 +6314,7 @@ var OperatorNoLess = function OperatorNoLess(props) {
6188
6314
  return /*#__PURE__*/React.createElement("span", {
6189
6315
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6190
6316
  }, /*#__PURE__*/React.createElement("style", {
6191
- children: loadingCircleStyle$1Z
6317
+ children: loadingCircleStyle$1_
6192
6318
  }), /*#__PURE__*/React.createElement("svg", _extends({
6193
6319
  xmlns: "http://www.w3.org/2000/svg",
6194
6320
  width: size,
@@ -6222,7 +6348,7 @@ OperatorNoLess.defaultProps = {
6222
6348
  size: '16'
6223
6349
  };
6224
6350
 
6225
- var loadingCircleStyle$1_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6351
+ var loadingCircleStyle$1$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6226
6352
 
6227
6353
  var OperatorTrue = function OperatorTrue(props) {
6228
6354
  var color = props.color,
@@ -6236,7 +6362,7 @@ var OperatorTrue = function OperatorTrue(props) {
6236
6362
  return /*#__PURE__*/React.createElement("span", {
6237
6363
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6238
6364
  }, /*#__PURE__*/React.createElement("style", {
6239
- children: loadingCircleStyle$1_
6365
+ children: loadingCircleStyle$1$
6240
6366
  }), /*#__PURE__*/React.createElement("svg", _extends({
6241
6367
  xmlns: "http://www.w3.org/2000/svg",
6242
6368
  width: size,
@@ -6270,7 +6396,7 @@ OperatorTrue.defaultProps = {
6270
6396
  size: '16'
6271
6397
  };
6272
6398
 
6273
- var loadingCircleStyle$1$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6399
+ var loadingCircleStyle$20 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6274
6400
 
6275
6401
  var OperatorFalse = function OperatorFalse(props) {
6276
6402
  var color = props.color,
@@ -6284,7 +6410,7 @@ var OperatorFalse = function OperatorFalse(props) {
6284
6410
  return /*#__PURE__*/React.createElement("span", {
6285
6411
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6286
6412
  }, /*#__PURE__*/React.createElement("style", {
6287
- children: loadingCircleStyle$1$
6413
+ children: loadingCircleStyle$20
6288
6414
  }), /*#__PURE__*/React.createElement("svg", _extends({
6289
6415
  xmlns: "http://www.w3.org/2000/svg",
6290
6416
  width: size,
@@ -6318,7 +6444,7 @@ OperatorFalse.defaultProps = {
6318
6444
  size: '16'
6319
6445
  };
6320
6446
 
6321
- var loadingCircleStyle$20 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6447
+ var loadingCircleStyle$21 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6322
6448
 
6323
6449
  var OperatorRegex = function OperatorRegex(props) {
6324
6450
  var color = props.color,
@@ -6332,7 +6458,7 @@ var OperatorRegex = function OperatorRegex(props) {
6332
6458
  return /*#__PURE__*/React.createElement("span", {
6333
6459
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6334
6460
  }, /*#__PURE__*/React.createElement("style", {
6335
- children: loadingCircleStyle$20
6461
+ children: loadingCircleStyle$21
6336
6462
  }), /*#__PURE__*/React.createElement("svg", _extends({
6337
6463
  xmlns: "http://www.w3.org/2000/svg",
6338
6464
  width: size,
@@ -6366,7 +6492,7 @@ OperatorRegex.defaultProps = {
6366
6492
  size: '16'
6367
6493
  };
6368
6494
 
6369
- var loadingCircleStyle$21 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6495
+ var loadingCircleStyle$22 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6370
6496
 
6371
6497
  var OperatorNoRegex = function OperatorNoRegex(props) {
6372
6498
  var color = props.color,
@@ -6380,7 +6506,7 @@ var OperatorNoRegex = function OperatorNoRegex(props) {
6380
6506
  return /*#__PURE__*/React.createElement("span", {
6381
6507
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6382
6508
  }, /*#__PURE__*/React.createElement("style", {
6383
- children: loadingCircleStyle$21
6509
+ children: loadingCircleStyle$22
6384
6510
  }), /*#__PURE__*/React.createElement("svg", _extends({
6385
6511
  xmlns: "http://www.w3.org/2000/svg",
6386
6512
  width: size,
@@ -6414,7 +6540,7 @@ OperatorNoRegex.defaultProps = {
6414
6540
  size: '16'
6415
6541
  };
6416
6542
 
6417
- var loadingCircleStyle$22 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6543
+ var loadingCircleStyle$23 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6418
6544
 
6419
6545
  var LogoDingdingCl = function LogoDingdingCl(props) {
6420
6546
  var color = props.color,
@@ -6428,7 +6554,7 @@ var LogoDingdingCl = function LogoDingdingCl(props) {
6428
6554
  return /*#__PURE__*/React.createElement("span", {
6429
6555
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6430
6556
  }, /*#__PURE__*/React.createElement("style", {
6431
- children: loadingCircleStyle$22
6557
+ children: loadingCircleStyle$23
6432
6558
  }), /*#__PURE__*/React.createElement("svg", _extends({
6433
6559
  xmlns: "http://www.w3.org/2000/svg",
6434
6560
  width: size,
@@ -6461,7 +6587,7 @@ LogoDingdingCl.defaultProps = {
6461
6587
  size: '16'
6462
6588
  };
6463
6589
 
6464
- var loadingCircleStyle$23 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6590
+ var loadingCircleStyle$24 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6465
6591
 
6466
6592
  var LogoDingdingGray = function LogoDingdingGray(props) {
6467
6593
  var color = props.color,
@@ -6475,7 +6601,7 @@ var LogoDingdingGray = function LogoDingdingGray(props) {
6475
6601
  return /*#__PURE__*/React.createElement("span", {
6476
6602
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6477
6603
  }, /*#__PURE__*/React.createElement("style", {
6478
- children: loadingCircleStyle$23
6604
+ children: loadingCircleStyle$24
6479
6605
  }), /*#__PURE__*/React.createElement("svg", _extends({
6480
6606
  xmlns: "http://www.w3.org/2000/svg",
6481
6607
  width: size,
@@ -6507,7 +6633,7 @@ LogoDingdingGray.defaultProps = {
6507
6633
  size: '16'
6508
6634
  };
6509
6635
 
6510
- var loadingCircleStyle$24 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6636
+ var loadingCircleStyle$25 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6511
6637
 
6512
6638
  var LogoWecomCl = function LogoWecomCl(props) {
6513
6639
  var color = props.color,
@@ -6521,7 +6647,7 @@ var LogoWecomCl = function LogoWecomCl(props) {
6521
6647
  return /*#__PURE__*/React.createElement("span", {
6522
6648
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6523
6649
  }, /*#__PURE__*/React.createElement("style", {
6524
- children: loadingCircleStyle$24
6650
+ children: loadingCircleStyle$25
6525
6651
  }), /*#__PURE__*/React.createElement("svg", _extends({
6526
6652
  xmlns: "http://www.w3.org/2000/svg",
6527
6653
  width: size,
@@ -6566,7 +6692,7 @@ LogoWecomCl.defaultProps = {
6566
6692
  size: '16'
6567
6693
  };
6568
6694
 
6569
- var loadingCircleStyle$25 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6695
+ var loadingCircleStyle$26 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6570
6696
 
6571
6697
  var LogoWecomGray = function LogoWecomGray(props) {
6572
6698
  var color = props.color,
@@ -6580,7 +6706,7 @@ var LogoWecomGray = function LogoWecomGray(props) {
6580
6706
  return /*#__PURE__*/React.createElement("span", {
6581
6707
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6582
6708
  }, /*#__PURE__*/React.createElement("style", {
6583
- children: loadingCircleStyle$25
6709
+ children: loadingCircleStyle$26
6584
6710
  }), /*#__PURE__*/React.createElement("svg", _extends({
6585
6711
  xmlns: "http://www.w3.org/2000/svg",
6586
6712
  width: size,
@@ -6612,7 +6738,7 @@ LogoWecomGray.defaultProps = {
6612
6738
  size: '16'
6613
6739
  };
6614
6740
 
6615
- var loadingCircleStyle$26 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6741
+ var loadingCircleStyle$27 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6616
6742
 
6617
6743
  var LogoWechatCl = function LogoWechatCl(props) {
6618
6744
  var color = props.color,
@@ -6626,7 +6752,7 @@ var LogoWechatCl = function LogoWechatCl(props) {
6626
6752
  return /*#__PURE__*/React.createElement("span", {
6627
6753
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6628
6754
  }, /*#__PURE__*/React.createElement("style", {
6629
- children: loadingCircleStyle$26
6755
+ children: loadingCircleStyle$27
6630
6756
  }), /*#__PURE__*/React.createElement("svg", _extends({
6631
6757
  xmlns: "http://www.w3.org/2000/svg",
6632
6758
  width: size,
@@ -6667,7 +6793,7 @@ LogoWechatCl.defaultProps = {
6667
6793
  size: '16'
6668
6794
  };
6669
6795
 
6670
- var loadingCircleStyle$27 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6796
+ var loadingCircleStyle$28 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6671
6797
 
6672
6798
  var LogoWechatGray = function LogoWechatGray(props) {
6673
6799
  var color = props.color,
@@ -6681,7 +6807,7 @@ var LogoWechatGray = function LogoWechatGray(props) {
6681
6807
  return /*#__PURE__*/React.createElement("span", {
6682
6808
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6683
6809
  }, /*#__PURE__*/React.createElement("style", {
6684
- children: loadingCircleStyle$27
6810
+ children: loadingCircleStyle$28
6685
6811
  }), /*#__PURE__*/React.createElement("svg", _extends({
6686
6812
  xmlns: "http://www.w3.org/2000/svg",
6687
6813
  width: size,
@@ -6720,7 +6846,7 @@ LogoWechatGray.defaultProps = {
6720
6846
  size: '16'
6721
6847
  };
6722
6848
 
6723
- var loadingCircleStyle$28 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6849
+ var loadingCircleStyle$29 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6724
6850
 
6725
6851
  var LogoFeishuCl = function LogoFeishuCl(props) {
6726
6852
  var color = props.color,
@@ -6734,7 +6860,7 @@ var LogoFeishuCl = function LogoFeishuCl(props) {
6734
6860
  return /*#__PURE__*/React.createElement("span", {
6735
6861
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6736
6862
  }, /*#__PURE__*/React.createElement("style", {
6737
- children: loadingCircleStyle$28
6863
+ children: loadingCircleStyle$29
6738
6864
  }), /*#__PURE__*/React.createElement("svg", _extends({
6739
6865
  xmlns: "http://www.w3.org/2000/svg",
6740
6866
  width: size,
@@ -6784,7 +6910,7 @@ LogoFeishuCl.defaultProps = {
6784
6910
  size: '16'
6785
6911
  };
6786
6912
 
6787
- var loadingCircleStyle$29 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6913
+ var loadingCircleStyle$2a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6788
6914
 
6789
6915
  var LogoKingCl = function LogoKingCl(props) {
6790
6916
  var color = props.color,
@@ -6798,7 +6924,7 @@ var LogoKingCl = function LogoKingCl(props) {
6798
6924
  return /*#__PURE__*/React.createElement("span", {
6799
6925
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6800
6926
  }, /*#__PURE__*/React.createElement("style", {
6801
- children: loadingCircleStyle$29
6927
+ children: loadingCircleStyle$2a
6802
6928
  }), /*#__PURE__*/React.createElement("svg", _extends({
6803
6929
  xmlns: "http://www.w3.org/2000/svg",
6804
6930
  width: size,
@@ -6831,7 +6957,7 @@ LogoKingCl.defaultProps = {
6831
6957
  size: '16'
6832
6958
  };
6833
6959
 
6834
- var loadingCircleStyle$2a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6960
+ var loadingCircleStyle$2b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6835
6961
 
6836
6962
  var LogoCurrencylayerCl = function LogoCurrencylayerCl(props) {
6837
6963
  var color = props.color,
@@ -6845,7 +6971,7 @@ var LogoCurrencylayerCl = function LogoCurrencylayerCl(props) {
6845
6971
  return /*#__PURE__*/React.createElement("span", {
6846
6972
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6847
6973
  }, /*#__PURE__*/React.createElement("style", {
6848
- children: loadingCircleStyle$2a
6974
+ children: loadingCircleStyle$2b
6849
6975
  }), /*#__PURE__*/React.createElement("svg", _extends({
6850
6976
  xmlns: "http://www.w3.org/2000/svg",
6851
6977
  width: size,
@@ -6882,7 +7008,7 @@ LogoCurrencylayerCl.defaultProps = {
6882
7008
  size: '16'
6883
7009
  };
6884
7010
 
6885
- var loadingCircleStyle$2b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7011
+ var loadingCircleStyle$2c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6886
7012
 
6887
7013
  var LogoGarenaCl = function LogoGarenaCl(props) {
6888
7014
  var color = props.color,
@@ -6896,7 +7022,7 @@ var LogoGarenaCl = function LogoGarenaCl(props) {
6896
7022
  return /*#__PURE__*/React.createElement("span", {
6897
7023
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6898
7024
  }, /*#__PURE__*/React.createElement("style", {
6899
- children: loadingCircleStyle$2b
7025
+ children: loadingCircleStyle$2c
6900
7026
  }), /*#__PURE__*/React.createElement("svg", _extends({
6901
7027
  xmlns: "http://www.w3.org/2000/svg",
6902
7028
  width: size,
@@ -6929,7 +7055,7 @@ LogoGarenaCl.defaultProps = {
6929
7055
  size: '16'
6930
7056
  };
6931
7057
 
6932
- var loadingCircleStyle$2c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7058
+ var loadingCircleStyle$2d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6933
7059
 
6934
7060
  var LogoAndroidGray = function LogoAndroidGray(props) {
6935
7061
  var color = props.color,
@@ -6943,7 +7069,7 @@ var LogoAndroidGray = function LogoAndroidGray(props) {
6943
7069
  return /*#__PURE__*/React.createElement("span", {
6944
7070
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6945
7071
  }, /*#__PURE__*/React.createElement("style", {
6946
- children: loadingCircleStyle$2c
7072
+ children: loadingCircleStyle$2d
6947
7073
  }), /*#__PURE__*/React.createElement("svg", _extends({
6948
7074
  xmlns: "http://www.w3.org/2000/svg",
6949
7075
  width: size,
@@ -6975,7 +7101,7 @@ LogoAndroidGray.defaultProps = {
6975
7101
  size: '16'
6976
7102
  };
6977
7103
 
6978
- var loadingCircleStyle$2d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7104
+ var loadingCircleStyle$2e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6979
7105
 
6980
7106
  var LogoAppleGray = function LogoAppleGray(props) {
6981
7107
  var color = props.color,
@@ -6989,7 +7115,7 @@ var LogoAppleGray = function LogoAppleGray(props) {
6989
7115
  return /*#__PURE__*/React.createElement("span", {
6990
7116
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6991
7117
  }, /*#__PURE__*/React.createElement("style", {
6992
- children: loadingCircleStyle$2d
7118
+ children: loadingCircleStyle$2e
6993
7119
  }), /*#__PURE__*/React.createElement("svg", _extends({
6994
7120
  xmlns: "http://www.w3.org/2000/svg",
6995
7121
  width: size,
@@ -7021,7 +7147,7 @@ LogoAppleGray.defaultProps = {
7021
7147
  size: '16'
7022
7148
  };
7023
7149
 
7024
- var loadingCircleStyle$2e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7150
+ var loadingCircleStyle$2f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7025
7151
 
7026
7152
  var LogoXiaomiCl = function LogoXiaomiCl(props) {
7027
7153
  var color = props.color,
@@ -7035,7 +7161,7 @@ var LogoXiaomiCl = function LogoXiaomiCl(props) {
7035
7161
  return /*#__PURE__*/React.createElement("span", {
7036
7162
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7037
7163
  }, /*#__PURE__*/React.createElement("style", {
7038
- children: loadingCircleStyle$2e
7164
+ children: loadingCircleStyle$2f
7039
7165
  }), /*#__PURE__*/React.createElement("svg", _extends({
7040
7166
  xmlns: "http://www.w3.org/2000/svg",
7041
7167
  width: size,
@@ -7068,7 +7194,7 @@ LogoXiaomiCl.defaultProps = {
7068
7194
  size: '16'
7069
7195
  };
7070
7196
 
7071
- var loadingCircleStyle$2f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7197
+ var loadingCircleStyle$2g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7072
7198
 
7073
7199
  var Info = function Info(props) {
7074
7200
  var color = props.color,
@@ -7082,7 +7208,7 @@ var Info = function Info(props) {
7082
7208
  return /*#__PURE__*/React.createElement("span", {
7083
7209
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7084
7210
  }, /*#__PURE__*/React.createElement("style", {
7085
- children: loadingCircleStyle$2f
7211
+ children: loadingCircleStyle$2g
7086
7212
  }), /*#__PURE__*/React.createElement("svg", _extends({
7087
7213
  xmlns: "http://www.w3.org/2000/svg",
7088
7214
  width: size,
@@ -7118,7 +7244,7 @@ Info.defaultProps = {
7118
7244
  size: '16'
7119
7245
  };
7120
7246
 
7121
- var loadingCircleStyle$2g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7247
+ var loadingCircleStyle$2h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7122
7248
 
7123
7249
  var InfoFill = function InfoFill(props) {
7124
7250
  var color = props.color,
@@ -7132,7 +7258,7 @@ var InfoFill = function InfoFill(props) {
7132
7258
  return /*#__PURE__*/React.createElement("span", {
7133
7259
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7134
7260
  }, /*#__PURE__*/React.createElement("style", {
7135
- children: loadingCircleStyle$2g
7261
+ children: loadingCircleStyle$2h
7136
7262
  }), /*#__PURE__*/React.createElement("svg", _extends({
7137
7263
  xmlns: "http://www.w3.org/2000/svg",
7138
7264
  width: size,
@@ -7164,7 +7290,7 @@ InfoFill.defaultProps = {
7164
7290
  size: '16'
7165
7291
  };
7166
7292
 
7167
- var loadingCircleStyle$2h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7293
+ var loadingCircleStyle$2i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7168
7294
 
7169
7295
  var Help = function Help(props) {
7170
7296
  var color = props.color,
@@ -7178,7 +7304,7 @@ var Help = function Help(props) {
7178
7304
  return /*#__PURE__*/React.createElement("span", {
7179
7305
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7180
7306
  }, /*#__PURE__*/React.createElement("style", {
7181
- children: loadingCircleStyle$2h
7307
+ children: loadingCircleStyle$2i
7182
7308
  }), /*#__PURE__*/React.createElement("svg", _extends({
7183
7309
  xmlns: "http://www.w3.org/2000/svg",
7184
7310
  width: size,
@@ -7210,7 +7336,7 @@ Help.defaultProps = {
7210
7336
  size: '16'
7211
7337
  };
7212
7338
 
7213
- var loadingCircleStyle$2i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7339
+ var loadingCircleStyle$2j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7214
7340
 
7215
7341
  var History = function History(props) {
7216
7342
  var color = props.color,
@@ -7224,7 +7350,7 @@ var History = function History(props) {
7224
7350
  return /*#__PURE__*/React.createElement("span", {
7225
7351
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7226
7352
  }, /*#__PURE__*/React.createElement("style", {
7227
- children: loadingCircleStyle$2i
7353
+ children: loadingCircleStyle$2j
7228
7354
  }), /*#__PURE__*/React.createElement("svg", _extends({
7229
7355
  xmlns: "http://www.w3.org/2000/svg",
7230
7356
  width: size,
@@ -7256,7 +7382,7 @@ History.defaultProps = {
7256
7382
  size: '16'
7257
7383
  };
7258
7384
 
7259
- var loadingCircleStyle$2j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7385
+ var loadingCircleStyle$2k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7260
7386
 
7261
7387
  var Backup = function Backup(props) {
7262
7388
  var color = props.color,
@@ -7270,7 +7396,7 @@ var Backup = function Backup(props) {
7270
7396
  return /*#__PURE__*/React.createElement("span", {
7271
7397
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7272
7398
  }, /*#__PURE__*/React.createElement("style", {
7273
- children: loadingCircleStyle$2j
7399
+ children: loadingCircleStyle$2k
7274
7400
  }), /*#__PURE__*/React.createElement("svg", _extends({
7275
7401
  xmlns: "http://www.w3.org/2000/svg",
7276
7402
  width: size,
@@ -7304,7 +7430,7 @@ Backup.defaultProps = {
7304
7430
  size: '16'
7305
7431
  };
7306
7432
 
7307
- var loadingCircleStyle$2k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7433
+ var loadingCircleStyle$2l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7308
7434
 
7309
7435
  var Error = function Error(props) {
7310
7436
  var color = props.color,
@@ -7318,7 +7444,7 @@ var Error = function Error(props) {
7318
7444
  return /*#__PURE__*/React.createElement("span", {
7319
7445
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7320
7446
  }, /*#__PURE__*/React.createElement("style", {
7321
- children: loadingCircleStyle$2k
7447
+ children: loadingCircleStyle$2l
7322
7448
  }), /*#__PURE__*/React.createElement("svg", _extends({
7323
7449
  xmlns: "http://www.w3.org/2000/svg",
7324
7450
  width: size,
@@ -7354,7 +7480,7 @@ Error.defaultProps = {
7354
7480
  size: '16'
7355
7481
  };
7356
7482
 
7357
- var loadingCircleStyle$2l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7483
+ var loadingCircleStyle$2m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7358
7484
 
7359
7485
  var ErrorFill = function ErrorFill(props) {
7360
7486
  var color = props.color,
@@ -7368,7 +7494,7 @@ var ErrorFill = function ErrorFill(props) {
7368
7494
  return /*#__PURE__*/React.createElement("span", {
7369
7495
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7370
7496
  }, /*#__PURE__*/React.createElement("style", {
7371
- children: loadingCircleStyle$2l
7497
+ children: loadingCircleStyle$2m
7372
7498
  }), /*#__PURE__*/React.createElement("svg", _extends({
7373
7499
  xmlns: "http://www.w3.org/2000/svg",
7374
7500
  width: size,
@@ -7400,7 +7526,7 @@ ErrorFill.defaultProps = {
7400
7526
  size: '16'
7401
7527
  };
7402
7528
 
7403
- var loadingCircleStyle$2m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7529
+ var loadingCircleStyle$2n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7404
7530
 
7405
7531
  var Error2 = function Error2(props) {
7406
7532
  var color = props.color,
@@ -7414,7 +7540,7 @@ var Error2 = function Error2(props) {
7414
7540
  return /*#__PURE__*/React.createElement("span", {
7415
7541
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7416
7542
  }, /*#__PURE__*/React.createElement("style", {
7417
- children: loadingCircleStyle$2m
7543
+ children: loadingCircleStyle$2n
7418
7544
  }), /*#__PURE__*/React.createElement("svg", _extends({
7419
7545
  xmlns: "http://www.w3.org/2000/svg",
7420
7546
  width: size,
@@ -7448,7 +7574,7 @@ Error2.defaultProps = {
7448
7574
  size: '16'
7449
7575
  };
7450
7576
 
7451
- var loadingCircleStyle$2n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7577
+ var loadingCircleStyle$2o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7452
7578
 
7453
7579
  var Error2Fill = function Error2Fill(props) {
7454
7580
  var color = props.color,
@@ -7462,7 +7588,7 @@ var Error2Fill = function Error2Fill(props) {
7462
7588
  return /*#__PURE__*/React.createElement("span", {
7463
7589
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7464
7590
  }, /*#__PURE__*/React.createElement("style", {
7465
- children: loadingCircleStyle$2n
7591
+ children: loadingCircleStyle$2o
7466
7592
  }), /*#__PURE__*/React.createElement("svg", _extends({
7467
7593
  xmlns: "http://www.w3.org/2000/svg",
7468
7594
  width: size,
@@ -7496,7 +7622,7 @@ Error2Fill.defaultProps = {
7496
7622
  size: '16'
7497
7623
  };
7498
7624
 
7499
- var loadingCircleStyle$2o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7625
+ var loadingCircleStyle$2p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7500
7626
 
7501
7627
  var Success = function Success(props) {
7502
7628
  var color = props.color,
@@ -7510,7 +7636,7 @@ var Success = function Success(props) {
7510
7636
  return /*#__PURE__*/React.createElement("span", {
7511
7637
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7512
7638
  }, /*#__PURE__*/React.createElement("style", {
7513
- children: loadingCircleStyle$2o
7639
+ children: loadingCircleStyle$2p
7514
7640
  }), /*#__PURE__*/React.createElement("svg", _extends({
7515
7641
  xmlns: "http://www.w3.org/2000/svg",
7516
7642
  width: size,
@@ -7542,7 +7668,7 @@ Success.defaultProps = {
7542
7668
  size: '16'
7543
7669
  };
7544
7670
 
7545
- var loadingCircleStyle$2p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7671
+ var loadingCircleStyle$2q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7546
7672
 
7547
7673
  var SuccessFill = function SuccessFill(props) {
7548
7674
  var color = props.color,
@@ -7556,7 +7682,7 @@ var SuccessFill = function SuccessFill(props) {
7556
7682
  return /*#__PURE__*/React.createElement("span", {
7557
7683
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7558
7684
  }, /*#__PURE__*/React.createElement("style", {
7559
- children: loadingCircleStyle$2p
7685
+ children: loadingCircleStyle$2q
7560
7686
  }), /*#__PURE__*/React.createElement("svg", _extends({
7561
7687
  xmlns: "http://www.w3.org/2000/svg",
7562
7688
  width: size,
@@ -7590,7 +7716,7 @@ SuccessFill.defaultProps = {
7590
7716
  size: '16'
7591
7717
  };
7592
7718
 
7593
- var loadingCircleStyle$2q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7719
+ var loadingCircleStyle$2r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7594
7720
 
7595
7721
  var Delete2 = function Delete2(props) {
7596
7722
  var color = props.color,
@@ -7604,7 +7730,7 @@ var Delete2 = function Delete2(props) {
7604
7730
  return /*#__PURE__*/React.createElement("span", {
7605
7731
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7606
7732
  }, /*#__PURE__*/React.createElement("style", {
7607
- children: loadingCircleStyle$2q
7733
+ children: loadingCircleStyle$2r
7608
7734
  }), /*#__PURE__*/React.createElement("svg", _extends({
7609
7735
  xmlns: "http://www.w3.org/2000/svg",
7610
7736
  width: size,
@@ -7636,7 +7762,7 @@ Delete2.defaultProps = {
7636
7762
  size: '16'
7637
7763
  };
7638
7764
 
7639
- var loadingCircleStyle$2r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7765
+ var loadingCircleStyle$2s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7640
7766
 
7641
7767
  var Delete2Fill = function Delete2Fill(props) {
7642
7768
  var color = props.color,
@@ -7650,7 +7776,7 @@ var Delete2Fill = function Delete2Fill(props) {
7650
7776
  return /*#__PURE__*/React.createElement("span", {
7651
7777
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7652
7778
  }, /*#__PURE__*/React.createElement("style", {
7653
- children: loadingCircleStyle$2r
7779
+ children: loadingCircleStyle$2s
7654
7780
  }), /*#__PURE__*/React.createElement("svg", _extends({
7655
7781
  xmlns: "http://www.w3.org/2000/svg",
7656
7782
  width: size,
@@ -7682,7 +7808,7 @@ Delete2Fill.defaultProps = {
7682
7808
  size: '16'
7683
7809
  };
7684
7810
 
7685
- var loadingCircleStyle$2s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7811
+ var loadingCircleStyle$2t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7686
7812
 
7687
7813
  var Exchange = function Exchange(props) {
7688
7814
  var color = props.color,
@@ -7696,7 +7822,7 @@ var Exchange = function Exchange(props) {
7696
7822
  return /*#__PURE__*/React.createElement("span", {
7697
7823
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7698
7824
  }, /*#__PURE__*/React.createElement("style", {
7699
- children: loadingCircleStyle$2s
7825
+ children: loadingCircleStyle$2t
7700
7826
  }), /*#__PURE__*/React.createElement("svg", _extends({
7701
7827
  xmlns: "http://www.w3.org/2000/svg",
7702
7828
  width: size,
@@ -7728,7 +7854,7 @@ Exchange.defaultProps = {
7728
7854
  size: '16'
7729
7855
  };
7730
7856
 
7731
- var loadingCircleStyle$2t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7857
+ var loadingCircleStyle$2u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7732
7858
 
7733
7859
  var SwapFill = function SwapFill(props) {
7734
7860
  var color = props.color,
@@ -7742,7 +7868,7 @@ var SwapFill = function SwapFill(props) {
7742
7868
  return /*#__PURE__*/React.createElement("span", {
7743
7869
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7744
7870
  }, /*#__PURE__*/React.createElement("style", {
7745
- children: loadingCircleStyle$2t
7871
+ children: loadingCircleStyle$2u
7746
7872
  }), /*#__PURE__*/React.createElement("svg", _extends({
7747
7873
  xmlns: "http://www.w3.org/2000/svg",
7748
7874
  width: size,
@@ -7774,7 +7900,7 @@ SwapFill.defaultProps = {
7774
7900
  size: '16'
7775
7901
  };
7776
7902
 
7777
- var loadingCircleStyle$2u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7903
+ var loadingCircleStyle$2v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7778
7904
 
7779
7905
  var Processing = function Processing(props) {
7780
7906
  var color = props.color,
@@ -7788,7 +7914,7 @@ var Processing = function Processing(props) {
7788
7914
  return /*#__PURE__*/React.createElement("span", {
7789
7915
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7790
7916
  }, /*#__PURE__*/React.createElement("style", {
7791
- children: loadingCircleStyle$2u
7917
+ children: loadingCircleStyle$2v
7792
7918
  }), /*#__PURE__*/React.createElement("svg", _extends({
7793
7919
  xmlns: "http://www.w3.org/2000/svg",
7794
7920
  width: size,
@@ -7820,7 +7946,7 @@ Processing.defaultProps = {
7820
7946
  size: '16'
7821
7947
  };
7822
7948
 
7823
- var loadingCircleStyle$2v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7949
+ var loadingCircleStyle$2w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7824
7950
 
7825
7951
  var Processing2 = function Processing2(props) {
7826
7952
  var color = props.color,
@@ -7834,7 +7960,7 @@ var Processing2 = function Processing2(props) {
7834
7960
  return /*#__PURE__*/React.createElement("span", {
7835
7961
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7836
7962
  }, /*#__PURE__*/React.createElement("style", {
7837
- children: loadingCircleStyle$2v
7963
+ children: loadingCircleStyle$2w
7838
7964
  }), /*#__PURE__*/React.createElement("svg", _extends({
7839
7965
  xmlns: "http://www.w3.org/2000/svg",
7840
7966
  width: size,
@@ -7868,7 +7994,7 @@ Processing2.defaultProps = {
7868
7994
  size: '16'
7869
7995
  };
7870
7996
 
7871
- var loadingCircleStyle$2w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7997
+ var loadingCircleStyle$2x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7872
7998
 
7873
7999
  var Done = function Done(props) {
7874
8000
  var color = props.color,
@@ -7882,7 +8008,7 @@ var Done = function Done(props) {
7882
8008
  return /*#__PURE__*/React.createElement("span", {
7883
8009
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7884
8010
  }, /*#__PURE__*/React.createElement("style", {
7885
- children: loadingCircleStyle$2w
8011
+ children: loadingCircleStyle$2x
7886
8012
  }), /*#__PURE__*/React.createElement("svg", _extends({
7887
8013
  xmlns: "http://www.w3.org/2000/svg",
7888
8014
  width: size,
@@ -7914,7 +8040,7 @@ Done.defaultProps = {
7914
8040
  size: '16'
7915
8041
  };
7916
8042
 
7917
- var loadingCircleStyle$2x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8043
+ var loadingCircleStyle$2y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7918
8044
 
7919
8045
  var Close = function Close(props) {
7920
8046
  var color = props.color,
@@ -7928,7 +8054,7 @@ var Close = function Close(props) {
7928
8054
  return /*#__PURE__*/React.createElement("span", {
7929
8055
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7930
8056
  }, /*#__PURE__*/React.createElement("style", {
7931
- children: loadingCircleStyle$2x
8057
+ children: loadingCircleStyle$2y
7932
8058
  }), /*#__PURE__*/React.createElement("svg", _extends({
7933
8059
  xmlns: "http://www.w3.org/2000/svg",
7934
8060
  width: size,
@@ -7960,7 +8086,7 @@ Close.defaultProps = {
7960
8086
  size: '16'
7961
8087
  };
7962
8088
 
7963
- var loadingCircleStyle$2y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8089
+ var loadingCircleStyle$2z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7964
8090
 
7965
8091
  var StarOutline = function StarOutline(props) {
7966
8092
  var color = props.color,
@@ -7974,7 +8100,7 @@ var StarOutline = function StarOutline(props) {
7974
8100
  return /*#__PURE__*/React.createElement("span", {
7975
8101
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7976
8102
  }, /*#__PURE__*/React.createElement("style", {
7977
- children: loadingCircleStyle$2y
8103
+ children: loadingCircleStyle$2z
7978
8104
  }), /*#__PURE__*/React.createElement("svg", _extends({
7979
8105
  xmlns: "http://www.w3.org/2000/svg",
7980
8106
  width: size,
@@ -8006,7 +8132,7 @@ StarOutline.defaultProps = {
8006
8132
  size: '16'
8007
8133
  };
8008
8134
 
8009
- var loadingCircleStyle$2z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8135
+ var loadingCircleStyle$2A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8010
8136
 
8011
8137
  var StarFill = function StarFill(props) {
8012
8138
  var color = props.color,
@@ -8020,7 +8146,7 @@ var StarFill = function StarFill(props) {
8020
8146
  return /*#__PURE__*/React.createElement("span", {
8021
8147
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8022
8148
  }, /*#__PURE__*/React.createElement("style", {
8023
- children: loadingCircleStyle$2z
8149
+ children: loadingCircleStyle$2A
8024
8150
  }), /*#__PURE__*/React.createElement("svg", _extends({
8025
8151
  xmlns: "http://www.w3.org/2000/svg",
8026
8152
  width: size,
@@ -8052,7 +8178,7 @@ StarFill.defaultProps = {
8052
8178
  size: '16'
8053
8179
  };
8054
8180
 
8055
- var loadingCircleStyle$2A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8181
+ var loadingCircleStyle$2B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8056
8182
 
8057
8183
  var TimeLock = function TimeLock(props) {
8058
8184
  var color = props.color,
@@ -8066,7 +8192,7 @@ var TimeLock = function TimeLock(props) {
8066
8192
  return /*#__PURE__*/React.createElement("span", {
8067
8193
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8068
8194
  }, /*#__PURE__*/React.createElement("style", {
8069
- children: loadingCircleStyle$2A
8195
+ children: loadingCircleStyle$2B
8070
8196
  }), /*#__PURE__*/React.createElement("svg", _extends({
8071
8197
  xmlns: "http://www.w3.org/2000/svg",
8072
8198
  width: size,
@@ -8098,7 +8224,7 @@ TimeLock.defaultProps = {
8098
8224
  size: '16'
8099
8225
  };
8100
8226
 
8101
- var loadingCircleStyle$2B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8227
+ var loadingCircleStyle$2C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8102
8228
 
8103
8229
  var Heart = function Heart(props) {
8104
8230
  var color = props.color,
@@ -8112,7 +8238,7 @@ var Heart = function Heart(props) {
8112
8238
  return /*#__PURE__*/React.createElement("span", {
8113
8239
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8114
8240
  }, /*#__PURE__*/React.createElement("style", {
8115
- children: loadingCircleStyle$2B
8241
+ children: loadingCircleStyle$2C
8116
8242
  }), /*#__PURE__*/React.createElement("svg", _extends({
8117
8243
  xmlns: "http://www.w3.org/2000/svg",
8118
8244
  width: size,
@@ -8144,7 +8270,7 @@ Heart.defaultProps = {
8144
8270
  size: '16'
8145
8271
  };
8146
8272
 
8147
- var loadingCircleStyle$2C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8273
+ var loadingCircleStyle$2D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8148
8274
 
8149
8275
  var Bookmark = function Bookmark(props) {
8150
8276
  var color = props.color,
@@ -8158,7 +8284,7 @@ var Bookmark = function Bookmark(props) {
8158
8284
  return /*#__PURE__*/React.createElement("span", {
8159
8285
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8160
8286
  }, /*#__PURE__*/React.createElement("style", {
8161
- children: loadingCircleStyle$2C
8287
+ children: loadingCircleStyle$2D
8162
8288
  }), /*#__PURE__*/React.createElement("svg", _extends({
8163
8289
  xmlns: "http://www.w3.org/2000/svg",
8164
8290
  width: size,
@@ -8190,7 +8316,7 @@ Bookmark.defaultProps = {
8190
8316
  size: '16'
8191
8317
  };
8192
8318
 
8193
- var loadingCircleStyle$2D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8319
+ var loadingCircleStyle$2E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8194
8320
 
8195
8321
  var Bookmark2 = function Bookmark2(props) {
8196
8322
  var color = props.color,
@@ -8204,7 +8330,7 @@ var Bookmark2 = function Bookmark2(props) {
8204
8330
  return /*#__PURE__*/React.createElement("span", {
8205
8331
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8206
8332
  }, /*#__PURE__*/React.createElement("style", {
8207
- children: loadingCircleStyle$2D
8333
+ children: loadingCircleStyle$2E
8208
8334
  }), /*#__PURE__*/React.createElement("svg", _extends({
8209
8335
  xmlns: "http://www.w3.org/2000/svg",
8210
8336
  width: size,
@@ -8236,7 +8362,7 @@ Bookmark2.defaultProps = {
8236
8362
  size: '16'
8237
8363
  };
8238
8364
 
8239
- var loadingCircleStyle$2E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8365
+ var loadingCircleStyle$2F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8240
8366
 
8241
8367
  var LockClose = function LockClose(props) {
8242
8368
  var color = props.color,
@@ -8250,7 +8376,7 @@ var LockClose = function LockClose(props) {
8250
8376
  return /*#__PURE__*/React.createElement("span", {
8251
8377
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8252
8378
  }, /*#__PURE__*/React.createElement("style", {
8253
- children: loadingCircleStyle$2E
8379
+ children: loadingCircleStyle$2F
8254
8380
  }), /*#__PURE__*/React.createElement("svg", _extends({
8255
8381
  xmlns: "http://www.w3.org/2000/svg",
8256
8382
  width: size,
@@ -8286,7 +8412,7 @@ LockClose.defaultProps = {
8286
8412
  size: '16'
8287
8413
  };
8288
8414
 
8289
- var loadingCircleStyle$2F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8415
+ var loadingCircleStyle$2G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8290
8416
 
8291
8417
  var LockCloseFill = function LockCloseFill(props) {
8292
8418
  var color = props.color,
@@ -8300,7 +8426,7 @@ var LockCloseFill = function LockCloseFill(props) {
8300
8426
  return /*#__PURE__*/React.createElement("span", {
8301
8427
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8302
8428
  }, /*#__PURE__*/React.createElement("style", {
8303
- children: loadingCircleStyle$2F
8429
+ children: loadingCircleStyle$2G
8304
8430
  }), /*#__PURE__*/React.createElement("svg", _extends({
8305
8431
  xmlns: "http://www.w3.org/2000/svg",
8306
8432
  width: size,
@@ -8332,7 +8458,7 @@ LockCloseFill.defaultProps = {
8332
8458
  size: '16'
8333
8459
  };
8334
8460
 
8335
- var loadingCircleStyle$2G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8461
+ var loadingCircleStyle$2H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8336
8462
 
8337
8463
  var LockOpen = function LockOpen(props) {
8338
8464
  var color = props.color,
@@ -8346,7 +8472,7 @@ var LockOpen = function LockOpen(props) {
8346
8472
  return /*#__PURE__*/React.createElement("span", {
8347
8473
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8348
8474
  }, /*#__PURE__*/React.createElement("style", {
8349
- children: loadingCircleStyle$2G
8475
+ children: loadingCircleStyle$2H
8350
8476
  }), /*#__PURE__*/React.createElement("svg", _extends({
8351
8477
  xmlns: "http://www.w3.org/2000/svg",
8352
8478
  width: size,
@@ -8378,7 +8504,7 @@ LockOpen.defaultProps = {
8378
8504
  size: '16'
8379
8505
  };
8380
8506
 
8381
- var loadingCircleStyle$2H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8507
+ var loadingCircleStyle$2I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8382
8508
 
8383
8509
  var LockOpenFill = function LockOpenFill(props) {
8384
8510
  var color = props.color,
@@ -8392,7 +8518,7 @@ var LockOpenFill = function LockOpenFill(props) {
8392
8518
  return /*#__PURE__*/React.createElement("span", {
8393
8519
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8394
8520
  }, /*#__PURE__*/React.createElement("style", {
8395
- children: loadingCircleStyle$2H
8521
+ children: loadingCircleStyle$2I
8396
8522
  }), /*#__PURE__*/React.createElement("svg", _extends({
8397
8523
  xmlns: "http://www.w3.org/2000/svg",
8398
8524
  width: size,
@@ -8424,7 +8550,7 @@ LockOpenFill.defaultProps = {
8424
8550
  size: '16'
8425
8551
  };
8426
8552
 
8427
- var loadingCircleStyle$2I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8553
+ var loadingCircleStyle$2J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8428
8554
 
8429
8555
  var EyeOn = function EyeOn(props) {
8430
8556
  var color = props.color,
@@ -8438,7 +8564,7 @@ var EyeOn = function EyeOn(props) {
8438
8564
  return /*#__PURE__*/React.createElement("span", {
8439
8565
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8440
8566
  }, /*#__PURE__*/React.createElement("style", {
8441
- children: loadingCircleStyle$2I
8567
+ children: loadingCircleStyle$2J
8442
8568
  }), /*#__PURE__*/React.createElement("svg", _extends({
8443
8569
  xmlns: "http://www.w3.org/2000/svg",
8444
8570
  width: size,
@@ -8470,7 +8596,7 @@ EyeOn.defaultProps = {
8470
8596
  size: '16'
8471
8597
  };
8472
8598
 
8473
- var loadingCircleStyle$2J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8599
+ var loadingCircleStyle$2K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8474
8600
 
8475
8601
  var EyeOnFill = function EyeOnFill(props) {
8476
8602
  var color = props.color,
@@ -8484,7 +8610,7 @@ var EyeOnFill = function EyeOnFill(props) {
8484
8610
  return /*#__PURE__*/React.createElement("span", {
8485
8611
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8486
8612
  }, /*#__PURE__*/React.createElement("style", {
8487
- children: loadingCircleStyle$2J
8613
+ children: loadingCircleStyle$2K
8488
8614
  }), /*#__PURE__*/React.createElement("svg", _extends({
8489
8615
  xmlns: "http://www.w3.org/2000/svg",
8490
8616
  width: size,
@@ -8518,7 +8644,7 @@ EyeOnFill.defaultProps = {
8518
8644
  size: '16'
8519
8645
  };
8520
8646
 
8521
- var loadingCircleStyle$2K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8647
+ var loadingCircleStyle$2L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8522
8648
 
8523
8649
  var EyeOff = function EyeOff(props) {
8524
8650
  var color = props.color,
@@ -8532,7 +8658,7 @@ var EyeOff = function EyeOff(props) {
8532
8658
  return /*#__PURE__*/React.createElement("span", {
8533
8659
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8534
8660
  }, /*#__PURE__*/React.createElement("style", {
8535
- children: loadingCircleStyle$2K
8661
+ children: loadingCircleStyle$2L
8536
8662
  }), /*#__PURE__*/React.createElement("svg", _extends({
8537
8663
  xmlns: "http://www.w3.org/2000/svg",
8538
8664
  width: size,
@@ -8564,7 +8690,7 @@ EyeOff.defaultProps = {
8564
8690
  size: '16'
8565
8691
  };
8566
8692
 
8567
- var loadingCircleStyle$2L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8693
+ var loadingCircleStyle$2M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8568
8694
 
8569
8695
  var EyeOffFill = function EyeOffFill(props) {
8570
8696
  var color = props.color,
@@ -8578,7 +8704,7 @@ var EyeOffFill = function EyeOffFill(props) {
8578
8704
  return /*#__PURE__*/React.createElement("span", {
8579
8705
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8580
8706
  }, /*#__PURE__*/React.createElement("style", {
8581
- children: loadingCircleStyle$2L
8707
+ children: loadingCircleStyle$2M
8582
8708
  }), /*#__PURE__*/React.createElement("svg", _extends({
8583
8709
  xmlns: "http://www.w3.org/2000/svg",
8584
8710
  width: size,
@@ -8612,7 +8738,7 @@ EyeOffFill.defaultProps = {
8612
8738
  size: '16'
8613
8739
  };
8614
8740
 
8615
- var loadingCircleStyle$2M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8741
+ var loadingCircleStyle$2N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8616
8742
 
8617
8743
  var Dot = function Dot(props) {
8618
8744
  var color = props.color,
@@ -8626,7 +8752,7 @@ var Dot = function Dot(props) {
8626
8752
  return /*#__PURE__*/React.createElement("span", {
8627
8753
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8628
8754
  }, /*#__PURE__*/React.createElement("style", {
8629
- children: loadingCircleStyle$2M
8755
+ children: loadingCircleStyle$2N
8630
8756
  }), /*#__PURE__*/React.createElement("svg", _extends({
8631
8757
  xmlns: "http://www.w3.org/2000/svg",
8632
8758
  width: size,
@@ -8660,7 +8786,7 @@ Dot.defaultProps = {
8660
8786
  size: '16'
8661
8787
  };
8662
8788
 
8663
- var loadingCircleStyle$2N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8789
+ var loadingCircleStyle$2O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8664
8790
 
8665
8791
  var Anchor = function Anchor(props) {
8666
8792
  var color = props.color,
@@ -8674,7 +8800,7 @@ var Anchor = function Anchor(props) {
8674
8800
  return /*#__PURE__*/React.createElement("span", {
8675
8801
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8676
8802
  }, /*#__PURE__*/React.createElement("style", {
8677
- children: loadingCircleStyle$2N
8803
+ children: loadingCircleStyle$2O
8678
8804
  }), /*#__PURE__*/React.createElement("svg", _extends({
8679
8805
  xmlns: "http://www.w3.org/2000/svg",
8680
8806
  width: size,
@@ -8706,7 +8832,7 @@ Anchor.defaultProps = {
8706
8832
  size: '16'
8707
8833
  };
8708
8834
 
8709
- var loadingCircleStyle$2O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8835
+ var loadingCircleStyle$2P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8710
8836
 
8711
8837
  var ChartLine = function ChartLine(props) {
8712
8838
  var color = props.color,
@@ -8720,7 +8846,7 @@ var ChartLine = function ChartLine(props) {
8720
8846
  return /*#__PURE__*/React.createElement("span", {
8721
8847
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8722
8848
  }, /*#__PURE__*/React.createElement("style", {
8723
- children: loadingCircleStyle$2O
8849
+ children: loadingCircleStyle$2P
8724
8850
  }), /*#__PURE__*/React.createElement("svg", _extends({
8725
8851
  xmlns: "http://www.w3.org/2000/svg",
8726
8852
  width: size,
@@ -8758,7 +8884,7 @@ ChartLine.defaultProps = {
8758
8884
  size: '16'
8759
8885
  };
8760
8886
 
8761
- var loadingCircleStyle$2P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8887
+ var loadingCircleStyle$2Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8762
8888
 
8763
8889
  var ChartBar = function ChartBar(props) {
8764
8890
  var color = props.color,
@@ -8772,7 +8898,7 @@ var ChartBar = function ChartBar(props) {
8772
8898
  return /*#__PURE__*/React.createElement("span", {
8773
8899
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8774
8900
  }, /*#__PURE__*/React.createElement("style", {
8775
- children: loadingCircleStyle$2P
8901
+ children: loadingCircleStyle$2Q
8776
8902
  }), /*#__PURE__*/React.createElement("svg", _extends({
8777
8903
  xmlns: "http://www.w3.org/2000/svg",
8778
8904
  width: size,
@@ -8808,7 +8934,7 @@ ChartBar.defaultProps = {
8808
8934
  size: '16'
8809
8935
  };
8810
8936
 
8811
- var loadingCircleStyle$2Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8937
+ var loadingCircleStyle$2R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8812
8938
 
8813
8939
  var ChartCum = function ChartCum(props) {
8814
8940
  var color = props.color,
@@ -8822,7 +8948,7 @@ var ChartCum = function ChartCum(props) {
8822
8948
  return /*#__PURE__*/React.createElement("span", {
8823
8949
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8824
8950
  }, /*#__PURE__*/React.createElement("style", {
8825
- children: loadingCircleStyle$2Q
8951
+ children: loadingCircleStyle$2R
8826
8952
  }), /*#__PURE__*/React.createElement("svg", _extends({
8827
8953
  xmlns: "http://www.w3.org/2000/svg",
8828
8954
  width: size,
@@ -8864,7 +8990,7 @@ ChartCum.defaultProps = {
8864
8990
  size: '16'
8865
8991
  };
8866
8992
 
8867
- var loadingCircleStyle$2R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8993
+ var loadingCircleStyle$2S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8868
8994
 
8869
8995
  var ChartPie = function ChartPie(props) {
8870
8996
  var color = props.color,
@@ -8878,7 +9004,7 @@ var ChartPie = function ChartPie(props) {
8878
9004
  return /*#__PURE__*/React.createElement("span", {
8879
9005
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8880
9006
  }, /*#__PURE__*/React.createElement("style", {
8881
- children: loadingCircleStyle$2R
9007
+ children: loadingCircleStyle$2S
8882
9008
  }), /*#__PURE__*/React.createElement("svg", _extends({
8883
9009
  xmlns: "http://www.w3.org/2000/svg",
8884
9010
  width: size,
@@ -8912,7 +9038,7 @@ ChartPie.defaultProps = {
8912
9038
  size: '16'
8913
9039
  };
8914
9040
 
8915
- var loadingCircleStyle$2S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9041
+ var loadingCircleStyle$2T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8916
9042
 
8917
9043
  var ChartDNRe = function ChartDNRe(props) {
8918
9044
  var color = props.color,
@@ -8926,7 +9052,7 @@ var ChartDNRe = function ChartDNRe(props) {
8926
9052
  return /*#__PURE__*/React.createElement("span", {
8927
9053
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8928
9054
  }, /*#__PURE__*/React.createElement("style", {
8929
- children: loadingCircleStyle$2S
9055
+ children: loadingCircleStyle$2T
8930
9056
  }), /*#__PURE__*/React.createElement("svg", _extends({
8931
9057
  xmlns: "http://www.w3.org/2000/svg",
8932
9058
  width: size,
@@ -8970,7 +9096,7 @@ ChartDNRe.defaultProps = {
8970
9096
  size: '16'
8971
9097
  };
8972
9098
 
8973
- var loadingCircleStyle$2T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9099
+ var loadingCircleStyle$2U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8974
9100
 
8975
9101
  var ChartDRe = function ChartDRe(props) {
8976
9102
  var color = props.color,
@@ -8984,7 +9110,7 @@ var ChartDRe = function ChartDRe(props) {
8984
9110
  return /*#__PURE__*/React.createElement("span", {
8985
9111
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8986
9112
  }, /*#__PURE__*/React.createElement("style", {
8987
- children: loadingCircleStyle$2T
9113
+ children: loadingCircleStyle$2U
8988
9114
  }), /*#__PURE__*/React.createElement("svg", _extends({
8989
9115
  xmlns: "http://www.w3.org/2000/svg",
8990
9116
  width: size,
@@ -9028,7 +9154,7 @@ ChartDRe.defaultProps = {
9028
9154
  size: '16'
9029
9155
  };
9030
9156
 
9031
- var loadingCircleStyle$2U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9157
+ var loadingCircleStyle$2V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9032
9158
 
9033
9159
  var ChartFunnel = function ChartFunnel(props) {
9034
9160
  var color = props.color,
@@ -9042,7 +9168,7 @@ var ChartFunnel = function ChartFunnel(props) {
9042
9168
  return /*#__PURE__*/React.createElement("span", {
9043
9169
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9044
9170
  }, /*#__PURE__*/React.createElement("style", {
9045
- children: loadingCircleStyle$2U
9171
+ children: loadingCircleStyle$2V
9046
9172
  }), /*#__PURE__*/React.createElement("svg", _extends({
9047
9173
  xmlns: "http://www.w3.org/2000/svg",
9048
9174
  width: size,
@@ -9078,7 +9204,7 @@ ChartFunnel.defaultProps = {
9078
9204
  size: '16'
9079
9205
  };
9080
9206
 
9081
- var loadingCircleStyle$2V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9207
+ var loadingCircleStyle$2W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9082
9208
 
9083
9209
  var ChartInterval = function ChartInterval(props) {
9084
9210
  var color = props.color,
@@ -9092,7 +9218,7 @@ var ChartInterval = function ChartInterval(props) {
9092
9218
  return /*#__PURE__*/React.createElement("span", {
9093
9219
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9094
9220
  }, /*#__PURE__*/React.createElement("style", {
9095
- children: loadingCircleStyle$2V
9221
+ children: loadingCircleStyle$2W
9096
9222
  }), /*#__PURE__*/React.createElement("svg", _extends({
9097
9223
  xmlns: "http://www.w3.org/2000/svg",
9098
9224
  width: size,
@@ -9126,7 +9252,7 @@ ChartInterval.defaultProps = {
9126
9252
  size: '16'
9127
9253
  };
9128
9254
 
9129
- var loadingCircleStyle$2W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9255
+ var loadingCircleStyle$2X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9130
9256
 
9131
9257
  var ChartStack = function ChartStack(props) {
9132
9258
  var color = props.color,
@@ -9140,7 +9266,7 @@ var ChartStack = function ChartStack(props) {
9140
9266
  return /*#__PURE__*/React.createElement("span", {
9141
9267
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9142
9268
  }, /*#__PURE__*/React.createElement("style", {
9143
- children: loadingCircleStyle$2W
9269
+ children: loadingCircleStyle$2X
9144
9270
  }), /*#__PURE__*/React.createElement("svg", _extends({
9145
9271
  xmlns: "http://www.w3.org/2000/svg",
9146
9272
  width: size,
@@ -9174,7 +9300,7 @@ ChartStack.defaultProps = {
9174
9300
  size: '16'
9175
9301
  };
9176
9302
 
9177
- var loadingCircleStyle$2X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9303
+ var loadingCircleStyle$2Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9178
9304
 
9179
9305
  var ChartStackn = function ChartStackn(props) {
9180
9306
  var color = props.color,
@@ -9188,7 +9314,7 @@ var ChartStackn = function ChartStackn(props) {
9188
9314
  return /*#__PURE__*/React.createElement("span", {
9189
9315
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9190
9316
  }, /*#__PURE__*/React.createElement("style", {
9191
- children: loadingCircleStyle$2X
9317
+ children: loadingCircleStyle$2Y
9192
9318
  }), /*#__PURE__*/React.createElement("svg", _extends({
9193
9319
  xmlns: "http://www.w3.org/2000/svg",
9194
9320
  width: size,
@@ -9222,7 +9348,7 @@ ChartStackn.defaultProps = {
9222
9348
  size: '16'
9223
9349
  };
9224
9350
 
9225
- var loadingCircleStyle$2Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9351
+ var loadingCircleStyle$2Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9226
9352
 
9227
9353
  var ChartStackPerc = function ChartStackPerc(props) {
9228
9354
  var color = props.color,
@@ -9236,7 +9362,7 @@ var ChartStackPerc = function ChartStackPerc(props) {
9236
9362
  return /*#__PURE__*/React.createElement("span", {
9237
9363
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9238
9364
  }, /*#__PURE__*/React.createElement("style", {
9239
- children: loadingCircleStyle$2Y
9365
+ children: loadingCircleStyle$2Z
9240
9366
  }), /*#__PURE__*/React.createElement("svg", _extends({
9241
9367
  xmlns: "http://www.w3.org/2000/svg",
9242
9368
  width: size,
@@ -9270,7 +9396,7 @@ ChartStackPerc.defaultProps = {
9270
9396
  size: '16'
9271
9397
  };
9272
9398
 
9273
- var loadingCircleStyle$2Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9399
+ var loadingCircleStyle$2_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9274
9400
 
9275
9401
  var ChartComplex = function ChartComplex(props) {
9276
9402
  var color = props.color,
@@ -9284,7 +9410,7 @@ var ChartComplex = function ChartComplex(props) {
9284
9410
  return /*#__PURE__*/React.createElement("span", {
9285
9411
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9286
9412
  }, /*#__PURE__*/React.createElement("style", {
9287
- children: loadingCircleStyle$2Z
9413
+ children: loadingCircleStyle$2_
9288
9414
  }), /*#__PURE__*/React.createElement("svg", _extends({
9289
9415
  xmlns: "http://www.w3.org/2000/svg",
9290
9416
  width: size,
@@ -9324,7 +9450,7 @@ ChartComplex.defaultProps = {
9324
9450
  size: '16'
9325
9451
  };
9326
9452
 
9327
- var loadingCircleStyle$2_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9453
+ var loadingCircleStyle$2$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9328
9454
 
9329
9455
  var ChartHistogram = function ChartHistogram(props) {
9330
9456
  var color = props.color,
@@ -9338,7 +9464,7 @@ var ChartHistogram = function ChartHistogram(props) {
9338
9464
  return /*#__PURE__*/React.createElement("span", {
9339
9465
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9340
9466
  }, /*#__PURE__*/React.createElement("style", {
9341
- children: loadingCircleStyle$2_
9467
+ children: loadingCircleStyle$2$
9342
9468
  }), /*#__PURE__*/React.createElement("svg", _extends({
9343
9469
  xmlns: "http://www.w3.org/2000/svg",
9344
9470
  width: size,
@@ -9384,7 +9510,7 @@ ChartHistogram.defaultProps = {
9384
9510
  size: '16'
9385
9511
  };
9386
9512
 
9387
- var loadingCircleStyle$2$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9513
+ var loadingCircleStyle$30 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9388
9514
 
9389
9515
  var ChartTable = function ChartTable(props) {
9390
9516
  var color = props.color,
@@ -9398,7 +9524,7 @@ var ChartTable = function ChartTable(props) {
9398
9524
  return /*#__PURE__*/React.createElement("span", {
9399
9525
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9400
9526
  }, /*#__PURE__*/React.createElement("style", {
9401
- children: loadingCircleStyle$2$
9527
+ children: loadingCircleStyle$30
9402
9528
  }), /*#__PURE__*/React.createElement("svg", _extends({
9403
9529
  xmlns: "http://www.w3.org/2000/svg",
9404
9530
  width: size,
@@ -9430,7 +9556,7 @@ ChartTable.defaultProps = {
9430
9556
  size: '16'
9431
9557
  };
9432
9558
 
9433
- var loadingCircleStyle$30 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9559
+ var loadingCircleStyle$31 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9434
9560
 
9435
9561
  var ChartFieldlist = function ChartFieldlist(props) {
9436
9562
  var color = props.color,
@@ -9444,7 +9570,7 @@ var ChartFieldlist = function ChartFieldlist(props) {
9444
9570
  return /*#__PURE__*/React.createElement("span", {
9445
9571
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9446
9572
  }, /*#__PURE__*/React.createElement("style", {
9447
- children: loadingCircleStyle$30
9573
+ children: loadingCircleStyle$31
9448
9574
  }), /*#__PURE__*/React.createElement("svg", _extends({
9449
9575
  xmlns: "http://www.w3.org/2000/svg",
9450
9576
  width: size,
@@ -9476,7 +9602,7 @@ ChartFieldlist.defaultProps = {
9476
9602
  size: '16'
9477
9603
  };
9478
9604
 
9479
- var loadingCircleStyle$31 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9605
+ var loadingCircleStyle$32 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9480
9606
 
9481
9607
  var Table1dtable = function Table1dtable(props) {
9482
9608
  var color = props.color,
@@ -9490,7 +9616,7 @@ var Table1dtable = function Table1dtable(props) {
9490
9616
  return /*#__PURE__*/React.createElement("span", {
9491
9617
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9492
9618
  }, /*#__PURE__*/React.createElement("style", {
9493
- children: loadingCircleStyle$31
9619
+ children: loadingCircleStyle$32
9494
9620
  }), /*#__PURE__*/React.createElement("svg", _extends({
9495
9621
  xmlns: "http://www.w3.org/2000/svg",
9496
9622
  width: size,
@@ -9540,7 +9666,7 @@ Table1dtable.defaultProps = {
9540
9666
  size: '16'
9541
9667
  };
9542
9668
 
9543
- var loadingCircleStyle$32 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9669
+ var loadingCircleStyle$33 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9544
9670
 
9545
9671
  var ChartSqltable = function ChartSqltable(props) {
9546
9672
  var color = props.color,
@@ -9554,7 +9680,7 @@ var ChartSqltable = function ChartSqltable(props) {
9554
9680
  return /*#__PURE__*/React.createElement("span", {
9555
9681
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9556
9682
  }, /*#__PURE__*/React.createElement("style", {
9557
- children: loadingCircleStyle$32
9683
+ children: loadingCircleStyle$33
9558
9684
  }), /*#__PURE__*/React.createElement("svg", _extends({
9559
9685
  xmlns: "http://www.w3.org/2000/svg",
9560
9686
  width: size,
@@ -9586,7 +9712,7 @@ ChartSqltable.defaultProps = {
9586
9712
  size: '16'
9587
9713
  };
9588
9714
 
9589
- var loadingCircleStyle$33 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9715
+ var loadingCircleStyle$34 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9590
9716
 
9591
9717
  var ChartCombinedTable = function ChartCombinedTable(props) {
9592
9718
  var color = props.color,
@@ -9600,7 +9726,7 @@ var ChartCombinedTable = function ChartCombinedTable(props) {
9600
9726
  return /*#__PURE__*/React.createElement("span", {
9601
9727
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9602
9728
  }, /*#__PURE__*/React.createElement("style", {
9603
- children: loadingCircleStyle$33
9729
+ children: loadingCircleStyle$34
9604
9730
  }), /*#__PURE__*/React.createElement("svg", _extends({
9605
9731
  xmlns: "http://www.w3.org/2000/svg",
9606
9732
  width: size,
@@ -9632,7 +9758,7 @@ ChartCombinedTable.defaultProps = {
9632
9758
  size: '16'
9633
9759
  };
9634
9760
 
9635
- var loadingCircleStyle$34 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9761
+ var loadingCircleStyle$35 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9636
9762
 
9637
9763
  var ChartDistTable = function ChartDistTable(props) {
9638
9764
  var color = props.color,
@@ -9646,7 +9772,7 @@ var ChartDistTable = function ChartDistTable(props) {
9646
9772
  return /*#__PURE__*/React.createElement("span", {
9647
9773
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9648
9774
  }, /*#__PURE__*/React.createElement("style", {
9649
- children: loadingCircleStyle$34
9775
+ children: loadingCircleStyle$35
9650
9776
  }), /*#__PURE__*/React.createElement("svg", _extends({
9651
9777
  xmlns: "http://www.w3.org/2000/svg",
9652
9778
  width: size,
@@ -9678,7 +9804,7 @@ ChartDistTable.defaultProps = {
9678
9804
  size: '16'
9679
9805
  };
9680
9806
 
9681
- var loadingCircleStyle$35 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9807
+ var loadingCircleStyle$36 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9682
9808
 
9683
9809
  var ChartBarTable = function ChartBarTable(props) {
9684
9810
  var color = props.color,
@@ -9692,7 +9818,7 @@ var ChartBarTable = function ChartBarTable(props) {
9692
9818
  return /*#__PURE__*/React.createElement("span", {
9693
9819
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9694
9820
  }, /*#__PURE__*/React.createElement("style", {
9695
- children: loadingCircleStyle$35
9821
+ children: loadingCircleStyle$36
9696
9822
  }), /*#__PURE__*/React.createElement("svg", _extends({
9697
9823
  xmlns: "http://www.w3.org/2000/svg",
9698
9824
  width: size,
@@ -9726,7 +9852,7 @@ ChartBarTable.defaultProps = {
9726
9852
  size: '16'
9727
9853
  };
9728
9854
 
9729
- var loadingCircleStyle$36 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9855
+ var loadingCircleStyle$37 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9730
9856
 
9731
9857
  var ChartLineTable = function ChartLineTable(props) {
9732
9858
  var color = props.color,
@@ -9740,7 +9866,7 @@ var ChartLineTable = function ChartLineTable(props) {
9740
9866
  return /*#__PURE__*/React.createElement("span", {
9741
9867
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9742
9868
  }, /*#__PURE__*/React.createElement("style", {
9743
- children: loadingCircleStyle$36
9869
+ children: loadingCircleStyle$37
9744
9870
  }), /*#__PURE__*/React.createElement("svg", _extends({
9745
9871
  xmlns: "http://www.w3.org/2000/svg",
9746
9872
  width: size,
@@ -9780,7 +9906,7 @@ ChartLineTable.defaultProps = {
9780
9906
  size: '16'
9781
9907
  };
9782
9908
 
9783
- var loadingCircleStyle$37 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9909
+ var loadingCircleStyle$38 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9784
9910
 
9785
9911
  var Play = function Play(props) {
9786
9912
  var color = props.color,
@@ -9794,7 +9920,7 @@ var Play = function Play(props) {
9794
9920
  return /*#__PURE__*/React.createElement("span", {
9795
9921
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9796
9922
  }, /*#__PURE__*/React.createElement("style", {
9797
- children: loadingCircleStyle$37
9923
+ children: loadingCircleStyle$38
9798
9924
  }), /*#__PURE__*/React.createElement("svg", _extends({
9799
9925
  xmlns: "http://www.w3.org/2000/svg",
9800
9926
  width: size,
@@ -9826,7 +9952,7 @@ Play.defaultProps = {
9826
9952
  size: '16'
9827
9953
  };
9828
9954
 
9829
- var loadingCircleStyle$38 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9955
+ var loadingCircleStyle$39 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9830
9956
 
9831
9957
  var Config = function Config(props) {
9832
9958
  var color = props.color,
@@ -9840,7 +9966,7 @@ var Config = function Config(props) {
9840
9966
  return /*#__PURE__*/React.createElement("span", {
9841
9967
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9842
9968
  }, /*#__PURE__*/React.createElement("style", {
9843
- children: loadingCircleStyle$38
9969
+ children: loadingCircleStyle$39
9844
9970
  }), /*#__PURE__*/React.createElement("svg", _extends({
9845
9971
  xmlns: "http://www.w3.org/2000/svg",
9846
9972
  width: size,
@@ -9872,7 +9998,7 @@ Config.defaultProps = {
9872
9998
  size: '16'
9873
9999
  };
9874
10000
 
9875
- var loadingCircleStyle$39 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10001
+ var loadingCircleStyle$3a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9876
10002
 
9877
10003
  var Setting = function Setting(props) {
9878
10004
  var color = props.color,
@@ -9886,7 +10012,7 @@ var Setting = function Setting(props) {
9886
10012
  return /*#__PURE__*/React.createElement("span", {
9887
10013
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9888
10014
  }, /*#__PURE__*/React.createElement("style", {
9889
- children: loadingCircleStyle$39
10015
+ children: loadingCircleStyle$3a
9890
10016
  }), /*#__PURE__*/React.createElement("svg", _extends({
9891
10017
  xmlns: "http://www.w3.org/2000/svg",
9892
10018
  width: size,
@@ -9918,7 +10044,7 @@ Setting.defaultProps = {
9918
10044
  size: '16'
9919
10045
  };
9920
10046
 
9921
- var loadingCircleStyle$3a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10047
+ var loadingCircleStyle$3b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9922
10048
 
9923
10049
  var Search = function Search(props) {
9924
10050
  var color = props.color,
@@ -9932,7 +10058,7 @@ var Search = function Search(props) {
9932
10058
  return /*#__PURE__*/React.createElement("span", {
9933
10059
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9934
10060
  }, /*#__PURE__*/React.createElement("style", {
9935
- children: loadingCircleStyle$3a
10061
+ children: loadingCircleStyle$3b
9936
10062
  }), /*#__PURE__*/React.createElement("svg", _extends({
9937
10063
  xmlns: "http://www.w3.org/2000/svg",
9938
10064
  width: size,
@@ -9964,7 +10090,7 @@ Search.defaultProps = {
9964
10090
  size: '16'
9965
10091
  };
9966
10092
 
9967
- var loadingCircleStyle$3b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10093
+ var loadingCircleStyle$3c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9968
10094
 
9969
10095
  var Copy = function Copy(props) {
9970
10096
  var color = props.color,
@@ -9978,7 +10104,7 @@ var Copy = function Copy(props) {
9978
10104
  return /*#__PURE__*/React.createElement("span", {
9979
10105
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9980
10106
  }, /*#__PURE__*/React.createElement("style", {
9981
- children: loadingCircleStyle$3b
10107
+ children: loadingCircleStyle$3c
9982
10108
  }), /*#__PURE__*/React.createElement("svg", _extends({
9983
10109
  xmlns: "http://www.w3.org/2000/svg",
9984
10110
  width: size,
@@ -10010,7 +10136,7 @@ Copy.defaultProps = {
10010
10136
  size: '16'
10011
10137
  };
10012
10138
 
10013
- var loadingCircleStyle$3c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10139
+ var loadingCircleStyle$3d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10014
10140
 
10015
10141
  var Copy2 = function Copy2(props) {
10016
10142
  var color = props.color,
@@ -10024,7 +10150,7 @@ var Copy2 = function Copy2(props) {
10024
10150
  return /*#__PURE__*/React.createElement("span", {
10025
10151
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10026
10152
  }, /*#__PURE__*/React.createElement("style", {
10027
- children: loadingCircleStyle$3c
10153
+ children: loadingCircleStyle$3d
10028
10154
  }), /*#__PURE__*/React.createElement("svg", _extends({
10029
10155
  xmlns: "http://www.w3.org/2000/svg",
10030
10156
  width: size,
@@ -10056,7 +10182,7 @@ Copy2.defaultProps = {
10056
10182
  size: '16'
10057
10183
  };
10058
10184
 
10059
- var loadingCircleStyle$3d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10185
+ var loadingCircleStyle$3e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10060
10186
 
10061
10187
  var Format = function Format(props) {
10062
10188
  var color = props.color,
@@ -10070,7 +10196,7 @@ var Format = function Format(props) {
10070
10196
  return /*#__PURE__*/React.createElement("span", {
10071
10197
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10072
10198
  }, /*#__PURE__*/React.createElement("style", {
10073
- children: loadingCircleStyle$3d
10199
+ children: loadingCircleStyle$3e
10074
10200
  }), /*#__PURE__*/React.createElement("svg", _extends({
10075
10201
  xmlns: "http://www.w3.org/2000/svg",
10076
10202
  width: size,
@@ -10104,7 +10230,7 @@ Format.defaultProps = {
10104
10230
  size: '16'
10105
10231
  };
10106
10232
 
10107
- var loadingCircleStyle$3e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10233
+ var loadingCircleStyle$3f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10108
10234
 
10109
10235
  var Code = function Code(props) {
10110
10236
  var color = props.color,
@@ -10118,7 +10244,7 @@ var Code = function Code(props) {
10118
10244
  return /*#__PURE__*/React.createElement("span", {
10119
10245
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10120
10246
  }, /*#__PURE__*/React.createElement("style", {
10121
- children: loadingCircleStyle$3e
10247
+ children: loadingCircleStyle$3f
10122
10248
  }), /*#__PURE__*/React.createElement("svg", _extends({
10123
10249
  xmlns: "http://www.w3.org/2000/svg",
10124
10250
  width: size,
@@ -10150,7 +10276,7 @@ Code.defaultProps = {
10150
10276
  size: '16'
10151
10277
  };
10152
10278
 
10153
- var loadingCircleStyle$3f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10279
+ var loadingCircleStyle$3g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10154
10280
 
10155
10281
  var Edit = function Edit(props) {
10156
10282
  var color = props.color,
@@ -10164,7 +10290,7 @@ var Edit = function Edit(props) {
10164
10290
  return /*#__PURE__*/React.createElement("span", {
10165
10291
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10166
10292
  }, /*#__PURE__*/React.createElement("style", {
10167
- children: loadingCircleStyle$3f
10293
+ children: loadingCircleStyle$3g
10168
10294
  }), /*#__PURE__*/React.createElement("svg", _extends({
10169
10295
  xmlns: "http://www.w3.org/2000/svg",
10170
10296
  width: size,
@@ -10196,7 +10322,7 @@ Edit.defaultProps = {
10196
10322
  size: '16'
10197
10323
  };
10198
10324
 
10199
- var loadingCircleStyle$3g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10325
+ var loadingCircleStyle$3h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10200
10326
 
10201
10327
  var EditFill = function EditFill(props) {
10202
10328
  var color = props.color,
@@ -10210,7 +10336,7 @@ var EditFill = function EditFill(props) {
10210
10336
  return /*#__PURE__*/React.createElement("span", {
10211
10337
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10212
10338
  }, /*#__PURE__*/React.createElement("style", {
10213
- children: loadingCircleStyle$3g
10339
+ children: loadingCircleStyle$3h
10214
10340
  }), /*#__PURE__*/React.createElement("svg", _extends({
10215
10341
  xmlns: "http://www.w3.org/2000/svg",
10216
10342
  width: size,
@@ -10244,7 +10370,7 @@ EditFill.defaultProps = {
10244
10370
  size: '16'
10245
10371
  };
10246
10372
 
10247
- var loadingCircleStyle$3h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10373
+ var loadingCircleStyle$3i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10248
10374
 
10249
10375
  var Delete1 = function Delete1(props) {
10250
10376
  var color = props.color,
@@ -10258,7 +10384,7 @@ var Delete1 = function Delete1(props) {
10258
10384
  return /*#__PURE__*/React.createElement("span", {
10259
10385
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10260
10386
  }, /*#__PURE__*/React.createElement("style", {
10261
- children: loadingCircleStyle$3h
10387
+ children: loadingCircleStyle$3i
10262
10388
  }), /*#__PURE__*/React.createElement("svg", _extends({
10263
10389
  xmlns: "http://www.w3.org/2000/svg",
10264
10390
  width: size,
@@ -10290,7 +10416,7 @@ Delete1.defaultProps = {
10290
10416
  size: '16'
10291
10417
  };
10292
10418
 
10293
- var loadingCircleStyle$3i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10419
+ var loadingCircleStyle$3j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10294
10420
 
10295
10421
  var Save = function Save(props) {
10296
10422
  var color = props.color,
@@ -10304,7 +10430,7 @@ var Save = function Save(props) {
10304
10430
  return /*#__PURE__*/React.createElement("span", {
10305
10431
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10306
10432
  }, /*#__PURE__*/React.createElement("style", {
10307
- children: loadingCircleStyle$3i
10433
+ children: loadingCircleStyle$3j
10308
10434
  }), /*#__PURE__*/React.createElement("svg", _extends({
10309
10435
  xmlns: "http://www.w3.org/2000/svg",
10310
10436
  width: size,
@@ -10336,7 +10462,7 @@ Save.defaultProps = {
10336
10462
  size: '16'
10337
10463
  };
10338
10464
 
10339
- var loadingCircleStyle$3j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10465
+ var loadingCircleStyle$3k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10340
10466
 
10341
10467
  var Send = function Send(props) {
10342
10468
  var color = props.color,
@@ -10350,7 +10476,7 @@ var Send = function Send(props) {
10350
10476
  return /*#__PURE__*/React.createElement("span", {
10351
10477
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10352
10478
  }, /*#__PURE__*/React.createElement("style", {
10353
- children: loadingCircleStyle$3j
10479
+ children: loadingCircleStyle$3k
10354
10480
  }), /*#__PURE__*/React.createElement("svg", _extends({
10355
10481
  xmlns: "http://www.w3.org/2000/svg",
10356
10482
  width: size,
@@ -10382,7 +10508,7 @@ Send.defaultProps = {
10382
10508
  size: '16'
10383
10509
  };
10384
10510
 
10385
- var loadingCircleStyle$3k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10511
+ var loadingCircleStyle$3l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10386
10512
 
10387
10513
  var Fullscreen = function Fullscreen(props) {
10388
10514
  var color = props.color,
@@ -10396,7 +10522,7 @@ var Fullscreen = function Fullscreen(props) {
10396
10522
  return /*#__PURE__*/React.createElement("span", {
10397
10523
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10398
10524
  }, /*#__PURE__*/React.createElement("style", {
10399
- children: loadingCircleStyle$3k
10525
+ children: loadingCircleStyle$3l
10400
10526
  }), /*#__PURE__*/React.createElement("svg", _extends({
10401
10527
  xmlns: "http://www.w3.org/2000/svg",
10402
10528
  width: size,
@@ -10428,7 +10554,7 @@ Fullscreen.defaultProps = {
10428
10554
  size: '16'
10429
10555
  };
10430
10556
 
10431
- var loadingCircleStyle$3l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10557
+ var loadingCircleStyle$3m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10432
10558
 
10433
10559
  var ArrowLeftDown = function ArrowLeftDown(props) {
10434
10560
  var color = props.color,
@@ -10442,7 +10568,7 @@ var ArrowLeftDown = function ArrowLeftDown(props) {
10442
10568
  return /*#__PURE__*/React.createElement("span", {
10443
10569
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10444
10570
  }, /*#__PURE__*/React.createElement("style", {
10445
- children: loadingCircleStyle$3l
10571
+ children: loadingCircleStyle$3m
10446
10572
  }), /*#__PURE__*/React.createElement("svg", _extends({
10447
10573
  xmlns: "http://www.w3.org/2000/svg",
10448
10574
  width: size,
@@ -10474,7 +10600,7 @@ ArrowLeftDown.defaultProps = {
10474
10600
  size: '16'
10475
10601
  };
10476
10602
 
10477
- var loadingCircleStyle$3m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10603
+ var loadingCircleStyle$3n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10478
10604
 
10479
10605
  var Link = function Link(props) {
10480
10606
  var color = props.color,
@@ -10488,7 +10614,7 @@ var Link = function Link(props) {
10488
10614
  return /*#__PURE__*/React.createElement("span", {
10489
10615
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10490
10616
  }, /*#__PURE__*/React.createElement("style", {
10491
- children: loadingCircleStyle$3m
10617
+ children: loadingCircleStyle$3n
10492
10618
  }), /*#__PURE__*/React.createElement("svg", _extends({
10493
10619
  xmlns: "http://www.w3.org/2000/svg",
10494
10620
  width: size,
@@ -10524,7 +10650,7 @@ Link.defaultProps = {
10524
10650
  size: '16'
10525
10651
  };
10526
10652
 
10527
- var loadingCircleStyle$3n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10653
+ var loadingCircleStyle$3o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10528
10654
 
10529
10655
  var Unlink = function Unlink(props) {
10530
10656
  var color = props.color,
@@ -10538,7 +10664,7 @@ var Unlink = function Unlink(props) {
10538
10664
  return /*#__PURE__*/React.createElement("span", {
10539
10665
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10540
10666
  }, /*#__PURE__*/React.createElement("style", {
10541
- children: loadingCircleStyle$3n
10667
+ children: loadingCircleStyle$3o
10542
10668
  }), /*#__PURE__*/React.createElement("svg", _extends({
10543
10669
  xmlns: "http://www.w3.org/2000/svg",
10544
10670
  width: size,
@@ -10576,7 +10702,7 @@ Unlink.defaultProps = {
10576
10702
  size: '16'
10577
10703
  };
10578
10704
 
10579
- var loadingCircleStyle$3o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10705
+ var loadingCircleStyle$3p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10580
10706
 
10581
10707
  var MenuUnfold = function MenuUnfold(props) {
10582
10708
  var color = props.color,
@@ -10590,7 +10716,7 @@ var MenuUnfold = function MenuUnfold(props) {
10590
10716
  return /*#__PURE__*/React.createElement("span", {
10591
10717
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10592
10718
  }, /*#__PURE__*/React.createElement("style", {
10593
- children: loadingCircleStyle$3o
10719
+ children: loadingCircleStyle$3p
10594
10720
  }), /*#__PURE__*/React.createElement("svg", _extends({
10595
10721
  xmlns: "http://www.w3.org/2000/svg",
10596
10722
  width: size,
@@ -10622,7 +10748,7 @@ MenuUnfold.defaultProps = {
10622
10748
  size: '16'
10623
10749
  };
10624
10750
 
10625
- var loadingCircleStyle$3p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10751
+ var loadingCircleStyle$3q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10626
10752
 
10627
10753
  var MenuFold = function MenuFold(props) {
10628
10754
  var color = props.color,
@@ -10636,7 +10762,7 @@ var MenuFold = function MenuFold(props) {
10636
10762
  return /*#__PURE__*/React.createElement("span", {
10637
10763
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10638
10764
  }, /*#__PURE__*/React.createElement("style", {
10639
- children: loadingCircleStyle$3p
10765
+ children: loadingCircleStyle$3q
10640
10766
  }), /*#__PURE__*/React.createElement("svg", _extends({
10641
10767
  xmlns: "http://www.w3.org/2000/svg",
10642
10768
  width: size,
@@ -10668,7 +10794,7 @@ MenuFold.defaultProps = {
10668
10794
  size: '16'
10669
10795
  };
10670
10796
 
10671
- var loadingCircleStyle$3q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10797
+ var loadingCircleStyle$3r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10672
10798
 
10673
10799
  var List = function List(props) {
10674
10800
  var color = props.color,
@@ -10682,7 +10808,7 @@ var List = function List(props) {
10682
10808
  return /*#__PURE__*/React.createElement("span", {
10683
10809
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10684
10810
  }, /*#__PURE__*/React.createElement("style", {
10685
- children: loadingCircleStyle$3q
10811
+ children: loadingCircleStyle$3r
10686
10812
  }), /*#__PURE__*/React.createElement("svg", _extends({
10687
10813
  xmlns: "http://www.w3.org/2000/svg",
10688
10814
  width: size,
@@ -10714,7 +10840,7 @@ List.defaultProps = {
10714
10840
  size: '16'
10715
10841
  };
10716
10842
 
10717
- var loadingCircleStyle$3r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10843
+ var loadingCircleStyle$3s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10718
10844
 
10719
10845
  var ListNested = function ListNested(props) {
10720
10846
  var color = props.color,
@@ -10728,7 +10854,7 @@ var ListNested = function ListNested(props) {
10728
10854
  return /*#__PURE__*/React.createElement("span", {
10729
10855
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10730
10856
  }, /*#__PURE__*/React.createElement("style", {
10731
- children: loadingCircleStyle$3r
10857
+ children: loadingCircleStyle$3s
10732
10858
  }), /*#__PURE__*/React.createElement("svg", _extends({
10733
10859
  xmlns: "http://www.w3.org/2000/svg",
10734
10860
  width: size,
@@ -10762,7 +10888,7 @@ ListNested.defaultProps = {
10762
10888
  size: '16'
10763
10889
  };
10764
10890
 
10765
- var loadingCircleStyle$3s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10891
+ var loadingCircleStyle$3t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10766
10892
 
10767
10893
  var DoubleList = function DoubleList(props) {
10768
10894
  var color = props.color,
@@ -10776,7 +10902,7 @@ var DoubleList = function DoubleList(props) {
10776
10902
  return /*#__PURE__*/React.createElement("span", {
10777
10903
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10778
10904
  }, /*#__PURE__*/React.createElement("style", {
10779
- children: loadingCircleStyle$3s
10905
+ children: loadingCircleStyle$3t
10780
10906
  }), /*#__PURE__*/React.createElement("svg", _extends({
10781
10907
  xmlns: "http://www.w3.org/2000/svg",
10782
10908
  width: size,
@@ -10818,7 +10944,7 @@ DoubleList.defaultProps = {
10818
10944
  size: '16'
10819
10945
  };
10820
10946
 
10821
- var loadingCircleStyle$3t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10947
+ var loadingCircleStyle$3u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10822
10948
 
10823
10949
  var Download = function Download(props) {
10824
10950
  var color = props.color,
@@ -10832,7 +10958,7 @@ var Download = function Download(props) {
10832
10958
  return /*#__PURE__*/React.createElement("span", {
10833
10959
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10834
10960
  }, /*#__PURE__*/React.createElement("style", {
10835
- children: loadingCircleStyle$3t
10961
+ children: loadingCircleStyle$3u
10836
10962
  }), /*#__PURE__*/React.createElement("svg", _extends({
10837
10963
  xmlns: "http://www.w3.org/2000/svg",
10838
10964
  width: size,
@@ -10864,7 +10990,7 @@ Download.defaultProps = {
10864
10990
  size: '16'
10865
10991
  };
10866
10992
 
10867
- var loadingCircleStyle$3u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10993
+ var loadingCircleStyle$3v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10868
10994
 
10869
10995
  var FullDownload = function FullDownload(props) {
10870
10996
  var color = props.color,
@@ -10878,7 +11004,7 @@ var FullDownload = function FullDownload(props) {
10878
11004
  return /*#__PURE__*/React.createElement("span", {
10879
11005
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10880
11006
  }, /*#__PURE__*/React.createElement("style", {
10881
- children: loadingCircleStyle$3u
11007
+ children: loadingCircleStyle$3v
10882
11008
  }), /*#__PURE__*/React.createElement("svg", _extends({
10883
11009
  xmlns: "http://www.w3.org/2000/svg",
10884
11010
  width: size,
@@ -10912,7 +11038,7 @@ FullDownload.defaultProps = {
10912
11038
  size: '16'
10913
11039
  };
10914
11040
 
10915
- var loadingCircleStyle$3v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11041
+ var loadingCircleStyle$3w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10916
11042
 
10917
11043
  var Export = function Export(props) {
10918
11044
  var color = props.color,
@@ -10926,7 +11052,7 @@ var Export = function Export(props) {
10926
11052
  return /*#__PURE__*/React.createElement("span", {
10927
11053
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10928
11054
  }, /*#__PURE__*/React.createElement("style", {
10929
- children: loadingCircleStyle$3v
11055
+ children: loadingCircleStyle$3w
10930
11056
  }), /*#__PURE__*/React.createElement("svg", _extends({
10931
11057
  xmlns: "http://www.w3.org/2000/svg",
10932
11058
  width: size,
@@ -10960,7 +11086,7 @@ Export.defaultProps = {
10960
11086
  size: '16'
10961
11087
  };
10962
11088
 
10963
- var loadingCircleStyle$3w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11089
+ var loadingCircleStyle$3x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10964
11090
 
10965
11091
  var Import = function Import(props) {
10966
11092
  var color = props.color,
@@ -10974,7 +11100,7 @@ var Import = function Import(props) {
10974
11100
  return /*#__PURE__*/React.createElement("span", {
10975
11101
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10976
11102
  }, /*#__PURE__*/React.createElement("style", {
10977
- children: loadingCircleStyle$3w
11103
+ children: loadingCircleStyle$3x
10978
11104
  }), /*#__PURE__*/React.createElement("svg", _extends({
10979
11105
  xmlns: "http://www.w3.org/2000/svg",
10980
11106
  width: size,
@@ -11008,7 +11134,7 @@ Import.defaultProps = {
11008
11134
  size: '16'
11009
11135
  };
11010
11136
 
11011
- var loadingCircleStyle$3x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11137
+ var loadingCircleStyle$3y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11012
11138
 
11013
11139
  var Add1 = function Add1(props) {
11014
11140
  var color = props.color,
@@ -11022,7 +11148,7 @@ var Add1 = function Add1(props) {
11022
11148
  return /*#__PURE__*/React.createElement("span", {
11023
11149
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11024
11150
  }, /*#__PURE__*/React.createElement("style", {
11025
- children: loadingCircleStyle$3x
11151
+ children: loadingCircleStyle$3y
11026
11152
  }), /*#__PURE__*/React.createElement("svg", _extends({
11027
11153
  xmlns: "http://www.w3.org/2000/svg",
11028
11154
  width: size,
@@ -11054,7 +11180,7 @@ Add1.defaultProps = {
11054
11180
  size: '16'
11055
11181
  };
11056
11182
 
11057
- var loadingCircleStyle$3y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11183
+ var loadingCircleStyle$3z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11058
11184
 
11059
11185
  var Add2 = function Add2(props) {
11060
11186
  var color = props.color,
@@ -11068,7 +11194,7 @@ var Add2 = function Add2(props) {
11068
11194
  return /*#__PURE__*/React.createElement("span", {
11069
11195
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11070
11196
  }, /*#__PURE__*/React.createElement("style", {
11071
- children: loadingCircleStyle$3y
11197
+ children: loadingCircleStyle$3z
11072
11198
  }), /*#__PURE__*/React.createElement("svg", _extends({
11073
11199
  xmlns: "http://www.w3.org/2000/svg",
11074
11200
  width: size,
@@ -11100,7 +11226,7 @@ Add2.defaultProps = {
11100
11226
  size: '16'
11101
11227
  };
11102
11228
 
11103
- var loadingCircleStyle$3z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11229
+ var loadingCircleStyle$3A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11104
11230
 
11105
11231
  var Add3 = function Add3(props) {
11106
11232
  var color = props.color,
@@ -11114,7 +11240,7 @@ var Add3 = function Add3(props) {
11114
11240
  return /*#__PURE__*/React.createElement("span", {
11115
11241
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11116
11242
  }, /*#__PURE__*/React.createElement("style", {
11117
- children: loadingCircleStyle$3z
11243
+ children: loadingCircleStyle$3A
11118
11244
  }), /*#__PURE__*/React.createElement("svg", _extends({
11119
11245
  xmlns: "http://www.w3.org/2000/svg",
11120
11246
  width: size,
@@ -11146,7 +11272,7 @@ Add3.defaultProps = {
11146
11272
  size: '16'
11147
11273
  };
11148
11274
 
11149
- var loadingCircleStyle$3A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11275
+ var loadingCircleStyle$3B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11150
11276
 
11151
11277
  var Add3Fill = function Add3Fill(props) {
11152
11278
  var color = props.color,
@@ -11160,7 +11286,7 @@ var Add3Fill = function Add3Fill(props) {
11160
11286
  return /*#__PURE__*/React.createElement("span", {
11161
11287
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11162
11288
  }, /*#__PURE__*/React.createElement("style", {
11163
- children: loadingCircleStyle$3A
11289
+ children: loadingCircleStyle$3B
11164
11290
  }), /*#__PURE__*/React.createElement("svg", _extends({
11165
11291
  xmlns: "http://www.w3.org/2000/svg",
11166
11292
  width: size,
@@ -11192,7 +11318,7 @@ Add3Fill.defaultProps = {
11192
11318
  size: '16'
11193
11319
  };
11194
11320
 
11195
- var loadingCircleStyle$3B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11321
+ var loadingCircleStyle$3C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11196
11322
 
11197
11323
  var Subtract = function Subtract(props) {
11198
11324
  var color = props.color,
@@ -11206,7 +11332,7 @@ var Subtract = function Subtract(props) {
11206
11332
  return /*#__PURE__*/React.createElement("span", {
11207
11333
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11208
11334
  }, /*#__PURE__*/React.createElement("style", {
11209
- children: loadingCircleStyle$3B
11335
+ children: loadingCircleStyle$3C
11210
11336
  }), /*#__PURE__*/React.createElement("svg", _extends({
11211
11337
  xmlns: "http://www.w3.org/2000/svg",
11212
11338
  width: size,
@@ -11241,7 +11367,7 @@ Subtract.defaultProps = {
11241
11367
  size: '16'
11242
11368
  };
11243
11369
 
11244
- var loadingCircleStyle$3C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11370
+ var loadingCircleStyle$3D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11245
11371
 
11246
11372
  var Subtract2 = function Subtract2(props) {
11247
11373
  var color = props.color,
@@ -11255,7 +11381,7 @@ var Subtract2 = function Subtract2(props) {
11255
11381
  return /*#__PURE__*/React.createElement("span", {
11256
11382
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11257
11383
  }, /*#__PURE__*/React.createElement("style", {
11258
- children: loadingCircleStyle$3C
11384
+ children: loadingCircleStyle$3D
11259
11385
  }), /*#__PURE__*/React.createElement("svg", _extends({
11260
11386
  xmlns: "http://www.w3.org/2000/svg",
11261
11387
  width: size,
@@ -11291,7 +11417,7 @@ Subtract2.defaultProps = {
11291
11417
  size: '16'
11292
11418
  };
11293
11419
 
11294
- var loadingCircleStyle$3D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11420
+ var loadingCircleStyle$3E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11295
11421
 
11296
11422
  var Update = function Update(props) {
11297
11423
  var color = props.color,
@@ -11305,7 +11431,7 @@ var Update = function Update(props) {
11305
11431
  return /*#__PURE__*/React.createElement("span", {
11306
11432
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11307
11433
  }, /*#__PURE__*/React.createElement("style", {
11308
- children: loadingCircleStyle$3D
11434
+ children: loadingCircleStyle$3E
11309
11435
  }), /*#__PURE__*/React.createElement("svg", _extends({
11310
11436
  xmlns: "http://www.w3.org/2000/svg",
11311
11437
  width: size,
@@ -11337,7 +11463,7 @@ Update.defaultProps = {
11337
11463
  size: '16'
11338
11464
  };
11339
11465
 
11340
- var loadingCircleStyle$3E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11466
+ var loadingCircleStyle$3F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11341
11467
 
11342
11468
  var Rename = function Rename(props) {
11343
11469
  var color = props.color,
@@ -11351,7 +11477,7 @@ var Rename = function Rename(props) {
11351
11477
  return /*#__PURE__*/React.createElement("span", {
11352
11478
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11353
11479
  }, /*#__PURE__*/React.createElement("style", {
11354
- children: loadingCircleStyle$3E
11480
+ children: loadingCircleStyle$3F
11355
11481
  }), /*#__PURE__*/React.createElement("svg", _extends({
11356
11482
  xmlns: "http://www.w3.org/2000/svg",
11357
11483
  width: size,
@@ -11385,7 +11511,7 @@ Rename.defaultProps = {
11385
11511
  size: '16'
11386
11512
  };
11387
11513
 
11388
- var loadingCircleStyle$3F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11514
+ var loadingCircleStyle$3G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11389
11515
 
11390
11516
  var PlayCircle = function PlayCircle(props) {
11391
11517
  var color = props.color,
@@ -11399,7 +11525,7 @@ var PlayCircle = function PlayCircle(props) {
11399
11525
  return /*#__PURE__*/React.createElement("span", {
11400
11526
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11401
11527
  }, /*#__PURE__*/React.createElement("style", {
11402
- children: loadingCircleStyle$3F
11528
+ children: loadingCircleStyle$3G
11403
11529
  }), /*#__PURE__*/React.createElement("svg", _extends({
11404
11530
  xmlns: "http://www.w3.org/2000/svg",
11405
11531
  width: size,
@@ -11425,15 +11551,61 @@ PlayCircle.propTypes = {
11425
11551
  color: PropTypes.string,
11426
11552
  size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
11427
11553
  };
11428
- PlayCircle.defaultProps = {
11554
+ PlayCircle.defaultProps = {
11555
+ spin: false,
11556
+ color: 'currentColor',
11557
+ size: '16'
11558
+ };
11559
+
11560
+ var loadingCircleStyle$3H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11561
+
11562
+ var PauseCircle = function PauseCircle(props) {
11563
+ var color = props.color,
11564
+ size = props.size,
11565
+ spin = props.spin,
11566
+ style = props.style,
11567
+ className = props.className,
11568
+ iconClassName = props.iconClassName,
11569
+ otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className", "iconClassName"]);
11570
+
11571
+ return /*#__PURE__*/React.createElement("span", {
11572
+ className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11573
+ }, /*#__PURE__*/React.createElement("style", {
11574
+ children: loadingCircleStyle$3H
11575
+ }), /*#__PURE__*/React.createElement("svg", _extends({
11576
+ xmlns: "http://www.w3.org/2000/svg",
11577
+ width: size,
11578
+ height: size,
11579
+ viewBox: "0 0 24 24",
11580
+ fill: color
11581
+ }, otherProps, {
11582
+ className: iconClassName,
11583
+ style: _objectSpread2(_objectSpread2({}, style), spin ? {
11584
+ animationDuration: '1s',
11585
+ animationIterationCount: 'infinite',
11586
+ animationName: 'loadingCircle',
11587
+ animationTimingFunction: 'linear'
11588
+ } : {})
11589
+ }), /*#__PURE__*/React.createElement("path", {
11590
+ d: "M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 100-16.001A8 8 0 0012 20zM9 9h2v6H9V9zm4 0h2v6h-2V9z"
11591
+ })));
11592
+ };
11593
+
11594
+ PauseCircle.propTypes = {
11595
+ iconClassName: PropTypes.string,
11596
+ spin: PropTypes.bool,
11597
+ color: PropTypes.string,
11598
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
11599
+ };
11600
+ PauseCircle.defaultProps = {
11429
11601
  spin: false,
11430
11602
  color: 'currentColor',
11431
11603
  size: '16'
11432
11604
  };
11433
11605
 
11434
- var loadingCircleStyle$3G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11606
+ var loadingCircleStyle$3I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11435
11607
 
11436
- var PauseCircle = function PauseCircle(props) {
11608
+ var Upload = function Upload(props) {
11437
11609
  var color = props.color,
11438
11610
  size = props.size,
11439
11611
  spin = props.spin,
@@ -11445,7 +11617,7 @@ var PauseCircle = function PauseCircle(props) {
11445
11617
  return /*#__PURE__*/React.createElement("span", {
11446
11618
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11447
11619
  }, /*#__PURE__*/React.createElement("style", {
11448
- children: loadingCircleStyle$3G
11620
+ children: loadingCircleStyle$3I
11449
11621
  }), /*#__PURE__*/React.createElement("svg", _extends({
11450
11622
  xmlns: "http://www.w3.org/2000/svg",
11451
11623
  width: size,
@@ -11461,23 +11633,25 @@ var PauseCircle = function PauseCircle(props) {
11461
11633
  animationTimingFunction: 'linear'
11462
11634
  } : {})
11463
11635
  }), /*#__PURE__*/React.createElement("path", {
11464
- d: "M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 100-16.001A8 8 0 0012 20zM9 9h2v6H9V9zm4 0h2v6h-2V9z"
11636
+ d: "M4 3h16a1 1 0 011 1v16a1 1 0 01-1 1H4a1 1 0 01-1-1V4a1 1 0 011-1zm1 2v14h14V5H5z"
11637
+ }), /*#__PURE__*/React.createElement("path", {
11638
+ d: "M12.999 12h3l-4-4-4 4h3v4h2v-4z"
11465
11639
  })));
11466
11640
  };
11467
11641
 
11468
- PauseCircle.propTypes = {
11642
+ Upload.propTypes = {
11469
11643
  iconClassName: PropTypes.string,
11470
11644
  spin: PropTypes.bool,
11471
11645
  color: PropTypes.string,
11472
11646
  size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
11473
11647
  };
11474
- PauseCircle.defaultProps = {
11648
+ Upload.defaultProps = {
11475
11649
  spin: false,
11476
11650
  color: 'currentColor',
11477
11651
  size: '16'
11478
11652
  };
11479
11653
 
11480
- var loadingCircleStyle$3H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11654
+ var loadingCircleStyle$3J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11481
11655
 
11482
11656
  var Report = function Report(props) {
11483
11657
  var color = props.color,
@@ -11491,7 +11665,7 @@ var Report = function Report(props) {
11491
11665
  return /*#__PURE__*/React.createElement("span", {
11492
11666
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11493
11667
  }, /*#__PURE__*/React.createElement("style", {
11494
- children: loadingCircleStyle$3H
11668
+ children: loadingCircleStyle$3J
11495
11669
  }), /*#__PURE__*/React.createElement("svg", _extends({
11496
11670
  xmlns: "http://www.w3.org/2000/svg",
11497
11671
  width: size,
@@ -11523,7 +11697,7 @@ Report.defaultProps = {
11523
11697
  size: '16'
11524
11698
  };
11525
11699
 
11526
- var loadingCircleStyle$3I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11700
+ var loadingCircleStyle$3K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11527
11701
 
11528
11702
  var ReportRemoval = function ReportRemoval(props) {
11529
11703
  var color = props.color,
@@ -11537,7 +11711,7 @@ var ReportRemoval = function ReportRemoval(props) {
11537
11711
  return /*#__PURE__*/React.createElement("span", {
11538
11712
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11539
11713
  }, /*#__PURE__*/React.createElement("style", {
11540
- children: loadingCircleStyle$3I
11714
+ children: loadingCircleStyle$3K
11541
11715
  }), /*#__PURE__*/React.createElement("svg", _extends({
11542
11716
  xmlns: "http://www.w3.org/2000/svg",
11543
11717
  width: size,
@@ -11577,7 +11751,7 @@ ReportRemoval.defaultProps = {
11577
11751
  size: '16'
11578
11752
  };
11579
11753
 
11580
- var loadingCircleStyle$3J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11754
+ var loadingCircleStyle$3L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11581
11755
 
11582
11756
  var FileAdd = function FileAdd(props) {
11583
11757
  var color = props.color,
@@ -11591,7 +11765,7 @@ var FileAdd = function FileAdd(props) {
11591
11765
  return /*#__PURE__*/React.createElement("span", {
11592
11766
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11593
11767
  }, /*#__PURE__*/React.createElement("style", {
11594
- children: loadingCircleStyle$3J
11768
+ children: loadingCircleStyle$3L
11595
11769
  }), /*#__PURE__*/React.createElement("svg", _extends({
11596
11770
  xmlns: "http://www.w3.org/2000/svg",
11597
11771
  width: size,
@@ -11623,7 +11797,7 @@ FileAdd.defaultProps = {
11623
11797
  size: '16'
11624
11798
  };
11625
11799
 
11626
- var loadingCircleStyle$3K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11800
+ var loadingCircleStyle$3M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11627
11801
 
11628
11802
  var FileRemove = function FileRemove(props) {
11629
11803
  var color = props.color,
@@ -11637,7 +11811,7 @@ var FileRemove = function FileRemove(props) {
11637
11811
  return /*#__PURE__*/React.createElement("span", {
11638
11812
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11639
11813
  }, /*#__PURE__*/React.createElement("style", {
11640
- children: loadingCircleStyle$3K
11814
+ children: loadingCircleStyle$3M
11641
11815
  }), /*#__PURE__*/React.createElement("svg", _extends({
11642
11816
  xmlns: "http://www.w3.org/2000/svg",
11643
11817
  width: size,
@@ -11671,7 +11845,7 @@ FileRemove.defaultProps = {
11671
11845
  size: '16'
11672
11846
  };
11673
11847
 
11674
- var loadingCircleStyle$3L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11848
+ var loadingCircleStyle$3N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11675
11849
 
11676
11850
  var FileExport = function FileExport(props) {
11677
11851
  var color = props.color,
@@ -11685,7 +11859,7 @@ var FileExport = function FileExport(props) {
11685
11859
  return /*#__PURE__*/React.createElement("span", {
11686
11860
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11687
11861
  }, /*#__PURE__*/React.createElement("style", {
11688
- children: loadingCircleStyle$3L
11862
+ children: loadingCircleStyle$3N
11689
11863
  }), /*#__PURE__*/React.createElement("svg", _extends({
11690
11864
  xmlns: "http://www.w3.org/2000/svg",
11691
11865
  width: size,
@@ -11717,7 +11891,7 @@ FileExport.defaultProps = {
11717
11891
  size: '16'
11718
11892
  };
11719
11893
 
11720
- var loadingCircleStyle$3M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11894
+ var loadingCircleStyle$3O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11721
11895
 
11722
11896
  var FileMove = function FileMove(props) {
11723
11897
  var color = props.color,
@@ -11731,7 +11905,7 @@ var FileMove = function FileMove(props) {
11731
11905
  return /*#__PURE__*/React.createElement("span", {
11732
11906
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11733
11907
  }, /*#__PURE__*/React.createElement("style", {
11734
- children: loadingCircleStyle$3M
11908
+ children: loadingCircleStyle$3O
11735
11909
  }), /*#__PURE__*/React.createElement("svg", _extends({
11736
11910
  xmlns: "http://www.w3.org/2000/svg",
11737
11911
  width: size,
@@ -11763,7 +11937,7 @@ FileMove.defaultProps = {
11763
11937
  size: '16'
11764
11938
  };
11765
11939
 
11766
- var loadingCircleStyle$3N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11940
+ var loadingCircleStyle$3P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11767
11941
 
11768
11942
  var FileImport = function FileImport(props) {
11769
11943
  var color = props.color,
@@ -11777,7 +11951,7 @@ var FileImport = function FileImport(props) {
11777
11951
  return /*#__PURE__*/React.createElement("span", {
11778
11952
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11779
11953
  }, /*#__PURE__*/React.createElement("style", {
11780
- children: loadingCircleStyle$3N
11954
+ children: loadingCircleStyle$3P
11781
11955
  }), /*#__PURE__*/React.createElement("svg", _extends({
11782
11956
  xmlns: "http://www.w3.org/2000/svg",
11783
11957
  width: size,
@@ -11809,7 +11983,7 @@ FileImport.defaultProps = {
11809
11983
  size: '16'
11810
11984
  };
11811
11985
 
11812
- var loadingCircleStyle$3O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11986
+ var loadingCircleStyle$3Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11813
11987
 
11814
11988
  var FileInfo = function FileInfo(props) {
11815
11989
  var color = props.color,
@@ -11823,7 +11997,7 @@ var FileInfo = function FileInfo(props) {
11823
11997
  return /*#__PURE__*/React.createElement("span", {
11824
11998
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11825
11999
  }, /*#__PURE__*/React.createElement("style", {
11826
- children: loadingCircleStyle$3O
12000
+ children: loadingCircleStyle$3Q
11827
12001
  }), /*#__PURE__*/React.createElement("svg", _extends({
11828
12002
  xmlns: "http://www.w3.org/2000/svg",
11829
12003
  width: size,
@@ -11855,7 +12029,7 @@ FileInfo.defaultProps = {
11855
12029
  size: '16'
11856
12030
  };
11857
12031
 
11858
- var loadingCircleStyle$3P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12032
+ var loadingCircleStyle$3R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11859
12033
 
11860
12034
  var FileConvert = function FileConvert(props) {
11861
12035
  var color = props.color,
@@ -11869,7 +12043,7 @@ var FileConvert = function FileConvert(props) {
11869
12043
  return /*#__PURE__*/React.createElement("span", {
11870
12044
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11871
12045
  }, /*#__PURE__*/React.createElement("style", {
11872
- children: loadingCircleStyle$3P
12046
+ children: loadingCircleStyle$3R
11873
12047
  }), /*#__PURE__*/React.createElement("svg", _extends({
11874
12048
  xmlns: "http://www.w3.org/2000/svg",
11875
12049
  width: size,
@@ -11907,7 +12081,7 @@ FileConvert.defaultProps = {
11907
12081
  size: '16'
11908
12082
  };
11909
12083
 
11910
- var loadingCircleStyle$3Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12084
+ var loadingCircleStyle$3S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11911
12085
 
11912
12086
  var AssetConvert = function AssetConvert(props) {
11913
12087
  var color = props.color,
@@ -11921,7 +12095,7 @@ var AssetConvert = function AssetConvert(props) {
11921
12095
  return /*#__PURE__*/React.createElement("span", {
11922
12096
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11923
12097
  }, /*#__PURE__*/React.createElement("style", {
11924
- children: loadingCircleStyle$3Q
12098
+ children: loadingCircleStyle$3S
11925
12099
  }), /*#__PURE__*/React.createElement("svg", _extends({
11926
12100
  xmlns: "http://www.w3.org/2000/svg",
11927
12101
  width: size,
@@ -11959,7 +12133,7 @@ AssetConvert.defaultProps = {
11959
12133
  size: '16'
11960
12134
  };
11961
12135
 
11962
- var loadingCircleStyle$3R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12136
+ var loadingCircleStyle$3T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11963
12137
 
11964
12138
  var FileLock = function FileLock(props) {
11965
12139
  var color = props.color,
@@ -11973,7 +12147,7 @@ var FileLock = function FileLock(props) {
11973
12147
  return /*#__PURE__*/React.createElement("span", {
11974
12148
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11975
12149
  }, /*#__PURE__*/React.createElement("style", {
11976
- children: loadingCircleStyle$3R
12150
+ children: loadingCircleStyle$3T
11977
12151
  }), /*#__PURE__*/React.createElement("svg", _extends({
11978
12152
  xmlns: "http://www.w3.org/2000/svg",
11979
12153
  width: size,
@@ -12005,7 +12179,7 @@ FileLock.defaultProps = {
12005
12179
  size: '16'
12006
12180
  };
12007
12181
 
12008
- var loadingCircleStyle$3S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12182
+ var loadingCircleStyle$3U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12009
12183
 
12010
12184
  var FilePdf = function FilePdf(props) {
12011
12185
  var color = props.color,
@@ -12019,7 +12193,7 @@ var FilePdf = function FilePdf(props) {
12019
12193
  return /*#__PURE__*/React.createElement("span", {
12020
12194
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12021
12195
  }, /*#__PURE__*/React.createElement("style", {
12022
- children: loadingCircleStyle$3S
12196
+ children: loadingCircleStyle$3U
12023
12197
  }), /*#__PURE__*/React.createElement("svg", _extends({
12024
12198
  xmlns: "http://www.w3.org/2000/svg",
12025
12199
  width: size,
@@ -12051,7 +12225,7 @@ FilePdf.defaultProps = {
12051
12225
  size: '16'
12052
12226
  };
12053
12227
 
12054
- var loadingCircleStyle$3T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12228
+ var loadingCircleStyle$3V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12055
12229
 
12056
12230
  var Detail = function Detail(props) {
12057
12231
  var color = props.color,
@@ -12065,7 +12239,7 @@ var Detail = function Detail(props) {
12065
12239
  return /*#__PURE__*/React.createElement("span", {
12066
12240
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12067
12241
  }, /*#__PURE__*/React.createElement("style", {
12068
- children: loadingCircleStyle$3T
12242
+ children: loadingCircleStyle$3V
12069
12243
  }), /*#__PURE__*/React.createElement("svg", _extends({
12070
12244
  xmlns: "http://www.w3.org/2000/svg",
12071
12245
  width: size,
@@ -12097,7 +12271,7 @@ Detail.defaultProps = {
12097
12271
  size: '16'
12098
12272
  };
12099
12273
 
12100
- var loadingCircleStyle$3U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12274
+ var loadingCircleStyle$3W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12101
12275
 
12102
12276
  var MessageCenter = function MessageCenter(props) {
12103
12277
  var color = props.color,
@@ -12111,7 +12285,7 @@ var MessageCenter = function MessageCenter(props) {
12111
12285
  return /*#__PURE__*/React.createElement("span", {
12112
12286
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12113
12287
  }, /*#__PURE__*/React.createElement("style", {
12114
- children: loadingCircleStyle$3U
12288
+ children: loadingCircleStyle$3W
12115
12289
  }), /*#__PURE__*/React.createElement("svg", _extends({
12116
12290
  xmlns: "http://www.w3.org/2000/svg",
12117
12291
  width: size,
@@ -12151,7 +12325,7 @@ MessageCenter.defaultProps = {
12151
12325
  size: '16'
12152
12326
  };
12153
12327
 
12154
- var loadingCircleStyle$3V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12328
+ var loadingCircleStyle$3X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12155
12329
 
12156
12330
  var SystemMsg = function SystemMsg(props) {
12157
12331
  var color = props.color,
@@ -12165,7 +12339,7 @@ var SystemMsg = function SystemMsg(props) {
12165
12339
  return /*#__PURE__*/React.createElement("span", {
12166
12340
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12167
12341
  }, /*#__PURE__*/React.createElement("style", {
12168
- children: loadingCircleStyle$3V
12342
+ children: loadingCircleStyle$3X
12169
12343
  }), /*#__PURE__*/React.createElement("svg", _extends({
12170
12344
  xmlns: "http://www.w3.org/2000/svg",
12171
12345
  width: size,
@@ -12203,7 +12377,7 @@ SystemMsg.defaultProps = {
12203
12377
  size: '16'
12204
12378
  };
12205
12379
 
12206
- var loadingCircleStyle$3W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12380
+ var loadingCircleStyle$3Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12207
12381
 
12208
12382
  var Comment = function Comment(props) {
12209
12383
  var color = props.color,
@@ -12217,7 +12391,7 @@ var Comment = function Comment(props) {
12217
12391
  return /*#__PURE__*/React.createElement("span", {
12218
12392
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12219
12393
  }, /*#__PURE__*/React.createElement("style", {
12220
- children: loadingCircleStyle$3W
12394
+ children: loadingCircleStyle$3Y
12221
12395
  }), /*#__PURE__*/React.createElement("svg", _extends({
12222
12396
  xmlns: "http://www.w3.org/2000/svg",
12223
12397
  width: size,
@@ -12253,7 +12427,7 @@ Comment.defaultProps = {
12253
12427
  size: '16'
12254
12428
  };
12255
12429
 
12256
- var loadingCircleStyle$3X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12430
+ var loadingCircleStyle$3Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12257
12431
 
12258
12432
  var Book = function Book(props) {
12259
12433
  var color = props.color,
@@ -12267,7 +12441,7 @@ var Book = function Book(props) {
12267
12441
  return /*#__PURE__*/React.createElement("span", {
12268
12442
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12269
12443
  }, /*#__PURE__*/React.createElement("style", {
12270
- children: loadingCircleStyle$3X
12444
+ children: loadingCircleStyle$3Z
12271
12445
  }), /*#__PURE__*/React.createElement("svg", _extends({
12272
12446
  xmlns: "http://www.w3.org/2000/svg",
12273
12447
  width: size,
@@ -12299,7 +12473,7 @@ Book.defaultProps = {
12299
12473
  size: '16'
12300
12474
  };
12301
12475
 
12302
- var loadingCircleStyle$3Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12476
+ var loadingCircleStyle$3_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12303
12477
 
12304
12478
  var Book2 = function Book2(props) {
12305
12479
  var color = props.color,
@@ -12313,7 +12487,7 @@ var Book2 = function Book2(props) {
12313
12487
  return /*#__PURE__*/React.createElement("span", {
12314
12488
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12315
12489
  }, /*#__PURE__*/React.createElement("style", {
12316
- children: loadingCircleStyle$3Y
12490
+ children: loadingCircleStyle$3_
12317
12491
  }), /*#__PURE__*/React.createElement("svg", _extends({
12318
12492
  xmlns: "http://www.w3.org/2000/svg",
12319
12493
  width: size,
@@ -12345,7 +12519,7 @@ Book2.defaultProps = {
12345
12519
  size: '16'
12346
12520
  };
12347
12521
 
12348
- var loadingCircleStyle$3Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12522
+ var loadingCircleStyle$3$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12349
12523
 
12350
12524
  var Sticker = function Sticker(props) {
12351
12525
  var color = props.color,
@@ -12359,7 +12533,7 @@ var Sticker = function Sticker(props) {
12359
12533
  return /*#__PURE__*/React.createElement("span", {
12360
12534
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12361
12535
  }, /*#__PURE__*/React.createElement("style", {
12362
- children: loadingCircleStyle$3Z
12536
+ children: loadingCircleStyle$3$
12363
12537
  }), /*#__PURE__*/React.createElement("svg", _extends({
12364
12538
  xmlns: "http://www.w3.org/2000/svg",
12365
12539
  width: size,
@@ -12391,7 +12565,7 @@ Sticker.defaultProps = {
12391
12565
  size: '16'
12392
12566
  };
12393
12567
 
12394
- var loadingCircleStyle$3_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12568
+ var loadingCircleStyle$40 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12395
12569
 
12396
12570
  var StickerFill = function StickerFill(props) {
12397
12571
  var color = props.color,
@@ -12405,7 +12579,7 @@ var StickerFill = function StickerFill(props) {
12405
12579
  return /*#__PURE__*/React.createElement("span", {
12406
12580
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12407
12581
  }, /*#__PURE__*/React.createElement("style", {
12408
- children: loadingCircleStyle$3_
12582
+ children: loadingCircleStyle$40
12409
12583
  }), /*#__PURE__*/React.createElement("svg", _extends({
12410
12584
  xmlns: "http://www.w3.org/2000/svg",
12411
12585
  width: size,
@@ -12437,7 +12611,7 @@ StickerFill.defaultProps = {
12437
12611
  size: '16'
12438
12612
  };
12439
12613
 
12440
- var loadingCircleStyle$3$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12614
+ var loadingCircleStyle$41 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12441
12615
 
12442
12616
  var EventSm = function EventSm(props) {
12443
12617
  var color = props.color,
@@ -12451,7 +12625,7 @@ var EventSm = function EventSm(props) {
12451
12625
  return /*#__PURE__*/React.createElement("span", {
12452
12626
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12453
12627
  }, /*#__PURE__*/React.createElement("style", {
12454
- children: loadingCircleStyle$3$
12628
+ children: loadingCircleStyle$41
12455
12629
  }), /*#__PURE__*/React.createElement("svg", _extends({
12456
12630
  xmlns: "http://www.w3.org/2000/svg",
12457
12631
  width: size,
@@ -12483,7 +12657,7 @@ EventSm.defaultProps = {
12483
12657
  size: '16'
12484
12658
  };
12485
12659
 
12486
- var loadingCircleStyle$40 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12660
+ var loadingCircleStyle$42 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12487
12661
 
12488
12662
  var EPropertySm = function EPropertySm(props) {
12489
12663
  var color = props.color,
@@ -12497,7 +12671,7 @@ var EPropertySm = function EPropertySm(props) {
12497
12671
  return /*#__PURE__*/React.createElement("span", {
12498
12672
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12499
12673
  }, /*#__PURE__*/React.createElement("style", {
12500
- children: loadingCircleStyle$40
12674
+ children: loadingCircleStyle$42
12501
12675
  }), /*#__PURE__*/React.createElement("svg", _extends({
12502
12676
  xmlns: "http://www.w3.org/2000/svg",
12503
12677
  width: size,
@@ -12537,7 +12711,7 @@ EPropertySm.defaultProps = {
12537
12711
  size: '16'
12538
12712
  };
12539
12713
 
12540
- var loadingCircleStyle$41 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12714
+ var loadingCircleStyle$43 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12541
12715
 
12542
12716
  var IndicatorSm = function IndicatorSm(props) {
12543
12717
  var color = props.color,
@@ -12551,7 +12725,7 @@ var IndicatorSm = function IndicatorSm(props) {
12551
12725
  return /*#__PURE__*/React.createElement("span", {
12552
12726
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12553
12727
  }, /*#__PURE__*/React.createElement("style", {
12554
- children: loadingCircleStyle$41
12728
+ children: loadingCircleStyle$43
12555
12729
  }), /*#__PURE__*/React.createElement("svg", _extends({
12556
12730
  xmlns: "http://www.w3.org/2000/svg",
12557
12731
  width: size,
@@ -12587,7 +12761,7 @@ IndicatorSm.defaultProps = {
12587
12761
  size: '16'
12588
12762
  };
12589
12763
 
12590
- var loadingCircleStyle$42 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12764
+ var loadingCircleStyle$44 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12591
12765
 
12592
12766
  var UPropertySm = function UPropertySm(props) {
12593
12767
  var color = props.color,
@@ -12601,7 +12775,7 @@ var UPropertySm = function UPropertySm(props) {
12601
12775
  return /*#__PURE__*/React.createElement("span", {
12602
12776
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12603
12777
  }, /*#__PURE__*/React.createElement("style", {
12604
- children: loadingCircleStyle$42
12778
+ children: loadingCircleStyle$44
12605
12779
  }), /*#__PURE__*/React.createElement("svg", _extends({
12606
12780
  xmlns: "http://www.w3.org/2000/svg",
12607
12781
  width: size,
@@ -12639,7 +12813,7 @@ UPropertySm.defaultProps = {
12639
12813
  size: '16'
12640
12814
  };
12641
12815
 
12642
- var loadingCircleStyle$43 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12816
+ var loadingCircleStyle$45 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12643
12817
 
12644
12818
  var UGroupSm = function UGroupSm(props) {
12645
12819
  var color = props.color,
@@ -12653,7 +12827,7 @@ var UGroupSm = function UGroupSm(props) {
12653
12827
  return /*#__PURE__*/React.createElement("span", {
12654
12828
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12655
12829
  }, /*#__PURE__*/React.createElement("style", {
12656
- children: loadingCircleStyle$43
12830
+ children: loadingCircleStyle$45
12657
12831
  }), /*#__PURE__*/React.createElement("svg", _extends({
12658
12832
  xmlns: "http://www.w3.org/2000/svg",
12659
12833
  width: size,
@@ -12699,7 +12873,7 @@ UGroupSm.defaultProps = {
12699
12873
  size: '16'
12700
12874
  };
12701
12875
 
12702
- var loadingCircleStyle$44 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12876
+ var loadingCircleStyle$46 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12703
12877
 
12704
12878
  var UTagSm = function UTagSm(props) {
12705
12879
  var color = props.color,
@@ -12713,7 +12887,7 @@ var UTagSm = function UTagSm(props) {
12713
12887
  return /*#__PURE__*/React.createElement("span", {
12714
12888
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12715
12889
  }, /*#__PURE__*/React.createElement("style", {
12716
- children: loadingCircleStyle$44
12890
+ children: loadingCircleStyle$46
12717
12891
  }), /*#__PURE__*/React.createElement("svg", _extends({
12718
12892
  xmlns: "http://www.w3.org/2000/svg",
12719
12893
  width: size,
@@ -12749,7 +12923,7 @@ UTagSm.defaultProps = {
12749
12923
  size: '16'
12750
12924
  };
12751
12925
 
12752
- var loadingCircleStyle$45 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12926
+ var loadingCircleStyle$47 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12753
12927
 
12754
12928
  var AllGroupSm = function AllGroupSm(props) {
12755
12929
  var color = props.color,
@@ -12763,7 +12937,7 @@ var AllGroupSm = function AllGroupSm(props) {
12763
12937
  return /*#__PURE__*/React.createElement("span", {
12764
12938
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12765
12939
  }, /*#__PURE__*/React.createElement("style", {
12766
- children: loadingCircleStyle$45
12940
+ children: loadingCircleStyle$47
12767
12941
  }), /*#__PURE__*/React.createElement("svg", _extends({
12768
12942
  xmlns: "http://www.w3.org/2000/svg",
12769
12943
  width: size,
@@ -12801,7 +12975,7 @@ AllGroupSm.defaultProps = {
12801
12975
  size: '16'
12802
12976
  };
12803
12977
 
12804
- var loadingCircleStyle$46 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12978
+ var loadingCircleStyle$48 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12805
12979
 
12806
12980
  var CalendarSm = function CalendarSm(props) {
12807
12981
  var color = props.color,
@@ -12815,7 +12989,7 @@ var CalendarSm = function CalendarSm(props) {
12815
12989
  return /*#__PURE__*/React.createElement("span", {
12816
12990
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12817
12991
  }, /*#__PURE__*/React.createElement("style", {
12818
- children: loadingCircleStyle$46
12992
+ children: loadingCircleStyle$48
12819
12993
  }), /*#__PURE__*/React.createElement("svg", _extends({
12820
12994
  xmlns: "http://www.w3.org/2000/svg",
12821
12995
  width: size,
@@ -12847,7 +13021,7 @@ CalendarSm.defaultProps = {
12847
13021
  size: '16'
12848
13022
  };
12849
13023
 
12850
- var loadingCircleStyle$47 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13024
+ var loadingCircleStyle$49 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12851
13025
 
12852
13026
  var GroupAddSm = function GroupAddSm(props) {
12853
13027
  var color = props.color,
@@ -12861,7 +13035,7 @@ var GroupAddSm = function GroupAddSm(props) {
12861
13035
  return /*#__PURE__*/React.createElement("span", {
12862
13036
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12863
13037
  }, /*#__PURE__*/React.createElement("style", {
12864
- children: loadingCircleStyle$47
13038
+ children: loadingCircleStyle$49
12865
13039
  }), /*#__PURE__*/React.createElement("svg", _extends({
12866
13040
  xmlns: "http://www.w3.org/2000/svg",
12867
13041
  width: size,
@@ -12899,7 +13073,7 @@ GroupAddSm.defaultProps = {
12899
13073
  size: '16'
12900
13074
  };
12901
13075
 
12902
- var loadingCircleStyle$48 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13076
+ var loadingCircleStyle$4a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12903
13077
 
12904
13078
  var BooleanSm = function BooleanSm(props) {
12905
13079
  var color = props.color,
@@ -12913,7 +13087,7 @@ var BooleanSm = function BooleanSm(props) {
12913
13087
  return /*#__PURE__*/React.createElement("span", {
12914
13088
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12915
13089
  }, /*#__PURE__*/React.createElement("style", {
12916
- children: loadingCircleStyle$48
13090
+ children: loadingCircleStyle$4a
12917
13091
  }), /*#__PURE__*/React.createElement("svg", _extends({
12918
13092
  xmlns: "http://www.w3.org/2000/svg",
12919
13093
  width: size,
@@ -12947,7 +13121,7 @@ BooleanSm.defaultProps = {
12947
13121
  size: '16'
12948
13122
  };
12949
13123
 
12950
- var loadingCircleStyle$49 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13124
+ var loadingCircleStyle$4b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12951
13125
 
12952
13126
  var ListSm = function ListSm(props) {
12953
13127
  var color = props.color,
@@ -12961,7 +13135,7 @@ var ListSm = function ListSm(props) {
12961
13135
  return /*#__PURE__*/React.createElement("span", {
12962
13136
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12963
13137
  }, /*#__PURE__*/React.createElement("style", {
12964
- children: loadingCircleStyle$49
13138
+ children: loadingCircleStyle$4b
12965
13139
  }), /*#__PURE__*/React.createElement("svg", _extends({
12966
13140
  xmlns: "http://www.w3.org/2000/svg",
12967
13141
  width: size,
@@ -13003,7 +13177,7 @@ ListSm.defaultProps = {
13003
13177
  size: '16'
13004
13178
  };
13005
13179
 
13006
- var loadingCircleStyle$4a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13180
+ var loadingCircleStyle$4c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13007
13181
 
13008
13182
  var ArrayRowsSm = function ArrayRowsSm(props) {
13009
13183
  var color = props.color,
@@ -13017,7 +13191,7 @@ var ArrayRowsSm = function ArrayRowsSm(props) {
13017
13191
  return /*#__PURE__*/React.createElement("span", {
13018
13192
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13019
13193
  }, /*#__PURE__*/React.createElement("style", {
13020
- children: loadingCircleStyle$4a
13194
+ children: loadingCircleStyle$4c
13021
13195
  }), /*#__PURE__*/React.createElement("svg", _extends({
13022
13196
  xmlns: "http://www.w3.org/2000/svg",
13023
13197
  width: size,
@@ -13051,7 +13225,7 @@ ArrayRowsSm.defaultProps = {
13051
13225
  size: '16'
13052
13226
  };
13053
13227
 
13054
- var loadingCircleStyle$4b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13228
+ var loadingCircleStyle$4d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13055
13229
 
13056
13230
  var RowsSm = function RowsSm(props) {
13057
13231
  var color = props.color,
@@ -13065,7 +13239,7 @@ var RowsSm = function RowsSm(props) {
13065
13239
  return /*#__PURE__*/React.createElement("span", {
13066
13240
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13067
13241
  }, /*#__PURE__*/React.createElement("style", {
13068
- children: loadingCircleStyle$4b
13242
+ children: loadingCircleStyle$4d
13069
13243
  }), /*#__PURE__*/React.createElement("svg", _extends({
13070
13244
  xmlns: "http://www.w3.org/2000/svg",
13071
13245
  width: size,
@@ -13107,7 +13281,7 @@ RowsSm.defaultProps = {
13107
13281
  size: '16'
13108
13282
  };
13109
13283
 
13110
- var loadingCircleStyle$4c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13284
+ var loadingCircleStyle$4e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13111
13285
 
13112
13286
  var VPropertySm = function VPropertySm(props) {
13113
13287
  var color = props.color,
@@ -13121,7 +13295,7 @@ var VPropertySm = function VPropertySm(props) {
13121
13295
  return /*#__PURE__*/React.createElement("span", {
13122
13296
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13123
13297
  }, /*#__PURE__*/React.createElement("style", {
13124
- children: loadingCircleStyle$4c
13298
+ children: loadingCircleStyle$4e
13125
13299
  }), /*#__PURE__*/React.createElement("svg", _extends({
13126
13300
  xmlns: "http://www.w3.org/2000/svg",
13127
13301
  width: size,
@@ -13159,7 +13333,7 @@ VPropertySm.defaultProps = {
13159
13333
  size: '16'
13160
13334
  };
13161
13335
 
13162
- var loadingCircleStyle$4d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13336
+ var loadingCircleStyle$4f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13163
13337
 
13164
13338
  var StringSm = function StringSm(props) {
13165
13339
  var color = props.color,
@@ -13173,7 +13347,7 @@ var StringSm = function StringSm(props) {
13173
13347
  return /*#__PURE__*/React.createElement("span", {
13174
13348
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13175
13349
  }, /*#__PURE__*/React.createElement("style", {
13176
- children: loadingCircleStyle$4d
13350
+ children: loadingCircleStyle$4f
13177
13351
  }), /*#__PURE__*/React.createElement("svg", _extends({
13178
13352
  xmlns: "http://www.w3.org/2000/svg",
13179
13353
  width: size,
@@ -13207,7 +13381,7 @@ StringSm.defaultProps = {
13207
13381
  size: '16'
13208
13382
  };
13209
13383
 
13210
- var loadingCircleStyle$4e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13384
+ var loadingCircleStyle$4g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13211
13385
 
13212
13386
  var NumSm = function NumSm(props) {
13213
13387
  var color = props.color,
@@ -13221,7 +13395,7 @@ var NumSm = function NumSm(props) {
13221
13395
  return /*#__PURE__*/React.createElement("span", {
13222
13396
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13223
13397
  }, /*#__PURE__*/React.createElement("style", {
13224
- children: loadingCircleStyle$4e
13398
+ children: loadingCircleStyle$4g
13225
13399
  }), /*#__PURE__*/React.createElement("svg", _extends({
13226
13400
  xmlns: "http://www.w3.org/2000/svg",
13227
13401
  width: size,
@@ -13255,7 +13429,7 @@ NumSm.defaultProps = {
13255
13429
  size: '16'
13256
13430
  };
13257
13431
 
13258
- var loadingCircleStyle$4f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13432
+ var loadingCircleStyle$4h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13259
13433
 
13260
13434
  var TimeSm = function TimeSm(props) {
13261
13435
  var color = props.color,
@@ -13269,7 +13443,7 @@ var TimeSm = function TimeSm(props) {
13269
13443
  return /*#__PURE__*/React.createElement("span", {
13270
13444
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13271
13445
  }, /*#__PURE__*/React.createElement("style", {
13272
- children: loadingCircleStyle$4f
13446
+ children: loadingCircleStyle$4h
13273
13447
  }), /*#__PURE__*/React.createElement("svg", _extends({
13274
13448
  xmlns: "http://www.w3.org/2000/svg",
13275
13449
  width: size,
@@ -13303,7 +13477,7 @@ TimeSm.defaultProps = {
13303
13477
  size: '16'
13304
13478
  };
13305
13479
 
13306
- var loadingCircleStyle$4g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13480
+ var loadingCircleStyle$4i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13307
13481
 
13308
13482
  var ArrowLeft = function ArrowLeft(props) {
13309
13483
  var color = props.color,
@@ -13317,7 +13491,7 @@ var ArrowLeft = function ArrowLeft(props) {
13317
13491
  return /*#__PURE__*/React.createElement("span", {
13318
13492
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13319
13493
  }, /*#__PURE__*/React.createElement("style", {
13320
- children: loadingCircleStyle$4g
13494
+ children: loadingCircleStyle$4i
13321
13495
  }), /*#__PURE__*/React.createElement("svg", _extends({
13322
13496
  xmlns: "http://www.w3.org/2000/svg",
13323
13497
  width: size,
@@ -13349,7 +13523,7 @@ ArrowLeft.defaultProps = {
13349
13523
  size: '16'
13350
13524
  };
13351
13525
 
13352
- var loadingCircleStyle$4h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13526
+ var loadingCircleStyle$4j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13353
13527
 
13354
13528
  var ArrowRight = function ArrowRight(props) {
13355
13529
  var color = props.color,
@@ -13363,7 +13537,7 @@ var ArrowRight = function ArrowRight(props) {
13363
13537
  return /*#__PURE__*/React.createElement("span", {
13364
13538
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13365
13539
  }, /*#__PURE__*/React.createElement("style", {
13366
- children: loadingCircleStyle$4h
13540
+ children: loadingCircleStyle$4j
13367
13541
  }), /*#__PURE__*/React.createElement("svg", _extends({
13368
13542
  xmlns: "http://www.w3.org/2000/svg",
13369
13543
  width: size,
@@ -13395,7 +13569,7 @@ ArrowRight.defaultProps = {
13395
13569
  size: '16'
13396
13570
  };
13397
13571
 
13398
- var loadingCircleStyle$4i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13572
+ var loadingCircleStyle$4k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13399
13573
 
13400
13574
  var ArrowUp = function ArrowUp(props) {
13401
13575
  var color = props.color,
@@ -13409,7 +13583,7 @@ var ArrowUp = function ArrowUp(props) {
13409
13583
  return /*#__PURE__*/React.createElement("span", {
13410
13584
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13411
13585
  }, /*#__PURE__*/React.createElement("style", {
13412
- children: loadingCircleStyle$4i
13586
+ children: loadingCircleStyle$4k
13413
13587
  }), /*#__PURE__*/React.createElement("svg", _extends({
13414
13588
  xmlns: "http://www.w3.org/2000/svg",
13415
13589
  width: size,
@@ -13441,7 +13615,7 @@ ArrowUp.defaultProps = {
13441
13615
  size: '16'
13442
13616
  };
13443
13617
 
13444
- var loadingCircleStyle$4j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13618
+ var loadingCircleStyle$4l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13445
13619
 
13446
13620
  var ArrowDown = function ArrowDown(props) {
13447
13621
  var color = props.color,
@@ -13455,7 +13629,7 @@ var ArrowDown = function ArrowDown(props) {
13455
13629
  return /*#__PURE__*/React.createElement("span", {
13456
13630
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13457
13631
  }, /*#__PURE__*/React.createElement("style", {
13458
- children: loadingCircleStyle$4j
13632
+ children: loadingCircleStyle$4l
13459
13633
  }), /*#__PURE__*/React.createElement("svg", _extends({
13460
13634
  xmlns: "http://www.w3.org/2000/svg",
13461
13635
  width: size,
@@ -13487,7 +13661,7 @@ ArrowDown.defaultProps = {
13487
13661
  size: '16'
13488
13662
  };
13489
13663
 
13490
- var loadingCircleStyle$4k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13664
+ var loadingCircleStyle$4m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13491
13665
 
13492
13666
  var ArrowLeft2 = function ArrowLeft2(props) {
13493
13667
  var color = props.color,
@@ -13501,7 +13675,7 @@ var ArrowLeft2 = function ArrowLeft2(props) {
13501
13675
  return /*#__PURE__*/React.createElement("span", {
13502
13676
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13503
13677
  }, /*#__PURE__*/React.createElement("style", {
13504
- children: loadingCircleStyle$4k
13678
+ children: loadingCircleStyle$4m
13505
13679
  }), /*#__PURE__*/React.createElement("svg", _extends({
13506
13680
  xmlns: "http://www.w3.org/2000/svg",
13507
13681
  width: size,
@@ -13533,7 +13707,7 @@ ArrowLeft2.defaultProps = {
13533
13707
  size: '16'
13534
13708
  };
13535
13709
 
13536
- var loadingCircleStyle$4l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13710
+ var loadingCircleStyle$4n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13537
13711
 
13538
13712
  var ArrowRight2 = function ArrowRight2(props) {
13539
13713
  var color = props.color,
@@ -13547,7 +13721,7 @@ var ArrowRight2 = function ArrowRight2(props) {
13547
13721
  return /*#__PURE__*/React.createElement("span", {
13548
13722
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13549
13723
  }, /*#__PURE__*/React.createElement("style", {
13550
- children: loadingCircleStyle$4l
13724
+ children: loadingCircleStyle$4n
13551
13725
  }), /*#__PURE__*/React.createElement("svg", _extends({
13552
13726
  xmlns: "http://www.w3.org/2000/svg",
13553
13727
  width: size,
@@ -13579,7 +13753,7 @@ ArrowRight2.defaultProps = {
13579
13753
  size: '16'
13580
13754
  };
13581
13755
 
13582
- var loadingCircleStyle$4m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13756
+ var loadingCircleStyle$4o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13583
13757
 
13584
13758
  var ArrowUp2 = function ArrowUp2(props) {
13585
13759
  var color = props.color,
@@ -13593,7 +13767,7 @@ var ArrowUp2 = function ArrowUp2(props) {
13593
13767
  return /*#__PURE__*/React.createElement("span", {
13594
13768
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13595
13769
  }, /*#__PURE__*/React.createElement("style", {
13596
- children: loadingCircleStyle$4m
13770
+ children: loadingCircleStyle$4o
13597
13771
  }), /*#__PURE__*/React.createElement("svg", _extends({
13598
13772
  xmlns: "http://www.w3.org/2000/svg",
13599
13773
  width: size,
@@ -13625,7 +13799,7 @@ ArrowUp2.defaultProps = {
13625
13799
  size: '16'
13626
13800
  };
13627
13801
 
13628
- var loadingCircleStyle$4n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13802
+ var loadingCircleStyle$4p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13629
13803
 
13630
13804
  var ArrowDown2 = function ArrowDown2(props) {
13631
13805
  var color = props.color,
@@ -13639,7 +13813,7 @@ var ArrowDown2 = function ArrowDown2(props) {
13639
13813
  return /*#__PURE__*/React.createElement("span", {
13640
13814
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13641
13815
  }, /*#__PURE__*/React.createElement("style", {
13642
- children: loadingCircleStyle$4n
13816
+ children: loadingCircleStyle$4p
13643
13817
  }), /*#__PURE__*/React.createElement("svg", _extends({
13644
13818
  xmlns: "http://www.w3.org/2000/svg",
13645
13819
  width: size,
@@ -13671,7 +13845,7 @@ ArrowDown2.defaultProps = {
13671
13845
  size: '16'
13672
13846
  };
13673
13847
 
13674
- var loadingCircleStyle$4o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13848
+ var loadingCircleStyle$4q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13675
13849
 
13676
13850
  var TriLeft = function TriLeft(props) {
13677
13851
  var color = props.color,
@@ -13685,7 +13859,7 @@ var TriLeft = function TriLeft(props) {
13685
13859
  return /*#__PURE__*/React.createElement("span", {
13686
13860
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13687
13861
  }, /*#__PURE__*/React.createElement("style", {
13688
- children: loadingCircleStyle$4o
13862
+ children: loadingCircleStyle$4q
13689
13863
  }), /*#__PURE__*/React.createElement("svg", _extends({
13690
13864
  xmlns: "http://www.w3.org/2000/svg",
13691
13865
  width: size,
@@ -13717,7 +13891,7 @@ TriLeft.defaultProps = {
13717
13891
  size: '16'
13718
13892
  };
13719
13893
 
13720
- var loadingCircleStyle$4p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13894
+ var loadingCircleStyle$4r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13721
13895
 
13722
13896
  var TriRight = function TriRight(props) {
13723
13897
  var color = props.color,
@@ -13731,7 +13905,7 @@ var TriRight = function TriRight(props) {
13731
13905
  return /*#__PURE__*/React.createElement("span", {
13732
13906
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13733
13907
  }, /*#__PURE__*/React.createElement("style", {
13734
- children: loadingCircleStyle$4p
13908
+ children: loadingCircleStyle$4r
13735
13909
  }), /*#__PURE__*/React.createElement("svg", _extends({
13736
13910
  xmlns: "http://www.w3.org/2000/svg",
13737
13911
  width: size,
@@ -13763,7 +13937,7 @@ TriRight.defaultProps = {
13763
13937
  size: '16'
13764
13938
  };
13765
13939
 
13766
- var loadingCircleStyle$4q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13940
+ var loadingCircleStyle$4s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13767
13941
 
13768
13942
  var TriUp = function TriUp(props) {
13769
13943
  var color = props.color,
@@ -13777,7 +13951,7 @@ var TriUp = function TriUp(props) {
13777
13951
  return /*#__PURE__*/React.createElement("span", {
13778
13952
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13779
13953
  }, /*#__PURE__*/React.createElement("style", {
13780
- children: loadingCircleStyle$4q
13954
+ children: loadingCircleStyle$4s
13781
13955
  }), /*#__PURE__*/React.createElement("svg", _extends({
13782
13956
  xmlns: "http://www.w3.org/2000/svg",
13783
13957
  width: size,
@@ -13809,7 +13983,7 @@ TriUp.defaultProps = {
13809
13983
  size: '16'
13810
13984
  };
13811
13985
 
13812
- var loadingCircleStyle$4r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13986
+ var loadingCircleStyle$4t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13813
13987
 
13814
13988
  var TriDown = function TriDown(props) {
13815
13989
  var color = props.color,
@@ -13823,7 +13997,7 @@ var TriDown = function TriDown(props) {
13823
13997
  return /*#__PURE__*/React.createElement("span", {
13824
13998
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13825
13999
  }, /*#__PURE__*/React.createElement("style", {
13826
- children: loadingCircleStyle$4r
14000
+ children: loadingCircleStyle$4t
13827
14001
  }), /*#__PURE__*/React.createElement("svg", _extends({
13828
14002
  xmlns: "http://www.w3.org/2000/svg",
13829
14003
  width: size,
@@ -13855,7 +14029,7 @@ TriDown.defaultProps = {
13855
14029
  size: '16'
13856
14030
  };
13857
14031
 
13858
- var loadingCircleStyle$4s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14032
+ var loadingCircleStyle$4u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13859
14033
 
13860
14034
  var DArrowL = function DArrowL(props) {
13861
14035
  var color = props.color,
@@ -13869,7 +14043,7 @@ var DArrowL = function DArrowL(props) {
13869
14043
  return /*#__PURE__*/React.createElement("span", {
13870
14044
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13871
14045
  }, /*#__PURE__*/React.createElement("style", {
13872
- children: loadingCircleStyle$4s
14046
+ children: loadingCircleStyle$4u
13873
14047
  }), /*#__PURE__*/React.createElement("svg", _extends({
13874
14048
  xmlns: "http://www.w3.org/2000/svg",
13875
14049
  width: size,
@@ -13903,7 +14077,7 @@ DArrowL.defaultProps = {
13903
14077
  size: '16'
13904
14078
  };
13905
14079
 
13906
- var loadingCircleStyle$4t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14080
+ var loadingCircleStyle$4v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13907
14081
 
13908
14082
  var DArrowR = function DArrowR(props) {
13909
14083
  var color = props.color,
@@ -13917,7 +14091,7 @@ var DArrowR = function DArrowR(props) {
13917
14091
  return /*#__PURE__*/React.createElement("span", {
13918
14092
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13919
14093
  }, /*#__PURE__*/React.createElement("style", {
13920
- children: loadingCircleStyle$4t
14094
+ children: loadingCircleStyle$4v
13921
14095
  }), /*#__PURE__*/React.createElement("svg", _extends({
13922
14096
  xmlns: "http://www.w3.org/2000/svg",
13923
14097
  width: size,
@@ -13951,7 +14125,7 @@ DArrowR.defaultProps = {
13951
14125
  size: '16'
13952
14126
  };
13953
14127
 
13954
- var loadingCircleStyle$4u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14128
+ var loadingCircleStyle$4w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13955
14129
 
13956
14130
  var DArrowT = function DArrowT(props) {
13957
14131
  var color = props.color,
@@ -13965,7 +14139,7 @@ var DArrowT = function DArrowT(props) {
13965
14139
  return /*#__PURE__*/React.createElement("span", {
13966
14140
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13967
14141
  }, /*#__PURE__*/React.createElement("style", {
13968
- children: loadingCircleStyle$4u
14142
+ children: loadingCircleStyle$4w
13969
14143
  }), /*#__PURE__*/React.createElement("svg", _extends({
13970
14144
  xmlns: "http://www.w3.org/2000/svg",
13971
14145
  width: size,
@@ -13999,7 +14173,7 @@ DArrowT.defaultProps = {
13999
14173
  size: '16'
14000
14174
  };
14001
14175
 
14002
- var loadingCircleStyle$4v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14176
+ var loadingCircleStyle$4x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14003
14177
 
14004
14178
  var DArrowB = function DArrowB(props) {
14005
14179
  var color = props.color,
@@ -14013,7 +14187,7 @@ var DArrowB = function DArrowB(props) {
14013
14187
  return /*#__PURE__*/React.createElement("span", {
14014
14188
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14015
14189
  }, /*#__PURE__*/React.createElement("style", {
14016
- children: loadingCircleStyle$4v
14190
+ children: loadingCircleStyle$4x
14017
14191
  }), /*#__PURE__*/React.createElement("svg", _extends({
14018
14192
  xmlns: "http://www.w3.org/2000/svg",
14019
14193
  width: size,
@@ -14047,7 +14221,7 @@ DArrowB.defaultProps = {
14047
14221
  size: '16'
14048
14222
  };
14049
14223
 
14050
- var loadingCircleStyle$4w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14224
+ var loadingCircleStyle$4y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14051
14225
 
14052
14226
  var DropDown = function DropDown(props) {
14053
14227
  var color = props.color,
@@ -14061,7 +14235,7 @@ var DropDown = function DropDown(props) {
14061
14235
  return /*#__PURE__*/React.createElement("span", {
14062
14236
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14063
14237
  }, /*#__PURE__*/React.createElement("style", {
14064
- children: loadingCircleStyle$4w
14238
+ children: loadingCircleStyle$4y
14065
14239
  }), /*#__PURE__*/React.createElement("svg", _extends({
14066
14240
  xmlns: "http://www.w3.org/2000/svg",
14067
14241
  width: size,
@@ -14093,7 +14267,7 @@ DropDown.defaultProps = {
14093
14267
  size: '16'
14094
14268
  };
14095
14269
 
14096
- var loadingCircleStyle$4x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14270
+ var loadingCircleStyle$4z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14097
14271
 
14098
14272
  var DropUp = function DropUp(props) {
14099
14273
  var color = props.color,
@@ -14107,7 +14281,7 @@ var DropUp = function DropUp(props) {
14107
14281
  return /*#__PURE__*/React.createElement("span", {
14108
14282
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14109
14283
  }, /*#__PURE__*/React.createElement("style", {
14110
- children: loadingCircleStyle$4x
14284
+ children: loadingCircleStyle$4z
14111
14285
  }), /*#__PURE__*/React.createElement("svg", _extends({
14112
14286
  xmlns: "http://www.w3.org/2000/svg",
14113
14287
  width: size,
@@ -14139,7 +14313,7 @@ DropUp.defaultProps = {
14139
14313
  size: '16'
14140
14314
  };
14141
14315
 
14142
- var loadingCircleStyle$4y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14316
+ var loadingCircleStyle$4A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14143
14317
 
14144
14318
  var More1 = function More1(props) {
14145
14319
  var color = props.color,
@@ -14153,7 +14327,7 @@ var More1 = function More1(props) {
14153
14327
  return /*#__PURE__*/React.createElement("span", {
14154
14328
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14155
14329
  }, /*#__PURE__*/React.createElement("style", {
14156
- children: loadingCircleStyle$4y
14330
+ children: loadingCircleStyle$4A
14157
14331
  }), /*#__PURE__*/React.createElement("svg", _extends({
14158
14332
  xmlns: "http://www.w3.org/2000/svg",
14159
14333
  width: size,
@@ -14185,7 +14359,7 @@ More1.defaultProps = {
14185
14359
  size: '16'
14186
14360
  };
14187
14361
 
14188
- var loadingCircleStyle$4z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14362
+ var loadingCircleStyle$4B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14189
14363
 
14190
14364
  var More2 = function More2(props) {
14191
14365
  var color = props.color,
@@ -14199,7 +14373,7 @@ var More2 = function More2(props) {
14199
14373
  return /*#__PURE__*/React.createElement("span", {
14200
14374
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14201
14375
  }, /*#__PURE__*/React.createElement("style", {
14202
- children: loadingCircleStyle$4z
14376
+ children: loadingCircleStyle$4B
14203
14377
  }), /*#__PURE__*/React.createElement("svg", _extends({
14204
14378
  xmlns: "http://www.w3.org/2000/svg",
14205
14379
  width: size,
@@ -14231,7 +14405,7 @@ More2.defaultProps = {
14231
14405
  size: '16'
14232
14406
  };
14233
14407
 
14234
- var loadingCircleStyle$4A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14408
+ var loadingCircleStyle$4C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14235
14409
 
14236
14410
  var Drag = function Drag(props) {
14237
14411
  var color = props.color,
@@ -14245,7 +14419,7 @@ var Drag = function Drag(props) {
14245
14419
  return /*#__PURE__*/React.createElement("span", {
14246
14420
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14247
14421
  }, /*#__PURE__*/React.createElement("style", {
14248
- children: loadingCircleStyle$4A
14422
+ children: loadingCircleStyle$4C
14249
14423
  }), /*#__PURE__*/React.createElement("svg", _extends({
14250
14424
  xmlns: "http://www.w3.org/2000/svg",
14251
14425
  width: size,
@@ -14287,7 +14461,7 @@ Drag.defaultProps = {
14287
14461
  size: '16'
14288
14462
  };
14289
14463
 
14290
- var loadingCircleStyle$4B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14464
+ var loadingCircleStyle$4D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14291
14465
 
14292
14466
  var Drag2 = function Drag2(props) {
14293
14467
  var color = props.color,
@@ -14301,7 +14475,7 @@ var Drag2 = function Drag2(props) {
14301
14475
  return /*#__PURE__*/React.createElement("span", {
14302
14476
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14303
14477
  }, /*#__PURE__*/React.createElement("style", {
14304
- children: loadingCircleStyle$4B
14478
+ children: loadingCircleStyle$4D
14305
14479
  }), /*#__PURE__*/React.createElement("svg", _extends({
14306
14480
  xmlns: "http://www.w3.org/2000/svg",
14307
14481
  width: size,
@@ -14337,7 +14511,7 @@ Drag2.defaultProps = {
14337
14511
  size: '16'
14338
14512
  };
14339
14513
 
14340
- var loadingCircleStyle$4C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14514
+ var loadingCircleStyle$4E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14341
14515
 
14342
14516
  var External = function External(props) {
14343
14517
  var color = props.color,
@@ -14351,7 +14525,7 @@ var External = function External(props) {
14351
14525
  return /*#__PURE__*/React.createElement("span", {
14352
14526
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14353
14527
  }, /*#__PURE__*/React.createElement("style", {
14354
- children: loadingCircleStyle$4C
14528
+ children: loadingCircleStyle$4E
14355
14529
  }), /*#__PURE__*/React.createElement("svg", _extends({
14356
14530
  xmlns: "http://www.w3.org/2000/svg",
14357
14531
  width: size,
@@ -14383,7 +14557,7 @@ External.defaultProps = {
14383
14557
  size: '16'
14384
14558
  };
14385
14559
 
14386
- var loadingCircleStyle$4D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14560
+ var loadingCircleStyle$4F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14387
14561
 
14388
14562
  var DisplayS = function DisplayS(props) {
14389
14563
  var color = props.color,
@@ -14397,7 +14571,7 @@ var DisplayS = function DisplayS(props) {
14397
14571
  return /*#__PURE__*/React.createElement("span", {
14398
14572
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14399
14573
  }, /*#__PURE__*/React.createElement("style", {
14400
- children: loadingCircleStyle$4D
14574
+ children: loadingCircleStyle$4F
14401
14575
  }), /*#__PURE__*/React.createElement("svg", _extends({
14402
14576
  xmlns: "http://www.w3.org/2000/svg",
14403
14577
  width: size,
@@ -14431,7 +14605,7 @@ DisplayS.defaultProps = {
14431
14605
  size: '16'
14432
14606
  };
14433
14607
 
14434
- var loadingCircleStyle$4E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14608
+ var loadingCircleStyle$4G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14435
14609
 
14436
14610
  var Share = function Share(props) {
14437
14611
  var color = props.color,
@@ -14445,7 +14619,7 @@ var Share = function Share(props) {
14445
14619
  return /*#__PURE__*/React.createElement("span", {
14446
14620
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14447
14621
  }, /*#__PURE__*/React.createElement("style", {
14448
- children: loadingCircleStyle$4E
14622
+ children: loadingCircleStyle$4G
14449
14623
  }), /*#__PURE__*/React.createElement("svg", _extends({
14450
14624
  xmlns: "http://www.w3.org/2000/svg",
14451
14625
  width: size,
@@ -14610,6 +14784,7 @@ exports.TaFullscreen = Fullscreen;
14610
14784
  exports.TaGame = Game;
14611
14785
  exports.TaGameFill = GameFill;
14612
14786
  exports.TaGift = Gift;
14787
+ exports.TaGoal = Goal;
14613
14788
  exports.TaGroup = Group;
14614
14789
  exports.TaGroupA2b = GroupA2b;
14615
14790
  exports.TaGroupAddFill = GroupAddFill;
@@ -14761,6 +14936,7 @@ exports.TaUTag = UTag;
14761
14936
  exports.TaUTagSm = UTagSm;
14762
14937
  exports.TaUnlink = Unlink;
14763
14938
  exports.TaUpdate = Update;
14939
+ exports.TaUpload = Upload;
14764
14940
  exports.TaUploadId = UploadId;
14765
14941
  exports.TaUsb = Usb;
14766
14942
  exports.TaUser1 = User1;