@tant/icons 1.1.55 → 1.1.67

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,55 @@ 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 }';
3828
+
3829
+ var Tips = function Tips(props) {
3830
+ var color = props.color,
3831
+ size = props.size,
3832
+ spin = props.spin,
3833
+ style = props.style,
3834
+ className = props.className,
3835
+ iconClassName = props.iconClassName,
3836
+ otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className", "iconClassName"]);
3837
+
3838
+ return /*#__PURE__*/React.createElement("span", {
3839
+ className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3840
+ }, /*#__PURE__*/React.createElement("style", {
3841
+ children: loadingCircleStyle$1c
3842
+ }), /*#__PURE__*/React.createElement("svg", _extends({
3843
+ xmlns: "http://www.w3.org/2000/svg",
3844
+ width: size,
3845
+ height: size,
3846
+ viewBox: "0 0 24 24",
3847
+ fill: color
3848
+ }, otherProps, {
3849
+ className: iconClassName,
3850
+ style: _objectSpread2(_objectSpread2({}, style), spin ? {
3851
+ animationDuration: '1s',
3852
+ animationIterationCount: 'infinite',
3853
+ animationName: 'loadingCircle',
3854
+ animationTimingFunction: 'linear'
3855
+ } : {})
3856
+ }), /*#__PURE__*/React.createElement("path", {
3857
+ fillRule: "evenodd",
3858
+ clipRule: "evenodd",
3859
+ d: "M17 16.245V18a1 1 0 01-1 1H8a1 1 0 01-1-1v-1.755a8 8 0 1110 0zm-2-.96l.75-.6a6 6 0 10-7.498 0l.748.6V17h6v-1.715zM9 10a3 3 0 013-3V5a5 5 0 00-5 5h2zm7 12v-2H8v2h8z"
3860
+ })));
3861
+ };
3862
+
3863
+ Tips.propTypes = {
3864
+ iconClassName: PropTypes.string,
3865
+ spin: PropTypes.bool,
3866
+ color: PropTypes.string,
3867
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
3868
+ };
3869
+ Tips.defaultProps = {
3870
+ spin: false,
3871
+ color: 'currentColor',
3872
+ size: '16'
3873
+ };
3874
+
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 }';
3780
3876
 
3781
3877
  var Usb = function Usb(props) {
3782
3878
  var color = props.color,
@@ -3790,7 +3886,7 @@ var Usb = function Usb(props) {
3790
3886
  return /*#__PURE__*/React.createElement("span", {
3791
3887
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3792
3888
  }, /*#__PURE__*/React.createElement("style", {
3793
- children: loadingCircleStyle$1b
3889
+ children: loadingCircleStyle$1d
3794
3890
  }), /*#__PURE__*/React.createElement("svg", _extends({
3795
3891
  xmlns: "http://www.w3.org/2000/svg",
3796
3892
  width: size,
@@ -3822,7 +3918,7 @@ Usb.defaultProps = {
3822
3918
  size: '16'
3823
3919
  };
3824
3920
 
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 }';
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 }';
3826
3922
 
3827
3923
  var Location = function Location(props) {
3828
3924
  var color = props.color,
@@ -3836,7 +3932,7 @@ var Location = function Location(props) {
3836
3932
  return /*#__PURE__*/React.createElement("span", {
3837
3933
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3838
3934
  }, /*#__PURE__*/React.createElement("style", {
3839
- children: loadingCircleStyle$1c
3935
+ children: loadingCircleStyle$1e
3840
3936
  }), /*#__PURE__*/React.createElement("svg", _extends({
3841
3937
  xmlns: "http://www.w3.org/2000/svg",
3842
3938
  width: size,
@@ -3872,7 +3968,7 @@ Location.defaultProps = {
3872
3968
  size: '16'
3873
3969
  };
3874
3970
 
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 }';
3971
+ 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 }';
3876
3972
 
3877
3973
  var ShieldCheck = function ShieldCheck(props) {
3878
3974
  var color = props.color,
@@ -3886,7 +3982,7 @@ var ShieldCheck = function ShieldCheck(props) {
3886
3982
  return /*#__PURE__*/React.createElement("span", {
3887
3983
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3888
3984
  }, /*#__PURE__*/React.createElement("style", {
3889
- children: loadingCircleStyle$1d
3985
+ children: loadingCircleStyle$1f
3890
3986
  }), /*#__PURE__*/React.createElement("svg", _extends({
3891
3987
  xmlns: "http://www.w3.org/2000/svg",
3892
3988
  width: size,
@@ -3918,7 +4014,7 @@ ShieldCheck.defaultProps = {
3918
4014
  size: '16'
3919
4015
  };
3920
4016
 
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 }';
4017
+ 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 }';
3922
4018
 
3923
4019
  var ShieldCross = function ShieldCross(props) {
3924
4020
  var color = props.color,
@@ -3932,7 +4028,7 @@ var ShieldCross = function ShieldCross(props) {
3932
4028
  return /*#__PURE__*/React.createElement("span", {
3933
4029
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3934
4030
  }, /*#__PURE__*/React.createElement("style", {
3935
- children: loadingCircleStyle$1e
4031
+ children: loadingCircleStyle$1g
3936
4032
  }), /*#__PURE__*/React.createElement("svg", _extends({
3937
4033
  xmlns: "http://www.w3.org/2000/svg",
3938
4034
  width: size,
@@ -3964,7 +4060,7 @@ ShieldCross.defaultProps = {
3964
4060
  size: '16'
3965
4061
  };
3966
4062
 
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 }';
4063
+ 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 }';
3968
4064
 
3969
4065
  var ShieldKeyhole = function ShieldKeyhole(props) {
3970
4066
  var color = props.color,
@@ -3978,7 +4074,7 @@ var ShieldKeyhole = function ShieldKeyhole(props) {
3978
4074
  return /*#__PURE__*/React.createElement("span", {
3979
4075
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3980
4076
  }, /*#__PURE__*/React.createElement("style", {
3981
- children: loadingCircleStyle$1f
4077
+ children: loadingCircleStyle$1h
3982
4078
  }), /*#__PURE__*/React.createElement("svg", _extends({
3983
4079
  xmlns: "http://www.w3.org/2000/svg",
3984
4080
  width: size,
@@ -4010,7 +4106,7 @@ ShieldKeyhole.defaultProps = {
4010
4106
  size: '16'
4011
4107
  };
4012
4108
 
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 }';
4109
+ 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 }';
4014
4110
 
4015
4111
  var Analysis = function Analysis(props) {
4016
4112
  var color = props.color,
@@ -4024,7 +4120,7 @@ var Analysis = function Analysis(props) {
4024
4120
  return /*#__PURE__*/React.createElement("span", {
4025
4121
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4026
4122
  }, /*#__PURE__*/React.createElement("style", {
4027
- children: loadingCircleStyle$1g
4123
+ children: loadingCircleStyle$1i
4028
4124
  }), /*#__PURE__*/React.createElement("svg", _extends({
4029
4125
  xmlns: "http://www.w3.org/2000/svg",
4030
4126
  width: size,
@@ -4056,7 +4152,7 @@ Analysis.defaultProps = {
4056
4152
  size: '16'
4057
4153
  };
4058
4154
 
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 }';
4155
+ 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 }';
4060
4156
 
4061
4157
  var Filter = function Filter(props) {
4062
4158
  var color = props.color,
@@ -4070,7 +4166,7 @@ var Filter = function Filter(props) {
4070
4166
  return /*#__PURE__*/React.createElement("span", {
4071
4167
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4072
4168
  }, /*#__PURE__*/React.createElement("style", {
4073
- children: loadingCircleStyle$1h
4169
+ children: loadingCircleStyle$1j
4074
4170
  }), /*#__PURE__*/React.createElement("svg", _extends({
4075
4171
  xmlns: "http://www.w3.org/2000/svg",
4076
4172
  width: size,
@@ -4102,7 +4198,7 @@ Filter.defaultProps = {
4102
4198
  size: '16'
4103
4199
  };
4104
4200
 
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 }';
4201
+ 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 }';
4106
4202
 
4107
4203
  var Filter2 = function Filter2(props) {
4108
4204
  var color = props.color,
@@ -4116,7 +4212,7 @@ var Filter2 = function Filter2(props) {
4116
4212
  return /*#__PURE__*/React.createElement("span", {
4117
4213
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4118
4214
  }, /*#__PURE__*/React.createElement("style", {
4119
- children: loadingCircleStyle$1i
4215
+ children: loadingCircleStyle$1k
4120
4216
  }), /*#__PURE__*/React.createElement("svg", _extends({
4121
4217
  xmlns: "http://www.w3.org/2000/svg",
4122
4218
  width: size,
@@ -4148,7 +4244,7 @@ Filter2.defaultProps = {
4148
4244
  size: '16'
4149
4245
  };
4150
4246
 
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 }';
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 }';
4152
4248
 
4153
4249
  var ParallelFilter = function ParallelFilter(props) {
4154
4250
  var color = props.color,
@@ -4162,7 +4258,7 @@ var ParallelFilter = function ParallelFilter(props) {
4162
4258
  return /*#__PURE__*/React.createElement("span", {
4163
4259
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4164
4260
  }, /*#__PURE__*/React.createElement("style", {
4165
- children: loadingCircleStyle$1j
4261
+ children: loadingCircleStyle$1l
4166
4262
  }), /*#__PURE__*/React.createElement("svg", _extends({
4167
4263
  xmlns: "http://www.w3.org/2000/svg",
4168
4264
  width: size,
@@ -4196,7 +4292,7 @@ ParallelFilter.defaultProps = {
4196
4292
  size: '16'
4197
4293
  };
4198
4294
 
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 }';
4295
+ 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 }';
4200
4296
 
4201
4297
  var Expression = function Expression(props) {
4202
4298
  var color = props.color,
@@ -4210,7 +4306,7 @@ var Expression = function Expression(props) {
4210
4306
  return /*#__PURE__*/React.createElement("span", {
4211
4307
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4212
4308
  }, /*#__PURE__*/React.createElement("style", {
4213
- children: loadingCircleStyle$1k
4309
+ children: loadingCircleStyle$1m
4214
4310
  }), /*#__PURE__*/React.createElement("svg", _extends({
4215
4311
  xmlns: "http://www.w3.org/2000/svg",
4216
4312
  width: size,
@@ -4242,7 +4338,7 @@ Expression.defaultProps = {
4242
4338
  size: '16'
4243
4339
  };
4244
4340
 
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 }';
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 }';
4246
4342
 
4247
4343
  var Expression2 = function Expression2(props) {
4248
4344
  var color = props.color,
@@ -4256,7 +4352,7 @@ var Expression2 = function Expression2(props) {
4256
4352
  return /*#__PURE__*/React.createElement("span", {
4257
4353
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4258
4354
  }, /*#__PURE__*/React.createElement("style", {
4259
- children: loadingCircleStyle$1l
4355
+ children: loadingCircleStyle$1n
4260
4356
  }), /*#__PURE__*/React.createElement("svg", _extends({
4261
4357
  xmlns: "http://www.w3.org/2000/svg",
4262
4358
  width: size,
@@ -4290,7 +4386,7 @@ Expression2.defaultProps = {
4290
4386
  size: '16'
4291
4387
  };
4292
4388
 
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 }';
4389
+ 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 }';
4294
4390
 
4295
4391
  var FirstLast = function FirstLast(props) {
4296
4392
  var color = props.color,
@@ -4304,7 +4400,7 @@ var FirstLast = function FirstLast(props) {
4304
4400
  return /*#__PURE__*/React.createElement("span", {
4305
4401
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4306
4402
  }, /*#__PURE__*/React.createElement("style", {
4307
- children: loadingCircleStyle$1m
4403
+ children: loadingCircleStyle$1o
4308
4404
  }), /*#__PURE__*/React.createElement("svg", _extends({
4309
4405
  xmlns: "http://www.w3.org/2000/svg",
4310
4406
  width: size,
@@ -4336,7 +4432,7 @@ FirstLast.defaultProps = {
4336
4432
  size: '16'
4337
4433
  };
4338
4434
 
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 }';
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 }';
4340
4436
 
4341
4437
  var RelatedProp = function RelatedProp(props) {
4342
4438
  var color = props.color,
@@ -4350,7 +4446,7 @@ var RelatedProp = function RelatedProp(props) {
4350
4446
  return /*#__PURE__*/React.createElement("span", {
4351
4447
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4352
4448
  }, /*#__PURE__*/React.createElement("style", {
4353
- children: loadingCircleStyle$1n
4449
+ children: loadingCircleStyle$1p
4354
4450
  }), /*#__PURE__*/React.createElement("svg", _extends({
4355
4451
  xmlns: "http://www.w3.org/2000/svg",
4356
4452
  width: size,
@@ -4382,7 +4478,7 @@ RelatedProp.defaultProps = {
4382
4478
  size: '16'
4383
4479
  };
4384
4480
 
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 }';
4481
+ 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 }';
4386
4482
 
4387
4483
  var SortRise = function SortRise(props) {
4388
4484
  var color = props.color,
@@ -4396,7 +4492,7 @@ var SortRise = function SortRise(props) {
4396
4492
  return /*#__PURE__*/React.createElement("span", {
4397
4493
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4398
4494
  }, /*#__PURE__*/React.createElement("style", {
4399
- children: loadingCircleStyle$1o
4495
+ children: loadingCircleStyle$1q
4400
4496
  }), /*#__PURE__*/React.createElement("svg", _extends({
4401
4497
  xmlns: "http://www.w3.org/2000/svg",
4402
4498
  width: size,
@@ -4432,7 +4528,7 @@ SortRise.defaultProps = {
4432
4528
  size: '16'
4433
4529
  };
4434
4530
 
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 }';
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 }';
4436
4532
 
4437
4533
  var SortDrop = function SortDrop(props) {
4438
4534
  var color = props.color,
@@ -4446,7 +4542,7 @@ var SortDrop = function SortDrop(props) {
4446
4542
  return /*#__PURE__*/React.createElement("span", {
4447
4543
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4448
4544
  }, /*#__PURE__*/React.createElement("style", {
4449
- children: loadingCircleStyle$1p
4545
+ children: loadingCircleStyle$1r
4450
4546
  }), /*#__PURE__*/React.createElement("svg", _extends({
4451
4547
  xmlns: "http://www.w3.org/2000/svg",
4452
4548
  width: size,
@@ -4482,7 +4578,7 @@ SortDrop.defaultProps = {
4482
4578
  size: '16'
4483
4579
  };
4484
4580
 
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 }';
4581
+ 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 }';
4486
4582
 
4487
4583
  var Ascent = function Ascent(props) {
4488
4584
  var color = props.color,
@@ -4496,7 +4592,7 @@ var Ascent = function Ascent(props) {
4496
4592
  return /*#__PURE__*/React.createElement("span", {
4497
4593
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4498
4594
  }, /*#__PURE__*/React.createElement("style", {
4499
- children: loadingCircleStyle$1q
4595
+ children: loadingCircleStyle$1s
4500
4596
  }), /*#__PURE__*/React.createElement("svg", _extends({
4501
4597
  xmlns: "http://www.w3.org/2000/svg",
4502
4598
  width: size,
@@ -4528,7 +4624,7 @@ Ascent.defaultProps = {
4528
4624
  size: '16'
4529
4625
  };
4530
4626
 
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 }';
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 }';
4532
4628
 
4533
4629
  var Descent = function Descent(props) {
4534
4630
  var color = props.color,
@@ -4542,7 +4638,7 @@ var Descent = function Descent(props) {
4542
4638
  return /*#__PURE__*/React.createElement("span", {
4543
4639
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4544
4640
  }, /*#__PURE__*/React.createElement("style", {
4545
- children: loadingCircleStyle$1r
4641
+ children: loadingCircleStyle$1t
4546
4642
  }), /*#__PURE__*/React.createElement("svg", _extends({
4547
4643
  xmlns: "http://www.w3.org/2000/svg",
4548
4644
  width: size,
@@ -4574,7 +4670,7 @@ Descent.defaultProps = {
4574
4670
  size: '16'
4575
4671
  };
4576
4672
 
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 }';
4673
+ 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 }';
4578
4674
 
4579
4675
  var SortA2z = function SortA2z(props) {
4580
4676
  var color = props.color,
@@ -4588,7 +4684,7 @@ var SortA2z = function SortA2z(props) {
4588
4684
  return /*#__PURE__*/React.createElement("span", {
4589
4685
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4590
4686
  }, /*#__PURE__*/React.createElement("style", {
4591
- children: loadingCircleStyle$1s
4687
+ children: loadingCircleStyle$1u
4592
4688
  }), /*#__PURE__*/React.createElement("svg", _extends({
4593
4689
  xmlns: "http://www.w3.org/2000/svg",
4594
4690
  width: size,
@@ -4604,11 +4700,21 @@ var SortA2z = function SortA2z(props) {
4604
4700
  animationTimingFunction: 'linear'
4605
4701
  } : {})
4606
4702
  }), /*#__PURE__*/React.createElement("path", {
4607
- d: "M22 12.047h-5.742l5.565-7.838V3H14v1.541h5.557L14 12.334v1.24h8v-1.527z"
4703
+ fillRule: "evenodd",
4704
+ clipRule: "evenodd",
4705
+ d: "M18 2a1 1 0 011 1v17a1 1 0 11-2 0V3a1 1 0 011-1z"
4608
4706
  }), /*#__PURE__*/React.createElement("path", {
4609
4707
  fillRule: "evenodd",
4610
4708
  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"
4709
+ 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"
4710
+ }), /*#__PURE__*/React.createElement("path", {
4711
+ fillRule: "evenodd",
4712
+ clipRule: "evenodd",
4713
+ 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"
4714
+ }), /*#__PURE__*/React.createElement("path", {
4715
+ 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"
4716
+ }), /*#__PURE__*/React.createElement("path", {
4717
+ d: "M2.859 13h6.354v1.097l-5.014 6.73H9.5V22h-7v-1.084l5.026-6.744H2.859V13z"
4612
4718
  })));
4613
4719
  };
4614
4720
 
@@ -4624,7 +4730,7 @@ SortA2z.defaultProps = {
4624
4730
  size: '16'
4625
4731
  };
4626
4732
 
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 }';
4733
+ 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 }';
4628
4734
 
4629
4735
  var SortZ2a = function SortZ2a(props) {
4630
4736
  var color = props.color,
@@ -4638,7 +4744,7 @@ var SortZ2a = function SortZ2a(props) {
4638
4744
  return /*#__PURE__*/React.createElement("span", {
4639
4745
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4640
4746
  }, /*#__PURE__*/React.createElement("style", {
4641
- children: loadingCircleStyle$1t
4747
+ children: loadingCircleStyle$1v
4642
4748
  }), /*#__PURE__*/React.createElement("svg", _extends({
4643
4749
  xmlns: "http://www.w3.org/2000/svg",
4644
4750
  width: size,
@@ -4654,11 +4760,21 @@ var SortZ2a = function SortZ2a(props) {
4654
4760
  animationTimingFunction: 'linear'
4655
4761
  } : {})
4656
4762
  }), /*#__PURE__*/React.createElement("path", {
4657
- d: "M10 12.035H4.258l5.565-7.826V3H2v1.541h5.557L2 12.322v1.24h8v-1.527z"
4763
+ fillRule: "evenodd",
4764
+ clipRule: "evenodd",
4765
+ d: "M18 22a1 1 0 01-1-1V4a1 1 0 112 0v17a1 1 0 01-1 1z"
4766
+ }), /*#__PURE__*/React.createElement("path", {
4767
+ fillRule: "evenodd",
4768
+ clipRule: "evenodd",
4769
+ 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
4770
  }), /*#__PURE__*/React.createElement("path", {
4659
4771
  fillRule: "evenodd",
4660
4772
  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"
4773
+ 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"
4774
+ }), /*#__PURE__*/React.createElement("path", {
4775
+ 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"
4776
+ }), /*#__PURE__*/React.createElement("path", {
4777
+ d: "M2.859 13h6.354v1.097l-5.014 6.73H9.5V22h-7v-1.084l5.026-6.744H2.859V13z"
4662
4778
  })));
4663
4779
  };
4664
4780
 
@@ -4674,7 +4790,7 @@ SortZ2a.defaultProps = {
4674
4790
  size: '16'
4675
4791
  };
4676
4792
 
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 }';
4793
+ 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 }';
4678
4794
 
4679
4795
  var Sort = function Sort(props) {
4680
4796
  var color = props.color,
@@ -4688,7 +4804,7 @@ var Sort = function Sort(props) {
4688
4804
  return /*#__PURE__*/React.createElement("span", {
4689
4805
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4690
4806
  }, /*#__PURE__*/React.createElement("style", {
4691
- children: loadingCircleStyle$1u
4807
+ children: loadingCircleStyle$1w
4692
4808
  }), /*#__PURE__*/React.createElement("svg", _extends({
4693
4809
  xmlns: "http://www.w3.org/2000/svg",
4694
4810
  width: size,
@@ -4720,7 +4836,7 @@ Sort.defaultProps = {
4720
4836
  size: '16'
4721
4837
  };
4722
4838
 
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 }';
4839
+ 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 }';
4724
4840
 
4725
4841
  var SortResult = function SortResult(props) {
4726
4842
  var color = props.color,
@@ -4734,7 +4850,7 @@ var SortResult = function SortResult(props) {
4734
4850
  return /*#__PURE__*/React.createElement("span", {
4735
4851
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4736
4852
  }, /*#__PURE__*/React.createElement("style", {
4737
- children: loadingCircleStyle$1v
4853
+ children: loadingCircleStyle$1x
4738
4854
  }), /*#__PURE__*/React.createElement("svg", _extends({
4739
4855
  xmlns: "http://www.w3.org/2000/svg",
4740
4856
  width: size,
@@ -4772,7 +4888,7 @@ SortResult.defaultProps = {
4772
4888
  size: '16'
4773
4889
  };
4774
4890
 
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 }';
4891
+ 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 }';
4776
4892
 
4777
4893
  var TA2b = function TA2b(props) {
4778
4894
  var color = props.color,
@@ -4786,7 +4902,7 @@ var TA2b = function TA2b(props) {
4786
4902
  return /*#__PURE__*/React.createElement("span", {
4787
4903
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4788
4904
  }, /*#__PURE__*/React.createElement("style", {
4789
- children: loadingCircleStyle$1w
4905
+ children: loadingCircleStyle$1y
4790
4906
  }), /*#__PURE__*/React.createElement("svg", _extends({
4791
4907
  xmlns: "http://www.w3.org/2000/svg",
4792
4908
  width: size,
@@ -4818,7 +4934,7 @@ TA2b.defaultProps = {
4818
4934
  size: '16'
4819
4935
  };
4820
4936
 
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 }';
4937
+ 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 }';
4822
4938
 
4823
4939
  var TX2y = function TX2y(props) {
4824
4940
  var color = props.color,
@@ -4832,7 +4948,7 @@ var TX2y = function TX2y(props) {
4832
4948
  return /*#__PURE__*/React.createElement("span", {
4833
4949
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4834
4950
  }, /*#__PURE__*/React.createElement("style", {
4835
- children: loadingCircleStyle$1x
4951
+ children: loadingCircleStyle$1z
4836
4952
  }), /*#__PURE__*/React.createElement("svg", _extends({
4837
4953
  xmlns: "http://www.w3.org/2000/svg",
4838
4954
  width: size,
@@ -4868,7 +4984,7 @@ TX2y.defaultProps = {
4868
4984
  size: '16'
4869
4985
  };
4870
4986
 
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 }';
4987
+ 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 }';
4872
4988
 
4873
4989
  var Parameter = function Parameter(props) {
4874
4990
  var color = props.color,
@@ -4882,7 +4998,7 @@ var Parameter = function Parameter(props) {
4882
4998
  return /*#__PURE__*/React.createElement("span", {
4883
4999
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4884
5000
  }, /*#__PURE__*/React.createElement("style", {
4885
- children: loadingCircleStyle$1y
5001
+ children: loadingCircleStyle$1A
4886
5002
  }), /*#__PURE__*/React.createElement("svg", _extends({
4887
5003
  xmlns: "http://www.w3.org/2000/svg",
4888
5004
  width: size,
@@ -4920,7 +5036,7 @@ Parameter.defaultProps = {
4920
5036
  size: '16'
4921
5037
  };
4922
5038
 
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 }';
5039
+ 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 }';
4924
5040
 
4925
5041
  var Groups = function Groups(props) {
4926
5042
  var color = props.color,
@@ -4934,7 +5050,7 @@ var Groups = function Groups(props) {
4934
5050
  return /*#__PURE__*/React.createElement("span", {
4935
5051
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4936
5052
  }, /*#__PURE__*/React.createElement("style", {
4937
- children: loadingCircleStyle$1z
5053
+ children: loadingCircleStyle$1B
4938
5054
  }), /*#__PURE__*/React.createElement("svg", _extends({
4939
5055
  xmlns: "http://www.w3.org/2000/svg",
4940
5056
  width: size,
@@ -4966,7 +5082,7 @@ Groups.defaultProps = {
4966
5082
  size: '16'
4967
5083
  };
4968
5084
 
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 }';
5085
+ 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 }';
4970
5086
 
4971
5087
  var EventTree = function EventTree(props) {
4972
5088
  var color = props.color,
@@ -4980,7 +5096,7 @@ var EventTree = function EventTree(props) {
4980
5096
  return /*#__PURE__*/React.createElement("span", {
4981
5097
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4982
5098
  }, /*#__PURE__*/React.createElement("style", {
4983
- children: loadingCircleStyle$1A
5099
+ children: loadingCircleStyle$1C
4984
5100
  }), /*#__PURE__*/React.createElement("svg", _extends({
4985
5101
  xmlns: "http://www.w3.org/2000/svg",
4986
5102
  width: size,
@@ -5012,7 +5128,7 @@ EventTree.defaultProps = {
5012
5128
  size: '16'
5013
5129
  };
5014
5130
 
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 }';
5131
+ 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 }';
5016
5132
 
5017
5133
  var Split = function Split(props) {
5018
5134
  var color = props.color,
@@ -5026,7 +5142,7 @@ var Split = function Split(props) {
5026
5142
  return /*#__PURE__*/React.createElement("span", {
5027
5143
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5028
5144
  }, /*#__PURE__*/React.createElement("style", {
5029
- children: loadingCircleStyle$1B
5145
+ children: loadingCircleStyle$1D
5030
5146
  }), /*#__PURE__*/React.createElement("svg", _extends({
5031
5147
  xmlns: "http://www.w3.org/2000/svg",
5032
5148
  width: size,
@@ -5058,7 +5174,7 @@ Split.defaultProps = {
5058
5174
  size: '16'
5059
5175
  };
5060
5176
 
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 }';
5177
+ 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 }';
5062
5178
 
5063
5179
  var CustomPartition = function CustomPartition(props) {
5064
5180
  var color = props.color,
@@ -5072,7 +5188,7 @@ var CustomPartition = function CustomPartition(props) {
5072
5188
  return /*#__PURE__*/React.createElement("span", {
5073
5189
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5074
5190
  }, /*#__PURE__*/React.createElement("style", {
5075
- children: loadingCircleStyle$1C
5191
+ children: loadingCircleStyle$1E
5076
5192
  }), /*#__PURE__*/React.createElement("svg", _extends({
5077
5193
  xmlns: "http://www.w3.org/2000/svg",
5078
5194
  width: size,
@@ -5104,7 +5220,7 @@ CustomPartition.defaultProps = {
5104
5220
  size: '16'
5105
5221
  };
5106
5222
 
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 }';
5223
+ 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 }';
5108
5224
 
5109
5225
  var Result = function Result(props) {
5110
5226
  var color = props.color,
@@ -5118,7 +5234,7 @@ var Result = function Result(props) {
5118
5234
  return /*#__PURE__*/React.createElement("span", {
5119
5235
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5120
5236
  }, /*#__PURE__*/React.createElement("style", {
5121
- children: loadingCircleStyle$1D
5237
+ children: loadingCircleStyle$1F
5122
5238
  }), /*#__PURE__*/React.createElement("svg", _extends({
5123
5239
  xmlns: "http://www.w3.org/2000/svg",
5124
5240
  width: size,
@@ -5154,7 +5270,7 @@ Result.defaultProps = {
5154
5270
  size: '16'
5155
5271
  };
5156
5272
 
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 }';
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 }';
5158
5274
 
5159
5275
  var Alert = function Alert(props) {
5160
5276
  var color = props.color,
@@ -5168,7 +5284,7 @@ var Alert = function Alert(props) {
5168
5284
  return /*#__PURE__*/React.createElement("span", {
5169
5285
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5170
5286
  }, /*#__PURE__*/React.createElement("style", {
5171
- children: loadingCircleStyle$1E
5287
+ children: loadingCircleStyle$1G
5172
5288
  }), /*#__PURE__*/React.createElement("svg", _extends({
5173
5289
  xmlns: "http://www.w3.org/2000/svg",
5174
5290
  width: size,
@@ -5202,7 +5318,7 @@ Alert.defaultProps = {
5202
5318
  size: '16'
5203
5319
  };
5204
5320
 
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 }';
5321
+ 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 }';
5206
5322
 
5207
5323
  var ViewOriginal = function ViewOriginal(props) {
5208
5324
  var color = props.color,
@@ -5216,7 +5332,7 @@ var ViewOriginal = function ViewOriginal(props) {
5216
5332
  return /*#__PURE__*/React.createElement("span", {
5217
5333
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5218
5334
  }, /*#__PURE__*/React.createElement("style", {
5219
- children: loadingCircleStyle$1F
5335
+ children: loadingCircleStyle$1H
5220
5336
  }), /*#__PURE__*/React.createElement("svg", _extends({
5221
5337
  xmlns: "http://www.w3.org/2000/svg",
5222
5338
  width: size,
@@ -5255,7 +5371,7 @@ ViewOriginal.defaultProps = {
5255
5371
  size: '16'
5256
5372
  };
5257
5373
 
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 }';
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 }';
5259
5375
 
5260
5376
  var Attribution = function Attribution(props) {
5261
5377
  var color = props.color,
@@ -5269,7 +5385,7 @@ var Attribution = function Attribution(props) {
5269
5385
  return /*#__PURE__*/React.createElement("span", {
5270
5386
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5271
5387
  }, /*#__PURE__*/React.createElement("style", {
5272
- children: loadingCircleStyle$1G
5388
+ children: loadingCircleStyle$1I
5273
5389
  }), /*#__PURE__*/React.createElement("svg", _extends({
5274
5390
  xmlns: "http://www.w3.org/2000/svg",
5275
5391
  width: size,
@@ -5303,7 +5419,7 @@ Attribution.defaultProps = {
5303
5419
  size: '16'
5304
5420
  };
5305
5421
 
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 }';
5422
+ 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 }';
5307
5423
 
5308
5424
  var Cost = function Cost(props) {
5309
5425
  var color = props.color,
@@ -5317,7 +5433,7 @@ var Cost = function Cost(props) {
5317
5433
  return /*#__PURE__*/React.createElement("span", {
5318
5434
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5319
5435
  }, /*#__PURE__*/React.createElement("style", {
5320
- children: loadingCircleStyle$1H
5436
+ children: loadingCircleStyle$1J
5321
5437
  }), /*#__PURE__*/React.createElement("svg", _extends({
5322
5438
  xmlns: "http://www.w3.org/2000/svg",
5323
5439
  width: size,
@@ -5349,7 +5465,7 @@ Cost.defaultProps = {
5349
5465
  size: '16'
5350
5466
  };
5351
5467
 
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 }';
5468
+ 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 }';
5353
5469
 
5354
5470
  var Exposure = function Exposure(props) {
5355
5471
  var color = props.color,
@@ -5363,7 +5479,7 @@ var Exposure = function Exposure(props) {
5363
5479
  return /*#__PURE__*/React.createElement("span", {
5364
5480
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5365
5481
  }, /*#__PURE__*/React.createElement("style", {
5366
- children: loadingCircleStyle$1I
5482
+ children: loadingCircleStyle$1K
5367
5483
  }), /*#__PURE__*/React.createElement("svg", _extends({
5368
5484
  xmlns: "http://www.w3.org/2000/svg",
5369
5485
  width: size,
@@ -5395,7 +5511,7 @@ Exposure.defaultProps = {
5395
5511
  size: '16'
5396
5512
  };
5397
5513
 
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 }';
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 }';
5399
5515
 
5400
5516
  var Indicator = function Indicator(props) {
5401
5517
  var color = props.color,
@@ -5409,7 +5525,7 @@ var Indicator = function Indicator(props) {
5409
5525
  return /*#__PURE__*/React.createElement("span", {
5410
5526
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5411
5527
  }, /*#__PURE__*/React.createElement("style", {
5412
- children: loadingCircleStyle$1J
5528
+ children: loadingCircleStyle$1L
5413
5529
  }), /*#__PURE__*/React.createElement("svg", _extends({
5414
5530
  xmlns: "http://www.w3.org/2000/svg",
5415
5531
  width: size,
@@ -5443,7 +5559,7 @@ Indicator.defaultProps = {
5443
5559
  size: '16'
5444
5560
  };
5445
5561
 
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 }';
5562
+ 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 }';
5447
5563
 
5448
5564
  var Currency = function Currency(props) {
5449
5565
  var color = props.color,
@@ -5457,7 +5573,7 @@ var Currency = function Currency(props) {
5457
5573
  return /*#__PURE__*/React.createElement("span", {
5458
5574
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5459
5575
  }, /*#__PURE__*/React.createElement("style", {
5460
- children: loadingCircleStyle$1K
5576
+ children: loadingCircleStyle$1M
5461
5577
  }), /*#__PURE__*/React.createElement("svg", _extends({
5462
5578
  xmlns: "http://www.w3.org/2000/svg",
5463
5579
  width: size,
@@ -5489,7 +5605,7 @@ Currency.defaultProps = {
5489
5605
  size: '16'
5490
5606
  };
5491
5607
 
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 }';
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 }';
5493
5609
 
5494
5610
  var Contrast = function Contrast(props) {
5495
5611
  var color = props.color,
@@ -5503,7 +5619,7 @@ var Contrast = function Contrast(props) {
5503
5619
  return /*#__PURE__*/React.createElement("span", {
5504
5620
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5505
5621
  }, /*#__PURE__*/React.createElement("style", {
5506
- children: loadingCircleStyle$1L
5622
+ children: loadingCircleStyle$1N
5507
5623
  }), /*#__PURE__*/React.createElement("svg", _extends({
5508
5624
  xmlns: "http://www.w3.org/2000/svg",
5509
5625
  width: size,
@@ -5537,7 +5653,63 @@ Contrast.defaultProps = {
5537
5653
  size: '16'
5538
5654
  };
5539
5655
 
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 }';
5656
+ 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 }';
5657
+
5658
+ var Index = function Index(props) {
5659
+ var color = props.color,
5660
+ size = props.size,
5661
+ spin = props.spin,
5662
+ style = props.style,
5663
+ className = props.className,
5664
+ iconClassName = props.iconClassName,
5665
+ otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className", "iconClassName"]);
5666
+
5667
+ return /*#__PURE__*/React.createElement("span", {
5668
+ className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5669
+ }, /*#__PURE__*/React.createElement("style", {
5670
+ children: loadingCircleStyle$1O
5671
+ }), /*#__PURE__*/React.createElement("svg", _extends({
5672
+ xmlns: "http://www.w3.org/2000/svg",
5673
+ width: size,
5674
+ height: size,
5675
+ viewBox: "0 0 24 24",
5676
+ fill: color
5677
+ }, otherProps, {
5678
+ className: iconClassName,
5679
+ style: _objectSpread2(_objectSpread2({}, style), spin ? {
5680
+ animationDuration: '1s',
5681
+ animationIterationCount: 'infinite',
5682
+ animationName: 'loadingCircle',
5683
+ animationTimingFunction: 'linear'
5684
+ } : {})
5685
+ }), /*#__PURE__*/React.createElement("path", {
5686
+ d: "M18 4H7v2h11V4z"
5687
+ }), /*#__PURE__*/React.createElement("path", {
5688
+ d: "M7 11h14v2H7v-2z"
5689
+ }), /*#__PURE__*/React.createElement("path", {
5690
+ d: "M7 18h7v2H7v-2z"
5691
+ }), /*#__PURE__*/React.createElement("path", {
5692
+ d: "M5 4H3v2h2V4z"
5693
+ }), /*#__PURE__*/React.createElement("path", {
5694
+ d: "M5 18H3v2h2v-2z"
5695
+ }), /*#__PURE__*/React.createElement("path", {
5696
+ d: "M5 11H3v2h2v-2z"
5697
+ })));
5698
+ };
5699
+
5700
+ Index.propTypes = {
5701
+ iconClassName: PropTypes.string,
5702
+ spin: PropTypes.bool,
5703
+ color: PropTypes.string,
5704
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
5705
+ };
5706
+ Index.defaultProps = {
5707
+ spin: false,
5708
+ color: 'currentColor',
5709
+ size: '16'
5710
+ };
5711
+
5712
+ 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 }';
5541
5713
 
5542
5714
  var SortUpCl = function SortUpCl(props) {
5543
5715
  var color = props.color,
@@ -5551,7 +5723,7 @@ var SortUpCl = function SortUpCl(props) {
5551
5723
  return /*#__PURE__*/React.createElement("span", {
5552
5724
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5553
5725
  }, /*#__PURE__*/React.createElement("style", {
5554
- children: loadingCircleStyle$1M
5726
+ children: loadingCircleStyle$1P
5555
5727
  }), /*#__PURE__*/React.createElement("svg", _extends({
5556
5728
  xmlns: "http://www.w3.org/2000/svg",
5557
5729
  width: size,
@@ -5567,11 +5739,40 @@ var SortUpCl = function SortUpCl(props) {
5567
5739
  animationTimingFunction: 'linear'
5568
5740
  } : {})
5569
5741
  }), /*#__PURE__*/React.createElement("path", {
5570
- d: "M6 15l6 6 6-6H6z",
5742
+ fillRule: "evenodd",
5743
+ clipRule: "evenodd",
5744
+ d: "M9 5a1 1 0 01-1 1H3a1 1 0 110-2h5a1 1 0 011 1z",
5745
+ fill: "#747C94"
5746
+ }), /*#__PURE__*/React.createElement("path", {
5747
+ fillRule: "evenodd",
5748
+ clipRule: "evenodd",
5749
+ d: "M15 20a1 1 0 01-1 1H3a1 1 0 110-2h11a1 1 0 011 1z",
5750
+ fill: "#747C94"
5751
+ }), /*#__PURE__*/React.createElement("path", {
5752
+ fillRule: "evenodd",
5753
+ clipRule: "evenodd",
5754
+ d: "M13 15a1 1 0 01-1 1H3a1 1 0 110-2h9a1 1 0 011 1z",
5755
+ fill: "#747C94"
5756
+ }), /*#__PURE__*/React.createElement("path", {
5757
+ fillRule: "evenodd",
5758
+ clipRule: "evenodd",
5759
+ d: "M11 10a1 1 0 01-1 1H3a1 1 0 110-2h7a1 1 0 011 1z",
5571
5760
  fill: "#747C94"
5572
5761
  }), /*#__PURE__*/React.createElement("path", {
5573
- d: "M6 9l6-6 6 6H6z",
5574
- fill: "#1673F6"
5762
+ fillRule: "evenodd",
5763
+ clipRule: "evenodd",
5764
+ d: "M18 22a1 1 0 01-1-1V4a1 1 0 112 0v17a1 1 0 01-1 1z",
5765
+ fill: "#747C94"
5766
+ }), /*#__PURE__*/React.createElement("path", {
5767
+ fillRule: "evenodd",
5768
+ clipRule: "evenodd",
5769
+ 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",
5770
+ fill: "#747C94"
5771
+ }), /*#__PURE__*/React.createElement("path", {
5772
+ fillRule: "evenodd",
5773
+ clipRule: "evenodd",
5774
+ 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",
5775
+ fill: "#747C94"
5575
5776
  })));
5576
5777
  };
5577
5778
 
@@ -5587,7 +5788,7 @@ SortUpCl.defaultProps = {
5587
5788
  size: '16'
5588
5789
  };
5589
5790
 
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 }';
5791
+ 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 }';
5591
5792
 
5592
5793
  var SortDownCl = function SortDownCl(props) {
5593
5794
  var color = props.color,
@@ -5601,7 +5802,7 @@ var SortDownCl = function SortDownCl(props) {
5601
5802
  return /*#__PURE__*/React.createElement("span", {
5602
5803
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5603
5804
  }, /*#__PURE__*/React.createElement("style", {
5604
- children: loadingCircleStyle$1N
5805
+ children: loadingCircleStyle$1Q
5605
5806
  }), /*#__PURE__*/React.createElement("svg", _extends({
5606
5807
  xmlns: "http://www.w3.org/2000/svg",
5607
5808
  width: size,
@@ -5617,10 +5818,39 @@ var SortDownCl = function SortDownCl(props) {
5617
5818
  animationTimingFunction: 'linear'
5618
5819
  } : {})
5619
5820
  }), /*#__PURE__*/React.createElement("path", {
5620
- d: "M6 15l6 6 6-6H6z",
5621
- fill: "#1673F6"
5821
+ fillRule: "evenodd",
5822
+ clipRule: "evenodd",
5823
+ d: "M18 2a1 1 0 011 1v17a1 1 0 11-2 0V3a1 1 0 011-1z",
5824
+ fill: "#747C94"
5825
+ }), /*#__PURE__*/React.createElement("path", {
5826
+ fillRule: "evenodd",
5827
+ clipRule: "evenodd",
5828
+ 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",
5829
+ fill: "#747C94"
5830
+ }), /*#__PURE__*/React.createElement("path", {
5831
+ fillRule: "evenodd",
5832
+ clipRule: "evenodd",
5833
+ 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",
5834
+ fill: "#747C94"
5835
+ }), /*#__PURE__*/React.createElement("path", {
5836
+ fillRule: "evenodd",
5837
+ clipRule: "evenodd",
5838
+ d: "M2 4a1 1 0 011-1h11a1 1 0 110 2H3a1 1 0 01-1-1z",
5839
+ fill: "#747C94"
5622
5840
  }), /*#__PURE__*/React.createElement("path", {
5623
- d: "M6 9l6-6 6 6H6z",
5841
+ fillRule: "evenodd",
5842
+ clipRule: "evenodd",
5843
+ d: "M2 9a1 1 0 011-1h9a1 1 0 110 2H3a1 1 0 01-1-1z",
5844
+ fill: "#747C94"
5845
+ }), /*#__PURE__*/React.createElement("path", {
5846
+ fillRule: "evenodd",
5847
+ clipRule: "evenodd",
5848
+ d: "M2 14a1 1 0 011-1h7a1 1 0 110 2H3a1 1 0 01-1-1z",
5849
+ fill: "#747C94"
5850
+ }), /*#__PURE__*/React.createElement("path", {
5851
+ fillRule: "evenodd",
5852
+ clipRule: "evenodd",
5853
+ d: "M2 19a1 1 0 011-1h5a1 1 0 110 2H3a1 1 0 01-1-1z",
5624
5854
  fill: "#747C94"
5625
5855
  })));
5626
5856
  };
@@ -5637,7 +5867,7 @@ SortDownCl.defaultProps = {
5637
5867
  size: '16'
5638
5868
  };
5639
5869
 
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 }';
5870
+ 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 }';
5641
5871
 
5642
5872
  var OperatorEqual = function OperatorEqual(props) {
5643
5873
  var color = props.color,
@@ -5651,7 +5881,7 @@ var OperatorEqual = function OperatorEqual(props) {
5651
5881
  return /*#__PURE__*/React.createElement("span", {
5652
5882
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5653
5883
  }, /*#__PURE__*/React.createElement("style", {
5654
- children: loadingCircleStyle$1O
5884
+ children: loadingCircleStyle$1R
5655
5885
  }), /*#__PURE__*/React.createElement("svg", _extends({
5656
5886
  xmlns: "http://www.w3.org/2000/svg",
5657
5887
  width: size,
@@ -5685,7 +5915,7 @@ OperatorEqual.defaultProps = {
5685
5915
  size: '16'
5686
5916
  };
5687
5917
 
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 }';
5918
+ 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 }';
5689
5919
 
5690
5920
  var OperatorUnequal = function OperatorUnequal(props) {
5691
5921
  var color = props.color,
@@ -5699,7 +5929,7 @@ var OperatorUnequal = function OperatorUnequal(props) {
5699
5929
  return /*#__PURE__*/React.createElement("span", {
5700
5930
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5701
5931
  }, /*#__PURE__*/React.createElement("style", {
5702
- children: loadingCircleStyle$1P
5932
+ children: loadingCircleStyle$1S
5703
5933
  }), /*#__PURE__*/React.createElement("svg", _extends({
5704
5934
  xmlns: "http://www.w3.org/2000/svg",
5705
5935
  width: size,
@@ -5733,7 +5963,7 @@ OperatorUnequal.defaultProps = {
5733
5963
  size: '16'
5734
5964
  };
5735
5965
 
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 }';
5966
+ 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 }';
5737
5967
 
5738
5968
  var OperatorDivide = function OperatorDivide(props) {
5739
5969
  var color = props.color,
@@ -5747,7 +5977,7 @@ var OperatorDivide = function OperatorDivide(props) {
5747
5977
  return /*#__PURE__*/React.createElement("span", {
5748
5978
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5749
5979
  }, /*#__PURE__*/React.createElement("style", {
5750
- children: loadingCircleStyle$1Q
5980
+ children: loadingCircleStyle$1T
5751
5981
  }), /*#__PURE__*/React.createElement("svg", _extends({
5752
5982
  xmlns: "http://www.w3.org/2000/svg",
5753
5983
  width: size,
@@ -5779,7 +6009,7 @@ OperatorDivide.defaultProps = {
5779
6009
  size: '16'
5780
6010
  };
5781
6011
 
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 }';
6012
+ 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 }';
5783
6013
 
5784
6014
  var OperatorNoValue = function OperatorNoValue(props) {
5785
6015
  var color = props.color,
@@ -5793,7 +6023,7 @@ var OperatorNoValue = function OperatorNoValue(props) {
5793
6023
  return /*#__PURE__*/React.createElement("span", {
5794
6024
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5795
6025
  }, /*#__PURE__*/React.createElement("style", {
5796
- children: loadingCircleStyle$1R
6026
+ children: loadingCircleStyle$1U
5797
6027
  }), /*#__PURE__*/React.createElement("svg", _extends({
5798
6028
  xmlns: "http://www.w3.org/2000/svg",
5799
6029
  width: size,
@@ -5827,7 +6057,7 @@ OperatorNoValue.defaultProps = {
5827
6057
  size: '16'
5828
6058
  };
5829
6059
 
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 }';
6060
+ 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 }';
5831
6061
 
5832
6062
  var OperatorHasValue = function OperatorHasValue(props) {
5833
6063
  var color = props.color,
@@ -5841,7 +6071,7 @@ var OperatorHasValue = function OperatorHasValue(props) {
5841
6071
  return /*#__PURE__*/React.createElement("span", {
5842
6072
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5843
6073
  }, /*#__PURE__*/React.createElement("style", {
5844
- children: loadingCircleStyle$1S
6074
+ children: loadingCircleStyle$1V
5845
6075
  }), /*#__PURE__*/React.createElement("svg", _extends({
5846
6076
  xmlns: "http://www.w3.org/2000/svg",
5847
6077
  width: size,
@@ -5875,7 +6105,7 @@ OperatorHasValue.defaultProps = {
5875
6105
  size: '16'
5876
6106
  };
5877
6107
 
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 }';
6108
+ 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 }';
5879
6109
 
5880
6110
  var OperatorInside = function OperatorInside(props) {
5881
6111
  var color = props.color,
@@ -5889,7 +6119,7 @@ var OperatorInside = function OperatorInside(props) {
5889
6119
  return /*#__PURE__*/React.createElement("span", {
5890
6120
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5891
6121
  }, /*#__PURE__*/React.createElement("style", {
5892
- children: loadingCircleStyle$1T
6122
+ children: loadingCircleStyle$1W
5893
6123
  }), /*#__PURE__*/React.createElement("svg", _extends({
5894
6124
  xmlns: "http://www.w3.org/2000/svg",
5895
6125
  width: size,
@@ -5921,7 +6151,7 @@ OperatorInside.defaultProps = {
5921
6151
  size: '16'
5922
6152
  };
5923
6153
 
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 }';
6154
+ 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 }';
5925
6155
 
5926
6156
  var OperatorInclude = function OperatorInclude(props) {
5927
6157
  var color = props.color,
@@ -5935,7 +6165,7 @@ var OperatorInclude = function OperatorInclude(props) {
5935
6165
  return /*#__PURE__*/React.createElement("span", {
5936
6166
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5937
6167
  }, /*#__PURE__*/React.createElement("style", {
5938
- children: loadingCircleStyle$1U
6168
+ children: loadingCircleStyle$1X
5939
6169
  }), /*#__PURE__*/React.createElement("svg", _extends({
5940
6170
  xmlns: "http://www.w3.org/2000/svg",
5941
6171
  width: size,
@@ -5969,7 +6199,7 @@ OperatorInclude.defaultProps = {
5969
6199
  size: '16'
5970
6200
  };
5971
6201
 
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 }';
6202
+ 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 }';
5973
6203
 
5974
6204
  var OperatorNotInclude = function OperatorNotInclude(props) {
5975
6205
  var color = props.color,
@@ -5983,7 +6213,7 @@ var OperatorNotInclude = function OperatorNotInclude(props) {
5983
6213
  return /*#__PURE__*/React.createElement("span", {
5984
6214
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5985
6215
  }, /*#__PURE__*/React.createElement("style", {
5986
- children: loadingCircleStyle$1V
6216
+ children: loadingCircleStyle$1Y
5987
6217
  }), /*#__PURE__*/React.createElement("svg", _extends({
5988
6218
  xmlns: "http://www.w3.org/2000/svg",
5989
6219
  width: size,
@@ -6024,7 +6254,7 @@ OperatorNotInclude.defaultProps = {
6024
6254
  size: '16'
6025
6255
  };
6026
6256
 
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 }';
6257
+ 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 }';
6028
6258
 
6029
6259
  var OperatorLess = function OperatorLess(props) {
6030
6260
  var color = props.color,
@@ -6038,7 +6268,7 @@ var OperatorLess = function OperatorLess(props) {
6038
6268
  return /*#__PURE__*/React.createElement("span", {
6039
6269
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6040
6270
  }, /*#__PURE__*/React.createElement("style", {
6041
- children: loadingCircleStyle$1W
6271
+ children: loadingCircleStyle$1Z
6042
6272
  }), /*#__PURE__*/React.createElement("svg", _extends({
6043
6273
  xmlns: "http://www.w3.org/2000/svg",
6044
6274
  width: size,
@@ -6072,7 +6302,7 @@ OperatorLess.defaultProps = {
6072
6302
  size: '16'
6073
6303
  };
6074
6304
 
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 }';
6305
+ 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 }';
6076
6306
 
6077
6307
  var OperatorNoBigger = function OperatorNoBigger(props) {
6078
6308
  var color = props.color,
@@ -6086,7 +6316,7 @@ var OperatorNoBigger = function OperatorNoBigger(props) {
6086
6316
  return /*#__PURE__*/React.createElement("span", {
6087
6317
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6088
6318
  }, /*#__PURE__*/React.createElement("style", {
6089
- children: loadingCircleStyle$1X
6319
+ children: loadingCircleStyle$1_
6090
6320
  }), /*#__PURE__*/React.createElement("svg", _extends({
6091
6321
  xmlns: "http://www.w3.org/2000/svg",
6092
6322
  width: size,
@@ -6120,7 +6350,7 @@ OperatorNoBigger.defaultProps = {
6120
6350
  size: '16'
6121
6351
  };
6122
6352
 
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 }';
6353
+ 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 }';
6124
6354
 
6125
6355
  var OperatorBigger = function OperatorBigger(props) {
6126
6356
  var color = props.color,
@@ -6134,7 +6364,7 @@ var OperatorBigger = function OperatorBigger(props) {
6134
6364
  return /*#__PURE__*/React.createElement("span", {
6135
6365
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6136
6366
  }, /*#__PURE__*/React.createElement("style", {
6137
- children: loadingCircleStyle$1Y
6367
+ children: loadingCircleStyle$1$
6138
6368
  }), /*#__PURE__*/React.createElement("svg", _extends({
6139
6369
  xmlns: "http://www.w3.org/2000/svg",
6140
6370
  width: size,
@@ -6168,7 +6398,7 @@ OperatorBigger.defaultProps = {
6168
6398
  size: '16'
6169
6399
  };
6170
6400
 
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 }';
6401
+ 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 }';
6172
6402
 
6173
6403
  var OperatorNoLess = function OperatorNoLess(props) {
6174
6404
  var color = props.color,
@@ -6182,7 +6412,7 @@ var OperatorNoLess = function OperatorNoLess(props) {
6182
6412
  return /*#__PURE__*/React.createElement("span", {
6183
6413
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6184
6414
  }, /*#__PURE__*/React.createElement("style", {
6185
- children: loadingCircleStyle$1Z
6415
+ children: loadingCircleStyle$20
6186
6416
  }), /*#__PURE__*/React.createElement("svg", _extends({
6187
6417
  xmlns: "http://www.w3.org/2000/svg",
6188
6418
  width: size,
@@ -6216,7 +6446,7 @@ OperatorNoLess.defaultProps = {
6216
6446
  size: '16'
6217
6447
  };
6218
6448
 
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 }';
6449
+ 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 }';
6220
6450
 
6221
6451
  var OperatorTrue = function OperatorTrue(props) {
6222
6452
  var color = props.color,
@@ -6230,7 +6460,7 @@ var OperatorTrue = function OperatorTrue(props) {
6230
6460
  return /*#__PURE__*/React.createElement("span", {
6231
6461
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6232
6462
  }, /*#__PURE__*/React.createElement("style", {
6233
- children: loadingCircleStyle$1_
6463
+ children: loadingCircleStyle$21
6234
6464
  }), /*#__PURE__*/React.createElement("svg", _extends({
6235
6465
  xmlns: "http://www.w3.org/2000/svg",
6236
6466
  width: size,
@@ -6264,7 +6494,7 @@ OperatorTrue.defaultProps = {
6264
6494
  size: '16'
6265
6495
  };
6266
6496
 
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 }';
6497
+ 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 }';
6268
6498
 
6269
6499
  var OperatorFalse = function OperatorFalse(props) {
6270
6500
  var color = props.color,
@@ -6278,7 +6508,7 @@ var OperatorFalse = function OperatorFalse(props) {
6278
6508
  return /*#__PURE__*/React.createElement("span", {
6279
6509
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6280
6510
  }, /*#__PURE__*/React.createElement("style", {
6281
- children: loadingCircleStyle$1$
6511
+ children: loadingCircleStyle$22
6282
6512
  }), /*#__PURE__*/React.createElement("svg", _extends({
6283
6513
  xmlns: "http://www.w3.org/2000/svg",
6284
6514
  width: size,
@@ -6312,7 +6542,7 @@ OperatorFalse.defaultProps = {
6312
6542
  size: '16'
6313
6543
  };
6314
6544
 
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 }';
6545
+ 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 }';
6316
6546
 
6317
6547
  var OperatorRegex = function OperatorRegex(props) {
6318
6548
  var color = props.color,
@@ -6326,7 +6556,7 @@ var OperatorRegex = function OperatorRegex(props) {
6326
6556
  return /*#__PURE__*/React.createElement("span", {
6327
6557
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6328
6558
  }, /*#__PURE__*/React.createElement("style", {
6329
- children: loadingCircleStyle$20
6559
+ children: loadingCircleStyle$23
6330
6560
  }), /*#__PURE__*/React.createElement("svg", _extends({
6331
6561
  xmlns: "http://www.w3.org/2000/svg",
6332
6562
  width: size,
@@ -6360,7 +6590,7 @@ OperatorRegex.defaultProps = {
6360
6590
  size: '16'
6361
6591
  };
6362
6592
 
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 }';
6593
+ 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 }';
6364
6594
 
6365
6595
  var OperatorNoRegex = function OperatorNoRegex(props) {
6366
6596
  var color = props.color,
@@ -6374,7 +6604,7 @@ var OperatorNoRegex = function OperatorNoRegex(props) {
6374
6604
  return /*#__PURE__*/React.createElement("span", {
6375
6605
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6376
6606
  }, /*#__PURE__*/React.createElement("style", {
6377
- children: loadingCircleStyle$21
6607
+ children: loadingCircleStyle$24
6378
6608
  }), /*#__PURE__*/React.createElement("svg", _extends({
6379
6609
  xmlns: "http://www.w3.org/2000/svg",
6380
6610
  width: size,
@@ -6408,7 +6638,7 @@ OperatorNoRegex.defaultProps = {
6408
6638
  size: '16'
6409
6639
  };
6410
6640
 
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 }';
6641
+ 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 }';
6412
6642
 
6413
6643
  var LogoDingdingCl = function LogoDingdingCl(props) {
6414
6644
  var color = props.color,
@@ -6422,7 +6652,7 @@ var LogoDingdingCl = function LogoDingdingCl(props) {
6422
6652
  return /*#__PURE__*/React.createElement("span", {
6423
6653
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6424
6654
  }, /*#__PURE__*/React.createElement("style", {
6425
- children: loadingCircleStyle$22
6655
+ children: loadingCircleStyle$25
6426
6656
  }), /*#__PURE__*/React.createElement("svg", _extends({
6427
6657
  xmlns: "http://www.w3.org/2000/svg",
6428
6658
  width: size,
@@ -6455,7 +6685,7 @@ LogoDingdingCl.defaultProps = {
6455
6685
  size: '16'
6456
6686
  };
6457
6687
 
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 }';
6688
+ 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 }';
6459
6689
 
6460
6690
  var LogoDingdingGray = function LogoDingdingGray(props) {
6461
6691
  var color = props.color,
@@ -6469,7 +6699,7 @@ var LogoDingdingGray = function LogoDingdingGray(props) {
6469
6699
  return /*#__PURE__*/React.createElement("span", {
6470
6700
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6471
6701
  }, /*#__PURE__*/React.createElement("style", {
6472
- children: loadingCircleStyle$23
6702
+ children: loadingCircleStyle$26
6473
6703
  }), /*#__PURE__*/React.createElement("svg", _extends({
6474
6704
  xmlns: "http://www.w3.org/2000/svg",
6475
6705
  width: size,
@@ -6501,7 +6731,7 @@ LogoDingdingGray.defaultProps = {
6501
6731
  size: '16'
6502
6732
  };
6503
6733
 
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 }';
6734
+ 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 }';
6505
6735
 
6506
6736
  var LogoWecomCl = function LogoWecomCl(props) {
6507
6737
  var color = props.color,
@@ -6515,7 +6745,7 @@ var LogoWecomCl = function LogoWecomCl(props) {
6515
6745
  return /*#__PURE__*/React.createElement("span", {
6516
6746
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6517
6747
  }, /*#__PURE__*/React.createElement("style", {
6518
- children: loadingCircleStyle$24
6748
+ children: loadingCircleStyle$27
6519
6749
  }), /*#__PURE__*/React.createElement("svg", _extends({
6520
6750
  xmlns: "http://www.w3.org/2000/svg",
6521
6751
  width: size,
@@ -6560,7 +6790,7 @@ LogoWecomCl.defaultProps = {
6560
6790
  size: '16'
6561
6791
  };
6562
6792
 
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 }';
6793
+ 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 }';
6564
6794
 
6565
6795
  var LogoWecomGray = function LogoWecomGray(props) {
6566
6796
  var color = props.color,
@@ -6574,7 +6804,7 @@ var LogoWecomGray = function LogoWecomGray(props) {
6574
6804
  return /*#__PURE__*/React.createElement("span", {
6575
6805
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6576
6806
  }, /*#__PURE__*/React.createElement("style", {
6577
- children: loadingCircleStyle$25
6807
+ children: loadingCircleStyle$28
6578
6808
  }), /*#__PURE__*/React.createElement("svg", _extends({
6579
6809
  xmlns: "http://www.w3.org/2000/svg",
6580
6810
  width: size,
@@ -6606,7 +6836,7 @@ LogoWecomGray.defaultProps = {
6606
6836
  size: '16'
6607
6837
  };
6608
6838
 
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 }';
6839
+ 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 }';
6610
6840
 
6611
6841
  var LogoWechatCl = function LogoWechatCl(props) {
6612
6842
  var color = props.color,
@@ -6620,7 +6850,7 @@ var LogoWechatCl = function LogoWechatCl(props) {
6620
6850
  return /*#__PURE__*/React.createElement("span", {
6621
6851
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6622
6852
  }, /*#__PURE__*/React.createElement("style", {
6623
- children: loadingCircleStyle$26
6853
+ children: loadingCircleStyle$29
6624
6854
  }), /*#__PURE__*/React.createElement("svg", _extends({
6625
6855
  xmlns: "http://www.w3.org/2000/svg",
6626
6856
  width: size,
@@ -6661,7 +6891,7 @@ LogoWechatCl.defaultProps = {
6661
6891
  size: '16'
6662
6892
  };
6663
6893
 
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 }';
6894
+ 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 }';
6665
6895
 
6666
6896
  var LogoWechatGray = function LogoWechatGray(props) {
6667
6897
  var color = props.color,
@@ -6675,7 +6905,7 @@ var LogoWechatGray = function LogoWechatGray(props) {
6675
6905
  return /*#__PURE__*/React.createElement("span", {
6676
6906
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6677
6907
  }, /*#__PURE__*/React.createElement("style", {
6678
- children: loadingCircleStyle$27
6908
+ children: loadingCircleStyle$2a
6679
6909
  }), /*#__PURE__*/React.createElement("svg", _extends({
6680
6910
  xmlns: "http://www.w3.org/2000/svg",
6681
6911
  width: size,
@@ -6714,7 +6944,7 @@ LogoWechatGray.defaultProps = {
6714
6944
  size: '16'
6715
6945
  };
6716
6946
 
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 }';
6947
+ 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 }';
6718
6948
 
6719
6949
  var LogoFeishuCl = function LogoFeishuCl(props) {
6720
6950
  var color = props.color,
@@ -6728,7 +6958,7 @@ var LogoFeishuCl = function LogoFeishuCl(props) {
6728
6958
  return /*#__PURE__*/React.createElement("span", {
6729
6959
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6730
6960
  }, /*#__PURE__*/React.createElement("style", {
6731
- children: loadingCircleStyle$28
6961
+ children: loadingCircleStyle$2b
6732
6962
  }), /*#__PURE__*/React.createElement("svg", _extends({
6733
6963
  xmlns: "http://www.w3.org/2000/svg",
6734
6964
  width: size,
@@ -6778,7 +7008,7 @@ LogoFeishuCl.defaultProps = {
6778
7008
  size: '16'
6779
7009
  };
6780
7010
 
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 }';
7011
+ var loadingCircleStyle$2c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6782
7012
 
6783
7013
  var LogoKingCl = function LogoKingCl(props) {
6784
7014
  var color = props.color,
@@ -6792,7 +7022,7 @@ var LogoKingCl = function LogoKingCl(props) {
6792
7022
  return /*#__PURE__*/React.createElement("span", {
6793
7023
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6794
7024
  }, /*#__PURE__*/React.createElement("style", {
6795
- children: loadingCircleStyle$29
7025
+ children: loadingCircleStyle$2c
6796
7026
  }), /*#__PURE__*/React.createElement("svg", _extends({
6797
7027
  xmlns: "http://www.w3.org/2000/svg",
6798
7028
  width: size,
@@ -6825,7 +7055,7 @@ LogoKingCl.defaultProps = {
6825
7055
  size: '16'
6826
7056
  };
6827
7057
 
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 }';
7058
+ var loadingCircleStyle$2d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6829
7059
 
6830
7060
  var LogoCurrencylayerCl = function LogoCurrencylayerCl(props) {
6831
7061
  var color = props.color,
@@ -6839,7 +7069,7 @@ var LogoCurrencylayerCl = function LogoCurrencylayerCl(props) {
6839
7069
  return /*#__PURE__*/React.createElement("span", {
6840
7070
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6841
7071
  }, /*#__PURE__*/React.createElement("style", {
6842
- children: loadingCircleStyle$2a
7072
+ children: loadingCircleStyle$2d
6843
7073
  }), /*#__PURE__*/React.createElement("svg", _extends({
6844
7074
  xmlns: "http://www.w3.org/2000/svg",
6845
7075
  width: size,
@@ -6876,7 +7106,7 @@ LogoCurrencylayerCl.defaultProps = {
6876
7106
  size: '16'
6877
7107
  };
6878
7108
 
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 }';
7109
+ 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 }';
6880
7110
 
6881
7111
  var LogoGarenaCl = function LogoGarenaCl(props) {
6882
7112
  var color = props.color,
@@ -6890,7 +7120,7 @@ var LogoGarenaCl = function LogoGarenaCl(props) {
6890
7120
  return /*#__PURE__*/React.createElement("span", {
6891
7121
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6892
7122
  }, /*#__PURE__*/React.createElement("style", {
6893
- children: loadingCircleStyle$2b
7123
+ children: loadingCircleStyle$2e
6894
7124
  }), /*#__PURE__*/React.createElement("svg", _extends({
6895
7125
  xmlns: "http://www.w3.org/2000/svg",
6896
7126
  width: size,
@@ -6923,7 +7153,7 @@ LogoGarenaCl.defaultProps = {
6923
7153
  size: '16'
6924
7154
  };
6925
7155
 
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 }';
7156
+ 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 }';
6927
7157
 
6928
7158
  var LogoAndroidGray = function LogoAndroidGray(props) {
6929
7159
  var color = props.color,
@@ -6937,7 +7167,7 @@ var LogoAndroidGray = function LogoAndroidGray(props) {
6937
7167
  return /*#__PURE__*/React.createElement("span", {
6938
7168
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6939
7169
  }, /*#__PURE__*/React.createElement("style", {
6940
- children: loadingCircleStyle$2c
7170
+ children: loadingCircleStyle$2f
6941
7171
  }), /*#__PURE__*/React.createElement("svg", _extends({
6942
7172
  xmlns: "http://www.w3.org/2000/svg",
6943
7173
  width: size,
@@ -6969,7 +7199,7 @@ LogoAndroidGray.defaultProps = {
6969
7199
  size: '16'
6970
7200
  };
6971
7201
 
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 }';
7202
+ 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 }';
6973
7203
 
6974
7204
  var LogoAppleGray = function LogoAppleGray(props) {
6975
7205
  var color = props.color,
@@ -6983,7 +7213,7 @@ var LogoAppleGray = function LogoAppleGray(props) {
6983
7213
  return /*#__PURE__*/React.createElement("span", {
6984
7214
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6985
7215
  }, /*#__PURE__*/React.createElement("style", {
6986
- children: loadingCircleStyle$2d
7216
+ children: loadingCircleStyle$2g
6987
7217
  }), /*#__PURE__*/React.createElement("svg", _extends({
6988
7218
  xmlns: "http://www.w3.org/2000/svg",
6989
7219
  width: size,
@@ -7015,7 +7245,7 @@ LogoAppleGray.defaultProps = {
7015
7245
  size: '16'
7016
7246
  };
7017
7247
 
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 }';
7248
+ 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 }';
7019
7249
 
7020
7250
  var LogoXiaomiCl = function LogoXiaomiCl(props) {
7021
7251
  var color = props.color,
@@ -7029,7 +7259,7 @@ var LogoXiaomiCl = function LogoXiaomiCl(props) {
7029
7259
  return /*#__PURE__*/React.createElement("span", {
7030
7260
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7031
7261
  }, /*#__PURE__*/React.createElement("style", {
7032
- children: loadingCircleStyle$2e
7262
+ children: loadingCircleStyle$2h
7033
7263
  }), /*#__PURE__*/React.createElement("svg", _extends({
7034
7264
  xmlns: "http://www.w3.org/2000/svg",
7035
7265
  width: size,
@@ -7062,7 +7292,7 @@ LogoXiaomiCl.defaultProps = {
7062
7292
  size: '16'
7063
7293
  };
7064
7294
 
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 }';
7295
+ 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 }';
7066
7296
 
7067
7297
  var Info = function Info(props) {
7068
7298
  var color = props.color,
@@ -7076,7 +7306,7 @@ var Info = function Info(props) {
7076
7306
  return /*#__PURE__*/React.createElement("span", {
7077
7307
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7078
7308
  }, /*#__PURE__*/React.createElement("style", {
7079
- children: loadingCircleStyle$2f
7309
+ children: loadingCircleStyle$2i
7080
7310
  }), /*#__PURE__*/React.createElement("svg", _extends({
7081
7311
  xmlns: "http://www.w3.org/2000/svg",
7082
7312
  width: size,
@@ -7112,7 +7342,7 @@ Info.defaultProps = {
7112
7342
  size: '16'
7113
7343
  };
7114
7344
 
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 }';
7345
+ 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 }';
7116
7346
 
7117
7347
  var InfoFill = function InfoFill(props) {
7118
7348
  var color = props.color,
@@ -7126,7 +7356,7 @@ var InfoFill = function InfoFill(props) {
7126
7356
  return /*#__PURE__*/React.createElement("span", {
7127
7357
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7128
7358
  }, /*#__PURE__*/React.createElement("style", {
7129
- children: loadingCircleStyle$2g
7359
+ children: loadingCircleStyle$2j
7130
7360
  }), /*#__PURE__*/React.createElement("svg", _extends({
7131
7361
  xmlns: "http://www.w3.org/2000/svg",
7132
7362
  width: size,
@@ -7158,7 +7388,7 @@ InfoFill.defaultProps = {
7158
7388
  size: '16'
7159
7389
  };
7160
7390
 
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 }';
7391
+ 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 }';
7162
7392
 
7163
7393
  var Help = function Help(props) {
7164
7394
  var color = props.color,
@@ -7172,7 +7402,7 @@ var Help = function Help(props) {
7172
7402
  return /*#__PURE__*/React.createElement("span", {
7173
7403
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7174
7404
  }, /*#__PURE__*/React.createElement("style", {
7175
- children: loadingCircleStyle$2h
7405
+ children: loadingCircleStyle$2k
7176
7406
  }), /*#__PURE__*/React.createElement("svg", _extends({
7177
7407
  xmlns: "http://www.w3.org/2000/svg",
7178
7408
  width: size,
@@ -7204,7 +7434,7 @@ Help.defaultProps = {
7204
7434
  size: '16'
7205
7435
  };
7206
7436
 
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 }';
7437
+ 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 }';
7208
7438
 
7209
7439
  var History = function History(props) {
7210
7440
  var color = props.color,
@@ -7218,7 +7448,7 @@ var History = function History(props) {
7218
7448
  return /*#__PURE__*/React.createElement("span", {
7219
7449
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7220
7450
  }, /*#__PURE__*/React.createElement("style", {
7221
- children: loadingCircleStyle$2i
7451
+ children: loadingCircleStyle$2l
7222
7452
  }), /*#__PURE__*/React.createElement("svg", _extends({
7223
7453
  xmlns: "http://www.w3.org/2000/svg",
7224
7454
  width: size,
@@ -7250,7 +7480,7 @@ History.defaultProps = {
7250
7480
  size: '16'
7251
7481
  };
7252
7482
 
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 }';
7483
+ var loadingCircleStyle$2m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7254
7484
 
7255
7485
  var Backup = function Backup(props) {
7256
7486
  var color = props.color,
@@ -7264,7 +7494,7 @@ var Backup = function Backup(props) {
7264
7494
  return /*#__PURE__*/React.createElement("span", {
7265
7495
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7266
7496
  }, /*#__PURE__*/React.createElement("style", {
7267
- children: loadingCircleStyle$2j
7497
+ children: loadingCircleStyle$2m
7268
7498
  }), /*#__PURE__*/React.createElement("svg", _extends({
7269
7499
  xmlns: "http://www.w3.org/2000/svg",
7270
7500
  width: size,
@@ -7298,7 +7528,7 @@ Backup.defaultProps = {
7298
7528
  size: '16'
7299
7529
  };
7300
7530
 
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 }';
7531
+ 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 }';
7302
7532
 
7303
7533
  var Error = function Error(props) {
7304
7534
  var color = props.color,
@@ -7312,7 +7542,7 @@ var Error = function Error(props) {
7312
7542
  return /*#__PURE__*/React.createElement("span", {
7313
7543
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7314
7544
  }, /*#__PURE__*/React.createElement("style", {
7315
- children: loadingCircleStyle$2k
7545
+ children: loadingCircleStyle$2n
7316
7546
  }), /*#__PURE__*/React.createElement("svg", _extends({
7317
7547
  xmlns: "http://www.w3.org/2000/svg",
7318
7548
  width: size,
@@ -7348,7 +7578,7 @@ Error.defaultProps = {
7348
7578
  size: '16'
7349
7579
  };
7350
7580
 
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 }';
7581
+ 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 }';
7352
7582
 
7353
7583
  var ErrorFill = function ErrorFill(props) {
7354
7584
  var color = props.color,
@@ -7362,7 +7592,7 @@ var ErrorFill = function ErrorFill(props) {
7362
7592
  return /*#__PURE__*/React.createElement("span", {
7363
7593
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7364
7594
  }, /*#__PURE__*/React.createElement("style", {
7365
- children: loadingCircleStyle$2l
7595
+ children: loadingCircleStyle$2o
7366
7596
  }), /*#__PURE__*/React.createElement("svg", _extends({
7367
7597
  xmlns: "http://www.w3.org/2000/svg",
7368
7598
  width: size,
@@ -7394,7 +7624,7 @@ ErrorFill.defaultProps = {
7394
7624
  size: '16'
7395
7625
  };
7396
7626
 
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 }';
7627
+ 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 }';
7398
7628
 
7399
7629
  var Error2 = function Error2(props) {
7400
7630
  var color = props.color,
@@ -7408,7 +7638,7 @@ var Error2 = function Error2(props) {
7408
7638
  return /*#__PURE__*/React.createElement("span", {
7409
7639
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7410
7640
  }, /*#__PURE__*/React.createElement("style", {
7411
- children: loadingCircleStyle$2m
7641
+ children: loadingCircleStyle$2p
7412
7642
  }), /*#__PURE__*/React.createElement("svg", _extends({
7413
7643
  xmlns: "http://www.w3.org/2000/svg",
7414
7644
  width: size,
@@ -7442,7 +7672,7 @@ Error2.defaultProps = {
7442
7672
  size: '16'
7443
7673
  };
7444
7674
 
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 }';
7675
+ 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 }';
7446
7676
 
7447
7677
  var Error2Fill = function Error2Fill(props) {
7448
7678
  var color = props.color,
@@ -7456,7 +7686,7 @@ var Error2Fill = function Error2Fill(props) {
7456
7686
  return /*#__PURE__*/React.createElement("span", {
7457
7687
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7458
7688
  }, /*#__PURE__*/React.createElement("style", {
7459
- children: loadingCircleStyle$2n
7689
+ children: loadingCircleStyle$2q
7460
7690
  }), /*#__PURE__*/React.createElement("svg", _extends({
7461
7691
  xmlns: "http://www.w3.org/2000/svg",
7462
7692
  width: size,
@@ -7490,7 +7720,7 @@ Error2Fill.defaultProps = {
7490
7720
  size: '16'
7491
7721
  };
7492
7722
 
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 }';
7723
+ 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 }';
7494
7724
 
7495
7725
  var Success = function Success(props) {
7496
7726
  var color = props.color,
@@ -7504,7 +7734,7 @@ var Success = function Success(props) {
7504
7734
  return /*#__PURE__*/React.createElement("span", {
7505
7735
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7506
7736
  }, /*#__PURE__*/React.createElement("style", {
7507
- children: loadingCircleStyle$2o
7737
+ children: loadingCircleStyle$2r
7508
7738
  }), /*#__PURE__*/React.createElement("svg", _extends({
7509
7739
  xmlns: "http://www.w3.org/2000/svg",
7510
7740
  width: size,
@@ -7536,7 +7766,7 @@ Success.defaultProps = {
7536
7766
  size: '16'
7537
7767
  };
7538
7768
 
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 }';
7769
+ 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 }';
7540
7770
 
7541
7771
  var SuccessFill = function SuccessFill(props) {
7542
7772
  var color = props.color,
@@ -7550,7 +7780,7 @@ var SuccessFill = function SuccessFill(props) {
7550
7780
  return /*#__PURE__*/React.createElement("span", {
7551
7781
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7552
7782
  }, /*#__PURE__*/React.createElement("style", {
7553
- children: loadingCircleStyle$2p
7783
+ children: loadingCircleStyle$2s
7554
7784
  }), /*#__PURE__*/React.createElement("svg", _extends({
7555
7785
  xmlns: "http://www.w3.org/2000/svg",
7556
7786
  width: size,
@@ -7584,7 +7814,7 @@ SuccessFill.defaultProps = {
7584
7814
  size: '16'
7585
7815
  };
7586
7816
 
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 }';
7817
+ 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 }';
7588
7818
 
7589
7819
  var Delete2 = function Delete2(props) {
7590
7820
  var color = props.color,
@@ -7598,7 +7828,7 @@ var Delete2 = function Delete2(props) {
7598
7828
  return /*#__PURE__*/React.createElement("span", {
7599
7829
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7600
7830
  }, /*#__PURE__*/React.createElement("style", {
7601
- children: loadingCircleStyle$2q
7831
+ children: loadingCircleStyle$2t
7602
7832
  }), /*#__PURE__*/React.createElement("svg", _extends({
7603
7833
  xmlns: "http://www.w3.org/2000/svg",
7604
7834
  width: size,
@@ -7630,7 +7860,7 @@ Delete2.defaultProps = {
7630
7860
  size: '16'
7631
7861
  };
7632
7862
 
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 }';
7863
+ 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 }';
7634
7864
 
7635
7865
  var Delete2Fill = function Delete2Fill(props) {
7636
7866
  var color = props.color,
@@ -7644,7 +7874,7 @@ var Delete2Fill = function Delete2Fill(props) {
7644
7874
  return /*#__PURE__*/React.createElement("span", {
7645
7875
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7646
7876
  }, /*#__PURE__*/React.createElement("style", {
7647
- children: loadingCircleStyle$2r
7877
+ children: loadingCircleStyle$2u
7648
7878
  }), /*#__PURE__*/React.createElement("svg", _extends({
7649
7879
  xmlns: "http://www.w3.org/2000/svg",
7650
7880
  width: size,
@@ -7676,7 +7906,7 @@ Delete2Fill.defaultProps = {
7676
7906
  size: '16'
7677
7907
  };
7678
7908
 
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 }';
7909
+ 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 }';
7680
7910
 
7681
7911
  var Exchange = function Exchange(props) {
7682
7912
  var color = props.color,
@@ -7690,7 +7920,7 @@ var Exchange = function Exchange(props) {
7690
7920
  return /*#__PURE__*/React.createElement("span", {
7691
7921
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7692
7922
  }, /*#__PURE__*/React.createElement("style", {
7693
- children: loadingCircleStyle$2s
7923
+ children: loadingCircleStyle$2v
7694
7924
  }), /*#__PURE__*/React.createElement("svg", _extends({
7695
7925
  xmlns: "http://www.w3.org/2000/svg",
7696
7926
  width: size,
@@ -7722,7 +7952,7 @@ Exchange.defaultProps = {
7722
7952
  size: '16'
7723
7953
  };
7724
7954
 
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 }';
7955
+ 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 }';
7726
7956
 
7727
7957
  var SwapFill = function SwapFill(props) {
7728
7958
  var color = props.color,
@@ -7736,7 +7966,7 @@ var SwapFill = function SwapFill(props) {
7736
7966
  return /*#__PURE__*/React.createElement("span", {
7737
7967
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7738
7968
  }, /*#__PURE__*/React.createElement("style", {
7739
- children: loadingCircleStyle$2t
7969
+ children: loadingCircleStyle$2w
7740
7970
  }), /*#__PURE__*/React.createElement("svg", _extends({
7741
7971
  xmlns: "http://www.w3.org/2000/svg",
7742
7972
  width: size,
@@ -7768,7 +7998,7 @@ SwapFill.defaultProps = {
7768
7998
  size: '16'
7769
7999
  };
7770
8000
 
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 }';
8001
+ 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 }';
7772
8002
 
7773
8003
  var Processing = function Processing(props) {
7774
8004
  var color = props.color,
@@ -7782,7 +8012,7 @@ var Processing = function Processing(props) {
7782
8012
  return /*#__PURE__*/React.createElement("span", {
7783
8013
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7784
8014
  }, /*#__PURE__*/React.createElement("style", {
7785
- children: loadingCircleStyle$2u
8015
+ children: loadingCircleStyle$2x
7786
8016
  }), /*#__PURE__*/React.createElement("svg", _extends({
7787
8017
  xmlns: "http://www.w3.org/2000/svg",
7788
8018
  width: size,
@@ -7814,7 +8044,7 @@ Processing.defaultProps = {
7814
8044
  size: '16'
7815
8045
  };
7816
8046
 
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 }';
8047
+ 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 }';
7818
8048
 
7819
8049
  var Processing2 = function Processing2(props) {
7820
8050
  var color = props.color,
@@ -7828,7 +8058,7 @@ var Processing2 = function Processing2(props) {
7828
8058
  return /*#__PURE__*/React.createElement("span", {
7829
8059
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7830
8060
  }, /*#__PURE__*/React.createElement("style", {
7831
- children: loadingCircleStyle$2v
8061
+ children: loadingCircleStyle$2y
7832
8062
  }), /*#__PURE__*/React.createElement("svg", _extends({
7833
8063
  xmlns: "http://www.w3.org/2000/svg",
7834
8064
  width: size,
@@ -7862,7 +8092,7 @@ Processing2.defaultProps = {
7862
8092
  size: '16'
7863
8093
  };
7864
8094
 
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 }';
8095
+ 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 }';
7866
8096
 
7867
8097
  var Done = function Done(props) {
7868
8098
  var color = props.color,
@@ -7876,7 +8106,7 @@ var Done = function Done(props) {
7876
8106
  return /*#__PURE__*/React.createElement("span", {
7877
8107
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7878
8108
  }, /*#__PURE__*/React.createElement("style", {
7879
- children: loadingCircleStyle$2w
8109
+ children: loadingCircleStyle$2z
7880
8110
  }), /*#__PURE__*/React.createElement("svg", _extends({
7881
8111
  xmlns: "http://www.w3.org/2000/svg",
7882
8112
  width: size,
@@ -7908,7 +8138,7 @@ Done.defaultProps = {
7908
8138
  size: '16'
7909
8139
  };
7910
8140
 
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 }';
8141
+ 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 }';
7912
8142
 
7913
8143
  var Close = function Close(props) {
7914
8144
  var color = props.color,
@@ -7922,7 +8152,7 @@ var Close = function Close(props) {
7922
8152
  return /*#__PURE__*/React.createElement("span", {
7923
8153
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7924
8154
  }, /*#__PURE__*/React.createElement("style", {
7925
- children: loadingCircleStyle$2x
8155
+ children: loadingCircleStyle$2A
7926
8156
  }), /*#__PURE__*/React.createElement("svg", _extends({
7927
8157
  xmlns: "http://www.w3.org/2000/svg",
7928
8158
  width: size,
@@ -7954,7 +8184,7 @@ Close.defaultProps = {
7954
8184
  size: '16'
7955
8185
  };
7956
8186
 
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 }';
8187
+ 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 }';
7958
8188
 
7959
8189
  var StarOutline = function StarOutline(props) {
7960
8190
  var color = props.color,
@@ -7968,7 +8198,7 @@ var StarOutline = function StarOutline(props) {
7968
8198
  return /*#__PURE__*/React.createElement("span", {
7969
8199
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7970
8200
  }, /*#__PURE__*/React.createElement("style", {
7971
- children: loadingCircleStyle$2y
8201
+ children: loadingCircleStyle$2B
7972
8202
  }), /*#__PURE__*/React.createElement("svg", _extends({
7973
8203
  xmlns: "http://www.w3.org/2000/svg",
7974
8204
  width: size,
@@ -8000,7 +8230,7 @@ StarOutline.defaultProps = {
8000
8230
  size: '16'
8001
8231
  };
8002
8232
 
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 }';
8233
+ 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 }';
8004
8234
 
8005
8235
  var StarFill = function StarFill(props) {
8006
8236
  var color = props.color,
@@ -8014,7 +8244,7 @@ var StarFill = function StarFill(props) {
8014
8244
  return /*#__PURE__*/React.createElement("span", {
8015
8245
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8016
8246
  }, /*#__PURE__*/React.createElement("style", {
8017
- children: loadingCircleStyle$2z
8247
+ children: loadingCircleStyle$2C
8018
8248
  }), /*#__PURE__*/React.createElement("svg", _extends({
8019
8249
  xmlns: "http://www.w3.org/2000/svg",
8020
8250
  width: size,
@@ -8046,7 +8276,7 @@ StarFill.defaultProps = {
8046
8276
  size: '16'
8047
8277
  };
8048
8278
 
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 }';
8279
+ 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 }';
8050
8280
 
8051
8281
  var TimeLock = function TimeLock(props) {
8052
8282
  var color = props.color,
@@ -8060,7 +8290,7 @@ var TimeLock = function TimeLock(props) {
8060
8290
  return /*#__PURE__*/React.createElement("span", {
8061
8291
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8062
8292
  }, /*#__PURE__*/React.createElement("style", {
8063
- children: loadingCircleStyle$2A
8293
+ children: loadingCircleStyle$2D
8064
8294
  }), /*#__PURE__*/React.createElement("svg", _extends({
8065
8295
  xmlns: "http://www.w3.org/2000/svg",
8066
8296
  width: size,
@@ -8092,7 +8322,7 @@ TimeLock.defaultProps = {
8092
8322
  size: '16'
8093
8323
  };
8094
8324
 
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 }';
8325
+ 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 }';
8096
8326
 
8097
8327
  var Heart = function Heart(props) {
8098
8328
  var color = props.color,
@@ -8106,7 +8336,7 @@ var Heart = function Heart(props) {
8106
8336
  return /*#__PURE__*/React.createElement("span", {
8107
8337
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8108
8338
  }, /*#__PURE__*/React.createElement("style", {
8109
- children: loadingCircleStyle$2B
8339
+ children: loadingCircleStyle$2E
8110
8340
  }), /*#__PURE__*/React.createElement("svg", _extends({
8111
8341
  xmlns: "http://www.w3.org/2000/svg",
8112
8342
  width: size,
@@ -8138,7 +8368,7 @@ Heart.defaultProps = {
8138
8368
  size: '16'
8139
8369
  };
8140
8370
 
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 }';
8371
+ 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 }';
8142
8372
 
8143
8373
  var Bookmark = function Bookmark(props) {
8144
8374
  var color = props.color,
@@ -8152,7 +8382,7 @@ var Bookmark = function Bookmark(props) {
8152
8382
  return /*#__PURE__*/React.createElement("span", {
8153
8383
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8154
8384
  }, /*#__PURE__*/React.createElement("style", {
8155
- children: loadingCircleStyle$2C
8385
+ children: loadingCircleStyle$2F
8156
8386
  }), /*#__PURE__*/React.createElement("svg", _extends({
8157
8387
  xmlns: "http://www.w3.org/2000/svg",
8158
8388
  width: size,
@@ -8184,7 +8414,7 @@ Bookmark.defaultProps = {
8184
8414
  size: '16'
8185
8415
  };
8186
8416
 
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 }';
8417
+ 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 }';
8188
8418
 
8189
8419
  var Bookmark2 = function Bookmark2(props) {
8190
8420
  var color = props.color,
@@ -8198,7 +8428,7 @@ var Bookmark2 = function Bookmark2(props) {
8198
8428
  return /*#__PURE__*/React.createElement("span", {
8199
8429
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8200
8430
  }, /*#__PURE__*/React.createElement("style", {
8201
- children: loadingCircleStyle$2D
8431
+ children: loadingCircleStyle$2G
8202
8432
  }), /*#__PURE__*/React.createElement("svg", _extends({
8203
8433
  xmlns: "http://www.w3.org/2000/svg",
8204
8434
  width: size,
@@ -8230,7 +8460,7 @@ Bookmark2.defaultProps = {
8230
8460
  size: '16'
8231
8461
  };
8232
8462
 
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 }';
8463
+ 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 }';
8234
8464
 
8235
8465
  var LockClose = function LockClose(props) {
8236
8466
  var color = props.color,
@@ -8244,7 +8474,7 @@ var LockClose = function LockClose(props) {
8244
8474
  return /*#__PURE__*/React.createElement("span", {
8245
8475
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8246
8476
  }, /*#__PURE__*/React.createElement("style", {
8247
- children: loadingCircleStyle$2E
8477
+ children: loadingCircleStyle$2H
8248
8478
  }), /*#__PURE__*/React.createElement("svg", _extends({
8249
8479
  xmlns: "http://www.w3.org/2000/svg",
8250
8480
  width: size,
@@ -8280,7 +8510,7 @@ LockClose.defaultProps = {
8280
8510
  size: '16'
8281
8511
  };
8282
8512
 
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 }';
8513
+ 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 }';
8284
8514
 
8285
8515
  var LockCloseFill = function LockCloseFill(props) {
8286
8516
  var color = props.color,
@@ -8294,7 +8524,7 @@ var LockCloseFill = function LockCloseFill(props) {
8294
8524
  return /*#__PURE__*/React.createElement("span", {
8295
8525
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8296
8526
  }, /*#__PURE__*/React.createElement("style", {
8297
- children: loadingCircleStyle$2F
8527
+ children: loadingCircleStyle$2I
8298
8528
  }), /*#__PURE__*/React.createElement("svg", _extends({
8299
8529
  xmlns: "http://www.w3.org/2000/svg",
8300
8530
  width: size,
@@ -8326,7 +8556,7 @@ LockCloseFill.defaultProps = {
8326
8556
  size: '16'
8327
8557
  };
8328
8558
 
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 }';
8559
+ 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 }';
8330
8560
 
8331
8561
  var LockOpen = function LockOpen(props) {
8332
8562
  var color = props.color,
@@ -8340,7 +8570,7 @@ var LockOpen = function LockOpen(props) {
8340
8570
  return /*#__PURE__*/React.createElement("span", {
8341
8571
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8342
8572
  }, /*#__PURE__*/React.createElement("style", {
8343
- children: loadingCircleStyle$2G
8573
+ children: loadingCircleStyle$2J
8344
8574
  }), /*#__PURE__*/React.createElement("svg", _extends({
8345
8575
  xmlns: "http://www.w3.org/2000/svg",
8346
8576
  width: size,
@@ -8372,7 +8602,7 @@ LockOpen.defaultProps = {
8372
8602
  size: '16'
8373
8603
  };
8374
8604
 
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 }';
8605
+ 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 }';
8376
8606
 
8377
8607
  var LockOpenFill = function LockOpenFill(props) {
8378
8608
  var color = props.color,
@@ -8386,7 +8616,7 @@ var LockOpenFill = function LockOpenFill(props) {
8386
8616
  return /*#__PURE__*/React.createElement("span", {
8387
8617
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8388
8618
  }, /*#__PURE__*/React.createElement("style", {
8389
- children: loadingCircleStyle$2H
8619
+ children: loadingCircleStyle$2K
8390
8620
  }), /*#__PURE__*/React.createElement("svg", _extends({
8391
8621
  xmlns: "http://www.w3.org/2000/svg",
8392
8622
  width: size,
@@ -8418,7 +8648,7 @@ LockOpenFill.defaultProps = {
8418
8648
  size: '16'
8419
8649
  };
8420
8650
 
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 }';
8651
+ 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 }';
8422
8652
 
8423
8653
  var EyeOn = function EyeOn(props) {
8424
8654
  var color = props.color,
@@ -8432,7 +8662,7 @@ var EyeOn = function EyeOn(props) {
8432
8662
  return /*#__PURE__*/React.createElement("span", {
8433
8663
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8434
8664
  }, /*#__PURE__*/React.createElement("style", {
8435
- children: loadingCircleStyle$2I
8665
+ children: loadingCircleStyle$2L
8436
8666
  }), /*#__PURE__*/React.createElement("svg", _extends({
8437
8667
  xmlns: "http://www.w3.org/2000/svg",
8438
8668
  width: size,
@@ -8464,7 +8694,7 @@ EyeOn.defaultProps = {
8464
8694
  size: '16'
8465
8695
  };
8466
8696
 
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 }';
8697
+ 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 }';
8468
8698
 
8469
8699
  var EyeOnFill = function EyeOnFill(props) {
8470
8700
  var color = props.color,
@@ -8478,7 +8708,7 @@ var EyeOnFill = function EyeOnFill(props) {
8478
8708
  return /*#__PURE__*/React.createElement("span", {
8479
8709
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8480
8710
  }, /*#__PURE__*/React.createElement("style", {
8481
- children: loadingCircleStyle$2J
8711
+ children: loadingCircleStyle$2M
8482
8712
  }), /*#__PURE__*/React.createElement("svg", _extends({
8483
8713
  xmlns: "http://www.w3.org/2000/svg",
8484
8714
  width: size,
@@ -8512,7 +8742,7 @@ EyeOnFill.defaultProps = {
8512
8742
  size: '16'
8513
8743
  };
8514
8744
 
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 }';
8745
+ 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 }';
8516
8746
 
8517
8747
  var EyeOff = function EyeOff(props) {
8518
8748
  var color = props.color,
@@ -8526,7 +8756,7 @@ var EyeOff = function EyeOff(props) {
8526
8756
  return /*#__PURE__*/React.createElement("span", {
8527
8757
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8528
8758
  }, /*#__PURE__*/React.createElement("style", {
8529
- children: loadingCircleStyle$2K
8759
+ children: loadingCircleStyle$2N
8530
8760
  }), /*#__PURE__*/React.createElement("svg", _extends({
8531
8761
  xmlns: "http://www.w3.org/2000/svg",
8532
8762
  width: size,
@@ -8558,7 +8788,7 @@ EyeOff.defaultProps = {
8558
8788
  size: '16'
8559
8789
  };
8560
8790
 
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 }';
8791
+ 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 }';
8562
8792
 
8563
8793
  var EyeOffFill = function EyeOffFill(props) {
8564
8794
  var color = props.color,
@@ -8572,7 +8802,7 @@ var EyeOffFill = function EyeOffFill(props) {
8572
8802
  return /*#__PURE__*/React.createElement("span", {
8573
8803
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8574
8804
  }, /*#__PURE__*/React.createElement("style", {
8575
- children: loadingCircleStyle$2L
8805
+ children: loadingCircleStyle$2O
8576
8806
  }), /*#__PURE__*/React.createElement("svg", _extends({
8577
8807
  xmlns: "http://www.w3.org/2000/svg",
8578
8808
  width: size,
@@ -8606,7 +8836,7 @@ EyeOffFill.defaultProps = {
8606
8836
  size: '16'
8607
8837
  };
8608
8838
 
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 }';
8839
+ 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 }';
8610
8840
 
8611
8841
  var Dot = function Dot(props) {
8612
8842
  var color = props.color,
@@ -8620,7 +8850,7 @@ var Dot = function Dot(props) {
8620
8850
  return /*#__PURE__*/React.createElement("span", {
8621
8851
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8622
8852
  }, /*#__PURE__*/React.createElement("style", {
8623
- children: loadingCircleStyle$2M
8853
+ children: loadingCircleStyle$2P
8624
8854
  }), /*#__PURE__*/React.createElement("svg", _extends({
8625
8855
  xmlns: "http://www.w3.org/2000/svg",
8626
8856
  width: size,
@@ -8654,7 +8884,7 @@ Dot.defaultProps = {
8654
8884
  size: '16'
8655
8885
  };
8656
8886
 
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 }';
8887
+ var loadingCircleStyle$2Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8658
8888
 
8659
8889
  var Anchor = function Anchor(props) {
8660
8890
  var color = props.color,
@@ -8668,7 +8898,7 @@ var Anchor = function Anchor(props) {
8668
8898
  return /*#__PURE__*/React.createElement("span", {
8669
8899
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8670
8900
  }, /*#__PURE__*/React.createElement("style", {
8671
- children: loadingCircleStyle$2N
8901
+ children: loadingCircleStyle$2Q
8672
8902
  }), /*#__PURE__*/React.createElement("svg", _extends({
8673
8903
  xmlns: "http://www.w3.org/2000/svg",
8674
8904
  width: size,
@@ -8700,7 +8930,7 @@ Anchor.defaultProps = {
8700
8930
  size: '16'
8701
8931
  };
8702
8932
 
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 }';
8933
+ 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 }';
8704
8934
 
8705
8935
  var ChartLine = function ChartLine(props) {
8706
8936
  var color = props.color,
@@ -8714,7 +8944,7 @@ var ChartLine = function ChartLine(props) {
8714
8944
  return /*#__PURE__*/React.createElement("span", {
8715
8945
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8716
8946
  }, /*#__PURE__*/React.createElement("style", {
8717
- children: loadingCircleStyle$2O
8947
+ children: loadingCircleStyle$2R
8718
8948
  }), /*#__PURE__*/React.createElement("svg", _extends({
8719
8949
  xmlns: "http://www.w3.org/2000/svg",
8720
8950
  width: size,
@@ -8752,7 +8982,7 @@ ChartLine.defaultProps = {
8752
8982
  size: '16'
8753
8983
  };
8754
8984
 
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 }';
8985
+ 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 }';
8756
8986
 
8757
8987
  var ChartBar = function ChartBar(props) {
8758
8988
  var color = props.color,
@@ -8766,7 +8996,7 @@ var ChartBar = function ChartBar(props) {
8766
8996
  return /*#__PURE__*/React.createElement("span", {
8767
8997
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8768
8998
  }, /*#__PURE__*/React.createElement("style", {
8769
- children: loadingCircleStyle$2P
8999
+ children: loadingCircleStyle$2S
8770
9000
  }), /*#__PURE__*/React.createElement("svg", _extends({
8771
9001
  xmlns: "http://www.w3.org/2000/svg",
8772
9002
  width: size,
@@ -8802,7 +9032,7 @@ ChartBar.defaultProps = {
8802
9032
  size: '16'
8803
9033
  };
8804
9034
 
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 }';
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 }';
8806
9036
 
8807
9037
  var ChartCum = function ChartCum(props) {
8808
9038
  var color = props.color,
@@ -8816,7 +9046,7 @@ var ChartCum = function ChartCum(props) {
8816
9046
  return /*#__PURE__*/React.createElement("span", {
8817
9047
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8818
9048
  }, /*#__PURE__*/React.createElement("style", {
8819
- children: loadingCircleStyle$2Q
9049
+ children: loadingCircleStyle$2T
8820
9050
  }), /*#__PURE__*/React.createElement("svg", _extends({
8821
9051
  xmlns: "http://www.w3.org/2000/svg",
8822
9052
  width: size,
@@ -8858,7 +9088,7 @@ ChartCum.defaultProps = {
8858
9088
  size: '16'
8859
9089
  };
8860
9090
 
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 }';
9091
+ 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 }';
8862
9092
 
8863
9093
  var ChartPie = function ChartPie(props) {
8864
9094
  var color = props.color,
@@ -8872,7 +9102,7 @@ var ChartPie = function ChartPie(props) {
8872
9102
  return /*#__PURE__*/React.createElement("span", {
8873
9103
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8874
9104
  }, /*#__PURE__*/React.createElement("style", {
8875
- children: loadingCircleStyle$2R
9105
+ children: loadingCircleStyle$2U
8876
9106
  }), /*#__PURE__*/React.createElement("svg", _extends({
8877
9107
  xmlns: "http://www.w3.org/2000/svg",
8878
9108
  width: size,
@@ -8906,7 +9136,7 @@ ChartPie.defaultProps = {
8906
9136
  size: '16'
8907
9137
  };
8908
9138
 
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 }';
9139
+ 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 }';
8910
9140
 
8911
9141
  var ChartDNRe = function ChartDNRe(props) {
8912
9142
  var color = props.color,
@@ -8920,7 +9150,7 @@ var ChartDNRe = function ChartDNRe(props) {
8920
9150
  return /*#__PURE__*/React.createElement("span", {
8921
9151
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8922
9152
  }, /*#__PURE__*/React.createElement("style", {
8923
- children: loadingCircleStyle$2S
9153
+ children: loadingCircleStyle$2V
8924
9154
  }), /*#__PURE__*/React.createElement("svg", _extends({
8925
9155
  xmlns: "http://www.w3.org/2000/svg",
8926
9156
  width: size,
@@ -8964,7 +9194,7 @@ ChartDNRe.defaultProps = {
8964
9194
  size: '16'
8965
9195
  };
8966
9196
 
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 }';
9197
+ 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 }';
8968
9198
 
8969
9199
  var ChartDRe = function ChartDRe(props) {
8970
9200
  var color = props.color,
@@ -8978,7 +9208,7 @@ var ChartDRe = function ChartDRe(props) {
8978
9208
  return /*#__PURE__*/React.createElement("span", {
8979
9209
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8980
9210
  }, /*#__PURE__*/React.createElement("style", {
8981
- children: loadingCircleStyle$2T
9211
+ children: loadingCircleStyle$2W
8982
9212
  }), /*#__PURE__*/React.createElement("svg", _extends({
8983
9213
  xmlns: "http://www.w3.org/2000/svg",
8984
9214
  width: size,
@@ -9022,7 +9252,7 @@ ChartDRe.defaultProps = {
9022
9252
  size: '16'
9023
9253
  };
9024
9254
 
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 }';
9255
+ var loadingCircleStyle$2X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9026
9256
 
9027
9257
  var ChartFunnel = function ChartFunnel(props) {
9028
9258
  var color = props.color,
@@ -9036,7 +9266,7 @@ var ChartFunnel = function ChartFunnel(props) {
9036
9266
  return /*#__PURE__*/React.createElement("span", {
9037
9267
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9038
9268
  }, /*#__PURE__*/React.createElement("style", {
9039
- children: loadingCircleStyle$2U
9269
+ children: loadingCircleStyle$2X
9040
9270
  }), /*#__PURE__*/React.createElement("svg", _extends({
9041
9271
  xmlns: "http://www.w3.org/2000/svg",
9042
9272
  width: size,
@@ -9072,7 +9302,7 @@ ChartFunnel.defaultProps = {
9072
9302
  size: '16'
9073
9303
  };
9074
9304
 
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 }';
9305
+ 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 }';
9076
9306
 
9077
9307
  var ChartInterval = function ChartInterval(props) {
9078
9308
  var color = props.color,
@@ -9086,7 +9316,7 @@ var ChartInterval = function ChartInterval(props) {
9086
9316
  return /*#__PURE__*/React.createElement("span", {
9087
9317
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9088
9318
  }, /*#__PURE__*/React.createElement("style", {
9089
- children: loadingCircleStyle$2V
9319
+ children: loadingCircleStyle$2Y
9090
9320
  }), /*#__PURE__*/React.createElement("svg", _extends({
9091
9321
  xmlns: "http://www.w3.org/2000/svg",
9092
9322
  width: size,
@@ -9120,7 +9350,7 @@ ChartInterval.defaultProps = {
9120
9350
  size: '16'
9121
9351
  };
9122
9352
 
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 }';
9353
+ 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 }';
9124
9354
 
9125
9355
  var ChartStack = function ChartStack(props) {
9126
9356
  var color = props.color,
@@ -9134,7 +9364,7 @@ var ChartStack = function ChartStack(props) {
9134
9364
  return /*#__PURE__*/React.createElement("span", {
9135
9365
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9136
9366
  }, /*#__PURE__*/React.createElement("style", {
9137
- children: loadingCircleStyle$2W
9367
+ children: loadingCircleStyle$2Z
9138
9368
  }), /*#__PURE__*/React.createElement("svg", _extends({
9139
9369
  xmlns: "http://www.w3.org/2000/svg",
9140
9370
  width: size,
@@ -9168,7 +9398,7 @@ ChartStack.defaultProps = {
9168
9398
  size: '16'
9169
9399
  };
9170
9400
 
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 }';
9401
+ 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 }';
9172
9402
 
9173
9403
  var ChartStackn = function ChartStackn(props) {
9174
9404
  var color = props.color,
@@ -9182,7 +9412,7 @@ var ChartStackn = function ChartStackn(props) {
9182
9412
  return /*#__PURE__*/React.createElement("span", {
9183
9413
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9184
9414
  }, /*#__PURE__*/React.createElement("style", {
9185
- children: loadingCircleStyle$2X
9415
+ children: loadingCircleStyle$2_
9186
9416
  }), /*#__PURE__*/React.createElement("svg", _extends({
9187
9417
  xmlns: "http://www.w3.org/2000/svg",
9188
9418
  width: size,
@@ -9216,7 +9446,7 @@ ChartStackn.defaultProps = {
9216
9446
  size: '16'
9217
9447
  };
9218
9448
 
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 }';
9449
+ 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 }';
9220
9450
 
9221
9451
  var ChartStackPerc = function ChartStackPerc(props) {
9222
9452
  var color = props.color,
@@ -9230,7 +9460,7 @@ var ChartStackPerc = function ChartStackPerc(props) {
9230
9460
  return /*#__PURE__*/React.createElement("span", {
9231
9461
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9232
9462
  }, /*#__PURE__*/React.createElement("style", {
9233
- children: loadingCircleStyle$2Y
9463
+ children: loadingCircleStyle$2$
9234
9464
  }), /*#__PURE__*/React.createElement("svg", _extends({
9235
9465
  xmlns: "http://www.w3.org/2000/svg",
9236
9466
  width: size,
@@ -9264,7 +9494,7 @@ ChartStackPerc.defaultProps = {
9264
9494
  size: '16'
9265
9495
  };
9266
9496
 
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 }';
9497
+ 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 }';
9268
9498
 
9269
9499
  var ChartComplex = function ChartComplex(props) {
9270
9500
  var color = props.color,
@@ -9278,7 +9508,7 @@ var ChartComplex = function ChartComplex(props) {
9278
9508
  return /*#__PURE__*/React.createElement("span", {
9279
9509
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9280
9510
  }, /*#__PURE__*/React.createElement("style", {
9281
- children: loadingCircleStyle$2Z
9511
+ children: loadingCircleStyle$30
9282
9512
  }), /*#__PURE__*/React.createElement("svg", _extends({
9283
9513
  xmlns: "http://www.w3.org/2000/svg",
9284
9514
  width: size,
@@ -9318,7 +9548,7 @@ ChartComplex.defaultProps = {
9318
9548
  size: '16'
9319
9549
  };
9320
9550
 
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 }';
9551
+ 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 }';
9322
9552
 
9323
9553
  var ChartHistogram = function ChartHistogram(props) {
9324
9554
  var color = props.color,
@@ -9332,7 +9562,7 @@ var ChartHistogram = function ChartHistogram(props) {
9332
9562
  return /*#__PURE__*/React.createElement("span", {
9333
9563
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9334
9564
  }, /*#__PURE__*/React.createElement("style", {
9335
- children: loadingCircleStyle$2_
9565
+ children: loadingCircleStyle$31
9336
9566
  }), /*#__PURE__*/React.createElement("svg", _extends({
9337
9567
  xmlns: "http://www.w3.org/2000/svg",
9338
9568
  width: size,
@@ -9378,7 +9608,7 @@ ChartHistogram.defaultProps = {
9378
9608
  size: '16'
9379
9609
  };
9380
9610
 
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 }';
9611
+ 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 }';
9382
9612
 
9383
9613
  var ChartTable = function ChartTable(props) {
9384
9614
  var color = props.color,
@@ -9392,7 +9622,7 @@ var ChartTable = function ChartTable(props) {
9392
9622
  return /*#__PURE__*/React.createElement("span", {
9393
9623
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9394
9624
  }, /*#__PURE__*/React.createElement("style", {
9395
- children: loadingCircleStyle$2$
9625
+ children: loadingCircleStyle$32
9396
9626
  }), /*#__PURE__*/React.createElement("svg", _extends({
9397
9627
  xmlns: "http://www.w3.org/2000/svg",
9398
9628
  width: size,
@@ -9424,7 +9654,7 @@ ChartTable.defaultProps = {
9424
9654
  size: '16'
9425
9655
  };
9426
9656
 
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 }';
9657
+ 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 }';
9428
9658
 
9429
9659
  var ChartFieldlist = function ChartFieldlist(props) {
9430
9660
  var color = props.color,
@@ -9438,7 +9668,7 @@ var ChartFieldlist = function ChartFieldlist(props) {
9438
9668
  return /*#__PURE__*/React.createElement("span", {
9439
9669
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9440
9670
  }, /*#__PURE__*/React.createElement("style", {
9441
- children: loadingCircleStyle$30
9671
+ children: loadingCircleStyle$33
9442
9672
  }), /*#__PURE__*/React.createElement("svg", _extends({
9443
9673
  xmlns: "http://www.w3.org/2000/svg",
9444
9674
  width: size,
@@ -9470,7 +9700,7 @@ ChartFieldlist.defaultProps = {
9470
9700
  size: '16'
9471
9701
  };
9472
9702
 
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 }';
9703
+ 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 }';
9474
9704
 
9475
9705
  var Table1dtable = function Table1dtable(props) {
9476
9706
  var color = props.color,
@@ -9484,7 +9714,7 @@ var Table1dtable = function Table1dtable(props) {
9484
9714
  return /*#__PURE__*/React.createElement("span", {
9485
9715
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9486
9716
  }, /*#__PURE__*/React.createElement("style", {
9487
- children: loadingCircleStyle$31
9717
+ children: loadingCircleStyle$34
9488
9718
  }), /*#__PURE__*/React.createElement("svg", _extends({
9489
9719
  xmlns: "http://www.w3.org/2000/svg",
9490
9720
  width: size,
@@ -9534,7 +9764,7 @@ Table1dtable.defaultProps = {
9534
9764
  size: '16'
9535
9765
  };
9536
9766
 
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 }';
9767
+ 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 }';
9538
9768
 
9539
9769
  var ChartSqltable = function ChartSqltable(props) {
9540
9770
  var color = props.color,
@@ -9548,7 +9778,7 @@ var ChartSqltable = function ChartSqltable(props) {
9548
9778
  return /*#__PURE__*/React.createElement("span", {
9549
9779
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9550
9780
  }, /*#__PURE__*/React.createElement("style", {
9551
- children: loadingCircleStyle$32
9781
+ children: loadingCircleStyle$35
9552
9782
  }), /*#__PURE__*/React.createElement("svg", _extends({
9553
9783
  xmlns: "http://www.w3.org/2000/svg",
9554
9784
  width: size,
@@ -9580,7 +9810,7 @@ ChartSqltable.defaultProps = {
9580
9810
  size: '16'
9581
9811
  };
9582
9812
 
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 }';
9813
+ 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 }';
9584
9814
 
9585
9815
  var ChartCombinedTable = function ChartCombinedTable(props) {
9586
9816
  var color = props.color,
@@ -9594,7 +9824,7 @@ var ChartCombinedTable = function ChartCombinedTable(props) {
9594
9824
  return /*#__PURE__*/React.createElement("span", {
9595
9825
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9596
9826
  }, /*#__PURE__*/React.createElement("style", {
9597
- children: loadingCircleStyle$33
9827
+ children: loadingCircleStyle$36
9598
9828
  }), /*#__PURE__*/React.createElement("svg", _extends({
9599
9829
  xmlns: "http://www.w3.org/2000/svg",
9600
9830
  width: size,
@@ -9626,7 +9856,7 @@ ChartCombinedTable.defaultProps = {
9626
9856
  size: '16'
9627
9857
  };
9628
9858
 
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 }';
9859
+ 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 }';
9630
9860
 
9631
9861
  var ChartDistTable = function ChartDistTable(props) {
9632
9862
  var color = props.color,
@@ -9640,7 +9870,7 @@ var ChartDistTable = function ChartDistTable(props) {
9640
9870
  return /*#__PURE__*/React.createElement("span", {
9641
9871
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9642
9872
  }, /*#__PURE__*/React.createElement("style", {
9643
- children: loadingCircleStyle$34
9873
+ children: loadingCircleStyle$37
9644
9874
  }), /*#__PURE__*/React.createElement("svg", _extends({
9645
9875
  xmlns: "http://www.w3.org/2000/svg",
9646
9876
  width: size,
@@ -9672,7 +9902,7 @@ ChartDistTable.defaultProps = {
9672
9902
  size: '16'
9673
9903
  };
9674
9904
 
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 }';
9905
+ 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 }';
9676
9906
 
9677
9907
  var ChartBarTable = function ChartBarTable(props) {
9678
9908
  var color = props.color,
@@ -9686,7 +9916,7 @@ var ChartBarTable = function ChartBarTable(props) {
9686
9916
  return /*#__PURE__*/React.createElement("span", {
9687
9917
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9688
9918
  }, /*#__PURE__*/React.createElement("style", {
9689
- children: loadingCircleStyle$35
9919
+ children: loadingCircleStyle$38
9690
9920
  }), /*#__PURE__*/React.createElement("svg", _extends({
9691
9921
  xmlns: "http://www.w3.org/2000/svg",
9692
9922
  width: size,
@@ -9720,7 +9950,7 @@ ChartBarTable.defaultProps = {
9720
9950
  size: '16'
9721
9951
  };
9722
9952
 
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 }';
9953
+ 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 }';
9724
9954
 
9725
9955
  var ChartLineTable = function ChartLineTable(props) {
9726
9956
  var color = props.color,
@@ -9734,7 +9964,7 @@ var ChartLineTable = function ChartLineTable(props) {
9734
9964
  return /*#__PURE__*/React.createElement("span", {
9735
9965
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9736
9966
  }, /*#__PURE__*/React.createElement("style", {
9737
- children: loadingCircleStyle$36
9967
+ children: loadingCircleStyle$39
9738
9968
  }), /*#__PURE__*/React.createElement("svg", _extends({
9739
9969
  xmlns: "http://www.w3.org/2000/svg",
9740
9970
  width: size,
@@ -9774,7 +10004,7 @@ ChartLineTable.defaultProps = {
9774
10004
  size: '16'
9775
10005
  };
9776
10006
 
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 }';
10007
+ 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 }';
9778
10008
 
9779
10009
  var Play = function Play(props) {
9780
10010
  var color = props.color,
@@ -9788,7 +10018,7 @@ var Play = function Play(props) {
9788
10018
  return /*#__PURE__*/React.createElement("span", {
9789
10019
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9790
10020
  }, /*#__PURE__*/React.createElement("style", {
9791
- children: loadingCircleStyle$37
10021
+ children: loadingCircleStyle$3a
9792
10022
  }), /*#__PURE__*/React.createElement("svg", _extends({
9793
10023
  xmlns: "http://www.w3.org/2000/svg",
9794
10024
  width: size,
@@ -9820,7 +10050,7 @@ Play.defaultProps = {
9820
10050
  size: '16'
9821
10051
  };
9822
10052
 
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 }';
10053
+ 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 }';
9824
10054
 
9825
10055
  var Config = function Config(props) {
9826
10056
  var color = props.color,
@@ -9834,7 +10064,7 @@ var Config = function Config(props) {
9834
10064
  return /*#__PURE__*/React.createElement("span", {
9835
10065
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9836
10066
  }, /*#__PURE__*/React.createElement("style", {
9837
- children: loadingCircleStyle$38
10067
+ children: loadingCircleStyle$3b
9838
10068
  }), /*#__PURE__*/React.createElement("svg", _extends({
9839
10069
  xmlns: "http://www.w3.org/2000/svg",
9840
10070
  width: size,
@@ -9866,7 +10096,7 @@ Config.defaultProps = {
9866
10096
  size: '16'
9867
10097
  };
9868
10098
 
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 }';
10099
+ 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 }';
9870
10100
 
9871
10101
  var Setting = function Setting(props) {
9872
10102
  var color = props.color,
@@ -9880,7 +10110,7 @@ var Setting = function Setting(props) {
9880
10110
  return /*#__PURE__*/React.createElement("span", {
9881
10111
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9882
10112
  }, /*#__PURE__*/React.createElement("style", {
9883
- children: loadingCircleStyle$39
10113
+ children: loadingCircleStyle$3c
9884
10114
  }), /*#__PURE__*/React.createElement("svg", _extends({
9885
10115
  xmlns: "http://www.w3.org/2000/svg",
9886
10116
  width: size,
@@ -9912,7 +10142,7 @@ Setting.defaultProps = {
9912
10142
  size: '16'
9913
10143
  };
9914
10144
 
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 }';
10145
+ 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 }';
9916
10146
 
9917
10147
  var Search = function Search(props) {
9918
10148
  var color = props.color,
@@ -9926,7 +10156,7 @@ var Search = function Search(props) {
9926
10156
  return /*#__PURE__*/React.createElement("span", {
9927
10157
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9928
10158
  }, /*#__PURE__*/React.createElement("style", {
9929
- children: loadingCircleStyle$3a
10159
+ children: loadingCircleStyle$3d
9930
10160
  }), /*#__PURE__*/React.createElement("svg", _extends({
9931
10161
  xmlns: "http://www.w3.org/2000/svg",
9932
10162
  width: size,
@@ -9958,7 +10188,7 @@ Search.defaultProps = {
9958
10188
  size: '16'
9959
10189
  };
9960
10190
 
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 }';
10191
+ 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 }';
9962
10192
 
9963
10193
  var Copy = function Copy(props) {
9964
10194
  var color = props.color,
@@ -9972,7 +10202,7 @@ var Copy = function Copy(props) {
9972
10202
  return /*#__PURE__*/React.createElement("span", {
9973
10203
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9974
10204
  }, /*#__PURE__*/React.createElement("style", {
9975
- children: loadingCircleStyle$3b
10205
+ children: loadingCircleStyle$3e
9976
10206
  }), /*#__PURE__*/React.createElement("svg", _extends({
9977
10207
  xmlns: "http://www.w3.org/2000/svg",
9978
10208
  width: size,
@@ -10004,7 +10234,7 @@ Copy.defaultProps = {
10004
10234
  size: '16'
10005
10235
  };
10006
10236
 
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 }';
10237
+ 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 }';
10008
10238
 
10009
10239
  var Copy2 = function Copy2(props) {
10010
10240
  var color = props.color,
@@ -10018,7 +10248,7 @@ var Copy2 = function Copy2(props) {
10018
10248
  return /*#__PURE__*/React.createElement("span", {
10019
10249
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10020
10250
  }, /*#__PURE__*/React.createElement("style", {
10021
- children: loadingCircleStyle$3c
10251
+ children: loadingCircleStyle$3f
10022
10252
  }), /*#__PURE__*/React.createElement("svg", _extends({
10023
10253
  xmlns: "http://www.w3.org/2000/svg",
10024
10254
  width: size,
@@ -10050,7 +10280,7 @@ Copy2.defaultProps = {
10050
10280
  size: '16'
10051
10281
  };
10052
10282
 
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 }';
10283
+ 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 }';
10054
10284
 
10055
10285
  var Format = function Format(props) {
10056
10286
  var color = props.color,
@@ -10064,7 +10294,7 @@ var Format = function Format(props) {
10064
10294
  return /*#__PURE__*/React.createElement("span", {
10065
10295
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10066
10296
  }, /*#__PURE__*/React.createElement("style", {
10067
- children: loadingCircleStyle$3d
10297
+ children: loadingCircleStyle$3g
10068
10298
  }), /*#__PURE__*/React.createElement("svg", _extends({
10069
10299
  xmlns: "http://www.w3.org/2000/svg",
10070
10300
  width: size,
@@ -10098,7 +10328,7 @@ Format.defaultProps = {
10098
10328
  size: '16'
10099
10329
  };
10100
10330
 
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 }';
10331
+ 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 }';
10102
10332
 
10103
10333
  var Code = function Code(props) {
10104
10334
  var color = props.color,
@@ -10112,7 +10342,7 @@ var Code = function Code(props) {
10112
10342
  return /*#__PURE__*/React.createElement("span", {
10113
10343
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10114
10344
  }, /*#__PURE__*/React.createElement("style", {
10115
- children: loadingCircleStyle$3e
10345
+ children: loadingCircleStyle$3h
10116
10346
  }), /*#__PURE__*/React.createElement("svg", _extends({
10117
10347
  xmlns: "http://www.w3.org/2000/svg",
10118
10348
  width: size,
@@ -10144,7 +10374,7 @@ Code.defaultProps = {
10144
10374
  size: '16'
10145
10375
  };
10146
10376
 
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 }';
10377
+ 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 }';
10148
10378
 
10149
10379
  var Edit = function Edit(props) {
10150
10380
  var color = props.color,
@@ -10158,7 +10388,7 @@ var Edit = function Edit(props) {
10158
10388
  return /*#__PURE__*/React.createElement("span", {
10159
10389
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10160
10390
  }, /*#__PURE__*/React.createElement("style", {
10161
- children: loadingCircleStyle$3f
10391
+ children: loadingCircleStyle$3i
10162
10392
  }), /*#__PURE__*/React.createElement("svg", _extends({
10163
10393
  xmlns: "http://www.w3.org/2000/svg",
10164
10394
  width: size,
@@ -10190,7 +10420,7 @@ Edit.defaultProps = {
10190
10420
  size: '16'
10191
10421
  };
10192
10422
 
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 }';
10423
+ 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 }';
10194
10424
 
10195
10425
  var EditFill = function EditFill(props) {
10196
10426
  var color = props.color,
@@ -10204,7 +10434,7 @@ var EditFill = function EditFill(props) {
10204
10434
  return /*#__PURE__*/React.createElement("span", {
10205
10435
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10206
10436
  }, /*#__PURE__*/React.createElement("style", {
10207
- children: loadingCircleStyle$3g
10437
+ children: loadingCircleStyle$3j
10208
10438
  }), /*#__PURE__*/React.createElement("svg", _extends({
10209
10439
  xmlns: "http://www.w3.org/2000/svg",
10210
10440
  width: size,
@@ -10238,7 +10468,7 @@ EditFill.defaultProps = {
10238
10468
  size: '16'
10239
10469
  };
10240
10470
 
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 }';
10471
+ 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 }';
10242
10472
 
10243
10473
  var Delete1 = function Delete1(props) {
10244
10474
  var color = props.color,
@@ -10252,7 +10482,7 @@ var Delete1 = function Delete1(props) {
10252
10482
  return /*#__PURE__*/React.createElement("span", {
10253
10483
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10254
10484
  }, /*#__PURE__*/React.createElement("style", {
10255
- children: loadingCircleStyle$3h
10485
+ children: loadingCircleStyle$3k
10256
10486
  }), /*#__PURE__*/React.createElement("svg", _extends({
10257
10487
  xmlns: "http://www.w3.org/2000/svg",
10258
10488
  width: size,
@@ -10284,7 +10514,7 @@ Delete1.defaultProps = {
10284
10514
  size: '16'
10285
10515
  };
10286
10516
 
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 }';
10517
+ 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 }';
10288
10518
 
10289
10519
  var Save = function Save(props) {
10290
10520
  var color = props.color,
@@ -10298,7 +10528,7 @@ var Save = function Save(props) {
10298
10528
  return /*#__PURE__*/React.createElement("span", {
10299
10529
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10300
10530
  }, /*#__PURE__*/React.createElement("style", {
10301
- children: loadingCircleStyle$3i
10531
+ children: loadingCircleStyle$3l
10302
10532
  }), /*#__PURE__*/React.createElement("svg", _extends({
10303
10533
  xmlns: "http://www.w3.org/2000/svg",
10304
10534
  width: size,
@@ -10330,7 +10560,7 @@ Save.defaultProps = {
10330
10560
  size: '16'
10331
10561
  };
10332
10562
 
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 }';
10563
+ 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 }';
10334
10564
 
10335
10565
  var Send = function Send(props) {
10336
10566
  var color = props.color,
@@ -10344,7 +10574,7 @@ var Send = function Send(props) {
10344
10574
  return /*#__PURE__*/React.createElement("span", {
10345
10575
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10346
10576
  }, /*#__PURE__*/React.createElement("style", {
10347
- children: loadingCircleStyle$3j
10577
+ children: loadingCircleStyle$3m
10348
10578
  }), /*#__PURE__*/React.createElement("svg", _extends({
10349
10579
  xmlns: "http://www.w3.org/2000/svg",
10350
10580
  width: size,
@@ -10376,7 +10606,7 @@ Send.defaultProps = {
10376
10606
  size: '16'
10377
10607
  };
10378
10608
 
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 }';
10609
+ 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 }';
10380
10610
 
10381
10611
  var Fullscreen = function Fullscreen(props) {
10382
10612
  var color = props.color,
@@ -10390,7 +10620,7 @@ var Fullscreen = function Fullscreen(props) {
10390
10620
  return /*#__PURE__*/React.createElement("span", {
10391
10621
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10392
10622
  }, /*#__PURE__*/React.createElement("style", {
10393
- children: loadingCircleStyle$3k
10623
+ children: loadingCircleStyle$3n
10394
10624
  }), /*#__PURE__*/React.createElement("svg", _extends({
10395
10625
  xmlns: "http://www.w3.org/2000/svg",
10396
10626
  width: size,
@@ -10422,7 +10652,7 @@ Fullscreen.defaultProps = {
10422
10652
  size: '16'
10423
10653
  };
10424
10654
 
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 }';
10655
+ 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 }';
10426
10656
 
10427
10657
  var ArrowLeftDown = function ArrowLeftDown(props) {
10428
10658
  var color = props.color,
@@ -10436,7 +10666,7 @@ var ArrowLeftDown = function ArrowLeftDown(props) {
10436
10666
  return /*#__PURE__*/React.createElement("span", {
10437
10667
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10438
10668
  }, /*#__PURE__*/React.createElement("style", {
10439
- children: loadingCircleStyle$3l
10669
+ children: loadingCircleStyle$3o
10440
10670
  }), /*#__PURE__*/React.createElement("svg", _extends({
10441
10671
  xmlns: "http://www.w3.org/2000/svg",
10442
10672
  width: size,
@@ -10468,7 +10698,7 @@ ArrowLeftDown.defaultProps = {
10468
10698
  size: '16'
10469
10699
  };
10470
10700
 
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 }';
10701
+ 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 }';
10472
10702
 
10473
10703
  var Link = function Link(props) {
10474
10704
  var color = props.color,
@@ -10482,7 +10712,7 @@ var Link = function Link(props) {
10482
10712
  return /*#__PURE__*/React.createElement("span", {
10483
10713
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10484
10714
  }, /*#__PURE__*/React.createElement("style", {
10485
- children: loadingCircleStyle$3m
10715
+ children: loadingCircleStyle$3p
10486
10716
  }), /*#__PURE__*/React.createElement("svg", _extends({
10487
10717
  xmlns: "http://www.w3.org/2000/svg",
10488
10718
  width: size,
@@ -10518,7 +10748,7 @@ Link.defaultProps = {
10518
10748
  size: '16'
10519
10749
  };
10520
10750
 
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 }';
10751
+ var loadingCircleStyle$3q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10522
10752
 
10523
10753
  var Unlink = function Unlink(props) {
10524
10754
  var color = props.color,
@@ -10532,7 +10762,7 @@ var Unlink = function Unlink(props) {
10532
10762
  return /*#__PURE__*/React.createElement("span", {
10533
10763
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10534
10764
  }, /*#__PURE__*/React.createElement("style", {
10535
- children: loadingCircleStyle$3n
10765
+ children: loadingCircleStyle$3q
10536
10766
  }), /*#__PURE__*/React.createElement("svg", _extends({
10537
10767
  xmlns: "http://www.w3.org/2000/svg",
10538
10768
  width: size,
@@ -10570,7 +10800,7 @@ Unlink.defaultProps = {
10570
10800
  size: '16'
10571
10801
  };
10572
10802
 
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 }';
10803
+ 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 }';
10574
10804
 
10575
10805
  var MenuUnfold = function MenuUnfold(props) {
10576
10806
  var color = props.color,
@@ -10584,7 +10814,7 @@ var MenuUnfold = function MenuUnfold(props) {
10584
10814
  return /*#__PURE__*/React.createElement("span", {
10585
10815
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10586
10816
  }, /*#__PURE__*/React.createElement("style", {
10587
- children: loadingCircleStyle$3o
10817
+ children: loadingCircleStyle$3r
10588
10818
  }), /*#__PURE__*/React.createElement("svg", _extends({
10589
10819
  xmlns: "http://www.w3.org/2000/svg",
10590
10820
  width: size,
@@ -10616,7 +10846,7 @@ MenuUnfold.defaultProps = {
10616
10846
  size: '16'
10617
10847
  };
10618
10848
 
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 }';
10849
+ 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 }';
10620
10850
 
10621
10851
  var MenuFold = function MenuFold(props) {
10622
10852
  var color = props.color,
@@ -10630,7 +10860,7 @@ var MenuFold = function MenuFold(props) {
10630
10860
  return /*#__PURE__*/React.createElement("span", {
10631
10861
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10632
10862
  }, /*#__PURE__*/React.createElement("style", {
10633
- children: loadingCircleStyle$3p
10863
+ children: loadingCircleStyle$3s
10634
10864
  }), /*#__PURE__*/React.createElement("svg", _extends({
10635
10865
  xmlns: "http://www.w3.org/2000/svg",
10636
10866
  width: size,
@@ -10662,7 +10892,7 @@ MenuFold.defaultProps = {
10662
10892
  size: '16'
10663
10893
  };
10664
10894
 
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 }';
10895
+ 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 }';
10666
10896
 
10667
10897
  var List = function List(props) {
10668
10898
  var color = props.color,
@@ -10676,7 +10906,7 @@ var List = function List(props) {
10676
10906
  return /*#__PURE__*/React.createElement("span", {
10677
10907
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10678
10908
  }, /*#__PURE__*/React.createElement("style", {
10679
- children: loadingCircleStyle$3q
10909
+ children: loadingCircleStyle$3t
10680
10910
  }), /*#__PURE__*/React.createElement("svg", _extends({
10681
10911
  xmlns: "http://www.w3.org/2000/svg",
10682
10912
  width: size,
@@ -10708,7 +10938,7 @@ List.defaultProps = {
10708
10938
  size: '16'
10709
10939
  };
10710
10940
 
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 }';
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 }';
10712
10942
 
10713
10943
  var ListNested = function ListNested(props) {
10714
10944
  var color = props.color,
@@ -10722,7 +10952,7 @@ var ListNested = function ListNested(props) {
10722
10952
  return /*#__PURE__*/React.createElement("span", {
10723
10953
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10724
10954
  }, /*#__PURE__*/React.createElement("style", {
10725
- children: loadingCircleStyle$3r
10955
+ children: loadingCircleStyle$3u
10726
10956
  }), /*#__PURE__*/React.createElement("svg", _extends({
10727
10957
  xmlns: "http://www.w3.org/2000/svg",
10728
10958
  width: size,
@@ -10756,7 +10986,7 @@ ListNested.defaultProps = {
10756
10986
  size: '16'
10757
10987
  };
10758
10988
 
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 }';
10989
+ 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 }';
10760
10990
 
10761
10991
  var DoubleList = function DoubleList(props) {
10762
10992
  var color = props.color,
@@ -10770,7 +11000,7 @@ var DoubleList = function DoubleList(props) {
10770
11000
  return /*#__PURE__*/React.createElement("span", {
10771
11001
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10772
11002
  }, /*#__PURE__*/React.createElement("style", {
10773
- children: loadingCircleStyle$3s
11003
+ children: loadingCircleStyle$3v
10774
11004
  }), /*#__PURE__*/React.createElement("svg", _extends({
10775
11005
  xmlns: "http://www.w3.org/2000/svg",
10776
11006
  width: size,
@@ -10812,7 +11042,7 @@ DoubleList.defaultProps = {
10812
11042
  size: '16'
10813
11043
  };
10814
11044
 
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 }';
11045
+ 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 }';
10816
11046
 
10817
11047
  var Download = function Download(props) {
10818
11048
  var color = props.color,
@@ -10826,7 +11056,7 @@ var Download = function Download(props) {
10826
11056
  return /*#__PURE__*/React.createElement("span", {
10827
11057
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10828
11058
  }, /*#__PURE__*/React.createElement("style", {
10829
- children: loadingCircleStyle$3t
11059
+ children: loadingCircleStyle$3w
10830
11060
  }), /*#__PURE__*/React.createElement("svg", _extends({
10831
11061
  xmlns: "http://www.w3.org/2000/svg",
10832
11062
  width: size,
@@ -10858,7 +11088,7 @@ Download.defaultProps = {
10858
11088
  size: '16'
10859
11089
  };
10860
11090
 
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 }';
11091
+ 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 }';
10862
11092
 
10863
11093
  var FullDownload = function FullDownload(props) {
10864
11094
  var color = props.color,
@@ -10872,7 +11102,7 @@ var FullDownload = function FullDownload(props) {
10872
11102
  return /*#__PURE__*/React.createElement("span", {
10873
11103
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10874
11104
  }, /*#__PURE__*/React.createElement("style", {
10875
- children: loadingCircleStyle$3u
11105
+ children: loadingCircleStyle$3x
10876
11106
  }), /*#__PURE__*/React.createElement("svg", _extends({
10877
11107
  xmlns: "http://www.w3.org/2000/svg",
10878
11108
  width: size,
@@ -10906,7 +11136,7 @@ FullDownload.defaultProps = {
10906
11136
  size: '16'
10907
11137
  };
10908
11138
 
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 }';
11139
+ 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 }';
10910
11140
 
10911
11141
  var Export = function Export(props) {
10912
11142
  var color = props.color,
@@ -10920,7 +11150,7 @@ var Export = function Export(props) {
10920
11150
  return /*#__PURE__*/React.createElement("span", {
10921
11151
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10922
11152
  }, /*#__PURE__*/React.createElement("style", {
10923
- children: loadingCircleStyle$3v
11153
+ children: loadingCircleStyle$3y
10924
11154
  }), /*#__PURE__*/React.createElement("svg", _extends({
10925
11155
  xmlns: "http://www.w3.org/2000/svg",
10926
11156
  width: size,
@@ -10954,7 +11184,7 @@ Export.defaultProps = {
10954
11184
  size: '16'
10955
11185
  };
10956
11186
 
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 }';
11187
+ 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 }';
10958
11188
 
10959
11189
  var Import = function Import(props) {
10960
11190
  var color = props.color,
@@ -10968,7 +11198,7 @@ var Import = function Import(props) {
10968
11198
  return /*#__PURE__*/React.createElement("span", {
10969
11199
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10970
11200
  }, /*#__PURE__*/React.createElement("style", {
10971
- children: loadingCircleStyle$3w
11201
+ children: loadingCircleStyle$3z
10972
11202
  }), /*#__PURE__*/React.createElement("svg", _extends({
10973
11203
  xmlns: "http://www.w3.org/2000/svg",
10974
11204
  width: size,
@@ -11002,7 +11232,7 @@ Import.defaultProps = {
11002
11232
  size: '16'
11003
11233
  };
11004
11234
 
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 }';
11235
+ 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 }';
11006
11236
 
11007
11237
  var Add1 = function Add1(props) {
11008
11238
  var color = props.color,
@@ -11016,7 +11246,7 @@ var Add1 = function Add1(props) {
11016
11246
  return /*#__PURE__*/React.createElement("span", {
11017
11247
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11018
11248
  }, /*#__PURE__*/React.createElement("style", {
11019
- children: loadingCircleStyle$3x
11249
+ children: loadingCircleStyle$3A
11020
11250
  }), /*#__PURE__*/React.createElement("svg", _extends({
11021
11251
  xmlns: "http://www.w3.org/2000/svg",
11022
11252
  width: size,
@@ -11048,7 +11278,7 @@ Add1.defaultProps = {
11048
11278
  size: '16'
11049
11279
  };
11050
11280
 
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 }';
11281
+ 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 }';
11052
11282
 
11053
11283
  var Add2 = function Add2(props) {
11054
11284
  var color = props.color,
@@ -11062,7 +11292,7 @@ var Add2 = function Add2(props) {
11062
11292
  return /*#__PURE__*/React.createElement("span", {
11063
11293
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11064
11294
  }, /*#__PURE__*/React.createElement("style", {
11065
- children: loadingCircleStyle$3y
11295
+ children: loadingCircleStyle$3B
11066
11296
  }), /*#__PURE__*/React.createElement("svg", _extends({
11067
11297
  xmlns: "http://www.w3.org/2000/svg",
11068
11298
  width: size,
@@ -11094,7 +11324,7 @@ Add2.defaultProps = {
11094
11324
  size: '16'
11095
11325
  };
11096
11326
 
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 }';
11327
+ 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 }';
11098
11328
 
11099
11329
  var Add3 = function Add3(props) {
11100
11330
  var color = props.color,
@@ -11108,7 +11338,7 @@ var Add3 = function Add3(props) {
11108
11338
  return /*#__PURE__*/React.createElement("span", {
11109
11339
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11110
11340
  }, /*#__PURE__*/React.createElement("style", {
11111
- children: loadingCircleStyle$3z
11341
+ children: loadingCircleStyle$3C
11112
11342
  }), /*#__PURE__*/React.createElement("svg", _extends({
11113
11343
  xmlns: "http://www.w3.org/2000/svg",
11114
11344
  width: size,
@@ -11140,7 +11370,7 @@ Add3.defaultProps = {
11140
11370
  size: '16'
11141
11371
  };
11142
11372
 
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 }';
11373
+ 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 }';
11144
11374
 
11145
11375
  var Add3Fill = function Add3Fill(props) {
11146
11376
  var color = props.color,
@@ -11154,7 +11384,7 @@ var Add3Fill = function Add3Fill(props) {
11154
11384
  return /*#__PURE__*/React.createElement("span", {
11155
11385
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11156
11386
  }, /*#__PURE__*/React.createElement("style", {
11157
- children: loadingCircleStyle$3A
11387
+ children: loadingCircleStyle$3D
11158
11388
  }), /*#__PURE__*/React.createElement("svg", _extends({
11159
11389
  xmlns: "http://www.w3.org/2000/svg",
11160
11390
  width: size,
@@ -11186,7 +11416,7 @@ Add3Fill.defaultProps = {
11186
11416
  size: '16'
11187
11417
  };
11188
11418
 
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 }';
11419
+ 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 }';
11190
11420
 
11191
11421
  var Subtract = function Subtract(props) {
11192
11422
  var color = props.color,
@@ -11200,7 +11430,7 @@ var Subtract = function Subtract(props) {
11200
11430
  return /*#__PURE__*/React.createElement("span", {
11201
11431
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11202
11432
  }, /*#__PURE__*/React.createElement("style", {
11203
- children: loadingCircleStyle$3B
11433
+ children: loadingCircleStyle$3E
11204
11434
  }), /*#__PURE__*/React.createElement("svg", _extends({
11205
11435
  xmlns: "http://www.w3.org/2000/svg",
11206
11436
  width: size,
@@ -11235,7 +11465,7 @@ Subtract.defaultProps = {
11235
11465
  size: '16'
11236
11466
  };
11237
11467
 
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 }';
11468
+ 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 }';
11239
11469
 
11240
11470
  var Subtract2 = function Subtract2(props) {
11241
11471
  var color = props.color,
@@ -11249,7 +11479,7 @@ var Subtract2 = function Subtract2(props) {
11249
11479
  return /*#__PURE__*/React.createElement("span", {
11250
11480
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11251
11481
  }, /*#__PURE__*/React.createElement("style", {
11252
- children: loadingCircleStyle$3C
11482
+ children: loadingCircleStyle$3F
11253
11483
  }), /*#__PURE__*/React.createElement("svg", _extends({
11254
11484
  xmlns: "http://www.w3.org/2000/svg",
11255
11485
  width: size,
@@ -11285,7 +11515,7 @@ Subtract2.defaultProps = {
11285
11515
  size: '16'
11286
11516
  };
11287
11517
 
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 }';
11518
+ 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 }';
11289
11519
 
11290
11520
  var Update = function Update(props) {
11291
11521
  var color = props.color,
@@ -11299,7 +11529,7 @@ var Update = function Update(props) {
11299
11529
  return /*#__PURE__*/React.createElement("span", {
11300
11530
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11301
11531
  }, /*#__PURE__*/React.createElement("style", {
11302
- children: loadingCircleStyle$3D
11532
+ children: loadingCircleStyle$3G
11303
11533
  }), /*#__PURE__*/React.createElement("svg", _extends({
11304
11534
  xmlns: "http://www.w3.org/2000/svg",
11305
11535
  width: size,
@@ -11331,7 +11561,7 @@ Update.defaultProps = {
11331
11561
  size: '16'
11332
11562
  };
11333
11563
 
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 }';
11564
+ 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 }';
11335
11565
 
11336
11566
  var Rename = function Rename(props) {
11337
11567
  var color = props.color,
@@ -11345,7 +11575,7 @@ var Rename = function Rename(props) {
11345
11575
  return /*#__PURE__*/React.createElement("span", {
11346
11576
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11347
11577
  }, /*#__PURE__*/React.createElement("style", {
11348
- children: loadingCircleStyle$3E
11578
+ children: loadingCircleStyle$3H
11349
11579
  }), /*#__PURE__*/React.createElement("svg", _extends({
11350
11580
  xmlns: "http://www.w3.org/2000/svg",
11351
11581
  width: size,
@@ -11379,7 +11609,7 @@ Rename.defaultProps = {
11379
11609
  size: '16'
11380
11610
  };
11381
11611
 
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 }';
11612
+ 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 }';
11383
11613
 
11384
11614
  var PlayCircle = function PlayCircle(props) {
11385
11615
  var color = props.color,
@@ -11393,7 +11623,99 @@ var PlayCircle = function PlayCircle(props) {
11393
11623
  return /*#__PURE__*/React.createElement("span", {
11394
11624
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11395
11625
  }, /*#__PURE__*/React.createElement("style", {
11396
- children: loadingCircleStyle$3F
11626
+ children: loadingCircleStyle$3I
11627
+ }), /*#__PURE__*/React.createElement("svg", _extends({
11628
+ xmlns: "http://www.w3.org/2000/svg",
11629
+ width: size,
11630
+ height: size,
11631
+ viewBox: "0 0 24 24",
11632
+ fill: color
11633
+ }, otherProps, {
11634
+ className: iconClassName,
11635
+ style: _objectSpread2(_objectSpread2({}, style), spin ? {
11636
+ animationDuration: '1s',
11637
+ animationIterationCount: 'infinite',
11638
+ animationName: 'loadingCircle',
11639
+ animationTimingFunction: 'linear'
11640
+ } : {})
11641
+ }), /*#__PURE__*/React.createElement("path", {
11642
+ 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"
11643
+ })));
11644
+ };
11645
+
11646
+ PlayCircle.propTypes = {
11647
+ iconClassName: PropTypes.string,
11648
+ spin: PropTypes.bool,
11649
+ color: PropTypes.string,
11650
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
11651
+ };
11652
+ PlayCircle.defaultProps = {
11653
+ spin: false,
11654
+ color: 'currentColor',
11655
+ size: '16'
11656
+ };
11657
+
11658
+ 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 }';
11659
+
11660
+ var PauseCircle = function PauseCircle(props) {
11661
+ var color = props.color,
11662
+ size = props.size,
11663
+ spin = props.spin,
11664
+ style = props.style,
11665
+ className = props.className,
11666
+ iconClassName = props.iconClassName,
11667
+ otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className", "iconClassName"]);
11668
+
11669
+ return /*#__PURE__*/React.createElement("span", {
11670
+ className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11671
+ }, /*#__PURE__*/React.createElement("style", {
11672
+ children: loadingCircleStyle$3J
11673
+ }), /*#__PURE__*/React.createElement("svg", _extends({
11674
+ xmlns: "http://www.w3.org/2000/svg",
11675
+ width: size,
11676
+ height: size,
11677
+ viewBox: "0 0 24 24",
11678
+ fill: color
11679
+ }, otherProps, {
11680
+ className: iconClassName,
11681
+ style: _objectSpread2(_objectSpread2({}, style), spin ? {
11682
+ animationDuration: '1s',
11683
+ animationIterationCount: 'infinite',
11684
+ animationName: 'loadingCircle',
11685
+ animationTimingFunction: 'linear'
11686
+ } : {})
11687
+ }), /*#__PURE__*/React.createElement("path", {
11688
+ 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"
11689
+ })));
11690
+ };
11691
+
11692
+ PauseCircle.propTypes = {
11693
+ iconClassName: PropTypes.string,
11694
+ spin: PropTypes.bool,
11695
+ color: PropTypes.string,
11696
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
11697
+ };
11698
+ PauseCircle.defaultProps = {
11699
+ spin: false,
11700
+ color: 'currentColor',
11701
+ size: '16'
11702
+ };
11703
+
11704
+ 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 }';
11705
+
11706
+ var Upload = function Upload(props) {
11707
+ var color = props.color,
11708
+ size = props.size,
11709
+ spin = props.spin,
11710
+ style = props.style,
11711
+ className = props.className,
11712
+ iconClassName = props.iconClassName,
11713
+ otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className", "iconClassName"]);
11714
+
11715
+ return /*#__PURE__*/React.createElement("span", {
11716
+ className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11717
+ }, /*#__PURE__*/React.createElement("style", {
11718
+ children: loadingCircleStyle$3K
11397
11719
  }), /*#__PURE__*/React.createElement("svg", _extends({
11398
11720
  xmlns: "http://www.w3.org/2000/svg",
11399
11721
  width: size,
@@ -11409,25 +11731,29 @@ var PlayCircle = function PlayCircle(props) {
11409
11731
  animationTimingFunction: 'linear'
11410
11732
  } : {})
11411
11733
  }), /*#__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"
11734
+ fillRule: "evenodd",
11735
+ clipRule: "evenodd",
11736
+ d: "M21.528 20.951v-4.095a.909.909 0 00-.258-.623.917.917 0 00-.636-.256c-.492 0-.9.39-.9.873v3.28H4.272v-3.28a.864.864 0 00-.264-.617.917.917 0 00-.636-.256c-.492 0-.9.39-.9.873v4.096c0 .058 0 .104.012.157.048.437.432.78.894.78h17.238a.9.9 0 00.882-.704.906.906 0 00.03-.228z"
11737
+ }), /*#__PURE__*/React.createElement("path", {
11738
+ d: "M11.23 3.32L6.808 7.614a1.022 1.022 0 00-.018 1.444 1.08 1.08 0 001.488 0l2.658-2.58v9.454c0 .286.114.536.306.722.192.181.456.297.744.297.576 0 1.05-.46 1.05-1.019V6.478l2.658 2.58a1.08 1.08 0 001.488 0 1.003 1.003 0 000-1.444L12.76 3.32l-.024-.023a1.035 1.035 0 00-.609-.288.17.17 0 00-.027-.003L11.998 3c-.036 0-.072 0-.108.006a.17.17 0 00-.027.003 1.054 1.054 0 00-.609.288l-.006.006c-.006.004-.013.01-.018.017z"
11413
11739
  })));
11414
11740
  };
11415
11741
 
11416
- PlayCircle.propTypes = {
11742
+ Upload.propTypes = {
11417
11743
  iconClassName: PropTypes.string,
11418
11744
  spin: PropTypes.bool,
11419
11745
  color: PropTypes.string,
11420
11746
  size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
11421
11747
  };
11422
- PlayCircle.defaultProps = {
11748
+ Upload.defaultProps = {
11423
11749
  spin: false,
11424
11750
  color: 'currentColor',
11425
11751
  size: '16'
11426
11752
  };
11427
11753
 
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 }';
11754
+ var loadingCircleStyle$3L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11429
11755
 
11430
- var PauseCircle = function PauseCircle(props) {
11756
+ var UpdateData = function UpdateData(props) {
11431
11757
  var color = props.color,
11432
11758
  size = props.size,
11433
11759
  spin = props.spin,
@@ -11439,7 +11765,7 @@ var PauseCircle = function PauseCircle(props) {
11439
11765
  return /*#__PURE__*/React.createElement("span", {
11440
11766
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11441
11767
  }, /*#__PURE__*/React.createElement("style", {
11442
- children: loadingCircleStyle$3G
11768
+ children: loadingCircleStyle$3L
11443
11769
  }), /*#__PURE__*/React.createElement("svg", _extends({
11444
11770
  xmlns: "http://www.w3.org/2000/svg",
11445
11771
  width: size,
@@ -11455,23 +11781,27 @@ var PauseCircle = function PauseCircle(props) {
11455
11781
  animationTimingFunction: 'linear'
11456
11782
  } : {})
11457
11783
  }), /*#__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"
11784
+ d: "M13 12h3l-4-4-4 4h3v4h2v-4z"
11785
+ }), /*#__PURE__*/React.createElement("path", {
11786
+ fillRule: "evenodd",
11787
+ clipRule: "evenodd",
11788
+ d: "M12 20a8 8 0 100-16 8 8 0 000 16zm0 2c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z"
11459
11789
  })));
11460
11790
  };
11461
11791
 
11462
- PauseCircle.propTypes = {
11792
+ UpdateData.propTypes = {
11463
11793
  iconClassName: PropTypes.string,
11464
11794
  spin: PropTypes.bool,
11465
11795
  color: PropTypes.string,
11466
11796
  size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
11467
11797
  };
11468
- PauseCircle.defaultProps = {
11798
+ UpdateData.defaultProps = {
11469
11799
  spin: false,
11470
11800
  color: 'currentColor',
11471
11801
  size: '16'
11472
11802
  };
11473
11803
 
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 }';
11804
+ 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 }';
11475
11805
 
11476
11806
  var Report = function Report(props) {
11477
11807
  var color = props.color,
@@ -11485,7 +11815,7 @@ var Report = function Report(props) {
11485
11815
  return /*#__PURE__*/React.createElement("span", {
11486
11816
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11487
11817
  }, /*#__PURE__*/React.createElement("style", {
11488
- children: loadingCircleStyle$3H
11818
+ children: loadingCircleStyle$3M
11489
11819
  }), /*#__PURE__*/React.createElement("svg", _extends({
11490
11820
  xmlns: "http://www.w3.org/2000/svg",
11491
11821
  width: size,
@@ -11517,7 +11847,7 @@ Report.defaultProps = {
11517
11847
  size: '16'
11518
11848
  };
11519
11849
 
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 }';
11850
+ 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 }';
11521
11851
 
11522
11852
  var ReportRemoval = function ReportRemoval(props) {
11523
11853
  var color = props.color,
@@ -11531,7 +11861,7 @@ var ReportRemoval = function ReportRemoval(props) {
11531
11861
  return /*#__PURE__*/React.createElement("span", {
11532
11862
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11533
11863
  }, /*#__PURE__*/React.createElement("style", {
11534
- children: loadingCircleStyle$3I
11864
+ children: loadingCircleStyle$3N
11535
11865
  }), /*#__PURE__*/React.createElement("svg", _extends({
11536
11866
  xmlns: "http://www.w3.org/2000/svg",
11537
11867
  width: size,
@@ -11571,7 +11901,7 @@ ReportRemoval.defaultProps = {
11571
11901
  size: '16'
11572
11902
  };
11573
11903
 
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 }';
11904
+ 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 }';
11575
11905
 
11576
11906
  var FileAdd = function FileAdd(props) {
11577
11907
  var color = props.color,
@@ -11585,7 +11915,7 @@ var FileAdd = function FileAdd(props) {
11585
11915
  return /*#__PURE__*/React.createElement("span", {
11586
11916
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11587
11917
  }, /*#__PURE__*/React.createElement("style", {
11588
- children: loadingCircleStyle$3J
11918
+ children: loadingCircleStyle$3O
11589
11919
  }), /*#__PURE__*/React.createElement("svg", _extends({
11590
11920
  xmlns: "http://www.w3.org/2000/svg",
11591
11921
  width: size,
@@ -11617,7 +11947,7 @@ FileAdd.defaultProps = {
11617
11947
  size: '16'
11618
11948
  };
11619
11949
 
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 }';
11950
+ 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 }';
11621
11951
 
11622
11952
  var FileRemove = function FileRemove(props) {
11623
11953
  var color = props.color,
@@ -11631,7 +11961,7 @@ var FileRemove = function FileRemove(props) {
11631
11961
  return /*#__PURE__*/React.createElement("span", {
11632
11962
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11633
11963
  }, /*#__PURE__*/React.createElement("style", {
11634
- children: loadingCircleStyle$3K
11964
+ children: loadingCircleStyle$3P
11635
11965
  }), /*#__PURE__*/React.createElement("svg", _extends({
11636
11966
  xmlns: "http://www.w3.org/2000/svg",
11637
11967
  width: size,
@@ -11665,7 +11995,7 @@ FileRemove.defaultProps = {
11665
11995
  size: '16'
11666
11996
  };
11667
11997
 
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 }';
11998
+ 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 }';
11669
11999
 
11670
12000
  var FileExport = function FileExport(props) {
11671
12001
  var color = props.color,
@@ -11679,7 +12009,7 @@ var FileExport = function FileExport(props) {
11679
12009
  return /*#__PURE__*/React.createElement("span", {
11680
12010
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11681
12011
  }, /*#__PURE__*/React.createElement("style", {
11682
- children: loadingCircleStyle$3L
12012
+ children: loadingCircleStyle$3Q
11683
12013
  }), /*#__PURE__*/React.createElement("svg", _extends({
11684
12014
  xmlns: "http://www.w3.org/2000/svg",
11685
12015
  width: size,
@@ -11711,7 +12041,7 @@ FileExport.defaultProps = {
11711
12041
  size: '16'
11712
12042
  };
11713
12043
 
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 }';
12044
+ 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 }';
11715
12045
 
11716
12046
  var FileMove = function FileMove(props) {
11717
12047
  var color = props.color,
@@ -11725,7 +12055,7 @@ var FileMove = function FileMove(props) {
11725
12055
  return /*#__PURE__*/React.createElement("span", {
11726
12056
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11727
12057
  }, /*#__PURE__*/React.createElement("style", {
11728
- children: loadingCircleStyle$3M
12058
+ children: loadingCircleStyle$3R
11729
12059
  }), /*#__PURE__*/React.createElement("svg", _extends({
11730
12060
  xmlns: "http://www.w3.org/2000/svg",
11731
12061
  width: size,
@@ -11757,7 +12087,7 @@ FileMove.defaultProps = {
11757
12087
  size: '16'
11758
12088
  };
11759
12089
 
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 }';
12090
+ 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 }';
11761
12091
 
11762
12092
  var FileImport = function FileImport(props) {
11763
12093
  var color = props.color,
@@ -11771,7 +12101,7 @@ var FileImport = function FileImport(props) {
11771
12101
  return /*#__PURE__*/React.createElement("span", {
11772
12102
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11773
12103
  }, /*#__PURE__*/React.createElement("style", {
11774
- children: loadingCircleStyle$3N
12104
+ children: loadingCircleStyle$3S
11775
12105
  }), /*#__PURE__*/React.createElement("svg", _extends({
11776
12106
  xmlns: "http://www.w3.org/2000/svg",
11777
12107
  width: size,
@@ -11803,7 +12133,7 @@ FileImport.defaultProps = {
11803
12133
  size: '16'
11804
12134
  };
11805
12135
 
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 }';
12136
+ var loadingCircleStyle$3T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11807
12137
 
11808
12138
  var FileInfo = function FileInfo(props) {
11809
12139
  var color = props.color,
@@ -11817,7 +12147,7 @@ var FileInfo = function FileInfo(props) {
11817
12147
  return /*#__PURE__*/React.createElement("span", {
11818
12148
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11819
12149
  }, /*#__PURE__*/React.createElement("style", {
11820
- children: loadingCircleStyle$3O
12150
+ children: loadingCircleStyle$3T
11821
12151
  }), /*#__PURE__*/React.createElement("svg", _extends({
11822
12152
  xmlns: "http://www.w3.org/2000/svg",
11823
12153
  width: size,
@@ -11849,7 +12179,7 @@ FileInfo.defaultProps = {
11849
12179
  size: '16'
11850
12180
  };
11851
12181
 
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 }';
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 }';
11853
12183
 
11854
12184
  var FileConvert = function FileConvert(props) {
11855
12185
  var color = props.color,
@@ -11863,7 +12193,7 @@ var FileConvert = function FileConvert(props) {
11863
12193
  return /*#__PURE__*/React.createElement("span", {
11864
12194
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11865
12195
  }, /*#__PURE__*/React.createElement("style", {
11866
- children: loadingCircleStyle$3P
12196
+ children: loadingCircleStyle$3U
11867
12197
  }), /*#__PURE__*/React.createElement("svg", _extends({
11868
12198
  xmlns: "http://www.w3.org/2000/svg",
11869
12199
  width: size,
@@ -11901,7 +12231,7 @@ FileConvert.defaultProps = {
11901
12231
  size: '16'
11902
12232
  };
11903
12233
 
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 }';
12234
+ 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 }';
11905
12235
 
11906
12236
  var AssetConvert = function AssetConvert(props) {
11907
12237
  var color = props.color,
@@ -11915,7 +12245,7 @@ var AssetConvert = function AssetConvert(props) {
11915
12245
  return /*#__PURE__*/React.createElement("span", {
11916
12246
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11917
12247
  }, /*#__PURE__*/React.createElement("style", {
11918
- children: loadingCircleStyle$3Q
12248
+ children: loadingCircleStyle$3V
11919
12249
  }), /*#__PURE__*/React.createElement("svg", _extends({
11920
12250
  xmlns: "http://www.w3.org/2000/svg",
11921
12251
  width: size,
@@ -11953,7 +12283,7 @@ AssetConvert.defaultProps = {
11953
12283
  size: '16'
11954
12284
  };
11955
12285
 
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 }';
12286
+ 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 }';
11957
12287
 
11958
12288
  var FileLock = function FileLock(props) {
11959
12289
  var color = props.color,
@@ -11967,7 +12297,7 @@ var FileLock = function FileLock(props) {
11967
12297
  return /*#__PURE__*/React.createElement("span", {
11968
12298
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11969
12299
  }, /*#__PURE__*/React.createElement("style", {
11970
- children: loadingCircleStyle$3R
12300
+ children: loadingCircleStyle$3W
11971
12301
  }), /*#__PURE__*/React.createElement("svg", _extends({
11972
12302
  xmlns: "http://www.w3.org/2000/svg",
11973
12303
  width: size,
@@ -11999,7 +12329,7 @@ FileLock.defaultProps = {
11999
12329
  size: '16'
12000
12330
  };
12001
12331
 
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 }';
12332
+ 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 }';
12003
12333
 
12004
12334
  var FilePdf = function FilePdf(props) {
12005
12335
  var color = props.color,
@@ -12013,7 +12343,7 @@ var FilePdf = function FilePdf(props) {
12013
12343
  return /*#__PURE__*/React.createElement("span", {
12014
12344
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12015
12345
  }, /*#__PURE__*/React.createElement("style", {
12016
- children: loadingCircleStyle$3S
12346
+ children: loadingCircleStyle$3X
12017
12347
  }), /*#__PURE__*/React.createElement("svg", _extends({
12018
12348
  xmlns: "http://www.w3.org/2000/svg",
12019
12349
  width: size,
@@ -12045,7 +12375,7 @@ FilePdf.defaultProps = {
12045
12375
  size: '16'
12046
12376
  };
12047
12377
 
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 }';
12378
+ 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 }';
12049
12379
 
12050
12380
  var Detail = function Detail(props) {
12051
12381
  var color = props.color,
@@ -12059,7 +12389,7 @@ var Detail = function Detail(props) {
12059
12389
  return /*#__PURE__*/React.createElement("span", {
12060
12390
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12061
12391
  }, /*#__PURE__*/React.createElement("style", {
12062
- children: loadingCircleStyle$3T
12392
+ children: loadingCircleStyle$3Y
12063
12393
  }), /*#__PURE__*/React.createElement("svg", _extends({
12064
12394
  xmlns: "http://www.w3.org/2000/svg",
12065
12395
  width: size,
@@ -12075,7 +12405,7 @@ var Detail = function Detail(props) {
12075
12405
  animationTimingFunction: 'linear'
12076
12406
  } : {})
12077
12407
  }), /*#__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"
12408
+ d: "M20 22H4a1 1 0 01-1-1V3a1 1 0 011-1h16a1 1 0 011 1v18a1 1 0 01-1 1zm-1-2V4H5v16h14zM8 9h8v2H8V9zm0 4h8v2H8v-2z"
12079
12409
  })));
12080
12410
  };
12081
12411
 
@@ -12091,7 +12421,7 @@ Detail.defaultProps = {
12091
12421
  size: '16'
12092
12422
  };
12093
12423
 
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 }';
12424
+ 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 }';
12095
12425
 
12096
12426
  var MessageCenter = function MessageCenter(props) {
12097
12427
  var color = props.color,
@@ -12105,7 +12435,7 @@ var MessageCenter = function MessageCenter(props) {
12105
12435
  return /*#__PURE__*/React.createElement("span", {
12106
12436
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12107
12437
  }, /*#__PURE__*/React.createElement("style", {
12108
- children: loadingCircleStyle$3U
12438
+ children: loadingCircleStyle$3Z
12109
12439
  }), /*#__PURE__*/React.createElement("svg", _extends({
12110
12440
  xmlns: "http://www.w3.org/2000/svg",
12111
12441
  width: size,
@@ -12145,7 +12475,7 @@ MessageCenter.defaultProps = {
12145
12475
  size: '16'
12146
12476
  };
12147
12477
 
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 }';
12478
+ 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 }';
12149
12479
 
12150
12480
  var SystemMsg = function SystemMsg(props) {
12151
12481
  var color = props.color,
@@ -12159,7 +12489,7 @@ var SystemMsg = function SystemMsg(props) {
12159
12489
  return /*#__PURE__*/React.createElement("span", {
12160
12490
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12161
12491
  }, /*#__PURE__*/React.createElement("style", {
12162
- children: loadingCircleStyle$3V
12492
+ children: loadingCircleStyle$3_
12163
12493
  }), /*#__PURE__*/React.createElement("svg", _extends({
12164
12494
  xmlns: "http://www.w3.org/2000/svg",
12165
12495
  width: size,
@@ -12197,7 +12527,7 @@ SystemMsg.defaultProps = {
12197
12527
  size: '16'
12198
12528
  };
12199
12529
 
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 }';
12530
+ 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 }';
12201
12531
 
12202
12532
  var Comment = function Comment(props) {
12203
12533
  var color = props.color,
@@ -12211,7 +12541,7 @@ var Comment = function Comment(props) {
12211
12541
  return /*#__PURE__*/React.createElement("span", {
12212
12542
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12213
12543
  }, /*#__PURE__*/React.createElement("style", {
12214
- children: loadingCircleStyle$3W
12544
+ children: loadingCircleStyle$3$
12215
12545
  }), /*#__PURE__*/React.createElement("svg", _extends({
12216
12546
  xmlns: "http://www.w3.org/2000/svg",
12217
12547
  width: size,
@@ -12247,7 +12577,7 @@ Comment.defaultProps = {
12247
12577
  size: '16'
12248
12578
  };
12249
12579
 
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 }';
12580
+ 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 }';
12251
12581
 
12252
12582
  var Book = function Book(props) {
12253
12583
  var color = props.color,
@@ -12261,7 +12591,7 @@ var Book = function Book(props) {
12261
12591
  return /*#__PURE__*/React.createElement("span", {
12262
12592
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12263
12593
  }, /*#__PURE__*/React.createElement("style", {
12264
- children: loadingCircleStyle$3X
12594
+ children: loadingCircleStyle$40
12265
12595
  }), /*#__PURE__*/React.createElement("svg", _extends({
12266
12596
  xmlns: "http://www.w3.org/2000/svg",
12267
12597
  width: size,
@@ -12293,7 +12623,7 @@ Book.defaultProps = {
12293
12623
  size: '16'
12294
12624
  };
12295
12625
 
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 }';
12626
+ 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 }';
12297
12627
 
12298
12628
  var Book2 = function Book2(props) {
12299
12629
  var color = props.color,
@@ -12307,7 +12637,7 @@ var Book2 = function Book2(props) {
12307
12637
  return /*#__PURE__*/React.createElement("span", {
12308
12638
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12309
12639
  }, /*#__PURE__*/React.createElement("style", {
12310
- children: loadingCircleStyle$3Y
12640
+ children: loadingCircleStyle$41
12311
12641
  }), /*#__PURE__*/React.createElement("svg", _extends({
12312
12642
  xmlns: "http://www.w3.org/2000/svg",
12313
12643
  width: size,
@@ -12339,7 +12669,7 @@ Book2.defaultProps = {
12339
12669
  size: '16'
12340
12670
  };
12341
12671
 
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 }';
12672
+ 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 }';
12343
12673
 
12344
12674
  var Sticker = function Sticker(props) {
12345
12675
  var color = props.color,
@@ -12353,7 +12683,7 @@ var Sticker = function Sticker(props) {
12353
12683
  return /*#__PURE__*/React.createElement("span", {
12354
12684
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12355
12685
  }, /*#__PURE__*/React.createElement("style", {
12356
- children: loadingCircleStyle$3Z
12686
+ children: loadingCircleStyle$42
12357
12687
  }), /*#__PURE__*/React.createElement("svg", _extends({
12358
12688
  xmlns: "http://www.w3.org/2000/svg",
12359
12689
  width: size,
@@ -12385,7 +12715,7 @@ Sticker.defaultProps = {
12385
12715
  size: '16'
12386
12716
  };
12387
12717
 
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 }';
12718
+ 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 }';
12389
12719
 
12390
12720
  var StickerFill = function StickerFill(props) {
12391
12721
  var color = props.color,
@@ -12399,7 +12729,7 @@ var StickerFill = function StickerFill(props) {
12399
12729
  return /*#__PURE__*/React.createElement("span", {
12400
12730
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12401
12731
  }, /*#__PURE__*/React.createElement("style", {
12402
- children: loadingCircleStyle$3_
12732
+ children: loadingCircleStyle$43
12403
12733
  }), /*#__PURE__*/React.createElement("svg", _extends({
12404
12734
  xmlns: "http://www.w3.org/2000/svg",
12405
12735
  width: size,
@@ -12431,7 +12761,7 @@ StickerFill.defaultProps = {
12431
12761
  size: '16'
12432
12762
  };
12433
12763
 
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 }';
12764
+ var loadingCircleStyle$44 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12435
12765
 
12436
12766
  var EventSm = function EventSm(props) {
12437
12767
  var color = props.color,
@@ -12445,7 +12775,7 @@ var EventSm = function EventSm(props) {
12445
12775
  return /*#__PURE__*/React.createElement("span", {
12446
12776
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12447
12777
  }, /*#__PURE__*/React.createElement("style", {
12448
- children: loadingCircleStyle$3$
12778
+ children: loadingCircleStyle$44
12449
12779
  }), /*#__PURE__*/React.createElement("svg", _extends({
12450
12780
  xmlns: "http://www.w3.org/2000/svg",
12451
12781
  width: size,
@@ -12477,7 +12807,7 @@ EventSm.defaultProps = {
12477
12807
  size: '16'
12478
12808
  };
12479
12809
 
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 }';
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 }';
12481
12811
 
12482
12812
  var EPropertySm = function EPropertySm(props) {
12483
12813
  var color = props.color,
@@ -12491,7 +12821,7 @@ var EPropertySm = function EPropertySm(props) {
12491
12821
  return /*#__PURE__*/React.createElement("span", {
12492
12822
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12493
12823
  }, /*#__PURE__*/React.createElement("style", {
12494
- children: loadingCircleStyle$40
12824
+ children: loadingCircleStyle$45
12495
12825
  }), /*#__PURE__*/React.createElement("svg", _extends({
12496
12826
  xmlns: "http://www.w3.org/2000/svg",
12497
12827
  width: size,
@@ -12531,7 +12861,7 @@ EPropertySm.defaultProps = {
12531
12861
  size: '16'
12532
12862
  };
12533
12863
 
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 }';
12864
+ 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 }';
12535
12865
 
12536
12866
  var IndicatorSm = function IndicatorSm(props) {
12537
12867
  var color = props.color,
@@ -12545,7 +12875,7 @@ var IndicatorSm = function IndicatorSm(props) {
12545
12875
  return /*#__PURE__*/React.createElement("span", {
12546
12876
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12547
12877
  }, /*#__PURE__*/React.createElement("style", {
12548
- children: loadingCircleStyle$41
12878
+ children: loadingCircleStyle$46
12549
12879
  }), /*#__PURE__*/React.createElement("svg", _extends({
12550
12880
  xmlns: "http://www.w3.org/2000/svg",
12551
12881
  width: size,
@@ -12581,7 +12911,7 @@ IndicatorSm.defaultProps = {
12581
12911
  size: '16'
12582
12912
  };
12583
12913
 
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 }';
12914
+ 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 }';
12585
12915
 
12586
12916
  var UPropertySm = function UPropertySm(props) {
12587
12917
  var color = props.color,
@@ -12595,7 +12925,7 @@ var UPropertySm = function UPropertySm(props) {
12595
12925
  return /*#__PURE__*/React.createElement("span", {
12596
12926
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12597
12927
  }, /*#__PURE__*/React.createElement("style", {
12598
- children: loadingCircleStyle$42
12928
+ children: loadingCircleStyle$47
12599
12929
  }), /*#__PURE__*/React.createElement("svg", _extends({
12600
12930
  xmlns: "http://www.w3.org/2000/svg",
12601
12931
  width: size,
@@ -12633,7 +12963,7 @@ UPropertySm.defaultProps = {
12633
12963
  size: '16'
12634
12964
  };
12635
12965
 
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 }';
12966
+ 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 }';
12637
12967
 
12638
12968
  var UGroupSm = function UGroupSm(props) {
12639
12969
  var color = props.color,
@@ -12647,7 +12977,7 @@ var UGroupSm = function UGroupSm(props) {
12647
12977
  return /*#__PURE__*/React.createElement("span", {
12648
12978
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12649
12979
  }, /*#__PURE__*/React.createElement("style", {
12650
- children: loadingCircleStyle$43
12980
+ children: loadingCircleStyle$48
12651
12981
  }), /*#__PURE__*/React.createElement("svg", _extends({
12652
12982
  xmlns: "http://www.w3.org/2000/svg",
12653
12983
  width: size,
@@ -12693,7 +13023,7 @@ UGroupSm.defaultProps = {
12693
13023
  size: '16'
12694
13024
  };
12695
13025
 
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 }';
13026
+ 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 }';
12697
13027
 
12698
13028
  var UTagSm = function UTagSm(props) {
12699
13029
  var color = props.color,
@@ -12707,7 +13037,7 @@ var UTagSm = function UTagSm(props) {
12707
13037
  return /*#__PURE__*/React.createElement("span", {
12708
13038
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12709
13039
  }, /*#__PURE__*/React.createElement("style", {
12710
- children: loadingCircleStyle$44
13040
+ children: loadingCircleStyle$49
12711
13041
  }), /*#__PURE__*/React.createElement("svg", _extends({
12712
13042
  xmlns: "http://www.w3.org/2000/svg",
12713
13043
  width: size,
@@ -12743,7 +13073,7 @@ UTagSm.defaultProps = {
12743
13073
  size: '16'
12744
13074
  };
12745
13075
 
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 }';
13076
+ var loadingCircleStyle$4a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12747
13077
 
12748
13078
  var AllGroupSm = function AllGroupSm(props) {
12749
13079
  var color = props.color,
@@ -12757,7 +13087,7 @@ var AllGroupSm = function AllGroupSm(props) {
12757
13087
  return /*#__PURE__*/React.createElement("span", {
12758
13088
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12759
13089
  }, /*#__PURE__*/React.createElement("style", {
12760
- children: loadingCircleStyle$45
13090
+ children: loadingCircleStyle$4a
12761
13091
  }), /*#__PURE__*/React.createElement("svg", _extends({
12762
13092
  xmlns: "http://www.w3.org/2000/svg",
12763
13093
  width: size,
@@ -12795,7 +13125,7 @@ AllGroupSm.defaultProps = {
12795
13125
  size: '16'
12796
13126
  };
12797
13127
 
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 }';
13128
+ 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 }';
12799
13129
 
12800
13130
  var CalendarSm = function CalendarSm(props) {
12801
13131
  var color = props.color,
@@ -12809,7 +13139,7 @@ var CalendarSm = function CalendarSm(props) {
12809
13139
  return /*#__PURE__*/React.createElement("span", {
12810
13140
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12811
13141
  }, /*#__PURE__*/React.createElement("style", {
12812
- children: loadingCircleStyle$46
13142
+ children: loadingCircleStyle$4b
12813
13143
  }), /*#__PURE__*/React.createElement("svg", _extends({
12814
13144
  xmlns: "http://www.w3.org/2000/svg",
12815
13145
  width: size,
@@ -12841,7 +13171,7 @@ CalendarSm.defaultProps = {
12841
13171
  size: '16'
12842
13172
  };
12843
13173
 
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 }';
13174
+ 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 }';
12845
13175
 
12846
13176
  var GroupAddSm = function GroupAddSm(props) {
12847
13177
  var color = props.color,
@@ -12855,7 +13185,7 @@ var GroupAddSm = function GroupAddSm(props) {
12855
13185
  return /*#__PURE__*/React.createElement("span", {
12856
13186
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12857
13187
  }, /*#__PURE__*/React.createElement("style", {
12858
- children: loadingCircleStyle$47
13188
+ children: loadingCircleStyle$4c
12859
13189
  }), /*#__PURE__*/React.createElement("svg", _extends({
12860
13190
  xmlns: "http://www.w3.org/2000/svg",
12861
13191
  width: size,
@@ -12893,7 +13223,7 @@ GroupAddSm.defaultProps = {
12893
13223
  size: '16'
12894
13224
  };
12895
13225
 
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 }';
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 }';
12897
13227
 
12898
13228
  var BooleanSm = function BooleanSm(props) {
12899
13229
  var color = props.color,
@@ -12907,7 +13237,7 @@ var BooleanSm = function BooleanSm(props) {
12907
13237
  return /*#__PURE__*/React.createElement("span", {
12908
13238
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12909
13239
  }, /*#__PURE__*/React.createElement("style", {
12910
- children: loadingCircleStyle$48
13240
+ children: loadingCircleStyle$4d
12911
13241
  }), /*#__PURE__*/React.createElement("svg", _extends({
12912
13242
  xmlns: "http://www.w3.org/2000/svg",
12913
13243
  width: size,
@@ -12941,7 +13271,7 @@ BooleanSm.defaultProps = {
12941
13271
  size: '16'
12942
13272
  };
12943
13273
 
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 }';
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 }';
12945
13275
 
12946
13276
  var ListSm = function ListSm(props) {
12947
13277
  var color = props.color,
@@ -12955,7 +13285,7 @@ var ListSm = function ListSm(props) {
12955
13285
  return /*#__PURE__*/React.createElement("span", {
12956
13286
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12957
13287
  }, /*#__PURE__*/React.createElement("style", {
12958
- children: loadingCircleStyle$49
13288
+ children: loadingCircleStyle$4e
12959
13289
  }), /*#__PURE__*/React.createElement("svg", _extends({
12960
13290
  xmlns: "http://www.w3.org/2000/svg",
12961
13291
  width: size,
@@ -12997,7 +13327,7 @@ ListSm.defaultProps = {
12997
13327
  size: '16'
12998
13328
  };
12999
13329
 
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 }';
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 }';
13001
13331
 
13002
13332
  var ArrayRowsSm = function ArrayRowsSm(props) {
13003
13333
  var color = props.color,
@@ -13011,7 +13341,7 @@ var ArrayRowsSm = function ArrayRowsSm(props) {
13011
13341
  return /*#__PURE__*/React.createElement("span", {
13012
13342
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13013
13343
  }, /*#__PURE__*/React.createElement("style", {
13014
- children: loadingCircleStyle$4a
13344
+ children: loadingCircleStyle$4f
13015
13345
  }), /*#__PURE__*/React.createElement("svg", _extends({
13016
13346
  xmlns: "http://www.w3.org/2000/svg",
13017
13347
  width: size,
@@ -13045,7 +13375,7 @@ ArrayRowsSm.defaultProps = {
13045
13375
  size: '16'
13046
13376
  };
13047
13377
 
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 }';
13378
+ 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 }';
13049
13379
 
13050
13380
  var RowsSm = function RowsSm(props) {
13051
13381
  var color = props.color,
@@ -13059,7 +13389,7 @@ var RowsSm = function RowsSm(props) {
13059
13389
  return /*#__PURE__*/React.createElement("span", {
13060
13390
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13061
13391
  }, /*#__PURE__*/React.createElement("style", {
13062
- children: loadingCircleStyle$4b
13392
+ children: loadingCircleStyle$4g
13063
13393
  }), /*#__PURE__*/React.createElement("svg", _extends({
13064
13394
  xmlns: "http://www.w3.org/2000/svg",
13065
13395
  width: size,
@@ -13101,7 +13431,7 @@ RowsSm.defaultProps = {
13101
13431
  size: '16'
13102
13432
  };
13103
13433
 
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 }';
13434
+ 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 }';
13105
13435
 
13106
13436
  var VPropertySm = function VPropertySm(props) {
13107
13437
  var color = props.color,
@@ -13115,7 +13445,7 @@ var VPropertySm = function VPropertySm(props) {
13115
13445
  return /*#__PURE__*/React.createElement("span", {
13116
13446
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13117
13447
  }, /*#__PURE__*/React.createElement("style", {
13118
- children: loadingCircleStyle$4c
13448
+ children: loadingCircleStyle$4h
13119
13449
  }), /*#__PURE__*/React.createElement("svg", _extends({
13120
13450
  xmlns: "http://www.w3.org/2000/svg",
13121
13451
  width: size,
@@ -13153,7 +13483,7 @@ VPropertySm.defaultProps = {
13153
13483
  size: '16'
13154
13484
  };
13155
13485
 
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 }';
13486
+ 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 }';
13157
13487
 
13158
13488
  var StringSm = function StringSm(props) {
13159
13489
  var color = props.color,
@@ -13167,7 +13497,7 @@ var StringSm = function StringSm(props) {
13167
13497
  return /*#__PURE__*/React.createElement("span", {
13168
13498
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13169
13499
  }, /*#__PURE__*/React.createElement("style", {
13170
- children: loadingCircleStyle$4d
13500
+ children: loadingCircleStyle$4i
13171
13501
  }), /*#__PURE__*/React.createElement("svg", _extends({
13172
13502
  xmlns: "http://www.w3.org/2000/svg",
13173
13503
  width: size,
@@ -13201,7 +13531,7 @@ StringSm.defaultProps = {
13201
13531
  size: '16'
13202
13532
  };
13203
13533
 
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 }';
13534
+ 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 }';
13205
13535
 
13206
13536
  var NumSm = function NumSm(props) {
13207
13537
  var color = props.color,
@@ -13215,7 +13545,7 @@ var NumSm = function NumSm(props) {
13215
13545
  return /*#__PURE__*/React.createElement("span", {
13216
13546
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13217
13547
  }, /*#__PURE__*/React.createElement("style", {
13218
- children: loadingCircleStyle$4e
13548
+ children: loadingCircleStyle$4j
13219
13549
  }), /*#__PURE__*/React.createElement("svg", _extends({
13220
13550
  xmlns: "http://www.w3.org/2000/svg",
13221
13551
  width: size,
@@ -13249,7 +13579,7 @@ NumSm.defaultProps = {
13249
13579
  size: '16'
13250
13580
  };
13251
13581
 
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 }';
13582
+ 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 }';
13253
13583
 
13254
13584
  var TimeSm = function TimeSm(props) {
13255
13585
  var color = props.color,
@@ -13263,7 +13593,7 @@ var TimeSm = function TimeSm(props) {
13263
13593
  return /*#__PURE__*/React.createElement("span", {
13264
13594
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13265
13595
  }, /*#__PURE__*/React.createElement("style", {
13266
- children: loadingCircleStyle$4f
13596
+ children: loadingCircleStyle$4k
13267
13597
  }), /*#__PURE__*/React.createElement("svg", _extends({
13268
13598
  xmlns: "http://www.w3.org/2000/svg",
13269
13599
  width: size,
@@ -13297,7 +13627,7 @@ TimeSm.defaultProps = {
13297
13627
  size: '16'
13298
13628
  };
13299
13629
 
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 }';
13630
+ 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 }';
13301
13631
 
13302
13632
  var ArrowLeft = function ArrowLeft(props) {
13303
13633
  var color = props.color,
@@ -13311,7 +13641,7 @@ var ArrowLeft = function ArrowLeft(props) {
13311
13641
  return /*#__PURE__*/React.createElement("span", {
13312
13642
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13313
13643
  }, /*#__PURE__*/React.createElement("style", {
13314
- children: loadingCircleStyle$4g
13644
+ children: loadingCircleStyle$4l
13315
13645
  }), /*#__PURE__*/React.createElement("svg", _extends({
13316
13646
  xmlns: "http://www.w3.org/2000/svg",
13317
13647
  width: size,
@@ -13343,7 +13673,7 @@ ArrowLeft.defaultProps = {
13343
13673
  size: '16'
13344
13674
  };
13345
13675
 
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 }';
13676
+ 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 }';
13347
13677
 
13348
13678
  var ArrowRight = function ArrowRight(props) {
13349
13679
  var color = props.color,
@@ -13357,7 +13687,7 @@ var ArrowRight = function ArrowRight(props) {
13357
13687
  return /*#__PURE__*/React.createElement("span", {
13358
13688
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13359
13689
  }, /*#__PURE__*/React.createElement("style", {
13360
- children: loadingCircleStyle$4h
13690
+ children: loadingCircleStyle$4m
13361
13691
  }), /*#__PURE__*/React.createElement("svg", _extends({
13362
13692
  xmlns: "http://www.w3.org/2000/svg",
13363
13693
  width: size,
@@ -13389,7 +13719,7 @@ ArrowRight.defaultProps = {
13389
13719
  size: '16'
13390
13720
  };
13391
13721
 
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 }';
13722
+ 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 }';
13393
13723
 
13394
13724
  var ArrowUp = function ArrowUp(props) {
13395
13725
  var color = props.color,
@@ -13403,7 +13733,7 @@ var ArrowUp = function ArrowUp(props) {
13403
13733
  return /*#__PURE__*/React.createElement("span", {
13404
13734
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13405
13735
  }, /*#__PURE__*/React.createElement("style", {
13406
- children: loadingCircleStyle$4i
13736
+ children: loadingCircleStyle$4n
13407
13737
  }), /*#__PURE__*/React.createElement("svg", _extends({
13408
13738
  xmlns: "http://www.w3.org/2000/svg",
13409
13739
  width: size,
@@ -13435,7 +13765,7 @@ ArrowUp.defaultProps = {
13435
13765
  size: '16'
13436
13766
  };
13437
13767
 
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 }';
13768
+ 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 }';
13439
13769
 
13440
13770
  var ArrowDown = function ArrowDown(props) {
13441
13771
  var color = props.color,
@@ -13449,7 +13779,7 @@ var ArrowDown = function ArrowDown(props) {
13449
13779
  return /*#__PURE__*/React.createElement("span", {
13450
13780
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13451
13781
  }, /*#__PURE__*/React.createElement("style", {
13452
- children: loadingCircleStyle$4j
13782
+ children: loadingCircleStyle$4o
13453
13783
  }), /*#__PURE__*/React.createElement("svg", _extends({
13454
13784
  xmlns: "http://www.w3.org/2000/svg",
13455
13785
  width: size,
@@ -13481,7 +13811,7 @@ ArrowDown.defaultProps = {
13481
13811
  size: '16'
13482
13812
  };
13483
13813
 
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 }';
13814
+ 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 }';
13485
13815
 
13486
13816
  var ArrowLeft2 = function ArrowLeft2(props) {
13487
13817
  var color = props.color,
@@ -13495,7 +13825,7 @@ var ArrowLeft2 = function ArrowLeft2(props) {
13495
13825
  return /*#__PURE__*/React.createElement("span", {
13496
13826
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13497
13827
  }, /*#__PURE__*/React.createElement("style", {
13498
- children: loadingCircleStyle$4k
13828
+ children: loadingCircleStyle$4p
13499
13829
  }), /*#__PURE__*/React.createElement("svg", _extends({
13500
13830
  xmlns: "http://www.w3.org/2000/svg",
13501
13831
  width: size,
@@ -13527,7 +13857,7 @@ ArrowLeft2.defaultProps = {
13527
13857
  size: '16'
13528
13858
  };
13529
13859
 
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 }';
13860
+ 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 }';
13531
13861
 
13532
13862
  var ArrowRight2 = function ArrowRight2(props) {
13533
13863
  var color = props.color,
@@ -13541,7 +13871,7 @@ var ArrowRight2 = function ArrowRight2(props) {
13541
13871
  return /*#__PURE__*/React.createElement("span", {
13542
13872
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13543
13873
  }, /*#__PURE__*/React.createElement("style", {
13544
- children: loadingCircleStyle$4l
13874
+ children: loadingCircleStyle$4q
13545
13875
  }), /*#__PURE__*/React.createElement("svg", _extends({
13546
13876
  xmlns: "http://www.w3.org/2000/svg",
13547
13877
  width: size,
@@ -13573,7 +13903,7 @@ ArrowRight2.defaultProps = {
13573
13903
  size: '16'
13574
13904
  };
13575
13905
 
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 }';
13906
+ 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 }';
13577
13907
 
13578
13908
  var ArrowUp2 = function ArrowUp2(props) {
13579
13909
  var color = props.color,
@@ -13587,7 +13917,7 @@ var ArrowUp2 = function ArrowUp2(props) {
13587
13917
  return /*#__PURE__*/React.createElement("span", {
13588
13918
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13589
13919
  }, /*#__PURE__*/React.createElement("style", {
13590
- children: loadingCircleStyle$4m
13920
+ children: loadingCircleStyle$4r
13591
13921
  }), /*#__PURE__*/React.createElement("svg", _extends({
13592
13922
  xmlns: "http://www.w3.org/2000/svg",
13593
13923
  width: size,
@@ -13619,7 +13949,7 @@ ArrowUp2.defaultProps = {
13619
13949
  size: '16'
13620
13950
  };
13621
13951
 
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 }';
13952
+ 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 }';
13623
13953
 
13624
13954
  var ArrowDown2 = function ArrowDown2(props) {
13625
13955
  var color = props.color,
@@ -13633,7 +13963,7 @@ var ArrowDown2 = function ArrowDown2(props) {
13633
13963
  return /*#__PURE__*/React.createElement("span", {
13634
13964
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13635
13965
  }, /*#__PURE__*/React.createElement("style", {
13636
- children: loadingCircleStyle$4n
13966
+ children: loadingCircleStyle$4s
13637
13967
  }), /*#__PURE__*/React.createElement("svg", _extends({
13638
13968
  xmlns: "http://www.w3.org/2000/svg",
13639
13969
  width: size,
@@ -13665,7 +13995,7 @@ ArrowDown2.defaultProps = {
13665
13995
  size: '16'
13666
13996
  };
13667
13997
 
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 }';
13998
+ 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 }';
13669
13999
 
13670
14000
  var TriLeft = function TriLeft(props) {
13671
14001
  var color = props.color,
@@ -13679,7 +14009,7 @@ var TriLeft = function TriLeft(props) {
13679
14009
  return /*#__PURE__*/React.createElement("span", {
13680
14010
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13681
14011
  }, /*#__PURE__*/React.createElement("style", {
13682
- children: loadingCircleStyle$4o
14012
+ children: loadingCircleStyle$4t
13683
14013
  }), /*#__PURE__*/React.createElement("svg", _extends({
13684
14014
  xmlns: "http://www.w3.org/2000/svg",
13685
14015
  width: size,
@@ -13711,7 +14041,7 @@ TriLeft.defaultProps = {
13711
14041
  size: '16'
13712
14042
  };
13713
14043
 
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 }';
14044
+ 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 }';
13715
14045
 
13716
14046
  var TriRight = function TriRight(props) {
13717
14047
  var color = props.color,
@@ -13725,7 +14055,7 @@ var TriRight = function TriRight(props) {
13725
14055
  return /*#__PURE__*/React.createElement("span", {
13726
14056
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13727
14057
  }, /*#__PURE__*/React.createElement("style", {
13728
- children: loadingCircleStyle$4p
14058
+ children: loadingCircleStyle$4u
13729
14059
  }), /*#__PURE__*/React.createElement("svg", _extends({
13730
14060
  xmlns: "http://www.w3.org/2000/svg",
13731
14061
  width: size,
@@ -13757,7 +14087,7 @@ TriRight.defaultProps = {
13757
14087
  size: '16'
13758
14088
  };
13759
14089
 
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 }';
14090
+ 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 }';
13761
14091
 
13762
14092
  var TriUp = function TriUp(props) {
13763
14093
  var color = props.color,
@@ -13771,7 +14101,7 @@ var TriUp = function TriUp(props) {
13771
14101
  return /*#__PURE__*/React.createElement("span", {
13772
14102
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13773
14103
  }, /*#__PURE__*/React.createElement("style", {
13774
- children: loadingCircleStyle$4q
14104
+ children: loadingCircleStyle$4v
13775
14105
  }), /*#__PURE__*/React.createElement("svg", _extends({
13776
14106
  xmlns: "http://www.w3.org/2000/svg",
13777
14107
  width: size,
@@ -13803,7 +14133,7 @@ TriUp.defaultProps = {
13803
14133
  size: '16'
13804
14134
  };
13805
14135
 
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 }';
14136
+ 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 }';
13807
14137
 
13808
14138
  var TriDown = function TriDown(props) {
13809
14139
  var color = props.color,
@@ -13817,7 +14147,7 @@ var TriDown = function TriDown(props) {
13817
14147
  return /*#__PURE__*/React.createElement("span", {
13818
14148
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13819
14149
  }, /*#__PURE__*/React.createElement("style", {
13820
- children: loadingCircleStyle$4r
14150
+ children: loadingCircleStyle$4w
13821
14151
  }), /*#__PURE__*/React.createElement("svg", _extends({
13822
14152
  xmlns: "http://www.w3.org/2000/svg",
13823
14153
  width: size,
@@ -13849,7 +14179,7 @@ TriDown.defaultProps = {
13849
14179
  size: '16'
13850
14180
  };
13851
14181
 
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 }';
14182
+ 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 }';
13853
14183
 
13854
14184
  var DArrowL = function DArrowL(props) {
13855
14185
  var color = props.color,
@@ -13863,7 +14193,7 @@ var DArrowL = function DArrowL(props) {
13863
14193
  return /*#__PURE__*/React.createElement("span", {
13864
14194
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13865
14195
  }, /*#__PURE__*/React.createElement("style", {
13866
- children: loadingCircleStyle$4s
14196
+ children: loadingCircleStyle$4x
13867
14197
  }), /*#__PURE__*/React.createElement("svg", _extends({
13868
14198
  xmlns: "http://www.w3.org/2000/svg",
13869
14199
  width: size,
@@ -13897,7 +14227,7 @@ DArrowL.defaultProps = {
13897
14227
  size: '16'
13898
14228
  };
13899
14229
 
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 }';
14230
+ 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 }';
13901
14231
 
13902
14232
  var DArrowR = function DArrowR(props) {
13903
14233
  var color = props.color,
@@ -13911,7 +14241,7 @@ var DArrowR = function DArrowR(props) {
13911
14241
  return /*#__PURE__*/React.createElement("span", {
13912
14242
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13913
14243
  }, /*#__PURE__*/React.createElement("style", {
13914
- children: loadingCircleStyle$4t
14244
+ children: loadingCircleStyle$4y
13915
14245
  }), /*#__PURE__*/React.createElement("svg", _extends({
13916
14246
  xmlns: "http://www.w3.org/2000/svg",
13917
14247
  width: size,
@@ -13945,7 +14275,7 @@ DArrowR.defaultProps = {
13945
14275
  size: '16'
13946
14276
  };
13947
14277
 
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 }';
14278
+ 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 }';
13949
14279
 
13950
14280
  var DArrowT = function DArrowT(props) {
13951
14281
  var color = props.color,
@@ -13959,7 +14289,7 @@ var DArrowT = function DArrowT(props) {
13959
14289
  return /*#__PURE__*/React.createElement("span", {
13960
14290
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13961
14291
  }, /*#__PURE__*/React.createElement("style", {
13962
- children: loadingCircleStyle$4u
14292
+ children: loadingCircleStyle$4z
13963
14293
  }), /*#__PURE__*/React.createElement("svg", _extends({
13964
14294
  xmlns: "http://www.w3.org/2000/svg",
13965
14295
  width: size,
@@ -13993,7 +14323,7 @@ DArrowT.defaultProps = {
13993
14323
  size: '16'
13994
14324
  };
13995
14325
 
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 }';
14326
+ 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 }';
13997
14327
 
13998
14328
  var DArrowB = function DArrowB(props) {
13999
14329
  var color = props.color,
@@ -14007,7 +14337,7 @@ var DArrowB = function DArrowB(props) {
14007
14337
  return /*#__PURE__*/React.createElement("span", {
14008
14338
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14009
14339
  }, /*#__PURE__*/React.createElement("style", {
14010
- children: loadingCircleStyle$4v
14340
+ children: loadingCircleStyle$4A
14011
14341
  }), /*#__PURE__*/React.createElement("svg", _extends({
14012
14342
  xmlns: "http://www.w3.org/2000/svg",
14013
14343
  width: size,
@@ -14041,7 +14371,7 @@ DArrowB.defaultProps = {
14041
14371
  size: '16'
14042
14372
  };
14043
14373
 
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 }';
14374
+ 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 }';
14045
14375
 
14046
14376
  var DropDown = function DropDown(props) {
14047
14377
  var color = props.color,
@@ -14055,7 +14385,7 @@ var DropDown = function DropDown(props) {
14055
14385
  return /*#__PURE__*/React.createElement("span", {
14056
14386
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14057
14387
  }, /*#__PURE__*/React.createElement("style", {
14058
- children: loadingCircleStyle$4w
14388
+ children: loadingCircleStyle$4B
14059
14389
  }), /*#__PURE__*/React.createElement("svg", _extends({
14060
14390
  xmlns: "http://www.w3.org/2000/svg",
14061
14391
  width: size,
@@ -14087,7 +14417,7 @@ DropDown.defaultProps = {
14087
14417
  size: '16'
14088
14418
  };
14089
14419
 
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 }';
14420
+ 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 }';
14091
14421
 
14092
14422
  var DropUp = function DropUp(props) {
14093
14423
  var color = props.color,
@@ -14101,7 +14431,7 @@ var DropUp = function DropUp(props) {
14101
14431
  return /*#__PURE__*/React.createElement("span", {
14102
14432
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14103
14433
  }, /*#__PURE__*/React.createElement("style", {
14104
- children: loadingCircleStyle$4x
14434
+ children: loadingCircleStyle$4C
14105
14435
  }), /*#__PURE__*/React.createElement("svg", _extends({
14106
14436
  xmlns: "http://www.w3.org/2000/svg",
14107
14437
  width: size,
@@ -14133,7 +14463,7 @@ DropUp.defaultProps = {
14133
14463
  size: '16'
14134
14464
  };
14135
14465
 
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 }';
14466
+ 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 }';
14137
14467
 
14138
14468
  var More1 = function More1(props) {
14139
14469
  var color = props.color,
@@ -14147,7 +14477,7 @@ var More1 = function More1(props) {
14147
14477
  return /*#__PURE__*/React.createElement("span", {
14148
14478
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14149
14479
  }, /*#__PURE__*/React.createElement("style", {
14150
- children: loadingCircleStyle$4y
14480
+ children: loadingCircleStyle$4D
14151
14481
  }), /*#__PURE__*/React.createElement("svg", _extends({
14152
14482
  xmlns: "http://www.w3.org/2000/svg",
14153
14483
  width: size,
@@ -14179,7 +14509,7 @@ More1.defaultProps = {
14179
14509
  size: '16'
14180
14510
  };
14181
14511
 
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 }';
14512
+ 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 }';
14183
14513
 
14184
14514
  var More2 = function More2(props) {
14185
14515
  var color = props.color,
@@ -14193,7 +14523,7 @@ var More2 = function More2(props) {
14193
14523
  return /*#__PURE__*/React.createElement("span", {
14194
14524
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14195
14525
  }, /*#__PURE__*/React.createElement("style", {
14196
- children: loadingCircleStyle$4z
14526
+ children: loadingCircleStyle$4E
14197
14527
  }), /*#__PURE__*/React.createElement("svg", _extends({
14198
14528
  xmlns: "http://www.w3.org/2000/svg",
14199
14529
  width: size,
@@ -14225,7 +14555,7 @@ More2.defaultProps = {
14225
14555
  size: '16'
14226
14556
  };
14227
14557
 
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 }';
14558
+ 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 }';
14229
14559
 
14230
14560
  var Drag = function Drag(props) {
14231
14561
  var color = props.color,
@@ -14239,7 +14569,7 @@ var Drag = function Drag(props) {
14239
14569
  return /*#__PURE__*/React.createElement("span", {
14240
14570
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14241
14571
  }, /*#__PURE__*/React.createElement("style", {
14242
- children: loadingCircleStyle$4A
14572
+ children: loadingCircleStyle$4F
14243
14573
  }), /*#__PURE__*/React.createElement("svg", _extends({
14244
14574
  xmlns: "http://www.w3.org/2000/svg",
14245
14575
  width: size,
@@ -14281,7 +14611,7 @@ Drag.defaultProps = {
14281
14611
  size: '16'
14282
14612
  };
14283
14613
 
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 }';
14614
+ 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 }';
14285
14615
 
14286
14616
  var Drag2 = function Drag2(props) {
14287
14617
  var color = props.color,
@@ -14295,7 +14625,7 @@ var Drag2 = function Drag2(props) {
14295
14625
  return /*#__PURE__*/React.createElement("span", {
14296
14626
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14297
14627
  }, /*#__PURE__*/React.createElement("style", {
14298
- children: loadingCircleStyle$4B
14628
+ children: loadingCircleStyle$4G
14299
14629
  }), /*#__PURE__*/React.createElement("svg", _extends({
14300
14630
  xmlns: "http://www.w3.org/2000/svg",
14301
14631
  width: size,
@@ -14331,7 +14661,7 @@ Drag2.defaultProps = {
14331
14661
  size: '16'
14332
14662
  };
14333
14663
 
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 }';
14664
+ 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 }';
14335
14665
 
14336
14666
  var External = function External(props) {
14337
14667
  var color = props.color,
@@ -14345,7 +14675,7 @@ var External = function External(props) {
14345
14675
  return /*#__PURE__*/React.createElement("span", {
14346
14676
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14347
14677
  }, /*#__PURE__*/React.createElement("style", {
14348
- children: loadingCircleStyle$4C
14678
+ children: loadingCircleStyle$4H
14349
14679
  }), /*#__PURE__*/React.createElement("svg", _extends({
14350
14680
  xmlns: "http://www.w3.org/2000/svg",
14351
14681
  width: size,
@@ -14377,7 +14707,7 @@ External.defaultProps = {
14377
14707
  size: '16'
14378
14708
  };
14379
14709
 
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 }';
14710
+ 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 }';
14381
14711
 
14382
14712
  var DisplayS = function DisplayS(props) {
14383
14713
  var color = props.color,
@@ -14391,7 +14721,7 @@ var DisplayS = function DisplayS(props) {
14391
14721
  return /*#__PURE__*/React.createElement("span", {
14392
14722
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14393
14723
  }, /*#__PURE__*/React.createElement("style", {
14394
- children: loadingCircleStyle$4D
14724
+ children: loadingCircleStyle$4I
14395
14725
  }), /*#__PURE__*/React.createElement("svg", _extends({
14396
14726
  xmlns: "http://www.w3.org/2000/svg",
14397
14727
  width: size,
@@ -14425,7 +14755,7 @@ DisplayS.defaultProps = {
14425
14755
  size: '16'
14426
14756
  };
14427
14757
 
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 }';
14758
+ 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 }';
14429
14759
 
14430
14760
  var Share = function Share(props) {
14431
14761
  var color = props.color,
@@ -14439,7 +14769,7 @@ var Share = function Share(props) {
14439
14769
  return /*#__PURE__*/React.createElement("span", {
14440
14770
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14441
14771
  }, /*#__PURE__*/React.createElement("style", {
14442
- children: loadingCircleStyle$4E
14772
+ children: loadingCircleStyle$4J
14443
14773
  }), /*#__PURE__*/React.createElement("svg", _extends({
14444
14774
  xmlns: "http://www.w3.org/2000/svg",
14445
14775
  width: size,
@@ -14471,4 +14801,4 @@ Share.defaultProps = {
14471
14801
  size: '16'
14472
14802
  };
14473
14803
 
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 };
14804
+ 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, Index as TaIndex, 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, Tips as TaTips, 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 };