@tant/icons 1.1.54 → 1.1.66

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.
@@ -2524,7 +2524,7 @@ Earth.defaultProps = {
2524
2524
 
2525
2525
  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 }';
2526
2526
 
2527
- var TdLogo = function TdLogo(props) {
2527
+ var Goal = function Goal(props) {
2528
2528
  var color = props.color,
2529
2529
  size = props.size,
2530
2530
  spin = props.spin,
@@ -2551,6 +2551,54 @@ var TdLogo = function TdLogo(props) {
2551
2551
  animationName: 'loadingCircle',
2552
2552
  animationTimingFunction: 'linear'
2553
2553
  } : {})
2554
+ }), /*#__PURE__*/React.createElement("path", {
2555
+ fillRule: "evenodd",
2556
+ clipRule: "evenodd",
2557
+ 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"
2558
+ })));
2559
+ };
2560
+
2561
+ Goal.propTypes = {
2562
+ iconClassName: PropTypes.string,
2563
+ spin: PropTypes.bool,
2564
+ color: PropTypes.string,
2565
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
2566
+ };
2567
+ Goal.defaultProps = {
2568
+ spin: false,
2569
+ color: 'currentColor',
2570
+ size: '16'
2571
+ };
2572
+
2573
+ 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 }';
2574
+
2575
+ var TdLogo = function TdLogo(props) {
2576
+ var color = props.color,
2577
+ size = props.size,
2578
+ spin = props.spin,
2579
+ style = props.style,
2580
+ className = props.className,
2581
+ iconClassName = props.iconClassName,
2582
+ otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className", "iconClassName"]);
2583
+
2584
+ return /*#__PURE__*/React.createElement("span", {
2585
+ className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
2586
+ }, /*#__PURE__*/React.createElement("style", {
2587
+ children: loadingCircleStyle$O
2588
+ }), /*#__PURE__*/React.createElement("svg", _extends({
2589
+ xmlns: "http://www.w3.org/2000/svg",
2590
+ width: size,
2591
+ height: size,
2592
+ viewBox: "0 0 24 24",
2593
+ fill: color
2594
+ }, otherProps, {
2595
+ className: iconClassName,
2596
+ style: _objectSpread2(_objectSpread2({}, style), spin ? {
2597
+ animationDuration: '1s',
2598
+ animationIterationCount: 'infinite',
2599
+ animationName: 'loadingCircle',
2600
+ animationTimingFunction: 'linear'
2601
+ } : {})
2554
2602
  }), /*#__PURE__*/React.createElement("path", {
2555
2603
  d: "M5.71 1.5h1.383v1.423H5.71V1.5z"
2556
2604
  }), /*#__PURE__*/React.createElement("path", {
@@ -2576,7 +2624,7 @@ TdLogo.defaultProps = {
2576
2624
  size: '16'
2577
2625
  };
2578
2626
 
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 }';
2627
+ 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 }';
2580
2628
 
2581
2629
  var Language = function Language(props) {
2582
2630
  var color = props.color,
@@ -2590,7 +2638,7 @@ var Language = function Language(props) {
2590
2638
  return /*#__PURE__*/React.createElement("span", {
2591
2639
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
2592
2640
  }, /*#__PURE__*/React.createElement("style", {
2593
- children: loadingCircleStyle$O
2641
+ children: loadingCircleStyle$P
2594
2642
  }), /*#__PURE__*/React.createElement("svg", _extends({
2595
2643
  xmlns: "http://www.w3.org/2000/svg",
2596
2644
  width: size,
@@ -2622,7 +2670,7 @@ Language.defaultProps = {
2622
2670
  size: '16'
2623
2671
  };
2624
2672
 
2625
- 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 }';
2673
+ 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 }';
2626
2674
 
2627
2675
  var Calendar = function Calendar(props) {
2628
2676
  var color = props.color,
@@ -2636,7 +2684,7 @@ var Calendar = function Calendar(props) {
2636
2684
  return /*#__PURE__*/React.createElement("span", {
2637
2685
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
2638
2686
  }, /*#__PURE__*/React.createElement("style", {
2639
- children: loadingCircleStyle$P
2687
+ children: loadingCircleStyle$Q
2640
2688
  }), /*#__PURE__*/React.createElement("svg", _extends({
2641
2689
  xmlns: "http://www.w3.org/2000/svg",
2642
2690
  width: size,
@@ -2668,7 +2716,7 @@ Calendar.defaultProps = {
2668
2716
  size: '16'
2669
2717
  };
2670
2718
 
2671
- 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 }';
2719
+ 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 }';
2672
2720
 
2673
2721
  var Server = function Server(props) {
2674
2722
  var color = props.color,
@@ -2682,7 +2730,7 @@ var Server = function Server(props) {
2682
2730
  return /*#__PURE__*/React.createElement("span", {
2683
2731
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
2684
2732
  }, /*#__PURE__*/React.createElement("style", {
2685
- children: loadingCircleStyle$Q
2733
+ children: loadingCircleStyle$R
2686
2734
  }), /*#__PURE__*/React.createElement("svg", _extends({
2687
2735
  xmlns: "http://www.w3.org/2000/svg",
2688
2736
  width: size,
@@ -2714,7 +2762,7 @@ Server.defaultProps = {
2714
2762
  size: '16'
2715
2763
  };
2716
2764
 
2717
- 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 }';
2765
+ 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 }';
2718
2766
 
2719
2767
  var Desktop = function Desktop(props) {
2720
2768
  var color = props.color,
@@ -2728,7 +2776,7 @@ var Desktop = function Desktop(props) {
2728
2776
  return /*#__PURE__*/React.createElement("span", {
2729
2777
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
2730
2778
  }, /*#__PURE__*/React.createElement("style", {
2731
- children: loadingCircleStyle$R
2779
+ children: loadingCircleStyle$S
2732
2780
  }), /*#__PURE__*/React.createElement("svg", _extends({
2733
2781
  xmlns: "http://www.w3.org/2000/svg",
2734
2782
  width: size,
@@ -2760,7 +2808,7 @@ Desktop.defaultProps = {
2760
2808
  size: '16'
2761
2809
  };
2762
2810
 
2763
- 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 }';
2811
+ 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 }';
2764
2812
 
2765
2813
  var Demo = function Demo(props) {
2766
2814
  var color = props.color,
@@ -2774,7 +2822,7 @@ var Demo = function Demo(props) {
2774
2822
  return /*#__PURE__*/React.createElement("span", {
2775
2823
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
2776
2824
  }, /*#__PURE__*/React.createElement("style", {
2777
- children: loadingCircleStyle$S
2825
+ children: loadingCircleStyle$T
2778
2826
  }), /*#__PURE__*/React.createElement("svg", _extends({
2779
2827
  xmlns: "http://www.w3.org/2000/svg",
2780
2828
  width: size,
@@ -2808,7 +2856,7 @@ Demo.defaultProps = {
2808
2856
  size: '16'
2809
2857
  };
2810
2858
 
2811
- 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 }';
2859
+ 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 }';
2812
2860
 
2813
2861
  var Cellphone = function Cellphone(props) {
2814
2862
  var color = props.color,
@@ -2822,7 +2870,7 @@ var Cellphone = function Cellphone(props) {
2822
2870
  return /*#__PURE__*/React.createElement("span", {
2823
2871
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
2824
2872
  }, /*#__PURE__*/React.createElement("style", {
2825
- children: loadingCircleStyle$T
2873
+ children: loadingCircleStyle$U
2826
2874
  }), /*#__PURE__*/React.createElement("svg", _extends({
2827
2875
  xmlns: "http://www.w3.org/2000/svg",
2828
2876
  width: size,
@@ -2856,7 +2904,7 @@ Cellphone.defaultProps = {
2856
2904
  size: '16'
2857
2905
  };
2858
2906
 
2859
- 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 }';
2907
+ 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 }';
2860
2908
 
2861
2909
  var Landscape = function Landscape(props) {
2862
2910
  var color = props.color,
@@ -2870,7 +2918,7 @@ var Landscape = function Landscape(props) {
2870
2918
  return /*#__PURE__*/React.createElement("span", {
2871
2919
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
2872
2920
  }, /*#__PURE__*/React.createElement("style", {
2873
- children: loadingCircleStyle$U
2921
+ children: loadingCircleStyle$V
2874
2922
  }), /*#__PURE__*/React.createElement("svg", _extends({
2875
2923
  xmlns: "http://www.w3.org/2000/svg",
2876
2924
  width: size,
@@ -2906,7 +2954,7 @@ Landscape.defaultProps = {
2906
2954
  size: '16'
2907
2955
  };
2908
2956
 
2909
- 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 }';
2957
+ 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 }';
2910
2958
 
2911
2959
  var Email = function Email(props) {
2912
2960
  var color = props.color,
@@ -2920,7 +2968,7 @@ var Email = function Email(props) {
2920
2968
  return /*#__PURE__*/React.createElement("span", {
2921
2969
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
2922
2970
  }, /*#__PURE__*/React.createElement("style", {
2923
- children: loadingCircleStyle$V
2971
+ children: loadingCircleStyle$W
2924
2972
  }), /*#__PURE__*/React.createElement("svg", _extends({
2925
2973
  xmlns: "http://www.w3.org/2000/svg",
2926
2974
  width: size,
@@ -2952,7 +3000,7 @@ Email.defaultProps = {
2952
3000
  size: '16'
2953
3001
  };
2954
3002
 
2955
- 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 }';
3003
+ 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 }';
2956
3004
 
2957
3005
  var Clock = function Clock(props) {
2958
3006
  var color = props.color,
@@ -2966,7 +3014,7 @@ var Clock = function Clock(props) {
2966
3014
  return /*#__PURE__*/React.createElement("span", {
2967
3015
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
2968
3016
  }, /*#__PURE__*/React.createElement("style", {
2969
- children: loadingCircleStyle$W
3017
+ children: loadingCircleStyle$X
2970
3018
  }), /*#__PURE__*/React.createElement("svg", _extends({
2971
3019
  xmlns: "http://www.w3.org/2000/svg",
2972
3020
  width: size,
@@ -3000,7 +3048,7 @@ Clock.defaultProps = {
3000
3048
  size: '16'
3001
3049
  };
3002
3050
 
3003
- 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 }';
3051
+ 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 }';
3004
3052
 
3005
3053
  var Password = function Password(props) {
3006
3054
  var color = props.color,
@@ -3014,7 +3062,7 @@ var Password = function Password(props) {
3014
3062
  return /*#__PURE__*/React.createElement("span", {
3015
3063
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3016
3064
  }, /*#__PURE__*/React.createElement("style", {
3017
- children: loadingCircleStyle$X
3065
+ children: loadingCircleStyle$Y
3018
3066
  }), /*#__PURE__*/React.createElement("svg", _extends({
3019
3067
  xmlns: "http://www.w3.org/2000/svg",
3020
3068
  width: size,
@@ -3046,7 +3094,7 @@ Password.defaultProps = {
3046
3094
  size: '16'
3047
3095
  };
3048
3096
 
3049
- 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 }';
3097
+ 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 }';
3050
3098
 
3051
3099
  var ResetPassword = function ResetPassword(props) {
3052
3100
  var color = props.color,
@@ -3060,7 +3108,7 @@ var ResetPassword = function ResetPassword(props) {
3060
3108
  return /*#__PURE__*/React.createElement("span", {
3061
3109
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3062
3110
  }, /*#__PURE__*/React.createElement("style", {
3063
- children: loadingCircleStyle$Y
3111
+ children: loadingCircleStyle$Z
3064
3112
  }), /*#__PURE__*/React.createElement("svg", _extends({
3065
3113
  xmlns: "http://www.w3.org/2000/svg",
3066
3114
  width: size,
@@ -3092,7 +3140,7 @@ ResetPassword.defaultProps = {
3092
3140
  size: '16'
3093
3141
  };
3094
3142
 
3095
- 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 }';
3143
+ 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 }';
3096
3144
 
3097
3145
  var Private = function Private(props) {
3098
3146
  var color = props.color,
@@ -3106,7 +3154,7 @@ var Private = function Private(props) {
3106
3154
  return /*#__PURE__*/React.createElement("span", {
3107
3155
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3108
3156
  }, /*#__PURE__*/React.createElement("style", {
3109
- children: loadingCircleStyle$Z
3157
+ children: loadingCircleStyle$_
3110
3158
  }), /*#__PURE__*/React.createElement("svg", _extends({
3111
3159
  xmlns: "http://www.w3.org/2000/svg",
3112
3160
  width: size,
@@ -3138,7 +3186,7 @@ Private.defaultProps = {
3138
3186
  size: '16'
3139
3187
  };
3140
3188
 
3141
- 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 }';
3189
+ 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 }';
3142
3190
 
3143
3191
  var Bell = function Bell(props) {
3144
3192
  var color = props.color,
@@ -3152,7 +3200,7 @@ var Bell = function Bell(props) {
3152
3200
  return /*#__PURE__*/React.createElement("span", {
3153
3201
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3154
3202
  }, /*#__PURE__*/React.createElement("style", {
3155
- children: loadingCircleStyle$_
3203
+ children: loadingCircleStyle$$
3156
3204
  }), /*#__PURE__*/React.createElement("svg", _extends({
3157
3205
  xmlns: "http://www.w3.org/2000/svg",
3158
3206
  width: size,
@@ -3186,7 +3234,7 @@ Bell.defaultProps = {
3186
3234
  size: '16'
3187
3235
  };
3188
3236
 
3189
- 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 }';
3237
+ 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 }';
3190
3238
 
3191
3239
  var Logout = function Logout(props) {
3192
3240
  var color = props.color,
@@ -3200,7 +3248,7 @@ var Logout = function Logout(props) {
3200
3248
  return /*#__PURE__*/React.createElement("span", {
3201
3249
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3202
3250
  }, /*#__PURE__*/React.createElement("style", {
3203
- children: loadingCircleStyle$$
3251
+ children: loadingCircleStyle$10
3204
3252
  }), /*#__PURE__*/React.createElement("svg", _extends({
3205
3253
  xmlns: "http://www.w3.org/2000/svg",
3206
3254
  width: size,
@@ -3234,7 +3282,7 @@ Logout.defaultProps = {
3234
3282
  size: '16'
3235
3283
  };
3236
3284
 
3237
- 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 }';
3285
+ 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 }';
3238
3286
 
3239
3287
  var Speed = function Speed(props) {
3240
3288
  var color = props.color,
@@ -3248,7 +3296,7 @@ var Speed = function Speed(props) {
3248
3296
  return /*#__PURE__*/React.createElement("span", {
3249
3297
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3250
3298
  }, /*#__PURE__*/React.createElement("style", {
3251
- children: loadingCircleStyle$10
3299
+ children: loadingCircleStyle$11
3252
3300
  }), /*#__PURE__*/React.createElement("svg", _extends({
3253
3301
  xmlns: "http://www.w3.org/2000/svg",
3254
3302
  width: size,
@@ -3280,7 +3328,7 @@ Speed.defaultProps = {
3280
3328
  size: '16'
3281
3329
  };
3282
3330
 
3283
- 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 }';
3331
+ 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 }';
3284
3332
 
3285
3333
  var Mfa = function Mfa(props) {
3286
3334
  var color = props.color,
@@ -3294,7 +3342,7 @@ var Mfa = function Mfa(props) {
3294
3342
  return /*#__PURE__*/React.createElement("span", {
3295
3343
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3296
3344
  }, /*#__PURE__*/React.createElement("style", {
3297
- children: loadingCircleStyle$11
3345
+ children: loadingCircleStyle$12
3298
3346
  }), /*#__PURE__*/React.createElement("svg", _extends({
3299
3347
  xmlns: "http://www.w3.org/2000/svg",
3300
3348
  width: size,
@@ -3326,7 +3374,7 @@ Mfa.defaultProps = {
3326
3374
  size: '16'
3327
3375
  };
3328
3376
 
3329
- 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 }';
3377
+ 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 }';
3330
3378
 
3331
3379
  var Tracking = function Tracking(props) {
3332
3380
  var color = props.color,
@@ -3340,7 +3388,7 @@ var Tracking = function Tracking(props) {
3340
3388
  return /*#__PURE__*/React.createElement("span", {
3341
3389
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3342
3390
  }, /*#__PURE__*/React.createElement("style", {
3343
- children: loadingCircleStyle$12
3391
+ children: loadingCircleStyle$13
3344
3392
  }), /*#__PURE__*/React.createElement("svg", _extends({
3345
3393
  xmlns: "http://www.w3.org/2000/svg",
3346
3394
  width: size,
@@ -3382,7 +3430,7 @@ Tracking.defaultProps = {
3382
3430
  size: '16'
3383
3431
  };
3384
3432
 
3385
- 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 }';
3433
+ 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 }';
3386
3434
 
3387
3435
  var Forewarning = function Forewarning(props) {
3388
3436
  var color = props.color,
@@ -3396,7 +3444,7 @@ var Forewarning = function Forewarning(props) {
3396
3444
  return /*#__PURE__*/React.createElement("span", {
3397
3445
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3398
3446
  }, /*#__PURE__*/React.createElement("style", {
3399
- children: loadingCircleStyle$13
3447
+ children: loadingCircleStyle$14
3400
3448
  }), /*#__PURE__*/React.createElement("svg", _extends({
3401
3449
  xmlns: "http://www.w3.org/2000/svg",
3402
3450
  width: size,
@@ -3432,7 +3480,7 @@ Forewarning.defaultProps = {
3432
3480
  size: '16'
3433
3481
  };
3434
3482
 
3435
- 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 }';
3483
+ 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 }';
3436
3484
 
3437
3485
  var SystemMgr = function SystemMgr(props) {
3438
3486
  var color = props.color,
@@ -3446,7 +3494,7 @@ var SystemMgr = function SystemMgr(props) {
3446
3494
  return /*#__PURE__*/React.createElement("span", {
3447
3495
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3448
3496
  }, /*#__PURE__*/React.createElement("style", {
3449
- children: loadingCircleStyle$14
3497
+ children: loadingCircleStyle$15
3450
3498
  }), /*#__PURE__*/React.createElement("svg", _extends({
3451
3499
  xmlns: "http://www.w3.org/2000/svg",
3452
3500
  width: size,
@@ -3482,7 +3530,7 @@ SystemMgr.defaultProps = {
3482
3530
  size: '16'
3483
3531
  };
3484
3532
 
3485
- 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 }';
3533
+ 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 }';
3486
3534
 
3487
3535
  var Pattern = function Pattern(props) {
3488
3536
  var color = props.color,
@@ -3496,7 +3544,7 @@ var Pattern = function Pattern(props) {
3496
3544
  return /*#__PURE__*/React.createElement("span", {
3497
3545
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3498
3546
  }, /*#__PURE__*/React.createElement("style", {
3499
- children: loadingCircleStyle$15
3547
+ children: loadingCircleStyle$16
3500
3548
  }), /*#__PURE__*/React.createElement("svg", _extends({
3501
3549
  xmlns: "http://www.w3.org/2000/svg",
3502
3550
  width: size,
@@ -3536,7 +3584,7 @@ Pattern.defaultProps = {
3536
3584
  size: '16'
3537
3585
  };
3538
3586
 
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 }';
3587
+ 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 }';
3540
3588
 
3541
3589
  var Debug = function Debug(props) {
3542
3590
  var color = props.color,
@@ -3550,7 +3598,7 @@ var Debug = function Debug(props) {
3550
3598
  return /*#__PURE__*/React.createElement("span", {
3551
3599
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3552
3600
  }, /*#__PURE__*/React.createElement("style", {
3553
- children: loadingCircleStyle$16
3601
+ children: loadingCircleStyle$17
3554
3602
  }), /*#__PURE__*/React.createElement("svg", _extends({
3555
3603
  xmlns: "http://www.w3.org/2000/svg",
3556
3604
  width: size,
@@ -3582,7 +3630,7 @@ Debug.defaultProps = {
3582
3630
  size: '16'
3583
3631
  };
3584
3632
 
3585
- 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 }';
3633
+ 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 }';
3586
3634
 
3587
3635
  var Live = function Live(props) {
3588
3636
  var color = props.color,
@@ -3596,7 +3644,7 @@ var Live = function Live(props) {
3596
3644
  return /*#__PURE__*/React.createElement("span", {
3597
3645
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3598
3646
  }, /*#__PURE__*/React.createElement("style", {
3599
- children: loadingCircleStyle$17
3647
+ children: loadingCircleStyle$18
3600
3648
  }), /*#__PURE__*/React.createElement("svg", _extends({
3601
3649
  xmlns: "http://www.w3.org/2000/svg",
3602
3650
  width: size,
@@ -3628,7 +3676,7 @@ Live.defaultProps = {
3628
3676
  size: '16'
3629
3677
  };
3630
3678
 
3631
- 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 }';
3679
+ 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 }';
3632
3680
 
3633
3681
  var Plug = function Plug(props) {
3634
3682
  var color = props.color,
@@ -3642,7 +3690,7 @@ var Plug = function Plug(props) {
3642
3690
  return /*#__PURE__*/React.createElement("span", {
3643
3691
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3644
3692
  }, /*#__PURE__*/React.createElement("style", {
3645
- children: loadingCircleStyle$18
3693
+ children: loadingCircleStyle$19
3646
3694
  }), /*#__PURE__*/React.createElement("svg", _extends({
3647
3695
  xmlns: "http://www.w3.org/2000/svg",
3648
3696
  width: size,
@@ -3674,7 +3722,7 @@ Plug.defaultProps = {
3674
3722
  size: '16'
3675
3723
  };
3676
3724
 
3677
- 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 }';
3725
+ 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 }';
3678
3726
 
3679
3727
  var Application = function Application(props) {
3680
3728
  var color = props.color,
@@ -3688,7 +3736,7 @@ var Application = function Application(props) {
3688
3736
  return /*#__PURE__*/React.createElement("span", {
3689
3737
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3690
3738
  }, /*#__PURE__*/React.createElement("style", {
3691
- children: loadingCircleStyle$19
3739
+ children: loadingCircleStyle$1a
3692
3740
  }), /*#__PURE__*/React.createElement("svg", _extends({
3693
3741
  xmlns: "http://www.w3.org/2000/svg",
3694
3742
  width: size,
@@ -3730,7 +3778,7 @@ Application.defaultProps = {
3730
3778
  size: '16'
3731
3779
  };
3732
3780
 
3733
- 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 }';
3781
+ 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 }';
3734
3782
 
3735
3783
  var Gift = function Gift(props) {
3736
3784
  var color = props.color,
@@ -3744,7 +3792,7 @@ var Gift = function Gift(props) {
3744
3792
  return /*#__PURE__*/React.createElement("span", {
3745
3793
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3746
3794
  }, /*#__PURE__*/React.createElement("style", {
3747
- children: loadingCircleStyle$1a
3795
+ children: loadingCircleStyle$1b
3748
3796
  }), /*#__PURE__*/React.createElement("svg", _extends({
3749
3797
  xmlns: "http://www.w3.org/2000/svg",
3750
3798
  width: size,
@@ -3776,7 +3824,7 @@ Gift.defaultProps = {
3776
3824
  size: '16'
3777
3825
  };
3778
3826
 
3779
- 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 }';
3827
+ 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 }';
3780
3828
 
3781
3829
  var Usb = function Usb(props) {
3782
3830
  var color = props.color,
@@ -3790,7 +3838,7 @@ var Usb = function Usb(props) {
3790
3838
  return /*#__PURE__*/React.createElement("span", {
3791
3839
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3792
3840
  }, /*#__PURE__*/React.createElement("style", {
3793
- children: loadingCircleStyle$1b
3841
+ children: loadingCircleStyle$1c
3794
3842
  }), /*#__PURE__*/React.createElement("svg", _extends({
3795
3843
  xmlns: "http://www.w3.org/2000/svg",
3796
3844
  width: size,
@@ -3822,7 +3870,7 @@ Usb.defaultProps = {
3822
3870
  size: '16'
3823
3871
  };
3824
3872
 
3825
- 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 }';
3873
+ 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 }';
3826
3874
 
3827
3875
  var Location = function Location(props) {
3828
3876
  var color = props.color,
@@ -3836,7 +3884,7 @@ var Location = function Location(props) {
3836
3884
  return /*#__PURE__*/React.createElement("span", {
3837
3885
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3838
3886
  }, /*#__PURE__*/React.createElement("style", {
3839
- children: loadingCircleStyle$1c
3887
+ children: loadingCircleStyle$1d
3840
3888
  }), /*#__PURE__*/React.createElement("svg", _extends({
3841
3889
  xmlns: "http://www.w3.org/2000/svg",
3842
3890
  width: size,
@@ -3872,7 +3920,7 @@ Location.defaultProps = {
3872
3920
  size: '16'
3873
3921
  };
3874
3922
 
3875
- 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 }';
3923
+ 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 }';
3876
3924
 
3877
3925
  var ShieldCheck = function ShieldCheck(props) {
3878
3926
  var color = props.color,
@@ -3886,7 +3934,7 @@ var ShieldCheck = function ShieldCheck(props) {
3886
3934
  return /*#__PURE__*/React.createElement("span", {
3887
3935
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3888
3936
  }, /*#__PURE__*/React.createElement("style", {
3889
- children: loadingCircleStyle$1d
3937
+ children: loadingCircleStyle$1e
3890
3938
  }), /*#__PURE__*/React.createElement("svg", _extends({
3891
3939
  xmlns: "http://www.w3.org/2000/svg",
3892
3940
  width: size,
@@ -3918,7 +3966,7 @@ ShieldCheck.defaultProps = {
3918
3966
  size: '16'
3919
3967
  };
3920
3968
 
3921
- 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 }';
3969
+ 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 }';
3922
3970
 
3923
3971
  var ShieldCross = function ShieldCross(props) {
3924
3972
  var color = props.color,
@@ -3932,7 +3980,7 @@ var ShieldCross = function ShieldCross(props) {
3932
3980
  return /*#__PURE__*/React.createElement("span", {
3933
3981
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3934
3982
  }, /*#__PURE__*/React.createElement("style", {
3935
- children: loadingCircleStyle$1e
3983
+ children: loadingCircleStyle$1f
3936
3984
  }), /*#__PURE__*/React.createElement("svg", _extends({
3937
3985
  xmlns: "http://www.w3.org/2000/svg",
3938
3986
  width: size,
@@ -3964,7 +4012,7 @@ ShieldCross.defaultProps = {
3964
4012
  size: '16'
3965
4013
  };
3966
4014
 
3967
- 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 }';
4015
+ 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 }';
3968
4016
 
3969
4017
  var ShieldKeyhole = function ShieldKeyhole(props) {
3970
4018
  var color = props.color,
@@ -3978,7 +4026,7 @@ var ShieldKeyhole = function ShieldKeyhole(props) {
3978
4026
  return /*#__PURE__*/React.createElement("span", {
3979
4027
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3980
4028
  }, /*#__PURE__*/React.createElement("style", {
3981
- children: loadingCircleStyle$1f
4029
+ children: loadingCircleStyle$1g
3982
4030
  }), /*#__PURE__*/React.createElement("svg", _extends({
3983
4031
  xmlns: "http://www.w3.org/2000/svg",
3984
4032
  width: size,
@@ -4010,7 +4058,7 @@ ShieldKeyhole.defaultProps = {
4010
4058
  size: '16'
4011
4059
  };
4012
4060
 
4013
- 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 }';
4061
+ 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 }';
4014
4062
 
4015
4063
  var Analysis = function Analysis(props) {
4016
4064
  var color = props.color,
@@ -4024,7 +4072,7 @@ var Analysis = function Analysis(props) {
4024
4072
  return /*#__PURE__*/React.createElement("span", {
4025
4073
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4026
4074
  }, /*#__PURE__*/React.createElement("style", {
4027
- children: loadingCircleStyle$1g
4075
+ children: loadingCircleStyle$1h
4028
4076
  }), /*#__PURE__*/React.createElement("svg", _extends({
4029
4077
  xmlns: "http://www.w3.org/2000/svg",
4030
4078
  width: size,
@@ -4056,7 +4104,7 @@ Analysis.defaultProps = {
4056
4104
  size: '16'
4057
4105
  };
4058
4106
 
4059
- 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 }';
4107
+ 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 }';
4060
4108
 
4061
4109
  var Filter = function Filter(props) {
4062
4110
  var color = props.color,
@@ -4070,7 +4118,7 @@ var Filter = function Filter(props) {
4070
4118
  return /*#__PURE__*/React.createElement("span", {
4071
4119
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4072
4120
  }, /*#__PURE__*/React.createElement("style", {
4073
- children: loadingCircleStyle$1h
4121
+ children: loadingCircleStyle$1i
4074
4122
  }), /*#__PURE__*/React.createElement("svg", _extends({
4075
4123
  xmlns: "http://www.w3.org/2000/svg",
4076
4124
  width: size,
@@ -4102,7 +4150,7 @@ Filter.defaultProps = {
4102
4150
  size: '16'
4103
4151
  };
4104
4152
 
4105
- 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 }';
4153
+ 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 }';
4106
4154
 
4107
4155
  var Filter2 = function Filter2(props) {
4108
4156
  var color = props.color,
@@ -4116,7 +4164,7 @@ var Filter2 = function Filter2(props) {
4116
4164
  return /*#__PURE__*/React.createElement("span", {
4117
4165
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4118
4166
  }, /*#__PURE__*/React.createElement("style", {
4119
- children: loadingCircleStyle$1i
4167
+ children: loadingCircleStyle$1j
4120
4168
  }), /*#__PURE__*/React.createElement("svg", _extends({
4121
4169
  xmlns: "http://www.w3.org/2000/svg",
4122
4170
  width: size,
@@ -4148,7 +4196,7 @@ Filter2.defaultProps = {
4148
4196
  size: '16'
4149
4197
  };
4150
4198
 
4151
- 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 }';
4199
+ 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 }';
4152
4200
 
4153
4201
  var ParallelFilter = function ParallelFilter(props) {
4154
4202
  var color = props.color,
@@ -4162,7 +4210,7 @@ var ParallelFilter = function ParallelFilter(props) {
4162
4210
  return /*#__PURE__*/React.createElement("span", {
4163
4211
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4164
4212
  }, /*#__PURE__*/React.createElement("style", {
4165
- children: loadingCircleStyle$1j
4213
+ children: loadingCircleStyle$1k
4166
4214
  }), /*#__PURE__*/React.createElement("svg", _extends({
4167
4215
  xmlns: "http://www.w3.org/2000/svg",
4168
4216
  width: size,
@@ -4196,7 +4244,7 @@ ParallelFilter.defaultProps = {
4196
4244
  size: '16'
4197
4245
  };
4198
4246
 
4199
- 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 }';
4247
+ 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 }';
4200
4248
 
4201
4249
  var Expression = function Expression(props) {
4202
4250
  var color = props.color,
@@ -4210,7 +4258,7 @@ var Expression = function Expression(props) {
4210
4258
  return /*#__PURE__*/React.createElement("span", {
4211
4259
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4212
4260
  }, /*#__PURE__*/React.createElement("style", {
4213
- children: loadingCircleStyle$1k
4261
+ children: loadingCircleStyle$1l
4214
4262
  }), /*#__PURE__*/React.createElement("svg", _extends({
4215
4263
  xmlns: "http://www.w3.org/2000/svg",
4216
4264
  width: size,
@@ -4242,7 +4290,7 @@ Expression.defaultProps = {
4242
4290
  size: '16'
4243
4291
  };
4244
4292
 
4245
- 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 }';
4293
+ 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 }';
4246
4294
 
4247
4295
  var Expression2 = function Expression2(props) {
4248
4296
  var color = props.color,
@@ -4256,7 +4304,7 @@ var Expression2 = function Expression2(props) {
4256
4304
  return /*#__PURE__*/React.createElement("span", {
4257
4305
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4258
4306
  }, /*#__PURE__*/React.createElement("style", {
4259
- children: loadingCircleStyle$1l
4307
+ children: loadingCircleStyle$1m
4260
4308
  }), /*#__PURE__*/React.createElement("svg", _extends({
4261
4309
  xmlns: "http://www.w3.org/2000/svg",
4262
4310
  width: size,
@@ -4290,7 +4338,7 @@ Expression2.defaultProps = {
4290
4338
  size: '16'
4291
4339
  };
4292
4340
 
4293
- 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 }';
4341
+ 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 }';
4294
4342
 
4295
4343
  var FirstLast = function FirstLast(props) {
4296
4344
  var color = props.color,
@@ -4304,7 +4352,7 @@ var FirstLast = function FirstLast(props) {
4304
4352
  return /*#__PURE__*/React.createElement("span", {
4305
4353
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4306
4354
  }, /*#__PURE__*/React.createElement("style", {
4307
- children: loadingCircleStyle$1m
4355
+ children: loadingCircleStyle$1n
4308
4356
  }), /*#__PURE__*/React.createElement("svg", _extends({
4309
4357
  xmlns: "http://www.w3.org/2000/svg",
4310
4358
  width: size,
@@ -4336,7 +4384,7 @@ FirstLast.defaultProps = {
4336
4384
  size: '16'
4337
4385
  };
4338
4386
 
4339
- 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 }';
4387
+ 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 }';
4340
4388
 
4341
4389
  var RelatedProp = function RelatedProp(props) {
4342
4390
  var color = props.color,
@@ -4350,7 +4398,7 @@ var RelatedProp = function RelatedProp(props) {
4350
4398
  return /*#__PURE__*/React.createElement("span", {
4351
4399
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4352
4400
  }, /*#__PURE__*/React.createElement("style", {
4353
- children: loadingCircleStyle$1n
4401
+ children: loadingCircleStyle$1o
4354
4402
  }), /*#__PURE__*/React.createElement("svg", _extends({
4355
4403
  xmlns: "http://www.w3.org/2000/svg",
4356
4404
  width: size,
@@ -4382,7 +4430,7 @@ RelatedProp.defaultProps = {
4382
4430
  size: '16'
4383
4431
  };
4384
4432
 
4385
- 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 }';
4433
+ 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 }';
4386
4434
 
4387
4435
  var SortRise = function SortRise(props) {
4388
4436
  var color = props.color,
@@ -4396,7 +4444,7 @@ var SortRise = function SortRise(props) {
4396
4444
  return /*#__PURE__*/React.createElement("span", {
4397
4445
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4398
4446
  }, /*#__PURE__*/React.createElement("style", {
4399
- children: loadingCircleStyle$1o
4447
+ children: loadingCircleStyle$1p
4400
4448
  }), /*#__PURE__*/React.createElement("svg", _extends({
4401
4449
  xmlns: "http://www.w3.org/2000/svg",
4402
4450
  width: size,
@@ -4432,7 +4480,7 @@ SortRise.defaultProps = {
4432
4480
  size: '16'
4433
4481
  };
4434
4482
 
4435
- 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 }';
4483
+ 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 }';
4436
4484
 
4437
4485
  var SortDrop = function SortDrop(props) {
4438
4486
  var color = props.color,
@@ -4446,7 +4494,7 @@ var SortDrop = function SortDrop(props) {
4446
4494
  return /*#__PURE__*/React.createElement("span", {
4447
4495
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4448
4496
  }, /*#__PURE__*/React.createElement("style", {
4449
- children: loadingCircleStyle$1p
4497
+ children: loadingCircleStyle$1q
4450
4498
  }), /*#__PURE__*/React.createElement("svg", _extends({
4451
4499
  xmlns: "http://www.w3.org/2000/svg",
4452
4500
  width: size,
@@ -4482,7 +4530,7 @@ SortDrop.defaultProps = {
4482
4530
  size: '16'
4483
4531
  };
4484
4532
 
4485
- 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 }';
4533
+ 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 }';
4486
4534
 
4487
4535
  var Ascent = function Ascent(props) {
4488
4536
  var color = props.color,
@@ -4496,7 +4544,7 @@ var Ascent = function Ascent(props) {
4496
4544
  return /*#__PURE__*/React.createElement("span", {
4497
4545
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4498
4546
  }, /*#__PURE__*/React.createElement("style", {
4499
- children: loadingCircleStyle$1q
4547
+ children: loadingCircleStyle$1r
4500
4548
  }), /*#__PURE__*/React.createElement("svg", _extends({
4501
4549
  xmlns: "http://www.w3.org/2000/svg",
4502
4550
  width: size,
@@ -4528,7 +4576,7 @@ Ascent.defaultProps = {
4528
4576
  size: '16'
4529
4577
  };
4530
4578
 
4531
- 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 }';
4579
+ 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 }';
4532
4580
 
4533
4581
  var Descent = function Descent(props) {
4534
4582
  var color = props.color,
@@ -4542,7 +4590,7 @@ var Descent = function Descent(props) {
4542
4590
  return /*#__PURE__*/React.createElement("span", {
4543
4591
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4544
4592
  }, /*#__PURE__*/React.createElement("style", {
4545
- children: loadingCircleStyle$1r
4593
+ children: loadingCircleStyle$1s
4546
4594
  }), /*#__PURE__*/React.createElement("svg", _extends({
4547
4595
  xmlns: "http://www.w3.org/2000/svg",
4548
4596
  width: size,
@@ -4574,7 +4622,7 @@ Descent.defaultProps = {
4574
4622
  size: '16'
4575
4623
  };
4576
4624
 
4577
- 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 }';
4625
+ 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 }';
4578
4626
 
4579
4627
  var SortA2z = function SortA2z(props) {
4580
4628
  var color = props.color,
@@ -4588,7 +4636,7 @@ var SortA2z = function SortA2z(props) {
4588
4636
  return /*#__PURE__*/React.createElement("span", {
4589
4637
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4590
4638
  }, /*#__PURE__*/React.createElement("style", {
4591
- children: loadingCircleStyle$1s
4639
+ children: loadingCircleStyle$1t
4592
4640
  }), /*#__PURE__*/React.createElement("svg", _extends({
4593
4641
  xmlns: "http://www.w3.org/2000/svg",
4594
4642
  width: size,
@@ -4604,11 +4652,21 @@ var SortA2z = function SortA2z(props) {
4604
4652
  animationTimingFunction: 'linear'
4605
4653
  } : {})
4606
4654
  }), /*#__PURE__*/React.createElement("path", {
4607
- d: "M22 12.047h-5.742l5.565-7.838V3H14v1.541h5.557L14 12.334v1.24h8v-1.527z"
4655
+ fillRule: "evenodd",
4656
+ clipRule: "evenodd",
4657
+ d: "M18 2a1 1 0 011 1v17a1 1 0 11-2 0V3a1 1 0 011-1z"
4658
+ }), /*#__PURE__*/React.createElement("path", {
4659
+ fillRule: "evenodd",
4660
+ clipRule: "evenodd",
4661
+ 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"
4608
4662
  }), /*#__PURE__*/React.createElement("path", {
4609
4663
  fillRule: "evenodd",
4610
4664
  clipRule: "evenodd",
4611
- 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"
4665
+ 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"
4666
+ }), /*#__PURE__*/React.createElement("path", {
4667
+ 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"
4668
+ }), /*#__PURE__*/React.createElement("path", {
4669
+ d: "M2.859 13h6.354v1.097l-5.014 6.73H9.5V22h-7v-1.084l5.026-6.744H2.859V13z"
4612
4670
  })));
4613
4671
  };
4614
4672
 
@@ -4624,7 +4682,7 @@ SortA2z.defaultProps = {
4624
4682
  size: '16'
4625
4683
  };
4626
4684
 
4627
- 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 }';
4685
+ 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 }';
4628
4686
 
4629
4687
  var SortZ2a = function SortZ2a(props) {
4630
4688
  var color = props.color,
@@ -4638,7 +4696,7 @@ var SortZ2a = function SortZ2a(props) {
4638
4696
  return /*#__PURE__*/React.createElement("span", {
4639
4697
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4640
4698
  }, /*#__PURE__*/React.createElement("style", {
4641
- children: loadingCircleStyle$1t
4699
+ children: loadingCircleStyle$1u
4642
4700
  }), /*#__PURE__*/React.createElement("svg", _extends({
4643
4701
  xmlns: "http://www.w3.org/2000/svg",
4644
4702
  width: size,
@@ -4654,11 +4712,21 @@ var SortZ2a = function SortZ2a(props) {
4654
4712
  animationTimingFunction: 'linear'
4655
4713
  } : {})
4656
4714
  }), /*#__PURE__*/React.createElement("path", {
4657
- d: "M10 12.035H4.258l5.565-7.826V3H2v1.541h5.557L2 12.322v1.24h8v-1.527z"
4715
+ fillRule: "evenodd",
4716
+ clipRule: "evenodd",
4717
+ d: "M18 22a1 1 0 01-1-1V4a1 1 0 112 0v17a1 1 0 01-1 1z"
4718
+ }), /*#__PURE__*/React.createElement("path", {
4719
+ fillRule: "evenodd",
4720
+ clipRule: "evenodd",
4721
+ 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"
4658
4722
  }), /*#__PURE__*/React.createElement("path", {
4659
4723
  fillRule: "evenodd",
4660
4724
  clipRule: "evenodd",
4661
- 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"
4725
+ 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"
4726
+ }), /*#__PURE__*/React.createElement("path", {
4727
+ 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"
4728
+ }), /*#__PURE__*/React.createElement("path", {
4729
+ d: "M2.859 13h6.354v1.097l-5.014 6.73H9.5V22h-7v-1.084l5.026-6.744H2.859V13z"
4662
4730
  })));
4663
4731
  };
4664
4732
 
@@ -4674,7 +4742,7 @@ SortZ2a.defaultProps = {
4674
4742
  size: '16'
4675
4743
  };
4676
4744
 
4677
- 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 }';
4745
+ 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 }';
4678
4746
 
4679
4747
  var Sort = function Sort(props) {
4680
4748
  var color = props.color,
@@ -4688,7 +4756,7 @@ var Sort = function Sort(props) {
4688
4756
  return /*#__PURE__*/React.createElement("span", {
4689
4757
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4690
4758
  }, /*#__PURE__*/React.createElement("style", {
4691
- children: loadingCircleStyle$1u
4759
+ children: loadingCircleStyle$1v
4692
4760
  }), /*#__PURE__*/React.createElement("svg", _extends({
4693
4761
  xmlns: "http://www.w3.org/2000/svg",
4694
4762
  width: size,
@@ -4720,7 +4788,7 @@ Sort.defaultProps = {
4720
4788
  size: '16'
4721
4789
  };
4722
4790
 
4723
- 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 }';
4791
+ 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 }';
4724
4792
 
4725
4793
  var SortResult = function SortResult(props) {
4726
4794
  var color = props.color,
@@ -4734,7 +4802,7 @@ var SortResult = function SortResult(props) {
4734
4802
  return /*#__PURE__*/React.createElement("span", {
4735
4803
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4736
4804
  }, /*#__PURE__*/React.createElement("style", {
4737
- children: loadingCircleStyle$1v
4805
+ children: loadingCircleStyle$1w
4738
4806
  }), /*#__PURE__*/React.createElement("svg", _extends({
4739
4807
  xmlns: "http://www.w3.org/2000/svg",
4740
4808
  width: size,
@@ -4772,7 +4840,7 @@ SortResult.defaultProps = {
4772
4840
  size: '16'
4773
4841
  };
4774
4842
 
4775
- 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 }';
4843
+ 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 }';
4776
4844
 
4777
4845
  var TA2b = function TA2b(props) {
4778
4846
  var color = props.color,
@@ -4786,7 +4854,7 @@ var TA2b = function TA2b(props) {
4786
4854
  return /*#__PURE__*/React.createElement("span", {
4787
4855
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4788
4856
  }, /*#__PURE__*/React.createElement("style", {
4789
- children: loadingCircleStyle$1w
4857
+ children: loadingCircleStyle$1x
4790
4858
  }), /*#__PURE__*/React.createElement("svg", _extends({
4791
4859
  xmlns: "http://www.w3.org/2000/svg",
4792
4860
  width: size,
@@ -4818,7 +4886,7 @@ TA2b.defaultProps = {
4818
4886
  size: '16'
4819
4887
  };
4820
4888
 
4821
- 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 }';
4889
+ 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 }';
4822
4890
 
4823
4891
  var TX2y = function TX2y(props) {
4824
4892
  var color = props.color,
@@ -4832,7 +4900,7 @@ var TX2y = function TX2y(props) {
4832
4900
  return /*#__PURE__*/React.createElement("span", {
4833
4901
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4834
4902
  }, /*#__PURE__*/React.createElement("style", {
4835
- children: loadingCircleStyle$1x
4903
+ children: loadingCircleStyle$1y
4836
4904
  }), /*#__PURE__*/React.createElement("svg", _extends({
4837
4905
  xmlns: "http://www.w3.org/2000/svg",
4838
4906
  width: size,
@@ -4868,7 +4936,7 @@ TX2y.defaultProps = {
4868
4936
  size: '16'
4869
4937
  };
4870
4938
 
4871
- 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 }';
4939
+ 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 }';
4872
4940
 
4873
4941
  var Parameter = function Parameter(props) {
4874
4942
  var color = props.color,
@@ -4882,7 +4950,7 @@ var Parameter = function Parameter(props) {
4882
4950
  return /*#__PURE__*/React.createElement("span", {
4883
4951
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4884
4952
  }, /*#__PURE__*/React.createElement("style", {
4885
- children: loadingCircleStyle$1y
4953
+ children: loadingCircleStyle$1z
4886
4954
  }), /*#__PURE__*/React.createElement("svg", _extends({
4887
4955
  xmlns: "http://www.w3.org/2000/svg",
4888
4956
  width: size,
@@ -4920,7 +4988,7 @@ Parameter.defaultProps = {
4920
4988
  size: '16'
4921
4989
  };
4922
4990
 
4923
- 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 }';
4991
+ 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 }';
4924
4992
 
4925
4993
  var Groups = function Groups(props) {
4926
4994
  var color = props.color,
@@ -4934,7 +5002,7 @@ var Groups = function Groups(props) {
4934
5002
  return /*#__PURE__*/React.createElement("span", {
4935
5003
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4936
5004
  }, /*#__PURE__*/React.createElement("style", {
4937
- children: loadingCircleStyle$1z
5005
+ children: loadingCircleStyle$1A
4938
5006
  }), /*#__PURE__*/React.createElement("svg", _extends({
4939
5007
  xmlns: "http://www.w3.org/2000/svg",
4940
5008
  width: size,
@@ -4966,7 +5034,7 @@ Groups.defaultProps = {
4966
5034
  size: '16'
4967
5035
  };
4968
5036
 
4969
- 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 }';
5037
+ 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 }';
4970
5038
 
4971
5039
  var EventTree = function EventTree(props) {
4972
5040
  var color = props.color,
@@ -4980,7 +5048,7 @@ var EventTree = function EventTree(props) {
4980
5048
  return /*#__PURE__*/React.createElement("span", {
4981
5049
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4982
5050
  }, /*#__PURE__*/React.createElement("style", {
4983
- children: loadingCircleStyle$1A
5051
+ children: loadingCircleStyle$1B
4984
5052
  }), /*#__PURE__*/React.createElement("svg", _extends({
4985
5053
  xmlns: "http://www.w3.org/2000/svg",
4986
5054
  width: size,
@@ -5012,7 +5080,7 @@ EventTree.defaultProps = {
5012
5080
  size: '16'
5013
5081
  };
5014
5082
 
5015
- 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 }';
5083
+ 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 }';
5016
5084
 
5017
5085
  var Split = function Split(props) {
5018
5086
  var color = props.color,
@@ -5026,7 +5094,7 @@ var Split = function Split(props) {
5026
5094
  return /*#__PURE__*/React.createElement("span", {
5027
5095
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5028
5096
  }, /*#__PURE__*/React.createElement("style", {
5029
- children: loadingCircleStyle$1B
5097
+ children: loadingCircleStyle$1C
5030
5098
  }), /*#__PURE__*/React.createElement("svg", _extends({
5031
5099
  xmlns: "http://www.w3.org/2000/svg",
5032
5100
  width: size,
@@ -5058,7 +5126,7 @@ Split.defaultProps = {
5058
5126
  size: '16'
5059
5127
  };
5060
5128
 
5061
- 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 }';
5129
+ 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 }';
5062
5130
 
5063
5131
  var CustomPartition = function CustomPartition(props) {
5064
5132
  var color = props.color,
@@ -5072,7 +5140,7 @@ var CustomPartition = function CustomPartition(props) {
5072
5140
  return /*#__PURE__*/React.createElement("span", {
5073
5141
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5074
5142
  }, /*#__PURE__*/React.createElement("style", {
5075
- children: loadingCircleStyle$1C
5143
+ children: loadingCircleStyle$1D
5076
5144
  }), /*#__PURE__*/React.createElement("svg", _extends({
5077
5145
  xmlns: "http://www.w3.org/2000/svg",
5078
5146
  width: size,
@@ -5104,7 +5172,7 @@ CustomPartition.defaultProps = {
5104
5172
  size: '16'
5105
5173
  };
5106
5174
 
5107
- 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 }';
5175
+ 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 }';
5108
5176
 
5109
5177
  var Result = function Result(props) {
5110
5178
  var color = props.color,
@@ -5118,7 +5186,7 @@ var Result = function Result(props) {
5118
5186
  return /*#__PURE__*/React.createElement("span", {
5119
5187
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5120
5188
  }, /*#__PURE__*/React.createElement("style", {
5121
- children: loadingCircleStyle$1D
5189
+ children: loadingCircleStyle$1E
5122
5190
  }), /*#__PURE__*/React.createElement("svg", _extends({
5123
5191
  xmlns: "http://www.w3.org/2000/svg",
5124
5192
  width: size,
@@ -5154,7 +5222,7 @@ Result.defaultProps = {
5154
5222
  size: '16'
5155
5223
  };
5156
5224
 
5157
- 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 }';
5225
+ 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 }';
5158
5226
 
5159
5227
  var Alert = function Alert(props) {
5160
5228
  var color = props.color,
@@ -5168,7 +5236,7 @@ var Alert = function Alert(props) {
5168
5236
  return /*#__PURE__*/React.createElement("span", {
5169
5237
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5170
5238
  }, /*#__PURE__*/React.createElement("style", {
5171
- children: loadingCircleStyle$1E
5239
+ children: loadingCircleStyle$1F
5172
5240
  }), /*#__PURE__*/React.createElement("svg", _extends({
5173
5241
  xmlns: "http://www.w3.org/2000/svg",
5174
5242
  width: size,
@@ -5202,7 +5270,7 @@ Alert.defaultProps = {
5202
5270
  size: '16'
5203
5271
  };
5204
5272
 
5205
- 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 }';
5273
+ 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 }';
5206
5274
 
5207
5275
  var ViewOriginal = function ViewOriginal(props) {
5208
5276
  var color = props.color,
@@ -5216,7 +5284,7 @@ var ViewOriginal = function ViewOriginal(props) {
5216
5284
  return /*#__PURE__*/React.createElement("span", {
5217
5285
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5218
5286
  }, /*#__PURE__*/React.createElement("style", {
5219
- children: loadingCircleStyle$1F
5287
+ children: loadingCircleStyle$1G
5220
5288
  }), /*#__PURE__*/React.createElement("svg", _extends({
5221
5289
  xmlns: "http://www.w3.org/2000/svg",
5222
5290
  width: size,
@@ -5255,7 +5323,7 @@ ViewOriginal.defaultProps = {
5255
5323
  size: '16'
5256
5324
  };
5257
5325
 
5258
- 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 }';
5326
+ 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 }';
5259
5327
 
5260
5328
  var Attribution = function Attribution(props) {
5261
5329
  var color = props.color,
@@ -5269,7 +5337,7 @@ var Attribution = function Attribution(props) {
5269
5337
  return /*#__PURE__*/React.createElement("span", {
5270
5338
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5271
5339
  }, /*#__PURE__*/React.createElement("style", {
5272
- children: loadingCircleStyle$1G
5340
+ children: loadingCircleStyle$1H
5273
5341
  }), /*#__PURE__*/React.createElement("svg", _extends({
5274
5342
  xmlns: "http://www.w3.org/2000/svg",
5275
5343
  width: size,
@@ -5303,7 +5371,7 @@ Attribution.defaultProps = {
5303
5371
  size: '16'
5304
5372
  };
5305
5373
 
5306
- 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 }';
5374
+ 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 }';
5307
5375
 
5308
5376
  var Cost = function Cost(props) {
5309
5377
  var color = props.color,
@@ -5317,7 +5385,7 @@ var Cost = function Cost(props) {
5317
5385
  return /*#__PURE__*/React.createElement("span", {
5318
5386
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5319
5387
  }, /*#__PURE__*/React.createElement("style", {
5320
- children: loadingCircleStyle$1H
5388
+ children: loadingCircleStyle$1I
5321
5389
  }), /*#__PURE__*/React.createElement("svg", _extends({
5322
5390
  xmlns: "http://www.w3.org/2000/svg",
5323
5391
  width: size,
@@ -5349,7 +5417,7 @@ Cost.defaultProps = {
5349
5417
  size: '16'
5350
5418
  };
5351
5419
 
5352
- 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 }';
5420
+ 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 }';
5353
5421
 
5354
5422
  var Exposure = function Exposure(props) {
5355
5423
  var color = props.color,
@@ -5363,7 +5431,7 @@ var Exposure = function Exposure(props) {
5363
5431
  return /*#__PURE__*/React.createElement("span", {
5364
5432
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5365
5433
  }, /*#__PURE__*/React.createElement("style", {
5366
- children: loadingCircleStyle$1I
5434
+ children: loadingCircleStyle$1J
5367
5435
  }), /*#__PURE__*/React.createElement("svg", _extends({
5368
5436
  xmlns: "http://www.w3.org/2000/svg",
5369
5437
  width: size,
@@ -5395,7 +5463,7 @@ Exposure.defaultProps = {
5395
5463
  size: '16'
5396
5464
  };
5397
5465
 
5398
- 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 }';
5466
+ 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 }';
5399
5467
 
5400
5468
  var Indicator = function Indicator(props) {
5401
5469
  var color = props.color,
@@ -5409,7 +5477,7 @@ var Indicator = function Indicator(props) {
5409
5477
  return /*#__PURE__*/React.createElement("span", {
5410
5478
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5411
5479
  }, /*#__PURE__*/React.createElement("style", {
5412
- children: loadingCircleStyle$1J
5480
+ children: loadingCircleStyle$1K
5413
5481
  }), /*#__PURE__*/React.createElement("svg", _extends({
5414
5482
  xmlns: "http://www.w3.org/2000/svg",
5415
5483
  width: size,
@@ -5443,7 +5511,7 @@ Indicator.defaultProps = {
5443
5511
  size: '16'
5444
5512
  };
5445
5513
 
5446
- 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 }';
5514
+ 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 }';
5447
5515
 
5448
5516
  var Currency = function Currency(props) {
5449
5517
  var color = props.color,
@@ -5457,7 +5525,7 @@ var Currency = function Currency(props) {
5457
5525
  return /*#__PURE__*/React.createElement("span", {
5458
5526
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5459
5527
  }, /*#__PURE__*/React.createElement("style", {
5460
- children: loadingCircleStyle$1K
5528
+ children: loadingCircleStyle$1L
5461
5529
  }), /*#__PURE__*/React.createElement("svg", _extends({
5462
5530
  xmlns: "http://www.w3.org/2000/svg",
5463
5531
  width: size,
@@ -5489,7 +5557,7 @@ Currency.defaultProps = {
5489
5557
  size: '16'
5490
5558
  };
5491
5559
 
5492
- 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 }';
5560
+ 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 }';
5493
5561
 
5494
5562
  var Contrast = function Contrast(props) {
5495
5563
  var color = props.color,
@@ -5503,7 +5571,7 @@ var Contrast = function Contrast(props) {
5503
5571
  return /*#__PURE__*/React.createElement("span", {
5504
5572
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5505
5573
  }, /*#__PURE__*/React.createElement("style", {
5506
- children: loadingCircleStyle$1L
5574
+ children: loadingCircleStyle$1M
5507
5575
  }), /*#__PURE__*/React.createElement("svg", _extends({
5508
5576
  xmlns: "http://www.w3.org/2000/svg",
5509
5577
  width: size,
@@ -5537,7 +5605,7 @@ Contrast.defaultProps = {
5537
5605
  size: '16'
5538
5606
  };
5539
5607
 
5540
- 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 }';
5608
+ 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 }';
5541
5609
 
5542
5610
  var SortUpCl = function SortUpCl(props) {
5543
5611
  var color = props.color,
@@ -5551,7 +5619,7 @@ var SortUpCl = function SortUpCl(props) {
5551
5619
  return /*#__PURE__*/React.createElement("span", {
5552
5620
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5553
5621
  }, /*#__PURE__*/React.createElement("style", {
5554
- children: loadingCircleStyle$1M
5622
+ children: loadingCircleStyle$1N
5555
5623
  }), /*#__PURE__*/React.createElement("svg", _extends({
5556
5624
  xmlns: "http://www.w3.org/2000/svg",
5557
5625
  width: size,
@@ -5567,11 +5635,40 @@ var SortUpCl = function SortUpCl(props) {
5567
5635
  animationTimingFunction: 'linear'
5568
5636
  } : {})
5569
5637
  }), /*#__PURE__*/React.createElement("path", {
5570
- d: "M6 15l6 6 6-6H6z",
5638
+ fillRule: "evenodd",
5639
+ clipRule: "evenodd",
5640
+ d: "M9 5a1 1 0 01-1 1H3a1 1 0 110-2h5a1 1 0 011 1z",
5641
+ fill: "#747C94"
5642
+ }), /*#__PURE__*/React.createElement("path", {
5643
+ fillRule: "evenodd",
5644
+ clipRule: "evenodd",
5645
+ d: "M15 20a1 1 0 01-1 1H3a1 1 0 110-2h11a1 1 0 011 1z",
5646
+ fill: "#747C94"
5647
+ }), /*#__PURE__*/React.createElement("path", {
5648
+ fillRule: "evenodd",
5649
+ clipRule: "evenodd",
5650
+ d: "M13 15a1 1 0 01-1 1H3a1 1 0 110-2h9a1 1 0 011 1z",
5651
+ fill: "#747C94"
5652
+ }), /*#__PURE__*/React.createElement("path", {
5653
+ fillRule: "evenodd",
5654
+ clipRule: "evenodd",
5655
+ d: "M11 10a1 1 0 01-1 1H3a1 1 0 110-2h7a1 1 0 011 1z",
5656
+ fill: "#747C94"
5657
+ }), /*#__PURE__*/React.createElement("path", {
5658
+ fillRule: "evenodd",
5659
+ clipRule: "evenodd",
5660
+ d: "M18 22a1 1 0 01-1-1V4a1 1 0 112 0v17a1 1 0 01-1 1z",
5661
+ fill: "#747C94"
5662
+ }), /*#__PURE__*/React.createElement("path", {
5663
+ fillRule: "evenodd",
5664
+ clipRule: "evenodd",
5665
+ 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",
5571
5666
  fill: "#747C94"
5572
5667
  }), /*#__PURE__*/React.createElement("path", {
5573
- d: "M6 9l6-6 6 6H6z",
5574
- fill: "#1673F6"
5668
+ fillRule: "evenodd",
5669
+ clipRule: "evenodd",
5670
+ 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",
5671
+ fill: "#747C94"
5575
5672
  })));
5576
5673
  };
5577
5674
 
@@ -5587,7 +5684,7 @@ SortUpCl.defaultProps = {
5587
5684
  size: '16'
5588
5685
  };
5589
5686
 
5590
- 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 }';
5687
+ 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 }';
5591
5688
 
5592
5689
  var SortDownCl = function SortDownCl(props) {
5593
5690
  var color = props.color,
@@ -5601,7 +5698,7 @@ var SortDownCl = function SortDownCl(props) {
5601
5698
  return /*#__PURE__*/React.createElement("span", {
5602
5699
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5603
5700
  }, /*#__PURE__*/React.createElement("style", {
5604
- children: loadingCircleStyle$1N
5701
+ children: loadingCircleStyle$1O
5605
5702
  }), /*#__PURE__*/React.createElement("svg", _extends({
5606
5703
  xmlns: "http://www.w3.org/2000/svg",
5607
5704
  width: size,
@@ -5617,10 +5714,39 @@ var SortDownCl = function SortDownCl(props) {
5617
5714
  animationTimingFunction: 'linear'
5618
5715
  } : {})
5619
5716
  }), /*#__PURE__*/React.createElement("path", {
5620
- d: "M6 15l6 6 6-6H6z",
5621
- fill: "#1673F6"
5717
+ fillRule: "evenodd",
5718
+ clipRule: "evenodd",
5719
+ d: "M18 2a1 1 0 011 1v17a1 1 0 11-2 0V3a1 1 0 011-1z",
5720
+ fill: "#747C94"
5721
+ }), /*#__PURE__*/React.createElement("path", {
5722
+ fillRule: "evenodd",
5723
+ clipRule: "evenodd",
5724
+ 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",
5725
+ fill: "#747C94"
5726
+ }), /*#__PURE__*/React.createElement("path", {
5727
+ fillRule: "evenodd",
5728
+ clipRule: "evenodd",
5729
+ 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",
5730
+ fill: "#747C94"
5731
+ }), /*#__PURE__*/React.createElement("path", {
5732
+ fillRule: "evenodd",
5733
+ clipRule: "evenodd",
5734
+ d: "M2 4a1 1 0 011-1h11a1 1 0 110 2H3a1 1 0 01-1-1z",
5735
+ fill: "#747C94"
5736
+ }), /*#__PURE__*/React.createElement("path", {
5737
+ fillRule: "evenodd",
5738
+ clipRule: "evenodd",
5739
+ d: "M2 9a1 1 0 011-1h9a1 1 0 110 2H3a1 1 0 01-1-1z",
5740
+ fill: "#747C94"
5741
+ }), /*#__PURE__*/React.createElement("path", {
5742
+ fillRule: "evenodd",
5743
+ clipRule: "evenodd",
5744
+ d: "M2 14a1 1 0 011-1h7a1 1 0 110 2H3a1 1 0 01-1-1z",
5745
+ fill: "#747C94"
5622
5746
  }), /*#__PURE__*/React.createElement("path", {
5623
- d: "M6 9l6-6 6 6H6z",
5747
+ fillRule: "evenodd",
5748
+ clipRule: "evenodd",
5749
+ d: "M2 19a1 1 0 011-1h5a1 1 0 110 2H3a1 1 0 01-1-1z",
5624
5750
  fill: "#747C94"
5625
5751
  })));
5626
5752
  };
@@ -5637,7 +5763,7 @@ SortDownCl.defaultProps = {
5637
5763
  size: '16'
5638
5764
  };
5639
5765
 
5640
- 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 }';
5766
+ 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 }';
5641
5767
 
5642
5768
  var OperatorEqual = function OperatorEqual(props) {
5643
5769
  var color = props.color,
@@ -5651,7 +5777,7 @@ var OperatorEqual = function OperatorEqual(props) {
5651
5777
  return /*#__PURE__*/React.createElement("span", {
5652
5778
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5653
5779
  }, /*#__PURE__*/React.createElement("style", {
5654
- children: loadingCircleStyle$1O
5780
+ children: loadingCircleStyle$1P
5655
5781
  }), /*#__PURE__*/React.createElement("svg", _extends({
5656
5782
  xmlns: "http://www.w3.org/2000/svg",
5657
5783
  width: size,
@@ -5685,7 +5811,7 @@ OperatorEqual.defaultProps = {
5685
5811
  size: '16'
5686
5812
  };
5687
5813
 
5688
- 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 }';
5814
+ 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 }';
5689
5815
 
5690
5816
  var OperatorUnequal = function OperatorUnequal(props) {
5691
5817
  var color = props.color,
@@ -5699,7 +5825,7 @@ var OperatorUnequal = function OperatorUnequal(props) {
5699
5825
  return /*#__PURE__*/React.createElement("span", {
5700
5826
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5701
5827
  }, /*#__PURE__*/React.createElement("style", {
5702
- children: loadingCircleStyle$1P
5828
+ children: loadingCircleStyle$1Q
5703
5829
  }), /*#__PURE__*/React.createElement("svg", _extends({
5704
5830
  xmlns: "http://www.w3.org/2000/svg",
5705
5831
  width: size,
@@ -5733,7 +5859,7 @@ OperatorUnequal.defaultProps = {
5733
5859
  size: '16'
5734
5860
  };
5735
5861
 
5736
- 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 }';
5862
+ 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 }';
5737
5863
 
5738
5864
  var OperatorDivide = function OperatorDivide(props) {
5739
5865
  var color = props.color,
@@ -5747,7 +5873,7 @@ var OperatorDivide = function OperatorDivide(props) {
5747
5873
  return /*#__PURE__*/React.createElement("span", {
5748
5874
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5749
5875
  }, /*#__PURE__*/React.createElement("style", {
5750
- children: loadingCircleStyle$1Q
5876
+ children: loadingCircleStyle$1R
5751
5877
  }), /*#__PURE__*/React.createElement("svg", _extends({
5752
5878
  xmlns: "http://www.w3.org/2000/svg",
5753
5879
  width: size,
@@ -5779,7 +5905,7 @@ OperatorDivide.defaultProps = {
5779
5905
  size: '16'
5780
5906
  };
5781
5907
 
5782
- 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 }';
5908
+ 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 }';
5783
5909
 
5784
5910
  var OperatorNoValue = function OperatorNoValue(props) {
5785
5911
  var color = props.color,
@@ -5793,7 +5919,7 @@ var OperatorNoValue = function OperatorNoValue(props) {
5793
5919
  return /*#__PURE__*/React.createElement("span", {
5794
5920
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5795
5921
  }, /*#__PURE__*/React.createElement("style", {
5796
- children: loadingCircleStyle$1R
5922
+ children: loadingCircleStyle$1S
5797
5923
  }), /*#__PURE__*/React.createElement("svg", _extends({
5798
5924
  xmlns: "http://www.w3.org/2000/svg",
5799
5925
  width: size,
@@ -5827,7 +5953,7 @@ OperatorNoValue.defaultProps = {
5827
5953
  size: '16'
5828
5954
  };
5829
5955
 
5830
- 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 }';
5956
+ 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 }';
5831
5957
 
5832
5958
  var OperatorHasValue = function OperatorHasValue(props) {
5833
5959
  var color = props.color,
@@ -5841,7 +5967,7 @@ var OperatorHasValue = function OperatorHasValue(props) {
5841
5967
  return /*#__PURE__*/React.createElement("span", {
5842
5968
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5843
5969
  }, /*#__PURE__*/React.createElement("style", {
5844
- children: loadingCircleStyle$1S
5970
+ children: loadingCircleStyle$1T
5845
5971
  }), /*#__PURE__*/React.createElement("svg", _extends({
5846
5972
  xmlns: "http://www.w3.org/2000/svg",
5847
5973
  width: size,
@@ -5875,7 +6001,7 @@ OperatorHasValue.defaultProps = {
5875
6001
  size: '16'
5876
6002
  };
5877
6003
 
5878
- 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 }';
6004
+ 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 }';
5879
6005
 
5880
6006
  var OperatorInside = function OperatorInside(props) {
5881
6007
  var color = props.color,
@@ -5889,7 +6015,7 @@ var OperatorInside = function OperatorInside(props) {
5889
6015
  return /*#__PURE__*/React.createElement("span", {
5890
6016
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5891
6017
  }, /*#__PURE__*/React.createElement("style", {
5892
- children: loadingCircleStyle$1T
6018
+ children: loadingCircleStyle$1U
5893
6019
  }), /*#__PURE__*/React.createElement("svg", _extends({
5894
6020
  xmlns: "http://www.w3.org/2000/svg",
5895
6021
  width: size,
@@ -5921,7 +6047,7 @@ OperatorInside.defaultProps = {
5921
6047
  size: '16'
5922
6048
  };
5923
6049
 
5924
- 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 }';
6050
+ 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 }';
5925
6051
 
5926
6052
  var OperatorInclude = function OperatorInclude(props) {
5927
6053
  var color = props.color,
@@ -5935,7 +6061,7 @@ var OperatorInclude = function OperatorInclude(props) {
5935
6061
  return /*#__PURE__*/React.createElement("span", {
5936
6062
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5937
6063
  }, /*#__PURE__*/React.createElement("style", {
5938
- children: loadingCircleStyle$1U
6064
+ children: loadingCircleStyle$1V
5939
6065
  }), /*#__PURE__*/React.createElement("svg", _extends({
5940
6066
  xmlns: "http://www.w3.org/2000/svg",
5941
6067
  width: size,
@@ -5969,7 +6095,7 @@ OperatorInclude.defaultProps = {
5969
6095
  size: '16'
5970
6096
  };
5971
6097
 
5972
- 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 }';
6098
+ 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 }';
5973
6099
 
5974
6100
  var OperatorNotInclude = function OperatorNotInclude(props) {
5975
6101
  var color = props.color,
@@ -5983,7 +6109,7 @@ var OperatorNotInclude = function OperatorNotInclude(props) {
5983
6109
  return /*#__PURE__*/React.createElement("span", {
5984
6110
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5985
6111
  }, /*#__PURE__*/React.createElement("style", {
5986
- children: loadingCircleStyle$1V
6112
+ children: loadingCircleStyle$1W
5987
6113
  }), /*#__PURE__*/React.createElement("svg", _extends({
5988
6114
  xmlns: "http://www.w3.org/2000/svg",
5989
6115
  width: size,
@@ -6024,7 +6150,7 @@ OperatorNotInclude.defaultProps = {
6024
6150
  size: '16'
6025
6151
  };
6026
6152
 
6027
- 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 }';
6153
+ 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 }';
6028
6154
 
6029
6155
  var OperatorLess = function OperatorLess(props) {
6030
6156
  var color = props.color,
@@ -6038,7 +6164,7 @@ var OperatorLess = function OperatorLess(props) {
6038
6164
  return /*#__PURE__*/React.createElement("span", {
6039
6165
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6040
6166
  }, /*#__PURE__*/React.createElement("style", {
6041
- children: loadingCircleStyle$1W
6167
+ children: loadingCircleStyle$1X
6042
6168
  }), /*#__PURE__*/React.createElement("svg", _extends({
6043
6169
  xmlns: "http://www.w3.org/2000/svg",
6044
6170
  width: size,
@@ -6072,7 +6198,7 @@ OperatorLess.defaultProps = {
6072
6198
  size: '16'
6073
6199
  };
6074
6200
 
6075
- 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 }';
6201
+ 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 }';
6076
6202
 
6077
6203
  var OperatorNoBigger = function OperatorNoBigger(props) {
6078
6204
  var color = props.color,
@@ -6086,7 +6212,7 @@ var OperatorNoBigger = function OperatorNoBigger(props) {
6086
6212
  return /*#__PURE__*/React.createElement("span", {
6087
6213
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6088
6214
  }, /*#__PURE__*/React.createElement("style", {
6089
- children: loadingCircleStyle$1X
6215
+ children: loadingCircleStyle$1Y
6090
6216
  }), /*#__PURE__*/React.createElement("svg", _extends({
6091
6217
  xmlns: "http://www.w3.org/2000/svg",
6092
6218
  width: size,
@@ -6120,7 +6246,7 @@ OperatorNoBigger.defaultProps = {
6120
6246
  size: '16'
6121
6247
  };
6122
6248
 
6123
- 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 }';
6249
+ 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 }';
6124
6250
 
6125
6251
  var OperatorBigger = function OperatorBigger(props) {
6126
6252
  var color = props.color,
@@ -6134,7 +6260,7 @@ var OperatorBigger = function OperatorBigger(props) {
6134
6260
  return /*#__PURE__*/React.createElement("span", {
6135
6261
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6136
6262
  }, /*#__PURE__*/React.createElement("style", {
6137
- children: loadingCircleStyle$1Y
6263
+ children: loadingCircleStyle$1Z
6138
6264
  }), /*#__PURE__*/React.createElement("svg", _extends({
6139
6265
  xmlns: "http://www.w3.org/2000/svg",
6140
6266
  width: size,
@@ -6168,7 +6294,7 @@ OperatorBigger.defaultProps = {
6168
6294
  size: '16'
6169
6295
  };
6170
6296
 
6171
- 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 }';
6297
+ 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 }';
6172
6298
 
6173
6299
  var OperatorNoLess = function OperatorNoLess(props) {
6174
6300
  var color = props.color,
@@ -6182,7 +6308,7 @@ var OperatorNoLess = function OperatorNoLess(props) {
6182
6308
  return /*#__PURE__*/React.createElement("span", {
6183
6309
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6184
6310
  }, /*#__PURE__*/React.createElement("style", {
6185
- children: loadingCircleStyle$1Z
6311
+ children: loadingCircleStyle$1_
6186
6312
  }), /*#__PURE__*/React.createElement("svg", _extends({
6187
6313
  xmlns: "http://www.w3.org/2000/svg",
6188
6314
  width: size,
@@ -6216,7 +6342,7 @@ OperatorNoLess.defaultProps = {
6216
6342
  size: '16'
6217
6343
  };
6218
6344
 
6219
- 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 }';
6345
+ 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 }';
6220
6346
 
6221
6347
  var OperatorTrue = function OperatorTrue(props) {
6222
6348
  var color = props.color,
@@ -6230,7 +6356,7 @@ var OperatorTrue = function OperatorTrue(props) {
6230
6356
  return /*#__PURE__*/React.createElement("span", {
6231
6357
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6232
6358
  }, /*#__PURE__*/React.createElement("style", {
6233
- children: loadingCircleStyle$1_
6359
+ children: loadingCircleStyle$1$
6234
6360
  }), /*#__PURE__*/React.createElement("svg", _extends({
6235
6361
  xmlns: "http://www.w3.org/2000/svg",
6236
6362
  width: size,
@@ -6264,7 +6390,7 @@ OperatorTrue.defaultProps = {
6264
6390
  size: '16'
6265
6391
  };
6266
6392
 
6267
- 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 }';
6393
+ 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 }';
6268
6394
 
6269
6395
  var OperatorFalse = function OperatorFalse(props) {
6270
6396
  var color = props.color,
@@ -6278,7 +6404,7 @@ var OperatorFalse = function OperatorFalse(props) {
6278
6404
  return /*#__PURE__*/React.createElement("span", {
6279
6405
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6280
6406
  }, /*#__PURE__*/React.createElement("style", {
6281
- children: loadingCircleStyle$1$
6407
+ children: loadingCircleStyle$20
6282
6408
  }), /*#__PURE__*/React.createElement("svg", _extends({
6283
6409
  xmlns: "http://www.w3.org/2000/svg",
6284
6410
  width: size,
@@ -6312,7 +6438,7 @@ OperatorFalse.defaultProps = {
6312
6438
  size: '16'
6313
6439
  };
6314
6440
 
6315
- 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 }';
6441
+ 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 }';
6316
6442
 
6317
6443
  var OperatorRegex = function OperatorRegex(props) {
6318
6444
  var color = props.color,
@@ -6326,7 +6452,7 @@ var OperatorRegex = function OperatorRegex(props) {
6326
6452
  return /*#__PURE__*/React.createElement("span", {
6327
6453
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6328
6454
  }, /*#__PURE__*/React.createElement("style", {
6329
- children: loadingCircleStyle$20
6455
+ children: loadingCircleStyle$21
6330
6456
  }), /*#__PURE__*/React.createElement("svg", _extends({
6331
6457
  xmlns: "http://www.w3.org/2000/svg",
6332
6458
  width: size,
@@ -6360,7 +6486,7 @@ OperatorRegex.defaultProps = {
6360
6486
  size: '16'
6361
6487
  };
6362
6488
 
6363
- 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 }';
6489
+ 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 }';
6364
6490
 
6365
6491
  var OperatorNoRegex = function OperatorNoRegex(props) {
6366
6492
  var color = props.color,
@@ -6374,7 +6500,7 @@ var OperatorNoRegex = function OperatorNoRegex(props) {
6374
6500
  return /*#__PURE__*/React.createElement("span", {
6375
6501
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6376
6502
  }, /*#__PURE__*/React.createElement("style", {
6377
- children: loadingCircleStyle$21
6503
+ children: loadingCircleStyle$22
6378
6504
  }), /*#__PURE__*/React.createElement("svg", _extends({
6379
6505
  xmlns: "http://www.w3.org/2000/svg",
6380
6506
  width: size,
@@ -6408,7 +6534,7 @@ OperatorNoRegex.defaultProps = {
6408
6534
  size: '16'
6409
6535
  };
6410
6536
 
6411
- 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 }';
6537
+ 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 }';
6412
6538
 
6413
6539
  var LogoDingdingCl = function LogoDingdingCl(props) {
6414
6540
  var color = props.color,
@@ -6422,7 +6548,7 @@ var LogoDingdingCl = function LogoDingdingCl(props) {
6422
6548
  return /*#__PURE__*/React.createElement("span", {
6423
6549
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6424
6550
  }, /*#__PURE__*/React.createElement("style", {
6425
- children: loadingCircleStyle$22
6551
+ children: loadingCircleStyle$23
6426
6552
  }), /*#__PURE__*/React.createElement("svg", _extends({
6427
6553
  xmlns: "http://www.w3.org/2000/svg",
6428
6554
  width: size,
@@ -6455,7 +6581,7 @@ LogoDingdingCl.defaultProps = {
6455
6581
  size: '16'
6456
6582
  };
6457
6583
 
6458
- 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 }';
6584
+ 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 }';
6459
6585
 
6460
6586
  var LogoDingdingGray = function LogoDingdingGray(props) {
6461
6587
  var color = props.color,
@@ -6469,7 +6595,7 @@ var LogoDingdingGray = function LogoDingdingGray(props) {
6469
6595
  return /*#__PURE__*/React.createElement("span", {
6470
6596
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6471
6597
  }, /*#__PURE__*/React.createElement("style", {
6472
- children: loadingCircleStyle$23
6598
+ children: loadingCircleStyle$24
6473
6599
  }), /*#__PURE__*/React.createElement("svg", _extends({
6474
6600
  xmlns: "http://www.w3.org/2000/svg",
6475
6601
  width: size,
@@ -6501,7 +6627,7 @@ LogoDingdingGray.defaultProps = {
6501
6627
  size: '16'
6502
6628
  };
6503
6629
 
6504
- 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 }';
6630
+ 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 }';
6505
6631
 
6506
6632
  var LogoWecomCl = function LogoWecomCl(props) {
6507
6633
  var color = props.color,
@@ -6515,7 +6641,7 @@ var LogoWecomCl = function LogoWecomCl(props) {
6515
6641
  return /*#__PURE__*/React.createElement("span", {
6516
6642
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6517
6643
  }, /*#__PURE__*/React.createElement("style", {
6518
- children: loadingCircleStyle$24
6644
+ children: loadingCircleStyle$25
6519
6645
  }), /*#__PURE__*/React.createElement("svg", _extends({
6520
6646
  xmlns: "http://www.w3.org/2000/svg",
6521
6647
  width: size,
@@ -6560,7 +6686,7 @@ LogoWecomCl.defaultProps = {
6560
6686
  size: '16'
6561
6687
  };
6562
6688
 
6563
- 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 }';
6689
+ 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 }';
6564
6690
 
6565
6691
  var LogoWecomGray = function LogoWecomGray(props) {
6566
6692
  var color = props.color,
@@ -6574,7 +6700,7 @@ var LogoWecomGray = function LogoWecomGray(props) {
6574
6700
  return /*#__PURE__*/React.createElement("span", {
6575
6701
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6576
6702
  }, /*#__PURE__*/React.createElement("style", {
6577
- children: loadingCircleStyle$25
6703
+ children: loadingCircleStyle$26
6578
6704
  }), /*#__PURE__*/React.createElement("svg", _extends({
6579
6705
  xmlns: "http://www.w3.org/2000/svg",
6580
6706
  width: size,
@@ -6606,7 +6732,7 @@ LogoWecomGray.defaultProps = {
6606
6732
  size: '16'
6607
6733
  };
6608
6734
 
6609
- 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 }';
6735
+ 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 }';
6610
6736
 
6611
6737
  var LogoWechatCl = function LogoWechatCl(props) {
6612
6738
  var color = props.color,
@@ -6620,7 +6746,7 @@ var LogoWechatCl = function LogoWechatCl(props) {
6620
6746
  return /*#__PURE__*/React.createElement("span", {
6621
6747
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6622
6748
  }, /*#__PURE__*/React.createElement("style", {
6623
- children: loadingCircleStyle$26
6749
+ children: loadingCircleStyle$27
6624
6750
  }), /*#__PURE__*/React.createElement("svg", _extends({
6625
6751
  xmlns: "http://www.w3.org/2000/svg",
6626
6752
  width: size,
@@ -6661,7 +6787,7 @@ LogoWechatCl.defaultProps = {
6661
6787
  size: '16'
6662
6788
  };
6663
6789
 
6664
- 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 }';
6790
+ 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 }';
6665
6791
 
6666
6792
  var LogoWechatGray = function LogoWechatGray(props) {
6667
6793
  var color = props.color,
@@ -6675,7 +6801,7 @@ var LogoWechatGray = function LogoWechatGray(props) {
6675
6801
  return /*#__PURE__*/React.createElement("span", {
6676
6802
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6677
6803
  }, /*#__PURE__*/React.createElement("style", {
6678
- children: loadingCircleStyle$27
6804
+ children: loadingCircleStyle$28
6679
6805
  }), /*#__PURE__*/React.createElement("svg", _extends({
6680
6806
  xmlns: "http://www.w3.org/2000/svg",
6681
6807
  width: size,
@@ -6714,7 +6840,7 @@ LogoWechatGray.defaultProps = {
6714
6840
  size: '16'
6715
6841
  };
6716
6842
 
6717
- 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 }';
6843
+ 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 }';
6718
6844
 
6719
6845
  var LogoFeishuCl = function LogoFeishuCl(props) {
6720
6846
  var color = props.color,
@@ -6728,7 +6854,7 @@ var LogoFeishuCl = function LogoFeishuCl(props) {
6728
6854
  return /*#__PURE__*/React.createElement("span", {
6729
6855
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6730
6856
  }, /*#__PURE__*/React.createElement("style", {
6731
- children: loadingCircleStyle$28
6857
+ children: loadingCircleStyle$29
6732
6858
  }), /*#__PURE__*/React.createElement("svg", _extends({
6733
6859
  xmlns: "http://www.w3.org/2000/svg",
6734
6860
  width: size,
@@ -6778,7 +6904,7 @@ LogoFeishuCl.defaultProps = {
6778
6904
  size: '16'
6779
6905
  };
6780
6906
 
6781
- 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 }';
6907
+ 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 }';
6782
6908
 
6783
6909
  var LogoKingCl = function LogoKingCl(props) {
6784
6910
  var color = props.color,
@@ -6792,7 +6918,7 @@ var LogoKingCl = function LogoKingCl(props) {
6792
6918
  return /*#__PURE__*/React.createElement("span", {
6793
6919
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6794
6920
  }, /*#__PURE__*/React.createElement("style", {
6795
- children: loadingCircleStyle$29
6921
+ children: loadingCircleStyle$2a
6796
6922
  }), /*#__PURE__*/React.createElement("svg", _extends({
6797
6923
  xmlns: "http://www.w3.org/2000/svg",
6798
6924
  width: size,
@@ -6825,7 +6951,7 @@ LogoKingCl.defaultProps = {
6825
6951
  size: '16'
6826
6952
  };
6827
6953
 
6828
- 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 }';
6954
+ 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 }';
6829
6955
 
6830
6956
  var LogoCurrencylayerCl = function LogoCurrencylayerCl(props) {
6831
6957
  var color = props.color,
@@ -6839,7 +6965,7 @@ var LogoCurrencylayerCl = function LogoCurrencylayerCl(props) {
6839
6965
  return /*#__PURE__*/React.createElement("span", {
6840
6966
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6841
6967
  }, /*#__PURE__*/React.createElement("style", {
6842
- children: loadingCircleStyle$2a
6968
+ children: loadingCircleStyle$2b
6843
6969
  }), /*#__PURE__*/React.createElement("svg", _extends({
6844
6970
  xmlns: "http://www.w3.org/2000/svg",
6845
6971
  width: size,
@@ -6876,7 +7002,7 @@ LogoCurrencylayerCl.defaultProps = {
6876
7002
  size: '16'
6877
7003
  };
6878
7004
 
6879
- 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 }';
7005
+ 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 }';
6880
7006
 
6881
7007
  var LogoGarenaCl = function LogoGarenaCl(props) {
6882
7008
  var color = props.color,
@@ -6890,7 +7016,7 @@ var LogoGarenaCl = function LogoGarenaCl(props) {
6890
7016
  return /*#__PURE__*/React.createElement("span", {
6891
7017
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6892
7018
  }, /*#__PURE__*/React.createElement("style", {
6893
- children: loadingCircleStyle$2b
7019
+ children: loadingCircleStyle$2c
6894
7020
  }), /*#__PURE__*/React.createElement("svg", _extends({
6895
7021
  xmlns: "http://www.w3.org/2000/svg",
6896
7022
  width: size,
@@ -6923,7 +7049,7 @@ LogoGarenaCl.defaultProps = {
6923
7049
  size: '16'
6924
7050
  };
6925
7051
 
6926
- 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 }';
7052
+ 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 }';
6927
7053
 
6928
7054
  var LogoAndroidGray = function LogoAndroidGray(props) {
6929
7055
  var color = props.color,
@@ -6937,7 +7063,7 @@ var LogoAndroidGray = function LogoAndroidGray(props) {
6937
7063
  return /*#__PURE__*/React.createElement("span", {
6938
7064
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6939
7065
  }, /*#__PURE__*/React.createElement("style", {
6940
- children: loadingCircleStyle$2c
7066
+ children: loadingCircleStyle$2d
6941
7067
  }), /*#__PURE__*/React.createElement("svg", _extends({
6942
7068
  xmlns: "http://www.w3.org/2000/svg",
6943
7069
  width: size,
@@ -6969,7 +7095,7 @@ LogoAndroidGray.defaultProps = {
6969
7095
  size: '16'
6970
7096
  };
6971
7097
 
6972
- 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 }';
7098
+ 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 }';
6973
7099
 
6974
7100
  var LogoAppleGray = function LogoAppleGray(props) {
6975
7101
  var color = props.color,
@@ -6983,7 +7109,7 @@ var LogoAppleGray = function LogoAppleGray(props) {
6983
7109
  return /*#__PURE__*/React.createElement("span", {
6984
7110
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6985
7111
  }, /*#__PURE__*/React.createElement("style", {
6986
- children: loadingCircleStyle$2d
7112
+ children: loadingCircleStyle$2e
6987
7113
  }), /*#__PURE__*/React.createElement("svg", _extends({
6988
7114
  xmlns: "http://www.w3.org/2000/svg",
6989
7115
  width: size,
@@ -7015,7 +7141,7 @@ LogoAppleGray.defaultProps = {
7015
7141
  size: '16'
7016
7142
  };
7017
7143
 
7018
- 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 }';
7144
+ 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 }';
7019
7145
 
7020
7146
  var LogoXiaomiCl = function LogoXiaomiCl(props) {
7021
7147
  var color = props.color,
@@ -7029,7 +7155,7 @@ var LogoXiaomiCl = function LogoXiaomiCl(props) {
7029
7155
  return /*#__PURE__*/React.createElement("span", {
7030
7156
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7031
7157
  }, /*#__PURE__*/React.createElement("style", {
7032
- children: loadingCircleStyle$2e
7158
+ children: loadingCircleStyle$2f
7033
7159
  }), /*#__PURE__*/React.createElement("svg", _extends({
7034
7160
  xmlns: "http://www.w3.org/2000/svg",
7035
7161
  width: size,
@@ -7062,7 +7188,7 @@ LogoXiaomiCl.defaultProps = {
7062
7188
  size: '16'
7063
7189
  };
7064
7190
 
7065
- 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 }';
7191
+ 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 }';
7066
7192
 
7067
7193
  var Info = function Info(props) {
7068
7194
  var color = props.color,
@@ -7076,7 +7202,7 @@ var Info = function Info(props) {
7076
7202
  return /*#__PURE__*/React.createElement("span", {
7077
7203
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7078
7204
  }, /*#__PURE__*/React.createElement("style", {
7079
- children: loadingCircleStyle$2f
7205
+ children: loadingCircleStyle$2g
7080
7206
  }), /*#__PURE__*/React.createElement("svg", _extends({
7081
7207
  xmlns: "http://www.w3.org/2000/svg",
7082
7208
  width: size,
@@ -7112,7 +7238,7 @@ Info.defaultProps = {
7112
7238
  size: '16'
7113
7239
  };
7114
7240
 
7115
- 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 }';
7241
+ 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 }';
7116
7242
 
7117
7243
  var InfoFill = function InfoFill(props) {
7118
7244
  var color = props.color,
@@ -7126,7 +7252,7 @@ var InfoFill = function InfoFill(props) {
7126
7252
  return /*#__PURE__*/React.createElement("span", {
7127
7253
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7128
7254
  }, /*#__PURE__*/React.createElement("style", {
7129
- children: loadingCircleStyle$2g
7255
+ children: loadingCircleStyle$2h
7130
7256
  }), /*#__PURE__*/React.createElement("svg", _extends({
7131
7257
  xmlns: "http://www.w3.org/2000/svg",
7132
7258
  width: size,
@@ -7158,7 +7284,7 @@ InfoFill.defaultProps = {
7158
7284
  size: '16'
7159
7285
  };
7160
7286
 
7161
- 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 }';
7287
+ 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 }';
7162
7288
 
7163
7289
  var Help = function Help(props) {
7164
7290
  var color = props.color,
@@ -7172,7 +7298,7 @@ var Help = function Help(props) {
7172
7298
  return /*#__PURE__*/React.createElement("span", {
7173
7299
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7174
7300
  }, /*#__PURE__*/React.createElement("style", {
7175
- children: loadingCircleStyle$2h
7301
+ children: loadingCircleStyle$2i
7176
7302
  }), /*#__PURE__*/React.createElement("svg", _extends({
7177
7303
  xmlns: "http://www.w3.org/2000/svg",
7178
7304
  width: size,
@@ -7204,7 +7330,7 @@ Help.defaultProps = {
7204
7330
  size: '16'
7205
7331
  };
7206
7332
 
7207
- 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 }';
7333
+ 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 }';
7208
7334
 
7209
7335
  var History = function History(props) {
7210
7336
  var color = props.color,
@@ -7218,7 +7344,7 @@ var History = function History(props) {
7218
7344
  return /*#__PURE__*/React.createElement("span", {
7219
7345
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7220
7346
  }, /*#__PURE__*/React.createElement("style", {
7221
- children: loadingCircleStyle$2i
7347
+ children: loadingCircleStyle$2j
7222
7348
  }), /*#__PURE__*/React.createElement("svg", _extends({
7223
7349
  xmlns: "http://www.w3.org/2000/svg",
7224
7350
  width: size,
@@ -7250,7 +7376,7 @@ History.defaultProps = {
7250
7376
  size: '16'
7251
7377
  };
7252
7378
 
7253
- 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 }';
7379
+ 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 }';
7254
7380
 
7255
7381
  var Backup = function Backup(props) {
7256
7382
  var color = props.color,
@@ -7264,7 +7390,7 @@ var Backup = function Backup(props) {
7264
7390
  return /*#__PURE__*/React.createElement("span", {
7265
7391
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7266
7392
  }, /*#__PURE__*/React.createElement("style", {
7267
- children: loadingCircleStyle$2j
7393
+ children: loadingCircleStyle$2k
7268
7394
  }), /*#__PURE__*/React.createElement("svg", _extends({
7269
7395
  xmlns: "http://www.w3.org/2000/svg",
7270
7396
  width: size,
@@ -7298,7 +7424,7 @@ Backup.defaultProps = {
7298
7424
  size: '16'
7299
7425
  };
7300
7426
 
7301
- 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 }';
7427
+ 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 }';
7302
7428
 
7303
7429
  var Error = function Error(props) {
7304
7430
  var color = props.color,
@@ -7312,7 +7438,7 @@ var Error = function Error(props) {
7312
7438
  return /*#__PURE__*/React.createElement("span", {
7313
7439
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7314
7440
  }, /*#__PURE__*/React.createElement("style", {
7315
- children: loadingCircleStyle$2k
7441
+ children: loadingCircleStyle$2l
7316
7442
  }), /*#__PURE__*/React.createElement("svg", _extends({
7317
7443
  xmlns: "http://www.w3.org/2000/svg",
7318
7444
  width: size,
@@ -7348,7 +7474,7 @@ Error.defaultProps = {
7348
7474
  size: '16'
7349
7475
  };
7350
7476
 
7351
- 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 }';
7477
+ 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 }';
7352
7478
 
7353
7479
  var ErrorFill = function ErrorFill(props) {
7354
7480
  var color = props.color,
@@ -7362,7 +7488,7 @@ var ErrorFill = function ErrorFill(props) {
7362
7488
  return /*#__PURE__*/React.createElement("span", {
7363
7489
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7364
7490
  }, /*#__PURE__*/React.createElement("style", {
7365
- children: loadingCircleStyle$2l
7491
+ children: loadingCircleStyle$2m
7366
7492
  }), /*#__PURE__*/React.createElement("svg", _extends({
7367
7493
  xmlns: "http://www.w3.org/2000/svg",
7368
7494
  width: size,
@@ -7394,7 +7520,7 @@ ErrorFill.defaultProps = {
7394
7520
  size: '16'
7395
7521
  };
7396
7522
 
7397
- 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 }';
7523
+ 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 }';
7398
7524
 
7399
7525
  var Error2 = function Error2(props) {
7400
7526
  var color = props.color,
@@ -7408,7 +7534,7 @@ var Error2 = function Error2(props) {
7408
7534
  return /*#__PURE__*/React.createElement("span", {
7409
7535
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7410
7536
  }, /*#__PURE__*/React.createElement("style", {
7411
- children: loadingCircleStyle$2m
7537
+ children: loadingCircleStyle$2n
7412
7538
  }), /*#__PURE__*/React.createElement("svg", _extends({
7413
7539
  xmlns: "http://www.w3.org/2000/svg",
7414
7540
  width: size,
@@ -7442,7 +7568,7 @@ Error2.defaultProps = {
7442
7568
  size: '16'
7443
7569
  };
7444
7570
 
7445
- 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 }';
7571
+ 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 }';
7446
7572
 
7447
7573
  var Error2Fill = function Error2Fill(props) {
7448
7574
  var color = props.color,
@@ -7456,7 +7582,7 @@ var Error2Fill = function Error2Fill(props) {
7456
7582
  return /*#__PURE__*/React.createElement("span", {
7457
7583
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7458
7584
  }, /*#__PURE__*/React.createElement("style", {
7459
- children: loadingCircleStyle$2n
7585
+ children: loadingCircleStyle$2o
7460
7586
  }), /*#__PURE__*/React.createElement("svg", _extends({
7461
7587
  xmlns: "http://www.w3.org/2000/svg",
7462
7588
  width: size,
@@ -7490,7 +7616,7 @@ Error2Fill.defaultProps = {
7490
7616
  size: '16'
7491
7617
  };
7492
7618
 
7493
- 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 }';
7619
+ 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 }';
7494
7620
 
7495
7621
  var Success = function Success(props) {
7496
7622
  var color = props.color,
@@ -7504,7 +7630,7 @@ var Success = function Success(props) {
7504
7630
  return /*#__PURE__*/React.createElement("span", {
7505
7631
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7506
7632
  }, /*#__PURE__*/React.createElement("style", {
7507
- children: loadingCircleStyle$2o
7633
+ children: loadingCircleStyle$2p
7508
7634
  }), /*#__PURE__*/React.createElement("svg", _extends({
7509
7635
  xmlns: "http://www.w3.org/2000/svg",
7510
7636
  width: size,
@@ -7536,7 +7662,7 @@ Success.defaultProps = {
7536
7662
  size: '16'
7537
7663
  };
7538
7664
 
7539
- 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 }';
7665
+ 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 }';
7540
7666
 
7541
7667
  var SuccessFill = function SuccessFill(props) {
7542
7668
  var color = props.color,
@@ -7550,7 +7676,7 @@ var SuccessFill = function SuccessFill(props) {
7550
7676
  return /*#__PURE__*/React.createElement("span", {
7551
7677
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7552
7678
  }, /*#__PURE__*/React.createElement("style", {
7553
- children: loadingCircleStyle$2p
7679
+ children: loadingCircleStyle$2q
7554
7680
  }), /*#__PURE__*/React.createElement("svg", _extends({
7555
7681
  xmlns: "http://www.w3.org/2000/svg",
7556
7682
  width: size,
@@ -7584,7 +7710,7 @@ SuccessFill.defaultProps = {
7584
7710
  size: '16'
7585
7711
  };
7586
7712
 
7587
- 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 }';
7713
+ 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 }';
7588
7714
 
7589
7715
  var Delete2 = function Delete2(props) {
7590
7716
  var color = props.color,
@@ -7598,7 +7724,7 @@ var Delete2 = function Delete2(props) {
7598
7724
  return /*#__PURE__*/React.createElement("span", {
7599
7725
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7600
7726
  }, /*#__PURE__*/React.createElement("style", {
7601
- children: loadingCircleStyle$2q
7727
+ children: loadingCircleStyle$2r
7602
7728
  }), /*#__PURE__*/React.createElement("svg", _extends({
7603
7729
  xmlns: "http://www.w3.org/2000/svg",
7604
7730
  width: size,
@@ -7630,7 +7756,7 @@ Delete2.defaultProps = {
7630
7756
  size: '16'
7631
7757
  };
7632
7758
 
7633
- 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 }';
7759
+ 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 }';
7634
7760
 
7635
7761
  var Delete2Fill = function Delete2Fill(props) {
7636
7762
  var color = props.color,
@@ -7644,7 +7770,7 @@ var Delete2Fill = function Delete2Fill(props) {
7644
7770
  return /*#__PURE__*/React.createElement("span", {
7645
7771
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7646
7772
  }, /*#__PURE__*/React.createElement("style", {
7647
- children: loadingCircleStyle$2r
7773
+ children: loadingCircleStyle$2s
7648
7774
  }), /*#__PURE__*/React.createElement("svg", _extends({
7649
7775
  xmlns: "http://www.w3.org/2000/svg",
7650
7776
  width: size,
@@ -7676,7 +7802,7 @@ Delete2Fill.defaultProps = {
7676
7802
  size: '16'
7677
7803
  };
7678
7804
 
7679
- 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 }';
7805
+ 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 }';
7680
7806
 
7681
7807
  var Exchange = function Exchange(props) {
7682
7808
  var color = props.color,
@@ -7690,7 +7816,7 @@ var Exchange = function Exchange(props) {
7690
7816
  return /*#__PURE__*/React.createElement("span", {
7691
7817
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7692
7818
  }, /*#__PURE__*/React.createElement("style", {
7693
- children: loadingCircleStyle$2s
7819
+ children: loadingCircleStyle$2t
7694
7820
  }), /*#__PURE__*/React.createElement("svg", _extends({
7695
7821
  xmlns: "http://www.w3.org/2000/svg",
7696
7822
  width: size,
@@ -7722,7 +7848,7 @@ Exchange.defaultProps = {
7722
7848
  size: '16'
7723
7849
  };
7724
7850
 
7725
- 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 }';
7851
+ 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 }';
7726
7852
 
7727
7853
  var SwapFill = function SwapFill(props) {
7728
7854
  var color = props.color,
@@ -7736,7 +7862,7 @@ var SwapFill = function SwapFill(props) {
7736
7862
  return /*#__PURE__*/React.createElement("span", {
7737
7863
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7738
7864
  }, /*#__PURE__*/React.createElement("style", {
7739
- children: loadingCircleStyle$2t
7865
+ children: loadingCircleStyle$2u
7740
7866
  }), /*#__PURE__*/React.createElement("svg", _extends({
7741
7867
  xmlns: "http://www.w3.org/2000/svg",
7742
7868
  width: size,
@@ -7768,7 +7894,7 @@ SwapFill.defaultProps = {
7768
7894
  size: '16'
7769
7895
  };
7770
7896
 
7771
- 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 }';
7897
+ 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 }';
7772
7898
 
7773
7899
  var Processing = function Processing(props) {
7774
7900
  var color = props.color,
@@ -7782,7 +7908,7 @@ var Processing = function Processing(props) {
7782
7908
  return /*#__PURE__*/React.createElement("span", {
7783
7909
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7784
7910
  }, /*#__PURE__*/React.createElement("style", {
7785
- children: loadingCircleStyle$2u
7911
+ children: loadingCircleStyle$2v
7786
7912
  }), /*#__PURE__*/React.createElement("svg", _extends({
7787
7913
  xmlns: "http://www.w3.org/2000/svg",
7788
7914
  width: size,
@@ -7814,7 +7940,7 @@ Processing.defaultProps = {
7814
7940
  size: '16'
7815
7941
  };
7816
7942
 
7817
- 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 }';
7943
+ 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 }';
7818
7944
 
7819
7945
  var Processing2 = function Processing2(props) {
7820
7946
  var color = props.color,
@@ -7828,7 +7954,7 @@ var Processing2 = function Processing2(props) {
7828
7954
  return /*#__PURE__*/React.createElement("span", {
7829
7955
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7830
7956
  }, /*#__PURE__*/React.createElement("style", {
7831
- children: loadingCircleStyle$2v
7957
+ children: loadingCircleStyle$2w
7832
7958
  }), /*#__PURE__*/React.createElement("svg", _extends({
7833
7959
  xmlns: "http://www.w3.org/2000/svg",
7834
7960
  width: size,
@@ -7862,7 +7988,7 @@ Processing2.defaultProps = {
7862
7988
  size: '16'
7863
7989
  };
7864
7990
 
7865
- 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 }';
7991
+ 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 }';
7866
7992
 
7867
7993
  var Done = function Done(props) {
7868
7994
  var color = props.color,
@@ -7876,7 +8002,7 @@ var Done = function Done(props) {
7876
8002
  return /*#__PURE__*/React.createElement("span", {
7877
8003
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7878
8004
  }, /*#__PURE__*/React.createElement("style", {
7879
- children: loadingCircleStyle$2w
8005
+ children: loadingCircleStyle$2x
7880
8006
  }), /*#__PURE__*/React.createElement("svg", _extends({
7881
8007
  xmlns: "http://www.w3.org/2000/svg",
7882
8008
  width: size,
@@ -7908,7 +8034,7 @@ Done.defaultProps = {
7908
8034
  size: '16'
7909
8035
  };
7910
8036
 
7911
- 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 }';
8037
+ 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 }';
7912
8038
 
7913
8039
  var Close = function Close(props) {
7914
8040
  var color = props.color,
@@ -7922,7 +8048,7 @@ var Close = function Close(props) {
7922
8048
  return /*#__PURE__*/React.createElement("span", {
7923
8049
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7924
8050
  }, /*#__PURE__*/React.createElement("style", {
7925
- children: loadingCircleStyle$2x
8051
+ children: loadingCircleStyle$2y
7926
8052
  }), /*#__PURE__*/React.createElement("svg", _extends({
7927
8053
  xmlns: "http://www.w3.org/2000/svg",
7928
8054
  width: size,
@@ -7954,7 +8080,7 @@ Close.defaultProps = {
7954
8080
  size: '16'
7955
8081
  };
7956
8082
 
7957
- 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 }';
8083
+ 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 }';
7958
8084
 
7959
8085
  var StarOutline = function StarOutline(props) {
7960
8086
  var color = props.color,
@@ -7968,7 +8094,7 @@ var StarOutline = function StarOutline(props) {
7968
8094
  return /*#__PURE__*/React.createElement("span", {
7969
8095
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7970
8096
  }, /*#__PURE__*/React.createElement("style", {
7971
- children: loadingCircleStyle$2y
8097
+ children: loadingCircleStyle$2z
7972
8098
  }), /*#__PURE__*/React.createElement("svg", _extends({
7973
8099
  xmlns: "http://www.w3.org/2000/svg",
7974
8100
  width: size,
@@ -8000,7 +8126,7 @@ StarOutline.defaultProps = {
8000
8126
  size: '16'
8001
8127
  };
8002
8128
 
8003
- 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 }';
8129
+ 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 }';
8004
8130
 
8005
8131
  var StarFill = function StarFill(props) {
8006
8132
  var color = props.color,
@@ -8014,7 +8140,7 @@ var StarFill = function StarFill(props) {
8014
8140
  return /*#__PURE__*/React.createElement("span", {
8015
8141
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8016
8142
  }, /*#__PURE__*/React.createElement("style", {
8017
- children: loadingCircleStyle$2z
8143
+ children: loadingCircleStyle$2A
8018
8144
  }), /*#__PURE__*/React.createElement("svg", _extends({
8019
8145
  xmlns: "http://www.w3.org/2000/svg",
8020
8146
  width: size,
@@ -8046,7 +8172,7 @@ StarFill.defaultProps = {
8046
8172
  size: '16'
8047
8173
  };
8048
8174
 
8049
- 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 }';
8175
+ 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 }';
8050
8176
 
8051
8177
  var TimeLock = function TimeLock(props) {
8052
8178
  var color = props.color,
@@ -8060,7 +8186,7 @@ var TimeLock = function TimeLock(props) {
8060
8186
  return /*#__PURE__*/React.createElement("span", {
8061
8187
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8062
8188
  }, /*#__PURE__*/React.createElement("style", {
8063
- children: loadingCircleStyle$2A
8189
+ children: loadingCircleStyle$2B
8064
8190
  }), /*#__PURE__*/React.createElement("svg", _extends({
8065
8191
  xmlns: "http://www.w3.org/2000/svg",
8066
8192
  width: size,
@@ -8092,7 +8218,7 @@ TimeLock.defaultProps = {
8092
8218
  size: '16'
8093
8219
  };
8094
8220
 
8095
- 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 }';
8221
+ 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 }';
8096
8222
 
8097
8223
  var Heart = function Heart(props) {
8098
8224
  var color = props.color,
@@ -8106,7 +8232,7 @@ var Heart = function Heart(props) {
8106
8232
  return /*#__PURE__*/React.createElement("span", {
8107
8233
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8108
8234
  }, /*#__PURE__*/React.createElement("style", {
8109
- children: loadingCircleStyle$2B
8235
+ children: loadingCircleStyle$2C
8110
8236
  }), /*#__PURE__*/React.createElement("svg", _extends({
8111
8237
  xmlns: "http://www.w3.org/2000/svg",
8112
8238
  width: size,
@@ -8138,7 +8264,7 @@ Heart.defaultProps = {
8138
8264
  size: '16'
8139
8265
  };
8140
8266
 
8141
- 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 }';
8267
+ 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 }';
8142
8268
 
8143
8269
  var Bookmark = function Bookmark(props) {
8144
8270
  var color = props.color,
@@ -8152,7 +8278,7 @@ var Bookmark = function Bookmark(props) {
8152
8278
  return /*#__PURE__*/React.createElement("span", {
8153
8279
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8154
8280
  }, /*#__PURE__*/React.createElement("style", {
8155
- children: loadingCircleStyle$2C
8281
+ children: loadingCircleStyle$2D
8156
8282
  }), /*#__PURE__*/React.createElement("svg", _extends({
8157
8283
  xmlns: "http://www.w3.org/2000/svg",
8158
8284
  width: size,
@@ -8184,7 +8310,7 @@ Bookmark.defaultProps = {
8184
8310
  size: '16'
8185
8311
  };
8186
8312
 
8187
- 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 }';
8313
+ 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 }';
8188
8314
 
8189
8315
  var Bookmark2 = function Bookmark2(props) {
8190
8316
  var color = props.color,
@@ -8198,7 +8324,7 @@ var Bookmark2 = function Bookmark2(props) {
8198
8324
  return /*#__PURE__*/React.createElement("span", {
8199
8325
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8200
8326
  }, /*#__PURE__*/React.createElement("style", {
8201
- children: loadingCircleStyle$2D
8327
+ children: loadingCircleStyle$2E
8202
8328
  }), /*#__PURE__*/React.createElement("svg", _extends({
8203
8329
  xmlns: "http://www.w3.org/2000/svg",
8204
8330
  width: size,
@@ -8230,7 +8356,7 @@ Bookmark2.defaultProps = {
8230
8356
  size: '16'
8231
8357
  };
8232
8358
 
8233
- 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 }';
8359
+ 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 }';
8234
8360
 
8235
8361
  var LockClose = function LockClose(props) {
8236
8362
  var color = props.color,
@@ -8244,7 +8370,7 @@ var LockClose = function LockClose(props) {
8244
8370
  return /*#__PURE__*/React.createElement("span", {
8245
8371
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8246
8372
  }, /*#__PURE__*/React.createElement("style", {
8247
- children: loadingCircleStyle$2E
8373
+ children: loadingCircleStyle$2F
8248
8374
  }), /*#__PURE__*/React.createElement("svg", _extends({
8249
8375
  xmlns: "http://www.w3.org/2000/svg",
8250
8376
  width: size,
@@ -8280,7 +8406,7 @@ LockClose.defaultProps = {
8280
8406
  size: '16'
8281
8407
  };
8282
8408
 
8283
- 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 }';
8409
+ 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 }';
8284
8410
 
8285
8411
  var LockCloseFill = function LockCloseFill(props) {
8286
8412
  var color = props.color,
@@ -8294,7 +8420,7 @@ var LockCloseFill = function LockCloseFill(props) {
8294
8420
  return /*#__PURE__*/React.createElement("span", {
8295
8421
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8296
8422
  }, /*#__PURE__*/React.createElement("style", {
8297
- children: loadingCircleStyle$2F
8423
+ children: loadingCircleStyle$2G
8298
8424
  }), /*#__PURE__*/React.createElement("svg", _extends({
8299
8425
  xmlns: "http://www.w3.org/2000/svg",
8300
8426
  width: size,
@@ -8326,7 +8452,7 @@ LockCloseFill.defaultProps = {
8326
8452
  size: '16'
8327
8453
  };
8328
8454
 
8329
- 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 }';
8455
+ 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 }';
8330
8456
 
8331
8457
  var LockOpen = function LockOpen(props) {
8332
8458
  var color = props.color,
@@ -8340,7 +8466,7 @@ var LockOpen = function LockOpen(props) {
8340
8466
  return /*#__PURE__*/React.createElement("span", {
8341
8467
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8342
8468
  }, /*#__PURE__*/React.createElement("style", {
8343
- children: loadingCircleStyle$2G
8469
+ children: loadingCircleStyle$2H
8344
8470
  }), /*#__PURE__*/React.createElement("svg", _extends({
8345
8471
  xmlns: "http://www.w3.org/2000/svg",
8346
8472
  width: size,
@@ -8372,7 +8498,7 @@ LockOpen.defaultProps = {
8372
8498
  size: '16'
8373
8499
  };
8374
8500
 
8375
- 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 }';
8501
+ 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 }';
8376
8502
 
8377
8503
  var LockOpenFill = function LockOpenFill(props) {
8378
8504
  var color = props.color,
@@ -8386,7 +8512,7 @@ var LockOpenFill = function LockOpenFill(props) {
8386
8512
  return /*#__PURE__*/React.createElement("span", {
8387
8513
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8388
8514
  }, /*#__PURE__*/React.createElement("style", {
8389
- children: loadingCircleStyle$2H
8515
+ children: loadingCircleStyle$2I
8390
8516
  }), /*#__PURE__*/React.createElement("svg", _extends({
8391
8517
  xmlns: "http://www.w3.org/2000/svg",
8392
8518
  width: size,
@@ -8418,7 +8544,7 @@ LockOpenFill.defaultProps = {
8418
8544
  size: '16'
8419
8545
  };
8420
8546
 
8421
- 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 }';
8547
+ 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 }';
8422
8548
 
8423
8549
  var EyeOn = function EyeOn(props) {
8424
8550
  var color = props.color,
@@ -8432,7 +8558,7 @@ var EyeOn = function EyeOn(props) {
8432
8558
  return /*#__PURE__*/React.createElement("span", {
8433
8559
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8434
8560
  }, /*#__PURE__*/React.createElement("style", {
8435
- children: loadingCircleStyle$2I
8561
+ children: loadingCircleStyle$2J
8436
8562
  }), /*#__PURE__*/React.createElement("svg", _extends({
8437
8563
  xmlns: "http://www.w3.org/2000/svg",
8438
8564
  width: size,
@@ -8464,7 +8590,7 @@ EyeOn.defaultProps = {
8464
8590
  size: '16'
8465
8591
  };
8466
8592
 
8467
- 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 }';
8593
+ 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 }';
8468
8594
 
8469
8595
  var EyeOnFill = function EyeOnFill(props) {
8470
8596
  var color = props.color,
@@ -8478,7 +8604,7 @@ var EyeOnFill = function EyeOnFill(props) {
8478
8604
  return /*#__PURE__*/React.createElement("span", {
8479
8605
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8480
8606
  }, /*#__PURE__*/React.createElement("style", {
8481
- children: loadingCircleStyle$2J
8607
+ children: loadingCircleStyle$2K
8482
8608
  }), /*#__PURE__*/React.createElement("svg", _extends({
8483
8609
  xmlns: "http://www.w3.org/2000/svg",
8484
8610
  width: size,
@@ -8512,7 +8638,7 @@ EyeOnFill.defaultProps = {
8512
8638
  size: '16'
8513
8639
  };
8514
8640
 
8515
- 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 }';
8641
+ 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 }';
8516
8642
 
8517
8643
  var EyeOff = function EyeOff(props) {
8518
8644
  var color = props.color,
@@ -8526,7 +8652,7 @@ var EyeOff = function EyeOff(props) {
8526
8652
  return /*#__PURE__*/React.createElement("span", {
8527
8653
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8528
8654
  }, /*#__PURE__*/React.createElement("style", {
8529
- children: loadingCircleStyle$2K
8655
+ children: loadingCircleStyle$2L
8530
8656
  }), /*#__PURE__*/React.createElement("svg", _extends({
8531
8657
  xmlns: "http://www.w3.org/2000/svg",
8532
8658
  width: size,
@@ -8558,7 +8684,7 @@ EyeOff.defaultProps = {
8558
8684
  size: '16'
8559
8685
  };
8560
8686
 
8561
- 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 }';
8687
+ 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 }';
8562
8688
 
8563
8689
  var EyeOffFill = function EyeOffFill(props) {
8564
8690
  var color = props.color,
@@ -8572,7 +8698,7 @@ var EyeOffFill = function EyeOffFill(props) {
8572
8698
  return /*#__PURE__*/React.createElement("span", {
8573
8699
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8574
8700
  }, /*#__PURE__*/React.createElement("style", {
8575
- children: loadingCircleStyle$2L
8701
+ children: loadingCircleStyle$2M
8576
8702
  }), /*#__PURE__*/React.createElement("svg", _extends({
8577
8703
  xmlns: "http://www.w3.org/2000/svg",
8578
8704
  width: size,
@@ -8606,7 +8732,7 @@ EyeOffFill.defaultProps = {
8606
8732
  size: '16'
8607
8733
  };
8608
8734
 
8609
- 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 }';
8735
+ 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 }';
8610
8736
 
8611
8737
  var Dot = function Dot(props) {
8612
8738
  var color = props.color,
@@ -8620,7 +8746,7 @@ var Dot = function Dot(props) {
8620
8746
  return /*#__PURE__*/React.createElement("span", {
8621
8747
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8622
8748
  }, /*#__PURE__*/React.createElement("style", {
8623
- children: loadingCircleStyle$2M
8749
+ children: loadingCircleStyle$2N
8624
8750
  }), /*#__PURE__*/React.createElement("svg", _extends({
8625
8751
  xmlns: "http://www.w3.org/2000/svg",
8626
8752
  width: size,
@@ -8654,7 +8780,7 @@ Dot.defaultProps = {
8654
8780
  size: '16'
8655
8781
  };
8656
8782
 
8657
- 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 }';
8783
+ 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 }';
8658
8784
 
8659
8785
  var Anchor = function Anchor(props) {
8660
8786
  var color = props.color,
@@ -8668,7 +8794,7 @@ var Anchor = function Anchor(props) {
8668
8794
  return /*#__PURE__*/React.createElement("span", {
8669
8795
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8670
8796
  }, /*#__PURE__*/React.createElement("style", {
8671
- children: loadingCircleStyle$2N
8797
+ children: loadingCircleStyle$2O
8672
8798
  }), /*#__PURE__*/React.createElement("svg", _extends({
8673
8799
  xmlns: "http://www.w3.org/2000/svg",
8674
8800
  width: size,
@@ -8700,7 +8826,7 @@ Anchor.defaultProps = {
8700
8826
  size: '16'
8701
8827
  };
8702
8828
 
8703
- 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 }';
8829
+ 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 }';
8704
8830
 
8705
8831
  var ChartLine = function ChartLine(props) {
8706
8832
  var color = props.color,
@@ -8714,7 +8840,7 @@ var ChartLine = function ChartLine(props) {
8714
8840
  return /*#__PURE__*/React.createElement("span", {
8715
8841
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8716
8842
  }, /*#__PURE__*/React.createElement("style", {
8717
- children: loadingCircleStyle$2O
8843
+ children: loadingCircleStyle$2P
8718
8844
  }), /*#__PURE__*/React.createElement("svg", _extends({
8719
8845
  xmlns: "http://www.w3.org/2000/svg",
8720
8846
  width: size,
@@ -8752,7 +8878,7 @@ ChartLine.defaultProps = {
8752
8878
  size: '16'
8753
8879
  };
8754
8880
 
8755
- 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 }';
8881
+ 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 }';
8756
8882
 
8757
8883
  var ChartBar = function ChartBar(props) {
8758
8884
  var color = props.color,
@@ -8766,7 +8892,7 @@ var ChartBar = function ChartBar(props) {
8766
8892
  return /*#__PURE__*/React.createElement("span", {
8767
8893
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8768
8894
  }, /*#__PURE__*/React.createElement("style", {
8769
- children: loadingCircleStyle$2P
8895
+ children: loadingCircleStyle$2Q
8770
8896
  }), /*#__PURE__*/React.createElement("svg", _extends({
8771
8897
  xmlns: "http://www.w3.org/2000/svg",
8772
8898
  width: size,
@@ -8802,7 +8928,7 @@ ChartBar.defaultProps = {
8802
8928
  size: '16'
8803
8929
  };
8804
8930
 
8805
- 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 }';
8931
+ 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 }';
8806
8932
 
8807
8933
  var ChartCum = function ChartCum(props) {
8808
8934
  var color = props.color,
@@ -8816,7 +8942,7 @@ var ChartCum = function ChartCum(props) {
8816
8942
  return /*#__PURE__*/React.createElement("span", {
8817
8943
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8818
8944
  }, /*#__PURE__*/React.createElement("style", {
8819
- children: loadingCircleStyle$2Q
8945
+ children: loadingCircleStyle$2R
8820
8946
  }), /*#__PURE__*/React.createElement("svg", _extends({
8821
8947
  xmlns: "http://www.w3.org/2000/svg",
8822
8948
  width: size,
@@ -8858,7 +8984,7 @@ ChartCum.defaultProps = {
8858
8984
  size: '16'
8859
8985
  };
8860
8986
 
8861
- 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 }';
8987
+ 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 }';
8862
8988
 
8863
8989
  var ChartPie = function ChartPie(props) {
8864
8990
  var color = props.color,
@@ -8872,7 +8998,7 @@ var ChartPie = function ChartPie(props) {
8872
8998
  return /*#__PURE__*/React.createElement("span", {
8873
8999
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8874
9000
  }, /*#__PURE__*/React.createElement("style", {
8875
- children: loadingCircleStyle$2R
9001
+ children: loadingCircleStyle$2S
8876
9002
  }), /*#__PURE__*/React.createElement("svg", _extends({
8877
9003
  xmlns: "http://www.w3.org/2000/svg",
8878
9004
  width: size,
@@ -8906,7 +9032,7 @@ ChartPie.defaultProps = {
8906
9032
  size: '16'
8907
9033
  };
8908
9034
 
8909
- 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 }';
9035
+ 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 }';
8910
9036
 
8911
9037
  var ChartDNRe = function ChartDNRe(props) {
8912
9038
  var color = props.color,
@@ -8920,7 +9046,7 @@ var ChartDNRe = function ChartDNRe(props) {
8920
9046
  return /*#__PURE__*/React.createElement("span", {
8921
9047
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8922
9048
  }, /*#__PURE__*/React.createElement("style", {
8923
- children: loadingCircleStyle$2S
9049
+ children: loadingCircleStyle$2T
8924
9050
  }), /*#__PURE__*/React.createElement("svg", _extends({
8925
9051
  xmlns: "http://www.w3.org/2000/svg",
8926
9052
  width: size,
@@ -8964,7 +9090,7 @@ ChartDNRe.defaultProps = {
8964
9090
  size: '16'
8965
9091
  };
8966
9092
 
8967
- 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 }';
9093
+ 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 }';
8968
9094
 
8969
9095
  var ChartDRe = function ChartDRe(props) {
8970
9096
  var color = props.color,
@@ -8978,7 +9104,7 @@ var ChartDRe = function ChartDRe(props) {
8978
9104
  return /*#__PURE__*/React.createElement("span", {
8979
9105
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8980
9106
  }, /*#__PURE__*/React.createElement("style", {
8981
- children: loadingCircleStyle$2T
9107
+ children: loadingCircleStyle$2U
8982
9108
  }), /*#__PURE__*/React.createElement("svg", _extends({
8983
9109
  xmlns: "http://www.w3.org/2000/svg",
8984
9110
  width: size,
@@ -9022,7 +9148,7 @@ ChartDRe.defaultProps = {
9022
9148
  size: '16'
9023
9149
  };
9024
9150
 
9025
- 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 }';
9151
+ 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 }';
9026
9152
 
9027
9153
  var ChartFunnel = function ChartFunnel(props) {
9028
9154
  var color = props.color,
@@ -9036,7 +9162,7 @@ var ChartFunnel = function ChartFunnel(props) {
9036
9162
  return /*#__PURE__*/React.createElement("span", {
9037
9163
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9038
9164
  }, /*#__PURE__*/React.createElement("style", {
9039
- children: loadingCircleStyle$2U
9165
+ children: loadingCircleStyle$2V
9040
9166
  }), /*#__PURE__*/React.createElement("svg", _extends({
9041
9167
  xmlns: "http://www.w3.org/2000/svg",
9042
9168
  width: size,
@@ -9072,7 +9198,7 @@ ChartFunnel.defaultProps = {
9072
9198
  size: '16'
9073
9199
  };
9074
9200
 
9075
- 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 }';
9201
+ 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 }';
9076
9202
 
9077
9203
  var ChartInterval = function ChartInterval(props) {
9078
9204
  var color = props.color,
@@ -9086,7 +9212,7 @@ var ChartInterval = function ChartInterval(props) {
9086
9212
  return /*#__PURE__*/React.createElement("span", {
9087
9213
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9088
9214
  }, /*#__PURE__*/React.createElement("style", {
9089
- children: loadingCircleStyle$2V
9215
+ children: loadingCircleStyle$2W
9090
9216
  }), /*#__PURE__*/React.createElement("svg", _extends({
9091
9217
  xmlns: "http://www.w3.org/2000/svg",
9092
9218
  width: size,
@@ -9120,7 +9246,7 @@ ChartInterval.defaultProps = {
9120
9246
  size: '16'
9121
9247
  };
9122
9248
 
9123
- 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 }';
9249
+ 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 }';
9124
9250
 
9125
9251
  var ChartStack = function ChartStack(props) {
9126
9252
  var color = props.color,
@@ -9134,7 +9260,7 @@ var ChartStack = function ChartStack(props) {
9134
9260
  return /*#__PURE__*/React.createElement("span", {
9135
9261
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9136
9262
  }, /*#__PURE__*/React.createElement("style", {
9137
- children: loadingCircleStyle$2W
9263
+ children: loadingCircleStyle$2X
9138
9264
  }), /*#__PURE__*/React.createElement("svg", _extends({
9139
9265
  xmlns: "http://www.w3.org/2000/svg",
9140
9266
  width: size,
@@ -9168,7 +9294,7 @@ ChartStack.defaultProps = {
9168
9294
  size: '16'
9169
9295
  };
9170
9296
 
9171
- 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 }';
9297
+ 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 }';
9172
9298
 
9173
9299
  var ChartStackn = function ChartStackn(props) {
9174
9300
  var color = props.color,
@@ -9182,7 +9308,7 @@ var ChartStackn = function ChartStackn(props) {
9182
9308
  return /*#__PURE__*/React.createElement("span", {
9183
9309
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9184
9310
  }, /*#__PURE__*/React.createElement("style", {
9185
- children: loadingCircleStyle$2X
9311
+ children: loadingCircleStyle$2Y
9186
9312
  }), /*#__PURE__*/React.createElement("svg", _extends({
9187
9313
  xmlns: "http://www.w3.org/2000/svg",
9188
9314
  width: size,
@@ -9216,7 +9342,7 @@ ChartStackn.defaultProps = {
9216
9342
  size: '16'
9217
9343
  };
9218
9344
 
9219
- 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 }';
9345
+ 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 }';
9220
9346
 
9221
9347
  var ChartStackPerc = function ChartStackPerc(props) {
9222
9348
  var color = props.color,
@@ -9230,7 +9356,7 @@ var ChartStackPerc = function ChartStackPerc(props) {
9230
9356
  return /*#__PURE__*/React.createElement("span", {
9231
9357
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9232
9358
  }, /*#__PURE__*/React.createElement("style", {
9233
- children: loadingCircleStyle$2Y
9359
+ children: loadingCircleStyle$2Z
9234
9360
  }), /*#__PURE__*/React.createElement("svg", _extends({
9235
9361
  xmlns: "http://www.w3.org/2000/svg",
9236
9362
  width: size,
@@ -9264,7 +9390,7 @@ ChartStackPerc.defaultProps = {
9264
9390
  size: '16'
9265
9391
  };
9266
9392
 
9267
- 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 }';
9393
+ 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 }';
9268
9394
 
9269
9395
  var ChartComplex = function ChartComplex(props) {
9270
9396
  var color = props.color,
@@ -9278,7 +9404,7 @@ var ChartComplex = function ChartComplex(props) {
9278
9404
  return /*#__PURE__*/React.createElement("span", {
9279
9405
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9280
9406
  }, /*#__PURE__*/React.createElement("style", {
9281
- children: loadingCircleStyle$2Z
9407
+ children: loadingCircleStyle$2_
9282
9408
  }), /*#__PURE__*/React.createElement("svg", _extends({
9283
9409
  xmlns: "http://www.w3.org/2000/svg",
9284
9410
  width: size,
@@ -9318,7 +9444,7 @@ ChartComplex.defaultProps = {
9318
9444
  size: '16'
9319
9445
  };
9320
9446
 
9321
- 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 }';
9447
+ 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 }';
9322
9448
 
9323
9449
  var ChartHistogram = function ChartHistogram(props) {
9324
9450
  var color = props.color,
@@ -9332,7 +9458,7 @@ var ChartHistogram = function ChartHistogram(props) {
9332
9458
  return /*#__PURE__*/React.createElement("span", {
9333
9459
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9334
9460
  }, /*#__PURE__*/React.createElement("style", {
9335
- children: loadingCircleStyle$2_
9461
+ children: loadingCircleStyle$2$
9336
9462
  }), /*#__PURE__*/React.createElement("svg", _extends({
9337
9463
  xmlns: "http://www.w3.org/2000/svg",
9338
9464
  width: size,
@@ -9378,7 +9504,7 @@ ChartHistogram.defaultProps = {
9378
9504
  size: '16'
9379
9505
  };
9380
9506
 
9381
- 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 }';
9507
+ 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 }';
9382
9508
 
9383
9509
  var ChartTable = function ChartTable(props) {
9384
9510
  var color = props.color,
@@ -9392,7 +9518,7 @@ var ChartTable = function ChartTable(props) {
9392
9518
  return /*#__PURE__*/React.createElement("span", {
9393
9519
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9394
9520
  }, /*#__PURE__*/React.createElement("style", {
9395
- children: loadingCircleStyle$2$
9521
+ children: loadingCircleStyle$30
9396
9522
  }), /*#__PURE__*/React.createElement("svg", _extends({
9397
9523
  xmlns: "http://www.w3.org/2000/svg",
9398
9524
  width: size,
@@ -9424,7 +9550,7 @@ ChartTable.defaultProps = {
9424
9550
  size: '16'
9425
9551
  };
9426
9552
 
9427
- 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 }';
9553
+ 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 }';
9428
9554
 
9429
9555
  var ChartFieldlist = function ChartFieldlist(props) {
9430
9556
  var color = props.color,
@@ -9438,7 +9564,7 @@ var ChartFieldlist = function ChartFieldlist(props) {
9438
9564
  return /*#__PURE__*/React.createElement("span", {
9439
9565
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9440
9566
  }, /*#__PURE__*/React.createElement("style", {
9441
- children: loadingCircleStyle$30
9567
+ children: loadingCircleStyle$31
9442
9568
  }), /*#__PURE__*/React.createElement("svg", _extends({
9443
9569
  xmlns: "http://www.w3.org/2000/svg",
9444
9570
  width: size,
@@ -9470,7 +9596,7 @@ ChartFieldlist.defaultProps = {
9470
9596
  size: '16'
9471
9597
  };
9472
9598
 
9473
- 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 }';
9599
+ 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 }';
9474
9600
 
9475
9601
  var Table1dtable = function Table1dtable(props) {
9476
9602
  var color = props.color,
@@ -9484,7 +9610,7 @@ var Table1dtable = function Table1dtable(props) {
9484
9610
  return /*#__PURE__*/React.createElement("span", {
9485
9611
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9486
9612
  }, /*#__PURE__*/React.createElement("style", {
9487
- children: loadingCircleStyle$31
9613
+ children: loadingCircleStyle$32
9488
9614
  }), /*#__PURE__*/React.createElement("svg", _extends({
9489
9615
  xmlns: "http://www.w3.org/2000/svg",
9490
9616
  width: size,
@@ -9534,7 +9660,7 @@ Table1dtable.defaultProps = {
9534
9660
  size: '16'
9535
9661
  };
9536
9662
 
9537
- 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 }';
9663
+ 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 }';
9538
9664
 
9539
9665
  var ChartSqltable = function ChartSqltable(props) {
9540
9666
  var color = props.color,
@@ -9548,7 +9674,7 @@ var ChartSqltable = function ChartSqltable(props) {
9548
9674
  return /*#__PURE__*/React.createElement("span", {
9549
9675
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9550
9676
  }, /*#__PURE__*/React.createElement("style", {
9551
- children: loadingCircleStyle$32
9677
+ children: loadingCircleStyle$33
9552
9678
  }), /*#__PURE__*/React.createElement("svg", _extends({
9553
9679
  xmlns: "http://www.w3.org/2000/svg",
9554
9680
  width: size,
@@ -9580,7 +9706,7 @@ ChartSqltable.defaultProps = {
9580
9706
  size: '16'
9581
9707
  };
9582
9708
 
9583
- 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 }';
9709
+ 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 }';
9584
9710
 
9585
9711
  var ChartCombinedTable = function ChartCombinedTable(props) {
9586
9712
  var color = props.color,
@@ -9594,7 +9720,7 @@ var ChartCombinedTable = function ChartCombinedTable(props) {
9594
9720
  return /*#__PURE__*/React.createElement("span", {
9595
9721
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9596
9722
  }, /*#__PURE__*/React.createElement("style", {
9597
- children: loadingCircleStyle$33
9723
+ children: loadingCircleStyle$34
9598
9724
  }), /*#__PURE__*/React.createElement("svg", _extends({
9599
9725
  xmlns: "http://www.w3.org/2000/svg",
9600
9726
  width: size,
@@ -9626,7 +9752,7 @@ ChartCombinedTable.defaultProps = {
9626
9752
  size: '16'
9627
9753
  };
9628
9754
 
9629
- 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 }';
9755
+ 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 }';
9630
9756
 
9631
9757
  var ChartDistTable = function ChartDistTable(props) {
9632
9758
  var color = props.color,
@@ -9640,7 +9766,7 @@ var ChartDistTable = function ChartDistTable(props) {
9640
9766
  return /*#__PURE__*/React.createElement("span", {
9641
9767
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9642
9768
  }, /*#__PURE__*/React.createElement("style", {
9643
- children: loadingCircleStyle$34
9769
+ children: loadingCircleStyle$35
9644
9770
  }), /*#__PURE__*/React.createElement("svg", _extends({
9645
9771
  xmlns: "http://www.w3.org/2000/svg",
9646
9772
  width: size,
@@ -9672,7 +9798,7 @@ ChartDistTable.defaultProps = {
9672
9798
  size: '16'
9673
9799
  };
9674
9800
 
9675
- 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 }';
9801
+ 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 }';
9676
9802
 
9677
9803
  var ChartBarTable = function ChartBarTable(props) {
9678
9804
  var color = props.color,
@@ -9686,7 +9812,7 @@ var ChartBarTable = function ChartBarTable(props) {
9686
9812
  return /*#__PURE__*/React.createElement("span", {
9687
9813
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9688
9814
  }, /*#__PURE__*/React.createElement("style", {
9689
- children: loadingCircleStyle$35
9815
+ children: loadingCircleStyle$36
9690
9816
  }), /*#__PURE__*/React.createElement("svg", _extends({
9691
9817
  xmlns: "http://www.w3.org/2000/svg",
9692
9818
  width: size,
@@ -9720,7 +9846,7 @@ ChartBarTable.defaultProps = {
9720
9846
  size: '16'
9721
9847
  };
9722
9848
 
9723
- 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 }';
9849
+ 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 }';
9724
9850
 
9725
9851
  var ChartLineTable = function ChartLineTable(props) {
9726
9852
  var color = props.color,
@@ -9734,7 +9860,7 @@ var ChartLineTable = function ChartLineTable(props) {
9734
9860
  return /*#__PURE__*/React.createElement("span", {
9735
9861
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9736
9862
  }, /*#__PURE__*/React.createElement("style", {
9737
- children: loadingCircleStyle$36
9863
+ children: loadingCircleStyle$37
9738
9864
  }), /*#__PURE__*/React.createElement("svg", _extends({
9739
9865
  xmlns: "http://www.w3.org/2000/svg",
9740
9866
  width: size,
@@ -9774,7 +9900,7 @@ ChartLineTable.defaultProps = {
9774
9900
  size: '16'
9775
9901
  };
9776
9902
 
9777
- 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 }';
9903
+ 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 }';
9778
9904
 
9779
9905
  var Play = function Play(props) {
9780
9906
  var color = props.color,
@@ -9788,7 +9914,7 @@ var Play = function Play(props) {
9788
9914
  return /*#__PURE__*/React.createElement("span", {
9789
9915
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9790
9916
  }, /*#__PURE__*/React.createElement("style", {
9791
- children: loadingCircleStyle$37
9917
+ children: loadingCircleStyle$38
9792
9918
  }), /*#__PURE__*/React.createElement("svg", _extends({
9793
9919
  xmlns: "http://www.w3.org/2000/svg",
9794
9920
  width: size,
@@ -9820,7 +9946,7 @@ Play.defaultProps = {
9820
9946
  size: '16'
9821
9947
  };
9822
9948
 
9823
- 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 }';
9949
+ 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 }';
9824
9950
 
9825
9951
  var Config = function Config(props) {
9826
9952
  var color = props.color,
@@ -9834,7 +9960,7 @@ var Config = function Config(props) {
9834
9960
  return /*#__PURE__*/React.createElement("span", {
9835
9961
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9836
9962
  }, /*#__PURE__*/React.createElement("style", {
9837
- children: loadingCircleStyle$38
9963
+ children: loadingCircleStyle$39
9838
9964
  }), /*#__PURE__*/React.createElement("svg", _extends({
9839
9965
  xmlns: "http://www.w3.org/2000/svg",
9840
9966
  width: size,
@@ -9866,7 +9992,7 @@ Config.defaultProps = {
9866
9992
  size: '16'
9867
9993
  };
9868
9994
 
9869
- 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 }';
9995
+ 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 }';
9870
9996
 
9871
9997
  var Setting = function Setting(props) {
9872
9998
  var color = props.color,
@@ -9880,7 +10006,7 @@ var Setting = function Setting(props) {
9880
10006
  return /*#__PURE__*/React.createElement("span", {
9881
10007
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9882
10008
  }, /*#__PURE__*/React.createElement("style", {
9883
- children: loadingCircleStyle$39
10009
+ children: loadingCircleStyle$3a
9884
10010
  }), /*#__PURE__*/React.createElement("svg", _extends({
9885
10011
  xmlns: "http://www.w3.org/2000/svg",
9886
10012
  width: size,
@@ -9912,7 +10038,7 @@ Setting.defaultProps = {
9912
10038
  size: '16'
9913
10039
  };
9914
10040
 
9915
- 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 }';
10041
+ 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 }';
9916
10042
 
9917
10043
  var Search = function Search(props) {
9918
10044
  var color = props.color,
@@ -9926,7 +10052,7 @@ var Search = function Search(props) {
9926
10052
  return /*#__PURE__*/React.createElement("span", {
9927
10053
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9928
10054
  }, /*#__PURE__*/React.createElement("style", {
9929
- children: loadingCircleStyle$3a
10055
+ children: loadingCircleStyle$3b
9930
10056
  }), /*#__PURE__*/React.createElement("svg", _extends({
9931
10057
  xmlns: "http://www.w3.org/2000/svg",
9932
10058
  width: size,
@@ -9958,7 +10084,7 @@ Search.defaultProps = {
9958
10084
  size: '16'
9959
10085
  };
9960
10086
 
9961
- 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 }';
10087
+ 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 }';
9962
10088
 
9963
10089
  var Copy = function Copy(props) {
9964
10090
  var color = props.color,
@@ -9972,7 +10098,7 @@ var Copy = function Copy(props) {
9972
10098
  return /*#__PURE__*/React.createElement("span", {
9973
10099
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9974
10100
  }, /*#__PURE__*/React.createElement("style", {
9975
- children: loadingCircleStyle$3b
10101
+ children: loadingCircleStyle$3c
9976
10102
  }), /*#__PURE__*/React.createElement("svg", _extends({
9977
10103
  xmlns: "http://www.w3.org/2000/svg",
9978
10104
  width: size,
@@ -10004,7 +10130,7 @@ Copy.defaultProps = {
10004
10130
  size: '16'
10005
10131
  };
10006
10132
 
10007
- 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 }';
10133
+ 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 }';
10008
10134
 
10009
10135
  var Copy2 = function Copy2(props) {
10010
10136
  var color = props.color,
@@ -10018,7 +10144,7 @@ var Copy2 = function Copy2(props) {
10018
10144
  return /*#__PURE__*/React.createElement("span", {
10019
10145
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10020
10146
  }, /*#__PURE__*/React.createElement("style", {
10021
- children: loadingCircleStyle$3c
10147
+ children: loadingCircleStyle$3d
10022
10148
  }), /*#__PURE__*/React.createElement("svg", _extends({
10023
10149
  xmlns: "http://www.w3.org/2000/svg",
10024
10150
  width: size,
@@ -10050,7 +10176,7 @@ Copy2.defaultProps = {
10050
10176
  size: '16'
10051
10177
  };
10052
10178
 
10053
- 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 }';
10179
+ 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 }';
10054
10180
 
10055
10181
  var Format = function Format(props) {
10056
10182
  var color = props.color,
@@ -10064,7 +10190,7 @@ var Format = function Format(props) {
10064
10190
  return /*#__PURE__*/React.createElement("span", {
10065
10191
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10066
10192
  }, /*#__PURE__*/React.createElement("style", {
10067
- children: loadingCircleStyle$3d
10193
+ children: loadingCircleStyle$3e
10068
10194
  }), /*#__PURE__*/React.createElement("svg", _extends({
10069
10195
  xmlns: "http://www.w3.org/2000/svg",
10070
10196
  width: size,
@@ -10098,7 +10224,7 @@ Format.defaultProps = {
10098
10224
  size: '16'
10099
10225
  };
10100
10226
 
10101
- 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 }';
10227
+ 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 }';
10102
10228
 
10103
10229
  var Code = function Code(props) {
10104
10230
  var color = props.color,
@@ -10112,7 +10238,7 @@ var Code = function Code(props) {
10112
10238
  return /*#__PURE__*/React.createElement("span", {
10113
10239
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10114
10240
  }, /*#__PURE__*/React.createElement("style", {
10115
- children: loadingCircleStyle$3e
10241
+ children: loadingCircleStyle$3f
10116
10242
  }), /*#__PURE__*/React.createElement("svg", _extends({
10117
10243
  xmlns: "http://www.w3.org/2000/svg",
10118
10244
  width: size,
@@ -10144,7 +10270,7 @@ Code.defaultProps = {
10144
10270
  size: '16'
10145
10271
  };
10146
10272
 
10147
- 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 }';
10273
+ 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 }';
10148
10274
 
10149
10275
  var Edit = function Edit(props) {
10150
10276
  var color = props.color,
@@ -10158,7 +10284,7 @@ var Edit = function Edit(props) {
10158
10284
  return /*#__PURE__*/React.createElement("span", {
10159
10285
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10160
10286
  }, /*#__PURE__*/React.createElement("style", {
10161
- children: loadingCircleStyle$3f
10287
+ children: loadingCircleStyle$3g
10162
10288
  }), /*#__PURE__*/React.createElement("svg", _extends({
10163
10289
  xmlns: "http://www.w3.org/2000/svg",
10164
10290
  width: size,
@@ -10190,7 +10316,7 @@ Edit.defaultProps = {
10190
10316
  size: '16'
10191
10317
  };
10192
10318
 
10193
- 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 }';
10319
+ 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 }';
10194
10320
 
10195
10321
  var EditFill = function EditFill(props) {
10196
10322
  var color = props.color,
@@ -10204,7 +10330,7 @@ var EditFill = function EditFill(props) {
10204
10330
  return /*#__PURE__*/React.createElement("span", {
10205
10331
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10206
10332
  }, /*#__PURE__*/React.createElement("style", {
10207
- children: loadingCircleStyle$3g
10333
+ children: loadingCircleStyle$3h
10208
10334
  }), /*#__PURE__*/React.createElement("svg", _extends({
10209
10335
  xmlns: "http://www.w3.org/2000/svg",
10210
10336
  width: size,
@@ -10238,7 +10364,7 @@ EditFill.defaultProps = {
10238
10364
  size: '16'
10239
10365
  };
10240
10366
 
10241
- 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 }';
10367
+ 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 }';
10242
10368
 
10243
10369
  var Delete1 = function Delete1(props) {
10244
10370
  var color = props.color,
@@ -10252,7 +10378,7 @@ var Delete1 = function Delete1(props) {
10252
10378
  return /*#__PURE__*/React.createElement("span", {
10253
10379
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10254
10380
  }, /*#__PURE__*/React.createElement("style", {
10255
- children: loadingCircleStyle$3h
10381
+ children: loadingCircleStyle$3i
10256
10382
  }), /*#__PURE__*/React.createElement("svg", _extends({
10257
10383
  xmlns: "http://www.w3.org/2000/svg",
10258
10384
  width: size,
@@ -10284,7 +10410,7 @@ Delete1.defaultProps = {
10284
10410
  size: '16'
10285
10411
  };
10286
10412
 
10287
- 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 }';
10413
+ 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 }';
10288
10414
 
10289
10415
  var Save = function Save(props) {
10290
10416
  var color = props.color,
@@ -10298,7 +10424,7 @@ var Save = function Save(props) {
10298
10424
  return /*#__PURE__*/React.createElement("span", {
10299
10425
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10300
10426
  }, /*#__PURE__*/React.createElement("style", {
10301
- children: loadingCircleStyle$3i
10427
+ children: loadingCircleStyle$3j
10302
10428
  }), /*#__PURE__*/React.createElement("svg", _extends({
10303
10429
  xmlns: "http://www.w3.org/2000/svg",
10304
10430
  width: size,
@@ -10330,7 +10456,7 @@ Save.defaultProps = {
10330
10456
  size: '16'
10331
10457
  };
10332
10458
 
10333
- 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 }';
10459
+ 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 }';
10334
10460
 
10335
10461
  var Send = function Send(props) {
10336
10462
  var color = props.color,
@@ -10344,7 +10470,7 @@ var Send = function Send(props) {
10344
10470
  return /*#__PURE__*/React.createElement("span", {
10345
10471
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10346
10472
  }, /*#__PURE__*/React.createElement("style", {
10347
- children: loadingCircleStyle$3j
10473
+ children: loadingCircleStyle$3k
10348
10474
  }), /*#__PURE__*/React.createElement("svg", _extends({
10349
10475
  xmlns: "http://www.w3.org/2000/svg",
10350
10476
  width: size,
@@ -10376,7 +10502,7 @@ Send.defaultProps = {
10376
10502
  size: '16'
10377
10503
  };
10378
10504
 
10379
- 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 }';
10505
+ 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 }';
10380
10506
 
10381
10507
  var Fullscreen = function Fullscreen(props) {
10382
10508
  var color = props.color,
@@ -10390,7 +10516,7 @@ var Fullscreen = function Fullscreen(props) {
10390
10516
  return /*#__PURE__*/React.createElement("span", {
10391
10517
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10392
10518
  }, /*#__PURE__*/React.createElement("style", {
10393
- children: loadingCircleStyle$3k
10519
+ children: loadingCircleStyle$3l
10394
10520
  }), /*#__PURE__*/React.createElement("svg", _extends({
10395
10521
  xmlns: "http://www.w3.org/2000/svg",
10396
10522
  width: size,
@@ -10422,7 +10548,7 @@ Fullscreen.defaultProps = {
10422
10548
  size: '16'
10423
10549
  };
10424
10550
 
10425
- 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 }';
10551
+ 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 }';
10426
10552
 
10427
10553
  var ArrowLeftDown = function ArrowLeftDown(props) {
10428
10554
  var color = props.color,
@@ -10436,7 +10562,7 @@ var ArrowLeftDown = function ArrowLeftDown(props) {
10436
10562
  return /*#__PURE__*/React.createElement("span", {
10437
10563
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10438
10564
  }, /*#__PURE__*/React.createElement("style", {
10439
- children: loadingCircleStyle$3l
10565
+ children: loadingCircleStyle$3m
10440
10566
  }), /*#__PURE__*/React.createElement("svg", _extends({
10441
10567
  xmlns: "http://www.w3.org/2000/svg",
10442
10568
  width: size,
@@ -10468,7 +10594,7 @@ ArrowLeftDown.defaultProps = {
10468
10594
  size: '16'
10469
10595
  };
10470
10596
 
10471
- 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 }';
10597
+ 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 }';
10472
10598
 
10473
10599
  var Link = function Link(props) {
10474
10600
  var color = props.color,
@@ -10482,7 +10608,7 @@ var Link = function Link(props) {
10482
10608
  return /*#__PURE__*/React.createElement("span", {
10483
10609
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10484
10610
  }, /*#__PURE__*/React.createElement("style", {
10485
- children: loadingCircleStyle$3m
10611
+ children: loadingCircleStyle$3n
10486
10612
  }), /*#__PURE__*/React.createElement("svg", _extends({
10487
10613
  xmlns: "http://www.w3.org/2000/svg",
10488
10614
  width: size,
@@ -10518,7 +10644,7 @@ Link.defaultProps = {
10518
10644
  size: '16'
10519
10645
  };
10520
10646
 
10521
- 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 }';
10647
+ 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 }';
10522
10648
 
10523
10649
  var Unlink = function Unlink(props) {
10524
10650
  var color = props.color,
@@ -10532,7 +10658,7 @@ var Unlink = function Unlink(props) {
10532
10658
  return /*#__PURE__*/React.createElement("span", {
10533
10659
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10534
10660
  }, /*#__PURE__*/React.createElement("style", {
10535
- children: loadingCircleStyle$3n
10661
+ children: loadingCircleStyle$3o
10536
10662
  }), /*#__PURE__*/React.createElement("svg", _extends({
10537
10663
  xmlns: "http://www.w3.org/2000/svg",
10538
10664
  width: size,
@@ -10570,7 +10696,7 @@ Unlink.defaultProps = {
10570
10696
  size: '16'
10571
10697
  };
10572
10698
 
10573
- 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 }';
10699
+ 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 }';
10574
10700
 
10575
10701
  var MenuUnfold = function MenuUnfold(props) {
10576
10702
  var color = props.color,
@@ -10584,7 +10710,7 @@ var MenuUnfold = function MenuUnfold(props) {
10584
10710
  return /*#__PURE__*/React.createElement("span", {
10585
10711
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10586
10712
  }, /*#__PURE__*/React.createElement("style", {
10587
- children: loadingCircleStyle$3o
10713
+ children: loadingCircleStyle$3p
10588
10714
  }), /*#__PURE__*/React.createElement("svg", _extends({
10589
10715
  xmlns: "http://www.w3.org/2000/svg",
10590
10716
  width: size,
@@ -10616,7 +10742,7 @@ MenuUnfold.defaultProps = {
10616
10742
  size: '16'
10617
10743
  };
10618
10744
 
10619
- 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 }';
10745
+ 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 }';
10620
10746
 
10621
10747
  var MenuFold = function MenuFold(props) {
10622
10748
  var color = props.color,
@@ -10630,7 +10756,7 @@ var MenuFold = function MenuFold(props) {
10630
10756
  return /*#__PURE__*/React.createElement("span", {
10631
10757
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10632
10758
  }, /*#__PURE__*/React.createElement("style", {
10633
- children: loadingCircleStyle$3p
10759
+ children: loadingCircleStyle$3q
10634
10760
  }), /*#__PURE__*/React.createElement("svg", _extends({
10635
10761
  xmlns: "http://www.w3.org/2000/svg",
10636
10762
  width: size,
@@ -10662,7 +10788,7 @@ MenuFold.defaultProps = {
10662
10788
  size: '16'
10663
10789
  };
10664
10790
 
10665
- 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 }';
10791
+ 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 }';
10666
10792
 
10667
10793
  var List = function List(props) {
10668
10794
  var color = props.color,
@@ -10676,7 +10802,7 @@ var List = function List(props) {
10676
10802
  return /*#__PURE__*/React.createElement("span", {
10677
10803
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10678
10804
  }, /*#__PURE__*/React.createElement("style", {
10679
- children: loadingCircleStyle$3q
10805
+ children: loadingCircleStyle$3r
10680
10806
  }), /*#__PURE__*/React.createElement("svg", _extends({
10681
10807
  xmlns: "http://www.w3.org/2000/svg",
10682
10808
  width: size,
@@ -10708,7 +10834,7 @@ List.defaultProps = {
10708
10834
  size: '16'
10709
10835
  };
10710
10836
 
10711
- 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 }';
10837
+ 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 }';
10712
10838
 
10713
10839
  var ListNested = function ListNested(props) {
10714
10840
  var color = props.color,
@@ -10722,7 +10848,7 @@ var ListNested = function ListNested(props) {
10722
10848
  return /*#__PURE__*/React.createElement("span", {
10723
10849
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10724
10850
  }, /*#__PURE__*/React.createElement("style", {
10725
- children: loadingCircleStyle$3r
10851
+ children: loadingCircleStyle$3s
10726
10852
  }), /*#__PURE__*/React.createElement("svg", _extends({
10727
10853
  xmlns: "http://www.w3.org/2000/svg",
10728
10854
  width: size,
@@ -10756,7 +10882,7 @@ ListNested.defaultProps = {
10756
10882
  size: '16'
10757
10883
  };
10758
10884
 
10759
- 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 }';
10885
+ 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 }';
10760
10886
 
10761
10887
  var DoubleList = function DoubleList(props) {
10762
10888
  var color = props.color,
@@ -10770,7 +10896,7 @@ var DoubleList = function DoubleList(props) {
10770
10896
  return /*#__PURE__*/React.createElement("span", {
10771
10897
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10772
10898
  }, /*#__PURE__*/React.createElement("style", {
10773
- children: loadingCircleStyle$3s
10899
+ children: loadingCircleStyle$3t
10774
10900
  }), /*#__PURE__*/React.createElement("svg", _extends({
10775
10901
  xmlns: "http://www.w3.org/2000/svg",
10776
10902
  width: size,
@@ -10812,7 +10938,7 @@ DoubleList.defaultProps = {
10812
10938
  size: '16'
10813
10939
  };
10814
10940
 
10815
- 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 }';
10941
+ 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 }';
10816
10942
 
10817
10943
  var Download = function Download(props) {
10818
10944
  var color = props.color,
@@ -10826,7 +10952,7 @@ var Download = function Download(props) {
10826
10952
  return /*#__PURE__*/React.createElement("span", {
10827
10953
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10828
10954
  }, /*#__PURE__*/React.createElement("style", {
10829
- children: loadingCircleStyle$3t
10955
+ children: loadingCircleStyle$3u
10830
10956
  }), /*#__PURE__*/React.createElement("svg", _extends({
10831
10957
  xmlns: "http://www.w3.org/2000/svg",
10832
10958
  width: size,
@@ -10858,7 +10984,7 @@ Download.defaultProps = {
10858
10984
  size: '16'
10859
10985
  };
10860
10986
 
10861
- 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 }';
10987
+ 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 }';
10862
10988
 
10863
10989
  var FullDownload = function FullDownload(props) {
10864
10990
  var color = props.color,
@@ -10872,7 +10998,7 @@ var FullDownload = function FullDownload(props) {
10872
10998
  return /*#__PURE__*/React.createElement("span", {
10873
10999
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10874
11000
  }, /*#__PURE__*/React.createElement("style", {
10875
- children: loadingCircleStyle$3u
11001
+ children: loadingCircleStyle$3v
10876
11002
  }), /*#__PURE__*/React.createElement("svg", _extends({
10877
11003
  xmlns: "http://www.w3.org/2000/svg",
10878
11004
  width: size,
@@ -10906,7 +11032,7 @@ FullDownload.defaultProps = {
10906
11032
  size: '16'
10907
11033
  };
10908
11034
 
10909
- 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 }';
11035
+ 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 }';
10910
11036
 
10911
11037
  var Export = function Export(props) {
10912
11038
  var color = props.color,
@@ -10920,7 +11046,7 @@ var Export = function Export(props) {
10920
11046
  return /*#__PURE__*/React.createElement("span", {
10921
11047
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10922
11048
  }, /*#__PURE__*/React.createElement("style", {
10923
- children: loadingCircleStyle$3v
11049
+ children: loadingCircleStyle$3w
10924
11050
  }), /*#__PURE__*/React.createElement("svg", _extends({
10925
11051
  xmlns: "http://www.w3.org/2000/svg",
10926
11052
  width: size,
@@ -10954,7 +11080,7 @@ Export.defaultProps = {
10954
11080
  size: '16'
10955
11081
  };
10956
11082
 
10957
- 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 }';
11083
+ 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 }';
10958
11084
 
10959
11085
  var Import = function Import(props) {
10960
11086
  var color = props.color,
@@ -10968,7 +11094,7 @@ var Import = function Import(props) {
10968
11094
  return /*#__PURE__*/React.createElement("span", {
10969
11095
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10970
11096
  }, /*#__PURE__*/React.createElement("style", {
10971
- children: loadingCircleStyle$3w
11097
+ children: loadingCircleStyle$3x
10972
11098
  }), /*#__PURE__*/React.createElement("svg", _extends({
10973
11099
  xmlns: "http://www.w3.org/2000/svg",
10974
11100
  width: size,
@@ -11002,7 +11128,7 @@ Import.defaultProps = {
11002
11128
  size: '16'
11003
11129
  };
11004
11130
 
11005
- 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 }';
11131
+ 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 }';
11006
11132
 
11007
11133
  var Add1 = function Add1(props) {
11008
11134
  var color = props.color,
@@ -11016,7 +11142,7 @@ var Add1 = function Add1(props) {
11016
11142
  return /*#__PURE__*/React.createElement("span", {
11017
11143
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11018
11144
  }, /*#__PURE__*/React.createElement("style", {
11019
- children: loadingCircleStyle$3x
11145
+ children: loadingCircleStyle$3y
11020
11146
  }), /*#__PURE__*/React.createElement("svg", _extends({
11021
11147
  xmlns: "http://www.w3.org/2000/svg",
11022
11148
  width: size,
@@ -11048,7 +11174,7 @@ Add1.defaultProps = {
11048
11174
  size: '16'
11049
11175
  };
11050
11176
 
11051
- 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 }';
11177
+ 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 }';
11052
11178
 
11053
11179
  var Add2 = function Add2(props) {
11054
11180
  var color = props.color,
@@ -11062,7 +11188,7 @@ var Add2 = function Add2(props) {
11062
11188
  return /*#__PURE__*/React.createElement("span", {
11063
11189
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11064
11190
  }, /*#__PURE__*/React.createElement("style", {
11065
- children: loadingCircleStyle$3y
11191
+ children: loadingCircleStyle$3z
11066
11192
  }), /*#__PURE__*/React.createElement("svg", _extends({
11067
11193
  xmlns: "http://www.w3.org/2000/svg",
11068
11194
  width: size,
@@ -11094,7 +11220,7 @@ Add2.defaultProps = {
11094
11220
  size: '16'
11095
11221
  };
11096
11222
 
11097
- 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 }';
11223
+ 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 }';
11098
11224
 
11099
11225
  var Add3 = function Add3(props) {
11100
11226
  var color = props.color,
@@ -11108,7 +11234,7 @@ var Add3 = function Add3(props) {
11108
11234
  return /*#__PURE__*/React.createElement("span", {
11109
11235
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11110
11236
  }, /*#__PURE__*/React.createElement("style", {
11111
- children: loadingCircleStyle$3z
11237
+ children: loadingCircleStyle$3A
11112
11238
  }), /*#__PURE__*/React.createElement("svg", _extends({
11113
11239
  xmlns: "http://www.w3.org/2000/svg",
11114
11240
  width: size,
@@ -11140,7 +11266,7 @@ Add3.defaultProps = {
11140
11266
  size: '16'
11141
11267
  };
11142
11268
 
11143
- 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 }';
11269
+ 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 }';
11144
11270
 
11145
11271
  var Add3Fill = function Add3Fill(props) {
11146
11272
  var color = props.color,
@@ -11154,7 +11280,7 @@ var Add3Fill = function Add3Fill(props) {
11154
11280
  return /*#__PURE__*/React.createElement("span", {
11155
11281
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11156
11282
  }, /*#__PURE__*/React.createElement("style", {
11157
- children: loadingCircleStyle$3A
11283
+ children: loadingCircleStyle$3B
11158
11284
  }), /*#__PURE__*/React.createElement("svg", _extends({
11159
11285
  xmlns: "http://www.w3.org/2000/svg",
11160
11286
  width: size,
@@ -11186,7 +11312,7 @@ Add3Fill.defaultProps = {
11186
11312
  size: '16'
11187
11313
  };
11188
11314
 
11189
- 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 }';
11315
+ 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 }';
11190
11316
 
11191
11317
  var Subtract = function Subtract(props) {
11192
11318
  var color = props.color,
@@ -11200,7 +11326,7 @@ var Subtract = function Subtract(props) {
11200
11326
  return /*#__PURE__*/React.createElement("span", {
11201
11327
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11202
11328
  }, /*#__PURE__*/React.createElement("style", {
11203
- children: loadingCircleStyle$3B
11329
+ children: loadingCircleStyle$3C
11204
11330
  }), /*#__PURE__*/React.createElement("svg", _extends({
11205
11331
  xmlns: "http://www.w3.org/2000/svg",
11206
11332
  width: size,
@@ -11235,7 +11361,7 @@ Subtract.defaultProps = {
11235
11361
  size: '16'
11236
11362
  };
11237
11363
 
11238
- 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 }';
11364
+ 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 }';
11239
11365
 
11240
11366
  var Subtract2 = function Subtract2(props) {
11241
11367
  var color = props.color,
@@ -11249,7 +11375,7 @@ var Subtract2 = function Subtract2(props) {
11249
11375
  return /*#__PURE__*/React.createElement("span", {
11250
11376
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11251
11377
  }, /*#__PURE__*/React.createElement("style", {
11252
- children: loadingCircleStyle$3C
11378
+ children: loadingCircleStyle$3D
11253
11379
  }), /*#__PURE__*/React.createElement("svg", _extends({
11254
11380
  xmlns: "http://www.w3.org/2000/svg",
11255
11381
  width: size,
@@ -11285,7 +11411,7 @@ Subtract2.defaultProps = {
11285
11411
  size: '16'
11286
11412
  };
11287
11413
 
11288
- 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 }';
11414
+ 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 }';
11289
11415
 
11290
11416
  var Update = function Update(props) {
11291
11417
  var color = props.color,
@@ -11299,7 +11425,7 @@ var Update = function Update(props) {
11299
11425
  return /*#__PURE__*/React.createElement("span", {
11300
11426
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11301
11427
  }, /*#__PURE__*/React.createElement("style", {
11302
- children: loadingCircleStyle$3D
11428
+ children: loadingCircleStyle$3E
11303
11429
  }), /*#__PURE__*/React.createElement("svg", _extends({
11304
11430
  xmlns: "http://www.w3.org/2000/svg",
11305
11431
  width: size,
@@ -11331,7 +11457,7 @@ Update.defaultProps = {
11331
11457
  size: '16'
11332
11458
  };
11333
11459
 
11334
- 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 }';
11460
+ 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 }';
11335
11461
 
11336
11462
  var Rename = function Rename(props) {
11337
11463
  var color = props.color,
@@ -11345,7 +11471,7 @@ var Rename = function Rename(props) {
11345
11471
  return /*#__PURE__*/React.createElement("span", {
11346
11472
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11347
11473
  }, /*#__PURE__*/React.createElement("style", {
11348
- children: loadingCircleStyle$3E
11474
+ children: loadingCircleStyle$3F
11349
11475
  }), /*#__PURE__*/React.createElement("svg", _extends({
11350
11476
  xmlns: "http://www.w3.org/2000/svg",
11351
11477
  width: size,
@@ -11379,7 +11505,7 @@ Rename.defaultProps = {
11379
11505
  size: '16'
11380
11506
  };
11381
11507
 
11382
- 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 }';
11508
+ 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 }';
11383
11509
 
11384
11510
  var PlayCircle = function PlayCircle(props) {
11385
11511
  var color = props.color,
@@ -11393,7 +11519,53 @@ var PlayCircle = function PlayCircle(props) {
11393
11519
  return /*#__PURE__*/React.createElement("span", {
11394
11520
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11395
11521
  }, /*#__PURE__*/React.createElement("style", {
11396
- children: loadingCircleStyle$3F
11522
+ children: loadingCircleStyle$3G
11523
+ }), /*#__PURE__*/React.createElement("svg", _extends({
11524
+ xmlns: "http://www.w3.org/2000/svg",
11525
+ width: size,
11526
+ height: size,
11527
+ viewBox: "0 0 24 24",
11528
+ fill: color
11529
+ }, otherProps, {
11530
+ className: iconClassName,
11531
+ style: _objectSpread2(_objectSpread2({}, style), spin ? {
11532
+ animationDuration: '1s',
11533
+ animationIterationCount: 'infinite',
11534
+ animationName: 'loadingCircle',
11535
+ animationTimingFunction: 'linear'
11536
+ } : {})
11537
+ }), /*#__PURE__*/React.createElement("path", {
11538
+ 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 20zM10.622 8.415l4.879 3.252a.4.4 0 010 .666l-4.88 3.252a.4.4 0 01-.621-.332V8.747a.4.4 0 01.622-.332z"
11539
+ })));
11540
+ };
11541
+
11542
+ PlayCircle.propTypes = {
11543
+ iconClassName: PropTypes.string,
11544
+ spin: PropTypes.bool,
11545
+ color: PropTypes.string,
11546
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
11547
+ };
11548
+ PlayCircle.defaultProps = {
11549
+ spin: false,
11550
+ color: 'currentColor',
11551
+ size: '16'
11552
+ };
11553
+
11554
+ 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 }';
11555
+
11556
+ var PauseCircle = function PauseCircle(props) {
11557
+ var color = props.color,
11558
+ size = props.size,
11559
+ spin = props.spin,
11560
+ style = props.style,
11561
+ className = props.className,
11562
+ iconClassName = props.iconClassName,
11563
+ otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className", "iconClassName"]);
11564
+
11565
+ return /*#__PURE__*/React.createElement("span", {
11566
+ className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11567
+ }, /*#__PURE__*/React.createElement("style", {
11568
+ children: loadingCircleStyle$3H
11397
11569
  }), /*#__PURE__*/React.createElement("svg", _extends({
11398
11570
  xmlns: "http://www.w3.org/2000/svg",
11399
11571
  width: size,
@@ -11409,25 +11581,73 @@ var PlayCircle = function PlayCircle(props) {
11409
11581
  animationTimingFunction: 'linear'
11410
11582
  } : {})
11411
11583
  }), /*#__PURE__*/React.createElement("path", {
11412
- 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 20zM10.622 8.415l4.879 3.252a.4.4 0 010 .666l-4.88 3.252a.4.4 0 01-.621-.332V8.747a.4.4 0 01.622-.332z"
11584
+ 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"
11585
+ })));
11586
+ };
11587
+
11588
+ PauseCircle.propTypes = {
11589
+ iconClassName: PropTypes.string,
11590
+ spin: PropTypes.bool,
11591
+ color: PropTypes.string,
11592
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
11593
+ };
11594
+ PauseCircle.defaultProps = {
11595
+ spin: false,
11596
+ color: 'currentColor',
11597
+ size: '16'
11598
+ };
11599
+
11600
+ 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 }';
11601
+
11602
+ var Upload = function Upload(props) {
11603
+ var color = props.color,
11604
+ size = props.size,
11605
+ spin = props.spin,
11606
+ style = props.style,
11607
+ className = props.className,
11608
+ iconClassName = props.iconClassName,
11609
+ otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className", "iconClassName"]);
11610
+
11611
+ return /*#__PURE__*/React.createElement("span", {
11612
+ className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11613
+ }, /*#__PURE__*/React.createElement("style", {
11614
+ children: loadingCircleStyle$3I
11615
+ }), /*#__PURE__*/React.createElement("svg", _extends({
11616
+ xmlns: "http://www.w3.org/2000/svg",
11617
+ width: size,
11618
+ height: size,
11619
+ viewBox: "0 0 24 24",
11620
+ fill: color
11621
+ }, otherProps, {
11622
+ className: iconClassName,
11623
+ style: _objectSpread2(_objectSpread2({}, style), spin ? {
11624
+ animationDuration: '1s',
11625
+ animationIterationCount: 'infinite',
11626
+ animationName: 'loadingCircle',
11627
+ animationTimingFunction: 'linear'
11628
+ } : {})
11629
+ }), /*#__PURE__*/React.createElement("path", {
11630
+ d: "M4 3h16a1 1 0 011 1v16a1 1 0 01-1 1H4a1 1 0 01-1-1V4a1 1 0 011-1zm1 2v14h14V5H5z"
11631
+ }), /*#__PURE__*/React.createElement("path", {
11632
+ d: "M12.999 12h3l-4-4-4 4h3v4h2v-4z"
11413
11633
  })));
11414
11634
  };
11415
11635
 
11416
- PlayCircle.propTypes = {
11636
+ Upload.propTypes = {
11417
11637
  iconClassName: PropTypes.string,
11418
11638
  spin: PropTypes.bool,
11419
11639
  color: PropTypes.string,
11420
11640
  size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
11421
11641
  };
11422
- PlayCircle.defaultProps = {
11642
+ Upload.defaultProps = {
11423
11643
  spin: false,
11424
11644
  color: 'currentColor',
11425
11645
  size: '16'
11426
11646
  };
11427
11647
 
11428
- 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 }';
11648
+ 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 }';
11429
11649
 
11430
- var PauseCircle = function PauseCircle(props) {
11650
+ var UpdateData = function UpdateData(props) {
11431
11651
  var color = props.color,
11432
11652
  size = props.size,
11433
11653
  spin = props.spin,
@@ -11439,7 +11659,7 @@ var PauseCircle = function PauseCircle(props) {
11439
11659
  return /*#__PURE__*/React.createElement("span", {
11440
11660
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11441
11661
  }, /*#__PURE__*/React.createElement("style", {
11442
- children: loadingCircleStyle$3G
11662
+ children: loadingCircleStyle$3J
11443
11663
  }), /*#__PURE__*/React.createElement("svg", _extends({
11444
11664
  xmlns: "http://www.w3.org/2000/svg",
11445
11665
  width: size,
@@ -11455,23 +11675,29 @@ var PauseCircle = function PauseCircle(props) {
11455
11675
  animationTimingFunction: 'linear'
11456
11676
  } : {})
11457
11677
  }), /*#__PURE__*/React.createElement("path", {
11458
- 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"
11678
+ d: "M12.999 12h3l-4-4-4 4h3v4h2v-4z"
11679
+ }), /*#__PURE__*/React.createElement("rect", {
11680
+ x: "3",
11681
+ y: "3",
11682
+ width: "18",
11683
+ height: "18",
11684
+ rx: "9"
11459
11685
  })));
11460
11686
  };
11461
11687
 
11462
- PauseCircle.propTypes = {
11688
+ UpdateData.propTypes = {
11463
11689
  iconClassName: PropTypes.string,
11464
11690
  spin: PropTypes.bool,
11465
11691
  color: PropTypes.string,
11466
11692
  size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
11467
11693
  };
11468
- PauseCircle.defaultProps = {
11694
+ UpdateData.defaultProps = {
11469
11695
  spin: false,
11470
11696
  color: 'currentColor',
11471
11697
  size: '16'
11472
11698
  };
11473
11699
 
11474
- 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 }';
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 }';
11475
11701
 
11476
11702
  var Report = function Report(props) {
11477
11703
  var color = props.color,
@@ -11485,7 +11711,7 @@ var Report = function Report(props) {
11485
11711
  return /*#__PURE__*/React.createElement("span", {
11486
11712
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11487
11713
  }, /*#__PURE__*/React.createElement("style", {
11488
- children: loadingCircleStyle$3H
11714
+ children: loadingCircleStyle$3K
11489
11715
  }), /*#__PURE__*/React.createElement("svg", _extends({
11490
11716
  xmlns: "http://www.w3.org/2000/svg",
11491
11717
  width: size,
@@ -11517,7 +11743,7 @@ Report.defaultProps = {
11517
11743
  size: '16'
11518
11744
  };
11519
11745
 
11520
- 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 }';
11746
+ 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 }';
11521
11747
 
11522
11748
  var ReportRemoval = function ReportRemoval(props) {
11523
11749
  var color = props.color,
@@ -11531,7 +11757,7 @@ var ReportRemoval = function ReportRemoval(props) {
11531
11757
  return /*#__PURE__*/React.createElement("span", {
11532
11758
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11533
11759
  }, /*#__PURE__*/React.createElement("style", {
11534
- children: loadingCircleStyle$3I
11760
+ children: loadingCircleStyle$3L
11535
11761
  }), /*#__PURE__*/React.createElement("svg", _extends({
11536
11762
  xmlns: "http://www.w3.org/2000/svg",
11537
11763
  width: size,
@@ -11571,7 +11797,7 @@ ReportRemoval.defaultProps = {
11571
11797
  size: '16'
11572
11798
  };
11573
11799
 
11574
- 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 }';
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 }';
11575
11801
 
11576
11802
  var FileAdd = function FileAdd(props) {
11577
11803
  var color = props.color,
@@ -11585,7 +11811,7 @@ var FileAdd = function FileAdd(props) {
11585
11811
  return /*#__PURE__*/React.createElement("span", {
11586
11812
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11587
11813
  }, /*#__PURE__*/React.createElement("style", {
11588
- children: loadingCircleStyle$3J
11814
+ children: loadingCircleStyle$3M
11589
11815
  }), /*#__PURE__*/React.createElement("svg", _extends({
11590
11816
  xmlns: "http://www.w3.org/2000/svg",
11591
11817
  width: size,
@@ -11617,7 +11843,7 @@ FileAdd.defaultProps = {
11617
11843
  size: '16'
11618
11844
  };
11619
11845
 
11620
- 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 }';
11846
+ 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 }';
11621
11847
 
11622
11848
  var FileRemove = function FileRemove(props) {
11623
11849
  var color = props.color,
@@ -11631,7 +11857,7 @@ var FileRemove = function FileRemove(props) {
11631
11857
  return /*#__PURE__*/React.createElement("span", {
11632
11858
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11633
11859
  }, /*#__PURE__*/React.createElement("style", {
11634
- children: loadingCircleStyle$3K
11860
+ children: loadingCircleStyle$3N
11635
11861
  }), /*#__PURE__*/React.createElement("svg", _extends({
11636
11862
  xmlns: "http://www.w3.org/2000/svg",
11637
11863
  width: size,
@@ -11665,7 +11891,7 @@ FileRemove.defaultProps = {
11665
11891
  size: '16'
11666
11892
  };
11667
11893
 
11668
- 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 }';
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 }';
11669
11895
 
11670
11896
  var FileExport = function FileExport(props) {
11671
11897
  var color = props.color,
@@ -11679,7 +11905,7 @@ var FileExport = function FileExport(props) {
11679
11905
  return /*#__PURE__*/React.createElement("span", {
11680
11906
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11681
11907
  }, /*#__PURE__*/React.createElement("style", {
11682
- children: loadingCircleStyle$3L
11908
+ children: loadingCircleStyle$3O
11683
11909
  }), /*#__PURE__*/React.createElement("svg", _extends({
11684
11910
  xmlns: "http://www.w3.org/2000/svg",
11685
11911
  width: size,
@@ -11711,7 +11937,7 @@ FileExport.defaultProps = {
11711
11937
  size: '16'
11712
11938
  };
11713
11939
 
11714
- 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 }';
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 }';
11715
11941
 
11716
11942
  var FileMove = function FileMove(props) {
11717
11943
  var color = props.color,
@@ -11725,7 +11951,7 @@ var FileMove = function FileMove(props) {
11725
11951
  return /*#__PURE__*/React.createElement("span", {
11726
11952
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11727
11953
  }, /*#__PURE__*/React.createElement("style", {
11728
- children: loadingCircleStyle$3M
11954
+ children: loadingCircleStyle$3P
11729
11955
  }), /*#__PURE__*/React.createElement("svg", _extends({
11730
11956
  xmlns: "http://www.w3.org/2000/svg",
11731
11957
  width: size,
@@ -11757,7 +11983,7 @@ FileMove.defaultProps = {
11757
11983
  size: '16'
11758
11984
  };
11759
11985
 
11760
- 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 }';
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 }';
11761
11987
 
11762
11988
  var FileImport = function FileImport(props) {
11763
11989
  var color = props.color,
@@ -11771,7 +11997,7 @@ var FileImport = function FileImport(props) {
11771
11997
  return /*#__PURE__*/React.createElement("span", {
11772
11998
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11773
11999
  }, /*#__PURE__*/React.createElement("style", {
11774
- children: loadingCircleStyle$3N
12000
+ children: loadingCircleStyle$3Q
11775
12001
  }), /*#__PURE__*/React.createElement("svg", _extends({
11776
12002
  xmlns: "http://www.w3.org/2000/svg",
11777
12003
  width: size,
@@ -11803,7 +12029,7 @@ FileImport.defaultProps = {
11803
12029
  size: '16'
11804
12030
  };
11805
12031
 
11806
- 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 }';
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 }';
11807
12033
 
11808
12034
  var FileInfo = function FileInfo(props) {
11809
12035
  var color = props.color,
@@ -11817,7 +12043,7 @@ var FileInfo = function FileInfo(props) {
11817
12043
  return /*#__PURE__*/React.createElement("span", {
11818
12044
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11819
12045
  }, /*#__PURE__*/React.createElement("style", {
11820
- children: loadingCircleStyle$3O
12046
+ children: loadingCircleStyle$3R
11821
12047
  }), /*#__PURE__*/React.createElement("svg", _extends({
11822
12048
  xmlns: "http://www.w3.org/2000/svg",
11823
12049
  width: size,
@@ -11849,7 +12075,7 @@ FileInfo.defaultProps = {
11849
12075
  size: '16'
11850
12076
  };
11851
12077
 
11852
- 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 }';
12078
+ 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 }';
11853
12079
 
11854
12080
  var FileConvert = function FileConvert(props) {
11855
12081
  var color = props.color,
@@ -11863,7 +12089,7 @@ var FileConvert = function FileConvert(props) {
11863
12089
  return /*#__PURE__*/React.createElement("span", {
11864
12090
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11865
12091
  }, /*#__PURE__*/React.createElement("style", {
11866
- children: loadingCircleStyle$3P
12092
+ children: loadingCircleStyle$3S
11867
12093
  }), /*#__PURE__*/React.createElement("svg", _extends({
11868
12094
  xmlns: "http://www.w3.org/2000/svg",
11869
12095
  width: size,
@@ -11901,7 +12127,7 @@ FileConvert.defaultProps = {
11901
12127
  size: '16'
11902
12128
  };
11903
12129
 
11904
- 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 }';
12130
+ 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 }';
11905
12131
 
11906
12132
  var AssetConvert = function AssetConvert(props) {
11907
12133
  var color = props.color,
@@ -11915,7 +12141,7 @@ var AssetConvert = function AssetConvert(props) {
11915
12141
  return /*#__PURE__*/React.createElement("span", {
11916
12142
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11917
12143
  }, /*#__PURE__*/React.createElement("style", {
11918
- children: loadingCircleStyle$3Q
12144
+ children: loadingCircleStyle$3T
11919
12145
  }), /*#__PURE__*/React.createElement("svg", _extends({
11920
12146
  xmlns: "http://www.w3.org/2000/svg",
11921
12147
  width: size,
@@ -11953,7 +12179,7 @@ AssetConvert.defaultProps = {
11953
12179
  size: '16'
11954
12180
  };
11955
12181
 
11956
- 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 }';
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 }';
11957
12183
 
11958
12184
  var FileLock = function FileLock(props) {
11959
12185
  var color = props.color,
@@ -11967,7 +12193,7 @@ var FileLock = function FileLock(props) {
11967
12193
  return /*#__PURE__*/React.createElement("span", {
11968
12194
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11969
12195
  }, /*#__PURE__*/React.createElement("style", {
11970
- children: loadingCircleStyle$3R
12196
+ children: loadingCircleStyle$3U
11971
12197
  }), /*#__PURE__*/React.createElement("svg", _extends({
11972
12198
  xmlns: "http://www.w3.org/2000/svg",
11973
12199
  width: size,
@@ -11999,7 +12225,7 @@ FileLock.defaultProps = {
11999
12225
  size: '16'
12000
12226
  };
12001
12227
 
12002
- 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 }';
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 }';
12003
12229
 
12004
12230
  var FilePdf = function FilePdf(props) {
12005
12231
  var color = props.color,
@@ -12013,7 +12239,7 @@ var FilePdf = function FilePdf(props) {
12013
12239
  return /*#__PURE__*/React.createElement("span", {
12014
12240
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12015
12241
  }, /*#__PURE__*/React.createElement("style", {
12016
- children: loadingCircleStyle$3S
12242
+ children: loadingCircleStyle$3V
12017
12243
  }), /*#__PURE__*/React.createElement("svg", _extends({
12018
12244
  xmlns: "http://www.w3.org/2000/svg",
12019
12245
  width: size,
@@ -12045,7 +12271,7 @@ FilePdf.defaultProps = {
12045
12271
  size: '16'
12046
12272
  };
12047
12273
 
12048
- 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 }';
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 }';
12049
12275
 
12050
12276
  var Detail = function Detail(props) {
12051
12277
  var color = props.color,
@@ -12059,7 +12285,7 @@ var Detail = function Detail(props) {
12059
12285
  return /*#__PURE__*/React.createElement("span", {
12060
12286
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12061
12287
  }, /*#__PURE__*/React.createElement("style", {
12062
- children: loadingCircleStyle$3T
12288
+ children: loadingCircleStyle$3W
12063
12289
  }), /*#__PURE__*/React.createElement("svg", _extends({
12064
12290
  xmlns: "http://www.w3.org/2000/svg",
12065
12291
  width: size,
@@ -12075,7 +12301,7 @@ var Detail = function Detail(props) {
12075
12301
  animationTimingFunction: 'linear'
12076
12302
  } : {})
12077
12303
  }), /*#__PURE__*/React.createElement("path", {
12078
- d: "M20.222 22H7.778a.767.767 0 01-.55-.234A.812.812 0 017 21.2V6.8c0-.212.082-.416.228-.566A.767.767 0 017.778 6h12.444c.206 0 .404.084.55.234.146.15.228.354.228.566v14.4a.812.812 0 01-.228.566.767.767 0 01-.55.234zm-.778-1.6V7.6H8.556v12.8h10.888zm-8.555-8.8h6.222v1.6H10.89v-1.6zm0 3.2h6.222v1.6H10.89v-1.6z"
12304
+ d: "M18.222 20H5.778a.767.767 0 01-.55-.234A.812.812 0 015 19.2V4.8c0-.212.082-.416.228-.566A.767.767 0 015.778 4h12.444c.206 0 .404.084.55.234.146.15.228.354.228.566v14.4a.812.812 0 01-.228.566.767.767 0 01-.55.234zm-.778-1.6V5.6H6.556v12.8h10.888zM8.89 9.6h6.222v1.6H8.89V9.6zm0 3.2h6.222v1.6H8.89v-1.6z"
12079
12305
  })));
12080
12306
  };
12081
12307
 
@@ -12091,7 +12317,7 @@ Detail.defaultProps = {
12091
12317
  size: '16'
12092
12318
  };
12093
12319
 
12094
- 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 }';
12320
+ 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 }';
12095
12321
 
12096
12322
  var MessageCenter = function MessageCenter(props) {
12097
12323
  var color = props.color,
@@ -12105,7 +12331,7 @@ var MessageCenter = function MessageCenter(props) {
12105
12331
  return /*#__PURE__*/React.createElement("span", {
12106
12332
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12107
12333
  }, /*#__PURE__*/React.createElement("style", {
12108
- children: loadingCircleStyle$3U
12334
+ children: loadingCircleStyle$3X
12109
12335
  }), /*#__PURE__*/React.createElement("svg", _extends({
12110
12336
  xmlns: "http://www.w3.org/2000/svg",
12111
12337
  width: size,
@@ -12145,7 +12371,7 @@ MessageCenter.defaultProps = {
12145
12371
  size: '16'
12146
12372
  };
12147
12373
 
12148
- 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 }';
12374
+ 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 }';
12149
12375
 
12150
12376
  var SystemMsg = function SystemMsg(props) {
12151
12377
  var color = props.color,
@@ -12159,7 +12385,7 @@ var SystemMsg = function SystemMsg(props) {
12159
12385
  return /*#__PURE__*/React.createElement("span", {
12160
12386
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12161
12387
  }, /*#__PURE__*/React.createElement("style", {
12162
- children: loadingCircleStyle$3V
12388
+ children: loadingCircleStyle$3Y
12163
12389
  }), /*#__PURE__*/React.createElement("svg", _extends({
12164
12390
  xmlns: "http://www.w3.org/2000/svg",
12165
12391
  width: size,
@@ -12197,7 +12423,7 @@ SystemMsg.defaultProps = {
12197
12423
  size: '16'
12198
12424
  };
12199
12425
 
12200
- 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 }';
12426
+ 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 }';
12201
12427
 
12202
12428
  var Comment = function Comment(props) {
12203
12429
  var color = props.color,
@@ -12211,7 +12437,7 @@ var Comment = function Comment(props) {
12211
12437
  return /*#__PURE__*/React.createElement("span", {
12212
12438
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12213
12439
  }, /*#__PURE__*/React.createElement("style", {
12214
- children: loadingCircleStyle$3W
12440
+ children: loadingCircleStyle$3Z
12215
12441
  }), /*#__PURE__*/React.createElement("svg", _extends({
12216
12442
  xmlns: "http://www.w3.org/2000/svg",
12217
12443
  width: size,
@@ -12247,7 +12473,7 @@ Comment.defaultProps = {
12247
12473
  size: '16'
12248
12474
  };
12249
12475
 
12250
- 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 }';
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 }';
12251
12477
 
12252
12478
  var Book = function Book(props) {
12253
12479
  var color = props.color,
@@ -12261,7 +12487,7 @@ var Book = function Book(props) {
12261
12487
  return /*#__PURE__*/React.createElement("span", {
12262
12488
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12263
12489
  }, /*#__PURE__*/React.createElement("style", {
12264
- children: loadingCircleStyle$3X
12490
+ children: loadingCircleStyle$3_
12265
12491
  }), /*#__PURE__*/React.createElement("svg", _extends({
12266
12492
  xmlns: "http://www.w3.org/2000/svg",
12267
12493
  width: size,
@@ -12293,7 +12519,7 @@ Book.defaultProps = {
12293
12519
  size: '16'
12294
12520
  };
12295
12521
 
12296
- 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 }';
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 }';
12297
12523
 
12298
12524
  var Book2 = function Book2(props) {
12299
12525
  var color = props.color,
@@ -12307,7 +12533,7 @@ var Book2 = function Book2(props) {
12307
12533
  return /*#__PURE__*/React.createElement("span", {
12308
12534
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12309
12535
  }, /*#__PURE__*/React.createElement("style", {
12310
- children: loadingCircleStyle$3Y
12536
+ children: loadingCircleStyle$3$
12311
12537
  }), /*#__PURE__*/React.createElement("svg", _extends({
12312
12538
  xmlns: "http://www.w3.org/2000/svg",
12313
12539
  width: size,
@@ -12339,7 +12565,7 @@ Book2.defaultProps = {
12339
12565
  size: '16'
12340
12566
  };
12341
12567
 
12342
- 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 }';
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 }';
12343
12569
 
12344
12570
  var Sticker = function Sticker(props) {
12345
12571
  var color = props.color,
@@ -12353,7 +12579,7 @@ var Sticker = function Sticker(props) {
12353
12579
  return /*#__PURE__*/React.createElement("span", {
12354
12580
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12355
12581
  }, /*#__PURE__*/React.createElement("style", {
12356
- children: loadingCircleStyle$3Z
12582
+ children: loadingCircleStyle$40
12357
12583
  }), /*#__PURE__*/React.createElement("svg", _extends({
12358
12584
  xmlns: "http://www.w3.org/2000/svg",
12359
12585
  width: size,
@@ -12385,7 +12611,7 @@ Sticker.defaultProps = {
12385
12611
  size: '16'
12386
12612
  };
12387
12613
 
12388
- 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 }';
12389
12615
 
12390
12616
  var StickerFill = function StickerFill(props) {
12391
12617
  var color = props.color,
@@ -12399,7 +12625,7 @@ var StickerFill = function StickerFill(props) {
12399
12625
  return /*#__PURE__*/React.createElement("span", {
12400
12626
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12401
12627
  }, /*#__PURE__*/React.createElement("style", {
12402
- children: loadingCircleStyle$3_
12628
+ children: loadingCircleStyle$41
12403
12629
  }), /*#__PURE__*/React.createElement("svg", _extends({
12404
12630
  xmlns: "http://www.w3.org/2000/svg",
12405
12631
  width: size,
@@ -12431,7 +12657,7 @@ StickerFill.defaultProps = {
12431
12657
  size: '16'
12432
12658
  };
12433
12659
 
12434
- 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 }';
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 }';
12435
12661
 
12436
12662
  var EventSm = function EventSm(props) {
12437
12663
  var color = props.color,
@@ -12445,7 +12671,7 @@ var EventSm = function EventSm(props) {
12445
12671
  return /*#__PURE__*/React.createElement("span", {
12446
12672
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12447
12673
  }, /*#__PURE__*/React.createElement("style", {
12448
- children: loadingCircleStyle$3$
12674
+ children: loadingCircleStyle$42
12449
12675
  }), /*#__PURE__*/React.createElement("svg", _extends({
12450
12676
  xmlns: "http://www.w3.org/2000/svg",
12451
12677
  width: size,
@@ -12477,7 +12703,7 @@ EventSm.defaultProps = {
12477
12703
  size: '16'
12478
12704
  };
12479
12705
 
12480
- 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 }';
12706
+ 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 }';
12481
12707
 
12482
12708
  var EPropertySm = function EPropertySm(props) {
12483
12709
  var color = props.color,
@@ -12491,7 +12717,7 @@ var EPropertySm = function EPropertySm(props) {
12491
12717
  return /*#__PURE__*/React.createElement("span", {
12492
12718
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12493
12719
  }, /*#__PURE__*/React.createElement("style", {
12494
- children: loadingCircleStyle$40
12720
+ children: loadingCircleStyle$43
12495
12721
  }), /*#__PURE__*/React.createElement("svg", _extends({
12496
12722
  xmlns: "http://www.w3.org/2000/svg",
12497
12723
  width: size,
@@ -12531,7 +12757,7 @@ EPropertySm.defaultProps = {
12531
12757
  size: '16'
12532
12758
  };
12533
12759
 
12534
- 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 }';
12760
+ 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 }';
12535
12761
 
12536
12762
  var IndicatorSm = function IndicatorSm(props) {
12537
12763
  var color = props.color,
@@ -12545,7 +12771,7 @@ var IndicatorSm = function IndicatorSm(props) {
12545
12771
  return /*#__PURE__*/React.createElement("span", {
12546
12772
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12547
12773
  }, /*#__PURE__*/React.createElement("style", {
12548
- children: loadingCircleStyle$41
12774
+ children: loadingCircleStyle$44
12549
12775
  }), /*#__PURE__*/React.createElement("svg", _extends({
12550
12776
  xmlns: "http://www.w3.org/2000/svg",
12551
12777
  width: size,
@@ -12581,7 +12807,7 @@ IndicatorSm.defaultProps = {
12581
12807
  size: '16'
12582
12808
  };
12583
12809
 
12584
- 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 }';
12810
+ 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 }';
12585
12811
 
12586
12812
  var UPropertySm = function UPropertySm(props) {
12587
12813
  var color = props.color,
@@ -12595,7 +12821,7 @@ var UPropertySm = function UPropertySm(props) {
12595
12821
  return /*#__PURE__*/React.createElement("span", {
12596
12822
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12597
12823
  }, /*#__PURE__*/React.createElement("style", {
12598
- children: loadingCircleStyle$42
12824
+ children: loadingCircleStyle$45
12599
12825
  }), /*#__PURE__*/React.createElement("svg", _extends({
12600
12826
  xmlns: "http://www.w3.org/2000/svg",
12601
12827
  width: size,
@@ -12633,7 +12859,7 @@ UPropertySm.defaultProps = {
12633
12859
  size: '16'
12634
12860
  };
12635
12861
 
12636
- 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 }';
12862
+ 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 }';
12637
12863
 
12638
12864
  var UGroupSm = function UGroupSm(props) {
12639
12865
  var color = props.color,
@@ -12647,7 +12873,7 @@ var UGroupSm = function UGroupSm(props) {
12647
12873
  return /*#__PURE__*/React.createElement("span", {
12648
12874
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12649
12875
  }, /*#__PURE__*/React.createElement("style", {
12650
- children: loadingCircleStyle$43
12876
+ children: loadingCircleStyle$46
12651
12877
  }), /*#__PURE__*/React.createElement("svg", _extends({
12652
12878
  xmlns: "http://www.w3.org/2000/svg",
12653
12879
  width: size,
@@ -12693,7 +12919,7 @@ UGroupSm.defaultProps = {
12693
12919
  size: '16'
12694
12920
  };
12695
12921
 
12696
- 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 }';
12922
+ 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 }';
12697
12923
 
12698
12924
  var UTagSm = function UTagSm(props) {
12699
12925
  var color = props.color,
@@ -12707,7 +12933,7 @@ var UTagSm = function UTagSm(props) {
12707
12933
  return /*#__PURE__*/React.createElement("span", {
12708
12934
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12709
12935
  }, /*#__PURE__*/React.createElement("style", {
12710
- children: loadingCircleStyle$44
12936
+ children: loadingCircleStyle$47
12711
12937
  }), /*#__PURE__*/React.createElement("svg", _extends({
12712
12938
  xmlns: "http://www.w3.org/2000/svg",
12713
12939
  width: size,
@@ -12743,7 +12969,7 @@ UTagSm.defaultProps = {
12743
12969
  size: '16'
12744
12970
  };
12745
12971
 
12746
- 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 }';
12972
+ 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 }';
12747
12973
 
12748
12974
  var AllGroupSm = function AllGroupSm(props) {
12749
12975
  var color = props.color,
@@ -12757,7 +12983,7 @@ var AllGroupSm = function AllGroupSm(props) {
12757
12983
  return /*#__PURE__*/React.createElement("span", {
12758
12984
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12759
12985
  }, /*#__PURE__*/React.createElement("style", {
12760
- children: loadingCircleStyle$45
12986
+ children: loadingCircleStyle$48
12761
12987
  }), /*#__PURE__*/React.createElement("svg", _extends({
12762
12988
  xmlns: "http://www.w3.org/2000/svg",
12763
12989
  width: size,
@@ -12795,7 +13021,7 @@ AllGroupSm.defaultProps = {
12795
13021
  size: '16'
12796
13022
  };
12797
13023
 
12798
- 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 }';
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 }';
12799
13025
 
12800
13026
  var CalendarSm = function CalendarSm(props) {
12801
13027
  var color = props.color,
@@ -12809,7 +13035,7 @@ var CalendarSm = function CalendarSm(props) {
12809
13035
  return /*#__PURE__*/React.createElement("span", {
12810
13036
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12811
13037
  }, /*#__PURE__*/React.createElement("style", {
12812
- children: loadingCircleStyle$46
13038
+ children: loadingCircleStyle$49
12813
13039
  }), /*#__PURE__*/React.createElement("svg", _extends({
12814
13040
  xmlns: "http://www.w3.org/2000/svg",
12815
13041
  width: size,
@@ -12841,7 +13067,7 @@ CalendarSm.defaultProps = {
12841
13067
  size: '16'
12842
13068
  };
12843
13069
 
12844
- 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 }';
13070
+ 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 }';
12845
13071
 
12846
13072
  var GroupAddSm = function GroupAddSm(props) {
12847
13073
  var color = props.color,
@@ -12855,7 +13081,7 @@ var GroupAddSm = function GroupAddSm(props) {
12855
13081
  return /*#__PURE__*/React.createElement("span", {
12856
13082
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12857
13083
  }, /*#__PURE__*/React.createElement("style", {
12858
- children: loadingCircleStyle$47
13084
+ children: loadingCircleStyle$4a
12859
13085
  }), /*#__PURE__*/React.createElement("svg", _extends({
12860
13086
  xmlns: "http://www.w3.org/2000/svg",
12861
13087
  width: size,
@@ -12893,7 +13119,7 @@ GroupAddSm.defaultProps = {
12893
13119
  size: '16'
12894
13120
  };
12895
13121
 
12896
- 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 }';
13122
+ 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 }';
12897
13123
 
12898
13124
  var BooleanSm = function BooleanSm(props) {
12899
13125
  var color = props.color,
@@ -12907,7 +13133,7 @@ var BooleanSm = function BooleanSm(props) {
12907
13133
  return /*#__PURE__*/React.createElement("span", {
12908
13134
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12909
13135
  }, /*#__PURE__*/React.createElement("style", {
12910
- children: loadingCircleStyle$48
13136
+ children: loadingCircleStyle$4b
12911
13137
  }), /*#__PURE__*/React.createElement("svg", _extends({
12912
13138
  xmlns: "http://www.w3.org/2000/svg",
12913
13139
  width: size,
@@ -12941,7 +13167,7 @@ BooleanSm.defaultProps = {
12941
13167
  size: '16'
12942
13168
  };
12943
13169
 
12944
- 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 }';
13170
+ 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 }';
12945
13171
 
12946
13172
  var ListSm = function ListSm(props) {
12947
13173
  var color = props.color,
@@ -12955,7 +13181,7 @@ var ListSm = function ListSm(props) {
12955
13181
  return /*#__PURE__*/React.createElement("span", {
12956
13182
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12957
13183
  }, /*#__PURE__*/React.createElement("style", {
12958
- children: loadingCircleStyle$49
13184
+ children: loadingCircleStyle$4c
12959
13185
  }), /*#__PURE__*/React.createElement("svg", _extends({
12960
13186
  xmlns: "http://www.w3.org/2000/svg",
12961
13187
  width: size,
@@ -12997,7 +13223,7 @@ ListSm.defaultProps = {
12997
13223
  size: '16'
12998
13224
  };
12999
13225
 
13000
- 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 }';
13226
+ 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 }';
13001
13227
 
13002
13228
  var ArrayRowsSm = function ArrayRowsSm(props) {
13003
13229
  var color = props.color,
@@ -13011,7 +13237,7 @@ var ArrayRowsSm = function ArrayRowsSm(props) {
13011
13237
  return /*#__PURE__*/React.createElement("span", {
13012
13238
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13013
13239
  }, /*#__PURE__*/React.createElement("style", {
13014
- children: loadingCircleStyle$4a
13240
+ children: loadingCircleStyle$4d
13015
13241
  }), /*#__PURE__*/React.createElement("svg", _extends({
13016
13242
  xmlns: "http://www.w3.org/2000/svg",
13017
13243
  width: size,
@@ -13045,7 +13271,7 @@ ArrayRowsSm.defaultProps = {
13045
13271
  size: '16'
13046
13272
  };
13047
13273
 
13048
- 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 }';
13274
+ 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 }';
13049
13275
 
13050
13276
  var RowsSm = function RowsSm(props) {
13051
13277
  var color = props.color,
@@ -13059,7 +13285,7 @@ var RowsSm = function RowsSm(props) {
13059
13285
  return /*#__PURE__*/React.createElement("span", {
13060
13286
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13061
13287
  }, /*#__PURE__*/React.createElement("style", {
13062
- children: loadingCircleStyle$4b
13288
+ children: loadingCircleStyle$4e
13063
13289
  }), /*#__PURE__*/React.createElement("svg", _extends({
13064
13290
  xmlns: "http://www.w3.org/2000/svg",
13065
13291
  width: size,
@@ -13101,7 +13327,7 @@ RowsSm.defaultProps = {
13101
13327
  size: '16'
13102
13328
  };
13103
13329
 
13104
- 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 }';
13330
+ 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 }';
13105
13331
 
13106
13332
  var VPropertySm = function VPropertySm(props) {
13107
13333
  var color = props.color,
@@ -13115,7 +13341,7 @@ var VPropertySm = function VPropertySm(props) {
13115
13341
  return /*#__PURE__*/React.createElement("span", {
13116
13342
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13117
13343
  }, /*#__PURE__*/React.createElement("style", {
13118
- children: loadingCircleStyle$4c
13344
+ children: loadingCircleStyle$4f
13119
13345
  }), /*#__PURE__*/React.createElement("svg", _extends({
13120
13346
  xmlns: "http://www.w3.org/2000/svg",
13121
13347
  width: size,
@@ -13153,7 +13379,7 @@ VPropertySm.defaultProps = {
13153
13379
  size: '16'
13154
13380
  };
13155
13381
 
13156
- 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 }';
13382
+ 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 }';
13157
13383
 
13158
13384
  var StringSm = function StringSm(props) {
13159
13385
  var color = props.color,
@@ -13167,7 +13393,7 @@ var StringSm = function StringSm(props) {
13167
13393
  return /*#__PURE__*/React.createElement("span", {
13168
13394
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13169
13395
  }, /*#__PURE__*/React.createElement("style", {
13170
- children: loadingCircleStyle$4d
13396
+ children: loadingCircleStyle$4g
13171
13397
  }), /*#__PURE__*/React.createElement("svg", _extends({
13172
13398
  xmlns: "http://www.w3.org/2000/svg",
13173
13399
  width: size,
@@ -13201,7 +13427,7 @@ StringSm.defaultProps = {
13201
13427
  size: '16'
13202
13428
  };
13203
13429
 
13204
- 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 }';
13430
+ 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 }';
13205
13431
 
13206
13432
  var NumSm = function NumSm(props) {
13207
13433
  var color = props.color,
@@ -13215,7 +13441,7 @@ var NumSm = function NumSm(props) {
13215
13441
  return /*#__PURE__*/React.createElement("span", {
13216
13442
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13217
13443
  }, /*#__PURE__*/React.createElement("style", {
13218
- children: loadingCircleStyle$4e
13444
+ children: loadingCircleStyle$4h
13219
13445
  }), /*#__PURE__*/React.createElement("svg", _extends({
13220
13446
  xmlns: "http://www.w3.org/2000/svg",
13221
13447
  width: size,
@@ -13249,7 +13475,7 @@ NumSm.defaultProps = {
13249
13475
  size: '16'
13250
13476
  };
13251
13477
 
13252
- 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 }';
13478
+ 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 }';
13253
13479
 
13254
13480
  var TimeSm = function TimeSm(props) {
13255
13481
  var color = props.color,
@@ -13263,7 +13489,7 @@ var TimeSm = function TimeSm(props) {
13263
13489
  return /*#__PURE__*/React.createElement("span", {
13264
13490
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13265
13491
  }, /*#__PURE__*/React.createElement("style", {
13266
- children: loadingCircleStyle$4f
13492
+ children: loadingCircleStyle$4i
13267
13493
  }), /*#__PURE__*/React.createElement("svg", _extends({
13268
13494
  xmlns: "http://www.w3.org/2000/svg",
13269
13495
  width: size,
@@ -13297,7 +13523,7 @@ TimeSm.defaultProps = {
13297
13523
  size: '16'
13298
13524
  };
13299
13525
 
13300
- 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 }';
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 }';
13301
13527
 
13302
13528
  var ArrowLeft = function ArrowLeft(props) {
13303
13529
  var color = props.color,
@@ -13311,7 +13537,7 @@ var ArrowLeft = function ArrowLeft(props) {
13311
13537
  return /*#__PURE__*/React.createElement("span", {
13312
13538
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13313
13539
  }, /*#__PURE__*/React.createElement("style", {
13314
- children: loadingCircleStyle$4g
13540
+ children: loadingCircleStyle$4j
13315
13541
  }), /*#__PURE__*/React.createElement("svg", _extends({
13316
13542
  xmlns: "http://www.w3.org/2000/svg",
13317
13543
  width: size,
@@ -13343,7 +13569,7 @@ ArrowLeft.defaultProps = {
13343
13569
  size: '16'
13344
13570
  };
13345
13571
 
13346
- 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 }';
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 }';
13347
13573
 
13348
13574
  var ArrowRight = function ArrowRight(props) {
13349
13575
  var color = props.color,
@@ -13357,7 +13583,7 @@ var ArrowRight = function ArrowRight(props) {
13357
13583
  return /*#__PURE__*/React.createElement("span", {
13358
13584
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13359
13585
  }, /*#__PURE__*/React.createElement("style", {
13360
- children: loadingCircleStyle$4h
13586
+ children: loadingCircleStyle$4k
13361
13587
  }), /*#__PURE__*/React.createElement("svg", _extends({
13362
13588
  xmlns: "http://www.w3.org/2000/svg",
13363
13589
  width: size,
@@ -13389,7 +13615,7 @@ ArrowRight.defaultProps = {
13389
13615
  size: '16'
13390
13616
  };
13391
13617
 
13392
- 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 }';
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 }';
13393
13619
 
13394
13620
  var ArrowUp = function ArrowUp(props) {
13395
13621
  var color = props.color,
@@ -13403,7 +13629,7 @@ var ArrowUp = function ArrowUp(props) {
13403
13629
  return /*#__PURE__*/React.createElement("span", {
13404
13630
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13405
13631
  }, /*#__PURE__*/React.createElement("style", {
13406
- children: loadingCircleStyle$4i
13632
+ children: loadingCircleStyle$4l
13407
13633
  }), /*#__PURE__*/React.createElement("svg", _extends({
13408
13634
  xmlns: "http://www.w3.org/2000/svg",
13409
13635
  width: size,
@@ -13435,7 +13661,7 @@ ArrowUp.defaultProps = {
13435
13661
  size: '16'
13436
13662
  };
13437
13663
 
13438
- 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 }';
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 }';
13439
13665
 
13440
13666
  var ArrowDown = function ArrowDown(props) {
13441
13667
  var color = props.color,
@@ -13449,7 +13675,7 @@ var ArrowDown = function ArrowDown(props) {
13449
13675
  return /*#__PURE__*/React.createElement("span", {
13450
13676
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13451
13677
  }, /*#__PURE__*/React.createElement("style", {
13452
- children: loadingCircleStyle$4j
13678
+ children: loadingCircleStyle$4m
13453
13679
  }), /*#__PURE__*/React.createElement("svg", _extends({
13454
13680
  xmlns: "http://www.w3.org/2000/svg",
13455
13681
  width: size,
@@ -13481,7 +13707,7 @@ ArrowDown.defaultProps = {
13481
13707
  size: '16'
13482
13708
  };
13483
13709
 
13484
- 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 }';
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 }';
13485
13711
 
13486
13712
  var ArrowLeft2 = function ArrowLeft2(props) {
13487
13713
  var color = props.color,
@@ -13495,7 +13721,7 @@ var ArrowLeft2 = function ArrowLeft2(props) {
13495
13721
  return /*#__PURE__*/React.createElement("span", {
13496
13722
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13497
13723
  }, /*#__PURE__*/React.createElement("style", {
13498
- children: loadingCircleStyle$4k
13724
+ children: loadingCircleStyle$4n
13499
13725
  }), /*#__PURE__*/React.createElement("svg", _extends({
13500
13726
  xmlns: "http://www.w3.org/2000/svg",
13501
13727
  width: size,
@@ -13527,7 +13753,7 @@ ArrowLeft2.defaultProps = {
13527
13753
  size: '16'
13528
13754
  };
13529
13755
 
13530
- 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 }';
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 }';
13531
13757
 
13532
13758
  var ArrowRight2 = function ArrowRight2(props) {
13533
13759
  var color = props.color,
@@ -13541,7 +13767,7 @@ var ArrowRight2 = function ArrowRight2(props) {
13541
13767
  return /*#__PURE__*/React.createElement("span", {
13542
13768
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13543
13769
  }, /*#__PURE__*/React.createElement("style", {
13544
- children: loadingCircleStyle$4l
13770
+ children: loadingCircleStyle$4o
13545
13771
  }), /*#__PURE__*/React.createElement("svg", _extends({
13546
13772
  xmlns: "http://www.w3.org/2000/svg",
13547
13773
  width: size,
@@ -13573,7 +13799,7 @@ ArrowRight2.defaultProps = {
13573
13799
  size: '16'
13574
13800
  };
13575
13801
 
13576
- 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 }';
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 }';
13577
13803
 
13578
13804
  var ArrowUp2 = function ArrowUp2(props) {
13579
13805
  var color = props.color,
@@ -13587,7 +13813,7 @@ var ArrowUp2 = function ArrowUp2(props) {
13587
13813
  return /*#__PURE__*/React.createElement("span", {
13588
13814
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13589
13815
  }, /*#__PURE__*/React.createElement("style", {
13590
- children: loadingCircleStyle$4m
13816
+ children: loadingCircleStyle$4p
13591
13817
  }), /*#__PURE__*/React.createElement("svg", _extends({
13592
13818
  xmlns: "http://www.w3.org/2000/svg",
13593
13819
  width: size,
@@ -13619,7 +13845,7 @@ ArrowUp2.defaultProps = {
13619
13845
  size: '16'
13620
13846
  };
13621
13847
 
13622
- 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 }';
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 }';
13623
13849
 
13624
13850
  var ArrowDown2 = function ArrowDown2(props) {
13625
13851
  var color = props.color,
@@ -13633,7 +13859,7 @@ var ArrowDown2 = function ArrowDown2(props) {
13633
13859
  return /*#__PURE__*/React.createElement("span", {
13634
13860
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13635
13861
  }, /*#__PURE__*/React.createElement("style", {
13636
- children: loadingCircleStyle$4n
13862
+ children: loadingCircleStyle$4q
13637
13863
  }), /*#__PURE__*/React.createElement("svg", _extends({
13638
13864
  xmlns: "http://www.w3.org/2000/svg",
13639
13865
  width: size,
@@ -13665,7 +13891,7 @@ ArrowDown2.defaultProps = {
13665
13891
  size: '16'
13666
13892
  };
13667
13893
 
13668
- 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 }';
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 }';
13669
13895
 
13670
13896
  var TriLeft = function TriLeft(props) {
13671
13897
  var color = props.color,
@@ -13679,7 +13905,7 @@ var TriLeft = function TriLeft(props) {
13679
13905
  return /*#__PURE__*/React.createElement("span", {
13680
13906
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13681
13907
  }, /*#__PURE__*/React.createElement("style", {
13682
- children: loadingCircleStyle$4o
13908
+ children: loadingCircleStyle$4r
13683
13909
  }), /*#__PURE__*/React.createElement("svg", _extends({
13684
13910
  xmlns: "http://www.w3.org/2000/svg",
13685
13911
  width: size,
@@ -13711,7 +13937,7 @@ TriLeft.defaultProps = {
13711
13937
  size: '16'
13712
13938
  };
13713
13939
 
13714
- 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 }';
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 }';
13715
13941
 
13716
13942
  var TriRight = function TriRight(props) {
13717
13943
  var color = props.color,
@@ -13725,7 +13951,7 @@ var TriRight = function TriRight(props) {
13725
13951
  return /*#__PURE__*/React.createElement("span", {
13726
13952
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13727
13953
  }, /*#__PURE__*/React.createElement("style", {
13728
- children: loadingCircleStyle$4p
13954
+ children: loadingCircleStyle$4s
13729
13955
  }), /*#__PURE__*/React.createElement("svg", _extends({
13730
13956
  xmlns: "http://www.w3.org/2000/svg",
13731
13957
  width: size,
@@ -13757,7 +13983,7 @@ TriRight.defaultProps = {
13757
13983
  size: '16'
13758
13984
  };
13759
13985
 
13760
- 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 }';
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 }';
13761
13987
 
13762
13988
  var TriUp = function TriUp(props) {
13763
13989
  var color = props.color,
@@ -13771,7 +13997,7 @@ var TriUp = function TriUp(props) {
13771
13997
  return /*#__PURE__*/React.createElement("span", {
13772
13998
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13773
13999
  }, /*#__PURE__*/React.createElement("style", {
13774
- children: loadingCircleStyle$4q
14000
+ children: loadingCircleStyle$4t
13775
14001
  }), /*#__PURE__*/React.createElement("svg", _extends({
13776
14002
  xmlns: "http://www.w3.org/2000/svg",
13777
14003
  width: size,
@@ -13803,7 +14029,7 @@ TriUp.defaultProps = {
13803
14029
  size: '16'
13804
14030
  };
13805
14031
 
13806
- 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 }';
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 }';
13807
14033
 
13808
14034
  var TriDown = function TriDown(props) {
13809
14035
  var color = props.color,
@@ -13817,7 +14043,7 @@ var TriDown = function TriDown(props) {
13817
14043
  return /*#__PURE__*/React.createElement("span", {
13818
14044
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13819
14045
  }, /*#__PURE__*/React.createElement("style", {
13820
- children: loadingCircleStyle$4r
14046
+ children: loadingCircleStyle$4u
13821
14047
  }), /*#__PURE__*/React.createElement("svg", _extends({
13822
14048
  xmlns: "http://www.w3.org/2000/svg",
13823
14049
  width: size,
@@ -13849,7 +14075,7 @@ TriDown.defaultProps = {
13849
14075
  size: '16'
13850
14076
  };
13851
14077
 
13852
- 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 }';
14078
+ 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 }';
13853
14079
 
13854
14080
  var DArrowL = function DArrowL(props) {
13855
14081
  var color = props.color,
@@ -13863,7 +14089,7 @@ var DArrowL = function DArrowL(props) {
13863
14089
  return /*#__PURE__*/React.createElement("span", {
13864
14090
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13865
14091
  }, /*#__PURE__*/React.createElement("style", {
13866
- children: loadingCircleStyle$4s
14092
+ children: loadingCircleStyle$4v
13867
14093
  }), /*#__PURE__*/React.createElement("svg", _extends({
13868
14094
  xmlns: "http://www.w3.org/2000/svg",
13869
14095
  width: size,
@@ -13897,7 +14123,7 @@ DArrowL.defaultProps = {
13897
14123
  size: '16'
13898
14124
  };
13899
14125
 
13900
- 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 }';
14126
+ 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 }';
13901
14127
 
13902
14128
  var DArrowR = function DArrowR(props) {
13903
14129
  var color = props.color,
@@ -13911,7 +14137,7 @@ var DArrowR = function DArrowR(props) {
13911
14137
  return /*#__PURE__*/React.createElement("span", {
13912
14138
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13913
14139
  }, /*#__PURE__*/React.createElement("style", {
13914
- children: loadingCircleStyle$4t
14140
+ children: loadingCircleStyle$4w
13915
14141
  }), /*#__PURE__*/React.createElement("svg", _extends({
13916
14142
  xmlns: "http://www.w3.org/2000/svg",
13917
14143
  width: size,
@@ -13945,7 +14171,7 @@ DArrowR.defaultProps = {
13945
14171
  size: '16'
13946
14172
  };
13947
14173
 
13948
- 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 }';
14174
+ 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 }';
13949
14175
 
13950
14176
  var DArrowT = function DArrowT(props) {
13951
14177
  var color = props.color,
@@ -13959,7 +14185,7 @@ var DArrowT = function DArrowT(props) {
13959
14185
  return /*#__PURE__*/React.createElement("span", {
13960
14186
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13961
14187
  }, /*#__PURE__*/React.createElement("style", {
13962
- children: loadingCircleStyle$4u
14188
+ children: loadingCircleStyle$4x
13963
14189
  }), /*#__PURE__*/React.createElement("svg", _extends({
13964
14190
  xmlns: "http://www.w3.org/2000/svg",
13965
14191
  width: size,
@@ -13993,7 +14219,7 @@ DArrowT.defaultProps = {
13993
14219
  size: '16'
13994
14220
  };
13995
14221
 
13996
- 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 }';
14222
+ 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 }';
13997
14223
 
13998
14224
  var DArrowB = function DArrowB(props) {
13999
14225
  var color = props.color,
@@ -14007,7 +14233,7 @@ var DArrowB = function DArrowB(props) {
14007
14233
  return /*#__PURE__*/React.createElement("span", {
14008
14234
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14009
14235
  }, /*#__PURE__*/React.createElement("style", {
14010
- children: loadingCircleStyle$4v
14236
+ children: loadingCircleStyle$4y
14011
14237
  }), /*#__PURE__*/React.createElement("svg", _extends({
14012
14238
  xmlns: "http://www.w3.org/2000/svg",
14013
14239
  width: size,
@@ -14041,7 +14267,7 @@ DArrowB.defaultProps = {
14041
14267
  size: '16'
14042
14268
  };
14043
14269
 
14044
- 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 }';
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 }';
14045
14271
 
14046
14272
  var DropDown = function DropDown(props) {
14047
14273
  var color = props.color,
@@ -14055,7 +14281,7 @@ var DropDown = function DropDown(props) {
14055
14281
  return /*#__PURE__*/React.createElement("span", {
14056
14282
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14057
14283
  }, /*#__PURE__*/React.createElement("style", {
14058
- children: loadingCircleStyle$4w
14284
+ children: loadingCircleStyle$4z
14059
14285
  }), /*#__PURE__*/React.createElement("svg", _extends({
14060
14286
  xmlns: "http://www.w3.org/2000/svg",
14061
14287
  width: size,
@@ -14087,7 +14313,7 @@ DropDown.defaultProps = {
14087
14313
  size: '16'
14088
14314
  };
14089
14315
 
14090
- 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 }';
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 }';
14091
14317
 
14092
14318
  var DropUp = function DropUp(props) {
14093
14319
  var color = props.color,
@@ -14101,7 +14327,7 @@ var DropUp = function DropUp(props) {
14101
14327
  return /*#__PURE__*/React.createElement("span", {
14102
14328
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14103
14329
  }, /*#__PURE__*/React.createElement("style", {
14104
- children: loadingCircleStyle$4x
14330
+ children: loadingCircleStyle$4A
14105
14331
  }), /*#__PURE__*/React.createElement("svg", _extends({
14106
14332
  xmlns: "http://www.w3.org/2000/svg",
14107
14333
  width: size,
@@ -14133,7 +14359,7 @@ DropUp.defaultProps = {
14133
14359
  size: '16'
14134
14360
  };
14135
14361
 
14136
- 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 }';
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 }';
14137
14363
 
14138
14364
  var More1 = function More1(props) {
14139
14365
  var color = props.color,
@@ -14147,7 +14373,7 @@ var More1 = function More1(props) {
14147
14373
  return /*#__PURE__*/React.createElement("span", {
14148
14374
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14149
14375
  }, /*#__PURE__*/React.createElement("style", {
14150
- children: loadingCircleStyle$4y
14376
+ children: loadingCircleStyle$4B
14151
14377
  }), /*#__PURE__*/React.createElement("svg", _extends({
14152
14378
  xmlns: "http://www.w3.org/2000/svg",
14153
14379
  width: size,
@@ -14179,7 +14405,7 @@ More1.defaultProps = {
14179
14405
  size: '16'
14180
14406
  };
14181
14407
 
14182
- 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 }';
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 }';
14183
14409
 
14184
14410
  var More2 = function More2(props) {
14185
14411
  var color = props.color,
@@ -14193,7 +14419,7 @@ var More2 = function More2(props) {
14193
14419
  return /*#__PURE__*/React.createElement("span", {
14194
14420
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14195
14421
  }, /*#__PURE__*/React.createElement("style", {
14196
- children: loadingCircleStyle$4z
14422
+ children: loadingCircleStyle$4C
14197
14423
  }), /*#__PURE__*/React.createElement("svg", _extends({
14198
14424
  xmlns: "http://www.w3.org/2000/svg",
14199
14425
  width: size,
@@ -14225,7 +14451,7 @@ More2.defaultProps = {
14225
14451
  size: '16'
14226
14452
  };
14227
14453
 
14228
- 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 }';
14454
+ 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 }';
14229
14455
 
14230
14456
  var Drag = function Drag(props) {
14231
14457
  var color = props.color,
@@ -14239,7 +14465,7 @@ var Drag = function Drag(props) {
14239
14465
  return /*#__PURE__*/React.createElement("span", {
14240
14466
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14241
14467
  }, /*#__PURE__*/React.createElement("style", {
14242
- children: loadingCircleStyle$4A
14468
+ children: loadingCircleStyle$4D
14243
14469
  }), /*#__PURE__*/React.createElement("svg", _extends({
14244
14470
  xmlns: "http://www.w3.org/2000/svg",
14245
14471
  width: size,
@@ -14281,7 +14507,7 @@ Drag.defaultProps = {
14281
14507
  size: '16'
14282
14508
  };
14283
14509
 
14284
- 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 }';
14510
+ 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 }';
14285
14511
 
14286
14512
  var Drag2 = function Drag2(props) {
14287
14513
  var color = props.color,
@@ -14295,7 +14521,7 @@ var Drag2 = function Drag2(props) {
14295
14521
  return /*#__PURE__*/React.createElement("span", {
14296
14522
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14297
14523
  }, /*#__PURE__*/React.createElement("style", {
14298
- children: loadingCircleStyle$4B
14524
+ children: loadingCircleStyle$4E
14299
14525
  }), /*#__PURE__*/React.createElement("svg", _extends({
14300
14526
  xmlns: "http://www.w3.org/2000/svg",
14301
14527
  width: size,
@@ -14331,7 +14557,7 @@ Drag2.defaultProps = {
14331
14557
  size: '16'
14332
14558
  };
14333
14559
 
14334
- 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 }';
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 }';
14335
14561
 
14336
14562
  var External = function External(props) {
14337
14563
  var color = props.color,
@@ -14345,7 +14571,7 @@ var External = function External(props) {
14345
14571
  return /*#__PURE__*/React.createElement("span", {
14346
14572
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14347
14573
  }, /*#__PURE__*/React.createElement("style", {
14348
- children: loadingCircleStyle$4C
14574
+ children: loadingCircleStyle$4F
14349
14575
  }), /*#__PURE__*/React.createElement("svg", _extends({
14350
14576
  xmlns: "http://www.w3.org/2000/svg",
14351
14577
  width: size,
@@ -14377,7 +14603,7 @@ External.defaultProps = {
14377
14603
  size: '16'
14378
14604
  };
14379
14605
 
14380
- 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 }';
14606
+ 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 }';
14381
14607
 
14382
14608
  var DisplayS = function DisplayS(props) {
14383
14609
  var color = props.color,
@@ -14391,7 +14617,7 @@ var DisplayS = function DisplayS(props) {
14391
14617
  return /*#__PURE__*/React.createElement("span", {
14392
14618
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14393
14619
  }, /*#__PURE__*/React.createElement("style", {
14394
- children: loadingCircleStyle$4D
14620
+ children: loadingCircleStyle$4G
14395
14621
  }), /*#__PURE__*/React.createElement("svg", _extends({
14396
14622
  xmlns: "http://www.w3.org/2000/svg",
14397
14623
  width: size,
@@ -14425,7 +14651,7 @@ DisplayS.defaultProps = {
14425
14651
  size: '16'
14426
14652
  };
14427
14653
 
14428
- 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 }';
14654
+ 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 }';
14429
14655
 
14430
14656
  var Share = function Share(props) {
14431
14657
  var color = props.color,
@@ -14439,7 +14665,7 @@ var Share = function Share(props) {
14439
14665
  return /*#__PURE__*/React.createElement("span", {
14440
14666
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14441
14667
  }, /*#__PURE__*/React.createElement("style", {
14442
- children: loadingCircleStyle$4E
14668
+ children: loadingCircleStyle$4H
14443
14669
  }), /*#__PURE__*/React.createElement("svg", _extends({
14444
14670
  xmlns: "http://www.w3.org/2000/svg",
14445
14671
  width: size,
@@ -14471,4 +14697,4 @@ Share.defaultProps = {
14471
14697
  size: '16'
14472
14698
  };
14473
14699
 
14474
- export { Add1 as TaAdd1, Add2 as TaAdd2, Add3 as TaAdd3, Add3Fill as TaAdd3Fill, Alert as TaAlert, AllGroupSm as TaAllGroupSm, Analysis as TaAnalysis, Anchor as TaAnchor, Application as TaApplication, ArrayRowsSm as TaArrayRowsSm, ArrowDown as TaArrowDown, ArrowDown2 as TaArrowDown2, ArrowLeft as TaArrowLeft, ArrowLeft2 as TaArrowLeft2, ArrowLeftDown as TaArrowLeftDown, ArrowRight as TaArrowRight, ArrowRight2 as TaArrowRight2, ArrowUp as TaArrowUp, ArrowUp2 as TaArrowUp2, Ascent as TaAscent, AssetConvert as TaAssetConvert, Attribution as TaAttribution, Backup as TaBackup, Bell as TaBell, Book as TaBook, Book2 as TaBook2, Bookmark as TaBookmark, Bookmark2 as TaBookmark2, BooleanSm as TaBooleanSm, Calendar as TaCalendar, CalendarSm as TaCalendarSm, Card as TaCard, Cellphone as TaCellphone, ChartBar as TaChartBar, ChartBarTable as TaChartBarTable, ChartCombinedTable as TaChartCombinedTable, ChartComplex as TaChartComplex, ChartCum as TaChartCum, ChartDNRe as TaChartDNRe, ChartDRe as TaChartDRe, ChartDistTable as TaChartDistTable, ChartFieldlist as TaChartFieldlist, ChartFunnel as TaChartFunnel, ChartHistogram as TaChartHistogram, ChartInterval as TaChartInterval, ChartLine as TaChartLine, ChartLineTable as TaChartLineTable, ChartPie as TaChartPie, ChartSqltable as TaChartSqltable, ChartStack as TaChartStack, ChartStackPerc as TaChartStackPerc, ChartStackn as TaChartStackn, ChartTable as TaChartTable, Clock as TaClock, Close as TaClose, Code as TaCode, Comment as TaComment, Config as TaConfig, Contrast as TaContrast, Copy as TaCopy, Copy2 as TaCopy2, Cost as TaCost, Currency as TaCurrency, CustomPartition as TaCustomPartition, DArrowB as TaDArrowB, DArrowL as TaDArrowL, DArrowR as TaDArrowR, DArrowT as TaDArrowT, Dashboard as TaDashboard, DashboardMgr as TaDashboardMgr, Debug as TaDebug, Delete1 as TaDelete1, Delete2 as TaDelete2, Delete2Fill as TaDelete2Fill, Demo as TaDemo, Descent as TaDescent, Desktop as TaDesktop, Detail as TaDetail, DisplayS as TaDisplayS, Done as TaDone, Dot as TaDot, DoubleList as TaDoubleList, Download as TaDownload, Drag as TaDrag, Drag2 as TaDrag2, DropDown as TaDropDown, DropUp as TaDropUp, EPropertySm as TaEPropertySm, Earth as TaEarth, Edit as TaEdit, EditFill as TaEditFill, Education as TaEducation, EducationFill as TaEducationFill, Email as TaEmail, Error as TaError, Error2 as TaError2, Error2Fill as TaError2Fill, ErrorFill as TaErrorFill, EventMgr as TaEventMgr, EventPropMgr as TaEventPropMgr, EventSm as TaEventSm, EventTree as TaEventTree, Exchange as TaExchange, Export as TaExport, Exposure as TaExposure, Expression as TaExpression, Expression2 as TaExpression2, External as TaExternal, EyeOff as TaEyeOff, EyeOffFill as TaEyeOffFill, EyeOn as TaEyeOn, EyeOnFill as TaEyeOnFill, FileAdd as TaFileAdd, FileConvert as TaFileConvert, FileExport as TaFileExport, FileImport as TaFileImport, FileInfo as TaFileInfo, FileLock as TaFileLock, FileMove as TaFileMove, FilePdf as TaFilePdf, FileRemove as TaFileRemove, Filter as TaFilter, Filter2 as TaFilter2, FirstLast as TaFirstLast, Folder as TaFolder, FolderOpen as TaFolderOpen, Forewarning as TaForewarning, Format as TaFormat, FullDownload as TaFullDownload, Fullscreen as TaFullscreen, Game as TaGame, GameFill as TaGameFill, Gift as TaGift, Group as TaGroup, GroupA2b as TaGroupA2b, GroupAddFill as TaGroupAddFill, GroupAddSm as TaGroupAddSm, GroupFill as TaGroupFill, GroupFill2 as TaGroupFill2, Groups as TaGroups, Heart as TaHeart, Help as TaHelp, History as TaHistory, IdFreeze as TaIdFreeze, Import as TaImport, Indicator as TaIndicator, IndicatorSm as TaIndicatorSm, Info as TaInfo, InfoFill as TaInfoFill, Landscape as TaLandscape, Language as TaLanguage, Link as TaLink, List as TaList, ListNested as TaListNested, ListSm as TaListSm, Live as TaLive, Location as TaLocation, LockClose as TaLockClose, LockCloseFill as TaLockCloseFill, LockOpen as TaLockOpen, LockOpenFill as TaLockOpenFill, LogoAndroidGray as TaLogoAndroidGray, LogoAppleGray as TaLogoAppleGray, LogoCurrencylayerCl as TaLogoCurrencylayerCl, LogoDingdingCl as TaLogoDingdingCl, LogoDingdingGray as TaLogoDingdingGray, LogoFeishuCl as TaLogoFeishuCl, LogoGarenaCl as TaLogoGarenaCl, LogoKingCl as TaLogoKingCl, LogoWechatCl as TaLogoWechatCl, LogoWechatGray as TaLogoWechatGray, LogoWecomCl as TaLogoWecomCl, LogoWecomGray as TaLogoWecomGray, LogoXiaomiCl as TaLogoXiaomiCl, Logout as TaLogout, MDistribution as TaMDistribution, MEvent as TaMEvent, MFlow as TaMFlow, MFunnel as TaMFunnel, MInterval as TaMInterval, MProperty as TaMProperty, MRetention as TaMRetention, MSql as TaMSql, MenuFold as TaMenuFold, MenuUnfold as TaMenuUnfold, MessageCenter as TaMessageCenter, Mfa as TaMfa, More1 as TaMore1, More2 as TaMore2, NumSm as TaNumSm, OperatorBigger as TaOperatorBigger, OperatorDivide as TaOperatorDivide, OperatorEqual as TaOperatorEqual, OperatorFalse as TaOperatorFalse, OperatorHasValue as TaOperatorHasValue, OperatorInclude as TaOperatorInclude, OperatorInside as TaOperatorInside, OperatorLess as TaOperatorLess, OperatorNoBigger as TaOperatorNoBigger, OperatorNoLess as TaOperatorNoLess, OperatorNoRegex as TaOperatorNoRegex, OperatorNoValue as TaOperatorNoValue, OperatorNotInclude as TaOperatorNotInclude, OperatorRegex as TaOperatorRegex, OperatorTrue as TaOperatorTrue, OperatorUnequal as TaOperatorUnequal, ParallelFilter as TaParallelFilter, Parameter as TaParameter, Password as TaPassword, Pattern as TaPattern, PauseCircle as TaPauseCircle, Play as TaPlay, PlayCircle as TaPlayCircle, Plug as TaPlug, Private as TaPrivate, Processing as TaProcessing, Processing2 as TaProcessing2, Project as TaProject, ProjectMgr as TaProjectMgr, RelatedProp as TaRelatedProp, Rename as TaRename, Report as TaReport, ReportRemoval as TaReportRemoval, ResetPassword as TaResetPassword, Result as TaResult, RowsSm as TaRowsSm, SSpace as TaSSpace, Save as TaSave, Search as TaSearch, Send as TaSend, Server as TaServer, Setting as TaSetting, Share as TaShare, ShieldCheck as TaShieldCheck, ShieldCross as TaShieldCross, ShieldKeyhole as TaShieldKeyhole, Shop as TaShop, ShopFill as TaShopFill, Sort as TaSort, SortA2z as TaSortA2z, SortDownCl as TaSortDownCl, SortDrop as TaSortDrop, SortResult as TaSortResult, SortRise as TaSortRise, SortUpCl as TaSortUpCl, SortZ2a as TaSortZ2a, Space as TaSpace, SpaceOpen as TaSpaceOpen, Speed as TaSpeed, Split as TaSplit, Sql1 as TaSql1, Sql2 as TaSql2, Sql3 as TaSql3, StarFill as TaStarFill, StarOutline as TaStarOutline, Sticker as TaSticker, StickerFill as TaStickerFill, StringSm as TaStringSm, Subtract as TaSubtract, Subtract2 as TaSubtract2, Success as TaSuccess, SuccessFill as TaSuccessFill, SwapFill as TaSwapFill, SystemMgr as TaSystemMgr, SystemMsg as TaSystemMsg, TA2b as TaTA2b, TX2y as TaTX2y, Table1dtable as TaTable1dtable, TdLogo as TaTdLogo, TimeLock as TaTimeLock, TimeSm as TaTimeSm, Tracking as TaTracking, TriDown as TaTriDown, TriLeft as TaTriLeft, TriRight as TaTriRight, TriUp as TaTriUp, UGroup as TaUGroup, UGroupSm as TaUGroupSm, UPropMgr as TaUPropMgr, UPropertySm as TaUPropertySm, UTag as TaUTag, UTagSm as TaUTagSm, Unlink as TaUnlink, Update as TaUpdate, UploadId as TaUploadId, Usb as TaUsb, User1 as TaUser1, User1Fill as TaUser1Fill, User2 as TaUser2, UserAddFill as TaUserAddFill, UserSettings as TaUserSettings, Usertag as TaUsertag, VProperty as TaVProperty, VPropertySm as TaVPropertySm, ViewOriginal as TaViewOriginal, Vip as TaVip, VipFill as TaVipFill };
14700
+ export { Add1 as TaAdd1, Add2 as TaAdd2, Add3 as TaAdd3, Add3Fill as TaAdd3Fill, Alert as TaAlert, AllGroupSm as TaAllGroupSm, Analysis as TaAnalysis, Anchor as TaAnchor, Application as TaApplication, ArrayRowsSm as TaArrayRowsSm, ArrowDown as TaArrowDown, ArrowDown2 as TaArrowDown2, ArrowLeft as TaArrowLeft, ArrowLeft2 as TaArrowLeft2, ArrowLeftDown as TaArrowLeftDown, ArrowRight as TaArrowRight, ArrowRight2 as TaArrowRight2, ArrowUp as TaArrowUp, ArrowUp2 as TaArrowUp2, Ascent as TaAscent, AssetConvert as TaAssetConvert, Attribution as TaAttribution, Backup as TaBackup, Bell as TaBell, Book as TaBook, Book2 as TaBook2, Bookmark as TaBookmark, Bookmark2 as TaBookmark2, BooleanSm as TaBooleanSm, Calendar as TaCalendar, CalendarSm as TaCalendarSm, Card as TaCard, Cellphone as TaCellphone, ChartBar as TaChartBar, ChartBarTable as TaChartBarTable, ChartCombinedTable as TaChartCombinedTable, ChartComplex as TaChartComplex, ChartCum as TaChartCum, ChartDNRe as TaChartDNRe, ChartDRe as TaChartDRe, ChartDistTable as TaChartDistTable, ChartFieldlist as TaChartFieldlist, ChartFunnel as TaChartFunnel, ChartHistogram as TaChartHistogram, ChartInterval as TaChartInterval, ChartLine as TaChartLine, ChartLineTable as TaChartLineTable, ChartPie as TaChartPie, ChartSqltable as TaChartSqltable, ChartStack as TaChartStack, ChartStackPerc as TaChartStackPerc, ChartStackn as TaChartStackn, ChartTable as TaChartTable, Clock as TaClock, Close as TaClose, Code as TaCode, Comment as TaComment, Config as TaConfig, Contrast as TaContrast, Copy as TaCopy, Copy2 as TaCopy2, Cost as TaCost, Currency as TaCurrency, CustomPartition as TaCustomPartition, DArrowB as TaDArrowB, DArrowL as TaDArrowL, DArrowR as TaDArrowR, DArrowT as TaDArrowT, Dashboard as TaDashboard, DashboardMgr as TaDashboardMgr, Debug as TaDebug, Delete1 as TaDelete1, Delete2 as TaDelete2, Delete2Fill as TaDelete2Fill, Demo as TaDemo, Descent as TaDescent, Desktop as TaDesktop, Detail as TaDetail, DisplayS as TaDisplayS, Done as TaDone, Dot as TaDot, DoubleList as TaDoubleList, Download as TaDownload, Drag as TaDrag, Drag2 as TaDrag2, DropDown as TaDropDown, DropUp as TaDropUp, EPropertySm as TaEPropertySm, Earth as TaEarth, Edit as TaEdit, EditFill as TaEditFill, Education as TaEducation, EducationFill as TaEducationFill, Email as TaEmail, Error as TaError, Error2 as TaError2, Error2Fill as TaError2Fill, ErrorFill as TaErrorFill, EventMgr as TaEventMgr, EventPropMgr as TaEventPropMgr, EventSm as TaEventSm, EventTree as TaEventTree, Exchange as TaExchange, Export as TaExport, Exposure as TaExposure, Expression as TaExpression, Expression2 as TaExpression2, External as TaExternal, EyeOff as TaEyeOff, EyeOffFill as TaEyeOffFill, EyeOn as TaEyeOn, EyeOnFill as TaEyeOnFill, FileAdd as TaFileAdd, FileConvert as TaFileConvert, FileExport as TaFileExport, FileImport as TaFileImport, FileInfo as TaFileInfo, FileLock as TaFileLock, FileMove as TaFileMove, FilePdf as TaFilePdf, FileRemove as TaFileRemove, Filter as TaFilter, Filter2 as TaFilter2, FirstLast as TaFirstLast, Folder as TaFolder, FolderOpen as TaFolderOpen, Forewarning as TaForewarning, Format as TaFormat, FullDownload as TaFullDownload, Fullscreen as TaFullscreen, Game as TaGame, GameFill as TaGameFill, Gift as TaGift, Goal as TaGoal, Group as TaGroup, GroupA2b as TaGroupA2b, GroupAddFill as TaGroupAddFill, GroupAddSm as TaGroupAddSm, GroupFill as TaGroupFill, GroupFill2 as TaGroupFill2, Groups as TaGroups, Heart as TaHeart, Help as TaHelp, History as TaHistory, IdFreeze as TaIdFreeze, Import as TaImport, Indicator as TaIndicator, IndicatorSm as TaIndicatorSm, Info as TaInfo, InfoFill as TaInfoFill, Landscape as TaLandscape, Language as TaLanguage, Link as TaLink, List as TaList, ListNested as TaListNested, ListSm as TaListSm, Live as TaLive, Location as TaLocation, LockClose as TaLockClose, LockCloseFill as TaLockCloseFill, LockOpen as TaLockOpen, LockOpenFill as TaLockOpenFill, LogoAndroidGray as TaLogoAndroidGray, LogoAppleGray as TaLogoAppleGray, LogoCurrencylayerCl as TaLogoCurrencylayerCl, LogoDingdingCl as TaLogoDingdingCl, LogoDingdingGray as TaLogoDingdingGray, LogoFeishuCl as TaLogoFeishuCl, LogoGarenaCl as TaLogoGarenaCl, LogoKingCl as TaLogoKingCl, LogoWechatCl as TaLogoWechatCl, LogoWechatGray as TaLogoWechatGray, LogoWecomCl as TaLogoWecomCl, LogoWecomGray as TaLogoWecomGray, LogoXiaomiCl as TaLogoXiaomiCl, Logout as TaLogout, MDistribution as TaMDistribution, MEvent as TaMEvent, MFlow as TaMFlow, MFunnel as TaMFunnel, MInterval as TaMInterval, MProperty as TaMProperty, MRetention as TaMRetention, MSql as TaMSql, MenuFold as TaMenuFold, MenuUnfold as TaMenuUnfold, MessageCenter as TaMessageCenter, Mfa as TaMfa, More1 as TaMore1, More2 as TaMore2, NumSm as TaNumSm, OperatorBigger as TaOperatorBigger, OperatorDivide as TaOperatorDivide, OperatorEqual as TaOperatorEqual, OperatorFalse as TaOperatorFalse, OperatorHasValue as TaOperatorHasValue, OperatorInclude as TaOperatorInclude, OperatorInside as TaOperatorInside, OperatorLess as TaOperatorLess, OperatorNoBigger as TaOperatorNoBigger, OperatorNoLess as TaOperatorNoLess, OperatorNoRegex as TaOperatorNoRegex, OperatorNoValue as TaOperatorNoValue, OperatorNotInclude as TaOperatorNotInclude, OperatorRegex as TaOperatorRegex, OperatorTrue as TaOperatorTrue, OperatorUnequal as TaOperatorUnequal, ParallelFilter as TaParallelFilter, Parameter as TaParameter, Password as TaPassword, Pattern as TaPattern, PauseCircle as TaPauseCircle, Play as TaPlay, PlayCircle as TaPlayCircle, Plug as TaPlug, Private as TaPrivate, Processing as TaProcessing, Processing2 as TaProcessing2, Project as TaProject, ProjectMgr as TaProjectMgr, RelatedProp as TaRelatedProp, Rename as TaRename, Report as TaReport, ReportRemoval as TaReportRemoval, ResetPassword as TaResetPassword, Result as TaResult, RowsSm as TaRowsSm, SSpace as TaSSpace, Save as TaSave, Search as TaSearch, Send as TaSend, Server as TaServer, Setting as TaSetting, Share as TaShare, ShieldCheck as TaShieldCheck, ShieldCross as TaShieldCross, ShieldKeyhole as TaShieldKeyhole, Shop as TaShop, ShopFill as TaShopFill, Sort as TaSort, SortA2z as TaSortA2z, SortDownCl as TaSortDownCl, SortDrop as TaSortDrop, SortResult as TaSortResult, SortRise as TaSortRise, SortUpCl as TaSortUpCl, SortZ2a as TaSortZ2a, Space as TaSpace, SpaceOpen as TaSpaceOpen, Speed as TaSpeed, Split as TaSplit, Sql1 as TaSql1, Sql2 as TaSql2, Sql3 as TaSql3, StarFill as TaStarFill, StarOutline as TaStarOutline, Sticker as TaSticker, StickerFill as TaStickerFill, StringSm as TaStringSm, Subtract as TaSubtract, Subtract2 as TaSubtract2, Success as TaSuccess, SuccessFill as TaSuccessFill, SwapFill as TaSwapFill, SystemMgr as TaSystemMgr, SystemMsg as TaSystemMsg, TA2b as TaTA2b, TX2y as TaTX2y, Table1dtable as TaTable1dtable, TdLogo as TaTdLogo, TimeLock as TaTimeLock, TimeSm as TaTimeSm, Tracking as TaTracking, TriDown as TaTriDown, TriLeft as TaTriLeft, TriRight as TaTriRight, TriUp as TaTriUp, UGroup as TaUGroup, UGroupSm as TaUGroupSm, UPropMgr as TaUPropMgr, UPropertySm as TaUPropertySm, UTag as TaUTag, UTagSm as TaUTagSm, Unlink as TaUnlink, Update as TaUpdate, UpdateData as TaUpdateData, Upload as TaUpload, UploadId as TaUploadId, Usb as TaUsb, User1 as TaUser1, User1Fill as TaUser1Fill, User2 as TaUser2, UserAddFill as TaUserAddFill, UserSettings as TaUserSettings, Usertag as TaUsertag, VProperty as TaVProperty, VPropertySm as TaVPropertySm, ViewOriginal as TaViewOriginal, Vip as TaVip, VipFill as TaVipFill };