@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.
@@ -2530,7 +2530,7 @@ Earth.defaultProps = {
2530
2530
 
2531
2531
  var loadingCircleStyle$N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
2532
2532
 
2533
- var TdLogo = function TdLogo(props) {
2533
+ var Goal = function Goal(props) {
2534
2534
  var color = props.color,
2535
2535
  size = props.size,
2536
2536
  spin = props.spin,
@@ -2557,6 +2557,54 @@ var TdLogo = function TdLogo(props) {
2557
2557
  animationName: 'loadingCircle',
2558
2558
  animationTimingFunction: 'linear'
2559
2559
  } : {})
2560
+ }), /*#__PURE__*/React.createElement("path", {
2561
+ fillRule: "evenodd",
2562
+ clipRule: "evenodd",
2563
+ d: "M12 2c5.52 0 10 4.48 10 10 0 5.51-4.48 10-10 10-5.51 0-10-4.49-10-10C2 6.48 6.49 2 12 2zm4.88 6.27a.95.95 0 00-.35-.73.907.907 0 00-.78-.19l-.31.06c-.21.03-.5.06-.83.09-.69.05-1.4.04-1.87-.12-.71-.24-1.37-.38-2.05-.38-.68 0-1.33.14-2.05.38-.38.13-.64.49-.64.89v9.16c0 .28.23.5.5.5.28 0 .5-.22.5-.5v-2.86c.37-.03.74-.14 1.11-.17.6-.05 1.36-.05 2.1.14 1.42.36 2.95.54 4.16-.07.31-.17.51-.49.51-.84V8.27z"
2564
+ })));
2565
+ };
2566
+
2567
+ Goal.propTypes = {
2568
+ iconClassName: PropTypes.string,
2569
+ spin: PropTypes.bool,
2570
+ color: PropTypes.string,
2571
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
2572
+ };
2573
+ Goal.defaultProps = {
2574
+ spin: false,
2575
+ color: 'currentColor',
2576
+ size: '16'
2577
+ };
2578
+
2579
+ var loadingCircleStyle$O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
2580
+
2581
+ var TdLogo = function TdLogo(props) {
2582
+ var color = props.color,
2583
+ size = props.size,
2584
+ spin = props.spin,
2585
+ style = props.style,
2586
+ className = props.className,
2587
+ iconClassName = props.iconClassName,
2588
+ otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className", "iconClassName"]);
2589
+
2590
+ return /*#__PURE__*/React.createElement("span", {
2591
+ className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
2592
+ }, /*#__PURE__*/React.createElement("style", {
2593
+ children: loadingCircleStyle$O
2594
+ }), /*#__PURE__*/React.createElement("svg", _extends({
2595
+ xmlns: "http://www.w3.org/2000/svg",
2596
+ width: size,
2597
+ height: size,
2598
+ viewBox: "0 0 24 24",
2599
+ fill: color
2600
+ }, otherProps, {
2601
+ className: iconClassName,
2602
+ style: _objectSpread2(_objectSpread2({}, style), spin ? {
2603
+ animationDuration: '1s',
2604
+ animationIterationCount: 'infinite',
2605
+ animationName: 'loadingCircle',
2606
+ animationTimingFunction: 'linear'
2607
+ } : {})
2560
2608
  }), /*#__PURE__*/React.createElement("path", {
2561
2609
  d: "M5.71 1.5h1.383v1.423H5.71V1.5z"
2562
2610
  }), /*#__PURE__*/React.createElement("path", {
@@ -2582,7 +2630,7 @@ TdLogo.defaultProps = {
2582
2630
  size: '16'
2583
2631
  };
2584
2632
 
2585
- var loadingCircleStyle$O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
2633
+ var loadingCircleStyle$P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
2586
2634
 
2587
2635
  var Language = function Language(props) {
2588
2636
  var color = props.color,
@@ -2596,7 +2644,7 @@ var Language = function Language(props) {
2596
2644
  return /*#__PURE__*/React.createElement("span", {
2597
2645
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
2598
2646
  }, /*#__PURE__*/React.createElement("style", {
2599
- children: loadingCircleStyle$O
2647
+ children: loadingCircleStyle$P
2600
2648
  }), /*#__PURE__*/React.createElement("svg", _extends({
2601
2649
  xmlns: "http://www.w3.org/2000/svg",
2602
2650
  width: size,
@@ -2628,7 +2676,7 @@ Language.defaultProps = {
2628
2676
  size: '16'
2629
2677
  };
2630
2678
 
2631
- var loadingCircleStyle$P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
2679
+ var loadingCircleStyle$Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
2632
2680
 
2633
2681
  var Calendar = function Calendar(props) {
2634
2682
  var color = props.color,
@@ -2642,7 +2690,7 @@ var Calendar = function Calendar(props) {
2642
2690
  return /*#__PURE__*/React.createElement("span", {
2643
2691
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
2644
2692
  }, /*#__PURE__*/React.createElement("style", {
2645
- children: loadingCircleStyle$P
2693
+ children: loadingCircleStyle$Q
2646
2694
  }), /*#__PURE__*/React.createElement("svg", _extends({
2647
2695
  xmlns: "http://www.w3.org/2000/svg",
2648
2696
  width: size,
@@ -2674,7 +2722,7 @@ Calendar.defaultProps = {
2674
2722
  size: '16'
2675
2723
  };
2676
2724
 
2677
- var loadingCircleStyle$Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
2725
+ var loadingCircleStyle$R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
2678
2726
 
2679
2727
  var Server = function Server(props) {
2680
2728
  var color = props.color,
@@ -2688,7 +2736,7 @@ var Server = function Server(props) {
2688
2736
  return /*#__PURE__*/React.createElement("span", {
2689
2737
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
2690
2738
  }, /*#__PURE__*/React.createElement("style", {
2691
- children: loadingCircleStyle$Q
2739
+ children: loadingCircleStyle$R
2692
2740
  }), /*#__PURE__*/React.createElement("svg", _extends({
2693
2741
  xmlns: "http://www.w3.org/2000/svg",
2694
2742
  width: size,
@@ -2720,7 +2768,7 @@ Server.defaultProps = {
2720
2768
  size: '16'
2721
2769
  };
2722
2770
 
2723
- var loadingCircleStyle$R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
2771
+ var loadingCircleStyle$S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
2724
2772
 
2725
2773
  var Desktop = function Desktop(props) {
2726
2774
  var color = props.color,
@@ -2734,7 +2782,7 @@ var Desktop = function Desktop(props) {
2734
2782
  return /*#__PURE__*/React.createElement("span", {
2735
2783
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
2736
2784
  }, /*#__PURE__*/React.createElement("style", {
2737
- children: loadingCircleStyle$R
2785
+ children: loadingCircleStyle$S
2738
2786
  }), /*#__PURE__*/React.createElement("svg", _extends({
2739
2787
  xmlns: "http://www.w3.org/2000/svg",
2740
2788
  width: size,
@@ -2766,7 +2814,7 @@ Desktop.defaultProps = {
2766
2814
  size: '16'
2767
2815
  };
2768
2816
 
2769
- var loadingCircleStyle$S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
2817
+ var loadingCircleStyle$T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
2770
2818
 
2771
2819
  var Demo = function Demo(props) {
2772
2820
  var color = props.color,
@@ -2780,7 +2828,7 @@ var Demo = function Demo(props) {
2780
2828
  return /*#__PURE__*/React.createElement("span", {
2781
2829
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
2782
2830
  }, /*#__PURE__*/React.createElement("style", {
2783
- children: loadingCircleStyle$S
2831
+ children: loadingCircleStyle$T
2784
2832
  }), /*#__PURE__*/React.createElement("svg", _extends({
2785
2833
  xmlns: "http://www.w3.org/2000/svg",
2786
2834
  width: size,
@@ -2814,7 +2862,7 @@ Demo.defaultProps = {
2814
2862
  size: '16'
2815
2863
  };
2816
2864
 
2817
- var loadingCircleStyle$T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
2865
+ var loadingCircleStyle$U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
2818
2866
 
2819
2867
  var Cellphone = function Cellphone(props) {
2820
2868
  var color = props.color,
@@ -2828,7 +2876,7 @@ var Cellphone = function Cellphone(props) {
2828
2876
  return /*#__PURE__*/React.createElement("span", {
2829
2877
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
2830
2878
  }, /*#__PURE__*/React.createElement("style", {
2831
- children: loadingCircleStyle$T
2879
+ children: loadingCircleStyle$U
2832
2880
  }), /*#__PURE__*/React.createElement("svg", _extends({
2833
2881
  xmlns: "http://www.w3.org/2000/svg",
2834
2882
  width: size,
@@ -2862,7 +2910,7 @@ Cellphone.defaultProps = {
2862
2910
  size: '16'
2863
2911
  };
2864
2912
 
2865
- var loadingCircleStyle$U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
2913
+ var loadingCircleStyle$V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
2866
2914
 
2867
2915
  var Landscape = function Landscape(props) {
2868
2916
  var color = props.color,
@@ -2876,7 +2924,7 @@ var Landscape = function Landscape(props) {
2876
2924
  return /*#__PURE__*/React.createElement("span", {
2877
2925
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
2878
2926
  }, /*#__PURE__*/React.createElement("style", {
2879
- children: loadingCircleStyle$U
2927
+ children: loadingCircleStyle$V
2880
2928
  }), /*#__PURE__*/React.createElement("svg", _extends({
2881
2929
  xmlns: "http://www.w3.org/2000/svg",
2882
2930
  width: size,
@@ -2912,7 +2960,7 @@ Landscape.defaultProps = {
2912
2960
  size: '16'
2913
2961
  };
2914
2962
 
2915
- var loadingCircleStyle$V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
2963
+ var loadingCircleStyle$W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
2916
2964
 
2917
2965
  var Email = function Email(props) {
2918
2966
  var color = props.color,
@@ -2926,7 +2974,7 @@ var Email = function Email(props) {
2926
2974
  return /*#__PURE__*/React.createElement("span", {
2927
2975
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
2928
2976
  }, /*#__PURE__*/React.createElement("style", {
2929
- children: loadingCircleStyle$V
2977
+ children: loadingCircleStyle$W
2930
2978
  }), /*#__PURE__*/React.createElement("svg", _extends({
2931
2979
  xmlns: "http://www.w3.org/2000/svg",
2932
2980
  width: size,
@@ -2958,7 +3006,7 @@ Email.defaultProps = {
2958
3006
  size: '16'
2959
3007
  };
2960
3008
 
2961
- var loadingCircleStyle$W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3009
+ var loadingCircleStyle$X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
2962
3010
 
2963
3011
  var Clock = function Clock(props) {
2964
3012
  var color = props.color,
@@ -2972,7 +3020,7 @@ var Clock = function Clock(props) {
2972
3020
  return /*#__PURE__*/React.createElement("span", {
2973
3021
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
2974
3022
  }, /*#__PURE__*/React.createElement("style", {
2975
- children: loadingCircleStyle$W
3023
+ children: loadingCircleStyle$X
2976
3024
  }), /*#__PURE__*/React.createElement("svg", _extends({
2977
3025
  xmlns: "http://www.w3.org/2000/svg",
2978
3026
  width: size,
@@ -3006,7 +3054,7 @@ Clock.defaultProps = {
3006
3054
  size: '16'
3007
3055
  };
3008
3056
 
3009
- var loadingCircleStyle$X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3057
+ var loadingCircleStyle$Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3010
3058
 
3011
3059
  var Password = function Password(props) {
3012
3060
  var color = props.color,
@@ -3020,7 +3068,7 @@ var Password = function Password(props) {
3020
3068
  return /*#__PURE__*/React.createElement("span", {
3021
3069
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3022
3070
  }, /*#__PURE__*/React.createElement("style", {
3023
- children: loadingCircleStyle$X
3071
+ children: loadingCircleStyle$Y
3024
3072
  }), /*#__PURE__*/React.createElement("svg", _extends({
3025
3073
  xmlns: "http://www.w3.org/2000/svg",
3026
3074
  width: size,
@@ -3052,7 +3100,7 @@ Password.defaultProps = {
3052
3100
  size: '16'
3053
3101
  };
3054
3102
 
3055
- var loadingCircleStyle$Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3103
+ var loadingCircleStyle$Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3056
3104
 
3057
3105
  var ResetPassword = function ResetPassword(props) {
3058
3106
  var color = props.color,
@@ -3066,7 +3114,7 @@ var ResetPassword = function ResetPassword(props) {
3066
3114
  return /*#__PURE__*/React.createElement("span", {
3067
3115
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3068
3116
  }, /*#__PURE__*/React.createElement("style", {
3069
- children: loadingCircleStyle$Y
3117
+ children: loadingCircleStyle$Z
3070
3118
  }), /*#__PURE__*/React.createElement("svg", _extends({
3071
3119
  xmlns: "http://www.w3.org/2000/svg",
3072
3120
  width: size,
@@ -3098,7 +3146,7 @@ ResetPassword.defaultProps = {
3098
3146
  size: '16'
3099
3147
  };
3100
3148
 
3101
- var loadingCircleStyle$Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3149
+ var loadingCircleStyle$_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3102
3150
 
3103
3151
  var Private = function Private(props) {
3104
3152
  var color = props.color,
@@ -3112,7 +3160,7 @@ var Private = function Private(props) {
3112
3160
  return /*#__PURE__*/React.createElement("span", {
3113
3161
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3114
3162
  }, /*#__PURE__*/React.createElement("style", {
3115
- children: loadingCircleStyle$Z
3163
+ children: loadingCircleStyle$_
3116
3164
  }), /*#__PURE__*/React.createElement("svg", _extends({
3117
3165
  xmlns: "http://www.w3.org/2000/svg",
3118
3166
  width: size,
@@ -3144,7 +3192,7 @@ Private.defaultProps = {
3144
3192
  size: '16'
3145
3193
  };
3146
3194
 
3147
- var loadingCircleStyle$_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3195
+ var loadingCircleStyle$$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3148
3196
 
3149
3197
  var Bell = function Bell(props) {
3150
3198
  var color = props.color,
@@ -3158,7 +3206,7 @@ var Bell = function Bell(props) {
3158
3206
  return /*#__PURE__*/React.createElement("span", {
3159
3207
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3160
3208
  }, /*#__PURE__*/React.createElement("style", {
3161
- children: loadingCircleStyle$_
3209
+ children: loadingCircleStyle$$
3162
3210
  }), /*#__PURE__*/React.createElement("svg", _extends({
3163
3211
  xmlns: "http://www.w3.org/2000/svg",
3164
3212
  width: size,
@@ -3192,7 +3240,7 @@ Bell.defaultProps = {
3192
3240
  size: '16'
3193
3241
  };
3194
3242
 
3195
- var loadingCircleStyle$$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3243
+ var loadingCircleStyle$10 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3196
3244
 
3197
3245
  var Logout = function Logout(props) {
3198
3246
  var color = props.color,
@@ -3206,7 +3254,7 @@ var Logout = function Logout(props) {
3206
3254
  return /*#__PURE__*/React.createElement("span", {
3207
3255
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3208
3256
  }, /*#__PURE__*/React.createElement("style", {
3209
- children: loadingCircleStyle$$
3257
+ children: loadingCircleStyle$10
3210
3258
  }), /*#__PURE__*/React.createElement("svg", _extends({
3211
3259
  xmlns: "http://www.w3.org/2000/svg",
3212
3260
  width: size,
@@ -3240,7 +3288,7 @@ Logout.defaultProps = {
3240
3288
  size: '16'
3241
3289
  };
3242
3290
 
3243
- var loadingCircleStyle$10 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3291
+ var loadingCircleStyle$11 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3244
3292
 
3245
3293
  var Speed = function Speed(props) {
3246
3294
  var color = props.color,
@@ -3254,7 +3302,7 @@ var Speed = function Speed(props) {
3254
3302
  return /*#__PURE__*/React.createElement("span", {
3255
3303
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3256
3304
  }, /*#__PURE__*/React.createElement("style", {
3257
- children: loadingCircleStyle$10
3305
+ children: loadingCircleStyle$11
3258
3306
  }), /*#__PURE__*/React.createElement("svg", _extends({
3259
3307
  xmlns: "http://www.w3.org/2000/svg",
3260
3308
  width: size,
@@ -3286,7 +3334,7 @@ Speed.defaultProps = {
3286
3334
  size: '16'
3287
3335
  };
3288
3336
 
3289
- var loadingCircleStyle$11 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3337
+ var loadingCircleStyle$12 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3290
3338
 
3291
3339
  var Mfa = function Mfa(props) {
3292
3340
  var color = props.color,
@@ -3300,7 +3348,7 @@ var Mfa = function Mfa(props) {
3300
3348
  return /*#__PURE__*/React.createElement("span", {
3301
3349
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3302
3350
  }, /*#__PURE__*/React.createElement("style", {
3303
- children: loadingCircleStyle$11
3351
+ children: loadingCircleStyle$12
3304
3352
  }), /*#__PURE__*/React.createElement("svg", _extends({
3305
3353
  xmlns: "http://www.w3.org/2000/svg",
3306
3354
  width: size,
@@ -3332,7 +3380,7 @@ Mfa.defaultProps = {
3332
3380
  size: '16'
3333
3381
  };
3334
3382
 
3335
- var loadingCircleStyle$12 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3383
+ var loadingCircleStyle$13 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3336
3384
 
3337
3385
  var Tracking = function Tracking(props) {
3338
3386
  var color = props.color,
@@ -3346,7 +3394,7 @@ var Tracking = function Tracking(props) {
3346
3394
  return /*#__PURE__*/React.createElement("span", {
3347
3395
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3348
3396
  }, /*#__PURE__*/React.createElement("style", {
3349
- children: loadingCircleStyle$12
3397
+ children: loadingCircleStyle$13
3350
3398
  }), /*#__PURE__*/React.createElement("svg", _extends({
3351
3399
  xmlns: "http://www.w3.org/2000/svg",
3352
3400
  width: size,
@@ -3388,7 +3436,7 @@ Tracking.defaultProps = {
3388
3436
  size: '16'
3389
3437
  };
3390
3438
 
3391
- var loadingCircleStyle$13 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3439
+ var loadingCircleStyle$14 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3392
3440
 
3393
3441
  var Forewarning = function Forewarning(props) {
3394
3442
  var color = props.color,
@@ -3402,7 +3450,7 @@ var Forewarning = function Forewarning(props) {
3402
3450
  return /*#__PURE__*/React.createElement("span", {
3403
3451
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3404
3452
  }, /*#__PURE__*/React.createElement("style", {
3405
- children: loadingCircleStyle$13
3453
+ children: loadingCircleStyle$14
3406
3454
  }), /*#__PURE__*/React.createElement("svg", _extends({
3407
3455
  xmlns: "http://www.w3.org/2000/svg",
3408
3456
  width: size,
@@ -3438,7 +3486,7 @@ Forewarning.defaultProps = {
3438
3486
  size: '16'
3439
3487
  };
3440
3488
 
3441
- var loadingCircleStyle$14 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3489
+ var loadingCircleStyle$15 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3442
3490
 
3443
3491
  var SystemMgr = function SystemMgr(props) {
3444
3492
  var color = props.color,
@@ -3452,7 +3500,7 @@ var SystemMgr = function SystemMgr(props) {
3452
3500
  return /*#__PURE__*/React.createElement("span", {
3453
3501
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3454
3502
  }, /*#__PURE__*/React.createElement("style", {
3455
- children: loadingCircleStyle$14
3503
+ children: loadingCircleStyle$15
3456
3504
  }), /*#__PURE__*/React.createElement("svg", _extends({
3457
3505
  xmlns: "http://www.w3.org/2000/svg",
3458
3506
  width: size,
@@ -3488,7 +3536,7 @@ SystemMgr.defaultProps = {
3488
3536
  size: '16'
3489
3537
  };
3490
3538
 
3491
- var loadingCircleStyle$15 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3539
+ var loadingCircleStyle$16 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3492
3540
 
3493
3541
  var Pattern = function Pattern(props) {
3494
3542
  var color = props.color,
@@ -3502,7 +3550,7 @@ var Pattern = function Pattern(props) {
3502
3550
  return /*#__PURE__*/React.createElement("span", {
3503
3551
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3504
3552
  }, /*#__PURE__*/React.createElement("style", {
3505
- children: loadingCircleStyle$15
3553
+ children: loadingCircleStyle$16
3506
3554
  }), /*#__PURE__*/React.createElement("svg", _extends({
3507
3555
  xmlns: "http://www.w3.org/2000/svg",
3508
3556
  width: size,
@@ -3542,7 +3590,7 @@ Pattern.defaultProps = {
3542
3590
  size: '16'
3543
3591
  };
3544
3592
 
3545
- var loadingCircleStyle$16 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3593
+ var loadingCircleStyle$17 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3546
3594
 
3547
3595
  var Debug = function Debug(props) {
3548
3596
  var color = props.color,
@@ -3556,7 +3604,7 @@ var Debug = function Debug(props) {
3556
3604
  return /*#__PURE__*/React.createElement("span", {
3557
3605
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3558
3606
  }, /*#__PURE__*/React.createElement("style", {
3559
- children: loadingCircleStyle$16
3607
+ children: loadingCircleStyle$17
3560
3608
  }), /*#__PURE__*/React.createElement("svg", _extends({
3561
3609
  xmlns: "http://www.w3.org/2000/svg",
3562
3610
  width: size,
@@ -3588,7 +3636,7 @@ Debug.defaultProps = {
3588
3636
  size: '16'
3589
3637
  };
3590
3638
 
3591
- var loadingCircleStyle$17 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3639
+ var loadingCircleStyle$18 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3592
3640
 
3593
3641
  var Live = function Live(props) {
3594
3642
  var color = props.color,
@@ -3602,7 +3650,7 @@ var Live = function Live(props) {
3602
3650
  return /*#__PURE__*/React.createElement("span", {
3603
3651
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3604
3652
  }, /*#__PURE__*/React.createElement("style", {
3605
- children: loadingCircleStyle$17
3653
+ children: loadingCircleStyle$18
3606
3654
  }), /*#__PURE__*/React.createElement("svg", _extends({
3607
3655
  xmlns: "http://www.w3.org/2000/svg",
3608
3656
  width: size,
@@ -3634,7 +3682,7 @@ Live.defaultProps = {
3634
3682
  size: '16'
3635
3683
  };
3636
3684
 
3637
- var loadingCircleStyle$18 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3685
+ var loadingCircleStyle$19 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3638
3686
 
3639
3687
  var Plug = function Plug(props) {
3640
3688
  var color = props.color,
@@ -3648,7 +3696,7 @@ var Plug = function Plug(props) {
3648
3696
  return /*#__PURE__*/React.createElement("span", {
3649
3697
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3650
3698
  }, /*#__PURE__*/React.createElement("style", {
3651
- children: loadingCircleStyle$18
3699
+ children: loadingCircleStyle$19
3652
3700
  }), /*#__PURE__*/React.createElement("svg", _extends({
3653
3701
  xmlns: "http://www.w3.org/2000/svg",
3654
3702
  width: size,
@@ -3680,7 +3728,7 @@ Plug.defaultProps = {
3680
3728
  size: '16'
3681
3729
  };
3682
3730
 
3683
- var loadingCircleStyle$19 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3731
+ var loadingCircleStyle$1a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3684
3732
 
3685
3733
  var Application = function Application(props) {
3686
3734
  var color = props.color,
@@ -3694,7 +3742,7 @@ var Application = function Application(props) {
3694
3742
  return /*#__PURE__*/React.createElement("span", {
3695
3743
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3696
3744
  }, /*#__PURE__*/React.createElement("style", {
3697
- children: loadingCircleStyle$19
3745
+ children: loadingCircleStyle$1a
3698
3746
  }), /*#__PURE__*/React.createElement("svg", _extends({
3699
3747
  xmlns: "http://www.w3.org/2000/svg",
3700
3748
  width: size,
@@ -3736,7 +3784,7 @@ Application.defaultProps = {
3736
3784
  size: '16'
3737
3785
  };
3738
3786
 
3739
- var loadingCircleStyle$1a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3787
+ var loadingCircleStyle$1b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3740
3788
 
3741
3789
  var Gift = function Gift(props) {
3742
3790
  var color = props.color,
@@ -3750,7 +3798,7 @@ var Gift = function Gift(props) {
3750
3798
  return /*#__PURE__*/React.createElement("span", {
3751
3799
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3752
3800
  }, /*#__PURE__*/React.createElement("style", {
3753
- children: loadingCircleStyle$1a
3801
+ children: loadingCircleStyle$1b
3754
3802
  }), /*#__PURE__*/React.createElement("svg", _extends({
3755
3803
  xmlns: "http://www.w3.org/2000/svg",
3756
3804
  width: size,
@@ -3782,7 +3830,55 @@ Gift.defaultProps = {
3782
3830
  size: '16'
3783
3831
  };
3784
3832
 
3785
- var loadingCircleStyle$1b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3833
+ var loadingCircleStyle$1c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3834
+
3835
+ var Tips = function Tips(props) {
3836
+ var color = props.color,
3837
+ size = props.size,
3838
+ spin = props.spin,
3839
+ style = props.style,
3840
+ className = props.className,
3841
+ iconClassName = props.iconClassName,
3842
+ otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className", "iconClassName"]);
3843
+
3844
+ return /*#__PURE__*/React.createElement("span", {
3845
+ className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3846
+ }, /*#__PURE__*/React.createElement("style", {
3847
+ children: loadingCircleStyle$1c
3848
+ }), /*#__PURE__*/React.createElement("svg", _extends({
3849
+ xmlns: "http://www.w3.org/2000/svg",
3850
+ width: size,
3851
+ height: size,
3852
+ viewBox: "0 0 24 24",
3853
+ fill: color
3854
+ }, otherProps, {
3855
+ className: iconClassName,
3856
+ style: _objectSpread2(_objectSpread2({}, style), spin ? {
3857
+ animationDuration: '1s',
3858
+ animationIterationCount: 'infinite',
3859
+ animationName: 'loadingCircle',
3860
+ animationTimingFunction: 'linear'
3861
+ } : {})
3862
+ }), /*#__PURE__*/React.createElement("path", {
3863
+ fillRule: "evenodd",
3864
+ clipRule: "evenodd",
3865
+ 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"
3866
+ })));
3867
+ };
3868
+
3869
+ Tips.propTypes = {
3870
+ iconClassName: PropTypes.string,
3871
+ spin: PropTypes.bool,
3872
+ color: PropTypes.string,
3873
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
3874
+ };
3875
+ Tips.defaultProps = {
3876
+ spin: false,
3877
+ color: 'currentColor',
3878
+ size: '16'
3879
+ };
3880
+
3881
+ var loadingCircleStyle$1d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3786
3882
 
3787
3883
  var Usb = function Usb(props) {
3788
3884
  var color = props.color,
@@ -3796,7 +3892,7 @@ var Usb = function Usb(props) {
3796
3892
  return /*#__PURE__*/React.createElement("span", {
3797
3893
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3798
3894
  }, /*#__PURE__*/React.createElement("style", {
3799
- children: loadingCircleStyle$1b
3895
+ children: loadingCircleStyle$1d
3800
3896
  }), /*#__PURE__*/React.createElement("svg", _extends({
3801
3897
  xmlns: "http://www.w3.org/2000/svg",
3802
3898
  width: size,
@@ -3828,7 +3924,7 @@ Usb.defaultProps = {
3828
3924
  size: '16'
3829
3925
  };
3830
3926
 
3831
- var loadingCircleStyle$1c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3927
+ var loadingCircleStyle$1e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3832
3928
 
3833
3929
  var Location = function Location(props) {
3834
3930
  var color = props.color,
@@ -3842,7 +3938,7 @@ var Location = function Location(props) {
3842
3938
  return /*#__PURE__*/React.createElement("span", {
3843
3939
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3844
3940
  }, /*#__PURE__*/React.createElement("style", {
3845
- children: loadingCircleStyle$1c
3941
+ children: loadingCircleStyle$1e
3846
3942
  }), /*#__PURE__*/React.createElement("svg", _extends({
3847
3943
  xmlns: "http://www.w3.org/2000/svg",
3848
3944
  width: size,
@@ -3878,7 +3974,7 @@ Location.defaultProps = {
3878
3974
  size: '16'
3879
3975
  };
3880
3976
 
3881
- var loadingCircleStyle$1d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3977
+ 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 }';
3882
3978
 
3883
3979
  var ShieldCheck = function ShieldCheck(props) {
3884
3980
  var color = props.color,
@@ -3892,7 +3988,7 @@ var ShieldCheck = function ShieldCheck(props) {
3892
3988
  return /*#__PURE__*/React.createElement("span", {
3893
3989
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3894
3990
  }, /*#__PURE__*/React.createElement("style", {
3895
- children: loadingCircleStyle$1d
3991
+ children: loadingCircleStyle$1f
3896
3992
  }), /*#__PURE__*/React.createElement("svg", _extends({
3897
3993
  xmlns: "http://www.w3.org/2000/svg",
3898
3994
  width: size,
@@ -3924,7 +4020,7 @@ ShieldCheck.defaultProps = {
3924
4020
  size: '16'
3925
4021
  };
3926
4022
 
3927
- var loadingCircleStyle$1e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4023
+ 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 }';
3928
4024
 
3929
4025
  var ShieldCross = function ShieldCross(props) {
3930
4026
  var color = props.color,
@@ -3938,7 +4034,7 @@ var ShieldCross = function ShieldCross(props) {
3938
4034
  return /*#__PURE__*/React.createElement("span", {
3939
4035
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3940
4036
  }, /*#__PURE__*/React.createElement("style", {
3941
- children: loadingCircleStyle$1e
4037
+ children: loadingCircleStyle$1g
3942
4038
  }), /*#__PURE__*/React.createElement("svg", _extends({
3943
4039
  xmlns: "http://www.w3.org/2000/svg",
3944
4040
  width: size,
@@ -3970,7 +4066,7 @@ ShieldCross.defaultProps = {
3970
4066
  size: '16'
3971
4067
  };
3972
4068
 
3973
- var loadingCircleStyle$1f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4069
+ 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 }';
3974
4070
 
3975
4071
  var ShieldKeyhole = function ShieldKeyhole(props) {
3976
4072
  var color = props.color,
@@ -3984,7 +4080,7 @@ var ShieldKeyhole = function ShieldKeyhole(props) {
3984
4080
  return /*#__PURE__*/React.createElement("span", {
3985
4081
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3986
4082
  }, /*#__PURE__*/React.createElement("style", {
3987
- children: loadingCircleStyle$1f
4083
+ children: loadingCircleStyle$1h
3988
4084
  }), /*#__PURE__*/React.createElement("svg", _extends({
3989
4085
  xmlns: "http://www.w3.org/2000/svg",
3990
4086
  width: size,
@@ -4016,7 +4112,7 @@ ShieldKeyhole.defaultProps = {
4016
4112
  size: '16'
4017
4113
  };
4018
4114
 
4019
- var loadingCircleStyle$1g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4115
+ 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 }';
4020
4116
 
4021
4117
  var Analysis = function Analysis(props) {
4022
4118
  var color = props.color,
@@ -4030,7 +4126,7 @@ var Analysis = function Analysis(props) {
4030
4126
  return /*#__PURE__*/React.createElement("span", {
4031
4127
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4032
4128
  }, /*#__PURE__*/React.createElement("style", {
4033
- children: loadingCircleStyle$1g
4129
+ children: loadingCircleStyle$1i
4034
4130
  }), /*#__PURE__*/React.createElement("svg", _extends({
4035
4131
  xmlns: "http://www.w3.org/2000/svg",
4036
4132
  width: size,
@@ -4062,7 +4158,7 @@ Analysis.defaultProps = {
4062
4158
  size: '16'
4063
4159
  };
4064
4160
 
4065
- var loadingCircleStyle$1h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4161
+ 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 }';
4066
4162
 
4067
4163
  var Filter = function Filter(props) {
4068
4164
  var color = props.color,
@@ -4076,7 +4172,7 @@ var Filter = function Filter(props) {
4076
4172
  return /*#__PURE__*/React.createElement("span", {
4077
4173
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4078
4174
  }, /*#__PURE__*/React.createElement("style", {
4079
- children: loadingCircleStyle$1h
4175
+ children: loadingCircleStyle$1j
4080
4176
  }), /*#__PURE__*/React.createElement("svg", _extends({
4081
4177
  xmlns: "http://www.w3.org/2000/svg",
4082
4178
  width: size,
@@ -4108,7 +4204,7 @@ Filter.defaultProps = {
4108
4204
  size: '16'
4109
4205
  };
4110
4206
 
4111
- var loadingCircleStyle$1i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4207
+ 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 }';
4112
4208
 
4113
4209
  var Filter2 = function Filter2(props) {
4114
4210
  var color = props.color,
@@ -4122,7 +4218,7 @@ var Filter2 = function Filter2(props) {
4122
4218
  return /*#__PURE__*/React.createElement("span", {
4123
4219
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4124
4220
  }, /*#__PURE__*/React.createElement("style", {
4125
- children: loadingCircleStyle$1i
4221
+ children: loadingCircleStyle$1k
4126
4222
  }), /*#__PURE__*/React.createElement("svg", _extends({
4127
4223
  xmlns: "http://www.w3.org/2000/svg",
4128
4224
  width: size,
@@ -4154,7 +4250,7 @@ Filter2.defaultProps = {
4154
4250
  size: '16'
4155
4251
  };
4156
4252
 
4157
- var loadingCircleStyle$1j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4253
+ var loadingCircleStyle$1l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4158
4254
 
4159
4255
  var ParallelFilter = function ParallelFilter(props) {
4160
4256
  var color = props.color,
@@ -4168,7 +4264,7 @@ var ParallelFilter = function ParallelFilter(props) {
4168
4264
  return /*#__PURE__*/React.createElement("span", {
4169
4265
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4170
4266
  }, /*#__PURE__*/React.createElement("style", {
4171
- children: loadingCircleStyle$1j
4267
+ children: loadingCircleStyle$1l
4172
4268
  }), /*#__PURE__*/React.createElement("svg", _extends({
4173
4269
  xmlns: "http://www.w3.org/2000/svg",
4174
4270
  width: size,
@@ -4202,7 +4298,7 @@ ParallelFilter.defaultProps = {
4202
4298
  size: '16'
4203
4299
  };
4204
4300
 
4205
- var loadingCircleStyle$1k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4301
+ 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 }';
4206
4302
 
4207
4303
  var Expression = function Expression(props) {
4208
4304
  var color = props.color,
@@ -4216,7 +4312,7 @@ var Expression = function Expression(props) {
4216
4312
  return /*#__PURE__*/React.createElement("span", {
4217
4313
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4218
4314
  }, /*#__PURE__*/React.createElement("style", {
4219
- children: loadingCircleStyle$1k
4315
+ children: loadingCircleStyle$1m
4220
4316
  }), /*#__PURE__*/React.createElement("svg", _extends({
4221
4317
  xmlns: "http://www.w3.org/2000/svg",
4222
4318
  width: size,
@@ -4248,7 +4344,7 @@ Expression.defaultProps = {
4248
4344
  size: '16'
4249
4345
  };
4250
4346
 
4251
- var loadingCircleStyle$1l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4347
+ var loadingCircleStyle$1n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4252
4348
 
4253
4349
  var Expression2 = function Expression2(props) {
4254
4350
  var color = props.color,
@@ -4262,7 +4358,7 @@ var Expression2 = function Expression2(props) {
4262
4358
  return /*#__PURE__*/React.createElement("span", {
4263
4359
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4264
4360
  }, /*#__PURE__*/React.createElement("style", {
4265
- children: loadingCircleStyle$1l
4361
+ children: loadingCircleStyle$1n
4266
4362
  }), /*#__PURE__*/React.createElement("svg", _extends({
4267
4363
  xmlns: "http://www.w3.org/2000/svg",
4268
4364
  width: size,
@@ -4296,7 +4392,7 @@ Expression2.defaultProps = {
4296
4392
  size: '16'
4297
4393
  };
4298
4394
 
4299
- var loadingCircleStyle$1m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4395
+ 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 }';
4300
4396
 
4301
4397
  var FirstLast = function FirstLast(props) {
4302
4398
  var color = props.color,
@@ -4310,7 +4406,7 @@ var FirstLast = function FirstLast(props) {
4310
4406
  return /*#__PURE__*/React.createElement("span", {
4311
4407
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4312
4408
  }, /*#__PURE__*/React.createElement("style", {
4313
- children: loadingCircleStyle$1m
4409
+ children: loadingCircleStyle$1o
4314
4410
  }), /*#__PURE__*/React.createElement("svg", _extends({
4315
4411
  xmlns: "http://www.w3.org/2000/svg",
4316
4412
  width: size,
@@ -4342,7 +4438,7 @@ FirstLast.defaultProps = {
4342
4438
  size: '16'
4343
4439
  };
4344
4440
 
4345
- var loadingCircleStyle$1n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4441
+ var loadingCircleStyle$1p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4346
4442
 
4347
4443
  var RelatedProp = function RelatedProp(props) {
4348
4444
  var color = props.color,
@@ -4356,7 +4452,7 @@ var RelatedProp = function RelatedProp(props) {
4356
4452
  return /*#__PURE__*/React.createElement("span", {
4357
4453
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4358
4454
  }, /*#__PURE__*/React.createElement("style", {
4359
- children: loadingCircleStyle$1n
4455
+ children: loadingCircleStyle$1p
4360
4456
  }), /*#__PURE__*/React.createElement("svg", _extends({
4361
4457
  xmlns: "http://www.w3.org/2000/svg",
4362
4458
  width: size,
@@ -4388,7 +4484,7 @@ RelatedProp.defaultProps = {
4388
4484
  size: '16'
4389
4485
  };
4390
4486
 
4391
- var loadingCircleStyle$1o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4487
+ 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 }';
4392
4488
 
4393
4489
  var SortRise = function SortRise(props) {
4394
4490
  var color = props.color,
@@ -4402,7 +4498,7 @@ var SortRise = function SortRise(props) {
4402
4498
  return /*#__PURE__*/React.createElement("span", {
4403
4499
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4404
4500
  }, /*#__PURE__*/React.createElement("style", {
4405
- children: loadingCircleStyle$1o
4501
+ children: loadingCircleStyle$1q
4406
4502
  }), /*#__PURE__*/React.createElement("svg", _extends({
4407
4503
  xmlns: "http://www.w3.org/2000/svg",
4408
4504
  width: size,
@@ -4438,7 +4534,7 @@ SortRise.defaultProps = {
4438
4534
  size: '16'
4439
4535
  };
4440
4536
 
4441
- var loadingCircleStyle$1p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4537
+ var loadingCircleStyle$1r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4442
4538
 
4443
4539
  var SortDrop = function SortDrop(props) {
4444
4540
  var color = props.color,
@@ -4452,7 +4548,7 @@ var SortDrop = function SortDrop(props) {
4452
4548
  return /*#__PURE__*/React.createElement("span", {
4453
4549
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4454
4550
  }, /*#__PURE__*/React.createElement("style", {
4455
- children: loadingCircleStyle$1p
4551
+ children: loadingCircleStyle$1r
4456
4552
  }), /*#__PURE__*/React.createElement("svg", _extends({
4457
4553
  xmlns: "http://www.w3.org/2000/svg",
4458
4554
  width: size,
@@ -4488,7 +4584,7 @@ SortDrop.defaultProps = {
4488
4584
  size: '16'
4489
4585
  };
4490
4586
 
4491
- var loadingCircleStyle$1q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4587
+ 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 }';
4492
4588
 
4493
4589
  var Ascent = function Ascent(props) {
4494
4590
  var color = props.color,
@@ -4502,7 +4598,7 @@ var Ascent = function Ascent(props) {
4502
4598
  return /*#__PURE__*/React.createElement("span", {
4503
4599
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4504
4600
  }, /*#__PURE__*/React.createElement("style", {
4505
- children: loadingCircleStyle$1q
4601
+ children: loadingCircleStyle$1s
4506
4602
  }), /*#__PURE__*/React.createElement("svg", _extends({
4507
4603
  xmlns: "http://www.w3.org/2000/svg",
4508
4604
  width: size,
@@ -4534,7 +4630,7 @@ Ascent.defaultProps = {
4534
4630
  size: '16'
4535
4631
  };
4536
4632
 
4537
- var loadingCircleStyle$1r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4633
+ var loadingCircleStyle$1t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4538
4634
 
4539
4635
  var Descent = function Descent(props) {
4540
4636
  var color = props.color,
@@ -4548,7 +4644,7 @@ var Descent = function Descent(props) {
4548
4644
  return /*#__PURE__*/React.createElement("span", {
4549
4645
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4550
4646
  }, /*#__PURE__*/React.createElement("style", {
4551
- children: loadingCircleStyle$1r
4647
+ children: loadingCircleStyle$1t
4552
4648
  }), /*#__PURE__*/React.createElement("svg", _extends({
4553
4649
  xmlns: "http://www.w3.org/2000/svg",
4554
4650
  width: size,
@@ -4580,7 +4676,7 @@ Descent.defaultProps = {
4580
4676
  size: '16'
4581
4677
  };
4582
4678
 
4583
- var loadingCircleStyle$1s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4679
+ 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 }';
4584
4680
 
4585
4681
  var SortA2z = function SortA2z(props) {
4586
4682
  var color = props.color,
@@ -4594,7 +4690,7 @@ var SortA2z = function SortA2z(props) {
4594
4690
  return /*#__PURE__*/React.createElement("span", {
4595
4691
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4596
4692
  }, /*#__PURE__*/React.createElement("style", {
4597
- children: loadingCircleStyle$1s
4693
+ children: loadingCircleStyle$1u
4598
4694
  }), /*#__PURE__*/React.createElement("svg", _extends({
4599
4695
  xmlns: "http://www.w3.org/2000/svg",
4600
4696
  width: size,
@@ -4610,11 +4706,21 @@ var SortA2z = function SortA2z(props) {
4610
4706
  animationTimingFunction: 'linear'
4611
4707
  } : {})
4612
4708
  }), /*#__PURE__*/React.createElement("path", {
4613
- d: "M22 12.047h-5.742l5.565-7.838V3H14v1.541h5.557L14 12.334v1.24h8v-1.527z"
4709
+ fillRule: "evenodd",
4710
+ clipRule: "evenodd",
4711
+ d: "M18 2a1 1 0 011 1v17a1 1 0 11-2 0V3a1 1 0 011-1z"
4614
4712
  }), /*#__PURE__*/React.createElement("path", {
4615
4713
  fillRule: "evenodd",
4616
4714
  clipRule: "evenodd",
4617
- d: "M3.98 21l.889-2.561h4.247L10.012 21H12L7.85 10H6.143L2 21h1.98zm3.012-8.665l1.59 4.563H5.403l1.588-4.563z"
4715
+ 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"
4716
+ }), /*#__PURE__*/React.createElement("path", {
4717
+ fillRule: "evenodd",
4718
+ clipRule: "evenodd",
4719
+ 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"
4720
+ }), /*#__PURE__*/React.createElement("path", {
4721
+ 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"
4722
+ }), /*#__PURE__*/React.createElement("path", {
4723
+ d: "M2.859 13h6.354v1.097l-5.014 6.73H9.5V22h-7v-1.084l5.026-6.744H2.859V13z"
4618
4724
  })));
4619
4725
  };
4620
4726
 
@@ -4630,7 +4736,7 @@ SortA2z.defaultProps = {
4630
4736
  size: '16'
4631
4737
  };
4632
4738
 
4633
- var loadingCircleStyle$1t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4739
+ 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 }';
4634
4740
 
4635
4741
  var SortZ2a = function SortZ2a(props) {
4636
4742
  var color = props.color,
@@ -4644,7 +4750,7 @@ var SortZ2a = function SortZ2a(props) {
4644
4750
  return /*#__PURE__*/React.createElement("span", {
4645
4751
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4646
4752
  }, /*#__PURE__*/React.createElement("style", {
4647
- children: loadingCircleStyle$1t
4753
+ children: loadingCircleStyle$1v
4648
4754
  }), /*#__PURE__*/React.createElement("svg", _extends({
4649
4755
  xmlns: "http://www.w3.org/2000/svg",
4650
4756
  width: size,
@@ -4660,11 +4766,21 @@ var SortZ2a = function SortZ2a(props) {
4660
4766
  animationTimingFunction: 'linear'
4661
4767
  } : {})
4662
4768
  }), /*#__PURE__*/React.createElement("path", {
4663
- d: "M10 12.035H4.258l5.565-7.826V3H2v1.541h5.557L2 12.322v1.24h8v-1.527z"
4769
+ fillRule: "evenodd",
4770
+ clipRule: "evenodd",
4771
+ d: "M18 22a1 1 0 01-1-1V4a1 1 0 112 0v17a1 1 0 01-1 1z"
4772
+ }), /*#__PURE__*/React.createElement("path", {
4773
+ fillRule: "evenodd",
4774
+ clipRule: "evenodd",
4775
+ d: "M22.293 7.707a1 1 0 01-1.414 0l-3.586-3.586a1 1 0 011.414-1.414l3.586 3.586a1 1 0 010 1.414z"
4664
4776
  }), /*#__PURE__*/React.createElement("path", {
4665
4777
  fillRule: "evenodd",
4666
4778
  clipRule: "evenodd",
4667
- d: "M13.98 21l.889-2.561h4.247L20.012 21H22l-4.15-11h-1.708L12 21h1.98zm3.012-8.665l1.59 4.563h-3.178l1.588-4.563z"
4779
+ 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"
4780
+ }), /*#__PURE__*/React.createElement("path", {
4781
+ 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"
4782
+ }), /*#__PURE__*/React.createElement("path", {
4783
+ d: "M2.859 13h6.354v1.097l-5.014 6.73H9.5V22h-7v-1.084l5.026-6.744H2.859V13z"
4668
4784
  })));
4669
4785
  };
4670
4786
 
@@ -4680,7 +4796,7 @@ SortZ2a.defaultProps = {
4680
4796
  size: '16'
4681
4797
  };
4682
4798
 
4683
- var loadingCircleStyle$1u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4799
+ 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 }';
4684
4800
 
4685
4801
  var Sort = function Sort(props) {
4686
4802
  var color = props.color,
@@ -4694,7 +4810,7 @@ var Sort = function Sort(props) {
4694
4810
  return /*#__PURE__*/React.createElement("span", {
4695
4811
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4696
4812
  }, /*#__PURE__*/React.createElement("style", {
4697
- children: loadingCircleStyle$1u
4813
+ children: loadingCircleStyle$1w
4698
4814
  }), /*#__PURE__*/React.createElement("svg", _extends({
4699
4815
  xmlns: "http://www.w3.org/2000/svg",
4700
4816
  width: size,
@@ -4726,7 +4842,7 @@ Sort.defaultProps = {
4726
4842
  size: '16'
4727
4843
  };
4728
4844
 
4729
- var loadingCircleStyle$1v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4845
+ 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 }';
4730
4846
 
4731
4847
  var SortResult = function SortResult(props) {
4732
4848
  var color = props.color,
@@ -4740,7 +4856,7 @@ var SortResult = function SortResult(props) {
4740
4856
  return /*#__PURE__*/React.createElement("span", {
4741
4857
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4742
4858
  }, /*#__PURE__*/React.createElement("style", {
4743
- children: loadingCircleStyle$1v
4859
+ children: loadingCircleStyle$1x
4744
4860
  }), /*#__PURE__*/React.createElement("svg", _extends({
4745
4861
  xmlns: "http://www.w3.org/2000/svg",
4746
4862
  width: size,
@@ -4778,7 +4894,7 @@ SortResult.defaultProps = {
4778
4894
  size: '16'
4779
4895
  };
4780
4896
 
4781
- var loadingCircleStyle$1w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4897
+ 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 }';
4782
4898
 
4783
4899
  var TA2b = function TA2b(props) {
4784
4900
  var color = props.color,
@@ -4792,7 +4908,7 @@ var TA2b = function TA2b(props) {
4792
4908
  return /*#__PURE__*/React.createElement("span", {
4793
4909
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4794
4910
  }, /*#__PURE__*/React.createElement("style", {
4795
- children: loadingCircleStyle$1w
4911
+ children: loadingCircleStyle$1y
4796
4912
  }), /*#__PURE__*/React.createElement("svg", _extends({
4797
4913
  xmlns: "http://www.w3.org/2000/svg",
4798
4914
  width: size,
@@ -4824,7 +4940,7 @@ TA2b.defaultProps = {
4824
4940
  size: '16'
4825
4941
  };
4826
4942
 
4827
- var loadingCircleStyle$1x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4943
+ 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 }';
4828
4944
 
4829
4945
  var TX2y = function TX2y(props) {
4830
4946
  var color = props.color,
@@ -4838,7 +4954,7 @@ var TX2y = function TX2y(props) {
4838
4954
  return /*#__PURE__*/React.createElement("span", {
4839
4955
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4840
4956
  }, /*#__PURE__*/React.createElement("style", {
4841
- children: loadingCircleStyle$1x
4957
+ children: loadingCircleStyle$1z
4842
4958
  }), /*#__PURE__*/React.createElement("svg", _extends({
4843
4959
  xmlns: "http://www.w3.org/2000/svg",
4844
4960
  width: size,
@@ -4874,7 +4990,7 @@ TX2y.defaultProps = {
4874
4990
  size: '16'
4875
4991
  };
4876
4992
 
4877
- var loadingCircleStyle$1y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4993
+ 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 }';
4878
4994
 
4879
4995
  var Parameter = function Parameter(props) {
4880
4996
  var color = props.color,
@@ -4888,7 +5004,7 @@ var Parameter = function Parameter(props) {
4888
5004
  return /*#__PURE__*/React.createElement("span", {
4889
5005
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4890
5006
  }, /*#__PURE__*/React.createElement("style", {
4891
- children: loadingCircleStyle$1y
5007
+ children: loadingCircleStyle$1A
4892
5008
  }), /*#__PURE__*/React.createElement("svg", _extends({
4893
5009
  xmlns: "http://www.w3.org/2000/svg",
4894
5010
  width: size,
@@ -4926,7 +5042,7 @@ Parameter.defaultProps = {
4926
5042
  size: '16'
4927
5043
  };
4928
5044
 
4929
- var loadingCircleStyle$1z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5045
+ 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 }';
4930
5046
 
4931
5047
  var Groups = function Groups(props) {
4932
5048
  var color = props.color,
@@ -4940,7 +5056,7 @@ var Groups = function Groups(props) {
4940
5056
  return /*#__PURE__*/React.createElement("span", {
4941
5057
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4942
5058
  }, /*#__PURE__*/React.createElement("style", {
4943
- children: loadingCircleStyle$1z
5059
+ children: loadingCircleStyle$1B
4944
5060
  }), /*#__PURE__*/React.createElement("svg", _extends({
4945
5061
  xmlns: "http://www.w3.org/2000/svg",
4946
5062
  width: size,
@@ -4972,7 +5088,7 @@ Groups.defaultProps = {
4972
5088
  size: '16'
4973
5089
  };
4974
5090
 
4975
- var loadingCircleStyle$1A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5091
+ 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 }';
4976
5092
 
4977
5093
  var EventTree = function EventTree(props) {
4978
5094
  var color = props.color,
@@ -4986,7 +5102,7 @@ var EventTree = function EventTree(props) {
4986
5102
  return /*#__PURE__*/React.createElement("span", {
4987
5103
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4988
5104
  }, /*#__PURE__*/React.createElement("style", {
4989
- children: loadingCircleStyle$1A
5105
+ children: loadingCircleStyle$1C
4990
5106
  }), /*#__PURE__*/React.createElement("svg", _extends({
4991
5107
  xmlns: "http://www.w3.org/2000/svg",
4992
5108
  width: size,
@@ -5018,7 +5134,7 @@ EventTree.defaultProps = {
5018
5134
  size: '16'
5019
5135
  };
5020
5136
 
5021
- var loadingCircleStyle$1B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5137
+ 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 }';
5022
5138
 
5023
5139
  var Split = function Split(props) {
5024
5140
  var color = props.color,
@@ -5032,7 +5148,7 @@ var Split = function Split(props) {
5032
5148
  return /*#__PURE__*/React.createElement("span", {
5033
5149
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5034
5150
  }, /*#__PURE__*/React.createElement("style", {
5035
- children: loadingCircleStyle$1B
5151
+ children: loadingCircleStyle$1D
5036
5152
  }), /*#__PURE__*/React.createElement("svg", _extends({
5037
5153
  xmlns: "http://www.w3.org/2000/svg",
5038
5154
  width: size,
@@ -5064,7 +5180,7 @@ Split.defaultProps = {
5064
5180
  size: '16'
5065
5181
  };
5066
5182
 
5067
- var loadingCircleStyle$1C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5183
+ 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 }';
5068
5184
 
5069
5185
  var CustomPartition = function CustomPartition(props) {
5070
5186
  var color = props.color,
@@ -5078,7 +5194,7 @@ var CustomPartition = function CustomPartition(props) {
5078
5194
  return /*#__PURE__*/React.createElement("span", {
5079
5195
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5080
5196
  }, /*#__PURE__*/React.createElement("style", {
5081
- children: loadingCircleStyle$1C
5197
+ children: loadingCircleStyle$1E
5082
5198
  }), /*#__PURE__*/React.createElement("svg", _extends({
5083
5199
  xmlns: "http://www.w3.org/2000/svg",
5084
5200
  width: size,
@@ -5110,7 +5226,7 @@ CustomPartition.defaultProps = {
5110
5226
  size: '16'
5111
5227
  };
5112
5228
 
5113
- var loadingCircleStyle$1D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5229
+ 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 }';
5114
5230
 
5115
5231
  var Result = function Result(props) {
5116
5232
  var color = props.color,
@@ -5124,7 +5240,7 @@ var Result = function Result(props) {
5124
5240
  return /*#__PURE__*/React.createElement("span", {
5125
5241
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5126
5242
  }, /*#__PURE__*/React.createElement("style", {
5127
- children: loadingCircleStyle$1D
5243
+ children: loadingCircleStyle$1F
5128
5244
  }), /*#__PURE__*/React.createElement("svg", _extends({
5129
5245
  xmlns: "http://www.w3.org/2000/svg",
5130
5246
  width: size,
@@ -5160,7 +5276,7 @@ Result.defaultProps = {
5160
5276
  size: '16'
5161
5277
  };
5162
5278
 
5163
- var loadingCircleStyle$1E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5279
+ var loadingCircleStyle$1G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5164
5280
 
5165
5281
  var Alert = function Alert(props) {
5166
5282
  var color = props.color,
@@ -5174,7 +5290,7 @@ var Alert = function Alert(props) {
5174
5290
  return /*#__PURE__*/React.createElement("span", {
5175
5291
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5176
5292
  }, /*#__PURE__*/React.createElement("style", {
5177
- children: loadingCircleStyle$1E
5293
+ children: loadingCircleStyle$1G
5178
5294
  }), /*#__PURE__*/React.createElement("svg", _extends({
5179
5295
  xmlns: "http://www.w3.org/2000/svg",
5180
5296
  width: size,
@@ -5208,7 +5324,7 @@ Alert.defaultProps = {
5208
5324
  size: '16'
5209
5325
  };
5210
5326
 
5211
- var loadingCircleStyle$1F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5327
+ 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 }';
5212
5328
 
5213
5329
  var ViewOriginal = function ViewOriginal(props) {
5214
5330
  var color = props.color,
@@ -5222,7 +5338,7 @@ var ViewOriginal = function ViewOriginal(props) {
5222
5338
  return /*#__PURE__*/React.createElement("span", {
5223
5339
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5224
5340
  }, /*#__PURE__*/React.createElement("style", {
5225
- children: loadingCircleStyle$1F
5341
+ children: loadingCircleStyle$1H
5226
5342
  }), /*#__PURE__*/React.createElement("svg", _extends({
5227
5343
  xmlns: "http://www.w3.org/2000/svg",
5228
5344
  width: size,
@@ -5261,7 +5377,7 @@ ViewOriginal.defaultProps = {
5261
5377
  size: '16'
5262
5378
  };
5263
5379
 
5264
- var loadingCircleStyle$1G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5380
+ var loadingCircleStyle$1I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5265
5381
 
5266
5382
  var Attribution = function Attribution(props) {
5267
5383
  var color = props.color,
@@ -5275,7 +5391,7 @@ var Attribution = function Attribution(props) {
5275
5391
  return /*#__PURE__*/React.createElement("span", {
5276
5392
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5277
5393
  }, /*#__PURE__*/React.createElement("style", {
5278
- children: loadingCircleStyle$1G
5394
+ children: loadingCircleStyle$1I
5279
5395
  }), /*#__PURE__*/React.createElement("svg", _extends({
5280
5396
  xmlns: "http://www.w3.org/2000/svg",
5281
5397
  width: size,
@@ -5309,7 +5425,7 @@ Attribution.defaultProps = {
5309
5425
  size: '16'
5310
5426
  };
5311
5427
 
5312
- var loadingCircleStyle$1H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5428
+ 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 }';
5313
5429
 
5314
5430
  var Cost = function Cost(props) {
5315
5431
  var color = props.color,
@@ -5323,7 +5439,7 @@ var Cost = function Cost(props) {
5323
5439
  return /*#__PURE__*/React.createElement("span", {
5324
5440
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5325
5441
  }, /*#__PURE__*/React.createElement("style", {
5326
- children: loadingCircleStyle$1H
5442
+ children: loadingCircleStyle$1J
5327
5443
  }), /*#__PURE__*/React.createElement("svg", _extends({
5328
5444
  xmlns: "http://www.w3.org/2000/svg",
5329
5445
  width: size,
@@ -5355,7 +5471,7 @@ Cost.defaultProps = {
5355
5471
  size: '16'
5356
5472
  };
5357
5473
 
5358
- var loadingCircleStyle$1I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5474
+ 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 }';
5359
5475
 
5360
5476
  var Exposure = function Exposure(props) {
5361
5477
  var color = props.color,
@@ -5369,7 +5485,7 @@ var Exposure = function Exposure(props) {
5369
5485
  return /*#__PURE__*/React.createElement("span", {
5370
5486
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5371
5487
  }, /*#__PURE__*/React.createElement("style", {
5372
- children: loadingCircleStyle$1I
5488
+ children: loadingCircleStyle$1K
5373
5489
  }), /*#__PURE__*/React.createElement("svg", _extends({
5374
5490
  xmlns: "http://www.w3.org/2000/svg",
5375
5491
  width: size,
@@ -5401,7 +5517,7 @@ Exposure.defaultProps = {
5401
5517
  size: '16'
5402
5518
  };
5403
5519
 
5404
- var loadingCircleStyle$1J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5520
+ var loadingCircleStyle$1L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5405
5521
 
5406
5522
  var Indicator = function Indicator(props) {
5407
5523
  var color = props.color,
@@ -5415,7 +5531,7 @@ var Indicator = function Indicator(props) {
5415
5531
  return /*#__PURE__*/React.createElement("span", {
5416
5532
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5417
5533
  }, /*#__PURE__*/React.createElement("style", {
5418
- children: loadingCircleStyle$1J
5534
+ children: loadingCircleStyle$1L
5419
5535
  }), /*#__PURE__*/React.createElement("svg", _extends({
5420
5536
  xmlns: "http://www.w3.org/2000/svg",
5421
5537
  width: size,
@@ -5449,7 +5565,7 @@ Indicator.defaultProps = {
5449
5565
  size: '16'
5450
5566
  };
5451
5567
 
5452
- var loadingCircleStyle$1K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5568
+ 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 }';
5453
5569
 
5454
5570
  var Currency = function Currency(props) {
5455
5571
  var color = props.color,
@@ -5463,7 +5579,7 @@ var Currency = function Currency(props) {
5463
5579
  return /*#__PURE__*/React.createElement("span", {
5464
5580
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5465
5581
  }, /*#__PURE__*/React.createElement("style", {
5466
- children: loadingCircleStyle$1K
5582
+ children: loadingCircleStyle$1M
5467
5583
  }), /*#__PURE__*/React.createElement("svg", _extends({
5468
5584
  xmlns: "http://www.w3.org/2000/svg",
5469
5585
  width: size,
@@ -5495,7 +5611,7 @@ Currency.defaultProps = {
5495
5611
  size: '16'
5496
5612
  };
5497
5613
 
5498
- var loadingCircleStyle$1L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5614
+ var loadingCircleStyle$1N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5499
5615
 
5500
5616
  var Contrast = function Contrast(props) {
5501
5617
  var color = props.color,
@@ -5509,7 +5625,7 @@ var Contrast = function Contrast(props) {
5509
5625
  return /*#__PURE__*/React.createElement("span", {
5510
5626
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5511
5627
  }, /*#__PURE__*/React.createElement("style", {
5512
- children: loadingCircleStyle$1L
5628
+ children: loadingCircleStyle$1N
5513
5629
  }), /*#__PURE__*/React.createElement("svg", _extends({
5514
5630
  xmlns: "http://www.w3.org/2000/svg",
5515
5631
  width: size,
@@ -5543,7 +5659,63 @@ Contrast.defaultProps = {
5543
5659
  size: '16'
5544
5660
  };
5545
5661
 
5546
- var loadingCircleStyle$1M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5662
+ 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 }';
5663
+
5664
+ var Index = function Index(props) {
5665
+ var color = props.color,
5666
+ size = props.size,
5667
+ spin = props.spin,
5668
+ style = props.style,
5669
+ className = props.className,
5670
+ iconClassName = props.iconClassName,
5671
+ otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className", "iconClassName"]);
5672
+
5673
+ return /*#__PURE__*/React.createElement("span", {
5674
+ className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5675
+ }, /*#__PURE__*/React.createElement("style", {
5676
+ children: loadingCircleStyle$1O
5677
+ }), /*#__PURE__*/React.createElement("svg", _extends({
5678
+ xmlns: "http://www.w3.org/2000/svg",
5679
+ width: size,
5680
+ height: size,
5681
+ viewBox: "0 0 24 24",
5682
+ fill: color
5683
+ }, otherProps, {
5684
+ className: iconClassName,
5685
+ style: _objectSpread2(_objectSpread2({}, style), spin ? {
5686
+ animationDuration: '1s',
5687
+ animationIterationCount: 'infinite',
5688
+ animationName: 'loadingCircle',
5689
+ animationTimingFunction: 'linear'
5690
+ } : {})
5691
+ }), /*#__PURE__*/React.createElement("path", {
5692
+ d: "M18 4H7v2h11V4z"
5693
+ }), /*#__PURE__*/React.createElement("path", {
5694
+ d: "M7 11h14v2H7v-2z"
5695
+ }), /*#__PURE__*/React.createElement("path", {
5696
+ d: "M7 18h7v2H7v-2z"
5697
+ }), /*#__PURE__*/React.createElement("path", {
5698
+ d: "M5 4H3v2h2V4z"
5699
+ }), /*#__PURE__*/React.createElement("path", {
5700
+ d: "M5 18H3v2h2v-2z"
5701
+ }), /*#__PURE__*/React.createElement("path", {
5702
+ d: "M5 11H3v2h2v-2z"
5703
+ })));
5704
+ };
5705
+
5706
+ Index.propTypes = {
5707
+ iconClassName: PropTypes.string,
5708
+ spin: PropTypes.bool,
5709
+ color: PropTypes.string,
5710
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
5711
+ };
5712
+ Index.defaultProps = {
5713
+ spin: false,
5714
+ color: 'currentColor',
5715
+ size: '16'
5716
+ };
5717
+
5718
+ 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 }';
5547
5719
 
5548
5720
  var SortUpCl = function SortUpCl(props) {
5549
5721
  var color = props.color,
@@ -5557,7 +5729,7 @@ var SortUpCl = function SortUpCl(props) {
5557
5729
  return /*#__PURE__*/React.createElement("span", {
5558
5730
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5559
5731
  }, /*#__PURE__*/React.createElement("style", {
5560
- children: loadingCircleStyle$1M
5732
+ children: loadingCircleStyle$1P
5561
5733
  }), /*#__PURE__*/React.createElement("svg", _extends({
5562
5734
  xmlns: "http://www.w3.org/2000/svg",
5563
5735
  width: size,
@@ -5573,11 +5745,40 @@ var SortUpCl = function SortUpCl(props) {
5573
5745
  animationTimingFunction: 'linear'
5574
5746
  } : {})
5575
5747
  }), /*#__PURE__*/React.createElement("path", {
5576
- d: "M6 15l6 6 6-6H6z",
5748
+ fillRule: "evenodd",
5749
+ clipRule: "evenodd",
5750
+ d: "M9 5a1 1 0 01-1 1H3a1 1 0 110-2h5a1 1 0 011 1z",
5751
+ fill: "#747C94"
5752
+ }), /*#__PURE__*/React.createElement("path", {
5753
+ fillRule: "evenodd",
5754
+ clipRule: "evenodd",
5755
+ d: "M15 20a1 1 0 01-1 1H3a1 1 0 110-2h11a1 1 0 011 1z",
5756
+ fill: "#747C94"
5757
+ }), /*#__PURE__*/React.createElement("path", {
5758
+ fillRule: "evenodd",
5759
+ clipRule: "evenodd",
5760
+ d: "M13 15a1 1 0 01-1 1H3a1 1 0 110-2h9a1 1 0 011 1z",
5761
+ fill: "#747C94"
5762
+ }), /*#__PURE__*/React.createElement("path", {
5763
+ fillRule: "evenodd",
5764
+ clipRule: "evenodd",
5765
+ d: "M11 10a1 1 0 01-1 1H3a1 1 0 110-2h7a1 1 0 011 1z",
5577
5766
  fill: "#747C94"
5578
5767
  }), /*#__PURE__*/React.createElement("path", {
5579
- d: "M6 9l6-6 6 6H6z",
5580
- fill: "#1673F6"
5768
+ fillRule: "evenodd",
5769
+ clipRule: "evenodd",
5770
+ d: "M18 22a1 1 0 01-1-1V4a1 1 0 112 0v17a1 1 0 01-1 1z",
5771
+ fill: "#747C94"
5772
+ }), /*#__PURE__*/React.createElement("path", {
5773
+ fillRule: "evenodd",
5774
+ clipRule: "evenodd",
5775
+ 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",
5776
+ fill: "#747C94"
5777
+ }), /*#__PURE__*/React.createElement("path", {
5778
+ fillRule: "evenodd",
5779
+ clipRule: "evenodd",
5780
+ 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",
5781
+ fill: "#747C94"
5581
5782
  })));
5582
5783
  };
5583
5784
 
@@ -5593,7 +5794,7 @@ SortUpCl.defaultProps = {
5593
5794
  size: '16'
5594
5795
  };
5595
5796
 
5596
- var loadingCircleStyle$1N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5797
+ 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 }';
5597
5798
 
5598
5799
  var SortDownCl = function SortDownCl(props) {
5599
5800
  var color = props.color,
@@ -5607,7 +5808,7 @@ var SortDownCl = function SortDownCl(props) {
5607
5808
  return /*#__PURE__*/React.createElement("span", {
5608
5809
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5609
5810
  }, /*#__PURE__*/React.createElement("style", {
5610
- children: loadingCircleStyle$1N
5811
+ children: loadingCircleStyle$1Q
5611
5812
  }), /*#__PURE__*/React.createElement("svg", _extends({
5612
5813
  xmlns: "http://www.w3.org/2000/svg",
5613
5814
  width: size,
@@ -5623,10 +5824,39 @@ var SortDownCl = function SortDownCl(props) {
5623
5824
  animationTimingFunction: 'linear'
5624
5825
  } : {})
5625
5826
  }), /*#__PURE__*/React.createElement("path", {
5626
- d: "M6 15l6 6 6-6H6z",
5627
- fill: "#1673F6"
5827
+ fillRule: "evenodd",
5828
+ clipRule: "evenodd",
5829
+ d: "M18 2a1 1 0 011 1v17a1 1 0 11-2 0V3a1 1 0 011-1z",
5830
+ fill: "#747C94"
5831
+ }), /*#__PURE__*/React.createElement("path", {
5832
+ fillRule: "evenodd",
5833
+ clipRule: "evenodd",
5834
+ 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",
5835
+ fill: "#747C94"
5836
+ }), /*#__PURE__*/React.createElement("path", {
5837
+ fillRule: "evenodd",
5838
+ clipRule: "evenodd",
5839
+ 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",
5840
+ fill: "#747C94"
5841
+ }), /*#__PURE__*/React.createElement("path", {
5842
+ fillRule: "evenodd",
5843
+ clipRule: "evenodd",
5844
+ d: "M2 4a1 1 0 011-1h11a1 1 0 110 2H3a1 1 0 01-1-1z",
5845
+ fill: "#747C94"
5628
5846
  }), /*#__PURE__*/React.createElement("path", {
5629
- d: "M6 9l6-6 6 6H6z",
5847
+ fillRule: "evenodd",
5848
+ clipRule: "evenodd",
5849
+ d: "M2 9a1 1 0 011-1h9a1 1 0 110 2H3a1 1 0 01-1-1z",
5850
+ fill: "#747C94"
5851
+ }), /*#__PURE__*/React.createElement("path", {
5852
+ fillRule: "evenodd",
5853
+ clipRule: "evenodd",
5854
+ d: "M2 14a1 1 0 011-1h7a1 1 0 110 2H3a1 1 0 01-1-1z",
5855
+ fill: "#747C94"
5856
+ }), /*#__PURE__*/React.createElement("path", {
5857
+ fillRule: "evenodd",
5858
+ clipRule: "evenodd",
5859
+ d: "M2 19a1 1 0 011-1h5a1 1 0 110 2H3a1 1 0 01-1-1z",
5630
5860
  fill: "#747C94"
5631
5861
  })));
5632
5862
  };
@@ -5643,7 +5873,7 @@ SortDownCl.defaultProps = {
5643
5873
  size: '16'
5644
5874
  };
5645
5875
 
5646
- var loadingCircleStyle$1O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5876
+ 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 }';
5647
5877
 
5648
5878
  var OperatorEqual = function OperatorEqual(props) {
5649
5879
  var color = props.color,
@@ -5657,7 +5887,7 @@ var OperatorEqual = function OperatorEqual(props) {
5657
5887
  return /*#__PURE__*/React.createElement("span", {
5658
5888
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5659
5889
  }, /*#__PURE__*/React.createElement("style", {
5660
- children: loadingCircleStyle$1O
5890
+ children: loadingCircleStyle$1R
5661
5891
  }), /*#__PURE__*/React.createElement("svg", _extends({
5662
5892
  xmlns: "http://www.w3.org/2000/svg",
5663
5893
  width: size,
@@ -5691,7 +5921,7 @@ OperatorEqual.defaultProps = {
5691
5921
  size: '16'
5692
5922
  };
5693
5923
 
5694
- var loadingCircleStyle$1P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5924
+ 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 }';
5695
5925
 
5696
5926
  var OperatorUnequal = function OperatorUnequal(props) {
5697
5927
  var color = props.color,
@@ -5705,7 +5935,7 @@ var OperatorUnequal = function OperatorUnequal(props) {
5705
5935
  return /*#__PURE__*/React.createElement("span", {
5706
5936
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5707
5937
  }, /*#__PURE__*/React.createElement("style", {
5708
- children: loadingCircleStyle$1P
5938
+ children: loadingCircleStyle$1S
5709
5939
  }), /*#__PURE__*/React.createElement("svg", _extends({
5710
5940
  xmlns: "http://www.w3.org/2000/svg",
5711
5941
  width: size,
@@ -5739,7 +5969,7 @@ OperatorUnequal.defaultProps = {
5739
5969
  size: '16'
5740
5970
  };
5741
5971
 
5742
- var loadingCircleStyle$1Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5972
+ 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 }';
5743
5973
 
5744
5974
  var OperatorDivide = function OperatorDivide(props) {
5745
5975
  var color = props.color,
@@ -5753,7 +5983,7 @@ var OperatorDivide = function OperatorDivide(props) {
5753
5983
  return /*#__PURE__*/React.createElement("span", {
5754
5984
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5755
5985
  }, /*#__PURE__*/React.createElement("style", {
5756
- children: loadingCircleStyle$1Q
5986
+ children: loadingCircleStyle$1T
5757
5987
  }), /*#__PURE__*/React.createElement("svg", _extends({
5758
5988
  xmlns: "http://www.w3.org/2000/svg",
5759
5989
  width: size,
@@ -5785,7 +6015,7 @@ OperatorDivide.defaultProps = {
5785
6015
  size: '16'
5786
6016
  };
5787
6017
 
5788
- var loadingCircleStyle$1R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6018
+ 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 }';
5789
6019
 
5790
6020
  var OperatorNoValue = function OperatorNoValue(props) {
5791
6021
  var color = props.color,
@@ -5799,7 +6029,7 @@ var OperatorNoValue = function OperatorNoValue(props) {
5799
6029
  return /*#__PURE__*/React.createElement("span", {
5800
6030
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5801
6031
  }, /*#__PURE__*/React.createElement("style", {
5802
- children: loadingCircleStyle$1R
6032
+ children: loadingCircleStyle$1U
5803
6033
  }), /*#__PURE__*/React.createElement("svg", _extends({
5804
6034
  xmlns: "http://www.w3.org/2000/svg",
5805
6035
  width: size,
@@ -5833,7 +6063,7 @@ OperatorNoValue.defaultProps = {
5833
6063
  size: '16'
5834
6064
  };
5835
6065
 
5836
- var loadingCircleStyle$1S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6066
+ 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 }';
5837
6067
 
5838
6068
  var OperatorHasValue = function OperatorHasValue(props) {
5839
6069
  var color = props.color,
@@ -5847,7 +6077,7 @@ var OperatorHasValue = function OperatorHasValue(props) {
5847
6077
  return /*#__PURE__*/React.createElement("span", {
5848
6078
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5849
6079
  }, /*#__PURE__*/React.createElement("style", {
5850
- children: loadingCircleStyle$1S
6080
+ children: loadingCircleStyle$1V
5851
6081
  }), /*#__PURE__*/React.createElement("svg", _extends({
5852
6082
  xmlns: "http://www.w3.org/2000/svg",
5853
6083
  width: size,
@@ -5881,7 +6111,7 @@ OperatorHasValue.defaultProps = {
5881
6111
  size: '16'
5882
6112
  };
5883
6113
 
5884
- var loadingCircleStyle$1T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6114
+ 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 }';
5885
6115
 
5886
6116
  var OperatorInside = function OperatorInside(props) {
5887
6117
  var color = props.color,
@@ -5895,7 +6125,7 @@ var OperatorInside = function OperatorInside(props) {
5895
6125
  return /*#__PURE__*/React.createElement("span", {
5896
6126
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5897
6127
  }, /*#__PURE__*/React.createElement("style", {
5898
- children: loadingCircleStyle$1T
6128
+ children: loadingCircleStyle$1W
5899
6129
  }), /*#__PURE__*/React.createElement("svg", _extends({
5900
6130
  xmlns: "http://www.w3.org/2000/svg",
5901
6131
  width: size,
@@ -5927,7 +6157,7 @@ OperatorInside.defaultProps = {
5927
6157
  size: '16'
5928
6158
  };
5929
6159
 
5930
- var loadingCircleStyle$1U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6160
+ 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 }';
5931
6161
 
5932
6162
  var OperatorInclude = function OperatorInclude(props) {
5933
6163
  var color = props.color,
@@ -5941,7 +6171,7 @@ var OperatorInclude = function OperatorInclude(props) {
5941
6171
  return /*#__PURE__*/React.createElement("span", {
5942
6172
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5943
6173
  }, /*#__PURE__*/React.createElement("style", {
5944
- children: loadingCircleStyle$1U
6174
+ children: loadingCircleStyle$1X
5945
6175
  }), /*#__PURE__*/React.createElement("svg", _extends({
5946
6176
  xmlns: "http://www.w3.org/2000/svg",
5947
6177
  width: size,
@@ -5975,7 +6205,7 @@ OperatorInclude.defaultProps = {
5975
6205
  size: '16'
5976
6206
  };
5977
6207
 
5978
- var loadingCircleStyle$1V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6208
+ 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 }';
5979
6209
 
5980
6210
  var OperatorNotInclude = function OperatorNotInclude(props) {
5981
6211
  var color = props.color,
@@ -5989,7 +6219,7 @@ var OperatorNotInclude = function OperatorNotInclude(props) {
5989
6219
  return /*#__PURE__*/React.createElement("span", {
5990
6220
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5991
6221
  }, /*#__PURE__*/React.createElement("style", {
5992
- children: loadingCircleStyle$1V
6222
+ children: loadingCircleStyle$1Y
5993
6223
  }), /*#__PURE__*/React.createElement("svg", _extends({
5994
6224
  xmlns: "http://www.w3.org/2000/svg",
5995
6225
  width: size,
@@ -6030,7 +6260,7 @@ OperatorNotInclude.defaultProps = {
6030
6260
  size: '16'
6031
6261
  };
6032
6262
 
6033
- var loadingCircleStyle$1W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6263
+ 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 }';
6034
6264
 
6035
6265
  var OperatorLess = function OperatorLess(props) {
6036
6266
  var color = props.color,
@@ -6044,7 +6274,7 @@ var OperatorLess = function OperatorLess(props) {
6044
6274
  return /*#__PURE__*/React.createElement("span", {
6045
6275
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6046
6276
  }, /*#__PURE__*/React.createElement("style", {
6047
- children: loadingCircleStyle$1W
6277
+ children: loadingCircleStyle$1Z
6048
6278
  }), /*#__PURE__*/React.createElement("svg", _extends({
6049
6279
  xmlns: "http://www.w3.org/2000/svg",
6050
6280
  width: size,
@@ -6078,7 +6308,7 @@ OperatorLess.defaultProps = {
6078
6308
  size: '16'
6079
6309
  };
6080
6310
 
6081
- var loadingCircleStyle$1X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6311
+ 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 }';
6082
6312
 
6083
6313
  var OperatorNoBigger = function OperatorNoBigger(props) {
6084
6314
  var color = props.color,
@@ -6092,7 +6322,7 @@ var OperatorNoBigger = function OperatorNoBigger(props) {
6092
6322
  return /*#__PURE__*/React.createElement("span", {
6093
6323
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6094
6324
  }, /*#__PURE__*/React.createElement("style", {
6095
- children: loadingCircleStyle$1X
6325
+ children: loadingCircleStyle$1_
6096
6326
  }), /*#__PURE__*/React.createElement("svg", _extends({
6097
6327
  xmlns: "http://www.w3.org/2000/svg",
6098
6328
  width: size,
@@ -6126,7 +6356,7 @@ OperatorNoBigger.defaultProps = {
6126
6356
  size: '16'
6127
6357
  };
6128
6358
 
6129
- var loadingCircleStyle$1Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6359
+ 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 }';
6130
6360
 
6131
6361
  var OperatorBigger = function OperatorBigger(props) {
6132
6362
  var color = props.color,
@@ -6140,7 +6370,7 @@ var OperatorBigger = function OperatorBigger(props) {
6140
6370
  return /*#__PURE__*/React.createElement("span", {
6141
6371
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6142
6372
  }, /*#__PURE__*/React.createElement("style", {
6143
- children: loadingCircleStyle$1Y
6373
+ children: loadingCircleStyle$1$
6144
6374
  }), /*#__PURE__*/React.createElement("svg", _extends({
6145
6375
  xmlns: "http://www.w3.org/2000/svg",
6146
6376
  width: size,
@@ -6174,7 +6404,7 @@ OperatorBigger.defaultProps = {
6174
6404
  size: '16'
6175
6405
  };
6176
6406
 
6177
- var loadingCircleStyle$1Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6407
+ 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 }';
6178
6408
 
6179
6409
  var OperatorNoLess = function OperatorNoLess(props) {
6180
6410
  var color = props.color,
@@ -6188,7 +6418,7 @@ var OperatorNoLess = function OperatorNoLess(props) {
6188
6418
  return /*#__PURE__*/React.createElement("span", {
6189
6419
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6190
6420
  }, /*#__PURE__*/React.createElement("style", {
6191
- children: loadingCircleStyle$1Z
6421
+ children: loadingCircleStyle$20
6192
6422
  }), /*#__PURE__*/React.createElement("svg", _extends({
6193
6423
  xmlns: "http://www.w3.org/2000/svg",
6194
6424
  width: size,
@@ -6222,7 +6452,7 @@ OperatorNoLess.defaultProps = {
6222
6452
  size: '16'
6223
6453
  };
6224
6454
 
6225
- var loadingCircleStyle$1_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6455
+ 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 }';
6226
6456
 
6227
6457
  var OperatorTrue = function OperatorTrue(props) {
6228
6458
  var color = props.color,
@@ -6236,7 +6466,7 @@ var OperatorTrue = function OperatorTrue(props) {
6236
6466
  return /*#__PURE__*/React.createElement("span", {
6237
6467
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6238
6468
  }, /*#__PURE__*/React.createElement("style", {
6239
- children: loadingCircleStyle$1_
6469
+ children: loadingCircleStyle$21
6240
6470
  }), /*#__PURE__*/React.createElement("svg", _extends({
6241
6471
  xmlns: "http://www.w3.org/2000/svg",
6242
6472
  width: size,
@@ -6270,7 +6500,7 @@ OperatorTrue.defaultProps = {
6270
6500
  size: '16'
6271
6501
  };
6272
6502
 
6273
- var loadingCircleStyle$1$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6503
+ 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 }';
6274
6504
 
6275
6505
  var OperatorFalse = function OperatorFalse(props) {
6276
6506
  var color = props.color,
@@ -6284,7 +6514,7 @@ var OperatorFalse = function OperatorFalse(props) {
6284
6514
  return /*#__PURE__*/React.createElement("span", {
6285
6515
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6286
6516
  }, /*#__PURE__*/React.createElement("style", {
6287
- children: loadingCircleStyle$1$
6517
+ children: loadingCircleStyle$22
6288
6518
  }), /*#__PURE__*/React.createElement("svg", _extends({
6289
6519
  xmlns: "http://www.w3.org/2000/svg",
6290
6520
  width: size,
@@ -6318,7 +6548,7 @@ OperatorFalse.defaultProps = {
6318
6548
  size: '16'
6319
6549
  };
6320
6550
 
6321
- var loadingCircleStyle$20 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6551
+ 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 }';
6322
6552
 
6323
6553
  var OperatorRegex = function OperatorRegex(props) {
6324
6554
  var color = props.color,
@@ -6332,7 +6562,7 @@ var OperatorRegex = function OperatorRegex(props) {
6332
6562
  return /*#__PURE__*/React.createElement("span", {
6333
6563
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6334
6564
  }, /*#__PURE__*/React.createElement("style", {
6335
- children: loadingCircleStyle$20
6565
+ children: loadingCircleStyle$23
6336
6566
  }), /*#__PURE__*/React.createElement("svg", _extends({
6337
6567
  xmlns: "http://www.w3.org/2000/svg",
6338
6568
  width: size,
@@ -6366,7 +6596,7 @@ OperatorRegex.defaultProps = {
6366
6596
  size: '16'
6367
6597
  };
6368
6598
 
6369
- var loadingCircleStyle$21 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6599
+ 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 }';
6370
6600
 
6371
6601
  var OperatorNoRegex = function OperatorNoRegex(props) {
6372
6602
  var color = props.color,
@@ -6380,7 +6610,7 @@ var OperatorNoRegex = function OperatorNoRegex(props) {
6380
6610
  return /*#__PURE__*/React.createElement("span", {
6381
6611
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6382
6612
  }, /*#__PURE__*/React.createElement("style", {
6383
- children: loadingCircleStyle$21
6613
+ children: loadingCircleStyle$24
6384
6614
  }), /*#__PURE__*/React.createElement("svg", _extends({
6385
6615
  xmlns: "http://www.w3.org/2000/svg",
6386
6616
  width: size,
@@ -6414,7 +6644,7 @@ OperatorNoRegex.defaultProps = {
6414
6644
  size: '16'
6415
6645
  };
6416
6646
 
6417
- var loadingCircleStyle$22 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6647
+ 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 }';
6418
6648
 
6419
6649
  var LogoDingdingCl = function LogoDingdingCl(props) {
6420
6650
  var color = props.color,
@@ -6428,7 +6658,7 @@ var LogoDingdingCl = function LogoDingdingCl(props) {
6428
6658
  return /*#__PURE__*/React.createElement("span", {
6429
6659
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6430
6660
  }, /*#__PURE__*/React.createElement("style", {
6431
- children: loadingCircleStyle$22
6661
+ children: loadingCircleStyle$25
6432
6662
  }), /*#__PURE__*/React.createElement("svg", _extends({
6433
6663
  xmlns: "http://www.w3.org/2000/svg",
6434
6664
  width: size,
@@ -6461,7 +6691,7 @@ LogoDingdingCl.defaultProps = {
6461
6691
  size: '16'
6462
6692
  };
6463
6693
 
6464
- var loadingCircleStyle$23 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6694
+ 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 }';
6465
6695
 
6466
6696
  var LogoDingdingGray = function LogoDingdingGray(props) {
6467
6697
  var color = props.color,
@@ -6475,7 +6705,7 @@ var LogoDingdingGray = function LogoDingdingGray(props) {
6475
6705
  return /*#__PURE__*/React.createElement("span", {
6476
6706
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6477
6707
  }, /*#__PURE__*/React.createElement("style", {
6478
- children: loadingCircleStyle$23
6708
+ children: loadingCircleStyle$26
6479
6709
  }), /*#__PURE__*/React.createElement("svg", _extends({
6480
6710
  xmlns: "http://www.w3.org/2000/svg",
6481
6711
  width: size,
@@ -6507,7 +6737,7 @@ LogoDingdingGray.defaultProps = {
6507
6737
  size: '16'
6508
6738
  };
6509
6739
 
6510
- var loadingCircleStyle$24 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6740
+ 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 }';
6511
6741
 
6512
6742
  var LogoWecomCl = function LogoWecomCl(props) {
6513
6743
  var color = props.color,
@@ -6521,7 +6751,7 @@ var LogoWecomCl = function LogoWecomCl(props) {
6521
6751
  return /*#__PURE__*/React.createElement("span", {
6522
6752
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6523
6753
  }, /*#__PURE__*/React.createElement("style", {
6524
- children: loadingCircleStyle$24
6754
+ children: loadingCircleStyle$27
6525
6755
  }), /*#__PURE__*/React.createElement("svg", _extends({
6526
6756
  xmlns: "http://www.w3.org/2000/svg",
6527
6757
  width: size,
@@ -6566,7 +6796,7 @@ LogoWecomCl.defaultProps = {
6566
6796
  size: '16'
6567
6797
  };
6568
6798
 
6569
- var loadingCircleStyle$25 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6799
+ 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 }';
6570
6800
 
6571
6801
  var LogoWecomGray = function LogoWecomGray(props) {
6572
6802
  var color = props.color,
@@ -6580,7 +6810,7 @@ var LogoWecomGray = function LogoWecomGray(props) {
6580
6810
  return /*#__PURE__*/React.createElement("span", {
6581
6811
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6582
6812
  }, /*#__PURE__*/React.createElement("style", {
6583
- children: loadingCircleStyle$25
6813
+ children: loadingCircleStyle$28
6584
6814
  }), /*#__PURE__*/React.createElement("svg", _extends({
6585
6815
  xmlns: "http://www.w3.org/2000/svg",
6586
6816
  width: size,
@@ -6612,7 +6842,7 @@ LogoWecomGray.defaultProps = {
6612
6842
  size: '16'
6613
6843
  };
6614
6844
 
6615
- var loadingCircleStyle$26 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6845
+ 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 }';
6616
6846
 
6617
6847
  var LogoWechatCl = function LogoWechatCl(props) {
6618
6848
  var color = props.color,
@@ -6626,7 +6856,7 @@ var LogoWechatCl = function LogoWechatCl(props) {
6626
6856
  return /*#__PURE__*/React.createElement("span", {
6627
6857
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6628
6858
  }, /*#__PURE__*/React.createElement("style", {
6629
- children: loadingCircleStyle$26
6859
+ children: loadingCircleStyle$29
6630
6860
  }), /*#__PURE__*/React.createElement("svg", _extends({
6631
6861
  xmlns: "http://www.w3.org/2000/svg",
6632
6862
  width: size,
@@ -6667,7 +6897,7 @@ LogoWechatCl.defaultProps = {
6667
6897
  size: '16'
6668
6898
  };
6669
6899
 
6670
- var loadingCircleStyle$27 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6900
+ 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 }';
6671
6901
 
6672
6902
  var LogoWechatGray = function LogoWechatGray(props) {
6673
6903
  var color = props.color,
@@ -6681,7 +6911,7 @@ var LogoWechatGray = function LogoWechatGray(props) {
6681
6911
  return /*#__PURE__*/React.createElement("span", {
6682
6912
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6683
6913
  }, /*#__PURE__*/React.createElement("style", {
6684
- children: loadingCircleStyle$27
6914
+ children: loadingCircleStyle$2a
6685
6915
  }), /*#__PURE__*/React.createElement("svg", _extends({
6686
6916
  xmlns: "http://www.w3.org/2000/svg",
6687
6917
  width: size,
@@ -6720,7 +6950,7 @@ LogoWechatGray.defaultProps = {
6720
6950
  size: '16'
6721
6951
  };
6722
6952
 
6723
- var loadingCircleStyle$28 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6953
+ 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 }';
6724
6954
 
6725
6955
  var LogoFeishuCl = function LogoFeishuCl(props) {
6726
6956
  var color = props.color,
@@ -6734,7 +6964,7 @@ var LogoFeishuCl = function LogoFeishuCl(props) {
6734
6964
  return /*#__PURE__*/React.createElement("span", {
6735
6965
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6736
6966
  }, /*#__PURE__*/React.createElement("style", {
6737
- children: loadingCircleStyle$28
6967
+ children: loadingCircleStyle$2b
6738
6968
  }), /*#__PURE__*/React.createElement("svg", _extends({
6739
6969
  xmlns: "http://www.w3.org/2000/svg",
6740
6970
  width: size,
@@ -6784,7 +7014,7 @@ LogoFeishuCl.defaultProps = {
6784
7014
  size: '16'
6785
7015
  };
6786
7016
 
6787
- var loadingCircleStyle$29 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7017
+ 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 }';
6788
7018
 
6789
7019
  var LogoKingCl = function LogoKingCl(props) {
6790
7020
  var color = props.color,
@@ -6798,7 +7028,7 @@ var LogoKingCl = function LogoKingCl(props) {
6798
7028
  return /*#__PURE__*/React.createElement("span", {
6799
7029
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6800
7030
  }, /*#__PURE__*/React.createElement("style", {
6801
- children: loadingCircleStyle$29
7031
+ children: loadingCircleStyle$2c
6802
7032
  }), /*#__PURE__*/React.createElement("svg", _extends({
6803
7033
  xmlns: "http://www.w3.org/2000/svg",
6804
7034
  width: size,
@@ -6831,7 +7061,7 @@ LogoKingCl.defaultProps = {
6831
7061
  size: '16'
6832
7062
  };
6833
7063
 
6834
- var loadingCircleStyle$2a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7064
+ 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 }';
6835
7065
 
6836
7066
  var LogoCurrencylayerCl = function LogoCurrencylayerCl(props) {
6837
7067
  var color = props.color,
@@ -6845,7 +7075,7 @@ var LogoCurrencylayerCl = function LogoCurrencylayerCl(props) {
6845
7075
  return /*#__PURE__*/React.createElement("span", {
6846
7076
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6847
7077
  }, /*#__PURE__*/React.createElement("style", {
6848
- children: loadingCircleStyle$2a
7078
+ children: loadingCircleStyle$2d
6849
7079
  }), /*#__PURE__*/React.createElement("svg", _extends({
6850
7080
  xmlns: "http://www.w3.org/2000/svg",
6851
7081
  width: size,
@@ -6882,7 +7112,7 @@ LogoCurrencylayerCl.defaultProps = {
6882
7112
  size: '16'
6883
7113
  };
6884
7114
 
6885
- var loadingCircleStyle$2b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7115
+ 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 }';
6886
7116
 
6887
7117
  var LogoGarenaCl = function LogoGarenaCl(props) {
6888
7118
  var color = props.color,
@@ -6896,7 +7126,7 @@ var LogoGarenaCl = function LogoGarenaCl(props) {
6896
7126
  return /*#__PURE__*/React.createElement("span", {
6897
7127
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6898
7128
  }, /*#__PURE__*/React.createElement("style", {
6899
- children: loadingCircleStyle$2b
7129
+ children: loadingCircleStyle$2e
6900
7130
  }), /*#__PURE__*/React.createElement("svg", _extends({
6901
7131
  xmlns: "http://www.w3.org/2000/svg",
6902
7132
  width: size,
@@ -6929,7 +7159,7 @@ LogoGarenaCl.defaultProps = {
6929
7159
  size: '16'
6930
7160
  };
6931
7161
 
6932
- var loadingCircleStyle$2c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7162
+ 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 }';
6933
7163
 
6934
7164
  var LogoAndroidGray = function LogoAndroidGray(props) {
6935
7165
  var color = props.color,
@@ -6943,7 +7173,7 @@ var LogoAndroidGray = function LogoAndroidGray(props) {
6943
7173
  return /*#__PURE__*/React.createElement("span", {
6944
7174
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6945
7175
  }, /*#__PURE__*/React.createElement("style", {
6946
- children: loadingCircleStyle$2c
7176
+ children: loadingCircleStyle$2f
6947
7177
  }), /*#__PURE__*/React.createElement("svg", _extends({
6948
7178
  xmlns: "http://www.w3.org/2000/svg",
6949
7179
  width: size,
@@ -6975,7 +7205,7 @@ LogoAndroidGray.defaultProps = {
6975
7205
  size: '16'
6976
7206
  };
6977
7207
 
6978
- var loadingCircleStyle$2d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7208
+ 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 }';
6979
7209
 
6980
7210
  var LogoAppleGray = function LogoAppleGray(props) {
6981
7211
  var color = props.color,
@@ -6989,7 +7219,7 @@ var LogoAppleGray = function LogoAppleGray(props) {
6989
7219
  return /*#__PURE__*/React.createElement("span", {
6990
7220
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6991
7221
  }, /*#__PURE__*/React.createElement("style", {
6992
- children: loadingCircleStyle$2d
7222
+ children: loadingCircleStyle$2g
6993
7223
  }), /*#__PURE__*/React.createElement("svg", _extends({
6994
7224
  xmlns: "http://www.w3.org/2000/svg",
6995
7225
  width: size,
@@ -7021,7 +7251,7 @@ LogoAppleGray.defaultProps = {
7021
7251
  size: '16'
7022
7252
  };
7023
7253
 
7024
- var loadingCircleStyle$2e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7254
+ 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 }';
7025
7255
 
7026
7256
  var LogoXiaomiCl = function LogoXiaomiCl(props) {
7027
7257
  var color = props.color,
@@ -7035,7 +7265,7 @@ var LogoXiaomiCl = function LogoXiaomiCl(props) {
7035
7265
  return /*#__PURE__*/React.createElement("span", {
7036
7266
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7037
7267
  }, /*#__PURE__*/React.createElement("style", {
7038
- children: loadingCircleStyle$2e
7268
+ children: loadingCircleStyle$2h
7039
7269
  }), /*#__PURE__*/React.createElement("svg", _extends({
7040
7270
  xmlns: "http://www.w3.org/2000/svg",
7041
7271
  width: size,
@@ -7068,7 +7298,7 @@ LogoXiaomiCl.defaultProps = {
7068
7298
  size: '16'
7069
7299
  };
7070
7300
 
7071
- var loadingCircleStyle$2f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7301
+ 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 }';
7072
7302
 
7073
7303
  var Info = function Info(props) {
7074
7304
  var color = props.color,
@@ -7082,7 +7312,7 @@ var Info = function Info(props) {
7082
7312
  return /*#__PURE__*/React.createElement("span", {
7083
7313
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7084
7314
  }, /*#__PURE__*/React.createElement("style", {
7085
- children: loadingCircleStyle$2f
7315
+ children: loadingCircleStyle$2i
7086
7316
  }), /*#__PURE__*/React.createElement("svg", _extends({
7087
7317
  xmlns: "http://www.w3.org/2000/svg",
7088
7318
  width: size,
@@ -7118,7 +7348,7 @@ Info.defaultProps = {
7118
7348
  size: '16'
7119
7349
  };
7120
7350
 
7121
- var loadingCircleStyle$2g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7351
+ 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 }';
7122
7352
 
7123
7353
  var InfoFill = function InfoFill(props) {
7124
7354
  var color = props.color,
@@ -7132,7 +7362,7 @@ var InfoFill = function InfoFill(props) {
7132
7362
  return /*#__PURE__*/React.createElement("span", {
7133
7363
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7134
7364
  }, /*#__PURE__*/React.createElement("style", {
7135
- children: loadingCircleStyle$2g
7365
+ children: loadingCircleStyle$2j
7136
7366
  }), /*#__PURE__*/React.createElement("svg", _extends({
7137
7367
  xmlns: "http://www.w3.org/2000/svg",
7138
7368
  width: size,
@@ -7164,7 +7394,7 @@ InfoFill.defaultProps = {
7164
7394
  size: '16'
7165
7395
  };
7166
7396
 
7167
- var loadingCircleStyle$2h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7397
+ 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 }';
7168
7398
 
7169
7399
  var Help = function Help(props) {
7170
7400
  var color = props.color,
@@ -7178,7 +7408,7 @@ var Help = function Help(props) {
7178
7408
  return /*#__PURE__*/React.createElement("span", {
7179
7409
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7180
7410
  }, /*#__PURE__*/React.createElement("style", {
7181
- children: loadingCircleStyle$2h
7411
+ children: loadingCircleStyle$2k
7182
7412
  }), /*#__PURE__*/React.createElement("svg", _extends({
7183
7413
  xmlns: "http://www.w3.org/2000/svg",
7184
7414
  width: size,
@@ -7210,7 +7440,7 @@ Help.defaultProps = {
7210
7440
  size: '16'
7211
7441
  };
7212
7442
 
7213
- var loadingCircleStyle$2i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7443
+ 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 }';
7214
7444
 
7215
7445
  var History = function History(props) {
7216
7446
  var color = props.color,
@@ -7224,7 +7454,7 @@ var History = function History(props) {
7224
7454
  return /*#__PURE__*/React.createElement("span", {
7225
7455
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7226
7456
  }, /*#__PURE__*/React.createElement("style", {
7227
- children: loadingCircleStyle$2i
7457
+ children: loadingCircleStyle$2l
7228
7458
  }), /*#__PURE__*/React.createElement("svg", _extends({
7229
7459
  xmlns: "http://www.w3.org/2000/svg",
7230
7460
  width: size,
@@ -7256,7 +7486,7 @@ History.defaultProps = {
7256
7486
  size: '16'
7257
7487
  };
7258
7488
 
7259
- var loadingCircleStyle$2j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7489
+ 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 }';
7260
7490
 
7261
7491
  var Backup = function Backup(props) {
7262
7492
  var color = props.color,
@@ -7270,7 +7500,7 @@ var Backup = function Backup(props) {
7270
7500
  return /*#__PURE__*/React.createElement("span", {
7271
7501
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7272
7502
  }, /*#__PURE__*/React.createElement("style", {
7273
- children: loadingCircleStyle$2j
7503
+ children: loadingCircleStyle$2m
7274
7504
  }), /*#__PURE__*/React.createElement("svg", _extends({
7275
7505
  xmlns: "http://www.w3.org/2000/svg",
7276
7506
  width: size,
@@ -7304,7 +7534,7 @@ Backup.defaultProps = {
7304
7534
  size: '16'
7305
7535
  };
7306
7536
 
7307
- var loadingCircleStyle$2k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7537
+ 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 }';
7308
7538
 
7309
7539
  var Error = function Error(props) {
7310
7540
  var color = props.color,
@@ -7318,7 +7548,7 @@ var Error = function Error(props) {
7318
7548
  return /*#__PURE__*/React.createElement("span", {
7319
7549
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7320
7550
  }, /*#__PURE__*/React.createElement("style", {
7321
- children: loadingCircleStyle$2k
7551
+ children: loadingCircleStyle$2n
7322
7552
  }), /*#__PURE__*/React.createElement("svg", _extends({
7323
7553
  xmlns: "http://www.w3.org/2000/svg",
7324
7554
  width: size,
@@ -7354,7 +7584,7 @@ Error.defaultProps = {
7354
7584
  size: '16'
7355
7585
  };
7356
7586
 
7357
- var loadingCircleStyle$2l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7587
+ 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 }';
7358
7588
 
7359
7589
  var ErrorFill = function ErrorFill(props) {
7360
7590
  var color = props.color,
@@ -7368,7 +7598,7 @@ var ErrorFill = function ErrorFill(props) {
7368
7598
  return /*#__PURE__*/React.createElement("span", {
7369
7599
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7370
7600
  }, /*#__PURE__*/React.createElement("style", {
7371
- children: loadingCircleStyle$2l
7601
+ children: loadingCircleStyle$2o
7372
7602
  }), /*#__PURE__*/React.createElement("svg", _extends({
7373
7603
  xmlns: "http://www.w3.org/2000/svg",
7374
7604
  width: size,
@@ -7400,7 +7630,7 @@ ErrorFill.defaultProps = {
7400
7630
  size: '16'
7401
7631
  };
7402
7632
 
7403
- var loadingCircleStyle$2m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7633
+ 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 }';
7404
7634
 
7405
7635
  var Error2 = function Error2(props) {
7406
7636
  var color = props.color,
@@ -7414,7 +7644,7 @@ var Error2 = function Error2(props) {
7414
7644
  return /*#__PURE__*/React.createElement("span", {
7415
7645
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7416
7646
  }, /*#__PURE__*/React.createElement("style", {
7417
- children: loadingCircleStyle$2m
7647
+ children: loadingCircleStyle$2p
7418
7648
  }), /*#__PURE__*/React.createElement("svg", _extends({
7419
7649
  xmlns: "http://www.w3.org/2000/svg",
7420
7650
  width: size,
@@ -7448,7 +7678,7 @@ Error2.defaultProps = {
7448
7678
  size: '16'
7449
7679
  };
7450
7680
 
7451
- var loadingCircleStyle$2n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7681
+ 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 }';
7452
7682
 
7453
7683
  var Error2Fill = function Error2Fill(props) {
7454
7684
  var color = props.color,
@@ -7462,7 +7692,7 @@ var Error2Fill = function Error2Fill(props) {
7462
7692
  return /*#__PURE__*/React.createElement("span", {
7463
7693
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7464
7694
  }, /*#__PURE__*/React.createElement("style", {
7465
- children: loadingCircleStyle$2n
7695
+ children: loadingCircleStyle$2q
7466
7696
  }), /*#__PURE__*/React.createElement("svg", _extends({
7467
7697
  xmlns: "http://www.w3.org/2000/svg",
7468
7698
  width: size,
@@ -7496,7 +7726,7 @@ Error2Fill.defaultProps = {
7496
7726
  size: '16'
7497
7727
  };
7498
7728
 
7499
- var loadingCircleStyle$2o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7729
+ 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 }';
7500
7730
 
7501
7731
  var Success = function Success(props) {
7502
7732
  var color = props.color,
@@ -7510,7 +7740,7 @@ var Success = function Success(props) {
7510
7740
  return /*#__PURE__*/React.createElement("span", {
7511
7741
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7512
7742
  }, /*#__PURE__*/React.createElement("style", {
7513
- children: loadingCircleStyle$2o
7743
+ children: loadingCircleStyle$2r
7514
7744
  }), /*#__PURE__*/React.createElement("svg", _extends({
7515
7745
  xmlns: "http://www.w3.org/2000/svg",
7516
7746
  width: size,
@@ -7542,7 +7772,7 @@ Success.defaultProps = {
7542
7772
  size: '16'
7543
7773
  };
7544
7774
 
7545
- var loadingCircleStyle$2p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7775
+ 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 }';
7546
7776
 
7547
7777
  var SuccessFill = function SuccessFill(props) {
7548
7778
  var color = props.color,
@@ -7556,7 +7786,7 @@ var SuccessFill = function SuccessFill(props) {
7556
7786
  return /*#__PURE__*/React.createElement("span", {
7557
7787
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7558
7788
  }, /*#__PURE__*/React.createElement("style", {
7559
- children: loadingCircleStyle$2p
7789
+ children: loadingCircleStyle$2s
7560
7790
  }), /*#__PURE__*/React.createElement("svg", _extends({
7561
7791
  xmlns: "http://www.w3.org/2000/svg",
7562
7792
  width: size,
@@ -7590,7 +7820,7 @@ SuccessFill.defaultProps = {
7590
7820
  size: '16'
7591
7821
  };
7592
7822
 
7593
- var loadingCircleStyle$2q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7823
+ 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 }';
7594
7824
 
7595
7825
  var Delete2 = function Delete2(props) {
7596
7826
  var color = props.color,
@@ -7604,7 +7834,7 @@ var Delete2 = function Delete2(props) {
7604
7834
  return /*#__PURE__*/React.createElement("span", {
7605
7835
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7606
7836
  }, /*#__PURE__*/React.createElement("style", {
7607
- children: loadingCircleStyle$2q
7837
+ children: loadingCircleStyle$2t
7608
7838
  }), /*#__PURE__*/React.createElement("svg", _extends({
7609
7839
  xmlns: "http://www.w3.org/2000/svg",
7610
7840
  width: size,
@@ -7636,7 +7866,7 @@ Delete2.defaultProps = {
7636
7866
  size: '16'
7637
7867
  };
7638
7868
 
7639
- var loadingCircleStyle$2r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7869
+ 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 }';
7640
7870
 
7641
7871
  var Delete2Fill = function Delete2Fill(props) {
7642
7872
  var color = props.color,
@@ -7650,7 +7880,7 @@ var Delete2Fill = function Delete2Fill(props) {
7650
7880
  return /*#__PURE__*/React.createElement("span", {
7651
7881
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7652
7882
  }, /*#__PURE__*/React.createElement("style", {
7653
- children: loadingCircleStyle$2r
7883
+ children: loadingCircleStyle$2u
7654
7884
  }), /*#__PURE__*/React.createElement("svg", _extends({
7655
7885
  xmlns: "http://www.w3.org/2000/svg",
7656
7886
  width: size,
@@ -7682,7 +7912,7 @@ Delete2Fill.defaultProps = {
7682
7912
  size: '16'
7683
7913
  };
7684
7914
 
7685
- var loadingCircleStyle$2s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7915
+ 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 }';
7686
7916
 
7687
7917
  var Exchange = function Exchange(props) {
7688
7918
  var color = props.color,
@@ -7696,7 +7926,7 @@ var Exchange = function Exchange(props) {
7696
7926
  return /*#__PURE__*/React.createElement("span", {
7697
7927
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7698
7928
  }, /*#__PURE__*/React.createElement("style", {
7699
- children: loadingCircleStyle$2s
7929
+ children: loadingCircleStyle$2v
7700
7930
  }), /*#__PURE__*/React.createElement("svg", _extends({
7701
7931
  xmlns: "http://www.w3.org/2000/svg",
7702
7932
  width: size,
@@ -7728,7 +7958,7 @@ Exchange.defaultProps = {
7728
7958
  size: '16'
7729
7959
  };
7730
7960
 
7731
- var loadingCircleStyle$2t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7961
+ 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 }';
7732
7962
 
7733
7963
  var SwapFill = function SwapFill(props) {
7734
7964
  var color = props.color,
@@ -7742,7 +7972,7 @@ var SwapFill = function SwapFill(props) {
7742
7972
  return /*#__PURE__*/React.createElement("span", {
7743
7973
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7744
7974
  }, /*#__PURE__*/React.createElement("style", {
7745
- children: loadingCircleStyle$2t
7975
+ children: loadingCircleStyle$2w
7746
7976
  }), /*#__PURE__*/React.createElement("svg", _extends({
7747
7977
  xmlns: "http://www.w3.org/2000/svg",
7748
7978
  width: size,
@@ -7774,7 +8004,7 @@ SwapFill.defaultProps = {
7774
8004
  size: '16'
7775
8005
  };
7776
8006
 
7777
- var loadingCircleStyle$2u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8007
+ 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 }';
7778
8008
 
7779
8009
  var Processing = function Processing(props) {
7780
8010
  var color = props.color,
@@ -7788,7 +8018,7 @@ var Processing = function Processing(props) {
7788
8018
  return /*#__PURE__*/React.createElement("span", {
7789
8019
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7790
8020
  }, /*#__PURE__*/React.createElement("style", {
7791
- children: loadingCircleStyle$2u
8021
+ children: loadingCircleStyle$2x
7792
8022
  }), /*#__PURE__*/React.createElement("svg", _extends({
7793
8023
  xmlns: "http://www.w3.org/2000/svg",
7794
8024
  width: size,
@@ -7820,7 +8050,7 @@ Processing.defaultProps = {
7820
8050
  size: '16'
7821
8051
  };
7822
8052
 
7823
- var loadingCircleStyle$2v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8053
+ 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 }';
7824
8054
 
7825
8055
  var Processing2 = function Processing2(props) {
7826
8056
  var color = props.color,
@@ -7834,7 +8064,7 @@ var Processing2 = function Processing2(props) {
7834
8064
  return /*#__PURE__*/React.createElement("span", {
7835
8065
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7836
8066
  }, /*#__PURE__*/React.createElement("style", {
7837
- children: loadingCircleStyle$2v
8067
+ children: loadingCircleStyle$2y
7838
8068
  }), /*#__PURE__*/React.createElement("svg", _extends({
7839
8069
  xmlns: "http://www.w3.org/2000/svg",
7840
8070
  width: size,
@@ -7868,7 +8098,7 @@ Processing2.defaultProps = {
7868
8098
  size: '16'
7869
8099
  };
7870
8100
 
7871
- var loadingCircleStyle$2w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8101
+ 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 }';
7872
8102
 
7873
8103
  var Done = function Done(props) {
7874
8104
  var color = props.color,
@@ -7882,7 +8112,7 @@ var Done = function Done(props) {
7882
8112
  return /*#__PURE__*/React.createElement("span", {
7883
8113
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7884
8114
  }, /*#__PURE__*/React.createElement("style", {
7885
- children: loadingCircleStyle$2w
8115
+ children: loadingCircleStyle$2z
7886
8116
  }), /*#__PURE__*/React.createElement("svg", _extends({
7887
8117
  xmlns: "http://www.w3.org/2000/svg",
7888
8118
  width: size,
@@ -7914,7 +8144,7 @@ Done.defaultProps = {
7914
8144
  size: '16'
7915
8145
  };
7916
8146
 
7917
- var loadingCircleStyle$2x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8147
+ 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 }';
7918
8148
 
7919
8149
  var Close = function Close(props) {
7920
8150
  var color = props.color,
@@ -7928,7 +8158,7 @@ var Close = function Close(props) {
7928
8158
  return /*#__PURE__*/React.createElement("span", {
7929
8159
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7930
8160
  }, /*#__PURE__*/React.createElement("style", {
7931
- children: loadingCircleStyle$2x
8161
+ children: loadingCircleStyle$2A
7932
8162
  }), /*#__PURE__*/React.createElement("svg", _extends({
7933
8163
  xmlns: "http://www.w3.org/2000/svg",
7934
8164
  width: size,
@@ -7960,7 +8190,7 @@ Close.defaultProps = {
7960
8190
  size: '16'
7961
8191
  };
7962
8192
 
7963
- var loadingCircleStyle$2y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8193
+ 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 }';
7964
8194
 
7965
8195
  var StarOutline = function StarOutline(props) {
7966
8196
  var color = props.color,
@@ -7974,7 +8204,7 @@ var StarOutline = function StarOutline(props) {
7974
8204
  return /*#__PURE__*/React.createElement("span", {
7975
8205
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7976
8206
  }, /*#__PURE__*/React.createElement("style", {
7977
- children: loadingCircleStyle$2y
8207
+ children: loadingCircleStyle$2B
7978
8208
  }), /*#__PURE__*/React.createElement("svg", _extends({
7979
8209
  xmlns: "http://www.w3.org/2000/svg",
7980
8210
  width: size,
@@ -8006,7 +8236,7 @@ StarOutline.defaultProps = {
8006
8236
  size: '16'
8007
8237
  };
8008
8238
 
8009
- var loadingCircleStyle$2z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8239
+ 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 }';
8010
8240
 
8011
8241
  var StarFill = function StarFill(props) {
8012
8242
  var color = props.color,
@@ -8020,7 +8250,7 @@ var StarFill = function StarFill(props) {
8020
8250
  return /*#__PURE__*/React.createElement("span", {
8021
8251
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8022
8252
  }, /*#__PURE__*/React.createElement("style", {
8023
- children: loadingCircleStyle$2z
8253
+ children: loadingCircleStyle$2C
8024
8254
  }), /*#__PURE__*/React.createElement("svg", _extends({
8025
8255
  xmlns: "http://www.w3.org/2000/svg",
8026
8256
  width: size,
@@ -8052,7 +8282,7 @@ StarFill.defaultProps = {
8052
8282
  size: '16'
8053
8283
  };
8054
8284
 
8055
- var loadingCircleStyle$2A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8285
+ 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 }';
8056
8286
 
8057
8287
  var TimeLock = function TimeLock(props) {
8058
8288
  var color = props.color,
@@ -8066,7 +8296,7 @@ var TimeLock = function TimeLock(props) {
8066
8296
  return /*#__PURE__*/React.createElement("span", {
8067
8297
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8068
8298
  }, /*#__PURE__*/React.createElement("style", {
8069
- children: loadingCircleStyle$2A
8299
+ children: loadingCircleStyle$2D
8070
8300
  }), /*#__PURE__*/React.createElement("svg", _extends({
8071
8301
  xmlns: "http://www.w3.org/2000/svg",
8072
8302
  width: size,
@@ -8098,7 +8328,7 @@ TimeLock.defaultProps = {
8098
8328
  size: '16'
8099
8329
  };
8100
8330
 
8101
- var loadingCircleStyle$2B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8331
+ 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 }';
8102
8332
 
8103
8333
  var Heart = function Heart(props) {
8104
8334
  var color = props.color,
@@ -8112,7 +8342,7 @@ var Heart = function Heart(props) {
8112
8342
  return /*#__PURE__*/React.createElement("span", {
8113
8343
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8114
8344
  }, /*#__PURE__*/React.createElement("style", {
8115
- children: loadingCircleStyle$2B
8345
+ children: loadingCircleStyle$2E
8116
8346
  }), /*#__PURE__*/React.createElement("svg", _extends({
8117
8347
  xmlns: "http://www.w3.org/2000/svg",
8118
8348
  width: size,
@@ -8144,7 +8374,7 @@ Heart.defaultProps = {
8144
8374
  size: '16'
8145
8375
  };
8146
8376
 
8147
- var loadingCircleStyle$2C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8377
+ 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 }';
8148
8378
 
8149
8379
  var Bookmark = function Bookmark(props) {
8150
8380
  var color = props.color,
@@ -8158,7 +8388,7 @@ var Bookmark = function Bookmark(props) {
8158
8388
  return /*#__PURE__*/React.createElement("span", {
8159
8389
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8160
8390
  }, /*#__PURE__*/React.createElement("style", {
8161
- children: loadingCircleStyle$2C
8391
+ children: loadingCircleStyle$2F
8162
8392
  }), /*#__PURE__*/React.createElement("svg", _extends({
8163
8393
  xmlns: "http://www.w3.org/2000/svg",
8164
8394
  width: size,
@@ -8190,7 +8420,7 @@ Bookmark.defaultProps = {
8190
8420
  size: '16'
8191
8421
  };
8192
8422
 
8193
- var loadingCircleStyle$2D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8423
+ 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 }';
8194
8424
 
8195
8425
  var Bookmark2 = function Bookmark2(props) {
8196
8426
  var color = props.color,
@@ -8204,7 +8434,7 @@ var Bookmark2 = function Bookmark2(props) {
8204
8434
  return /*#__PURE__*/React.createElement("span", {
8205
8435
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8206
8436
  }, /*#__PURE__*/React.createElement("style", {
8207
- children: loadingCircleStyle$2D
8437
+ children: loadingCircleStyle$2G
8208
8438
  }), /*#__PURE__*/React.createElement("svg", _extends({
8209
8439
  xmlns: "http://www.w3.org/2000/svg",
8210
8440
  width: size,
@@ -8236,7 +8466,7 @@ Bookmark2.defaultProps = {
8236
8466
  size: '16'
8237
8467
  };
8238
8468
 
8239
- var loadingCircleStyle$2E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8469
+ 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 }';
8240
8470
 
8241
8471
  var LockClose = function LockClose(props) {
8242
8472
  var color = props.color,
@@ -8250,7 +8480,7 @@ var LockClose = function LockClose(props) {
8250
8480
  return /*#__PURE__*/React.createElement("span", {
8251
8481
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8252
8482
  }, /*#__PURE__*/React.createElement("style", {
8253
- children: loadingCircleStyle$2E
8483
+ children: loadingCircleStyle$2H
8254
8484
  }), /*#__PURE__*/React.createElement("svg", _extends({
8255
8485
  xmlns: "http://www.w3.org/2000/svg",
8256
8486
  width: size,
@@ -8286,7 +8516,7 @@ LockClose.defaultProps = {
8286
8516
  size: '16'
8287
8517
  };
8288
8518
 
8289
- var loadingCircleStyle$2F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8519
+ 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 }';
8290
8520
 
8291
8521
  var LockCloseFill = function LockCloseFill(props) {
8292
8522
  var color = props.color,
@@ -8300,7 +8530,7 @@ var LockCloseFill = function LockCloseFill(props) {
8300
8530
  return /*#__PURE__*/React.createElement("span", {
8301
8531
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8302
8532
  }, /*#__PURE__*/React.createElement("style", {
8303
- children: loadingCircleStyle$2F
8533
+ children: loadingCircleStyle$2I
8304
8534
  }), /*#__PURE__*/React.createElement("svg", _extends({
8305
8535
  xmlns: "http://www.w3.org/2000/svg",
8306
8536
  width: size,
@@ -8332,7 +8562,7 @@ LockCloseFill.defaultProps = {
8332
8562
  size: '16'
8333
8563
  };
8334
8564
 
8335
- var loadingCircleStyle$2G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8565
+ 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 }';
8336
8566
 
8337
8567
  var LockOpen = function LockOpen(props) {
8338
8568
  var color = props.color,
@@ -8346,7 +8576,7 @@ var LockOpen = function LockOpen(props) {
8346
8576
  return /*#__PURE__*/React.createElement("span", {
8347
8577
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8348
8578
  }, /*#__PURE__*/React.createElement("style", {
8349
- children: loadingCircleStyle$2G
8579
+ children: loadingCircleStyle$2J
8350
8580
  }), /*#__PURE__*/React.createElement("svg", _extends({
8351
8581
  xmlns: "http://www.w3.org/2000/svg",
8352
8582
  width: size,
@@ -8378,7 +8608,7 @@ LockOpen.defaultProps = {
8378
8608
  size: '16'
8379
8609
  };
8380
8610
 
8381
- var loadingCircleStyle$2H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8611
+ 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 }';
8382
8612
 
8383
8613
  var LockOpenFill = function LockOpenFill(props) {
8384
8614
  var color = props.color,
@@ -8392,7 +8622,7 @@ var LockOpenFill = function LockOpenFill(props) {
8392
8622
  return /*#__PURE__*/React.createElement("span", {
8393
8623
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8394
8624
  }, /*#__PURE__*/React.createElement("style", {
8395
- children: loadingCircleStyle$2H
8625
+ children: loadingCircleStyle$2K
8396
8626
  }), /*#__PURE__*/React.createElement("svg", _extends({
8397
8627
  xmlns: "http://www.w3.org/2000/svg",
8398
8628
  width: size,
@@ -8424,7 +8654,7 @@ LockOpenFill.defaultProps = {
8424
8654
  size: '16'
8425
8655
  };
8426
8656
 
8427
- var loadingCircleStyle$2I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8657
+ 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 }';
8428
8658
 
8429
8659
  var EyeOn = function EyeOn(props) {
8430
8660
  var color = props.color,
@@ -8438,7 +8668,7 @@ var EyeOn = function EyeOn(props) {
8438
8668
  return /*#__PURE__*/React.createElement("span", {
8439
8669
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8440
8670
  }, /*#__PURE__*/React.createElement("style", {
8441
- children: loadingCircleStyle$2I
8671
+ children: loadingCircleStyle$2L
8442
8672
  }), /*#__PURE__*/React.createElement("svg", _extends({
8443
8673
  xmlns: "http://www.w3.org/2000/svg",
8444
8674
  width: size,
@@ -8470,7 +8700,7 @@ EyeOn.defaultProps = {
8470
8700
  size: '16'
8471
8701
  };
8472
8702
 
8473
- var loadingCircleStyle$2J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8703
+ 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 }';
8474
8704
 
8475
8705
  var EyeOnFill = function EyeOnFill(props) {
8476
8706
  var color = props.color,
@@ -8484,7 +8714,7 @@ var EyeOnFill = function EyeOnFill(props) {
8484
8714
  return /*#__PURE__*/React.createElement("span", {
8485
8715
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8486
8716
  }, /*#__PURE__*/React.createElement("style", {
8487
- children: loadingCircleStyle$2J
8717
+ children: loadingCircleStyle$2M
8488
8718
  }), /*#__PURE__*/React.createElement("svg", _extends({
8489
8719
  xmlns: "http://www.w3.org/2000/svg",
8490
8720
  width: size,
@@ -8518,7 +8748,7 @@ EyeOnFill.defaultProps = {
8518
8748
  size: '16'
8519
8749
  };
8520
8750
 
8521
- var loadingCircleStyle$2K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8751
+ 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 }';
8522
8752
 
8523
8753
  var EyeOff = function EyeOff(props) {
8524
8754
  var color = props.color,
@@ -8532,7 +8762,7 @@ var EyeOff = function EyeOff(props) {
8532
8762
  return /*#__PURE__*/React.createElement("span", {
8533
8763
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8534
8764
  }, /*#__PURE__*/React.createElement("style", {
8535
- children: loadingCircleStyle$2K
8765
+ children: loadingCircleStyle$2N
8536
8766
  }), /*#__PURE__*/React.createElement("svg", _extends({
8537
8767
  xmlns: "http://www.w3.org/2000/svg",
8538
8768
  width: size,
@@ -8564,7 +8794,7 @@ EyeOff.defaultProps = {
8564
8794
  size: '16'
8565
8795
  };
8566
8796
 
8567
- var loadingCircleStyle$2L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8797
+ 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 }';
8568
8798
 
8569
8799
  var EyeOffFill = function EyeOffFill(props) {
8570
8800
  var color = props.color,
@@ -8578,7 +8808,7 @@ var EyeOffFill = function EyeOffFill(props) {
8578
8808
  return /*#__PURE__*/React.createElement("span", {
8579
8809
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8580
8810
  }, /*#__PURE__*/React.createElement("style", {
8581
- children: loadingCircleStyle$2L
8811
+ children: loadingCircleStyle$2O
8582
8812
  }), /*#__PURE__*/React.createElement("svg", _extends({
8583
8813
  xmlns: "http://www.w3.org/2000/svg",
8584
8814
  width: size,
@@ -8612,7 +8842,7 @@ EyeOffFill.defaultProps = {
8612
8842
  size: '16'
8613
8843
  };
8614
8844
 
8615
- var loadingCircleStyle$2M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8845
+ 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 }';
8616
8846
 
8617
8847
  var Dot = function Dot(props) {
8618
8848
  var color = props.color,
@@ -8626,7 +8856,7 @@ var Dot = function Dot(props) {
8626
8856
  return /*#__PURE__*/React.createElement("span", {
8627
8857
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8628
8858
  }, /*#__PURE__*/React.createElement("style", {
8629
- children: loadingCircleStyle$2M
8859
+ children: loadingCircleStyle$2P
8630
8860
  }), /*#__PURE__*/React.createElement("svg", _extends({
8631
8861
  xmlns: "http://www.w3.org/2000/svg",
8632
8862
  width: size,
@@ -8660,7 +8890,7 @@ Dot.defaultProps = {
8660
8890
  size: '16'
8661
8891
  };
8662
8892
 
8663
- var loadingCircleStyle$2N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8893
+ 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 }';
8664
8894
 
8665
8895
  var Anchor = function Anchor(props) {
8666
8896
  var color = props.color,
@@ -8674,7 +8904,7 @@ var Anchor = function Anchor(props) {
8674
8904
  return /*#__PURE__*/React.createElement("span", {
8675
8905
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8676
8906
  }, /*#__PURE__*/React.createElement("style", {
8677
- children: loadingCircleStyle$2N
8907
+ children: loadingCircleStyle$2Q
8678
8908
  }), /*#__PURE__*/React.createElement("svg", _extends({
8679
8909
  xmlns: "http://www.w3.org/2000/svg",
8680
8910
  width: size,
@@ -8706,7 +8936,7 @@ Anchor.defaultProps = {
8706
8936
  size: '16'
8707
8937
  };
8708
8938
 
8709
- var loadingCircleStyle$2O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8939
+ 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 }';
8710
8940
 
8711
8941
  var ChartLine = function ChartLine(props) {
8712
8942
  var color = props.color,
@@ -8720,7 +8950,7 @@ var ChartLine = function ChartLine(props) {
8720
8950
  return /*#__PURE__*/React.createElement("span", {
8721
8951
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8722
8952
  }, /*#__PURE__*/React.createElement("style", {
8723
- children: loadingCircleStyle$2O
8953
+ children: loadingCircleStyle$2R
8724
8954
  }), /*#__PURE__*/React.createElement("svg", _extends({
8725
8955
  xmlns: "http://www.w3.org/2000/svg",
8726
8956
  width: size,
@@ -8758,7 +8988,7 @@ ChartLine.defaultProps = {
8758
8988
  size: '16'
8759
8989
  };
8760
8990
 
8761
- var loadingCircleStyle$2P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8991
+ 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 }';
8762
8992
 
8763
8993
  var ChartBar = function ChartBar(props) {
8764
8994
  var color = props.color,
@@ -8772,7 +9002,7 @@ var ChartBar = function ChartBar(props) {
8772
9002
  return /*#__PURE__*/React.createElement("span", {
8773
9003
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8774
9004
  }, /*#__PURE__*/React.createElement("style", {
8775
- children: loadingCircleStyle$2P
9005
+ children: loadingCircleStyle$2S
8776
9006
  }), /*#__PURE__*/React.createElement("svg", _extends({
8777
9007
  xmlns: "http://www.w3.org/2000/svg",
8778
9008
  width: size,
@@ -8808,7 +9038,7 @@ ChartBar.defaultProps = {
8808
9038
  size: '16'
8809
9039
  };
8810
9040
 
8811
- var loadingCircleStyle$2Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9041
+ var loadingCircleStyle$2T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8812
9042
 
8813
9043
  var ChartCum = function ChartCum(props) {
8814
9044
  var color = props.color,
@@ -8822,7 +9052,7 @@ var ChartCum = function ChartCum(props) {
8822
9052
  return /*#__PURE__*/React.createElement("span", {
8823
9053
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8824
9054
  }, /*#__PURE__*/React.createElement("style", {
8825
- children: loadingCircleStyle$2Q
9055
+ children: loadingCircleStyle$2T
8826
9056
  }), /*#__PURE__*/React.createElement("svg", _extends({
8827
9057
  xmlns: "http://www.w3.org/2000/svg",
8828
9058
  width: size,
@@ -8864,7 +9094,7 @@ ChartCum.defaultProps = {
8864
9094
  size: '16'
8865
9095
  };
8866
9096
 
8867
- var loadingCircleStyle$2R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9097
+ 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 }';
8868
9098
 
8869
9099
  var ChartPie = function ChartPie(props) {
8870
9100
  var color = props.color,
@@ -8878,7 +9108,7 @@ var ChartPie = function ChartPie(props) {
8878
9108
  return /*#__PURE__*/React.createElement("span", {
8879
9109
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8880
9110
  }, /*#__PURE__*/React.createElement("style", {
8881
- children: loadingCircleStyle$2R
9111
+ children: loadingCircleStyle$2U
8882
9112
  }), /*#__PURE__*/React.createElement("svg", _extends({
8883
9113
  xmlns: "http://www.w3.org/2000/svg",
8884
9114
  width: size,
@@ -8912,7 +9142,7 @@ ChartPie.defaultProps = {
8912
9142
  size: '16'
8913
9143
  };
8914
9144
 
8915
- var loadingCircleStyle$2S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9145
+ 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 }';
8916
9146
 
8917
9147
  var ChartDNRe = function ChartDNRe(props) {
8918
9148
  var color = props.color,
@@ -8926,7 +9156,7 @@ var ChartDNRe = function ChartDNRe(props) {
8926
9156
  return /*#__PURE__*/React.createElement("span", {
8927
9157
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8928
9158
  }, /*#__PURE__*/React.createElement("style", {
8929
- children: loadingCircleStyle$2S
9159
+ children: loadingCircleStyle$2V
8930
9160
  }), /*#__PURE__*/React.createElement("svg", _extends({
8931
9161
  xmlns: "http://www.w3.org/2000/svg",
8932
9162
  width: size,
@@ -8970,7 +9200,7 @@ ChartDNRe.defaultProps = {
8970
9200
  size: '16'
8971
9201
  };
8972
9202
 
8973
- var loadingCircleStyle$2T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9203
+ 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 }';
8974
9204
 
8975
9205
  var ChartDRe = function ChartDRe(props) {
8976
9206
  var color = props.color,
@@ -8984,7 +9214,7 @@ var ChartDRe = function ChartDRe(props) {
8984
9214
  return /*#__PURE__*/React.createElement("span", {
8985
9215
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8986
9216
  }, /*#__PURE__*/React.createElement("style", {
8987
- children: loadingCircleStyle$2T
9217
+ children: loadingCircleStyle$2W
8988
9218
  }), /*#__PURE__*/React.createElement("svg", _extends({
8989
9219
  xmlns: "http://www.w3.org/2000/svg",
8990
9220
  width: size,
@@ -9028,7 +9258,7 @@ ChartDRe.defaultProps = {
9028
9258
  size: '16'
9029
9259
  };
9030
9260
 
9031
- var loadingCircleStyle$2U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9261
+ 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 }';
9032
9262
 
9033
9263
  var ChartFunnel = function ChartFunnel(props) {
9034
9264
  var color = props.color,
@@ -9042,7 +9272,7 @@ var ChartFunnel = function ChartFunnel(props) {
9042
9272
  return /*#__PURE__*/React.createElement("span", {
9043
9273
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9044
9274
  }, /*#__PURE__*/React.createElement("style", {
9045
- children: loadingCircleStyle$2U
9275
+ children: loadingCircleStyle$2X
9046
9276
  }), /*#__PURE__*/React.createElement("svg", _extends({
9047
9277
  xmlns: "http://www.w3.org/2000/svg",
9048
9278
  width: size,
@@ -9078,7 +9308,7 @@ ChartFunnel.defaultProps = {
9078
9308
  size: '16'
9079
9309
  };
9080
9310
 
9081
- var loadingCircleStyle$2V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9311
+ 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 }';
9082
9312
 
9083
9313
  var ChartInterval = function ChartInterval(props) {
9084
9314
  var color = props.color,
@@ -9092,7 +9322,7 @@ var ChartInterval = function ChartInterval(props) {
9092
9322
  return /*#__PURE__*/React.createElement("span", {
9093
9323
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9094
9324
  }, /*#__PURE__*/React.createElement("style", {
9095
- children: loadingCircleStyle$2V
9325
+ children: loadingCircleStyle$2Y
9096
9326
  }), /*#__PURE__*/React.createElement("svg", _extends({
9097
9327
  xmlns: "http://www.w3.org/2000/svg",
9098
9328
  width: size,
@@ -9126,7 +9356,7 @@ ChartInterval.defaultProps = {
9126
9356
  size: '16'
9127
9357
  };
9128
9358
 
9129
- var loadingCircleStyle$2W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9359
+ 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 }';
9130
9360
 
9131
9361
  var ChartStack = function ChartStack(props) {
9132
9362
  var color = props.color,
@@ -9140,7 +9370,7 @@ var ChartStack = function ChartStack(props) {
9140
9370
  return /*#__PURE__*/React.createElement("span", {
9141
9371
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9142
9372
  }, /*#__PURE__*/React.createElement("style", {
9143
- children: loadingCircleStyle$2W
9373
+ children: loadingCircleStyle$2Z
9144
9374
  }), /*#__PURE__*/React.createElement("svg", _extends({
9145
9375
  xmlns: "http://www.w3.org/2000/svg",
9146
9376
  width: size,
@@ -9174,7 +9404,7 @@ ChartStack.defaultProps = {
9174
9404
  size: '16'
9175
9405
  };
9176
9406
 
9177
- var loadingCircleStyle$2X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9407
+ 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 }';
9178
9408
 
9179
9409
  var ChartStackn = function ChartStackn(props) {
9180
9410
  var color = props.color,
@@ -9188,7 +9418,7 @@ var ChartStackn = function ChartStackn(props) {
9188
9418
  return /*#__PURE__*/React.createElement("span", {
9189
9419
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9190
9420
  }, /*#__PURE__*/React.createElement("style", {
9191
- children: loadingCircleStyle$2X
9421
+ children: loadingCircleStyle$2_
9192
9422
  }), /*#__PURE__*/React.createElement("svg", _extends({
9193
9423
  xmlns: "http://www.w3.org/2000/svg",
9194
9424
  width: size,
@@ -9222,7 +9452,7 @@ ChartStackn.defaultProps = {
9222
9452
  size: '16'
9223
9453
  };
9224
9454
 
9225
- var loadingCircleStyle$2Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9455
+ 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 }';
9226
9456
 
9227
9457
  var ChartStackPerc = function ChartStackPerc(props) {
9228
9458
  var color = props.color,
@@ -9236,7 +9466,7 @@ var ChartStackPerc = function ChartStackPerc(props) {
9236
9466
  return /*#__PURE__*/React.createElement("span", {
9237
9467
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9238
9468
  }, /*#__PURE__*/React.createElement("style", {
9239
- children: loadingCircleStyle$2Y
9469
+ children: loadingCircleStyle$2$
9240
9470
  }), /*#__PURE__*/React.createElement("svg", _extends({
9241
9471
  xmlns: "http://www.w3.org/2000/svg",
9242
9472
  width: size,
@@ -9270,7 +9500,7 @@ ChartStackPerc.defaultProps = {
9270
9500
  size: '16'
9271
9501
  };
9272
9502
 
9273
- var loadingCircleStyle$2Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9503
+ 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 }';
9274
9504
 
9275
9505
  var ChartComplex = function ChartComplex(props) {
9276
9506
  var color = props.color,
@@ -9284,7 +9514,7 @@ var ChartComplex = function ChartComplex(props) {
9284
9514
  return /*#__PURE__*/React.createElement("span", {
9285
9515
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9286
9516
  }, /*#__PURE__*/React.createElement("style", {
9287
- children: loadingCircleStyle$2Z
9517
+ children: loadingCircleStyle$30
9288
9518
  }), /*#__PURE__*/React.createElement("svg", _extends({
9289
9519
  xmlns: "http://www.w3.org/2000/svg",
9290
9520
  width: size,
@@ -9324,7 +9554,7 @@ ChartComplex.defaultProps = {
9324
9554
  size: '16'
9325
9555
  };
9326
9556
 
9327
- var loadingCircleStyle$2_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9557
+ 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 }';
9328
9558
 
9329
9559
  var ChartHistogram = function ChartHistogram(props) {
9330
9560
  var color = props.color,
@@ -9338,7 +9568,7 @@ var ChartHistogram = function ChartHistogram(props) {
9338
9568
  return /*#__PURE__*/React.createElement("span", {
9339
9569
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9340
9570
  }, /*#__PURE__*/React.createElement("style", {
9341
- children: loadingCircleStyle$2_
9571
+ children: loadingCircleStyle$31
9342
9572
  }), /*#__PURE__*/React.createElement("svg", _extends({
9343
9573
  xmlns: "http://www.w3.org/2000/svg",
9344
9574
  width: size,
@@ -9384,7 +9614,7 @@ ChartHistogram.defaultProps = {
9384
9614
  size: '16'
9385
9615
  };
9386
9616
 
9387
- var loadingCircleStyle$2$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9617
+ 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 }';
9388
9618
 
9389
9619
  var ChartTable = function ChartTable(props) {
9390
9620
  var color = props.color,
@@ -9398,7 +9628,7 @@ var ChartTable = function ChartTable(props) {
9398
9628
  return /*#__PURE__*/React.createElement("span", {
9399
9629
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9400
9630
  }, /*#__PURE__*/React.createElement("style", {
9401
- children: loadingCircleStyle$2$
9631
+ children: loadingCircleStyle$32
9402
9632
  }), /*#__PURE__*/React.createElement("svg", _extends({
9403
9633
  xmlns: "http://www.w3.org/2000/svg",
9404
9634
  width: size,
@@ -9430,7 +9660,7 @@ ChartTable.defaultProps = {
9430
9660
  size: '16'
9431
9661
  };
9432
9662
 
9433
- var loadingCircleStyle$30 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9663
+ var loadingCircleStyle$33 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9434
9664
 
9435
9665
  var ChartFieldlist = function ChartFieldlist(props) {
9436
9666
  var color = props.color,
@@ -9444,7 +9674,7 @@ var ChartFieldlist = function ChartFieldlist(props) {
9444
9674
  return /*#__PURE__*/React.createElement("span", {
9445
9675
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9446
9676
  }, /*#__PURE__*/React.createElement("style", {
9447
- children: loadingCircleStyle$30
9677
+ children: loadingCircleStyle$33
9448
9678
  }), /*#__PURE__*/React.createElement("svg", _extends({
9449
9679
  xmlns: "http://www.w3.org/2000/svg",
9450
9680
  width: size,
@@ -9476,7 +9706,7 @@ ChartFieldlist.defaultProps = {
9476
9706
  size: '16'
9477
9707
  };
9478
9708
 
9479
- var loadingCircleStyle$31 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9709
+ var loadingCircleStyle$34 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9480
9710
 
9481
9711
  var Table1dtable = function Table1dtable(props) {
9482
9712
  var color = props.color,
@@ -9490,7 +9720,7 @@ var Table1dtable = function Table1dtable(props) {
9490
9720
  return /*#__PURE__*/React.createElement("span", {
9491
9721
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9492
9722
  }, /*#__PURE__*/React.createElement("style", {
9493
- children: loadingCircleStyle$31
9723
+ children: loadingCircleStyle$34
9494
9724
  }), /*#__PURE__*/React.createElement("svg", _extends({
9495
9725
  xmlns: "http://www.w3.org/2000/svg",
9496
9726
  width: size,
@@ -9540,7 +9770,7 @@ Table1dtable.defaultProps = {
9540
9770
  size: '16'
9541
9771
  };
9542
9772
 
9543
- var loadingCircleStyle$32 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9773
+ 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 }';
9544
9774
 
9545
9775
  var ChartSqltable = function ChartSqltable(props) {
9546
9776
  var color = props.color,
@@ -9554,7 +9784,7 @@ var ChartSqltable = function ChartSqltable(props) {
9554
9784
  return /*#__PURE__*/React.createElement("span", {
9555
9785
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9556
9786
  }, /*#__PURE__*/React.createElement("style", {
9557
- children: loadingCircleStyle$32
9787
+ children: loadingCircleStyle$35
9558
9788
  }), /*#__PURE__*/React.createElement("svg", _extends({
9559
9789
  xmlns: "http://www.w3.org/2000/svg",
9560
9790
  width: size,
@@ -9586,7 +9816,7 @@ ChartSqltable.defaultProps = {
9586
9816
  size: '16'
9587
9817
  };
9588
9818
 
9589
- var loadingCircleStyle$33 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9819
+ 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 }';
9590
9820
 
9591
9821
  var ChartCombinedTable = function ChartCombinedTable(props) {
9592
9822
  var color = props.color,
@@ -9600,7 +9830,7 @@ var ChartCombinedTable = function ChartCombinedTable(props) {
9600
9830
  return /*#__PURE__*/React.createElement("span", {
9601
9831
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9602
9832
  }, /*#__PURE__*/React.createElement("style", {
9603
- children: loadingCircleStyle$33
9833
+ children: loadingCircleStyle$36
9604
9834
  }), /*#__PURE__*/React.createElement("svg", _extends({
9605
9835
  xmlns: "http://www.w3.org/2000/svg",
9606
9836
  width: size,
@@ -9632,7 +9862,7 @@ ChartCombinedTable.defaultProps = {
9632
9862
  size: '16'
9633
9863
  };
9634
9864
 
9635
- var loadingCircleStyle$34 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9865
+ 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 }';
9636
9866
 
9637
9867
  var ChartDistTable = function ChartDistTable(props) {
9638
9868
  var color = props.color,
@@ -9646,7 +9876,7 @@ var ChartDistTable = function ChartDistTable(props) {
9646
9876
  return /*#__PURE__*/React.createElement("span", {
9647
9877
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9648
9878
  }, /*#__PURE__*/React.createElement("style", {
9649
- children: loadingCircleStyle$34
9879
+ children: loadingCircleStyle$37
9650
9880
  }), /*#__PURE__*/React.createElement("svg", _extends({
9651
9881
  xmlns: "http://www.w3.org/2000/svg",
9652
9882
  width: size,
@@ -9678,7 +9908,7 @@ ChartDistTable.defaultProps = {
9678
9908
  size: '16'
9679
9909
  };
9680
9910
 
9681
- var loadingCircleStyle$35 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9911
+ 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 }';
9682
9912
 
9683
9913
  var ChartBarTable = function ChartBarTable(props) {
9684
9914
  var color = props.color,
@@ -9692,7 +9922,7 @@ var ChartBarTable = function ChartBarTable(props) {
9692
9922
  return /*#__PURE__*/React.createElement("span", {
9693
9923
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9694
9924
  }, /*#__PURE__*/React.createElement("style", {
9695
- children: loadingCircleStyle$35
9925
+ children: loadingCircleStyle$38
9696
9926
  }), /*#__PURE__*/React.createElement("svg", _extends({
9697
9927
  xmlns: "http://www.w3.org/2000/svg",
9698
9928
  width: size,
@@ -9726,7 +9956,7 @@ ChartBarTable.defaultProps = {
9726
9956
  size: '16'
9727
9957
  };
9728
9958
 
9729
- var loadingCircleStyle$36 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9959
+ 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 }';
9730
9960
 
9731
9961
  var ChartLineTable = function ChartLineTable(props) {
9732
9962
  var color = props.color,
@@ -9740,7 +9970,7 @@ var ChartLineTable = function ChartLineTable(props) {
9740
9970
  return /*#__PURE__*/React.createElement("span", {
9741
9971
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9742
9972
  }, /*#__PURE__*/React.createElement("style", {
9743
- children: loadingCircleStyle$36
9973
+ children: loadingCircleStyle$39
9744
9974
  }), /*#__PURE__*/React.createElement("svg", _extends({
9745
9975
  xmlns: "http://www.w3.org/2000/svg",
9746
9976
  width: size,
@@ -9780,7 +10010,7 @@ ChartLineTable.defaultProps = {
9780
10010
  size: '16'
9781
10011
  };
9782
10012
 
9783
- var loadingCircleStyle$37 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10013
+ 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 }';
9784
10014
 
9785
10015
  var Play = function Play(props) {
9786
10016
  var color = props.color,
@@ -9794,7 +10024,7 @@ var Play = function Play(props) {
9794
10024
  return /*#__PURE__*/React.createElement("span", {
9795
10025
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9796
10026
  }, /*#__PURE__*/React.createElement("style", {
9797
- children: loadingCircleStyle$37
10027
+ children: loadingCircleStyle$3a
9798
10028
  }), /*#__PURE__*/React.createElement("svg", _extends({
9799
10029
  xmlns: "http://www.w3.org/2000/svg",
9800
10030
  width: size,
@@ -9826,7 +10056,7 @@ Play.defaultProps = {
9826
10056
  size: '16'
9827
10057
  };
9828
10058
 
9829
- var loadingCircleStyle$38 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10059
+ 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 }';
9830
10060
 
9831
10061
  var Config = function Config(props) {
9832
10062
  var color = props.color,
@@ -9840,7 +10070,7 @@ var Config = function Config(props) {
9840
10070
  return /*#__PURE__*/React.createElement("span", {
9841
10071
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9842
10072
  }, /*#__PURE__*/React.createElement("style", {
9843
- children: loadingCircleStyle$38
10073
+ children: loadingCircleStyle$3b
9844
10074
  }), /*#__PURE__*/React.createElement("svg", _extends({
9845
10075
  xmlns: "http://www.w3.org/2000/svg",
9846
10076
  width: size,
@@ -9872,7 +10102,7 @@ Config.defaultProps = {
9872
10102
  size: '16'
9873
10103
  };
9874
10104
 
9875
- var loadingCircleStyle$39 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10105
+ 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 }';
9876
10106
 
9877
10107
  var Setting = function Setting(props) {
9878
10108
  var color = props.color,
@@ -9886,7 +10116,7 @@ var Setting = function Setting(props) {
9886
10116
  return /*#__PURE__*/React.createElement("span", {
9887
10117
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9888
10118
  }, /*#__PURE__*/React.createElement("style", {
9889
- children: loadingCircleStyle$39
10119
+ children: loadingCircleStyle$3c
9890
10120
  }), /*#__PURE__*/React.createElement("svg", _extends({
9891
10121
  xmlns: "http://www.w3.org/2000/svg",
9892
10122
  width: size,
@@ -9918,7 +10148,7 @@ Setting.defaultProps = {
9918
10148
  size: '16'
9919
10149
  };
9920
10150
 
9921
- var loadingCircleStyle$3a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10151
+ 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 }';
9922
10152
 
9923
10153
  var Search = function Search(props) {
9924
10154
  var color = props.color,
@@ -9932,7 +10162,7 @@ var Search = function Search(props) {
9932
10162
  return /*#__PURE__*/React.createElement("span", {
9933
10163
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9934
10164
  }, /*#__PURE__*/React.createElement("style", {
9935
- children: loadingCircleStyle$3a
10165
+ children: loadingCircleStyle$3d
9936
10166
  }), /*#__PURE__*/React.createElement("svg", _extends({
9937
10167
  xmlns: "http://www.w3.org/2000/svg",
9938
10168
  width: size,
@@ -9964,7 +10194,7 @@ Search.defaultProps = {
9964
10194
  size: '16'
9965
10195
  };
9966
10196
 
9967
- var loadingCircleStyle$3b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10197
+ 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 }';
9968
10198
 
9969
10199
  var Copy = function Copy(props) {
9970
10200
  var color = props.color,
@@ -9978,7 +10208,7 @@ var Copy = function Copy(props) {
9978
10208
  return /*#__PURE__*/React.createElement("span", {
9979
10209
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9980
10210
  }, /*#__PURE__*/React.createElement("style", {
9981
- children: loadingCircleStyle$3b
10211
+ children: loadingCircleStyle$3e
9982
10212
  }), /*#__PURE__*/React.createElement("svg", _extends({
9983
10213
  xmlns: "http://www.w3.org/2000/svg",
9984
10214
  width: size,
@@ -10010,7 +10240,7 @@ Copy.defaultProps = {
10010
10240
  size: '16'
10011
10241
  };
10012
10242
 
10013
- var loadingCircleStyle$3c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10243
+ 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 }';
10014
10244
 
10015
10245
  var Copy2 = function Copy2(props) {
10016
10246
  var color = props.color,
@@ -10024,7 +10254,7 @@ var Copy2 = function Copy2(props) {
10024
10254
  return /*#__PURE__*/React.createElement("span", {
10025
10255
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10026
10256
  }, /*#__PURE__*/React.createElement("style", {
10027
- children: loadingCircleStyle$3c
10257
+ children: loadingCircleStyle$3f
10028
10258
  }), /*#__PURE__*/React.createElement("svg", _extends({
10029
10259
  xmlns: "http://www.w3.org/2000/svg",
10030
10260
  width: size,
@@ -10056,7 +10286,7 @@ Copy2.defaultProps = {
10056
10286
  size: '16'
10057
10287
  };
10058
10288
 
10059
- var loadingCircleStyle$3d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10289
+ 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 }';
10060
10290
 
10061
10291
  var Format = function Format(props) {
10062
10292
  var color = props.color,
@@ -10070,7 +10300,7 @@ var Format = function Format(props) {
10070
10300
  return /*#__PURE__*/React.createElement("span", {
10071
10301
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10072
10302
  }, /*#__PURE__*/React.createElement("style", {
10073
- children: loadingCircleStyle$3d
10303
+ children: loadingCircleStyle$3g
10074
10304
  }), /*#__PURE__*/React.createElement("svg", _extends({
10075
10305
  xmlns: "http://www.w3.org/2000/svg",
10076
10306
  width: size,
@@ -10104,7 +10334,7 @@ Format.defaultProps = {
10104
10334
  size: '16'
10105
10335
  };
10106
10336
 
10107
- var loadingCircleStyle$3e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10337
+ 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 }';
10108
10338
 
10109
10339
  var Code = function Code(props) {
10110
10340
  var color = props.color,
@@ -10118,7 +10348,7 @@ var Code = function Code(props) {
10118
10348
  return /*#__PURE__*/React.createElement("span", {
10119
10349
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10120
10350
  }, /*#__PURE__*/React.createElement("style", {
10121
- children: loadingCircleStyle$3e
10351
+ children: loadingCircleStyle$3h
10122
10352
  }), /*#__PURE__*/React.createElement("svg", _extends({
10123
10353
  xmlns: "http://www.w3.org/2000/svg",
10124
10354
  width: size,
@@ -10150,7 +10380,7 @@ Code.defaultProps = {
10150
10380
  size: '16'
10151
10381
  };
10152
10382
 
10153
- var loadingCircleStyle$3f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10383
+ 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 }';
10154
10384
 
10155
10385
  var Edit = function Edit(props) {
10156
10386
  var color = props.color,
@@ -10164,7 +10394,7 @@ var Edit = function Edit(props) {
10164
10394
  return /*#__PURE__*/React.createElement("span", {
10165
10395
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10166
10396
  }, /*#__PURE__*/React.createElement("style", {
10167
- children: loadingCircleStyle$3f
10397
+ children: loadingCircleStyle$3i
10168
10398
  }), /*#__PURE__*/React.createElement("svg", _extends({
10169
10399
  xmlns: "http://www.w3.org/2000/svg",
10170
10400
  width: size,
@@ -10196,7 +10426,7 @@ Edit.defaultProps = {
10196
10426
  size: '16'
10197
10427
  };
10198
10428
 
10199
- var loadingCircleStyle$3g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10429
+ 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 }';
10200
10430
 
10201
10431
  var EditFill = function EditFill(props) {
10202
10432
  var color = props.color,
@@ -10210,7 +10440,7 @@ var EditFill = function EditFill(props) {
10210
10440
  return /*#__PURE__*/React.createElement("span", {
10211
10441
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10212
10442
  }, /*#__PURE__*/React.createElement("style", {
10213
- children: loadingCircleStyle$3g
10443
+ children: loadingCircleStyle$3j
10214
10444
  }), /*#__PURE__*/React.createElement("svg", _extends({
10215
10445
  xmlns: "http://www.w3.org/2000/svg",
10216
10446
  width: size,
@@ -10244,7 +10474,7 @@ EditFill.defaultProps = {
10244
10474
  size: '16'
10245
10475
  };
10246
10476
 
10247
- var loadingCircleStyle$3h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10477
+ 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 }';
10248
10478
 
10249
10479
  var Delete1 = function Delete1(props) {
10250
10480
  var color = props.color,
@@ -10258,7 +10488,7 @@ var Delete1 = function Delete1(props) {
10258
10488
  return /*#__PURE__*/React.createElement("span", {
10259
10489
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10260
10490
  }, /*#__PURE__*/React.createElement("style", {
10261
- children: loadingCircleStyle$3h
10491
+ children: loadingCircleStyle$3k
10262
10492
  }), /*#__PURE__*/React.createElement("svg", _extends({
10263
10493
  xmlns: "http://www.w3.org/2000/svg",
10264
10494
  width: size,
@@ -10290,7 +10520,7 @@ Delete1.defaultProps = {
10290
10520
  size: '16'
10291
10521
  };
10292
10522
 
10293
- var loadingCircleStyle$3i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10523
+ 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 }';
10294
10524
 
10295
10525
  var Save = function Save(props) {
10296
10526
  var color = props.color,
@@ -10304,7 +10534,7 @@ var Save = function Save(props) {
10304
10534
  return /*#__PURE__*/React.createElement("span", {
10305
10535
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10306
10536
  }, /*#__PURE__*/React.createElement("style", {
10307
- children: loadingCircleStyle$3i
10537
+ children: loadingCircleStyle$3l
10308
10538
  }), /*#__PURE__*/React.createElement("svg", _extends({
10309
10539
  xmlns: "http://www.w3.org/2000/svg",
10310
10540
  width: size,
@@ -10336,7 +10566,7 @@ Save.defaultProps = {
10336
10566
  size: '16'
10337
10567
  };
10338
10568
 
10339
- var loadingCircleStyle$3j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10569
+ 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 }';
10340
10570
 
10341
10571
  var Send = function Send(props) {
10342
10572
  var color = props.color,
@@ -10350,7 +10580,7 @@ var Send = function Send(props) {
10350
10580
  return /*#__PURE__*/React.createElement("span", {
10351
10581
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10352
10582
  }, /*#__PURE__*/React.createElement("style", {
10353
- children: loadingCircleStyle$3j
10583
+ children: loadingCircleStyle$3m
10354
10584
  }), /*#__PURE__*/React.createElement("svg", _extends({
10355
10585
  xmlns: "http://www.w3.org/2000/svg",
10356
10586
  width: size,
@@ -10382,7 +10612,7 @@ Send.defaultProps = {
10382
10612
  size: '16'
10383
10613
  };
10384
10614
 
10385
- var loadingCircleStyle$3k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10615
+ 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 }';
10386
10616
 
10387
10617
  var Fullscreen = function Fullscreen(props) {
10388
10618
  var color = props.color,
@@ -10396,7 +10626,7 @@ var Fullscreen = function Fullscreen(props) {
10396
10626
  return /*#__PURE__*/React.createElement("span", {
10397
10627
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10398
10628
  }, /*#__PURE__*/React.createElement("style", {
10399
- children: loadingCircleStyle$3k
10629
+ children: loadingCircleStyle$3n
10400
10630
  }), /*#__PURE__*/React.createElement("svg", _extends({
10401
10631
  xmlns: "http://www.w3.org/2000/svg",
10402
10632
  width: size,
@@ -10428,7 +10658,7 @@ Fullscreen.defaultProps = {
10428
10658
  size: '16'
10429
10659
  };
10430
10660
 
10431
- var loadingCircleStyle$3l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10661
+ 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 }';
10432
10662
 
10433
10663
  var ArrowLeftDown = function ArrowLeftDown(props) {
10434
10664
  var color = props.color,
@@ -10442,7 +10672,7 @@ var ArrowLeftDown = function ArrowLeftDown(props) {
10442
10672
  return /*#__PURE__*/React.createElement("span", {
10443
10673
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10444
10674
  }, /*#__PURE__*/React.createElement("style", {
10445
- children: loadingCircleStyle$3l
10675
+ children: loadingCircleStyle$3o
10446
10676
  }), /*#__PURE__*/React.createElement("svg", _extends({
10447
10677
  xmlns: "http://www.w3.org/2000/svg",
10448
10678
  width: size,
@@ -10474,7 +10704,7 @@ ArrowLeftDown.defaultProps = {
10474
10704
  size: '16'
10475
10705
  };
10476
10706
 
10477
- var loadingCircleStyle$3m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10707
+ 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 }';
10478
10708
 
10479
10709
  var Link = function Link(props) {
10480
10710
  var color = props.color,
@@ -10488,7 +10718,7 @@ var Link = function Link(props) {
10488
10718
  return /*#__PURE__*/React.createElement("span", {
10489
10719
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10490
10720
  }, /*#__PURE__*/React.createElement("style", {
10491
- children: loadingCircleStyle$3m
10721
+ children: loadingCircleStyle$3p
10492
10722
  }), /*#__PURE__*/React.createElement("svg", _extends({
10493
10723
  xmlns: "http://www.w3.org/2000/svg",
10494
10724
  width: size,
@@ -10524,7 +10754,7 @@ Link.defaultProps = {
10524
10754
  size: '16'
10525
10755
  };
10526
10756
 
10527
- var loadingCircleStyle$3n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10757
+ 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 }';
10528
10758
 
10529
10759
  var Unlink = function Unlink(props) {
10530
10760
  var color = props.color,
@@ -10538,7 +10768,7 @@ var Unlink = function Unlink(props) {
10538
10768
  return /*#__PURE__*/React.createElement("span", {
10539
10769
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10540
10770
  }, /*#__PURE__*/React.createElement("style", {
10541
- children: loadingCircleStyle$3n
10771
+ children: loadingCircleStyle$3q
10542
10772
  }), /*#__PURE__*/React.createElement("svg", _extends({
10543
10773
  xmlns: "http://www.w3.org/2000/svg",
10544
10774
  width: size,
@@ -10576,7 +10806,7 @@ Unlink.defaultProps = {
10576
10806
  size: '16'
10577
10807
  };
10578
10808
 
10579
- var loadingCircleStyle$3o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10809
+ 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 }';
10580
10810
 
10581
10811
  var MenuUnfold = function MenuUnfold(props) {
10582
10812
  var color = props.color,
@@ -10590,7 +10820,7 @@ var MenuUnfold = function MenuUnfold(props) {
10590
10820
  return /*#__PURE__*/React.createElement("span", {
10591
10821
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10592
10822
  }, /*#__PURE__*/React.createElement("style", {
10593
- children: loadingCircleStyle$3o
10823
+ children: loadingCircleStyle$3r
10594
10824
  }), /*#__PURE__*/React.createElement("svg", _extends({
10595
10825
  xmlns: "http://www.w3.org/2000/svg",
10596
10826
  width: size,
@@ -10622,7 +10852,7 @@ MenuUnfold.defaultProps = {
10622
10852
  size: '16'
10623
10853
  };
10624
10854
 
10625
- var loadingCircleStyle$3p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10855
+ 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 }';
10626
10856
 
10627
10857
  var MenuFold = function MenuFold(props) {
10628
10858
  var color = props.color,
@@ -10636,7 +10866,7 @@ var MenuFold = function MenuFold(props) {
10636
10866
  return /*#__PURE__*/React.createElement("span", {
10637
10867
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10638
10868
  }, /*#__PURE__*/React.createElement("style", {
10639
- children: loadingCircleStyle$3p
10869
+ children: loadingCircleStyle$3s
10640
10870
  }), /*#__PURE__*/React.createElement("svg", _extends({
10641
10871
  xmlns: "http://www.w3.org/2000/svg",
10642
10872
  width: size,
@@ -10668,7 +10898,7 @@ MenuFold.defaultProps = {
10668
10898
  size: '16'
10669
10899
  };
10670
10900
 
10671
- var loadingCircleStyle$3q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10901
+ 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 }';
10672
10902
 
10673
10903
  var List = function List(props) {
10674
10904
  var color = props.color,
@@ -10682,7 +10912,7 @@ var List = function List(props) {
10682
10912
  return /*#__PURE__*/React.createElement("span", {
10683
10913
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10684
10914
  }, /*#__PURE__*/React.createElement("style", {
10685
- children: loadingCircleStyle$3q
10915
+ children: loadingCircleStyle$3t
10686
10916
  }), /*#__PURE__*/React.createElement("svg", _extends({
10687
10917
  xmlns: "http://www.w3.org/2000/svg",
10688
10918
  width: size,
@@ -10714,7 +10944,7 @@ List.defaultProps = {
10714
10944
  size: '16'
10715
10945
  };
10716
10946
 
10717
- var loadingCircleStyle$3r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10947
+ var loadingCircleStyle$3u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10718
10948
 
10719
10949
  var ListNested = function ListNested(props) {
10720
10950
  var color = props.color,
@@ -10728,7 +10958,7 @@ var ListNested = function ListNested(props) {
10728
10958
  return /*#__PURE__*/React.createElement("span", {
10729
10959
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10730
10960
  }, /*#__PURE__*/React.createElement("style", {
10731
- children: loadingCircleStyle$3r
10961
+ children: loadingCircleStyle$3u
10732
10962
  }), /*#__PURE__*/React.createElement("svg", _extends({
10733
10963
  xmlns: "http://www.w3.org/2000/svg",
10734
10964
  width: size,
@@ -10762,7 +10992,7 @@ ListNested.defaultProps = {
10762
10992
  size: '16'
10763
10993
  };
10764
10994
 
10765
- var loadingCircleStyle$3s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10995
+ 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 }';
10766
10996
 
10767
10997
  var DoubleList = function DoubleList(props) {
10768
10998
  var color = props.color,
@@ -10776,7 +11006,7 @@ var DoubleList = function DoubleList(props) {
10776
11006
  return /*#__PURE__*/React.createElement("span", {
10777
11007
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10778
11008
  }, /*#__PURE__*/React.createElement("style", {
10779
- children: loadingCircleStyle$3s
11009
+ children: loadingCircleStyle$3v
10780
11010
  }), /*#__PURE__*/React.createElement("svg", _extends({
10781
11011
  xmlns: "http://www.w3.org/2000/svg",
10782
11012
  width: size,
@@ -10818,7 +11048,7 @@ DoubleList.defaultProps = {
10818
11048
  size: '16'
10819
11049
  };
10820
11050
 
10821
- var loadingCircleStyle$3t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11051
+ 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 }';
10822
11052
 
10823
11053
  var Download = function Download(props) {
10824
11054
  var color = props.color,
@@ -10832,7 +11062,7 @@ var Download = function Download(props) {
10832
11062
  return /*#__PURE__*/React.createElement("span", {
10833
11063
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10834
11064
  }, /*#__PURE__*/React.createElement("style", {
10835
- children: loadingCircleStyle$3t
11065
+ children: loadingCircleStyle$3w
10836
11066
  }), /*#__PURE__*/React.createElement("svg", _extends({
10837
11067
  xmlns: "http://www.w3.org/2000/svg",
10838
11068
  width: size,
@@ -10864,7 +11094,7 @@ Download.defaultProps = {
10864
11094
  size: '16'
10865
11095
  };
10866
11096
 
10867
- var loadingCircleStyle$3u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11097
+ 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 }';
10868
11098
 
10869
11099
  var FullDownload = function FullDownload(props) {
10870
11100
  var color = props.color,
@@ -10878,7 +11108,7 @@ var FullDownload = function FullDownload(props) {
10878
11108
  return /*#__PURE__*/React.createElement("span", {
10879
11109
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10880
11110
  }, /*#__PURE__*/React.createElement("style", {
10881
- children: loadingCircleStyle$3u
11111
+ children: loadingCircleStyle$3x
10882
11112
  }), /*#__PURE__*/React.createElement("svg", _extends({
10883
11113
  xmlns: "http://www.w3.org/2000/svg",
10884
11114
  width: size,
@@ -10912,7 +11142,7 @@ FullDownload.defaultProps = {
10912
11142
  size: '16'
10913
11143
  };
10914
11144
 
10915
- var loadingCircleStyle$3v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11145
+ 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 }';
10916
11146
 
10917
11147
  var Export = function Export(props) {
10918
11148
  var color = props.color,
@@ -10926,7 +11156,7 @@ var Export = function Export(props) {
10926
11156
  return /*#__PURE__*/React.createElement("span", {
10927
11157
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10928
11158
  }, /*#__PURE__*/React.createElement("style", {
10929
- children: loadingCircleStyle$3v
11159
+ children: loadingCircleStyle$3y
10930
11160
  }), /*#__PURE__*/React.createElement("svg", _extends({
10931
11161
  xmlns: "http://www.w3.org/2000/svg",
10932
11162
  width: size,
@@ -10960,7 +11190,7 @@ Export.defaultProps = {
10960
11190
  size: '16'
10961
11191
  };
10962
11192
 
10963
- var loadingCircleStyle$3w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11193
+ 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 }';
10964
11194
 
10965
11195
  var Import = function Import(props) {
10966
11196
  var color = props.color,
@@ -10974,7 +11204,7 @@ var Import = function Import(props) {
10974
11204
  return /*#__PURE__*/React.createElement("span", {
10975
11205
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10976
11206
  }, /*#__PURE__*/React.createElement("style", {
10977
- children: loadingCircleStyle$3w
11207
+ children: loadingCircleStyle$3z
10978
11208
  }), /*#__PURE__*/React.createElement("svg", _extends({
10979
11209
  xmlns: "http://www.w3.org/2000/svg",
10980
11210
  width: size,
@@ -11008,7 +11238,7 @@ Import.defaultProps = {
11008
11238
  size: '16'
11009
11239
  };
11010
11240
 
11011
- var loadingCircleStyle$3x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11241
+ 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 }';
11012
11242
 
11013
11243
  var Add1 = function Add1(props) {
11014
11244
  var color = props.color,
@@ -11022,7 +11252,7 @@ var Add1 = function Add1(props) {
11022
11252
  return /*#__PURE__*/React.createElement("span", {
11023
11253
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11024
11254
  }, /*#__PURE__*/React.createElement("style", {
11025
- children: loadingCircleStyle$3x
11255
+ children: loadingCircleStyle$3A
11026
11256
  }), /*#__PURE__*/React.createElement("svg", _extends({
11027
11257
  xmlns: "http://www.w3.org/2000/svg",
11028
11258
  width: size,
@@ -11054,7 +11284,7 @@ Add1.defaultProps = {
11054
11284
  size: '16'
11055
11285
  };
11056
11286
 
11057
- var loadingCircleStyle$3y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11287
+ 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 }';
11058
11288
 
11059
11289
  var Add2 = function Add2(props) {
11060
11290
  var color = props.color,
@@ -11068,7 +11298,7 @@ var Add2 = function Add2(props) {
11068
11298
  return /*#__PURE__*/React.createElement("span", {
11069
11299
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11070
11300
  }, /*#__PURE__*/React.createElement("style", {
11071
- children: loadingCircleStyle$3y
11301
+ children: loadingCircleStyle$3B
11072
11302
  }), /*#__PURE__*/React.createElement("svg", _extends({
11073
11303
  xmlns: "http://www.w3.org/2000/svg",
11074
11304
  width: size,
@@ -11100,7 +11330,7 @@ Add2.defaultProps = {
11100
11330
  size: '16'
11101
11331
  };
11102
11332
 
11103
- var loadingCircleStyle$3z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11333
+ 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 }';
11104
11334
 
11105
11335
  var Add3 = function Add3(props) {
11106
11336
  var color = props.color,
@@ -11114,7 +11344,7 @@ var Add3 = function Add3(props) {
11114
11344
  return /*#__PURE__*/React.createElement("span", {
11115
11345
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11116
11346
  }, /*#__PURE__*/React.createElement("style", {
11117
- children: loadingCircleStyle$3z
11347
+ children: loadingCircleStyle$3C
11118
11348
  }), /*#__PURE__*/React.createElement("svg", _extends({
11119
11349
  xmlns: "http://www.w3.org/2000/svg",
11120
11350
  width: size,
@@ -11146,7 +11376,7 @@ Add3.defaultProps = {
11146
11376
  size: '16'
11147
11377
  };
11148
11378
 
11149
- var loadingCircleStyle$3A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11379
+ 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 }';
11150
11380
 
11151
11381
  var Add3Fill = function Add3Fill(props) {
11152
11382
  var color = props.color,
@@ -11160,7 +11390,7 @@ var Add3Fill = function Add3Fill(props) {
11160
11390
  return /*#__PURE__*/React.createElement("span", {
11161
11391
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11162
11392
  }, /*#__PURE__*/React.createElement("style", {
11163
- children: loadingCircleStyle$3A
11393
+ children: loadingCircleStyle$3D
11164
11394
  }), /*#__PURE__*/React.createElement("svg", _extends({
11165
11395
  xmlns: "http://www.w3.org/2000/svg",
11166
11396
  width: size,
@@ -11192,7 +11422,7 @@ Add3Fill.defaultProps = {
11192
11422
  size: '16'
11193
11423
  };
11194
11424
 
11195
- var loadingCircleStyle$3B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11425
+ 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 }';
11196
11426
 
11197
11427
  var Subtract = function Subtract(props) {
11198
11428
  var color = props.color,
@@ -11206,7 +11436,7 @@ var Subtract = function Subtract(props) {
11206
11436
  return /*#__PURE__*/React.createElement("span", {
11207
11437
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11208
11438
  }, /*#__PURE__*/React.createElement("style", {
11209
- children: loadingCircleStyle$3B
11439
+ children: loadingCircleStyle$3E
11210
11440
  }), /*#__PURE__*/React.createElement("svg", _extends({
11211
11441
  xmlns: "http://www.w3.org/2000/svg",
11212
11442
  width: size,
@@ -11241,7 +11471,7 @@ Subtract.defaultProps = {
11241
11471
  size: '16'
11242
11472
  };
11243
11473
 
11244
- var loadingCircleStyle$3C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11474
+ 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 }';
11245
11475
 
11246
11476
  var Subtract2 = function Subtract2(props) {
11247
11477
  var color = props.color,
@@ -11255,7 +11485,7 @@ var Subtract2 = function Subtract2(props) {
11255
11485
  return /*#__PURE__*/React.createElement("span", {
11256
11486
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11257
11487
  }, /*#__PURE__*/React.createElement("style", {
11258
- children: loadingCircleStyle$3C
11488
+ children: loadingCircleStyle$3F
11259
11489
  }), /*#__PURE__*/React.createElement("svg", _extends({
11260
11490
  xmlns: "http://www.w3.org/2000/svg",
11261
11491
  width: size,
@@ -11291,7 +11521,7 @@ Subtract2.defaultProps = {
11291
11521
  size: '16'
11292
11522
  };
11293
11523
 
11294
- var loadingCircleStyle$3D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11524
+ 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 }';
11295
11525
 
11296
11526
  var Update = function Update(props) {
11297
11527
  var color = props.color,
@@ -11305,7 +11535,7 @@ var Update = function Update(props) {
11305
11535
  return /*#__PURE__*/React.createElement("span", {
11306
11536
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11307
11537
  }, /*#__PURE__*/React.createElement("style", {
11308
- children: loadingCircleStyle$3D
11538
+ children: loadingCircleStyle$3G
11309
11539
  }), /*#__PURE__*/React.createElement("svg", _extends({
11310
11540
  xmlns: "http://www.w3.org/2000/svg",
11311
11541
  width: size,
@@ -11337,7 +11567,7 @@ Update.defaultProps = {
11337
11567
  size: '16'
11338
11568
  };
11339
11569
 
11340
- var loadingCircleStyle$3E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11570
+ 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 }';
11341
11571
 
11342
11572
  var Rename = function Rename(props) {
11343
11573
  var color = props.color,
@@ -11351,7 +11581,7 @@ var Rename = function Rename(props) {
11351
11581
  return /*#__PURE__*/React.createElement("span", {
11352
11582
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11353
11583
  }, /*#__PURE__*/React.createElement("style", {
11354
- children: loadingCircleStyle$3E
11584
+ children: loadingCircleStyle$3H
11355
11585
  }), /*#__PURE__*/React.createElement("svg", _extends({
11356
11586
  xmlns: "http://www.w3.org/2000/svg",
11357
11587
  width: size,
@@ -11385,7 +11615,7 @@ Rename.defaultProps = {
11385
11615
  size: '16'
11386
11616
  };
11387
11617
 
11388
- var loadingCircleStyle$3F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11618
+ 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 }';
11389
11619
 
11390
11620
  var PlayCircle = function PlayCircle(props) {
11391
11621
  var color = props.color,
@@ -11399,7 +11629,99 @@ var PlayCircle = function PlayCircle(props) {
11399
11629
  return /*#__PURE__*/React.createElement("span", {
11400
11630
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11401
11631
  }, /*#__PURE__*/React.createElement("style", {
11402
- children: loadingCircleStyle$3F
11632
+ children: loadingCircleStyle$3I
11633
+ }), /*#__PURE__*/React.createElement("svg", _extends({
11634
+ xmlns: "http://www.w3.org/2000/svg",
11635
+ width: size,
11636
+ height: size,
11637
+ viewBox: "0 0 24 24",
11638
+ fill: color
11639
+ }, otherProps, {
11640
+ className: iconClassName,
11641
+ style: _objectSpread2(_objectSpread2({}, style), spin ? {
11642
+ animationDuration: '1s',
11643
+ animationIterationCount: 'infinite',
11644
+ animationName: 'loadingCircle',
11645
+ animationTimingFunction: 'linear'
11646
+ } : {})
11647
+ }), /*#__PURE__*/React.createElement("path", {
11648
+ 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"
11649
+ })));
11650
+ };
11651
+
11652
+ PlayCircle.propTypes = {
11653
+ iconClassName: PropTypes.string,
11654
+ spin: PropTypes.bool,
11655
+ color: PropTypes.string,
11656
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
11657
+ };
11658
+ PlayCircle.defaultProps = {
11659
+ spin: false,
11660
+ color: 'currentColor',
11661
+ size: '16'
11662
+ };
11663
+
11664
+ 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 }';
11665
+
11666
+ var PauseCircle = function PauseCircle(props) {
11667
+ var color = props.color,
11668
+ size = props.size,
11669
+ spin = props.spin,
11670
+ style = props.style,
11671
+ className = props.className,
11672
+ iconClassName = props.iconClassName,
11673
+ otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className", "iconClassName"]);
11674
+
11675
+ return /*#__PURE__*/React.createElement("span", {
11676
+ className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11677
+ }, /*#__PURE__*/React.createElement("style", {
11678
+ children: loadingCircleStyle$3J
11679
+ }), /*#__PURE__*/React.createElement("svg", _extends({
11680
+ xmlns: "http://www.w3.org/2000/svg",
11681
+ width: size,
11682
+ height: size,
11683
+ viewBox: "0 0 24 24",
11684
+ fill: color
11685
+ }, otherProps, {
11686
+ className: iconClassName,
11687
+ style: _objectSpread2(_objectSpread2({}, style), spin ? {
11688
+ animationDuration: '1s',
11689
+ animationIterationCount: 'infinite',
11690
+ animationName: 'loadingCircle',
11691
+ animationTimingFunction: 'linear'
11692
+ } : {})
11693
+ }), /*#__PURE__*/React.createElement("path", {
11694
+ 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"
11695
+ })));
11696
+ };
11697
+
11698
+ PauseCircle.propTypes = {
11699
+ iconClassName: PropTypes.string,
11700
+ spin: PropTypes.bool,
11701
+ color: PropTypes.string,
11702
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
11703
+ };
11704
+ PauseCircle.defaultProps = {
11705
+ spin: false,
11706
+ color: 'currentColor',
11707
+ size: '16'
11708
+ };
11709
+
11710
+ 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 }';
11711
+
11712
+ var Upload = function Upload(props) {
11713
+ var color = props.color,
11714
+ size = props.size,
11715
+ spin = props.spin,
11716
+ style = props.style,
11717
+ className = props.className,
11718
+ iconClassName = props.iconClassName,
11719
+ otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className", "iconClassName"]);
11720
+
11721
+ return /*#__PURE__*/React.createElement("span", {
11722
+ className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11723
+ }, /*#__PURE__*/React.createElement("style", {
11724
+ children: loadingCircleStyle$3K
11403
11725
  }), /*#__PURE__*/React.createElement("svg", _extends({
11404
11726
  xmlns: "http://www.w3.org/2000/svg",
11405
11727
  width: size,
@@ -11415,25 +11737,29 @@ var PlayCircle = function PlayCircle(props) {
11415
11737
  animationTimingFunction: 'linear'
11416
11738
  } : {})
11417
11739
  }), /*#__PURE__*/React.createElement("path", {
11418
- 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"
11740
+ fillRule: "evenodd",
11741
+ clipRule: "evenodd",
11742
+ 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"
11743
+ }), /*#__PURE__*/React.createElement("path", {
11744
+ 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"
11419
11745
  })));
11420
11746
  };
11421
11747
 
11422
- PlayCircle.propTypes = {
11748
+ Upload.propTypes = {
11423
11749
  iconClassName: PropTypes.string,
11424
11750
  spin: PropTypes.bool,
11425
11751
  color: PropTypes.string,
11426
11752
  size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
11427
11753
  };
11428
- PlayCircle.defaultProps = {
11754
+ Upload.defaultProps = {
11429
11755
  spin: false,
11430
11756
  color: 'currentColor',
11431
11757
  size: '16'
11432
11758
  };
11433
11759
 
11434
- var loadingCircleStyle$3G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11760
+ 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 }';
11435
11761
 
11436
- var PauseCircle = function PauseCircle(props) {
11762
+ var UpdateData = function UpdateData(props) {
11437
11763
  var color = props.color,
11438
11764
  size = props.size,
11439
11765
  spin = props.spin,
@@ -11445,7 +11771,7 @@ var PauseCircle = function PauseCircle(props) {
11445
11771
  return /*#__PURE__*/React.createElement("span", {
11446
11772
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11447
11773
  }, /*#__PURE__*/React.createElement("style", {
11448
- children: loadingCircleStyle$3G
11774
+ children: loadingCircleStyle$3L
11449
11775
  }), /*#__PURE__*/React.createElement("svg", _extends({
11450
11776
  xmlns: "http://www.w3.org/2000/svg",
11451
11777
  width: size,
@@ -11461,23 +11787,27 @@ var PauseCircle = function PauseCircle(props) {
11461
11787
  animationTimingFunction: 'linear'
11462
11788
  } : {})
11463
11789
  }), /*#__PURE__*/React.createElement("path", {
11464
- d: "M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 100-16.001A8 8 0 0012 20zM9 9h2v6H9V9zm4 0h2v6h-2V9z"
11790
+ d: "M13 12h3l-4-4-4 4h3v4h2v-4z"
11791
+ }), /*#__PURE__*/React.createElement("path", {
11792
+ fillRule: "evenodd",
11793
+ clipRule: "evenodd",
11794
+ 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"
11465
11795
  })));
11466
11796
  };
11467
11797
 
11468
- PauseCircle.propTypes = {
11798
+ UpdateData.propTypes = {
11469
11799
  iconClassName: PropTypes.string,
11470
11800
  spin: PropTypes.bool,
11471
11801
  color: PropTypes.string,
11472
11802
  size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
11473
11803
  };
11474
- PauseCircle.defaultProps = {
11804
+ UpdateData.defaultProps = {
11475
11805
  spin: false,
11476
11806
  color: 'currentColor',
11477
11807
  size: '16'
11478
11808
  };
11479
11809
 
11480
- var loadingCircleStyle$3H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11810
+ 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 }';
11481
11811
 
11482
11812
  var Report = function Report(props) {
11483
11813
  var color = props.color,
@@ -11491,7 +11821,7 @@ var Report = function Report(props) {
11491
11821
  return /*#__PURE__*/React.createElement("span", {
11492
11822
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11493
11823
  }, /*#__PURE__*/React.createElement("style", {
11494
- children: loadingCircleStyle$3H
11824
+ children: loadingCircleStyle$3M
11495
11825
  }), /*#__PURE__*/React.createElement("svg", _extends({
11496
11826
  xmlns: "http://www.w3.org/2000/svg",
11497
11827
  width: size,
@@ -11523,7 +11853,7 @@ Report.defaultProps = {
11523
11853
  size: '16'
11524
11854
  };
11525
11855
 
11526
- var loadingCircleStyle$3I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11856
+ 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 }';
11527
11857
 
11528
11858
  var ReportRemoval = function ReportRemoval(props) {
11529
11859
  var color = props.color,
@@ -11537,7 +11867,7 @@ var ReportRemoval = function ReportRemoval(props) {
11537
11867
  return /*#__PURE__*/React.createElement("span", {
11538
11868
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11539
11869
  }, /*#__PURE__*/React.createElement("style", {
11540
- children: loadingCircleStyle$3I
11870
+ children: loadingCircleStyle$3N
11541
11871
  }), /*#__PURE__*/React.createElement("svg", _extends({
11542
11872
  xmlns: "http://www.w3.org/2000/svg",
11543
11873
  width: size,
@@ -11577,7 +11907,7 @@ ReportRemoval.defaultProps = {
11577
11907
  size: '16'
11578
11908
  };
11579
11909
 
11580
- var loadingCircleStyle$3J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11910
+ 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 }';
11581
11911
 
11582
11912
  var FileAdd = function FileAdd(props) {
11583
11913
  var color = props.color,
@@ -11591,7 +11921,7 @@ var FileAdd = function FileAdd(props) {
11591
11921
  return /*#__PURE__*/React.createElement("span", {
11592
11922
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11593
11923
  }, /*#__PURE__*/React.createElement("style", {
11594
- children: loadingCircleStyle$3J
11924
+ children: loadingCircleStyle$3O
11595
11925
  }), /*#__PURE__*/React.createElement("svg", _extends({
11596
11926
  xmlns: "http://www.w3.org/2000/svg",
11597
11927
  width: size,
@@ -11623,7 +11953,7 @@ FileAdd.defaultProps = {
11623
11953
  size: '16'
11624
11954
  };
11625
11955
 
11626
- var loadingCircleStyle$3K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11956
+ 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 }';
11627
11957
 
11628
11958
  var FileRemove = function FileRemove(props) {
11629
11959
  var color = props.color,
@@ -11637,7 +11967,7 @@ var FileRemove = function FileRemove(props) {
11637
11967
  return /*#__PURE__*/React.createElement("span", {
11638
11968
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11639
11969
  }, /*#__PURE__*/React.createElement("style", {
11640
- children: loadingCircleStyle$3K
11970
+ children: loadingCircleStyle$3P
11641
11971
  }), /*#__PURE__*/React.createElement("svg", _extends({
11642
11972
  xmlns: "http://www.w3.org/2000/svg",
11643
11973
  width: size,
@@ -11671,7 +12001,7 @@ FileRemove.defaultProps = {
11671
12001
  size: '16'
11672
12002
  };
11673
12003
 
11674
- var loadingCircleStyle$3L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12004
+ 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 }';
11675
12005
 
11676
12006
  var FileExport = function FileExport(props) {
11677
12007
  var color = props.color,
@@ -11685,7 +12015,7 @@ var FileExport = function FileExport(props) {
11685
12015
  return /*#__PURE__*/React.createElement("span", {
11686
12016
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11687
12017
  }, /*#__PURE__*/React.createElement("style", {
11688
- children: loadingCircleStyle$3L
12018
+ children: loadingCircleStyle$3Q
11689
12019
  }), /*#__PURE__*/React.createElement("svg", _extends({
11690
12020
  xmlns: "http://www.w3.org/2000/svg",
11691
12021
  width: size,
@@ -11717,7 +12047,7 @@ FileExport.defaultProps = {
11717
12047
  size: '16'
11718
12048
  };
11719
12049
 
11720
- var loadingCircleStyle$3M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12050
+ 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 }';
11721
12051
 
11722
12052
  var FileMove = function FileMove(props) {
11723
12053
  var color = props.color,
@@ -11731,7 +12061,7 @@ var FileMove = function FileMove(props) {
11731
12061
  return /*#__PURE__*/React.createElement("span", {
11732
12062
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11733
12063
  }, /*#__PURE__*/React.createElement("style", {
11734
- children: loadingCircleStyle$3M
12064
+ children: loadingCircleStyle$3R
11735
12065
  }), /*#__PURE__*/React.createElement("svg", _extends({
11736
12066
  xmlns: "http://www.w3.org/2000/svg",
11737
12067
  width: size,
@@ -11763,7 +12093,7 @@ FileMove.defaultProps = {
11763
12093
  size: '16'
11764
12094
  };
11765
12095
 
11766
- var loadingCircleStyle$3N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12096
+ 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 }';
11767
12097
 
11768
12098
  var FileImport = function FileImport(props) {
11769
12099
  var color = props.color,
@@ -11777,7 +12107,7 @@ var FileImport = function FileImport(props) {
11777
12107
  return /*#__PURE__*/React.createElement("span", {
11778
12108
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11779
12109
  }, /*#__PURE__*/React.createElement("style", {
11780
- children: loadingCircleStyle$3N
12110
+ children: loadingCircleStyle$3S
11781
12111
  }), /*#__PURE__*/React.createElement("svg", _extends({
11782
12112
  xmlns: "http://www.w3.org/2000/svg",
11783
12113
  width: size,
@@ -11809,7 +12139,7 @@ FileImport.defaultProps = {
11809
12139
  size: '16'
11810
12140
  };
11811
12141
 
11812
- var loadingCircleStyle$3O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12142
+ 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 }';
11813
12143
 
11814
12144
  var FileInfo = function FileInfo(props) {
11815
12145
  var color = props.color,
@@ -11823,7 +12153,7 @@ var FileInfo = function FileInfo(props) {
11823
12153
  return /*#__PURE__*/React.createElement("span", {
11824
12154
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11825
12155
  }, /*#__PURE__*/React.createElement("style", {
11826
- children: loadingCircleStyle$3O
12156
+ children: loadingCircleStyle$3T
11827
12157
  }), /*#__PURE__*/React.createElement("svg", _extends({
11828
12158
  xmlns: "http://www.w3.org/2000/svg",
11829
12159
  width: size,
@@ -11855,7 +12185,7 @@ FileInfo.defaultProps = {
11855
12185
  size: '16'
11856
12186
  };
11857
12187
 
11858
- var loadingCircleStyle$3P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12188
+ 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 }';
11859
12189
 
11860
12190
  var FileConvert = function FileConvert(props) {
11861
12191
  var color = props.color,
@@ -11869,7 +12199,7 @@ var FileConvert = function FileConvert(props) {
11869
12199
  return /*#__PURE__*/React.createElement("span", {
11870
12200
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11871
12201
  }, /*#__PURE__*/React.createElement("style", {
11872
- children: loadingCircleStyle$3P
12202
+ children: loadingCircleStyle$3U
11873
12203
  }), /*#__PURE__*/React.createElement("svg", _extends({
11874
12204
  xmlns: "http://www.w3.org/2000/svg",
11875
12205
  width: size,
@@ -11907,7 +12237,7 @@ FileConvert.defaultProps = {
11907
12237
  size: '16'
11908
12238
  };
11909
12239
 
11910
- var loadingCircleStyle$3Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12240
+ 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 }';
11911
12241
 
11912
12242
  var AssetConvert = function AssetConvert(props) {
11913
12243
  var color = props.color,
@@ -11921,7 +12251,7 @@ var AssetConvert = function AssetConvert(props) {
11921
12251
  return /*#__PURE__*/React.createElement("span", {
11922
12252
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11923
12253
  }, /*#__PURE__*/React.createElement("style", {
11924
- children: loadingCircleStyle$3Q
12254
+ children: loadingCircleStyle$3V
11925
12255
  }), /*#__PURE__*/React.createElement("svg", _extends({
11926
12256
  xmlns: "http://www.w3.org/2000/svg",
11927
12257
  width: size,
@@ -11959,7 +12289,7 @@ AssetConvert.defaultProps = {
11959
12289
  size: '16'
11960
12290
  };
11961
12291
 
11962
- var loadingCircleStyle$3R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12292
+ 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 }';
11963
12293
 
11964
12294
  var FileLock = function FileLock(props) {
11965
12295
  var color = props.color,
@@ -11973,7 +12303,7 @@ var FileLock = function FileLock(props) {
11973
12303
  return /*#__PURE__*/React.createElement("span", {
11974
12304
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11975
12305
  }, /*#__PURE__*/React.createElement("style", {
11976
- children: loadingCircleStyle$3R
12306
+ children: loadingCircleStyle$3W
11977
12307
  }), /*#__PURE__*/React.createElement("svg", _extends({
11978
12308
  xmlns: "http://www.w3.org/2000/svg",
11979
12309
  width: size,
@@ -12005,7 +12335,7 @@ FileLock.defaultProps = {
12005
12335
  size: '16'
12006
12336
  };
12007
12337
 
12008
- var loadingCircleStyle$3S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12338
+ 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 }';
12009
12339
 
12010
12340
  var FilePdf = function FilePdf(props) {
12011
12341
  var color = props.color,
@@ -12019,7 +12349,7 @@ var FilePdf = function FilePdf(props) {
12019
12349
  return /*#__PURE__*/React.createElement("span", {
12020
12350
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12021
12351
  }, /*#__PURE__*/React.createElement("style", {
12022
- children: loadingCircleStyle$3S
12352
+ children: loadingCircleStyle$3X
12023
12353
  }), /*#__PURE__*/React.createElement("svg", _extends({
12024
12354
  xmlns: "http://www.w3.org/2000/svg",
12025
12355
  width: size,
@@ -12051,7 +12381,7 @@ FilePdf.defaultProps = {
12051
12381
  size: '16'
12052
12382
  };
12053
12383
 
12054
- var loadingCircleStyle$3T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12384
+ 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 }';
12055
12385
 
12056
12386
  var Detail = function Detail(props) {
12057
12387
  var color = props.color,
@@ -12065,7 +12395,7 @@ var Detail = function Detail(props) {
12065
12395
  return /*#__PURE__*/React.createElement("span", {
12066
12396
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12067
12397
  }, /*#__PURE__*/React.createElement("style", {
12068
- children: loadingCircleStyle$3T
12398
+ children: loadingCircleStyle$3Y
12069
12399
  }), /*#__PURE__*/React.createElement("svg", _extends({
12070
12400
  xmlns: "http://www.w3.org/2000/svg",
12071
12401
  width: size,
@@ -12081,7 +12411,7 @@ var Detail = function Detail(props) {
12081
12411
  animationTimingFunction: 'linear'
12082
12412
  } : {})
12083
12413
  }), /*#__PURE__*/React.createElement("path", {
12084
- 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"
12414
+ 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"
12085
12415
  })));
12086
12416
  };
12087
12417
 
@@ -12097,7 +12427,7 @@ Detail.defaultProps = {
12097
12427
  size: '16'
12098
12428
  };
12099
12429
 
12100
- var loadingCircleStyle$3U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12430
+ var loadingCircleStyle$3Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12101
12431
 
12102
12432
  var MessageCenter = function MessageCenter(props) {
12103
12433
  var color = props.color,
@@ -12111,7 +12441,7 @@ var MessageCenter = function MessageCenter(props) {
12111
12441
  return /*#__PURE__*/React.createElement("span", {
12112
12442
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12113
12443
  }, /*#__PURE__*/React.createElement("style", {
12114
- children: loadingCircleStyle$3U
12444
+ children: loadingCircleStyle$3Z
12115
12445
  }), /*#__PURE__*/React.createElement("svg", _extends({
12116
12446
  xmlns: "http://www.w3.org/2000/svg",
12117
12447
  width: size,
@@ -12151,7 +12481,7 @@ MessageCenter.defaultProps = {
12151
12481
  size: '16'
12152
12482
  };
12153
12483
 
12154
- var loadingCircleStyle$3V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12484
+ 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 }';
12155
12485
 
12156
12486
  var SystemMsg = function SystemMsg(props) {
12157
12487
  var color = props.color,
@@ -12165,7 +12495,7 @@ var SystemMsg = function SystemMsg(props) {
12165
12495
  return /*#__PURE__*/React.createElement("span", {
12166
12496
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12167
12497
  }, /*#__PURE__*/React.createElement("style", {
12168
- children: loadingCircleStyle$3V
12498
+ children: loadingCircleStyle$3_
12169
12499
  }), /*#__PURE__*/React.createElement("svg", _extends({
12170
12500
  xmlns: "http://www.w3.org/2000/svg",
12171
12501
  width: size,
@@ -12203,7 +12533,7 @@ SystemMsg.defaultProps = {
12203
12533
  size: '16'
12204
12534
  };
12205
12535
 
12206
- var loadingCircleStyle$3W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12536
+ 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 }';
12207
12537
 
12208
12538
  var Comment = function Comment(props) {
12209
12539
  var color = props.color,
@@ -12217,7 +12547,7 @@ var Comment = function Comment(props) {
12217
12547
  return /*#__PURE__*/React.createElement("span", {
12218
12548
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12219
12549
  }, /*#__PURE__*/React.createElement("style", {
12220
- children: loadingCircleStyle$3W
12550
+ children: loadingCircleStyle$3$
12221
12551
  }), /*#__PURE__*/React.createElement("svg", _extends({
12222
12552
  xmlns: "http://www.w3.org/2000/svg",
12223
12553
  width: size,
@@ -12253,7 +12583,7 @@ Comment.defaultProps = {
12253
12583
  size: '16'
12254
12584
  };
12255
12585
 
12256
- var loadingCircleStyle$3X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12586
+ 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 }';
12257
12587
 
12258
12588
  var Book = function Book(props) {
12259
12589
  var color = props.color,
@@ -12267,7 +12597,7 @@ var Book = function Book(props) {
12267
12597
  return /*#__PURE__*/React.createElement("span", {
12268
12598
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12269
12599
  }, /*#__PURE__*/React.createElement("style", {
12270
- children: loadingCircleStyle$3X
12600
+ children: loadingCircleStyle$40
12271
12601
  }), /*#__PURE__*/React.createElement("svg", _extends({
12272
12602
  xmlns: "http://www.w3.org/2000/svg",
12273
12603
  width: size,
@@ -12299,7 +12629,7 @@ Book.defaultProps = {
12299
12629
  size: '16'
12300
12630
  };
12301
12631
 
12302
- var loadingCircleStyle$3Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12632
+ 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 }';
12303
12633
 
12304
12634
  var Book2 = function Book2(props) {
12305
12635
  var color = props.color,
@@ -12313,7 +12643,7 @@ var Book2 = function Book2(props) {
12313
12643
  return /*#__PURE__*/React.createElement("span", {
12314
12644
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12315
12645
  }, /*#__PURE__*/React.createElement("style", {
12316
- children: loadingCircleStyle$3Y
12646
+ children: loadingCircleStyle$41
12317
12647
  }), /*#__PURE__*/React.createElement("svg", _extends({
12318
12648
  xmlns: "http://www.w3.org/2000/svg",
12319
12649
  width: size,
@@ -12345,7 +12675,7 @@ Book2.defaultProps = {
12345
12675
  size: '16'
12346
12676
  };
12347
12677
 
12348
- var loadingCircleStyle$3Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12678
+ 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 }';
12349
12679
 
12350
12680
  var Sticker = function Sticker(props) {
12351
12681
  var color = props.color,
@@ -12359,7 +12689,7 @@ var Sticker = function Sticker(props) {
12359
12689
  return /*#__PURE__*/React.createElement("span", {
12360
12690
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12361
12691
  }, /*#__PURE__*/React.createElement("style", {
12362
- children: loadingCircleStyle$3Z
12692
+ children: loadingCircleStyle$42
12363
12693
  }), /*#__PURE__*/React.createElement("svg", _extends({
12364
12694
  xmlns: "http://www.w3.org/2000/svg",
12365
12695
  width: size,
@@ -12391,7 +12721,7 @@ Sticker.defaultProps = {
12391
12721
  size: '16'
12392
12722
  };
12393
12723
 
12394
- var loadingCircleStyle$3_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12724
+ 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 }';
12395
12725
 
12396
12726
  var StickerFill = function StickerFill(props) {
12397
12727
  var color = props.color,
@@ -12405,7 +12735,7 @@ var StickerFill = function StickerFill(props) {
12405
12735
  return /*#__PURE__*/React.createElement("span", {
12406
12736
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12407
12737
  }, /*#__PURE__*/React.createElement("style", {
12408
- children: loadingCircleStyle$3_
12738
+ children: loadingCircleStyle$43
12409
12739
  }), /*#__PURE__*/React.createElement("svg", _extends({
12410
12740
  xmlns: "http://www.w3.org/2000/svg",
12411
12741
  width: size,
@@ -12437,7 +12767,7 @@ StickerFill.defaultProps = {
12437
12767
  size: '16'
12438
12768
  };
12439
12769
 
12440
- var loadingCircleStyle$3$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12770
+ 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 }';
12441
12771
 
12442
12772
  var EventSm = function EventSm(props) {
12443
12773
  var color = props.color,
@@ -12451,7 +12781,7 @@ var EventSm = function EventSm(props) {
12451
12781
  return /*#__PURE__*/React.createElement("span", {
12452
12782
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12453
12783
  }, /*#__PURE__*/React.createElement("style", {
12454
- children: loadingCircleStyle$3$
12784
+ children: loadingCircleStyle$44
12455
12785
  }), /*#__PURE__*/React.createElement("svg", _extends({
12456
12786
  xmlns: "http://www.w3.org/2000/svg",
12457
12787
  width: size,
@@ -12483,7 +12813,7 @@ EventSm.defaultProps = {
12483
12813
  size: '16'
12484
12814
  };
12485
12815
 
12486
- var loadingCircleStyle$40 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12816
+ var loadingCircleStyle$45 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12487
12817
 
12488
12818
  var EPropertySm = function EPropertySm(props) {
12489
12819
  var color = props.color,
@@ -12497,7 +12827,7 @@ var EPropertySm = function EPropertySm(props) {
12497
12827
  return /*#__PURE__*/React.createElement("span", {
12498
12828
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12499
12829
  }, /*#__PURE__*/React.createElement("style", {
12500
- children: loadingCircleStyle$40
12830
+ children: loadingCircleStyle$45
12501
12831
  }), /*#__PURE__*/React.createElement("svg", _extends({
12502
12832
  xmlns: "http://www.w3.org/2000/svg",
12503
12833
  width: size,
@@ -12537,7 +12867,7 @@ EPropertySm.defaultProps = {
12537
12867
  size: '16'
12538
12868
  };
12539
12869
 
12540
- var loadingCircleStyle$41 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12870
+ 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 }';
12541
12871
 
12542
12872
  var IndicatorSm = function IndicatorSm(props) {
12543
12873
  var color = props.color,
@@ -12551,7 +12881,7 @@ var IndicatorSm = function IndicatorSm(props) {
12551
12881
  return /*#__PURE__*/React.createElement("span", {
12552
12882
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12553
12883
  }, /*#__PURE__*/React.createElement("style", {
12554
- children: loadingCircleStyle$41
12884
+ children: loadingCircleStyle$46
12555
12885
  }), /*#__PURE__*/React.createElement("svg", _extends({
12556
12886
  xmlns: "http://www.w3.org/2000/svg",
12557
12887
  width: size,
@@ -12587,7 +12917,7 @@ IndicatorSm.defaultProps = {
12587
12917
  size: '16'
12588
12918
  };
12589
12919
 
12590
- var loadingCircleStyle$42 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12920
+ 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 }';
12591
12921
 
12592
12922
  var UPropertySm = function UPropertySm(props) {
12593
12923
  var color = props.color,
@@ -12601,7 +12931,7 @@ var UPropertySm = function UPropertySm(props) {
12601
12931
  return /*#__PURE__*/React.createElement("span", {
12602
12932
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12603
12933
  }, /*#__PURE__*/React.createElement("style", {
12604
- children: loadingCircleStyle$42
12934
+ children: loadingCircleStyle$47
12605
12935
  }), /*#__PURE__*/React.createElement("svg", _extends({
12606
12936
  xmlns: "http://www.w3.org/2000/svg",
12607
12937
  width: size,
@@ -12639,7 +12969,7 @@ UPropertySm.defaultProps = {
12639
12969
  size: '16'
12640
12970
  };
12641
12971
 
12642
- var loadingCircleStyle$43 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12972
+ var loadingCircleStyle$48 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12643
12973
 
12644
12974
  var UGroupSm = function UGroupSm(props) {
12645
12975
  var color = props.color,
@@ -12653,7 +12983,7 @@ var UGroupSm = function UGroupSm(props) {
12653
12983
  return /*#__PURE__*/React.createElement("span", {
12654
12984
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12655
12985
  }, /*#__PURE__*/React.createElement("style", {
12656
- children: loadingCircleStyle$43
12986
+ children: loadingCircleStyle$48
12657
12987
  }), /*#__PURE__*/React.createElement("svg", _extends({
12658
12988
  xmlns: "http://www.w3.org/2000/svg",
12659
12989
  width: size,
@@ -12699,7 +13029,7 @@ UGroupSm.defaultProps = {
12699
13029
  size: '16'
12700
13030
  };
12701
13031
 
12702
- var loadingCircleStyle$44 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13032
+ 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 }';
12703
13033
 
12704
13034
  var UTagSm = function UTagSm(props) {
12705
13035
  var color = props.color,
@@ -12713,7 +13043,7 @@ var UTagSm = function UTagSm(props) {
12713
13043
  return /*#__PURE__*/React.createElement("span", {
12714
13044
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12715
13045
  }, /*#__PURE__*/React.createElement("style", {
12716
- children: loadingCircleStyle$44
13046
+ children: loadingCircleStyle$49
12717
13047
  }), /*#__PURE__*/React.createElement("svg", _extends({
12718
13048
  xmlns: "http://www.w3.org/2000/svg",
12719
13049
  width: size,
@@ -12749,7 +13079,7 @@ UTagSm.defaultProps = {
12749
13079
  size: '16'
12750
13080
  };
12751
13081
 
12752
- var loadingCircleStyle$45 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13082
+ 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 }';
12753
13083
 
12754
13084
  var AllGroupSm = function AllGroupSm(props) {
12755
13085
  var color = props.color,
@@ -12763,7 +13093,7 @@ var AllGroupSm = function AllGroupSm(props) {
12763
13093
  return /*#__PURE__*/React.createElement("span", {
12764
13094
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12765
13095
  }, /*#__PURE__*/React.createElement("style", {
12766
- children: loadingCircleStyle$45
13096
+ children: loadingCircleStyle$4a
12767
13097
  }), /*#__PURE__*/React.createElement("svg", _extends({
12768
13098
  xmlns: "http://www.w3.org/2000/svg",
12769
13099
  width: size,
@@ -12801,7 +13131,7 @@ AllGroupSm.defaultProps = {
12801
13131
  size: '16'
12802
13132
  };
12803
13133
 
12804
- var loadingCircleStyle$46 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13134
+ 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 }';
12805
13135
 
12806
13136
  var CalendarSm = function CalendarSm(props) {
12807
13137
  var color = props.color,
@@ -12815,7 +13145,7 @@ var CalendarSm = function CalendarSm(props) {
12815
13145
  return /*#__PURE__*/React.createElement("span", {
12816
13146
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12817
13147
  }, /*#__PURE__*/React.createElement("style", {
12818
- children: loadingCircleStyle$46
13148
+ children: loadingCircleStyle$4b
12819
13149
  }), /*#__PURE__*/React.createElement("svg", _extends({
12820
13150
  xmlns: "http://www.w3.org/2000/svg",
12821
13151
  width: size,
@@ -12847,7 +13177,7 @@ CalendarSm.defaultProps = {
12847
13177
  size: '16'
12848
13178
  };
12849
13179
 
12850
- var loadingCircleStyle$47 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13180
+ var loadingCircleStyle$4c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12851
13181
 
12852
13182
  var GroupAddSm = function GroupAddSm(props) {
12853
13183
  var color = props.color,
@@ -12861,7 +13191,7 @@ var GroupAddSm = function GroupAddSm(props) {
12861
13191
  return /*#__PURE__*/React.createElement("span", {
12862
13192
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12863
13193
  }, /*#__PURE__*/React.createElement("style", {
12864
- children: loadingCircleStyle$47
13194
+ children: loadingCircleStyle$4c
12865
13195
  }), /*#__PURE__*/React.createElement("svg", _extends({
12866
13196
  xmlns: "http://www.w3.org/2000/svg",
12867
13197
  width: size,
@@ -12899,7 +13229,7 @@ GroupAddSm.defaultProps = {
12899
13229
  size: '16'
12900
13230
  };
12901
13231
 
12902
- var loadingCircleStyle$48 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13232
+ 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 }';
12903
13233
 
12904
13234
  var BooleanSm = function BooleanSm(props) {
12905
13235
  var color = props.color,
@@ -12913,7 +13243,7 @@ var BooleanSm = function BooleanSm(props) {
12913
13243
  return /*#__PURE__*/React.createElement("span", {
12914
13244
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12915
13245
  }, /*#__PURE__*/React.createElement("style", {
12916
- children: loadingCircleStyle$48
13246
+ children: loadingCircleStyle$4d
12917
13247
  }), /*#__PURE__*/React.createElement("svg", _extends({
12918
13248
  xmlns: "http://www.w3.org/2000/svg",
12919
13249
  width: size,
@@ -12947,7 +13277,7 @@ BooleanSm.defaultProps = {
12947
13277
  size: '16'
12948
13278
  };
12949
13279
 
12950
- var loadingCircleStyle$49 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13280
+ 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 }';
12951
13281
 
12952
13282
  var ListSm = function ListSm(props) {
12953
13283
  var color = props.color,
@@ -12961,7 +13291,7 @@ var ListSm = function ListSm(props) {
12961
13291
  return /*#__PURE__*/React.createElement("span", {
12962
13292
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12963
13293
  }, /*#__PURE__*/React.createElement("style", {
12964
- children: loadingCircleStyle$49
13294
+ children: loadingCircleStyle$4e
12965
13295
  }), /*#__PURE__*/React.createElement("svg", _extends({
12966
13296
  xmlns: "http://www.w3.org/2000/svg",
12967
13297
  width: size,
@@ -13003,7 +13333,7 @@ ListSm.defaultProps = {
13003
13333
  size: '16'
13004
13334
  };
13005
13335
 
13006
- var loadingCircleStyle$4a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13336
+ var loadingCircleStyle$4f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13007
13337
 
13008
13338
  var ArrayRowsSm = function ArrayRowsSm(props) {
13009
13339
  var color = props.color,
@@ -13017,7 +13347,7 @@ var ArrayRowsSm = function ArrayRowsSm(props) {
13017
13347
  return /*#__PURE__*/React.createElement("span", {
13018
13348
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13019
13349
  }, /*#__PURE__*/React.createElement("style", {
13020
- children: loadingCircleStyle$4a
13350
+ children: loadingCircleStyle$4f
13021
13351
  }), /*#__PURE__*/React.createElement("svg", _extends({
13022
13352
  xmlns: "http://www.w3.org/2000/svg",
13023
13353
  width: size,
@@ -13051,7 +13381,7 @@ ArrayRowsSm.defaultProps = {
13051
13381
  size: '16'
13052
13382
  };
13053
13383
 
13054
- var loadingCircleStyle$4b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13384
+ var loadingCircleStyle$4g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13055
13385
 
13056
13386
  var RowsSm = function RowsSm(props) {
13057
13387
  var color = props.color,
@@ -13065,7 +13395,7 @@ var RowsSm = function RowsSm(props) {
13065
13395
  return /*#__PURE__*/React.createElement("span", {
13066
13396
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13067
13397
  }, /*#__PURE__*/React.createElement("style", {
13068
- children: loadingCircleStyle$4b
13398
+ children: loadingCircleStyle$4g
13069
13399
  }), /*#__PURE__*/React.createElement("svg", _extends({
13070
13400
  xmlns: "http://www.w3.org/2000/svg",
13071
13401
  width: size,
@@ -13107,7 +13437,7 @@ RowsSm.defaultProps = {
13107
13437
  size: '16'
13108
13438
  };
13109
13439
 
13110
- var loadingCircleStyle$4c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13440
+ 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 }';
13111
13441
 
13112
13442
  var VPropertySm = function VPropertySm(props) {
13113
13443
  var color = props.color,
@@ -13121,7 +13451,7 @@ var VPropertySm = function VPropertySm(props) {
13121
13451
  return /*#__PURE__*/React.createElement("span", {
13122
13452
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13123
13453
  }, /*#__PURE__*/React.createElement("style", {
13124
- children: loadingCircleStyle$4c
13454
+ children: loadingCircleStyle$4h
13125
13455
  }), /*#__PURE__*/React.createElement("svg", _extends({
13126
13456
  xmlns: "http://www.w3.org/2000/svg",
13127
13457
  width: size,
@@ -13159,7 +13489,7 @@ VPropertySm.defaultProps = {
13159
13489
  size: '16'
13160
13490
  };
13161
13491
 
13162
- var loadingCircleStyle$4d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13492
+ 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 }';
13163
13493
 
13164
13494
  var StringSm = function StringSm(props) {
13165
13495
  var color = props.color,
@@ -13173,7 +13503,7 @@ var StringSm = function StringSm(props) {
13173
13503
  return /*#__PURE__*/React.createElement("span", {
13174
13504
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13175
13505
  }, /*#__PURE__*/React.createElement("style", {
13176
- children: loadingCircleStyle$4d
13506
+ children: loadingCircleStyle$4i
13177
13507
  }), /*#__PURE__*/React.createElement("svg", _extends({
13178
13508
  xmlns: "http://www.w3.org/2000/svg",
13179
13509
  width: size,
@@ -13207,7 +13537,7 @@ StringSm.defaultProps = {
13207
13537
  size: '16'
13208
13538
  };
13209
13539
 
13210
- var loadingCircleStyle$4e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13540
+ 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 }';
13211
13541
 
13212
13542
  var NumSm = function NumSm(props) {
13213
13543
  var color = props.color,
@@ -13221,7 +13551,7 @@ var NumSm = function NumSm(props) {
13221
13551
  return /*#__PURE__*/React.createElement("span", {
13222
13552
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13223
13553
  }, /*#__PURE__*/React.createElement("style", {
13224
- children: loadingCircleStyle$4e
13554
+ children: loadingCircleStyle$4j
13225
13555
  }), /*#__PURE__*/React.createElement("svg", _extends({
13226
13556
  xmlns: "http://www.w3.org/2000/svg",
13227
13557
  width: size,
@@ -13255,7 +13585,7 @@ NumSm.defaultProps = {
13255
13585
  size: '16'
13256
13586
  };
13257
13587
 
13258
- var loadingCircleStyle$4f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13588
+ 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 }';
13259
13589
 
13260
13590
  var TimeSm = function TimeSm(props) {
13261
13591
  var color = props.color,
@@ -13269,7 +13599,7 @@ var TimeSm = function TimeSm(props) {
13269
13599
  return /*#__PURE__*/React.createElement("span", {
13270
13600
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13271
13601
  }, /*#__PURE__*/React.createElement("style", {
13272
- children: loadingCircleStyle$4f
13602
+ children: loadingCircleStyle$4k
13273
13603
  }), /*#__PURE__*/React.createElement("svg", _extends({
13274
13604
  xmlns: "http://www.w3.org/2000/svg",
13275
13605
  width: size,
@@ -13303,7 +13633,7 @@ TimeSm.defaultProps = {
13303
13633
  size: '16'
13304
13634
  };
13305
13635
 
13306
- var loadingCircleStyle$4g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13636
+ 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 }';
13307
13637
 
13308
13638
  var ArrowLeft = function ArrowLeft(props) {
13309
13639
  var color = props.color,
@@ -13317,7 +13647,7 @@ var ArrowLeft = function ArrowLeft(props) {
13317
13647
  return /*#__PURE__*/React.createElement("span", {
13318
13648
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13319
13649
  }, /*#__PURE__*/React.createElement("style", {
13320
- children: loadingCircleStyle$4g
13650
+ children: loadingCircleStyle$4l
13321
13651
  }), /*#__PURE__*/React.createElement("svg", _extends({
13322
13652
  xmlns: "http://www.w3.org/2000/svg",
13323
13653
  width: size,
@@ -13349,7 +13679,7 @@ ArrowLeft.defaultProps = {
13349
13679
  size: '16'
13350
13680
  };
13351
13681
 
13352
- var loadingCircleStyle$4h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13682
+ 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 }';
13353
13683
 
13354
13684
  var ArrowRight = function ArrowRight(props) {
13355
13685
  var color = props.color,
@@ -13363,7 +13693,7 @@ var ArrowRight = function ArrowRight(props) {
13363
13693
  return /*#__PURE__*/React.createElement("span", {
13364
13694
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13365
13695
  }, /*#__PURE__*/React.createElement("style", {
13366
- children: loadingCircleStyle$4h
13696
+ children: loadingCircleStyle$4m
13367
13697
  }), /*#__PURE__*/React.createElement("svg", _extends({
13368
13698
  xmlns: "http://www.w3.org/2000/svg",
13369
13699
  width: size,
@@ -13395,7 +13725,7 @@ ArrowRight.defaultProps = {
13395
13725
  size: '16'
13396
13726
  };
13397
13727
 
13398
- var loadingCircleStyle$4i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13728
+ 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 }';
13399
13729
 
13400
13730
  var ArrowUp = function ArrowUp(props) {
13401
13731
  var color = props.color,
@@ -13409,7 +13739,7 @@ var ArrowUp = function ArrowUp(props) {
13409
13739
  return /*#__PURE__*/React.createElement("span", {
13410
13740
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13411
13741
  }, /*#__PURE__*/React.createElement("style", {
13412
- children: loadingCircleStyle$4i
13742
+ children: loadingCircleStyle$4n
13413
13743
  }), /*#__PURE__*/React.createElement("svg", _extends({
13414
13744
  xmlns: "http://www.w3.org/2000/svg",
13415
13745
  width: size,
@@ -13441,7 +13771,7 @@ ArrowUp.defaultProps = {
13441
13771
  size: '16'
13442
13772
  };
13443
13773
 
13444
- var loadingCircleStyle$4j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13774
+ 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 }';
13445
13775
 
13446
13776
  var ArrowDown = function ArrowDown(props) {
13447
13777
  var color = props.color,
@@ -13455,7 +13785,7 @@ var ArrowDown = function ArrowDown(props) {
13455
13785
  return /*#__PURE__*/React.createElement("span", {
13456
13786
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13457
13787
  }, /*#__PURE__*/React.createElement("style", {
13458
- children: loadingCircleStyle$4j
13788
+ children: loadingCircleStyle$4o
13459
13789
  }), /*#__PURE__*/React.createElement("svg", _extends({
13460
13790
  xmlns: "http://www.w3.org/2000/svg",
13461
13791
  width: size,
@@ -13487,7 +13817,7 @@ ArrowDown.defaultProps = {
13487
13817
  size: '16'
13488
13818
  };
13489
13819
 
13490
- var loadingCircleStyle$4k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13820
+ 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 }';
13491
13821
 
13492
13822
  var ArrowLeft2 = function ArrowLeft2(props) {
13493
13823
  var color = props.color,
@@ -13501,7 +13831,7 @@ var ArrowLeft2 = function ArrowLeft2(props) {
13501
13831
  return /*#__PURE__*/React.createElement("span", {
13502
13832
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13503
13833
  }, /*#__PURE__*/React.createElement("style", {
13504
- children: loadingCircleStyle$4k
13834
+ children: loadingCircleStyle$4p
13505
13835
  }), /*#__PURE__*/React.createElement("svg", _extends({
13506
13836
  xmlns: "http://www.w3.org/2000/svg",
13507
13837
  width: size,
@@ -13533,7 +13863,7 @@ ArrowLeft2.defaultProps = {
13533
13863
  size: '16'
13534
13864
  };
13535
13865
 
13536
- var loadingCircleStyle$4l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13866
+ 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 }';
13537
13867
 
13538
13868
  var ArrowRight2 = function ArrowRight2(props) {
13539
13869
  var color = props.color,
@@ -13547,7 +13877,7 @@ var ArrowRight2 = function ArrowRight2(props) {
13547
13877
  return /*#__PURE__*/React.createElement("span", {
13548
13878
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13549
13879
  }, /*#__PURE__*/React.createElement("style", {
13550
- children: loadingCircleStyle$4l
13880
+ children: loadingCircleStyle$4q
13551
13881
  }), /*#__PURE__*/React.createElement("svg", _extends({
13552
13882
  xmlns: "http://www.w3.org/2000/svg",
13553
13883
  width: size,
@@ -13579,7 +13909,7 @@ ArrowRight2.defaultProps = {
13579
13909
  size: '16'
13580
13910
  };
13581
13911
 
13582
- var loadingCircleStyle$4m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13912
+ 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 }';
13583
13913
 
13584
13914
  var ArrowUp2 = function ArrowUp2(props) {
13585
13915
  var color = props.color,
@@ -13593,7 +13923,7 @@ var ArrowUp2 = function ArrowUp2(props) {
13593
13923
  return /*#__PURE__*/React.createElement("span", {
13594
13924
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13595
13925
  }, /*#__PURE__*/React.createElement("style", {
13596
- children: loadingCircleStyle$4m
13926
+ children: loadingCircleStyle$4r
13597
13927
  }), /*#__PURE__*/React.createElement("svg", _extends({
13598
13928
  xmlns: "http://www.w3.org/2000/svg",
13599
13929
  width: size,
@@ -13625,7 +13955,7 @@ ArrowUp2.defaultProps = {
13625
13955
  size: '16'
13626
13956
  };
13627
13957
 
13628
- var loadingCircleStyle$4n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13958
+ 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 }';
13629
13959
 
13630
13960
  var ArrowDown2 = function ArrowDown2(props) {
13631
13961
  var color = props.color,
@@ -13639,7 +13969,7 @@ var ArrowDown2 = function ArrowDown2(props) {
13639
13969
  return /*#__PURE__*/React.createElement("span", {
13640
13970
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13641
13971
  }, /*#__PURE__*/React.createElement("style", {
13642
- children: loadingCircleStyle$4n
13972
+ children: loadingCircleStyle$4s
13643
13973
  }), /*#__PURE__*/React.createElement("svg", _extends({
13644
13974
  xmlns: "http://www.w3.org/2000/svg",
13645
13975
  width: size,
@@ -13671,7 +14001,7 @@ ArrowDown2.defaultProps = {
13671
14001
  size: '16'
13672
14002
  };
13673
14003
 
13674
- var loadingCircleStyle$4o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14004
+ 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 }';
13675
14005
 
13676
14006
  var TriLeft = function TriLeft(props) {
13677
14007
  var color = props.color,
@@ -13685,7 +14015,7 @@ var TriLeft = function TriLeft(props) {
13685
14015
  return /*#__PURE__*/React.createElement("span", {
13686
14016
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13687
14017
  }, /*#__PURE__*/React.createElement("style", {
13688
- children: loadingCircleStyle$4o
14018
+ children: loadingCircleStyle$4t
13689
14019
  }), /*#__PURE__*/React.createElement("svg", _extends({
13690
14020
  xmlns: "http://www.w3.org/2000/svg",
13691
14021
  width: size,
@@ -13717,7 +14047,7 @@ TriLeft.defaultProps = {
13717
14047
  size: '16'
13718
14048
  };
13719
14049
 
13720
- var loadingCircleStyle$4p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14050
+ 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 }';
13721
14051
 
13722
14052
  var TriRight = function TriRight(props) {
13723
14053
  var color = props.color,
@@ -13731,7 +14061,7 @@ var TriRight = function TriRight(props) {
13731
14061
  return /*#__PURE__*/React.createElement("span", {
13732
14062
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13733
14063
  }, /*#__PURE__*/React.createElement("style", {
13734
- children: loadingCircleStyle$4p
14064
+ children: loadingCircleStyle$4u
13735
14065
  }), /*#__PURE__*/React.createElement("svg", _extends({
13736
14066
  xmlns: "http://www.w3.org/2000/svg",
13737
14067
  width: size,
@@ -13763,7 +14093,7 @@ TriRight.defaultProps = {
13763
14093
  size: '16'
13764
14094
  };
13765
14095
 
13766
- var loadingCircleStyle$4q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14096
+ 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 }';
13767
14097
 
13768
14098
  var TriUp = function TriUp(props) {
13769
14099
  var color = props.color,
@@ -13777,7 +14107,7 @@ var TriUp = function TriUp(props) {
13777
14107
  return /*#__PURE__*/React.createElement("span", {
13778
14108
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13779
14109
  }, /*#__PURE__*/React.createElement("style", {
13780
- children: loadingCircleStyle$4q
14110
+ children: loadingCircleStyle$4v
13781
14111
  }), /*#__PURE__*/React.createElement("svg", _extends({
13782
14112
  xmlns: "http://www.w3.org/2000/svg",
13783
14113
  width: size,
@@ -13809,7 +14139,7 @@ TriUp.defaultProps = {
13809
14139
  size: '16'
13810
14140
  };
13811
14141
 
13812
- var loadingCircleStyle$4r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14142
+ 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 }';
13813
14143
 
13814
14144
  var TriDown = function TriDown(props) {
13815
14145
  var color = props.color,
@@ -13823,7 +14153,7 @@ var TriDown = function TriDown(props) {
13823
14153
  return /*#__PURE__*/React.createElement("span", {
13824
14154
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13825
14155
  }, /*#__PURE__*/React.createElement("style", {
13826
- children: loadingCircleStyle$4r
14156
+ children: loadingCircleStyle$4w
13827
14157
  }), /*#__PURE__*/React.createElement("svg", _extends({
13828
14158
  xmlns: "http://www.w3.org/2000/svg",
13829
14159
  width: size,
@@ -13855,7 +14185,7 @@ TriDown.defaultProps = {
13855
14185
  size: '16'
13856
14186
  };
13857
14187
 
13858
- var loadingCircleStyle$4s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14188
+ 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 }';
13859
14189
 
13860
14190
  var DArrowL = function DArrowL(props) {
13861
14191
  var color = props.color,
@@ -13869,7 +14199,7 @@ var DArrowL = function DArrowL(props) {
13869
14199
  return /*#__PURE__*/React.createElement("span", {
13870
14200
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13871
14201
  }, /*#__PURE__*/React.createElement("style", {
13872
- children: loadingCircleStyle$4s
14202
+ children: loadingCircleStyle$4x
13873
14203
  }), /*#__PURE__*/React.createElement("svg", _extends({
13874
14204
  xmlns: "http://www.w3.org/2000/svg",
13875
14205
  width: size,
@@ -13903,7 +14233,7 @@ DArrowL.defaultProps = {
13903
14233
  size: '16'
13904
14234
  };
13905
14235
 
13906
- var loadingCircleStyle$4t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14236
+ 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 }';
13907
14237
 
13908
14238
  var DArrowR = function DArrowR(props) {
13909
14239
  var color = props.color,
@@ -13917,7 +14247,7 @@ var DArrowR = function DArrowR(props) {
13917
14247
  return /*#__PURE__*/React.createElement("span", {
13918
14248
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13919
14249
  }, /*#__PURE__*/React.createElement("style", {
13920
- children: loadingCircleStyle$4t
14250
+ children: loadingCircleStyle$4y
13921
14251
  }), /*#__PURE__*/React.createElement("svg", _extends({
13922
14252
  xmlns: "http://www.w3.org/2000/svg",
13923
14253
  width: size,
@@ -13951,7 +14281,7 @@ DArrowR.defaultProps = {
13951
14281
  size: '16'
13952
14282
  };
13953
14283
 
13954
- var loadingCircleStyle$4u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14284
+ 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 }';
13955
14285
 
13956
14286
  var DArrowT = function DArrowT(props) {
13957
14287
  var color = props.color,
@@ -13965,7 +14295,7 @@ var DArrowT = function DArrowT(props) {
13965
14295
  return /*#__PURE__*/React.createElement("span", {
13966
14296
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13967
14297
  }, /*#__PURE__*/React.createElement("style", {
13968
- children: loadingCircleStyle$4u
14298
+ children: loadingCircleStyle$4z
13969
14299
  }), /*#__PURE__*/React.createElement("svg", _extends({
13970
14300
  xmlns: "http://www.w3.org/2000/svg",
13971
14301
  width: size,
@@ -13999,7 +14329,7 @@ DArrowT.defaultProps = {
13999
14329
  size: '16'
14000
14330
  };
14001
14331
 
14002
- var loadingCircleStyle$4v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14332
+ 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 }';
14003
14333
 
14004
14334
  var DArrowB = function DArrowB(props) {
14005
14335
  var color = props.color,
@@ -14013,7 +14343,7 @@ var DArrowB = function DArrowB(props) {
14013
14343
  return /*#__PURE__*/React.createElement("span", {
14014
14344
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14015
14345
  }, /*#__PURE__*/React.createElement("style", {
14016
- children: loadingCircleStyle$4v
14346
+ children: loadingCircleStyle$4A
14017
14347
  }), /*#__PURE__*/React.createElement("svg", _extends({
14018
14348
  xmlns: "http://www.w3.org/2000/svg",
14019
14349
  width: size,
@@ -14047,7 +14377,7 @@ DArrowB.defaultProps = {
14047
14377
  size: '16'
14048
14378
  };
14049
14379
 
14050
- var loadingCircleStyle$4w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14380
+ 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 }';
14051
14381
 
14052
14382
  var DropDown = function DropDown(props) {
14053
14383
  var color = props.color,
@@ -14061,7 +14391,7 @@ var DropDown = function DropDown(props) {
14061
14391
  return /*#__PURE__*/React.createElement("span", {
14062
14392
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14063
14393
  }, /*#__PURE__*/React.createElement("style", {
14064
- children: loadingCircleStyle$4w
14394
+ children: loadingCircleStyle$4B
14065
14395
  }), /*#__PURE__*/React.createElement("svg", _extends({
14066
14396
  xmlns: "http://www.w3.org/2000/svg",
14067
14397
  width: size,
@@ -14093,7 +14423,7 @@ DropDown.defaultProps = {
14093
14423
  size: '16'
14094
14424
  };
14095
14425
 
14096
- var loadingCircleStyle$4x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14426
+ 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 }';
14097
14427
 
14098
14428
  var DropUp = function DropUp(props) {
14099
14429
  var color = props.color,
@@ -14107,7 +14437,7 @@ var DropUp = function DropUp(props) {
14107
14437
  return /*#__PURE__*/React.createElement("span", {
14108
14438
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14109
14439
  }, /*#__PURE__*/React.createElement("style", {
14110
- children: loadingCircleStyle$4x
14440
+ children: loadingCircleStyle$4C
14111
14441
  }), /*#__PURE__*/React.createElement("svg", _extends({
14112
14442
  xmlns: "http://www.w3.org/2000/svg",
14113
14443
  width: size,
@@ -14139,7 +14469,7 @@ DropUp.defaultProps = {
14139
14469
  size: '16'
14140
14470
  };
14141
14471
 
14142
- var loadingCircleStyle$4y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14472
+ 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 }';
14143
14473
 
14144
14474
  var More1 = function More1(props) {
14145
14475
  var color = props.color,
@@ -14153,7 +14483,7 @@ var More1 = function More1(props) {
14153
14483
  return /*#__PURE__*/React.createElement("span", {
14154
14484
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14155
14485
  }, /*#__PURE__*/React.createElement("style", {
14156
- children: loadingCircleStyle$4y
14486
+ children: loadingCircleStyle$4D
14157
14487
  }), /*#__PURE__*/React.createElement("svg", _extends({
14158
14488
  xmlns: "http://www.w3.org/2000/svg",
14159
14489
  width: size,
@@ -14185,7 +14515,7 @@ More1.defaultProps = {
14185
14515
  size: '16'
14186
14516
  };
14187
14517
 
14188
- var loadingCircleStyle$4z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14518
+ 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 }';
14189
14519
 
14190
14520
  var More2 = function More2(props) {
14191
14521
  var color = props.color,
@@ -14199,7 +14529,7 @@ var More2 = function More2(props) {
14199
14529
  return /*#__PURE__*/React.createElement("span", {
14200
14530
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14201
14531
  }, /*#__PURE__*/React.createElement("style", {
14202
- children: loadingCircleStyle$4z
14532
+ children: loadingCircleStyle$4E
14203
14533
  }), /*#__PURE__*/React.createElement("svg", _extends({
14204
14534
  xmlns: "http://www.w3.org/2000/svg",
14205
14535
  width: size,
@@ -14231,7 +14561,7 @@ More2.defaultProps = {
14231
14561
  size: '16'
14232
14562
  };
14233
14563
 
14234
- var loadingCircleStyle$4A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14564
+ 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 }';
14235
14565
 
14236
14566
  var Drag = function Drag(props) {
14237
14567
  var color = props.color,
@@ -14245,7 +14575,7 @@ var Drag = function Drag(props) {
14245
14575
  return /*#__PURE__*/React.createElement("span", {
14246
14576
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14247
14577
  }, /*#__PURE__*/React.createElement("style", {
14248
- children: loadingCircleStyle$4A
14578
+ children: loadingCircleStyle$4F
14249
14579
  }), /*#__PURE__*/React.createElement("svg", _extends({
14250
14580
  xmlns: "http://www.w3.org/2000/svg",
14251
14581
  width: size,
@@ -14287,7 +14617,7 @@ Drag.defaultProps = {
14287
14617
  size: '16'
14288
14618
  };
14289
14619
 
14290
- var loadingCircleStyle$4B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14620
+ 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 }';
14291
14621
 
14292
14622
  var Drag2 = function Drag2(props) {
14293
14623
  var color = props.color,
@@ -14301,7 +14631,7 @@ var Drag2 = function Drag2(props) {
14301
14631
  return /*#__PURE__*/React.createElement("span", {
14302
14632
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14303
14633
  }, /*#__PURE__*/React.createElement("style", {
14304
- children: loadingCircleStyle$4B
14634
+ children: loadingCircleStyle$4G
14305
14635
  }), /*#__PURE__*/React.createElement("svg", _extends({
14306
14636
  xmlns: "http://www.w3.org/2000/svg",
14307
14637
  width: size,
@@ -14337,7 +14667,7 @@ Drag2.defaultProps = {
14337
14667
  size: '16'
14338
14668
  };
14339
14669
 
14340
- var loadingCircleStyle$4C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14670
+ 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 }';
14341
14671
 
14342
14672
  var External = function External(props) {
14343
14673
  var color = props.color,
@@ -14351,7 +14681,7 @@ var External = function External(props) {
14351
14681
  return /*#__PURE__*/React.createElement("span", {
14352
14682
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14353
14683
  }, /*#__PURE__*/React.createElement("style", {
14354
- children: loadingCircleStyle$4C
14684
+ children: loadingCircleStyle$4H
14355
14685
  }), /*#__PURE__*/React.createElement("svg", _extends({
14356
14686
  xmlns: "http://www.w3.org/2000/svg",
14357
14687
  width: size,
@@ -14383,7 +14713,7 @@ External.defaultProps = {
14383
14713
  size: '16'
14384
14714
  };
14385
14715
 
14386
- var loadingCircleStyle$4D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14716
+ 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 }';
14387
14717
 
14388
14718
  var DisplayS = function DisplayS(props) {
14389
14719
  var color = props.color,
@@ -14397,7 +14727,7 @@ var DisplayS = function DisplayS(props) {
14397
14727
  return /*#__PURE__*/React.createElement("span", {
14398
14728
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14399
14729
  }, /*#__PURE__*/React.createElement("style", {
14400
- children: loadingCircleStyle$4D
14730
+ children: loadingCircleStyle$4I
14401
14731
  }), /*#__PURE__*/React.createElement("svg", _extends({
14402
14732
  xmlns: "http://www.w3.org/2000/svg",
14403
14733
  width: size,
@@ -14431,7 +14761,7 @@ DisplayS.defaultProps = {
14431
14761
  size: '16'
14432
14762
  };
14433
14763
 
14434
- var loadingCircleStyle$4E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14764
+ 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 }';
14435
14765
 
14436
14766
  var Share = function Share(props) {
14437
14767
  var color = props.color,
@@ -14445,7 +14775,7 @@ var Share = function Share(props) {
14445
14775
  return /*#__PURE__*/React.createElement("span", {
14446
14776
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14447
14777
  }, /*#__PURE__*/React.createElement("style", {
14448
- children: loadingCircleStyle$4E
14778
+ children: loadingCircleStyle$4J
14449
14779
  }), /*#__PURE__*/React.createElement("svg", _extends({
14450
14780
  xmlns: "http://www.w3.org/2000/svg",
14451
14781
  width: size,
@@ -14610,6 +14940,7 @@ exports.TaFullscreen = Fullscreen;
14610
14940
  exports.TaGame = Game;
14611
14941
  exports.TaGameFill = GameFill;
14612
14942
  exports.TaGift = Gift;
14943
+ exports.TaGoal = Goal;
14613
14944
  exports.TaGroup = Group;
14614
14945
  exports.TaGroupA2b = GroupA2b;
14615
14946
  exports.TaGroupAddFill = GroupAddFill;
@@ -14622,6 +14953,7 @@ exports.TaHelp = Help;
14622
14953
  exports.TaHistory = History;
14623
14954
  exports.TaIdFreeze = IdFreeze;
14624
14955
  exports.TaImport = Import;
14956
+ exports.TaIndex = Index;
14625
14957
  exports.TaIndicator = Indicator;
14626
14958
  exports.TaIndicatorSm = IndicatorSm;
14627
14959
  exports.TaInfo = Info;
@@ -14748,6 +15080,7 @@ exports.TaTable1dtable = Table1dtable;
14748
15080
  exports.TaTdLogo = TdLogo;
14749
15081
  exports.TaTimeLock = TimeLock;
14750
15082
  exports.TaTimeSm = TimeSm;
15083
+ exports.TaTips = Tips;
14751
15084
  exports.TaTracking = Tracking;
14752
15085
  exports.TaTriDown = TriDown;
14753
15086
  exports.TaTriLeft = TriLeft;
@@ -14761,6 +15094,8 @@ exports.TaUTag = UTag;
14761
15094
  exports.TaUTagSm = UTagSm;
14762
15095
  exports.TaUnlink = Unlink;
14763
15096
  exports.TaUpdate = Update;
15097
+ exports.TaUpdateData = UpdateData;
15098
+ exports.TaUpload = Upload;
14764
15099
  exports.TaUploadId = UploadId;
14765
15100
  exports.TaUsb = Usb;
14766
15101
  exports.TaUser1 = User1;