@tant/icons 1.1.76 → 1.1.82

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.
@@ -2728,7 +2728,7 @@ Recurring.defaultProps = {
2728
2728
 
2729
2729
  var loadingCircleStyle$Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
2730
2730
 
2731
- var TdLogo = function TdLogo(props) {
2731
+ var Approve = function Approve(props) {
2732
2732
  var color = props.color,
2733
2733
  size = props.size,
2734
2734
  spin = props.spin,
@@ -2756,6 +2756,59 @@ var TdLogo = function TdLogo(props) {
2756
2756
  animationName: 'loadingCircle',
2757
2757
  animationTimingFunction: 'linear'
2758
2758
  } : {})
2759
+ }), /*#__PURE__*/React.createElement("path", {
2760
+ fillRule: "evenodd",
2761
+ clipRule: "evenodd",
2762
+ d: "M6 17v3h12v-3h2v3a2 2 0 01-2 2H6a2 2 0 01-2-2v-3h2z"
2763
+ }), /*#__PURE__*/React.createElement("path", {
2764
+ fillRule: "evenodd",
2765
+ clipRule: "evenodd",
2766
+ d: "M6.975 4.02c0-1.116.901-2.02 2.013-2.02h6.04c1.112 0 2.014.904 2.014 2.02v.847c0 .63-.293 1.223-.791 1.605l-1.276.978.045 3.94 5.16 1.897a2.692 2.692 0 011.82 2.55v1.142c0 1.116-.901 2.02-2.013 2.02L4.013 19A2.017 2.017 0 012 16.98v-1.143c0-1.153.732-2.18 1.82-2.55l5.168-1.894V7.446l-1.245-.983a2.022 2.022 0 01-.768-1.587V4.02zm8.053 0h-6.04v.856l1.245.983c.485.383.769.968.769 1.587v3.947a2.02 2.02 0 01-1.323 1.897l-5.193 1.904-.014.004a.673.673 0 00-.459.64v1.142h15.974v-1.144a.672.672 0 00-.46-.638l-.014-.005-5.186-1.906a2.02 2.02 0 01-1.32-1.873l-.045-3.94a2.022 2.022 0 01.79-1.628l1.276-.979V4.02z"
2767
+ })));
2768
+ };
2769
+
2770
+ Approve.propTypes = {
2771
+ iconClassName: PropTypes.string,
2772
+ spin: PropTypes.bool,
2773
+ color: PropTypes.string,
2774
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
2775
+ };
2776
+ Approve.defaultProps = {
2777
+ spin: false,
2778
+ color: 'currentColor',
2779
+ size: '1em'
2780
+ };
2781
+
2782
+ var loadingCircleStyle$R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
2783
+
2784
+ var TdLogo = function TdLogo(props) {
2785
+ var color = props.color,
2786
+ size = props.size,
2787
+ spin = props.spin,
2788
+ style = props.style,
2789
+ className = props.className,
2790
+ iconClassName = props.iconClassName,
2791
+ otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className", "iconClassName"]);
2792
+
2793
+ return /*#__PURE__*/React.createElement("span", {
2794
+ role: "img",
2795
+ className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
2796
+ }, /*#__PURE__*/React.createElement("style", {
2797
+ children: loadingCircleStyle$R
2798
+ }), /*#__PURE__*/React.createElement("svg", _extends({
2799
+ xmlns: "http://www.w3.org/2000/svg",
2800
+ width: size,
2801
+ height: size,
2802
+ viewBox: "0 0 24 24",
2803
+ fill: color
2804
+ }, otherProps, {
2805
+ className: iconClassName,
2806
+ style: _objectSpread2(_objectSpread2({}, style), spin ? {
2807
+ animationDuration: '1s',
2808
+ animationIterationCount: 'infinite',
2809
+ animationName: 'loadingCircle',
2810
+ animationTimingFunction: 'linear'
2811
+ } : {})
2759
2812
  }), /*#__PURE__*/React.createElement("path", {
2760
2813
  d: "M5.71 1.5h1.383v1.423H5.71V1.5z"
2761
2814
  }), /*#__PURE__*/React.createElement("path", {
@@ -2781,7 +2834,7 @@ TdLogo.defaultProps = {
2781
2834
  size: '1em'
2782
2835
  };
2783
2836
 
2784
- var loadingCircleStyle$R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
2837
+ var loadingCircleStyle$S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
2785
2838
 
2786
2839
  var Language = function Language(props) {
2787
2840
  var color = props.color,
@@ -2796,7 +2849,7 @@ var Language = function Language(props) {
2796
2849
  role: "img",
2797
2850
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
2798
2851
  }, /*#__PURE__*/React.createElement("style", {
2799
- children: loadingCircleStyle$R
2852
+ children: loadingCircleStyle$S
2800
2853
  }), /*#__PURE__*/React.createElement("svg", _extends({
2801
2854
  xmlns: "http://www.w3.org/2000/svg",
2802
2855
  width: size,
@@ -2828,7 +2881,7 @@ Language.defaultProps = {
2828
2881
  size: '1em'
2829
2882
  };
2830
2883
 
2831
- var loadingCircleStyle$S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
2884
+ var loadingCircleStyle$T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
2832
2885
 
2833
2886
  var Calendar = function Calendar(props) {
2834
2887
  var color = props.color,
@@ -2843,7 +2896,7 @@ var Calendar = function Calendar(props) {
2843
2896
  role: "img",
2844
2897
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
2845
2898
  }, /*#__PURE__*/React.createElement("style", {
2846
- children: loadingCircleStyle$S
2899
+ children: loadingCircleStyle$T
2847
2900
  }), /*#__PURE__*/React.createElement("svg", _extends({
2848
2901
  xmlns: "http://www.w3.org/2000/svg",
2849
2902
  width: size,
@@ -2875,7 +2928,7 @@ Calendar.defaultProps = {
2875
2928
  size: '1em'
2876
2929
  };
2877
2930
 
2878
- var loadingCircleStyle$T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
2931
+ var loadingCircleStyle$U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
2879
2932
 
2880
2933
  var Server = function Server(props) {
2881
2934
  var color = props.color,
@@ -2890,7 +2943,7 @@ var Server = function Server(props) {
2890
2943
  role: "img",
2891
2944
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
2892
2945
  }, /*#__PURE__*/React.createElement("style", {
2893
- children: loadingCircleStyle$T
2946
+ children: loadingCircleStyle$U
2894
2947
  }), /*#__PURE__*/React.createElement("svg", _extends({
2895
2948
  xmlns: "http://www.w3.org/2000/svg",
2896
2949
  width: size,
@@ -2922,7 +2975,7 @@ Server.defaultProps = {
2922
2975
  size: '1em'
2923
2976
  };
2924
2977
 
2925
- var loadingCircleStyle$U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
2978
+ var loadingCircleStyle$V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
2926
2979
 
2927
2980
  var Desktop = function Desktop(props) {
2928
2981
  var color = props.color,
@@ -2937,7 +2990,7 @@ var Desktop = function Desktop(props) {
2937
2990
  role: "img",
2938
2991
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
2939
2992
  }, /*#__PURE__*/React.createElement("style", {
2940
- children: loadingCircleStyle$U
2993
+ children: loadingCircleStyle$V
2941
2994
  }), /*#__PURE__*/React.createElement("svg", _extends({
2942
2995
  xmlns: "http://www.w3.org/2000/svg",
2943
2996
  width: size,
@@ -2969,7 +3022,7 @@ Desktop.defaultProps = {
2969
3022
  size: '1em'
2970
3023
  };
2971
3024
 
2972
- var loadingCircleStyle$V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
3025
+ var loadingCircleStyle$W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
2973
3026
 
2974
3027
  var Demo = function Demo(props) {
2975
3028
  var color = props.color,
@@ -2984,7 +3037,7 @@ var Demo = function Demo(props) {
2984
3037
  role: "img",
2985
3038
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
2986
3039
  }, /*#__PURE__*/React.createElement("style", {
2987
- children: loadingCircleStyle$V
3040
+ children: loadingCircleStyle$W
2988
3041
  }), /*#__PURE__*/React.createElement("svg", _extends({
2989
3042
  xmlns: "http://www.w3.org/2000/svg",
2990
3043
  width: size,
@@ -3018,7 +3071,7 @@ Demo.defaultProps = {
3018
3071
  size: '1em'
3019
3072
  };
3020
3073
 
3021
- var loadingCircleStyle$W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
3074
+ var loadingCircleStyle$X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
3022
3075
 
3023
3076
  var Cellphone = function Cellphone(props) {
3024
3077
  var color = props.color,
@@ -3033,7 +3086,7 @@ var Cellphone = function Cellphone(props) {
3033
3086
  role: "img",
3034
3087
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
3035
3088
  }, /*#__PURE__*/React.createElement("style", {
3036
- children: loadingCircleStyle$W
3089
+ children: loadingCircleStyle$X
3037
3090
  }), /*#__PURE__*/React.createElement("svg", _extends({
3038
3091
  xmlns: "http://www.w3.org/2000/svg",
3039
3092
  width: size,
@@ -3067,7 +3120,7 @@ Cellphone.defaultProps = {
3067
3120
  size: '1em'
3068
3121
  };
3069
3122
 
3070
- var loadingCircleStyle$X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
3123
+ var loadingCircleStyle$Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
3071
3124
 
3072
3125
  var Landscape = function Landscape(props) {
3073
3126
  var color = props.color,
@@ -3082,7 +3135,7 @@ var Landscape = function Landscape(props) {
3082
3135
  role: "img",
3083
3136
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
3084
3137
  }, /*#__PURE__*/React.createElement("style", {
3085
- children: loadingCircleStyle$X
3138
+ children: loadingCircleStyle$Y
3086
3139
  }), /*#__PURE__*/React.createElement("svg", _extends({
3087
3140
  xmlns: "http://www.w3.org/2000/svg",
3088
3141
  width: size,
@@ -3118,7 +3171,7 @@ Landscape.defaultProps = {
3118
3171
  size: '1em'
3119
3172
  };
3120
3173
 
3121
- var loadingCircleStyle$Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
3174
+ var loadingCircleStyle$Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
3122
3175
 
3123
3176
  var Email = function Email(props) {
3124
3177
  var color = props.color,
@@ -3133,7 +3186,7 @@ var Email = function Email(props) {
3133
3186
  role: "img",
3134
3187
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
3135
3188
  }, /*#__PURE__*/React.createElement("style", {
3136
- children: loadingCircleStyle$Y
3189
+ children: loadingCircleStyle$Z
3137
3190
  }), /*#__PURE__*/React.createElement("svg", _extends({
3138
3191
  xmlns: "http://www.w3.org/2000/svg",
3139
3192
  width: size,
@@ -3165,7 +3218,7 @@ Email.defaultProps = {
3165
3218
  size: '1em'
3166
3219
  };
3167
3220
 
3168
- var loadingCircleStyle$Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
3221
+ var loadingCircleStyle$_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
3169
3222
 
3170
3223
  var Clock = function Clock(props) {
3171
3224
  var color = props.color,
@@ -3180,7 +3233,7 @@ var Clock = function Clock(props) {
3180
3233
  role: "img",
3181
3234
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
3182
3235
  }, /*#__PURE__*/React.createElement("style", {
3183
- children: loadingCircleStyle$Z
3236
+ children: loadingCircleStyle$_
3184
3237
  }), /*#__PURE__*/React.createElement("svg", _extends({
3185
3238
  xmlns: "http://www.w3.org/2000/svg",
3186
3239
  width: size,
@@ -3214,7 +3267,7 @@ Clock.defaultProps = {
3214
3267
  size: '1em'
3215
3268
  };
3216
3269
 
3217
- var loadingCircleStyle$_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
3270
+ var loadingCircleStyle$$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
3218
3271
 
3219
3272
  var Password = function Password(props) {
3220
3273
  var color = props.color,
@@ -3229,7 +3282,7 @@ var Password = function Password(props) {
3229
3282
  role: "img",
3230
3283
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
3231
3284
  }, /*#__PURE__*/React.createElement("style", {
3232
- children: loadingCircleStyle$_
3285
+ children: loadingCircleStyle$$
3233
3286
  }), /*#__PURE__*/React.createElement("svg", _extends({
3234
3287
  xmlns: "http://www.w3.org/2000/svg",
3235
3288
  width: size,
@@ -3261,7 +3314,7 @@ Password.defaultProps = {
3261
3314
  size: '1em'
3262
3315
  };
3263
3316
 
3264
- var loadingCircleStyle$$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
3317
+ var loadingCircleStyle$10 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
3265
3318
 
3266
3319
  var ResetPassword = function ResetPassword(props) {
3267
3320
  var color = props.color,
@@ -3276,7 +3329,7 @@ var ResetPassword = function ResetPassword(props) {
3276
3329
  role: "img",
3277
3330
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
3278
3331
  }, /*#__PURE__*/React.createElement("style", {
3279
- children: loadingCircleStyle$$
3332
+ children: loadingCircleStyle$10
3280
3333
  }), /*#__PURE__*/React.createElement("svg", _extends({
3281
3334
  xmlns: "http://www.w3.org/2000/svg",
3282
3335
  width: size,
@@ -3308,7 +3361,7 @@ ResetPassword.defaultProps = {
3308
3361
  size: '1em'
3309
3362
  };
3310
3363
 
3311
- var loadingCircleStyle$10 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
3364
+ var loadingCircleStyle$11 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
3312
3365
 
3313
3366
  var Private = function Private(props) {
3314
3367
  var color = props.color,
@@ -3323,7 +3376,7 @@ var Private = function Private(props) {
3323
3376
  role: "img",
3324
3377
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
3325
3378
  }, /*#__PURE__*/React.createElement("style", {
3326
- children: loadingCircleStyle$10
3379
+ children: loadingCircleStyle$11
3327
3380
  }), /*#__PURE__*/React.createElement("svg", _extends({
3328
3381
  xmlns: "http://www.w3.org/2000/svg",
3329
3382
  width: size,
@@ -3355,7 +3408,7 @@ Private.defaultProps = {
3355
3408
  size: '1em'
3356
3409
  };
3357
3410
 
3358
- var loadingCircleStyle$11 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
3411
+ var loadingCircleStyle$12 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
3359
3412
 
3360
3413
  var Bell = function Bell(props) {
3361
3414
  var color = props.color,
@@ -3370,7 +3423,7 @@ var Bell = function Bell(props) {
3370
3423
  role: "img",
3371
3424
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
3372
3425
  }, /*#__PURE__*/React.createElement("style", {
3373
- children: loadingCircleStyle$11
3426
+ children: loadingCircleStyle$12
3374
3427
  }), /*#__PURE__*/React.createElement("svg", _extends({
3375
3428
  xmlns: "http://www.w3.org/2000/svg",
3376
3429
  width: size,
@@ -3404,7 +3457,7 @@ Bell.defaultProps = {
3404
3457
  size: '1em'
3405
3458
  };
3406
3459
 
3407
- var loadingCircleStyle$12 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
3460
+ var loadingCircleStyle$13 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
3408
3461
 
3409
3462
  var Logout = function Logout(props) {
3410
3463
  var color = props.color,
@@ -3419,7 +3472,7 @@ var Logout = function Logout(props) {
3419
3472
  role: "img",
3420
3473
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
3421
3474
  }, /*#__PURE__*/React.createElement("style", {
3422
- children: loadingCircleStyle$12
3475
+ children: loadingCircleStyle$13
3423
3476
  }), /*#__PURE__*/React.createElement("svg", _extends({
3424
3477
  xmlns: "http://www.w3.org/2000/svg",
3425
3478
  width: size,
@@ -3453,7 +3506,7 @@ Logout.defaultProps = {
3453
3506
  size: '1em'
3454
3507
  };
3455
3508
 
3456
- var loadingCircleStyle$13 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
3509
+ var loadingCircleStyle$14 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
3457
3510
 
3458
3511
  var Speed = function Speed(props) {
3459
3512
  var color = props.color,
@@ -3468,7 +3521,7 @@ var Speed = function Speed(props) {
3468
3521
  role: "img",
3469
3522
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
3470
3523
  }, /*#__PURE__*/React.createElement("style", {
3471
- children: loadingCircleStyle$13
3524
+ children: loadingCircleStyle$14
3472
3525
  }), /*#__PURE__*/React.createElement("svg", _extends({
3473
3526
  xmlns: "http://www.w3.org/2000/svg",
3474
3527
  width: size,
@@ -3500,7 +3553,7 @@ Speed.defaultProps = {
3500
3553
  size: '1em'
3501
3554
  };
3502
3555
 
3503
- var loadingCircleStyle$14 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
3556
+ var loadingCircleStyle$15 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
3504
3557
 
3505
3558
  var Mfa = function Mfa(props) {
3506
3559
  var color = props.color,
@@ -3515,7 +3568,7 @@ var Mfa = function Mfa(props) {
3515
3568
  role: "img",
3516
3569
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
3517
3570
  }, /*#__PURE__*/React.createElement("style", {
3518
- children: loadingCircleStyle$14
3571
+ children: loadingCircleStyle$15
3519
3572
  }), /*#__PURE__*/React.createElement("svg", _extends({
3520
3573
  xmlns: "http://www.w3.org/2000/svg",
3521
3574
  width: size,
@@ -3547,7 +3600,7 @@ Mfa.defaultProps = {
3547
3600
  size: '1em'
3548
3601
  };
3549
3602
 
3550
- var loadingCircleStyle$15 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
3603
+ var loadingCircleStyle$16 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
3551
3604
 
3552
3605
  var Tracking = function Tracking(props) {
3553
3606
  var color = props.color,
@@ -3562,7 +3615,7 @@ var Tracking = function Tracking(props) {
3562
3615
  role: "img",
3563
3616
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
3564
3617
  }, /*#__PURE__*/React.createElement("style", {
3565
- children: loadingCircleStyle$15
3618
+ children: loadingCircleStyle$16
3566
3619
  }), /*#__PURE__*/React.createElement("svg", _extends({
3567
3620
  xmlns: "http://www.w3.org/2000/svg",
3568
3621
  width: size,
@@ -3604,7 +3657,7 @@ Tracking.defaultProps = {
3604
3657
  size: '1em'
3605
3658
  };
3606
3659
 
3607
- var loadingCircleStyle$16 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
3660
+ var loadingCircleStyle$17 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
3608
3661
 
3609
3662
  var Forewarning = function Forewarning(props) {
3610
3663
  var color = props.color,
@@ -3619,7 +3672,7 @@ var Forewarning = function Forewarning(props) {
3619
3672
  role: "img",
3620
3673
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
3621
3674
  }, /*#__PURE__*/React.createElement("style", {
3622
- children: loadingCircleStyle$16
3675
+ children: loadingCircleStyle$17
3623
3676
  }), /*#__PURE__*/React.createElement("svg", _extends({
3624
3677
  xmlns: "http://www.w3.org/2000/svg",
3625
3678
  width: size,
@@ -3655,7 +3708,7 @@ Forewarning.defaultProps = {
3655
3708
  size: '1em'
3656
3709
  };
3657
3710
 
3658
- var loadingCircleStyle$17 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
3711
+ var loadingCircleStyle$18 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
3659
3712
 
3660
3713
  var SystemMgr = function SystemMgr(props) {
3661
3714
  var color = props.color,
@@ -3670,7 +3723,7 @@ var SystemMgr = function SystemMgr(props) {
3670
3723
  role: "img",
3671
3724
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
3672
3725
  }, /*#__PURE__*/React.createElement("style", {
3673
- children: loadingCircleStyle$17
3726
+ children: loadingCircleStyle$18
3674
3727
  }), /*#__PURE__*/React.createElement("svg", _extends({
3675
3728
  xmlns: "http://www.w3.org/2000/svg",
3676
3729
  width: size,
@@ -3706,7 +3759,7 @@ SystemMgr.defaultProps = {
3706
3759
  size: '1em'
3707
3760
  };
3708
3761
 
3709
- var loadingCircleStyle$18 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
3762
+ var loadingCircleStyle$19 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
3710
3763
 
3711
3764
  var Pattern = function Pattern(props) {
3712
3765
  var color = props.color,
@@ -3721,7 +3774,7 @@ var Pattern = function Pattern(props) {
3721
3774
  role: "img",
3722
3775
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
3723
3776
  }, /*#__PURE__*/React.createElement("style", {
3724
- children: loadingCircleStyle$18
3777
+ children: loadingCircleStyle$19
3725
3778
  }), /*#__PURE__*/React.createElement("svg", _extends({
3726
3779
  xmlns: "http://www.w3.org/2000/svg",
3727
3780
  width: size,
@@ -3761,7 +3814,7 @@ Pattern.defaultProps = {
3761
3814
  size: '1em'
3762
3815
  };
3763
3816
 
3764
- var loadingCircleStyle$19 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
3817
+ var loadingCircleStyle$1a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
3765
3818
 
3766
3819
  var Debug = function Debug(props) {
3767
3820
  var color = props.color,
@@ -3776,7 +3829,7 @@ var Debug = function Debug(props) {
3776
3829
  role: "img",
3777
3830
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
3778
3831
  }, /*#__PURE__*/React.createElement("style", {
3779
- children: loadingCircleStyle$19
3832
+ children: loadingCircleStyle$1a
3780
3833
  }), /*#__PURE__*/React.createElement("svg", _extends({
3781
3834
  xmlns: "http://www.w3.org/2000/svg",
3782
3835
  width: size,
@@ -3808,7 +3861,7 @@ Debug.defaultProps = {
3808
3861
  size: '1em'
3809
3862
  };
3810
3863
 
3811
- var loadingCircleStyle$1a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
3864
+ var loadingCircleStyle$1b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
3812
3865
 
3813
3866
  var Live = function Live(props) {
3814
3867
  var color = props.color,
@@ -3823,7 +3876,7 @@ var Live = function Live(props) {
3823
3876
  role: "img",
3824
3877
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
3825
3878
  }, /*#__PURE__*/React.createElement("style", {
3826
- children: loadingCircleStyle$1a
3879
+ children: loadingCircleStyle$1b
3827
3880
  }), /*#__PURE__*/React.createElement("svg", _extends({
3828
3881
  xmlns: "http://www.w3.org/2000/svg",
3829
3882
  width: size,
@@ -3855,7 +3908,7 @@ Live.defaultProps = {
3855
3908
  size: '1em'
3856
3909
  };
3857
3910
 
3858
- var loadingCircleStyle$1b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
3911
+ var loadingCircleStyle$1c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
3859
3912
 
3860
3913
  var Plug = function Plug(props) {
3861
3914
  var color = props.color,
@@ -3870,7 +3923,7 @@ var Plug = function Plug(props) {
3870
3923
  role: "img",
3871
3924
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
3872
3925
  }, /*#__PURE__*/React.createElement("style", {
3873
- children: loadingCircleStyle$1b
3926
+ children: loadingCircleStyle$1c
3874
3927
  }), /*#__PURE__*/React.createElement("svg", _extends({
3875
3928
  xmlns: "http://www.w3.org/2000/svg",
3876
3929
  width: size,
@@ -3902,7 +3955,7 @@ Plug.defaultProps = {
3902
3955
  size: '1em'
3903
3956
  };
3904
3957
 
3905
- var loadingCircleStyle$1c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
3958
+ var loadingCircleStyle$1d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
3906
3959
 
3907
3960
  var Application = function Application(props) {
3908
3961
  var color = props.color,
@@ -3917,7 +3970,7 @@ var Application = function Application(props) {
3917
3970
  role: "img",
3918
3971
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
3919
3972
  }, /*#__PURE__*/React.createElement("style", {
3920
- children: loadingCircleStyle$1c
3973
+ children: loadingCircleStyle$1d
3921
3974
  }), /*#__PURE__*/React.createElement("svg", _extends({
3922
3975
  xmlns: "http://www.w3.org/2000/svg",
3923
3976
  width: size,
@@ -3959,7 +4012,7 @@ Application.defaultProps = {
3959
4012
  size: '1em'
3960
4013
  };
3961
4014
 
3962
- var loadingCircleStyle$1d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
4015
+ var loadingCircleStyle$1e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
3963
4016
 
3964
4017
  var Gift = function Gift(props) {
3965
4018
  var color = props.color,
@@ -3974,7 +4027,7 @@ var Gift = function Gift(props) {
3974
4027
  role: "img",
3975
4028
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
3976
4029
  }, /*#__PURE__*/React.createElement("style", {
3977
- children: loadingCircleStyle$1d
4030
+ children: loadingCircleStyle$1e
3978
4031
  }), /*#__PURE__*/React.createElement("svg", _extends({
3979
4032
  xmlns: "http://www.w3.org/2000/svg",
3980
4033
  width: size,
@@ -4006,7 +4059,7 @@ Gift.defaultProps = {
4006
4059
  size: '1em'
4007
4060
  };
4008
4061
 
4009
- var loadingCircleStyle$1e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
4062
+ var loadingCircleStyle$1f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
4010
4063
 
4011
4064
  var Tips = function Tips(props) {
4012
4065
  var color = props.color,
@@ -4021,7 +4074,7 @@ var Tips = function Tips(props) {
4021
4074
  role: "img",
4022
4075
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
4023
4076
  }, /*#__PURE__*/React.createElement("style", {
4024
- children: loadingCircleStyle$1e
4077
+ children: loadingCircleStyle$1f
4025
4078
  }), /*#__PURE__*/React.createElement("svg", _extends({
4026
4079
  xmlns: "http://www.w3.org/2000/svg",
4027
4080
  width: size,
@@ -4055,7 +4108,7 @@ Tips.defaultProps = {
4055
4108
  size: '1em'
4056
4109
  };
4057
4110
 
4058
- var loadingCircleStyle$1f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
4111
+ var loadingCircleStyle$1g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
4059
4112
 
4060
4113
  var Usb = function Usb(props) {
4061
4114
  var color = props.color,
@@ -4070,7 +4123,7 @@ var Usb = function Usb(props) {
4070
4123
  role: "img",
4071
4124
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
4072
4125
  }, /*#__PURE__*/React.createElement("style", {
4073
- children: loadingCircleStyle$1f
4126
+ children: loadingCircleStyle$1g
4074
4127
  }), /*#__PURE__*/React.createElement("svg", _extends({
4075
4128
  xmlns: "http://www.w3.org/2000/svg",
4076
4129
  width: size,
@@ -4102,7 +4155,7 @@ Usb.defaultProps = {
4102
4155
  size: '1em'
4103
4156
  };
4104
4157
 
4105
- var loadingCircleStyle$1g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
4158
+ var loadingCircleStyle$1h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
4106
4159
 
4107
4160
  var Location = function Location(props) {
4108
4161
  var color = props.color,
@@ -4117,7 +4170,7 @@ var Location = function Location(props) {
4117
4170
  role: "img",
4118
4171
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
4119
4172
  }, /*#__PURE__*/React.createElement("style", {
4120
- children: loadingCircleStyle$1g
4173
+ children: loadingCircleStyle$1h
4121
4174
  }), /*#__PURE__*/React.createElement("svg", _extends({
4122
4175
  xmlns: "http://www.w3.org/2000/svg",
4123
4176
  width: size,
@@ -4153,7 +4206,7 @@ Location.defaultProps = {
4153
4206
  size: '1em'
4154
4207
  };
4155
4208
 
4156
- var loadingCircleStyle$1h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
4209
+ var loadingCircleStyle$1i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
4157
4210
 
4158
4211
  var ShieldCheck = function ShieldCheck(props) {
4159
4212
  var color = props.color,
@@ -4168,7 +4221,7 @@ var ShieldCheck = function ShieldCheck(props) {
4168
4221
  role: "img",
4169
4222
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
4170
4223
  }, /*#__PURE__*/React.createElement("style", {
4171
- children: loadingCircleStyle$1h
4224
+ children: loadingCircleStyle$1i
4172
4225
  }), /*#__PURE__*/React.createElement("svg", _extends({
4173
4226
  xmlns: "http://www.w3.org/2000/svg",
4174
4227
  width: size,
@@ -4200,7 +4253,7 @@ ShieldCheck.defaultProps = {
4200
4253
  size: '1em'
4201
4254
  };
4202
4255
 
4203
- var loadingCircleStyle$1i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
4256
+ var loadingCircleStyle$1j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
4204
4257
 
4205
4258
  var ShieldCross = function ShieldCross(props) {
4206
4259
  var color = props.color,
@@ -4215,7 +4268,7 @@ var ShieldCross = function ShieldCross(props) {
4215
4268
  role: "img",
4216
4269
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
4217
4270
  }, /*#__PURE__*/React.createElement("style", {
4218
- children: loadingCircleStyle$1i
4271
+ children: loadingCircleStyle$1j
4219
4272
  }), /*#__PURE__*/React.createElement("svg", _extends({
4220
4273
  xmlns: "http://www.w3.org/2000/svg",
4221
4274
  width: size,
@@ -4247,7 +4300,7 @@ ShieldCross.defaultProps = {
4247
4300
  size: '1em'
4248
4301
  };
4249
4302
 
4250
- var loadingCircleStyle$1j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
4303
+ var loadingCircleStyle$1k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
4251
4304
 
4252
4305
  var ShieldKeyhole = function ShieldKeyhole(props) {
4253
4306
  var color = props.color,
@@ -4262,7 +4315,7 @@ var ShieldKeyhole = function ShieldKeyhole(props) {
4262
4315
  role: "img",
4263
4316
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
4264
4317
  }, /*#__PURE__*/React.createElement("style", {
4265
- children: loadingCircleStyle$1j
4318
+ children: loadingCircleStyle$1k
4266
4319
  }), /*#__PURE__*/React.createElement("svg", _extends({
4267
4320
  xmlns: "http://www.w3.org/2000/svg",
4268
4321
  width: size,
@@ -4294,7 +4347,7 @@ ShieldKeyhole.defaultProps = {
4294
4347
  size: '1em'
4295
4348
  };
4296
4349
 
4297
- var loadingCircleStyle$1k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
4350
+ var loadingCircleStyle$1l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
4298
4351
 
4299
4352
  var Analysis = function Analysis(props) {
4300
4353
  var color = props.color,
@@ -4309,7 +4362,7 @@ var Analysis = function Analysis(props) {
4309
4362
  role: "img",
4310
4363
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
4311
4364
  }, /*#__PURE__*/React.createElement("style", {
4312
- children: loadingCircleStyle$1k
4365
+ children: loadingCircleStyle$1l
4313
4366
  }), /*#__PURE__*/React.createElement("svg", _extends({
4314
4367
  xmlns: "http://www.w3.org/2000/svg",
4315
4368
  width: size,
@@ -4341,7 +4394,7 @@ Analysis.defaultProps = {
4341
4394
  size: '1em'
4342
4395
  };
4343
4396
 
4344
- var loadingCircleStyle$1l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
4397
+ var loadingCircleStyle$1m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
4345
4398
 
4346
4399
  var Filter = function Filter(props) {
4347
4400
  var color = props.color,
@@ -4356,7 +4409,7 @@ var Filter = function Filter(props) {
4356
4409
  role: "img",
4357
4410
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
4358
4411
  }, /*#__PURE__*/React.createElement("style", {
4359
- children: loadingCircleStyle$1l
4412
+ children: loadingCircleStyle$1m
4360
4413
  }), /*#__PURE__*/React.createElement("svg", _extends({
4361
4414
  xmlns: "http://www.w3.org/2000/svg",
4362
4415
  width: size,
@@ -4388,7 +4441,7 @@ Filter.defaultProps = {
4388
4441
  size: '1em'
4389
4442
  };
4390
4443
 
4391
- var loadingCircleStyle$1m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
4444
+ var loadingCircleStyle$1n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
4392
4445
 
4393
4446
  var Filter2 = function Filter2(props) {
4394
4447
  var color = props.color,
@@ -4403,7 +4456,7 @@ var Filter2 = function Filter2(props) {
4403
4456
  role: "img",
4404
4457
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
4405
4458
  }, /*#__PURE__*/React.createElement("style", {
4406
- children: loadingCircleStyle$1m
4459
+ children: loadingCircleStyle$1n
4407
4460
  }), /*#__PURE__*/React.createElement("svg", _extends({
4408
4461
  xmlns: "http://www.w3.org/2000/svg",
4409
4462
  width: size,
@@ -4435,7 +4488,7 @@ Filter2.defaultProps = {
4435
4488
  size: '1em'
4436
4489
  };
4437
4490
 
4438
- var loadingCircleStyle$1n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
4491
+ var loadingCircleStyle$1o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
4439
4492
 
4440
4493
  var ParallelFilter = function ParallelFilter(props) {
4441
4494
  var color = props.color,
@@ -4450,7 +4503,7 @@ var ParallelFilter = function ParallelFilter(props) {
4450
4503
  role: "img",
4451
4504
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
4452
4505
  }, /*#__PURE__*/React.createElement("style", {
4453
- children: loadingCircleStyle$1n
4506
+ children: loadingCircleStyle$1o
4454
4507
  }), /*#__PURE__*/React.createElement("svg", _extends({
4455
4508
  xmlns: "http://www.w3.org/2000/svg",
4456
4509
  width: size,
@@ -4484,7 +4537,7 @@ ParallelFilter.defaultProps = {
4484
4537
  size: '1em'
4485
4538
  };
4486
4539
 
4487
- var loadingCircleStyle$1o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
4540
+ var loadingCircleStyle$1p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
4488
4541
 
4489
4542
  var Expression = function Expression(props) {
4490
4543
  var color = props.color,
@@ -4499,7 +4552,7 @@ var Expression = function Expression(props) {
4499
4552
  role: "img",
4500
4553
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
4501
4554
  }, /*#__PURE__*/React.createElement("style", {
4502
- children: loadingCircleStyle$1o
4555
+ children: loadingCircleStyle$1p
4503
4556
  }), /*#__PURE__*/React.createElement("svg", _extends({
4504
4557
  xmlns: "http://www.w3.org/2000/svg",
4505
4558
  width: size,
@@ -4531,7 +4584,7 @@ Expression.defaultProps = {
4531
4584
  size: '1em'
4532
4585
  };
4533
4586
 
4534
- var loadingCircleStyle$1p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
4587
+ var loadingCircleStyle$1q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
4535
4588
 
4536
4589
  var Expression2 = function Expression2(props) {
4537
4590
  var color = props.color,
@@ -4546,7 +4599,7 @@ var Expression2 = function Expression2(props) {
4546
4599
  role: "img",
4547
4600
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
4548
4601
  }, /*#__PURE__*/React.createElement("style", {
4549
- children: loadingCircleStyle$1p
4602
+ children: loadingCircleStyle$1q
4550
4603
  }), /*#__PURE__*/React.createElement("svg", _extends({
4551
4604
  xmlns: "http://www.w3.org/2000/svg",
4552
4605
  width: size,
@@ -4580,7 +4633,7 @@ Expression2.defaultProps = {
4580
4633
  size: '1em'
4581
4634
  };
4582
4635
 
4583
- var loadingCircleStyle$1q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
4636
+ var loadingCircleStyle$1r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
4584
4637
 
4585
4638
  var FirstLast = function FirstLast(props) {
4586
4639
  var color = props.color,
@@ -4595,7 +4648,7 @@ var FirstLast = function FirstLast(props) {
4595
4648
  role: "img",
4596
4649
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
4597
4650
  }, /*#__PURE__*/React.createElement("style", {
4598
- children: loadingCircleStyle$1q
4651
+ children: loadingCircleStyle$1r
4599
4652
  }), /*#__PURE__*/React.createElement("svg", _extends({
4600
4653
  xmlns: "http://www.w3.org/2000/svg",
4601
4654
  width: size,
@@ -4627,7 +4680,7 @@ FirstLast.defaultProps = {
4627
4680
  size: '1em'
4628
4681
  };
4629
4682
 
4630
- var loadingCircleStyle$1r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
4683
+ var loadingCircleStyle$1s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
4631
4684
 
4632
4685
  var RelatedProp = function RelatedProp(props) {
4633
4686
  var color = props.color,
@@ -4642,7 +4695,7 @@ var RelatedProp = function RelatedProp(props) {
4642
4695
  role: "img",
4643
4696
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
4644
4697
  }, /*#__PURE__*/React.createElement("style", {
4645
- children: loadingCircleStyle$1r
4698
+ children: loadingCircleStyle$1s
4646
4699
  }), /*#__PURE__*/React.createElement("svg", _extends({
4647
4700
  xmlns: "http://www.w3.org/2000/svg",
4648
4701
  width: size,
@@ -4674,7 +4727,7 @@ RelatedProp.defaultProps = {
4674
4727
  size: '1em'
4675
4728
  };
4676
4729
 
4677
- var loadingCircleStyle$1s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
4730
+ var loadingCircleStyle$1t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
4678
4731
 
4679
4732
  var SortRise = function SortRise(props) {
4680
4733
  var color = props.color,
@@ -4689,7 +4742,7 @@ var SortRise = function SortRise(props) {
4689
4742
  role: "img",
4690
4743
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
4691
4744
  }, /*#__PURE__*/React.createElement("style", {
4692
- children: loadingCircleStyle$1s
4745
+ children: loadingCircleStyle$1t
4693
4746
  }), /*#__PURE__*/React.createElement("svg", _extends({
4694
4747
  xmlns: "http://www.w3.org/2000/svg",
4695
4748
  width: size,
@@ -4725,7 +4778,7 @@ SortRise.defaultProps = {
4725
4778
  size: '1em'
4726
4779
  };
4727
4780
 
4728
- var loadingCircleStyle$1t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
4781
+ var loadingCircleStyle$1u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
4729
4782
 
4730
4783
  var SortDrop = function SortDrop(props) {
4731
4784
  var color = props.color,
@@ -4740,7 +4793,7 @@ var SortDrop = function SortDrop(props) {
4740
4793
  role: "img",
4741
4794
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
4742
4795
  }, /*#__PURE__*/React.createElement("style", {
4743
- children: loadingCircleStyle$1t
4796
+ children: loadingCircleStyle$1u
4744
4797
  }), /*#__PURE__*/React.createElement("svg", _extends({
4745
4798
  xmlns: "http://www.w3.org/2000/svg",
4746
4799
  width: size,
@@ -4776,7 +4829,7 @@ SortDrop.defaultProps = {
4776
4829
  size: '1em'
4777
4830
  };
4778
4831
 
4779
- var loadingCircleStyle$1u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
4832
+ var loadingCircleStyle$1v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
4780
4833
 
4781
4834
  var Ascent = function Ascent(props) {
4782
4835
  var color = props.color,
@@ -4791,7 +4844,7 @@ var Ascent = function Ascent(props) {
4791
4844
  role: "img",
4792
4845
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
4793
4846
  }, /*#__PURE__*/React.createElement("style", {
4794
- children: loadingCircleStyle$1u
4847
+ children: loadingCircleStyle$1v
4795
4848
  }), /*#__PURE__*/React.createElement("svg", _extends({
4796
4849
  xmlns: "http://www.w3.org/2000/svg",
4797
4850
  width: size,
@@ -4823,7 +4876,7 @@ Ascent.defaultProps = {
4823
4876
  size: '1em'
4824
4877
  };
4825
4878
 
4826
- var loadingCircleStyle$1v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
4879
+ var loadingCircleStyle$1w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
4827
4880
 
4828
4881
  var Descent = function Descent(props) {
4829
4882
  var color = props.color,
@@ -4838,7 +4891,7 @@ var Descent = function Descent(props) {
4838
4891
  role: "img",
4839
4892
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
4840
4893
  }, /*#__PURE__*/React.createElement("style", {
4841
- children: loadingCircleStyle$1v
4894
+ children: loadingCircleStyle$1w
4842
4895
  }), /*#__PURE__*/React.createElement("svg", _extends({
4843
4896
  xmlns: "http://www.w3.org/2000/svg",
4844
4897
  width: size,
@@ -4870,7 +4923,7 @@ Descent.defaultProps = {
4870
4923
  size: '1em'
4871
4924
  };
4872
4925
 
4873
- var loadingCircleStyle$1w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
4926
+ var loadingCircleStyle$1x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
4874
4927
 
4875
4928
  var SortA2z = function SortA2z(props) {
4876
4929
  var color = props.color,
@@ -4885,7 +4938,7 @@ var SortA2z = function SortA2z(props) {
4885
4938
  role: "img",
4886
4939
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
4887
4940
  }, /*#__PURE__*/React.createElement("style", {
4888
- children: loadingCircleStyle$1w
4941
+ children: loadingCircleStyle$1x
4889
4942
  }), /*#__PURE__*/React.createElement("svg", _extends({
4890
4943
  xmlns: "http://www.w3.org/2000/svg",
4891
4944
  width: size,
@@ -4923,7 +4976,7 @@ SortA2z.defaultProps = {
4923
4976
  size: '1em'
4924
4977
  };
4925
4978
 
4926
- var loadingCircleStyle$1x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
4979
+ var loadingCircleStyle$1y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
4927
4980
 
4928
4981
  var SortZ2a = function SortZ2a(props) {
4929
4982
  var color = props.color,
@@ -4938,7 +4991,7 @@ var SortZ2a = function SortZ2a(props) {
4938
4991
  role: "img",
4939
4992
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
4940
4993
  }, /*#__PURE__*/React.createElement("style", {
4941
- children: loadingCircleStyle$1x
4994
+ children: loadingCircleStyle$1y
4942
4995
  }), /*#__PURE__*/React.createElement("svg", _extends({
4943
4996
  xmlns: "http://www.w3.org/2000/svg",
4944
4997
  width: size,
@@ -4972,7 +5025,7 @@ SortZ2a.defaultProps = {
4972
5025
  size: '1em'
4973
5026
  };
4974
5027
 
4975
- var loadingCircleStyle$1y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
5028
+ var loadingCircleStyle$1z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
4976
5029
 
4977
5030
  var Sort = function Sort(props) {
4978
5031
  var color = props.color,
@@ -4987,7 +5040,7 @@ var Sort = function Sort(props) {
4987
5040
  role: "img",
4988
5041
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
4989
5042
  }, /*#__PURE__*/React.createElement("style", {
4990
- children: loadingCircleStyle$1y
5043
+ children: loadingCircleStyle$1z
4991
5044
  }), /*#__PURE__*/React.createElement("svg", _extends({
4992
5045
  xmlns: "http://www.w3.org/2000/svg",
4993
5046
  width: size,
@@ -5019,7 +5072,7 @@ Sort.defaultProps = {
5019
5072
  size: '1em'
5020
5073
  };
5021
5074
 
5022
- var loadingCircleStyle$1z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
5075
+ var loadingCircleStyle$1A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
5023
5076
 
5024
5077
  var SortResult = function SortResult(props) {
5025
5078
  var color = props.color,
@@ -5034,7 +5087,7 @@ var SortResult = function SortResult(props) {
5034
5087
  role: "img",
5035
5088
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
5036
5089
  }, /*#__PURE__*/React.createElement("style", {
5037
- children: loadingCircleStyle$1z
5090
+ children: loadingCircleStyle$1A
5038
5091
  }), /*#__PURE__*/React.createElement("svg", _extends({
5039
5092
  xmlns: "http://www.w3.org/2000/svg",
5040
5093
  width: size,
@@ -5072,7 +5125,7 @@ SortResult.defaultProps = {
5072
5125
  size: '1em'
5073
5126
  };
5074
5127
 
5075
- var loadingCircleStyle$1A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
5128
+ var loadingCircleStyle$1B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
5076
5129
 
5077
5130
  var TA2b = function TA2b(props) {
5078
5131
  var color = props.color,
@@ -5087,7 +5140,7 @@ var TA2b = function TA2b(props) {
5087
5140
  role: "img",
5088
5141
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
5089
5142
  }, /*#__PURE__*/React.createElement("style", {
5090
- children: loadingCircleStyle$1A
5143
+ children: loadingCircleStyle$1B
5091
5144
  }), /*#__PURE__*/React.createElement("svg", _extends({
5092
5145
  xmlns: "http://www.w3.org/2000/svg",
5093
5146
  width: size,
@@ -5119,7 +5172,7 @@ TA2b.defaultProps = {
5119
5172
  size: '1em'
5120
5173
  };
5121
5174
 
5122
- var loadingCircleStyle$1B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
5175
+ var loadingCircleStyle$1C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
5123
5176
 
5124
5177
  var TX2y = function TX2y(props) {
5125
5178
  var color = props.color,
@@ -5134,7 +5187,7 @@ var TX2y = function TX2y(props) {
5134
5187
  role: "img",
5135
5188
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
5136
5189
  }, /*#__PURE__*/React.createElement("style", {
5137
- children: loadingCircleStyle$1B
5190
+ children: loadingCircleStyle$1C
5138
5191
  }), /*#__PURE__*/React.createElement("svg", _extends({
5139
5192
  xmlns: "http://www.w3.org/2000/svg",
5140
5193
  width: size,
@@ -5170,7 +5223,7 @@ TX2y.defaultProps = {
5170
5223
  size: '1em'
5171
5224
  };
5172
5225
 
5173
- var loadingCircleStyle$1C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
5226
+ var loadingCircleStyle$1D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
5174
5227
 
5175
5228
  var Parameter = function Parameter(props) {
5176
5229
  var color = props.color,
@@ -5185,7 +5238,7 @@ var Parameter = function Parameter(props) {
5185
5238
  role: "img",
5186
5239
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
5187
5240
  }, /*#__PURE__*/React.createElement("style", {
5188
- children: loadingCircleStyle$1C
5241
+ children: loadingCircleStyle$1D
5189
5242
  }), /*#__PURE__*/React.createElement("svg", _extends({
5190
5243
  xmlns: "http://www.w3.org/2000/svg",
5191
5244
  width: size,
@@ -5223,7 +5276,7 @@ Parameter.defaultProps = {
5223
5276
  size: '1em'
5224
5277
  };
5225
5278
 
5226
- var loadingCircleStyle$1D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
5279
+ var loadingCircleStyle$1E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
5227
5280
 
5228
5281
  var Groups = function Groups(props) {
5229
5282
  var color = props.color,
@@ -5238,7 +5291,7 @@ var Groups = function Groups(props) {
5238
5291
  role: "img",
5239
5292
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
5240
5293
  }, /*#__PURE__*/React.createElement("style", {
5241
- children: loadingCircleStyle$1D
5294
+ children: loadingCircleStyle$1E
5242
5295
  }), /*#__PURE__*/React.createElement("svg", _extends({
5243
5296
  xmlns: "http://www.w3.org/2000/svg",
5244
5297
  width: size,
@@ -5270,7 +5323,7 @@ Groups.defaultProps = {
5270
5323
  size: '1em'
5271
5324
  };
5272
5325
 
5273
- var loadingCircleStyle$1E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
5326
+ var loadingCircleStyle$1F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
5274
5327
 
5275
5328
  var EventTree = function EventTree(props) {
5276
5329
  var color = props.color,
@@ -5285,7 +5338,7 @@ var EventTree = function EventTree(props) {
5285
5338
  role: "img",
5286
5339
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
5287
5340
  }, /*#__PURE__*/React.createElement("style", {
5288
- children: loadingCircleStyle$1E
5341
+ children: loadingCircleStyle$1F
5289
5342
  }), /*#__PURE__*/React.createElement("svg", _extends({
5290
5343
  xmlns: "http://www.w3.org/2000/svg",
5291
5344
  width: size,
@@ -5317,7 +5370,7 @@ EventTree.defaultProps = {
5317
5370
  size: '1em'
5318
5371
  };
5319
5372
 
5320
- var loadingCircleStyle$1F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
5373
+ var loadingCircleStyle$1G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
5321
5374
 
5322
5375
  var Split = function Split(props) {
5323
5376
  var color = props.color,
@@ -5332,7 +5385,7 @@ var Split = function Split(props) {
5332
5385
  role: "img",
5333
5386
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
5334
5387
  }, /*#__PURE__*/React.createElement("style", {
5335
- children: loadingCircleStyle$1F
5388
+ children: loadingCircleStyle$1G
5336
5389
  }), /*#__PURE__*/React.createElement("svg", _extends({
5337
5390
  xmlns: "http://www.w3.org/2000/svg",
5338
5391
  width: size,
@@ -5364,7 +5417,7 @@ Split.defaultProps = {
5364
5417
  size: '1em'
5365
5418
  };
5366
5419
 
5367
- var loadingCircleStyle$1G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
5420
+ var loadingCircleStyle$1H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
5368
5421
 
5369
5422
  var CustomPartition = function CustomPartition(props) {
5370
5423
  var color = props.color,
@@ -5379,7 +5432,7 @@ var CustomPartition = function CustomPartition(props) {
5379
5432
  role: "img",
5380
5433
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
5381
5434
  }, /*#__PURE__*/React.createElement("style", {
5382
- children: loadingCircleStyle$1G
5435
+ children: loadingCircleStyle$1H
5383
5436
  }), /*#__PURE__*/React.createElement("svg", _extends({
5384
5437
  xmlns: "http://www.w3.org/2000/svg",
5385
5438
  width: size,
@@ -5411,7 +5464,7 @@ CustomPartition.defaultProps = {
5411
5464
  size: '1em'
5412
5465
  };
5413
5466
 
5414
- var loadingCircleStyle$1H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
5467
+ var loadingCircleStyle$1I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
5415
5468
 
5416
5469
  var Result = function Result(props) {
5417
5470
  var color = props.color,
@@ -5426,7 +5479,7 @@ var Result = function Result(props) {
5426
5479
  role: "img",
5427
5480
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
5428
5481
  }, /*#__PURE__*/React.createElement("style", {
5429
- children: loadingCircleStyle$1H
5482
+ children: loadingCircleStyle$1I
5430
5483
  }), /*#__PURE__*/React.createElement("svg", _extends({
5431
5484
  xmlns: "http://www.w3.org/2000/svg",
5432
5485
  width: size,
@@ -5462,7 +5515,7 @@ Result.defaultProps = {
5462
5515
  size: '1em'
5463
5516
  };
5464
5517
 
5465
- var loadingCircleStyle$1I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
5518
+ var loadingCircleStyle$1J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
5466
5519
 
5467
5520
  var Alert = function Alert(props) {
5468
5521
  var color = props.color,
@@ -5477,7 +5530,7 @@ var Alert = function Alert(props) {
5477
5530
  role: "img",
5478
5531
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
5479
5532
  }, /*#__PURE__*/React.createElement("style", {
5480
- children: loadingCircleStyle$1I
5533
+ children: loadingCircleStyle$1J
5481
5534
  }), /*#__PURE__*/React.createElement("svg", _extends({
5482
5535
  xmlns: "http://www.w3.org/2000/svg",
5483
5536
  width: size,
@@ -5511,7 +5564,7 @@ Alert.defaultProps = {
5511
5564
  size: '1em'
5512
5565
  };
5513
5566
 
5514
- var loadingCircleStyle$1J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
5567
+ var loadingCircleStyle$1K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
5515
5568
 
5516
5569
  var ViewOriginal = function ViewOriginal(props) {
5517
5570
  var color = props.color,
@@ -5526,7 +5579,7 @@ var ViewOriginal = function ViewOriginal(props) {
5526
5579
  role: "img",
5527
5580
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
5528
5581
  }, /*#__PURE__*/React.createElement("style", {
5529
- children: loadingCircleStyle$1J
5582
+ children: loadingCircleStyle$1K
5530
5583
  }), /*#__PURE__*/React.createElement("svg", _extends({
5531
5584
  xmlns: "http://www.w3.org/2000/svg",
5532
5585
  width: size,
@@ -5565,7 +5618,7 @@ ViewOriginal.defaultProps = {
5565
5618
  size: '1em'
5566
5619
  };
5567
5620
 
5568
- var loadingCircleStyle$1K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
5621
+ var loadingCircleStyle$1L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
5569
5622
 
5570
5623
  var Attribution = function Attribution(props) {
5571
5624
  var color = props.color,
@@ -5580,7 +5633,7 @@ var Attribution = function Attribution(props) {
5580
5633
  role: "img",
5581
5634
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
5582
5635
  }, /*#__PURE__*/React.createElement("style", {
5583
- children: loadingCircleStyle$1K
5636
+ children: loadingCircleStyle$1L
5584
5637
  }), /*#__PURE__*/React.createElement("svg", _extends({
5585
5638
  xmlns: "http://www.w3.org/2000/svg",
5586
5639
  width: size,
@@ -5614,7 +5667,7 @@ Attribution.defaultProps = {
5614
5667
  size: '1em'
5615
5668
  };
5616
5669
 
5617
- var loadingCircleStyle$1L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
5670
+ var loadingCircleStyle$1M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
5618
5671
 
5619
5672
  var Cost = function Cost(props) {
5620
5673
  var color = props.color,
@@ -5629,7 +5682,7 @@ var Cost = function Cost(props) {
5629
5682
  role: "img",
5630
5683
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
5631
5684
  }, /*#__PURE__*/React.createElement("style", {
5632
- children: loadingCircleStyle$1L
5685
+ children: loadingCircleStyle$1M
5633
5686
  }), /*#__PURE__*/React.createElement("svg", _extends({
5634
5687
  xmlns: "http://www.w3.org/2000/svg",
5635
5688
  width: size,
@@ -5661,7 +5714,7 @@ Cost.defaultProps = {
5661
5714
  size: '1em'
5662
5715
  };
5663
5716
 
5664
- var loadingCircleStyle$1M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
5717
+ var loadingCircleStyle$1N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
5665
5718
 
5666
5719
  var Exposure = function Exposure(props) {
5667
5720
  var color = props.color,
@@ -5676,7 +5729,7 @@ var Exposure = function Exposure(props) {
5676
5729
  role: "img",
5677
5730
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
5678
5731
  }, /*#__PURE__*/React.createElement("style", {
5679
- children: loadingCircleStyle$1M
5732
+ children: loadingCircleStyle$1N
5680
5733
  }), /*#__PURE__*/React.createElement("svg", _extends({
5681
5734
  xmlns: "http://www.w3.org/2000/svg",
5682
5735
  width: size,
@@ -5708,7 +5761,7 @@ Exposure.defaultProps = {
5708
5761
  size: '1em'
5709
5762
  };
5710
5763
 
5711
- var loadingCircleStyle$1N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
5764
+ var loadingCircleStyle$1O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
5712
5765
 
5713
5766
  var Indicator = function Indicator(props) {
5714
5767
  var color = props.color,
@@ -5723,7 +5776,7 @@ var Indicator = function Indicator(props) {
5723
5776
  role: "img",
5724
5777
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
5725
5778
  }, /*#__PURE__*/React.createElement("style", {
5726
- children: loadingCircleStyle$1N
5779
+ children: loadingCircleStyle$1O
5727
5780
  }), /*#__PURE__*/React.createElement("svg", _extends({
5728
5781
  xmlns: "http://www.w3.org/2000/svg",
5729
5782
  width: size,
@@ -5757,7 +5810,7 @@ Indicator.defaultProps = {
5757
5810
  size: '1em'
5758
5811
  };
5759
5812
 
5760
- var loadingCircleStyle$1O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
5813
+ var loadingCircleStyle$1P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
5761
5814
 
5762
5815
  var Currency = function Currency(props) {
5763
5816
  var color = props.color,
@@ -5772,7 +5825,7 @@ var Currency = function Currency(props) {
5772
5825
  role: "img",
5773
5826
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
5774
5827
  }, /*#__PURE__*/React.createElement("style", {
5775
- children: loadingCircleStyle$1O
5828
+ children: loadingCircleStyle$1P
5776
5829
  }), /*#__PURE__*/React.createElement("svg", _extends({
5777
5830
  xmlns: "http://www.w3.org/2000/svg",
5778
5831
  width: size,
@@ -5804,7 +5857,7 @@ Currency.defaultProps = {
5804
5857
  size: '1em'
5805
5858
  };
5806
5859
 
5807
- var loadingCircleStyle$1P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
5860
+ var loadingCircleStyle$1Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
5808
5861
 
5809
5862
  var Contrast = function Contrast(props) {
5810
5863
  var color = props.color,
@@ -5819,7 +5872,7 @@ var Contrast = function Contrast(props) {
5819
5872
  role: "img",
5820
5873
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
5821
5874
  }, /*#__PURE__*/React.createElement("style", {
5822
- children: loadingCircleStyle$1P
5875
+ children: loadingCircleStyle$1Q
5823
5876
  }), /*#__PURE__*/React.createElement("svg", _extends({
5824
5877
  xmlns: "http://www.w3.org/2000/svg",
5825
5878
  width: size,
@@ -5853,7 +5906,7 @@ Contrast.defaultProps = {
5853
5906
  size: '1em'
5854
5907
  };
5855
5908
 
5856
- var loadingCircleStyle$1Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
5909
+ var loadingCircleStyle$1R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
5857
5910
 
5858
5911
  var Index = function Index(props) {
5859
5912
  var color = props.color,
@@ -5868,7 +5921,7 @@ var Index = function Index(props) {
5868
5921
  role: "img",
5869
5922
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
5870
5923
  }, /*#__PURE__*/React.createElement("style", {
5871
- children: loadingCircleStyle$1Q
5924
+ children: loadingCircleStyle$1R
5872
5925
  }), /*#__PURE__*/React.createElement("svg", _extends({
5873
5926
  xmlns: "http://www.w3.org/2000/svg",
5874
5927
  width: size,
@@ -5910,7 +5963,7 @@ Index.defaultProps = {
5910
5963
  size: '1em'
5911
5964
  };
5912
5965
 
5913
- var loadingCircleStyle$1R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
5966
+ var loadingCircleStyle$1S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
5914
5967
 
5915
5968
  var SortUp = function SortUp(props) {
5916
5969
  var color = props.color,
@@ -5925,7 +5978,7 @@ var SortUp = function SortUp(props) {
5925
5978
  role: "img",
5926
5979
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
5927
5980
  }, /*#__PURE__*/React.createElement("style", {
5928
- children: loadingCircleStyle$1R
5981
+ children: loadingCircleStyle$1S
5929
5982
  }), /*#__PURE__*/React.createElement("svg", _extends({
5930
5983
  xmlns: "http://www.w3.org/2000/svg",
5931
5984
  width: size,
@@ -5965,7 +6018,7 @@ SortUp.defaultProps = {
5965
6018
  size: '1em'
5966
6019
  };
5967
6020
 
5968
- var loadingCircleStyle$1S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
6021
+ var loadingCircleStyle$1T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
5969
6022
 
5970
6023
  var SortDown = function SortDown(props) {
5971
6024
  var color = props.color,
@@ -5980,7 +6033,7 @@ var SortDown = function SortDown(props) {
5980
6033
  role: "img",
5981
6034
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
5982
6035
  }, /*#__PURE__*/React.createElement("style", {
5983
- children: loadingCircleStyle$1S
6036
+ children: loadingCircleStyle$1T
5984
6037
  }), /*#__PURE__*/React.createElement("svg", _extends({
5985
6038
  xmlns: "http://www.w3.org/2000/svg",
5986
6039
  width: size,
@@ -6020,7 +6073,7 @@ SortDown.defaultProps = {
6020
6073
  size: '1em'
6021
6074
  };
6022
6075
 
6023
- var loadingCircleStyle$1T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
6076
+ var loadingCircleStyle$1U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
6024
6077
 
6025
6078
  var OperatorEqual = function OperatorEqual(props) {
6026
6079
  var color = props.color,
@@ -6035,7 +6088,7 @@ var OperatorEqual = function OperatorEqual(props) {
6035
6088
  role: "img",
6036
6089
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
6037
6090
  }, /*#__PURE__*/React.createElement("style", {
6038
- children: loadingCircleStyle$1T
6091
+ children: loadingCircleStyle$1U
6039
6092
  }), /*#__PURE__*/React.createElement("svg", _extends({
6040
6093
  xmlns: "http://www.w3.org/2000/svg",
6041
6094
  width: size,
@@ -6069,7 +6122,7 @@ OperatorEqual.defaultProps = {
6069
6122
  size: '1em'
6070
6123
  };
6071
6124
 
6072
- var loadingCircleStyle$1U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
6125
+ var loadingCircleStyle$1V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
6073
6126
 
6074
6127
  var OperatorUnequal = function OperatorUnequal(props) {
6075
6128
  var color = props.color,
@@ -6084,7 +6137,7 @@ var OperatorUnequal = function OperatorUnequal(props) {
6084
6137
  role: "img",
6085
6138
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
6086
6139
  }, /*#__PURE__*/React.createElement("style", {
6087
- children: loadingCircleStyle$1U
6140
+ children: loadingCircleStyle$1V
6088
6141
  }), /*#__PURE__*/React.createElement("svg", _extends({
6089
6142
  xmlns: "http://www.w3.org/2000/svg",
6090
6143
  width: size,
@@ -6118,7 +6171,7 @@ OperatorUnequal.defaultProps = {
6118
6171
  size: '1em'
6119
6172
  };
6120
6173
 
6121
- var loadingCircleStyle$1V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
6174
+ var loadingCircleStyle$1W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
6122
6175
 
6123
6176
  var OperatorDivide = function OperatorDivide(props) {
6124
6177
  var color = props.color,
@@ -6133,7 +6186,7 @@ var OperatorDivide = function OperatorDivide(props) {
6133
6186
  role: "img",
6134
6187
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
6135
6188
  }, /*#__PURE__*/React.createElement("style", {
6136
- children: loadingCircleStyle$1V
6189
+ children: loadingCircleStyle$1W
6137
6190
  }), /*#__PURE__*/React.createElement("svg", _extends({
6138
6191
  xmlns: "http://www.w3.org/2000/svg",
6139
6192
  width: size,
@@ -6165,7 +6218,7 @@ OperatorDivide.defaultProps = {
6165
6218
  size: '1em'
6166
6219
  };
6167
6220
 
6168
- var loadingCircleStyle$1W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
6221
+ var loadingCircleStyle$1X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
6169
6222
 
6170
6223
  var OperatorNoValue = function OperatorNoValue(props) {
6171
6224
  var color = props.color,
@@ -6180,7 +6233,7 @@ var OperatorNoValue = function OperatorNoValue(props) {
6180
6233
  role: "img",
6181
6234
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
6182
6235
  }, /*#__PURE__*/React.createElement("style", {
6183
- children: loadingCircleStyle$1W
6236
+ children: loadingCircleStyle$1X
6184
6237
  }), /*#__PURE__*/React.createElement("svg", _extends({
6185
6238
  xmlns: "http://www.w3.org/2000/svg",
6186
6239
  width: size,
@@ -6214,7 +6267,7 @@ OperatorNoValue.defaultProps = {
6214
6267
  size: '1em'
6215
6268
  };
6216
6269
 
6217
- var loadingCircleStyle$1X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
6270
+ var loadingCircleStyle$1Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
6218
6271
 
6219
6272
  var OperatorHasValue = function OperatorHasValue(props) {
6220
6273
  var color = props.color,
@@ -6229,7 +6282,7 @@ var OperatorHasValue = function OperatorHasValue(props) {
6229
6282
  role: "img",
6230
6283
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
6231
6284
  }, /*#__PURE__*/React.createElement("style", {
6232
- children: loadingCircleStyle$1X
6285
+ children: loadingCircleStyle$1Y
6233
6286
  }), /*#__PURE__*/React.createElement("svg", _extends({
6234
6287
  xmlns: "http://www.w3.org/2000/svg",
6235
6288
  width: size,
@@ -6263,7 +6316,7 @@ OperatorHasValue.defaultProps = {
6263
6316
  size: '1em'
6264
6317
  };
6265
6318
 
6266
- var loadingCircleStyle$1Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
6319
+ var loadingCircleStyle$1Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
6267
6320
 
6268
6321
  var OperatorInside = function OperatorInside(props) {
6269
6322
  var color = props.color,
@@ -6278,7 +6331,7 @@ var OperatorInside = function OperatorInside(props) {
6278
6331
  role: "img",
6279
6332
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
6280
6333
  }, /*#__PURE__*/React.createElement("style", {
6281
- children: loadingCircleStyle$1Y
6334
+ children: loadingCircleStyle$1Z
6282
6335
  }), /*#__PURE__*/React.createElement("svg", _extends({
6283
6336
  xmlns: "http://www.w3.org/2000/svg",
6284
6337
  width: size,
@@ -6310,7 +6363,7 @@ OperatorInside.defaultProps = {
6310
6363
  size: '1em'
6311
6364
  };
6312
6365
 
6313
- var loadingCircleStyle$1Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
6366
+ var loadingCircleStyle$1_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
6314
6367
 
6315
6368
  var OperatorInclude = function OperatorInclude(props) {
6316
6369
  var color = props.color,
@@ -6325,7 +6378,7 @@ var OperatorInclude = function OperatorInclude(props) {
6325
6378
  role: "img",
6326
6379
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
6327
6380
  }, /*#__PURE__*/React.createElement("style", {
6328
- children: loadingCircleStyle$1Z
6381
+ children: loadingCircleStyle$1_
6329
6382
  }), /*#__PURE__*/React.createElement("svg", _extends({
6330
6383
  xmlns: "http://www.w3.org/2000/svg",
6331
6384
  width: size,
@@ -6359,7 +6412,7 @@ OperatorInclude.defaultProps = {
6359
6412
  size: '1em'
6360
6413
  };
6361
6414
 
6362
- var loadingCircleStyle$1_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
6415
+ var loadingCircleStyle$1$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
6363
6416
 
6364
6417
  var OperatorNotInclude = function OperatorNotInclude(props) {
6365
6418
  var color = props.color,
@@ -6374,7 +6427,7 @@ var OperatorNotInclude = function OperatorNotInclude(props) {
6374
6427
  role: "img",
6375
6428
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
6376
6429
  }, /*#__PURE__*/React.createElement("style", {
6377
- children: loadingCircleStyle$1_
6430
+ children: loadingCircleStyle$1$
6378
6431
  }), /*#__PURE__*/React.createElement("svg", _extends({
6379
6432
  xmlns: "http://www.w3.org/2000/svg",
6380
6433
  width: size,
@@ -6415,7 +6468,7 @@ OperatorNotInclude.defaultProps = {
6415
6468
  size: '1em'
6416
6469
  };
6417
6470
 
6418
- var loadingCircleStyle$1$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
6471
+ var loadingCircleStyle$20 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
6419
6472
 
6420
6473
  var OperatorLess = function OperatorLess(props) {
6421
6474
  var color = props.color,
@@ -6430,7 +6483,7 @@ var OperatorLess = function OperatorLess(props) {
6430
6483
  role: "img",
6431
6484
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
6432
6485
  }, /*#__PURE__*/React.createElement("style", {
6433
- children: loadingCircleStyle$1$
6486
+ children: loadingCircleStyle$20
6434
6487
  }), /*#__PURE__*/React.createElement("svg", _extends({
6435
6488
  xmlns: "http://www.w3.org/2000/svg",
6436
6489
  width: size,
@@ -6464,7 +6517,7 @@ OperatorLess.defaultProps = {
6464
6517
  size: '1em'
6465
6518
  };
6466
6519
 
6467
- var loadingCircleStyle$20 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
6520
+ var loadingCircleStyle$21 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
6468
6521
 
6469
6522
  var OperatorNoBigger = function OperatorNoBigger(props) {
6470
6523
  var color = props.color,
@@ -6479,7 +6532,7 @@ var OperatorNoBigger = function OperatorNoBigger(props) {
6479
6532
  role: "img",
6480
6533
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
6481
6534
  }, /*#__PURE__*/React.createElement("style", {
6482
- children: loadingCircleStyle$20
6535
+ children: loadingCircleStyle$21
6483
6536
  }), /*#__PURE__*/React.createElement("svg", _extends({
6484
6537
  xmlns: "http://www.w3.org/2000/svg",
6485
6538
  width: size,
@@ -6513,7 +6566,7 @@ OperatorNoBigger.defaultProps = {
6513
6566
  size: '1em'
6514
6567
  };
6515
6568
 
6516
- var loadingCircleStyle$21 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
6569
+ var loadingCircleStyle$22 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
6517
6570
 
6518
6571
  var OperatorBigger = function OperatorBigger(props) {
6519
6572
  var color = props.color,
@@ -6528,7 +6581,7 @@ var OperatorBigger = function OperatorBigger(props) {
6528
6581
  role: "img",
6529
6582
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
6530
6583
  }, /*#__PURE__*/React.createElement("style", {
6531
- children: loadingCircleStyle$21
6584
+ children: loadingCircleStyle$22
6532
6585
  }), /*#__PURE__*/React.createElement("svg", _extends({
6533
6586
  xmlns: "http://www.w3.org/2000/svg",
6534
6587
  width: size,
@@ -6562,7 +6615,7 @@ OperatorBigger.defaultProps = {
6562
6615
  size: '1em'
6563
6616
  };
6564
6617
 
6565
- var loadingCircleStyle$22 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
6618
+ var loadingCircleStyle$23 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
6566
6619
 
6567
6620
  var OperatorNoLess = function OperatorNoLess(props) {
6568
6621
  var color = props.color,
@@ -6577,7 +6630,7 @@ var OperatorNoLess = function OperatorNoLess(props) {
6577
6630
  role: "img",
6578
6631
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
6579
6632
  }, /*#__PURE__*/React.createElement("style", {
6580
- children: loadingCircleStyle$22
6633
+ children: loadingCircleStyle$23
6581
6634
  }), /*#__PURE__*/React.createElement("svg", _extends({
6582
6635
  xmlns: "http://www.w3.org/2000/svg",
6583
6636
  width: size,
@@ -6611,7 +6664,7 @@ OperatorNoLess.defaultProps = {
6611
6664
  size: '1em'
6612
6665
  };
6613
6666
 
6614
- var loadingCircleStyle$23 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
6667
+ var loadingCircleStyle$24 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
6615
6668
 
6616
6669
  var OperatorTrue = function OperatorTrue(props) {
6617
6670
  var color = props.color,
@@ -6626,7 +6679,7 @@ var OperatorTrue = function OperatorTrue(props) {
6626
6679
  role: "img",
6627
6680
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
6628
6681
  }, /*#__PURE__*/React.createElement("style", {
6629
- children: loadingCircleStyle$23
6682
+ children: loadingCircleStyle$24
6630
6683
  }), /*#__PURE__*/React.createElement("svg", _extends({
6631
6684
  xmlns: "http://www.w3.org/2000/svg",
6632
6685
  width: size,
@@ -6660,7 +6713,7 @@ OperatorTrue.defaultProps = {
6660
6713
  size: '1em'
6661
6714
  };
6662
6715
 
6663
- var loadingCircleStyle$24 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
6716
+ var loadingCircleStyle$25 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
6664
6717
 
6665
6718
  var OperatorFalse = function OperatorFalse(props) {
6666
6719
  var color = props.color,
@@ -6675,7 +6728,7 @@ var OperatorFalse = function OperatorFalse(props) {
6675
6728
  role: "img",
6676
6729
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
6677
6730
  }, /*#__PURE__*/React.createElement("style", {
6678
- children: loadingCircleStyle$24
6731
+ children: loadingCircleStyle$25
6679
6732
  }), /*#__PURE__*/React.createElement("svg", _extends({
6680
6733
  xmlns: "http://www.w3.org/2000/svg",
6681
6734
  width: size,
@@ -6709,7 +6762,7 @@ OperatorFalse.defaultProps = {
6709
6762
  size: '1em'
6710
6763
  };
6711
6764
 
6712
- var loadingCircleStyle$25 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
6765
+ var loadingCircleStyle$26 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
6713
6766
 
6714
6767
  var OperatorRegex = function OperatorRegex(props) {
6715
6768
  var color = props.color,
@@ -6724,7 +6777,7 @@ var OperatorRegex = function OperatorRegex(props) {
6724
6777
  role: "img",
6725
6778
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
6726
6779
  }, /*#__PURE__*/React.createElement("style", {
6727
- children: loadingCircleStyle$25
6780
+ children: loadingCircleStyle$26
6728
6781
  }), /*#__PURE__*/React.createElement("svg", _extends({
6729
6782
  xmlns: "http://www.w3.org/2000/svg",
6730
6783
  width: size,
@@ -6758,7 +6811,7 @@ OperatorRegex.defaultProps = {
6758
6811
  size: '1em'
6759
6812
  };
6760
6813
 
6761
- var loadingCircleStyle$26 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
6814
+ var loadingCircleStyle$27 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
6762
6815
 
6763
6816
  var OperatorNoRegex = function OperatorNoRegex(props) {
6764
6817
  var color = props.color,
@@ -6773,7 +6826,7 @@ var OperatorNoRegex = function OperatorNoRegex(props) {
6773
6826
  role: "img",
6774
6827
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
6775
6828
  }, /*#__PURE__*/React.createElement("style", {
6776
- children: loadingCircleStyle$26
6829
+ children: loadingCircleStyle$27
6777
6830
  }), /*#__PURE__*/React.createElement("svg", _extends({
6778
6831
  xmlns: "http://www.w3.org/2000/svg",
6779
6832
  width: size,
@@ -6807,7 +6860,7 @@ OperatorNoRegex.defaultProps = {
6807
6860
  size: '1em'
6808
6861
  };
6809
6862
 
6810
- var loadingCircleStyle$27 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
6863
+ var loadingCircleStyle$28 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
6811
6864
 
6812
6865
  var LogoDingdingCl = function LogoDingdingCl(props) {
6813
6866
  var color = props.color,
@@ -6822,7 +6875,7 @@ var LogoDingdingCl = function LogoDingdingCl(props) {
6822
6875
  role: "img",
6823
6876
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
6824
6877
  }, /*#__PURE__*/React.createElement("style", {
6825
- children: loadingCircleStyle$27
6878
+ children: loadingCircleStyle$28
6826
6879
  }), /*#__PURE__*/React.createElement("svg", _extends({
6827
6880
  xmlns: "http://www.w3.org/2000/svg",
6828
6881
  width: size,
@@ -6855,7 +6908,7 @@ LogoDingdingCl.defaultProps = {
6855
6908
  size: '1em'
6856
6909
  };
6857
6910
 
6858
- var loadingCircleStyle$28 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
6911
+ var loadingCircleStyle$29 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
6859
6912
 
6860
6913
  var LogoDingdingGray = function LogoDingdingGray(props) {
6861
6914
  var color = props.color,
@@ -6870,7 +6923,7 @@ var LogoDingdingGray = function LogoDingdingGray(props) {
6870
6923
  role: "img",
6871
6924
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
6872
6925
  }, /*#__PURE__*/React.createElement("style", {
6873
- children: loadingCircleStyle$28
6926
+ children: loadingCircleStyle$29
6874
6927
  }), /*#__PURE__*/React.createElement("svg", _extends({
6875
6928
  xmlns: "http://www.w3.org/2000/svg",
6876
6929
  width: size,
@@ -6902,7 +6955,7 @@ LogoDingdingGray.defaultProps = {
6902
6955
  size: '1em'
6903
6956
  };
6904
6957
 
6905
- var loadingCircleStyle$29 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
6958
+ var loadingCircleStyle$2a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
6906
6959
 
6907
6960
  var LogoWecomCl = function LogoWecomCl(props) {
6908
6961
  var color = props.color,
@@ -6917,7 +6970,7 @@ var LogoWecomCl = function LogoWecomCl(props) {
6917
6970
  role: "img",
6918
6971
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
6919
6972
  }, /*#__PURE__*/React.createElement("style", {
6920
- children: loadingCircleStyle$29
6973
+ children: loadingCircleStyle$2a
6921
6974
  }), /*#__PURE__*/React.createElement("svg", _extends({
6922
6975
  xmlns: "http://www.w3.org/2000/svg",
6923
6976
  width: size,
@@ -6962,7 +7015,7 @@ LogoWecomCl.defaultProps = {
6962
7015
  size: '1em'
6963
7016
  };
6964
7017
 
6965
- var loadingCircleStyle$2a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7018
+ var loadingCircleStyle$2b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
6966
7019
 
6967
7020
  var LogoWecomGray = function LogoWecomGray(props) {
6968
7021
  var color = props.color,
@@ -6977,7 +7030,7 @@ var LogoWecomGray = function LogoWecomGray(props) {
6977
7030
  role: "img",
6978
7031
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
6979
7032
  }, /*#__PURE__*/React.createElement("style", {
6980
- children: loadingCircleStyle$2a
7033
+ children: loadingCircleStyle$2b
6981
7034
  }), /*#__PURE__*/React.createElement("svg", _extends({
6982
7035
  xmlns: "http://www.w3.org/2000/svg",
6983
7036
  width: size,
@@ -7009,7 +7062,7 @@ LogoWecomGray.defaultProps = {
7009
7062
  size: '1em'
7010
7063
  };
7011
7064
 
7012
- var loadingCircleStyle$2b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7065
+ var loadingCircleStyle$2c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7013
7066
 
7014
7067
  var LogoWechatCl = function LogoWechatCl(props) {
7015
7068
  var color = props.color,
@@ -7024,7 +7077,7 @@ var LogoWechatCl = function LogoWechatCl(props) {
7024
7077
  role: "img",
7025
7078
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
7026
7079
  }, /*#__PURE__*/React.createElement("style", {
7027
- children: loadingCircleStyle$2b
7080
+ children: loadingCircleStyle$2c
7028
7081
  }), /*#__PURE__*/React.createElement("svg", _extends({
7029
7082
  xmlns: "http://www.w3.org/2000/svg",
7030
7083
  width: size,
@@ -7065,7 +7118,7 @@ LogoWechatCl.defaultProps = {
7065
7118
  size: '1em'
7066
7119
  };
7067
7120
 
7068
- var loadingCircleStyle$2c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7121
+ var loadingCircleStyle$2d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7069
7122
 
7070
7123
  var LogoWechatGray = function LogoWechatGray(props) {
7071
7124
  var color = props.color,
@@ -7080,7 +7133,7 @@ var LogoWechatGray = function LogoWechatGray(props) {
7080
7133
  role: "img",
7081
7134
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
7082
7135
  }, /*#__PURE__*/React.createElement("style", {
7083
- children: loadingCircleStyle$2c
7136
+ children: loadingCircleStyle$2d
7084
7137
  }), /*#__PURE__*/React.createElement("svg", _extends({
7085
7138
  xmlns: "http://www.w3.org/2000/svg",
7086
7139
  width: size,
@@ -7119,7 +7172,7 @@ LogoWechatGray.defaultProps = {
7119
7172
  size: '1em'
7120
7173
  };
7121
7174
 
7122
- var loadingCircleStyle$2d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7175
+ var loadingCircleStyle$2e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7123
7176
 
7124
7177
  var LogoFeishuCl = function LogoFeishuCl(props) {
7125
7178
  var color = props.color,
@@ -7134,7 +7187,7 @@ var LogoFeishuCl = function LogoFeishuCl(props) {
7134
7187
  role: "img",
7135
7188
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
7136
7189
  }, /*#__PURE__*/React.createElement("style", {
7137
- children: loadingCircleStyle$2d
7190
+ children: loadingCircleStyle$2e
7138
7191
  }), /*#__PURE__*/React.createElement("svg", _extends({
7139
7192
  xmlns: "http://www.w3.org/2000/svg",
7140
7193
  width: size,
@@ -7184,7 +7237,7 @@ LogoFeishuCl.defaultProps = {
7184
7237
  size: '1em'
7185
7238
  };
7186
7239
 
7187
- var loadingCircleStyle$2e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7240
+ var loadingCircleStyle$2f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7188
7241
 
7189
7242
  var LogoKingCl = function LogoKingCl(props) {
7190
7243
  var color = props.color,
@@ -7199,7 +7252,7 @@ var LogoKingCl = function LogoKingCl(props) {
7199
7252
  role: "img",
7200
7253
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
7201
7254
  }, /*#__PURE__*/React.createElement("style", {
7202
- children: loadingCircleStyle$2e
7255
+ children: loadingCircleStyle$2f
7203
7256
  }), /*#__PURE__*/React.createElement("svg", _extends({
7204
7257
  xmlns: "http://www.w3.org/2000/svg",
7205
7258
  width: size,
@@ -7232,7 +7285,7 @@ LogoKingCl.defaultProps = {
7232
7285
  size: '1em'
7233
7286
  };
7234
7287
 
7235
- var loadingCircleStyle$2f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7288
+ var loadingCircleStyle$2g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7236
7289
 
7237
7290
  var LogoCurrencylayerCl = function LogoCurrencylayerCl(props) {
7238
7291
  var color = props.color,
@@ -7247,7 +7300,7 @@ var LogoCurrencylayerCl = function LogoCurrencylayerCl(props) {
7247
7300
  role: "img",
7248
7301
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
7249
7302
  }, /*#__PURE__*/React.createElement("style", {
7250
- children: loadingCircleStyle$2f
7303
+ children: loadingCircleStyle$2g
7251
7304
  }), /*#__PURE__*/React.createElement("svg", _extends({
7252
7305
  xmlns: "http://www.w3.org/2000/svg",
7253
7306
  width: size,
@@ -7284,7 +7337,7 @@ LogoCurrencylayerCl.defaultProps = {
7284
7337
  size: '1em'
7285
7338
  };
7286
7339
 
7287
- var loadingCircleStyle$2g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7340
+ var loadingCircleStyle$2h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7288
7341
 
7289
7342
  var LogoGarenaCl = function LogoGarenaCl(props) {
7290
7343
  var color = props.color,
@@ -7299,7 +7352,7 @@ var LogoGarenaCl = function LogoGarenaCl(props) {
7299
7352
  role: "img",
7300
7353
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
7301
7354
  }, /*#__PURE__*/React.createElement("style", {
7302
- children: loadingCircleStyle$2g
7355
+ children: loadingCircleStyle$2h
7303
7356
  }), /*#__PURE__*/React.createElement("svg", _extends({
7304
7357
  xmlns: "http://www.w3.org/2000/svg",
7305
7358
  width: size,
@@ -7332,7 +7385,7 @@ LogoGarenaCl.defaultProps = {
7332
7385
  size: '1em'
7333
7386
  };
7334
7387
 
7335
- var loadingCircleStyle$2h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7388
+ var loadingCircleStyle$2i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7336
7389
 
7337
7390
  var LogoAndroidGray = function LogoAndroidGray(props) {
7338
7391
  var color = props.color,
@@ -7347,7 +7400,7 @@ var LogoAndroidGray = function LogoAndroidGray(props) {
7347
7400
  role: "img",
7348
7401
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
7349
7402
  }, /*#__PURE__*/React.createElement("style", {
7350
- children: loadingCircleStyle$2h
7403
+ children: loadingCircleStyle$2i
7351
7404
  }), /*#__PURE__*/React.createElement("svg", _extends({
7352
7405
  xmlns: "http://www.w3.org/2000/svg",
7353
7406
  width: size,
@@ -7379,7 +7432,7 @@ LogoAndroidGray.defaultProps = {
7379
7432
  size: '1em'
7380
7433
  };
7381
7434
 
7382
- var loadingCircleStyle$2i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7435
+ var loadingCircleStyle$2j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7383
7436
 
7384
7437
  var LogoAppleGray = function LogoAppleGray(props) {
7385
7438
  var color = props.color,
@@ -7394,7 +7447,7 @@ var LogoAppleGray = function LogoAppleGray(props) {
7394
7447
  role: "img",
7395
7448
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
7396
7449
  }, /*#__PURE__*/React.createElement("style", {
7397
- children: loadingCircleStyle$2i
7450
+ children: loadingCircleStyle$2j
7398
7451
  }), /*#__PURE__*/React.createElement("svg", _extends({
7399
7452
  xmlns: "http://www.w3.org/2000/svg",
7400
7453
  width: size,
@@ -7426,7 +7479,7 @@ LogoAppleGray.defaultProps = {
7426
7479
  size: '1em'
7427
7480
  };
7428
7481
 
7429
- var loadingCircleStyle$2j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7482
+ var loadingCircleStyle$2k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7430
7483
 
7431
7484
  var LogoXiaomiCl = function LogoXiaomiCl(props) {
7432
7485
  var color = props.color,
@@ -7441,7 +7494,7 @@ var LogoXiaomiCl = function LogoXiaomiCl(props) {
7441
7494
  role: "img",
7442
7495
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
7443
7496
  }, /*#__PURE__*/React.createElement("style", {
7444
- children: loadingCircleStyle$2j
7497
+ children: loadingCircleStyle$2k
7445
7498
  }), /*#__PURE__*/React.createElement("svg", _extends({
7446
7499
  xmlns: "http://www.w3.org/2000/svg",
7447
7500
  width: size,
@@ -7474,7 +7527,7 @@ LogoXiaomiCl.defaultProps = {
7474
7527
  size: '1em'
7475
7528
  };
7476
7529
 
7477
- var loadingCircleStyle$2k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7530
+ var loadingCircleStyle$2l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7478
7531
 
7479
7532
  var DashboardCl = function DashboardCl(props) {
7480
7533
  var color = props.color,
@@ -7489,7 +7542,7 @@ var DashboardCl = function DashboardCl(props) {
7489
7542
  role: "img",
7490
7543
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
7491
7544
  }, /*#__PURE__*/React.createElement("style", {
7492
- children: loadingCircleStyle$2k
7545
+ children: loadingCircleStyle$2l
7493
7546
  }), /*#__PURE__*/React.createElement("svg", _extends({
7494
7547
  xmlns: "http://www.w3.org/2000/svg",
7495
7548
  width: size,
@@ -7532,7 +7585,7 @@ DashboardCl.defaultProps = {
7532
7585
  size: '1em'
7533
7586
  };
7534
7587
 
7535
- var loadingCircleStyle$2l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7588
+ var loadingCircleStyle$2m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7536
7589
 
7537
7590
  var ReportCl = function ReportCl(props) {
7538
7591
  var color = props.color,
@@ -7547,7 +7600,7 @@ var ReportCl = function ReportCl(props) {
7547
7600
  role: "img",
7548
7601
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
7549
7602
  }, /*#__PURE__*/React.createElement("style", {
7550
- children: loadingCircleStyle$2l
7603
+ children: loadingCircleStyle$2m
7551
7604
  }), /*#__PURE__*/React.createElement("svg", _extends({
7552
7605
  xmlns: "http://www.w3.org/2000/svg",
7553
7606
  width: size,
@@ -7594,7 +7647,7 @@ ReportCl.defaultProps = {
7594
7647
  size: '1em'
7595
7648
  };
7596
7649
 
7597
- var loadingCircleStyle$2m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7650
+ var loadingCircleStyle$2n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7598
7651
 
7599
7652
  var UserTagCl = function UserTagCl(props) {
7600
7653
  var color = props.color,
@@ -7609,7 +7662,7 @@ var UserTagCl = function UserTagCl(props) {
7609
7662
  role: "img",
7610
7663
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
7611
7664
  }, /*#__PURE__*/React.createElement("style", {
7612
- children: loadingCircleStyle$2m
7665
+ children: loadingCircleStyle$2n
7613
7666
  }), /*#__PURE__*/React.createElement("svg", _extends({
7614
7667
  xmlns: "http://www.w3.org/2000/svg",
7615
7668
  width: size,
@@ -7646,7 +7699,7 @@ UserTagCl.defaultProps = {
7646
7699
  size: '1em'
7647
7700
  };
7648
7701
 
7649
- var loadingCircleStyle$2n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7702
+ var loadingCircleStyle$2o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7650
7703
 
7651
7704
  var GroupCl = function GroupCl(props) {
7652
7705
  var color = props.color,
@@ -7661,7 +7714,7 @@ var GroupCl = function GroupCl(props) {
7661
7714
  role: "img",
7662
7715
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
7663
7716
  }, /*#__PURE__*/React.createElement("style", {
7664
- children: loadingCircleStyle$2n
7717
+ children: loadingCircleStyle$2o
7665
7718
  }), /*#__PURE__*/React.createElement("svg", _extends({
7666
7719
  xmlns: "http://www.w3.org/2000/svg",
7667
7720
  width: size,
@@ -7705,7 +7758,7 @@ GroupCl.defaultProps = {
7705
7758
  size: '1em'
7706
7759
  };
7707
7760
 
7708
- var loadingCircleStyle$2o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7761
+ var loadingCircleStyle$2p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7709
7762
 
7710
7763
  var VPropCl = function VPropCl(props) {
7711
7764
  var color = props.color,
@@ -7720,7 +7773,7 @@ var VPropCl = function VPropCl(props) {
7720
7773
  role: "img",
7721
7774
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
7722
7775
  }, /*#__PURE__*/React.createElement("style", {
7723
- children: loadingCircleStyle$2o
7776
+ children: loadingCircleStyle$2p
7724
7777
  }), /*#__PURE__*/React.createElement("svg", _extends({
7725
7778
  xmlns: "http://www.w3.org/2000/svg",
7726
7779
  width: size,
@@ -7764,7 +7817,7 @@ VPropCl.defaultProps = {
7764
7817
  size: '1em'
7765
7818
  };
7766
7819
 
7767
- var loadingCircleStyle$2p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7820
+ var loadingCircleStyle$2q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7768
7821
 
7769
7822
  var Info = function Info(props) {
7770
7823
  var color = props.color,
@@ -7779,7 +7832,7 @@ var Info = function Info(props) {
7779
7832
  role: "img",
7780
7833
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
7781
7834
  }, /*#__PURE__*/React.createElement("style", {
7782
- children: loadingCircleStyle$2p
7835
+ children: loadingCircleStyle$2q
7783
7836
  }), /*#__PURE__*/React.createElement("svg", _extends({
7784
7837
  xmlns: "http://www.w3.org/2000/svg",
7785
7838
  width: size,
@@ -7815,7 +7868,7 @@ Info.defaultProps = {
7815
7868
  size: '1em'
7816
7869
  };
7817
7870
 
7818
- var loadingCircleStyle$2q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7871
+ var loadingCircleStyle$2r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7819
7872
 
7820
7873
  var InfoFill = function InfoFill(props) {
7821
7874
  var color = props.color,
@@ -7830,7 +7883,7 @@ var InfoFill = function InfoFill(props) {
7830
7883
  role: "img",
7831
7884
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
7832
7885
  }, /*#__PURE__*/React.createElement("style", {
7833
- children: loadingCircleStyle$2q
7886
+ children: loadingCircleStyle$2r
7834
7887
  }), /*#__PURE__*/React.createElement("svg", _extends({
7835
7888
  xmlns: "http://www.w3.org/2000/svg",
7836
7889
  width: size,
@@ -7862,7 +7915,7 @@ InfoFill.defaultProps = {
7862
7915
  size: '1em'
7863
7916
  };
7864
7917
 
7865
- var loadingCircleStyle$2r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7918
+ var loadingCircleStyle$2s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7866
7919
 
7867
7920
  var Help = function Help(props) {
7868
7921
  var color = props.color,
@@ -7877,7 +7930,7 @@ var Help = function Help(props) {
7877
7930
  role: "img",
7878
7931
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
7879
7932
  }, /*#__PURE__*/React.createElement("style", {
7880
- children: loadingCircleStyle$2r
7933
+ children: loadingCircleStyle$2s
7881
7934
  }), /*#__PURE__*/React.createElement("svg", _extends({
7882
7935
  xmlns: "http://www.w3.org/2000/svg",
7883
7936
  width: size,
@@ -7909,7 +7962,7 @@ Help.defaultProps = {
7909
7962
  size: '1em'
7910
7963
  };
7911
7964
 
7912
- var loadingCircleStyle$2s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7965
+ var loadingCircleStyle$2t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7913
7966
 
7914
7967
  var History = function History(props) {
7915
7968
  var color = props.color,
@@ -7924,7 +7977,7 @@ var History = function History(props) {
7924
7977
  role: "img",
7925
7978
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
7926
7979
  }, /*#__PURE__*/React.createElement("style", {
7927
- children: loadingCircleStyle$2s
7980
+ children: loadingCircleStyle$2t
7928
7981
  }), /*#__PURE__*/React.createElement("svg", _extends({
7929
7982
  xmlns: "http://www.w3.org/2000/svg",
7930
7983
  width: size,
@@ -7956,7 +8009,7 @@ History.defaultProps = {
7956
8009
  size: '1em'
7957
8010
  };
7958
8011
 
7959
- var loadingCircleStyle$2t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8012
+ var loadingCircleStyle$2u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
7960
8013
 
7961
8014
  var Backup = function Backup(props) {
7962
8015
  var color = props.color,
@@ -7971,7 +8024,7 @@ var Backup = function Backup(props) {
7971
8024
  role: "img",
7972
8025
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
7973
8026
  }, /*#__PURE__*/React.createElement("style", {
7974
- children: loadingCircleStyle$2t
8027
+ children: loadingCircleStyle$2u
7975
8028
  }), /*#__PURE__*/React.createElement("svg", _extends({
7976
8029
  xmlns: "http://www.w3.org/2000/svg",
7977
8030
  width: size,
@@ -8005,7 +8058,7 @@ Backup.defaultProps = {
8005
8058
  size: '1em'
8006
8059
  };
8007
8060
 
8008
- var loadingCircleStyle$2u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8061
+ var loadingCircleStyle$2v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8009
8062
 
8010
8063
  var Error = function Error(props) {
8011
8064
  var color = props.color,
@@ -8020,7 +8073,7 @@ var Error = function Error(props) {
8020
8073
  role: "img",
8021
8074
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8022
8075
  }, /*#__PURE__*/React.createElement("style", {
8023
- children: loadingCircleStyle$2u
8076
+ children: loadingCircleStyle$2v
8024
8077
  }), /*#__PURE__*/React.createElement("svg", _extends({
8025
8078
  xmlns: "http://www.w3.org/2000/svg",
8026
8079
  width: size,
@@ -8056,7 +8109,7 @@ Error.defaultProps = {
8056
8109
  size: '1em'
8057
8110
  };
8058
8111
 
8059
- var loadingCircleStyle$2v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8112
+ var loadingCircleStyle$2w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8060
8113
 
8061
8114
  var ErrorFill = function ErrorFill(props) {
8062
8115
  var color = props.color,
@@ -8071,7 +8124,7 @@ var ErrorFill = function ErrorFill(props) {
8071
8124
  role: "img",
8072
8125
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8073
8126
  }, /*#__PURE__*/React.createElement("style", {
8074
- children: loadingCircleStyle$2v
8127
+ children: loadingCircleStyle$2w
8075
8128
  }), /*#__PURE__*/React.createElement("svg", _extends({
8076
8129
  xmlns: "http://www.w3.org/2000/svg",
8077
8130
  width: size,
@@ -8103,7 +8156,7 @@ ErrorFill.defaultProps = {
8103
8156
  size: '1em'
8104
8157
  };
8105
8158
 
8106
- var loadingCircleStyle$2w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8159
+ var loadingCircleStyle$2x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8107
8160
 
8108
8161
  var Error2 = function Error2(props) {
8109
8162
  var color = props.color,
@@ -8118,7 +8171,7 @@ var Error2 = function Error2(props) {
8118
8171
  role: "img",
8119
8172
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8120
8173
  }, /*#__PURE__*/React.createElement("style", {
8121
- children: loadingCircleStyle$2w
8174
+ children: loadingCircleStyle$2x
8122
8175
  }), /*#__PURE__*/React.createElement("svg", _extends({
8123
8176
  xmlns: "http://www.w3.org/2000/svg",
8124
8177
  width: size,
@@ -8152,7 +8205,7 @@ Error2.defaultProps = {
8152
8205
  size: '1em'
8153
8206
  };
8154
8207
 
8155
- var loadingCircleStyle$2x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8208
+ var loadingCircleStyle$2y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8156
8209
 
8157
8210
  var Error2Fill = function Error2Fill(props) {
8158
8211
  var color = props.color,
@@ -8167,7 +8220,7 @@ var Error2Fill = function Error2Fill(props) {
8167
8220
  role: "img",
8168
8221
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8169
8222
  }, /*#__PURE__*/React.createElement("style", {
8170
- children: loadingCircleStyle$2x
8223
+ children: loadingCircleStyle$2y
8171
8224
  }), /*#__PURE__*/React.createElement("svg", _extends({
8172
8225
  xmlns: "http://www.w3.org/2000/svg",
8173
8226
  width: size,
@@ -8201,7 +8254,7 @@ Error2Fill.defaultProps = {
8201
8254
  size: '1em'
8202
8255
  };
8203
8256
 
8204
- var loadingCircleStyle$2y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8257
+ var loadingCircleStyle$2z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8205
8258
 
8206
8259
  var Success = function Success(props) {
8207
8260
  var color = props.color,
@@ -8216,7 +8269,7 @@ var Success = function Success(props) {
8216
8269
  role: "img",
8217
8270
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8218
8271
  }, /*#__PURE__*/React.createElement("style", {
8219
- children: loadingCircleStyle$2y
8272
+ children: loadingCircleStyle$2z
8220
8273
  }), /*#__PURE__*/React.createElement("svg", _extends({
8221
8274
  xmlns: "http://www.w3.org/2000/svg",
8222
8275
  width: size,
@@ -8248,7 +8301,7 @@ Success.defaultProps = {
8248
8301
  size: '1em'
8249
8302
  };
8250
8303
 
8251
- var loadingCircleStyle$2z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8304
+ var loadingCircleStyle$2A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8252
8305
 
8253
8306
  var SuccessFill = function SuccessFill(props) {
8254
8307
  var color = props.color,
@@ -8263,7 +8316,7 @@ var SuccessFill = function SuccessFill(props) {
8263
8316
  role: "img",
8264
8317
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8265
8318
  }, /*#__PURE__*/React.createElement("style", {
8266
- children: loadingCircleStyle$2z
8319
+ children: loadingCircleStyle$2A
8267
8320
  }), /*#__PURE__*/React.createElement("svg", _extends({
8268
8321
  xmlns: "http://www.w3.org/2000/svg",
8269
8322
  width: size,
@@ -8297,7 +8350,7 @@ SuccessFill.defaultProps = {
8297
8350
  size: '1em'
8298
8351
  };
8299
8352
 
8300
- var loadingCircleStyle$2A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8353
+ var loadingCircleStyle$2B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8301
8354
 
8302
8355
  var Delete2 = function Delete2(props) {
8303
8356
  var color = props.color,
@@ -8312,7 +8365,7 @@ var Delete2 = function Delete2(props) {
8312
8365
  role: "img",
8313
8366
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8314
8367
  }, /*#__PURE__*/React.createElement("style", {
8315
- children: loadingCircleStyle$2A
8368
+ children: loadingCircleStyle$2B
8316
8369
  }), /*#__PURE__*/React.createElement("svg", _extends({
8317
8370
  xmlns: "http://www.w3.org/2000/svg",
8318
8371
  width: size,
@@ -8344,7 +8397,7 @@ Delete2.defaultProps = {
8344
8397
  size: '1em'
8345
8398
  };
8346
8399
 
8347
- var loadingCircleStyle$2B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8400
+ var loadingCircleStyle$2C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8348
8401
 
8349
8402
  var Delete2Fill = function Delete2Fill(props) {
8350
8403
  var color = props.color,
@@ -8359,7 +8412,7 @@ var Delete2Fill = function Delete2Fill(props) {
8359
8412
  role: "img",
8360
8413
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8361
8414
  }, /*#__PURE__*/React.createElement("style", {
8362
- children: loadingCircleStyle$2B
8415
+ children: loadingCircleStyle$2C
8363
8416
  }), /*#__PURE__*/React.createElement("svg", _extends({
8364
8417
  xmlns: "http://www.w3.org/2000/svg",
8365
8418
  width: size,
@@ -8391,7 +8444,7 @@ Delete2Fill.defaultProps = {
8391
8444
  size: '1em'
8392
8445
  };
8393
8446
 
8394
- var loadingCircleStyle$2C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8447
+ var loadingCircleStyle$2D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8395
8448
 
8396
8449
  var Exchange = function Exchange(props) {
8397
8450
  var color = props.color,
@@ -8406,7 +8459,7 @@ var Exchange = function Exchange(props) {
8406
8459
  role: "img",
8407
8460
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8408
8461
  }, /*#__PURE__*/React.createElement("style", {
8409
- children: loadingCircleStyle$2C
8462
+ children: loadingCircleStyle$2D
8410
8463
  }), /*#__PURE__*/React.createElement("svg", _extends({
8411
8464
  xmlns: "http://www.w3.org/2000/svg",
8412
8465
  width: size,
@@ -8438,7 +8491,7 @@ Exchange.defaultProps = {
8438
8491
  size: '1em'
8439
8492
  };
8440
8493
 
8441
- var loadingCircleStyle$2D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8494
+ var loadingCircleStyle$2E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8442
8495
 
8443
8496
  var SwapFill = function SwapFill(props) {
8444
8497
  var color = props.color,
@@ -8453,7 +8506,7 @@ var SwapFill = function SwapFill(props) {
8453
8506
  role: "img",
8454
8507
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8455
8508
  }, /*#__PURE__*/React.createElement("style", {
8456
- children: loadingCircleStyle$2D
8509
+ children: loadingCircleStyle$2E
8457
8510
  }), /*#__PURE__*/React.createElement("svg", _extends({
8458
8511
  xmlns: "http://www.w3.org/2000/svg",
8459
8512
  width: size,
@@ -8485,7 +8538,7 @@ SwapFill.defaultProps = {
8485
8538
  size: '1em'
8486
8539
  };
8487
8540
 
8488
- var loadingCircleStyle$2E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8541
+ var loadingCircleStyle$2F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8489
8542
 
8490
8543
  var Processing = function Processing(props) {
8491
8544
  var color = props.color,
@@ -8500,7 +8553,7 @@ var Processing = function Processing(props) {
8500
8553
  role: "img",
8501
8554
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8502
8555
  }, /*#__PURE__*/React.createElement("style", {
8503
- children: loadingCircleStyle$2E
8556
+ children: loadingCircleStyle$2F
8504
8557
  }), /*#__PURE__*/React.createElement("svg", _extends({
8505
8558
  xmlns: "http://www.w3.org/2000/svg",
8506
8559
  width: size,
@@ -8532,7 +8585,7 @@ Processing.defaultProps = {
8532
8585
  size: '1em'
8533
8586
  };
8534
8587
 
8535
- var loadingCircleStyle$2F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8588
+ var loadingCircleStyle$2G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8536
8589
 
8537
8590
  var Processing2 = function Processing2(props) {
8538
8591
  var color = props.color,
@@ -8547,7 +8600,7 @@ var Processing2 = function Processing2(props) {
8547
8600
  role: "img",
8548
8601
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8549
8602
  }, /*#__PURE__*/React.createElement("style", {
8550
- children: loadingCircleStyle$2F
8603
+ children: loadingCircleStyle$2G
8551
8604
  }), /*#__PURE__*/React.createElement("svg", _extends({
8552
8605
  xmlns: "http://www.w3.org/2000/svg",
8553
8606
  width: size,
@@ -8581,7 +8634,7 @@ Processing2.defaultProps = {
8581
8634
  size: '1em'
8582
8635
  };
8583
8636
 
8584
- var loadingCircleStyle$2G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8637
+ var loadingCircleStyle$2H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8585
8638
 
8586
8639
  var Done = function Done(props) {
8587
8640
  var color = props.color,
@@ -8596,7 +8649,7 @@ var Done = function Done(props) {
8596
8649
  role: "img",
8597
8650
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8598
8651
  }, /*#__PURE__*/React.createElement("style", {
8599
- children: loadingCircleStyle$2G
8652
+ children: loadingCircleStyle$2H
8600
8653
  }), /*#__PURE__*/React.createElement("svg", _extends({
8601
8654
  xmlns: "http://www.w3.org/2000/svg",
8602
8655
  width: size,
@@ -8628,7 +8681,7 @@ Done.defaultProps = {
8628
8681
  size: '1em'
8629
8682
  };
8630
8683
 
8631
- var loadingCircleStyle$2H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8684
+ var loadingCircleStyle$2I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8632
8685
 
8633
8686
  var Close = function Close(props) {
8634
8687
  var color = props.color,
@@ -8643,7 +8696,7 @@ var Close = function Close(props) {
8643
8696
  role: "img",
8644
8697
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8645
8698
  }, /*#__PURE__*/React.createElement("style", {
8646
- children: loadingCircleStyle$2H
8699
+ children: loadingCircleStyle$2I
8647
8700
  }), /*#__PURE__*/React.createElement("svg", _extends({
8648
8701
  xmlns: "http://www.w3.org/2000/svg",
8649
8702
  width: size,
@@ -8675,7 +8728,7 @@ Close.defaultProps = {
8675
8728
  size: '1em'
8676
8729
  };
8677
8730
 
8678
- var loadingCircleStyle$2I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8731
+ var loadingCircleStyle$2J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8679
8732
 
8680
8733
  var StarOutline = function StarOutline(props) {
8681
8734
  var color = props.color,
@@ -8690,7 +8743,7 @@ var StarOutline = function StarOutline(props) {
8690
8743
  role: "img",
8691
8744
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8692
8745
  }, /*#__PURE__*/React.createElement("style", {
8693
- children: loadingCircleStyle$2I
8746
+ children: loadingCircleStyle$2J
8694
8747
  }), /*#__PURE__*/React.createElement("svg", _extends({
8695
8748
  xmlns: "http://www.w3.org/2000/svg",
8696
8749
  width: size,
@@ -8722,7 +8775,7 @@ StarOutline.defaultProps = {
8722
8775
  size: '1em'
8723
8776
  };
8724
8777
 
8725
- var loadingCircleStyle$2J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8778
+ var loadingCircleStyle$2K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8726
8779
 
8727
8780
  var StarFill = function StarFill(props) {
8728
8781
  var color = props.color,
@@ -8737,7 +8790,7 @@ var StarFill = function StarFill(props) {
8737
8790
  role: "img",
8738
8791
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8739
8792
  }, /*#__PURE__*/React.createElement("style", {
8740
- children: loadingCircleStyle$2J
8793
+ children: loadingCircleStyle$2K
8741
8794
  }), /*#__PURE__*/React.createElement("svg", _extends({
8742
8795
  xmlns: "http://www.w3.org/2000/svg",
8743
8796
  width: size,
@@ -8769,7 +8822,7 @@ StarFill.defaultProps = {
8769
8822
  size: '1em'
8770
8823
  };
8771
8824
 
8772
- var loadingCircleStyle$2K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8825
+ var loadingCircleStyle$2L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8773
8826
 
8774
8827
  var TimeLock = function TimeLock(props) {
8775
8828
  var color = props.color,
@@ -8784,7 +8837,7 @@ var TimeLock = function TimeLock(props) {
8784
8837
  role: "img",
8785
8838
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8786
8839
  }, /*#__PURE__*/React.createElement("style", {
8787
- children: loadingCircleStyle$2K
8840
+ children: loadingCircleStyle$2L
8788
8841
  }), /*#__PURE__*/React.createElement("svg", _extends({
8789
8842
  xmlns: "http://www.w3.org/2000/svg",
8790
8843
  width: size,
@@ -8816,7 +8869,7 @@ TimeLock.defaultProps = {
8816
8869
  size: '1em'
8817
8870
  };
8818
8871
 
8819
- var loadingCircleStyle$2L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8872
+ var loadingCircleStyle$2M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8820
8873
 
8821
8874
  var Heart = function Heart(props) {
8822
8875
  var color = props.color,
@@ -8831,7 +8884,7 @@ var Heart = function Heart(props) {
8831
8884
  role: "img",
8832
8885
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8833
8886
  }, /*#__PURE__*/React.createElement("style", {
8834
- children: loadingCircleStyle$2L
8887
+ children: loadingCircleStyle$2M
8835
8888
  }), /*#__PURE__*/React.createElement("svg", _extends({
8836
8889
  xmlns: "http://www.w3.org/2000/svg",
8837
8890
  width: size,
@@ -8863,7 +8916,7 @@ Heart.defaultProps = {
8863
8916
  size: '1em'
8864
8917
  };
8865
8918
 
8866
- var loadingCircleStyle$2M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8919
+ var loadingCircleStyle$2N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8867
8920
 
8868
8921
  var Bookmark = function Bookmark(props) {
8869
8922
  var color = props.color,
@@ -8878,7 +8931,7 @@ var Bookmark = function Bookmark(props) {
8878
8931
  role: "img",
8879
8932
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8880
8933
  }, /*#__PURE__*/React.createElement("style", {
8881
- children: loadingCircleStyle$2M
8934
+ children: loadingCircleStyle$2N
8882
8935
  }), /*#__PURE__*/React.createElement("svg", _extends({
8883
8936
  xmlns: "http://www.w3.org/2000/svg",
8884
8937
  width: size,
@@ -8910,7 +8963,7 @@ Bookmark.defaultProps = {
8910
8963
  size: '1em'
8911
8964
  };
8912
8965
 
8913
- var loadingCircleStyle$2N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8966
+ var loadingCircleStyle$2O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8914
8967
 
8915
8968
  var Bookmark2 = function Bookmark2(props) {
8916
8969
  var color = props.color,
@@ -8925,7 +8978,7 @@ var Bookmark2 = function Bookmark2(props) {
8925
8978
  role: "img",
8926
8979
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8927
8980
  }, /*#__PURE__*/React.createElement("style", {
8928
- children: loadingCircleStyle$2N
8981
+ children: loadingCircleStyle$2O
8929
8982
  }), /*#__PURE__*/React.createElement("svg", _extends({
8930
8983
  xmlns: "http://www.w3.org/2000/svg",
8931
8984
  width: size,
@@ -8957,7 +9010,7 @@ Bookmark2.defaultProps = {
8957
9010
  size: '1em'
8958
9011
  };
8959
9012
 
8960
- var loadingCircleStyle$2O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9013
+ var loadingCircleStyle$2P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
8961
9014
 
8962
9015
  var LockClose = function LockClose(props) {
8963
9016
  var color = props.color,
@@ -8972,7 +9025,7 @@ var LockClose = function LockClose(props) {
8972
9025
  role: "img",
8973
9026
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
8974
9027
  }, /*#__PURE__*/React.createElement("style", {
8975
- children: loadingCircleStyle$2O
9028
+ children: loadingCircleStyle$2P
8976
9029
  }), /*#__PURE__*/React.createElement("svg", _extends({
8977
9030
  xmlns: "http://www.w3.org/2000/svg",
8978
9031
  width: size,
@@ -9008,7 +9061,7 @@ LockClose.defaultProps = {
9008
9061
  size: '1em'
9009
9062
  };
9010
9063
 
9011
- var loadingCircleStyle$2P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9064
+ var loadingCircleStyle$2Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9012
9065
 
9013
9066
  var LockCloseFill = function LockCloseFill(props) {
9014
9067
  var color = props.color,
@@ -9023,7 +9076,7 @@ var LockCloseFill = function LockCloseFill(props) {
9023
9076
  role: "img",
9024
9077
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9025
9078
  }, /*#__PURE__*/React.createElement("style", {
9026
- children: loadingCircleStyle$2P
9079
+ children: loadingCircleStyle$2Q
9027
9080
  }), /*#__PURE__*/React.createElement("svg", _extends({
9028
9081
  xmlns: "http://www.w3.org/2000/svg",
9029
9082
  width: size,
@@ -9055,7 +9108,7 @@ LockCloseFill.defaultProps = {
9055
9108
  size: '1em'
9056
9109
  };
9057
9110
 
9058
- var loadingCircleStyle$2Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9111
+ var loadingCircleStyle$2R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9059
9112
 
9060
9113
  var LockOpen = function LockOpen(props) {
9061
9114
  var color = props.color,
@@ -9070,7 +9123,7 @@ var LockOpen = function LockOpen(props) {
9070
9123
  role: "img",
9071
9124
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9072
9125
  }, /*#__PURE__*/React.createElement("style", {
9073
- children: loadingCircleStyle$2Q
9126
+ children: loadingCircleStyle$2R
9074
9127
  }), /*#__PURE__*/React.createElement("svg", _extends({
9075
9128
  xmlns: "http://www.w3.org/2000/svg",
9076
9129
  width: size,
@@ -9102,7 +9155,7 @@ LockOpen.defaultProps = {
9102
9155
  size: '1em'
9103
9156
  };
9104
9157
 
9105
- var loadingCircleStyle$2R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9158
+ var loadingCircleStyle$2S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9106
9159
 
9107
9160
  var LockOpenFill = function LockOpenFill(props) {
9108
9161
  var color = props.color,
@@ -9117,7 +9170,7 @@ var LockOpenFill = function LockOpenFill(props) {
9117
9170
  role: "img",
9118
9171
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9119
9172
  }, /*#__PURE__*/React.createElement("style", {
9120
- children: loadingCircleStyle$2R
9173
+ children: loadingCircleStyle$2S
9121
9174
  }), /*#__PURE__*/React.createElement("svg", _extends({
9122
9175
  xmlns: "http://www.w3.org/2000/svg",
9123
9176
  width: size,
@@ -9149,7 +9202,7 @@ LockOpenFill.defaultProps = {
9149
9202
  size: '1em'
9150
9203
  };
9151
9204
 
9152
- var loadingCircleStyle$2S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9205
+ var loadingCircleStyle$2T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9153
9206
 
9154
9207
  var EyeOn = function EyeOn(props) {
9155
9208
  var color = props.color,
@@ -9164,7 +9217,7 @@ var EyeOn = function EyeOn(props) {
9164
9217
  role: "img",
9165
9218
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9166
9219
  }, /*#__PURE__*/React.createElement("style", {
9167
- children: loadingCircleStyle$2S
9220
+ children: loadingCircleStyle$2T
9168
9221
  }), /*#__PURE__*/React.createElement("svg", _extends({
9169
9222
  xmlns: "http://www.w3.org/2000/svg",
9170
9223
  width: size,
@@ -9196,7 +9249,7 @@ EyeOn.defaultProps = {
9196
9249
  size: '1em'
9197
9250
  };
9198
9251
 
9199
- var loadingCircleStyle$2T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9252
+ var loadingCircleStyle$2U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9200
9253
 
9201
9254
  var EyeOnFill = function EyeOnFill(props) {
9202
9255
  var color = props.color,
@@ -9211,7 +9264,7 @@ var EyeOnFill = function EyeOnFill(props) {
9211
9264
  role: "img",
9212
9265
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9213
9266
  }, /*#__PURE__*/React.createElement("style", {
9214
- children: loadingCircleStyle$2T
9267
+ children: loadingCircleStyle$2U
9215
9268
  }), /*#__PURE__*/React.createElement("svg", _extends({
9216
9269
  xmlns: "http://www.w3.org/2000/svg",
9217
9270
  width: size,
@@ -9245,7 +9298,7 @@ EyeOnFill.defaultProps = {
9245
9298
  size: '1em'
9246
9299
  };
9247
9300
 
9248
- var loadingCircleStyle$2U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9301
+ var loadingCircleStyle$2V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9249
9302
 
9250
9303
  var EyeOff = function EyeOff(props) {
9251
9304
  var color = props.color,
@@ -9260,7 +9313,7 @@ var EyeOff = function EyeOff(props) {
9260
9313
  role: "img",
9261
9314
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9262
9315
  }, /*#__PURE__*/React.createElement("style", {
9263
- children: loadingCircleStyle$2U
9316
+ children: loadingCircleStyle$2V
9264
9317
  }), /*#__PURE__*/React.createElement("svg", _extends({
9265
9318
  xmlns: "http://www.w3.org/2000/svg",
9266
9319
  width: size,
@@ -9292,7 +9345,7 @@ EyeOff.defaultProps = {
9292
9345
  size: '1em'
9293
9346
  };
9294
9347
 
9295
- var loadingCircleStyle$2V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9348
+ var loadingCircleStyle$2W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9296
9349
 
9297
9350
  var EyeOffFill = function EyeOffFill(props) {
9298
9351
  var color = props.color,
@@ -9307,7 +9360,7 @@ var EyeOffFill = function EyeOffFill(props) {
9307
9360
  role: "img",
9308
9361
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9309
9362
  }, /*#__PURE__*/React.createElement("style", {
9310
- children: loadingCircleStyle$2V
9363
+ children: loadingCircleStyle$2W
9311
9364
  }), /*#__PURE__*/React.createElement("svg", _extends({
9312
9365
  xmlns: "http://www.w3.org/2000/svg",
9313
9366
  width: size,
@@ -9341,7 +9394,7 @@ EyeOffFill.defaultProps = {
9341
9394
  size: '1em'
9342
9395
  };
9343
9396
 
9344
- var loadingCircleStyle$2W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9397
+ var loadingCircleStyle$2X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9345
9398
 
9346
9399
  var Dot = function Dot(props) {
9347
9400
  var color = props.color,
@@ -9356,7 +9409,7 @@ var Dot = function Dot(props) {
9356
9409
  role: "img",
9357
9410
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9358
9411
  }, /*#__PURE__*/React.createElement("style", {
9359
- children: loadingCircleStyle$2W
9412
+ children: loadingCircleStyle$2X
9360
9413
  }), /*#__PURE__*/React.createElement("svg", _extends({
9361
9414
  xmlns: "http://www.w3.org/2000/svg",
9362
9415
  width: size,
@@ -9390,7 +9443,7 @@ Dot.defaultProps = {
9390
9443
  size: '1em'
9391
9444
  };
9392
9445
 
9393
- var loadingCircleStyle$2X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9446
+ var loadingCircleStyle$2Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9394
9447
 
9395
9448
  var Anchor = function Anchor(props) {
9396
9449
  var color = props.color,
@@ -9405,7 +9458,7 @@ var Anchor = function Anchor(props) {
9405
9458
  role: "img",
9406
9459
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9407
9460
  }, /*#__PURE__*/React.createElement("style", {
9408
- children: loadingCircleStyle$2X
9461
+ children: loadingCircleStyle$2Y
9409
9462
  }), /*#__PURE__*/React.createElement("svg", _extends({
9410
9463
  xmlns: "http://www.w3.org/2000/svg",
9411
9464
  width: size,
@@ -9437,7 +9490,7 @@ Anchor.defaultProps = {
9437
9490
  size: '1em'
9438
9491
  };
9439
9492
 
9440
- var loadingCircleStyle$2Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9493
+ var loadingCircleStyle$2Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9441
9494
 
9442
9495
  var ChartLine = function ChartLine(props) {
9443
9496
  var color = props.color,
@@ -9452,7 +9505,7 @@ var ChartLine = function ChartLine(props) {
9452
9505
  role: "img",
9453
9506
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9454
9507
  }, /*#__PURE__*/React.createElement("style", {
9455
- children: loadingCircleStyle$2Y
9508
+ children: loadingCircleStyle$2Z
9456
9509
  }), /*#__PURE__*/React.createElement("svg", _extends({
9457
9510
  xmlns: "http://www.w3.org/2000/svg",
9458
9511
  width: size,
@@ -9490,7 +9543,7 @@ ChartLine.defaultProps = {
9490
9543
  size: '1em'
9491
9544
  };
9492
9545
 
9493
- var loadingCircleStyle$2Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9546
+ var loadingCircleStyle$2_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9494
9547
 
9495
9548
  var ChartBar = function ChartBar(props) {
9496
9549
  var color = props.color,
@@ -9505,7 +9558,7 @@ var ChartBar = function ChartBar(props) {
9505
9558
  role: "img",
9506
9559
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9507
9560
  }, /*#__PURE__*/React.createElement("style", {
9508
- children: loadingCircleStyle$2Z
9561
+ children: loadingCircleStyle$2_
9509
9562
  }), /*#__PURE__*/React.createElement("svg", _extends({
9510
9563
  xmlns: "http://www.w3.org/2000/svg",
9511
9564
  width: size,
@@ -9541,7 +9594,7 @@ ChartBar.defaultProps = {
9541
9594
  size: '1em'
9542
9595
  };
9543
9596
 
9544
- var loadingCircleStyle$2_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9597
+ var loadingCircleStyle$2$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9545
9598
 
9546
9599
  var ChartCum = function ChartCum(props) {
9547
9600
  var color = props.color,
@@ -9556,7 +9609,7 @@ var ChartCum = function ChartCum(props) {
9556
9609
  role: "img",
9557
9610
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9558
9611
  }, /*#__PURE__*/React.createElement("style", {
9559
- children: loadingCircleStyle$2_
9612
+ children: loadingCircleStyle$2$
9560
9613
  }), /*#__PURE__*/React.createElement("svg", _extends({
9561
9614
  xmlns: "http://www.w3.org/2000/svg",
9562
9615
  width: size,
@@ -9598,7 +9651,7 @@ ChartCum.defaultProps = {
9598
9651
  size: '1em'
9599
9652
  };
9600
9653
 
9601
- var loadingCircleStyle$2$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9654
+ var loadingCircleStyle$30 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9602
9655
 
9603
9656
  var ChartPie = function ChartPie(props) {
9604
9657
  var color = props.color,
@@ -9613,7 +9666,7 @@ var ChartPie = function ChartPie(props) {
9613
9666
  role: "img",
9614
9667
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9615
9668
  }, /*#__PURE__*/React.createElement("style", {
9616
- children: loadingCircleStyle$2$
9669
+ children: loadingCircleStyle$30
9617
9670
  }), /*#__PURE__*/React.createElement("svg", _extends({
9618
9671
  xmlns: "http://www.w3.org/2000/svg",
9619
9672
  width: size,
@@ -9647,7 +9700,7 @@ ChartPie.defaultProps = {
9647
9700
  size: '1em'
9648
9701
  };
9649
9702
 
9650
- var loadingCircleStyle$30 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9703
+ var loadingCircleStyle$31 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9651
9704
 
9652
9705
  var ChartDNRe = function ChartDNRe(props) {
9653
9706
  var color = props.color,
@@ -9662,7 +9715,7 @@ var ChartDNRe = function ChartDNRe(props) {
9662
9715
  role: "img",
9663
9716
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9664
9717
  }, /*#__PURE__*/React.createElement("style", {
9665
- children: loadingCircleStyle$30
9718
+ children: loadingCircleStyle$31
9666
9719
  }), /*#__PURE__*/React.createElement("svg", _extends({
9667
9720
  xmlns: "http://www.w3.org/2000/svg",
9668
9721
  width: size,
@@ -9706,7 +9759,7 @@ ChartDNRe.defaultProps = {
9706
9759
  size: '1em'
9707
9760
  };
9708
9761
 
9709
- var loadingCircleStyle$31 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9762
+ var loadingCircleStyle$32 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9710
9763
 
9711
9764
  var ChartDRe = function ChartDRe(props) {
9712
9765
  var color = props.color,
@@ -9721,7 +9774,7 @@ var ChartDRe = function ChartDRe(props) {
9721
9774
  role: "img",
9722
9775
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9723
9776
  }, /*#__PURE__*/React.createElement("style", {
9724
- children: loadingCircleStyle$31
9777
+ children: loadingCircleStyle$32
9725
9778
  }), /*#__PURE__*/React.createElement("svg", _extends({
9726
9779
  xmlns: "http://www.w3.org/2000/svg",
9727
9780
  width: size,
@@ -9765,7 +9818,7 @@ ChartDRe.defaultProps = {
9765
9818
  size: '1em'
9766
9819
  };
9767
9820
 
9768
- var loadingCircleStyle$32 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9821
+ var loadingCircleStyle$33 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9769
9822
 
9770
9823
  var ChartFunnel = function ChartFunnel(props) {
9771
9824
  var color = props.color,
@@ -9780,7 +9833,7 @@ var ChartFunnel = function ChartFunnel(props) {
9780
9833
  role: "img",
9781
9834
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9782
9835
  }, /*#__PURE__*/React.createElement("style", {
9783
- children: loadingCircleStyle$32
9836
+ children: loadingCircleStyle$33
9784
9837
  }), /*#__PURE__*/React.createElement("svg", _extends({
9785
9838
  xmlns: "http://www.w3.org/2000/svg",
9786
9839
  width: size,
@@ -9816,7 +9869,7 @@ ChartFunnel.defaultProps = {
9816
9869
  size: '1em'
9817
9870
  };
9818
9871
 
9819
- var loadingCircleStyle$33 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9872
+ var loadingCircleStyle$34 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9820
9873
 
9821
9874
  var ChartInterval = function ChartInterval(props) {
9822
9875
  var color = props.color,
@@ -9831,7 +9884,7 @@ var ChartInterval = function ChartInterval(props) {
9831
9884
  role: "img",
9832
9885
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9833
9886
  }, /*#__PURE__*/React.createElement("style", {
9834
- children: loadingCircleStyle$33
9887
+ children: loadingCircleStyle$34
9835
9888
  }), /*#__PURE__*/React.createElement("svg", _extends({
9836
9889
  xmlns: "http://www.w3.org/2000/svg",
9837
9890
  width: size,
@@ -9865,7 +9918,7 @@ ChartInterval.defaultProps = {
9865
9918
  size: '1em'
9866
9919
  };
9867
9920
 
9868
- var loadingCircleStyle$34 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9921
+ var loadingCircleStyle$35 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9869
9922
 
9870
9923
  var ChartStack = function ChartStack(props) {
9871
9924
  var color = props.color,
@@ -9880,7 +9933,7 @@ var ChartStack = function ChartStack(props) {
9880
9933
  role: "img",
9881
9934
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9882
9935
  }, /*#__PURE__*/React.createElement("style", {
9883
- children: loadingCircleStyle$34
9936
+ children: loadingCircleStyle$35
9884
9937
  }), /*#__PURE__*/React.createElement("svg", _extends({
9885
9938
  xmlns: "http://www.w3.org/2000/svg",
9886
9939
  width: size,
@@ -9914,7 +9967,7 @@ ChartStack.defaultProps = {
9914
9967
  size: '1em'
9915
9968
  };
9916
9969
 
9917
- var loadingCircleStyle$35 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9970
+ var loadingCircleStyle$36 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9918
9971
 
9919
9972
  var ChartStackn = function ChartStackn(props) {
9920
9973
  var color = props.color,
@@ -9929,7 +9982,7 @@ var ChartStackn = function ChartStackn(props) {
9929
9982
  role: "img",
9930
9983
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9931
9984
  }, /*#__PURE__*/React.createElement("style", {
9932
- children: loadingCircleStyle$35
9985
+ children: loadingCircleStyle$36
9933
9986
  }), /*#__PURE__*/React.createElement("svg", _extends({
9934
9987
  xmlns: "http://www.w3.org/2000/svg",
9935
9988
  width: size,
@@ -9963,7 +10016,7 @@ ChartStackn.defaultProps = {
9963
10016
  size: '1em'
9964
10017
  };
9965
10018
 
9966
- var loadingCircleStyle$36 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10019
+ var loadingCircleStyle$37 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9967
10020
 
9968
10021
  var ChartStackPerc = function ChartStackPerc(props) {
9969
10022
  var color = props.color,
@@ -9978,7 +10031,7 @@ var ChartStackPerc = function ChartStackPerc(props) {
9978
10031
  role: "img",
9979
10032
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
9980
10033
  }, /*#__PURE__*/React.createElement("style", {
9981
- children: loadingCircleStyle$36
10034
+ children: loadingCircleStyle$37
9982
10035
  }), /*#__PURE__*/React.createElement("svg", _extends({
9983
10036
  xmlns: "http://www.w3.org/2000/svg",
9984
10037
  width: size,
@@ -10012,7 +10065,7 @@ ChartStackPerc.defaultProps = {
10012
10065
  size: '1em'
10013
10066
  };
10014
10067
 
10015
- var loadingCircleStyle$37 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10068
+ var loadingCircleStyle$38 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10016
10069
 
10017
10070
  var ChartComplex = function ChartComplex(props) {
10018
10071
  var color = props.color,
@@ -10027,7 +10080,7 @@ var ChartComplex = function ChartComplex(props) {
10027
10080
  role: "img",
10028
10081
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10029
10082
  }, /*#__PURE__*/React.createElement("style", {
10030
- children: loadingCircleStyle$37
10083
+ children: loadingCircleStyle$38
10031
10084
  }), /*#__PURE__*/React.createElement("svg", _extends({
10032
10085
  xmlns: "http://www.w3.org/2000/svg",
10033
10086
  width: size,
@@ -10067,7 +10120,7 @@ ChartComplex.defaultProps = {
10067
10120
  size: '1em'
10068
10121
  };
10069
10122
 
10070
- var loadingCircleStyle$38 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10123
+ var loadingCircleStyle$39 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10071
10124
 
10072
10125
  var ChartHistogram = function ChartHistogram(props) {
10073
10126
  var color = props.color,
@@ -10082,7 +10135,7 @@ var ChartHistogram = function ChartHistogram(props) {
10082
10135
  role: "img",
10083
10136
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10084
10137
  }, /*#__PURE__*/React.createElement("style", {
10085
- children: loadingCircleStyle$38
10138
+ children: loadingCircleStyle$39
10086
10139
  }), /*#__PURE__*/React.createElement("svg", _extends({
10087
10140
  xmlns: "http://www.w3.org/2000/svg",
10088
10141
  width: size,
@@ -10128,7 +10181,7 @@ ChartHistogram.defaultProps = {
10128
10181
  size: '1em'
10129
10182
  };
10130
10183
 
10131
- var loadingCircleStyle$39 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10184
+ var loadingCircleStyle$3a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10132
10185
 
10133
10186
  var ChartTable = function ChartTable(props) {
10134
10187
  var color = props.color,
@@ -10143,7 +10196,7 @@ var ChartTable = function ChartTable(props) {
10143
10196
  role: "img",
10144
10197
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10145
10198
  }, /*#__PURE__*/React.createElement("style", {
10146
- children: loadingCircleStyle$39
10199
+ children: loadingCircleStyle$3a
10147
10200
  }), /*#__PURE__*/React.createElement("svg", _extends({
10148
10201
  xmlns: "http://www.w3.org/2000/svg",
10149
10202
  width: size,
@@ -10175,7 +10228,7 @@ ChartTable.defaultProps = {
10175
10228
  size: '1em'
10176
10229
  };
10177
10230
 
10178
- var loadingCircleStyle$3a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10231
+ var loadingCircleStyle$3b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10179
10232
 
10180
10233
  var ChartFieldlist = function ChartFieldlist(props) {
10181
10234
  var color = props.color,
@@ -10190,7 +10243,7 @@ var ChartFieldlist = function ChartFieldlist(props) {
10190
10243
  role: "img",
10191
10244
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10192
10245
  }, /*#__PURE__*/React.createElement("style", {
10193
- children: loadingCircleStyle$3a
10246
+ children: loadingCircleStyle$3b
10194
10247
  }), /*#__PURE__*/React.createElement("svg", _extends({
10195
10248
  xmlns: "http://www.w3.org/2000/svg",
10196
10249
  width: size,
@@ -10222,7 +10275,7 @@ ChartFieldlist.defaultProps = {
10222
10275
  size: '1em'
10223
10276
  };
10224
10277
 
10225
- var loadingCircleStyle$3b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10278
+ var loadingCircleStyle$3c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10226
10279
 
10227
10280
  var Table1dtable = function Table1dtable(props) {
10228
10281
  var color = props.color,
@@ -10237,7 +10290,7 @@ var Table1dtable = function Table1dtable(props) {
10237
10290
  role: "img",
10238
10291
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10239
10292
  }, /*#__PURE__*/React.createElement("style", {
10240
- children: loadingCircleStyle$3b
10293
+ children: loadingCircleStyle$3c
10241
10294
  }), /*#__PURE__*/React.createElement("svg", _extends({
10242
10295
  xmlns: "http://www.w3.org/2000/svg",
10243
10296
  width: size,
@@ -10287,7 +10340,7 @@ Table1dtable.defaultProps = {
10287
10340
  size: '1em'
10288
10341
  };
10289
10342
 
10290
- var loadingCircleStyle$3c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10343
+ var loadingCircleStyle$3d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10291
10344
 
10292
10345
  var ChartSqltable = function ChartSqltable(props) {
10293
10346
  var color = props.color,
@@ -10302,7 +10355,7 @@ var ChartSqltable = function ChartSqltable(props) {
10302
10355
  role: "img",
10303
10356
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10304
10357
  }, /*#__PURE__*/React.createElement("style", {
10305
- children: loadingCircleStyle$3c
10358
+ children: loadingCircleStyle$3d
10306
10359
  }), /*#__PURE__*/React.createElement("svg", _extends({
10307
10360
  xmlns: "http://www.w3.org/2000/svg",
10308
10361
  width: size,
@@ -10334,7 +10387,7 @@ ChartSqltable.defaultProps = {
10334
10387
  size: '1em'
10335
10388
  };
10336
10389
 
10337
- var loadingCircleStyle$3d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10390
+ var loadingCircleStyle$3e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10338
10391
 
10339
10392
  var ChartCombinedTable = function ChartCombinedTable(props) {
10340
10393
  var color = props.color,
@@ -10349,7 +10402,7 @@ var ChartCombinedTable = function ChartCombinedTable(props) {
10349
10402
  role: "img",
10350
10403
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10351
10404
  }, /*#__PURE__*/React.createElement("style", {
10352
- children: loadingCircleStyle$3d
10405
+ children: loadingCircleStyle$3e
10353
10406
  }), /*#__PURE__*/React.createElement("svg", _extends({
10354
10407
  xmlns: "http://www.w3.org/2000/svg",
10355
10408
  width: size,
@@ -10381,7 +10434,7 @@ ChartCombinedTable.defaultProps = {
10381
10434
  size: '1em'
10382
10435
  };
10383
10436
 
10384
- var loadingCircleStyle$3e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10437
+ var loadingCircleStyle$3f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10385
10438
 
10386
10439
  var ChartDistTable = function ChartDistTable(props) {
10387
10440
  var color = props.color,
@@ -10396,7 +10449,7 @@ var ChartDistTable = function ChartDistTable(props) {
10396
10449
  role: "img",
10397
10450
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10398
10451
  }, /*#__PURE__*/React.createElement("style", {
10399
- children: loadingCircleStyle$3e
10452
+ children: loadingCircleStyle$3f
10400
10453
  }), /*#__PURE__*/React.createElement("svg", _extends({
10401
10454
  xmlns: "http://www.w3.org/2000/svg",
10402
10455
  width: size,
@@ -10428,7 +10481,7 @@ ChartDistTable.defaultProps = {
10428
10481
  size: '1em'
10429
10482
  };
10430
10483
 
10431
- var loadingCircleStyle$3f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10484
+ var loadingCircleStyle$3g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10432
10485
 
10433
10486
  var ChartBarTable = function ChartBarTable(props) {
10434
10487
  var color = props.color,
@@ -10443,7 +10496,7 @@ var ChartBarTable = function ChartBarTable(props) {
10443
10496
  role: "img",
10444
10497
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10445
10498
  }, /*#__PURE__*/React.createElement("style", {
10446
- children: loadingCircleStyle$3f
10499
+ children: loadingCircleStyle$3g
10447
10500
  }), /*#__PURE__*/React.createElement("svg", _extends({
10448
10501
  xmlns: "http://www.w3.org/2000/svg",
10449
10502
  width: size,
@@ -10477,7 +10530,7 @@ ChartBarTable.defaultProps = {
10477
10530
  size: '1em'
10478
10531
  };
10479
10532
 
10480
- var loadingCircleStyle$3g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10533
+ var loadingCircleStyle$3h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10481
10534
 
10482
10535
  var ChartLineTable = function ChartLineTable(props) {
10483
10536
  var color = props.color,
@@ -10492,7 +10545,7 @@ var ChartLineTable = function ChartLineTable(props) {
10492
10545
  role: "img",
10493
10546
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10494
10547
  }, /*#__PURE__*/React.createElement("style", {
10495
- children: loadingCircleStyle$3g
10548
+ children: loadingCircleStyle$3h
10496
10549
  }), /*#__PURE__*/React.createElement("svg", _extends({
10497
10550
  xmlns: "http://www.w3.org/2000/svg",
10498
10551
  width: size,
@@ -10532,7 +10585,7 @@ ChartLineTable.defaultProps = {
10532
10585
  size: '1em'
10533
10586
  };
10534
10587
 
10535
- var loadingCircleStyle$3h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10588
+ var loadingCircleStyle$3i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10536
10589
 
10537
10590
  var ChartScatter = function ChartScatter(props) {
10538
10591
  var color = props.color,
@@ -10547,7 +10600,7 @@ var ChartScatter = function ChartScatter(props) {
10547
10600
  role: "img",
10548
10601
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10549
10602
  }, /*#__PURE__*/React.createElement("style", {
10550
- children: loadingCircleStyle$3h
10603
+ children: loadingCircleStyle$3i
10551
10604
  }), /*#__PURE__*/React.createElement("svg", _extends({
10552
10605
  xmlns: "http://www.w3.org/2000/svg",
10553
10606
  width: size,
@@ -10591,7 +10644,7 @@ ChartScatter.defaultProps = {
10591
10644
  size: '1em'
10592
10645
  };
10593
10646
 
10594
- var loadingCircleStyle$3i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10647
+ var loadingCircleStyle$3j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10595
10648
 
10596
10649
  var Play = function Play(props) {
10597
10650
  var color = props.color,
@@ -10606,7 +10659,7 @@ var Play = function Play(props) {
10606
10659
  role: "img",
10607
10660
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10608
10661
  }, /*#__PURE__*/React.createElement("style", {
10609
- children: loadingCircleStyle$3i
10662
+ children: loadingCircleStyle$3j
10610
10663
  }), /*#__PURE__*/React.createElement("svg", _extends({
10611
10664
  xmlns: "http://www.w3.org/2000/svg",
10612
10665
  width: size,
@@ -10638,7 +10691,7 @@ Play.defaultProps = {
10638
10691
  size: '1em'
10639
10692
  };
10640
10693
 
10641
- var loadingCircleStyle$3j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10694
+ var loadingCircleStyle$3k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10642
10695
 
10643
10696
  var Config = function Config(props) {
10644
10697
  var color = props.color,
@@ -10653,7 +10706,7 @@ var Config = function Config(props) {
10653
10706
  role: "img",
10654
10707
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10655
10708
  }, /*#__PURE__*/React.createElement("style", {
10656
- children: loadingCircleStyle$3j
10709
+ children: loadingCircleStyle$3k
10657
10710
  }), /*#__PURE__*/React.createElement("svg", _extends({
10658
10711
  xmlns: "http://www.w3.org/2000/svg",
10659
10712
  width: size,
@@ -10685,7 +10738,7 @@ Config.defaultProps = {
10685
10738
  size: '1em'
10686
10739
  };
10687
10740
 
10688
- var loadingCircleStyle$3k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10741
+ var loadingCircleStyle$3l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10689
10742
 
10690
10743
  var Setting = function Setting(props) {
10691
10744
  var color = props.color,
@@ -10700,7 +10753,7 @@ var Setting = function Setting(props) {
10700
10753
  role: "img",
10701
10754
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10702
10755
  }, /*#__PURE__*/React.createElement("style", {
10703
- children: loadingCircleStyle$3k
10756
+ children: loadingCircleStyle$3l
10704
10757
  }), /*#__PURE__*/React.createElement("svg", _extends({
10705
10758
  xmlns: "http://www.w3.org/2000/svg",
10706
10759
  width: size,
@@ -10732,7 +10785,7 @@ Setting.defaultProps = {
10732
10785
  size: '1em'
10733
10786
  };
10734
10787
 
10735
- var loadingCircleStyle$3l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10788
+ var loadingCircleStyle$3m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10736
10789
 
10737
10790
  var Search = function Search(props) {
10738
10791
  var color = props.color,
@@ -10747,7 +10800,7 @@ var Search = function Search(props) {
10747
10800
  role: "img",
10748
10801
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10749
10802
  }, /*#__PURE__*/React.createElement("style", {
10750
- children: loadingCircleStyle$3l
10803
+ children: loadingCircleStyle$3m
10751
10804
  }), /*#__PURE__*/React.createElement("svg", _extends({
10752
10805
  xmlns: "http://www.w3.org/2000/svg",
10753
10806
  width: size,
@@ -10779,7 +10832,7 @@ Search.defaultProps = {
10779
10832
  size: '1em'
10780
10833
  };
10781
10834
 
10782
- var loadingCircleStyle$3m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10835
+ var loadingCircleStyle$3n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10783
10836
 
10784
10837
  var Copy = function Copy(props) {
10785
10838
  var color = props.color,
@@ -10794,7 +10847,7 @@ var Copy = function Copy(props) {
10794
10847
  role: "img",
10795
10848
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10796
10849
  }, /*#__PURE__*/React.createElement("style", {
10797
- children: loadingCircleStyle$3m
10850
+ children: loadingCircleStyle$3n
10798
10851
  }), /*#__PURE__*/React.createElement("svg", _extends({
10799
10852
  xmlns: "http://www.w3.org/2000/svg",
10800
10853
  width: size,
@@ -10826,7 +10879,7 @@ Copy.defaultProps = {
10826
10879
  size: '1em'
10827
10880
  };
10828
10881
 
10829
- var loadingCircleStyle$3n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10882
+ var loadingCircleStyle$3o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10830
10883
 
10831
10884
  var Copy2 = function Copy2(props) {
10832
10885
  var color = props.color,
@@ -10841,7 +10894,7 @@ var Copy2 = function Copy2(props) {
10841
10894
  role: "img",
10842
10895
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10843
10896
  }, /*#__PURE__*/React.createElement("style", {
10844
- children: loadingCircleStyle$3n
10897
+ children: loadingCircleStyle$3o
10845
10898
  }), /*#__PURE__*/React.createElement("svg", _extends({
10846
10899
  xmlns: "http://www.w3.org/2000/svg",
10847
10900
  width: size,
@@ -10873,7 +10926,7 @@ Copy2.defaultProps = {
10873
10926
  size: '1em'
10874
10927
  };
10875
10928
 
10876
- var loadingCircleStyle$3o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10929
+ var loadingCircleStyle$3p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10877
10930
 
10878
10931
  var Format = function Format(props) {
10879
10932
  var color = props.color,
@@ -10888,7 +10941,7 @@ var Format = function Format(props) {
10888
10941
  role: "img",
10889
10942
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10890
10943
  }, /*#__PURE__*/React.createElement("style", {
10891
- children: loadingCircleStyle$3o
10944
+ children: loadingCircleStyle$3p
10892
10945
  }), /*#__PURE__*/React.createElement("svg", _extends({
10893
10946
  xmlns: "http://www.w3.org/2000/svg",
10894
10947
  width: size,
@@ -10922,7 +10975,7 @@ Format.defaultProps = {
10922
10975
  size: '1em'
10923
10976
  };
10924
10977
 
10925
- var loadingCircleStyle$3p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10978
+ var loadingCircleStyle$3q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10926
10979
 
10927
10980
  var Code = function Code(props) {
10928
10981
  var color = props.color,
@@ -10937,7 +10990,7 @@ var Code = function Code(props) {
10937
10990
  role: "img",
10938
10991
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10939
10992
  }, /*#__PURE__*/React.createElement("style", {
10940
- children: loadingCircleStyle$3p
10993
+ children: loadingCircleStyle$3q
10941
10994
  }), /*#__PURE__*/React.createElement("svg", _extends({
10942
10995
  xmlns: "http://www.w3.org/2000/svg",
10943
10996
  width: size,
@@ -10969,7 +11022,7 @@ Code.defaultProps = {
10969
11022
  size: '1em'
10970
11023
  };
10971
11024
 
10972
- var loadingCircleStyle$3q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11025
+ var loadingCircleStyle$3r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
10973
11026
 
10974
11027
  var Edit = function Edit(props) {
10975
11028
  var color = props.color,
@@ -10984,7 +11037,7 @@ var Edit = function Edit(props) {
10984
11037
  role: "img",
10985
11038
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
10986
11039
  }, /*#__PURE__*/React.createElement("style", {
10987
- children: loadingCircleStyle$3q
11040
+ children: loadingCircleStyle$3r
10988
11041
  }), /*#__PURE__*/React.createElement("svg", _extends({
10989
11042
  xmlns: "http://www.w3.org/2000/svg",
10990
11043
  width: size,
@@ -11016,7 +11069,7 @@ Edit.defaultProps = {
11016
11069
  size: '1em'
11017
11070
  };
11018
11071
 
11019
- var loadingCircleStyle$3r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11072
+ var loadingCircleStyle$3s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11020
11073
 
11021
11074
  var EditFill = function EditFill(props) {
11022
11075
  var color = props.color,
@@ -11031,7 +11084,7 @@ var EditFill = function EditFill(props) {
11031
11084
  role: "img",
11032
11085
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11033
11086
  }, /*#__PURE__*/React.createElement("style", {
11034
- children: loadingCircleStyle$3r
11087
+ children: loadingCircleStyle$3s
11035
11088
  }), /*#__PURE__*/React.createElement("svg", _extends({
11036
11089
  xmlns: "http://www.w3.org/2000/svg",
11037
11090
  width: size,
@@ -11065,7 +11118,7 @@ EditFill.defaultProps = {
11065
11118
  size: '1em'
11066
11119
  };
11067
11120
 
11068
- var loadingCircleStyle$3s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11121
+ var loadingCircleStyle$3t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11069
11122
 
11070
11123
  var Delete1 = function Delete1(props) {
11071
11124
  var color = props.color,
@@ -11080,7 +11133,7 @@ var Delete1 = function Delete1(props) {
11080
11133
  role: "img",
11081
11134
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11082
11135
  }, /*#__PURE__*/React.createElement("style", {
11083
- children: loadingCircleStyle$3s
11136
+ children: loadingCircleStyle$3t
11084
11137
  }), /*#__PURE__*/React.createElement("svg", _extends({
11085
11138
  xmlns: "http://www.w3.org/2000/svg",
11086
11139
  width: size,
@@ -11112,7 +11165,7 @@ Delete1.defaultProps = {
11112
11165
  size: '1em'
11113
11166
  };
11114
11167
 
11115
- var loadingCircleStyle$3t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11168
+ var loadingCircleStyle$3u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11116
11169
 
11117
11170
  var Save = function Save(props) {
11118
11171
  var color = props.color,
@@ -11127,7 +11180,7 @@ var Save = function Save(props) {
11127
11180
  role: "img",
11128
11181
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11129
11182
  }, /*#__PURE__*/React.createElement("style", {
11130
- children: loadingCircleStyle$3t
11183
+ children: loadingCircleStyle$3u
11131
11184
  }), /*#__PURE__*/React.createElement("svg", _extends({
11132
11185
  xmlns: "http://www.w3.org/2000/svg",
11133
11186
  width: size,
@@ -11159,7 +11212,7 @@ Save.defaultProps = {
11159
11212
  size: '1em'
11160
11213
  };
11161
11214
 
11162
- var loadingCircleStyle$3u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11215
+ var loadingCircleStyle$3v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11163
11216
 
11164
11217
  var Send = function Send(props) {
11165
11218
  var color = props.color,
@@ -11174,7 +11227,7 @@ var Send = function Send(props) {
11174
11227
  role: "img",
11175
11228
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11176
11229
  }, /*#__PURE__*/React.createElement("style", {
11177
- children: loadingCircleStyle$3u
11230
+ children: loadingCircleStyle$3v
11178
11231
  }), /*#__PURE__*/React.createElement("svg", _extends({
11179
11232
  xmlns: "http://www.w3.org/2000/svg",
11180
11233
  width: size,
@@ -11206,7 +11259,7 @@ Send.defaultProps = {
11206
11259
  size: '1em'
11207
11260
  };
11208
11261
 
11209
- var loadingCircleStyle$3v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11262
+ var loadingCircleStyle$3w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11210
11263
 
11211
11264
  var Fullscreen = function Fullscreen(props) {
11212
11265
  var color = props.color,
@@ -11221,7 +11274,7 @@ var Fullscreen = function Fullscreen(props) {
11221
11274
  role: "img",
11222
11275
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11223
11276
  }, /*#__PURE__*/React.createElement("style", {
11224
- children: loadingCircleStyle$3v
11277
+ children: loadingCircleStyle$3w
11225
11278
  }), /*#__PURE__*/React.createElement("svg", _extends({
11226
11279
  xmlns: "http://www.w3.org/2000/svg",
11227
11280
  width: size,
@@ -11253,7 +11306,7 @@ Fullscreen.defaultProps = {
11253
11306
  size: '1em'
11254
11307
  };
11255
11308
 
11256
- var loadingCircleStyle$3w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11309
+ var loadingCircleStyle$3x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11257
11310
 
11258
11311
  var ArrowLeftDown = function ArrowLeftDown(props) {
11259
11312
  var color = props.color,
@@ -11268,7 +11321,7 @@ var ArrowLeftDown = function ArrowLeftDown(props) {
11268
11321
  role: "img",
11269
11322
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11270
11323
  }, /*#__PURE__*/React.createElement("style", {
11271
- children: loadingCircleStyle$3w
11324
+ children: loadingCircleStyle$3x
11272
11325
  }), /*#__PURE__*/React.createElement("svg", _extends({
11273
11326
  xmlns: "http://www.w3.org/2000/svg",
11274
11327
  width: size,
@@ -11300,7 +11353,7 @@ ArrowLeftDown.defaultProps = {
11300
11353
  size: '1em'
11301
11354
  };
11302
11355
 
11303
- var loadingCircleStyle$3x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11356
+ var loadingCircleStyle$3y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11304
11357
 
11305
11358
  var Link = function Link(props) {
11306
11359
  var color = props.color,
@@ -11315,7 +11368,7 @@ var Link = function Link(props) {
11315
11368
  role: "img",
11316
11369
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11317
11370
  }, /*#__PURE__*/React.createElement("style", {
11318
- children: loadingCircleStyle$3x
11371
+ children: loadingCircleStyle$3y
11319
11372
  }), /*#__PURE__*/React.createElement("svg", _extends({
11320
11373
  xmlns: "http://www.w3.org/2000/svg",
11321
11374
  width: size,
@@ -11351,7 +11404,7 @@ Link.defaultProps = {
11351
11404
  size: '1em'
11352
11405
  };
11353
11406
 
11354
- var loadingCircleStyle$3y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11407
+ var loadingCircleStyle$3z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11355
11408
 
11356
11409
  var Unlink = function Unlink(props) {
11357
11410
  var color = props.color,
@@ -11366,7 +11419,7 @@ var Unlink = function Unlink(props) {
11366
11419
  role: "img",
11367
11420
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11368
11421
  }, /*#__PURE__*/React.createElement("style", {
11369
- children: loadingCircleStyle$3y
11422
+ children: loadingCircleStyle$3z
11370
11423
  }), /*#__PURE__*/React.createElement("svg", _extends({
11371
11424
  xmlns: "http://www.w3.org/2000/svg",
11372
11425
  width: size,
@@ -11404,9 +11457,9 @@ Unlink.defaultProps = {
11404
11457
  size: '1em'
11405
11458
  };
11406
11459
 
11407
- var loadingCircleStyle$3z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11460
+ var loadingCircleStyle$3A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11408
11461
 
11409
- var MenuUnfold = function MenuUnfold(props) {
11462
+ var Link2 = function Link2(props) {
11410
11463
  var color = props.color,
11411
11464
  size = props.size,
11412
11465
  spin = props.spin,
@@ -11419,7 +11472,7 @@ var MenuUnfold = function MenuUnfold(props) {
11419
11472
  role: "img",
11420
11473
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11421
11474
  }, /*#__PURE__*/React.createElement("style", {
11422
- children: loadingCircleStyle$3z
11475
+ children: loadingCircleStyle$3A
11423
11476
  }), /*#__PURE__*/React.createElement("svg", _extends({
11424
11477
  xmlns: "http://www.w3.org/2000/svg",
11425
11478
  width: size,
@@ -11435,25 +11488,25 @@ var MenuUnfold = function MenuUnfold(props) {
11435
11488
  animationTimingFunction: 'linear'
11436
11489
  } : {})
11437
11490
  }), /*#__PURE__*/React.createElement("path", {
11438
- d: "M21 18v2H3v-2h18zM17.404 3.904L22 8.5l-4.596 4.596-1.414-1.414L19.172 8.5 15.99 5.318l1.414-1.414zM12 11v2H3v-2h9zm0-7v2H3V4h9z"
11491
+ d: "M13.06 8.11l1.415 1.415a7 7 0 010 9.9l-.354.353a7 7 0 01-9.9-9.9l1.415 1.415a5 5 0 107.07 7.071l.355-.354a5 5 0 000-7.07l-1.415-1.415 1.415-1.414-.001-.001zm6.718 6.011l-1.414-1.414a5 5 0 10-7.071-7.071l-.354.354a5 5 0 000 7.07l1.415 1.415-1.415 1.414-1.414-1.414a7 7 0 010-9.9l.354-.353a7 7 0 019.9 9.9l-.001-.001z"
11439
11492
  })));
11440
11493
  };
11441
11494
 
11442
- MenuUnfold.propTypes = {
11495
+ Link2.propTypes = {
11443
11496
  iconClassName: PropTypes.string,
11444
11497
  spin: PropTypes.bool,
11445
11498
  color: PropTypes.string,
11446
11499
  size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
11447
11500
  };
11448
- MenuUnfold.defaultProps = {
11501
+ Link2.defaultProps = {
11449
11502
  spin: false,
11450
11503
  color: 'currentColor',
11451
11504
  size: '1em'
11452
11505
  };
11453
11506
 
11454
- var loadingCircleStyle$3A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11507
+ var loadingCircleStyle$3B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11455
11508
 
11456
- var MenuFold = function MenuFold(props) {
11509
+ var MenuUnfold = function MenuUnfold(props) {
11457
11510
  var color = props.color,
11458
11511
  size = props.size,
11459
11512
  spin = props.spin,
@@ -11466,7 +11519,7 @@ var MenuFold = function MenuFold(props) {
11466
11519
  role: "img",
11467
11520
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11468
11521
  }, /*#__PURE__*/React.createElement("style", {
11469
- children: loadingCircleStyle$3A
11522
+ children: loadingCircleStyle$3B
11470
11523
  }), /*#__PURE__*/React.createElement("svg", _extends({
11471
11524
  xmlns: "http://www.w3.org/2000/svg",
11472
11525
  width: size,
@@ -11482,23 +11535,70 @@ var MenuFold = function MenuFold(props) {
11482
11535
  animationTimingFunction: 'linear'
11483
11536
  } : {})
11484
11537
  }), /*#__PURE__*/React.createElement("path", {
11485
- d: "M21 18v2H3v-2h18zM6.596 3.904L8.01 5.318 4.828 8.5l3.182 3.182-1.414 1.414L2 8.5l4.596-4.596zM21 11v2h-9v-2h9zm0-7v2h-9V4h9z"
11538
+ d: "M21 18v2H3v-2h18zM17.404 3.904L22 8.5l-4.596 4.596-1.414-1.414L19.172 8.5 15.99 5.318l1.414-1.414zM12 11v2H3v-2h9zm0-7v2H3V4h9z"
11486
11539
  })));
11487
11540
  };
11488
11541
 
11489
- MenuFold.propTypes = {
11542
+ MenuUnfold.propTypes = {
11490
11543
  iconClassName: PropTypes.string,
11491
11544
  spin: PropTypes.bool,
11492
11545
  color: PropTypes.string,
11493
11546
  size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
11494
11547
  };
11495
- MenuFold.defaultProps = {
11548
+ MenuUnfold.defaultProps = {
11496
11549
  spin: false,
11497
11550
  color: 'currentColor',
11498
11551
  size: '1em'
11499
11552
  };
11500
11553
 
11501
- var loadingCircleStyle$3B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11554
+ var loadingCircleStyle$3C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11555
+
11556
+ var MenuFold = function MenuFold(props) {
11557
+ var color = props.color,
11558
+ size = props.size,
11559
+ spin = props.spin,
11560
+ style = props.style,
11561
+ className = props.className,
11562
+ iconClassName = props.iconClassName,
11563
+ otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className", "iconClassName"]);
11564
+
11565
+ return /*#__PURE__*/React.createElement("span", {
11566
+ role: "img",
11567
+ className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11568
+ }, /*#__PURE__*/React.createElement("style", {
11569
+ children: loadingCircleStyle$3C
11570
+ }), /*#__PURE__*/React.createElement("svg", _extends({
11571
+ xmlns: "http://www.w3.org/2000/svg",
11572
+ width: size,
11573
+ height: size,
11574
+ viewBox: "0 0 24 24",
11575
+ fill: color
11576
+ }, otherProps, {
11577
+ className: iconClassName,
11578
+ style: _objectSpread2(_objectSpread2({}, style), spin ? {
11579
+ animationDuration: '1s',
11580
+ animationIterationCount: 'infinite',
11581
+ animationName: 'loadingCircle',
11582
+ animationTimingFunction: 'linear'
11583
+ } : {})
11584
+ }), /*#__PURE__*/React.createElement("path", {
11585
+ d: "M21 18v2H3v-2h18zM6.596 3.904L8.01 5.318 4.828 8.5l3.182 3.182-1.414 1.414L2 8.5l4.596-4.596zM21 11v2h-9v-2h9zm0-7v2h-9V4h9z"
11586
+ })));
11587
+ };
11588
+
11589
+ MenuFold.propTypes = {
11590
+ iconClassName: PropTypes.string,
11591
+ spin: PropTypes.bool,
11592
+ color: PropTypes.string,
11593
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
11594
+ };
11595
+ MenuFold.defaultProps = {
11596
+ spin: false,
11597
+ color: 'currentColor',
11598
+ size: '1em'
11599
+ };
11600
+
11601
+ var loadingCircleStyle$3D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11502
11602
 
11503
11603
  var List = function List(props) {
11504
11604
  var color = props.color,
@@ -11513,7 +11613,7 @@ var List = function List(props) {
11513
11613
  role: "img",
11514
11614
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11515
11615
  }, /*#__PURE__*/React.createElement("style", {
11516
- children: loadingCircleStyle$3B
11616
+ children: loadingCircleStyle$3D
11517
11617
  }), /*#__PURE__*/React.createElement("svg", _extends({
11518
11618
  xmlns: "http://www.w3.org/2000/svg",
11519
11619
  width: size,
@@ -11545,7 +11645,7 @@ List.defaultProps = {
11545
11645
  size: '1em'
11546
11646
  };
11547
11647
 
11548
- var loadingCircleStyle$3C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11648
+ var loadingCircleStyle$3E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11549
11649
 
11550
11650
  var ListNested = function ListNested(props) {
11551
11651
  var color = props.color,
@@ -11560,7 +11660,7 @@ var ListNested = function ListNested(props) {
11560
11660
  role: "img",
11561
11661
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11562
11662
  }, /*#__PURE__*/React.createElement("style", {
11563
- children: loadingCircleStyle$3C
11663
+ children: loadingCircleStyle$3E
11564
11664
  }), /*#__PURE__*/React.createElement("svg", _extends({
11565
11665
  xmlns: "http://www.w3.org/2000/svg",
11566
11666
  width: size,
@@ -11594,7 +11694,7 @@ ListNested.defaultProps = {
11594
11694
  size: '1em'
11595
11695
  };
11596
11696
 
11597
- var loadingCircleStyle$3D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11697
+ var loadingCircleStyle$3F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11598
11698
 
11599
11699
  var DoubleList = function DoubleList(props) {
11600
11700
  var color = props.color,
@@ -11609,7 +11709,7 @@ var DoubleList = function DoubleList(props) {
11609
11709
  role: "img",
11610
11710
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11611
11711
  }, /*#__PURE__*/React.createElement("style", {
11612
- children: loadingCircleStyle$3D
11712
+ children: loadingCircleStyle$3F
11613
11713
  }), /*#__PURE__*/React.createElement("svg", _extends({
11614
11714
  xmlns: "http://www.w3.org/2000/svg",
11615
11715
  width: size,
@@ -11651,7 +11751,7 @@ DoubleList.defaultProps = {
11651
11751
  size: '1em'
11652
11752
  };
11653
11753
 
11654
- var loadingCircleStyle$3E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11754
+ var loadingCircleStyle$3G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11655
11755
 
11656
11756
  var Download = function Download(props) {
11657
11757
  var color = props.color,
@@ -11666,7 +11766,7 @@ var Download = function Download(props) {
11666
11766
  role: "img",
11667
11767
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11668
11768
  }, /*#__PURE__*/React.createElement("style", {
11669
- children: loadingCircleStyle$3E
11769
+ children: loadingCircleStyle$3G
11670
11770
  }), /*#__PURE__*/React.createElement("svg", _extends({
11671
11771
  xmlns: "http://www.w3.org/2000/svg",
11672
11772
  width: size,
@@ -11698,7 +11798,7 @@ Download.defaultProps = {
11698
11798
  size: '1em'
11699
11799
  };
11700
11800
 
11701
- var loadingCircleStyle$3F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11801
+ var loadingCircleStyle$3H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11702
11802
 
11703
11803
  var FullDownload = function FullDownload(props) {
11704
11804
  var color = props.color,
@@ -11713,7 +11813,7 @@ var FullDownload = function FullDownload(props) {
11713
11813
  role: "img",
11714
11814
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11715
11815
  }, /*#__PURE__*/React.createElement("style", {
11716
- children: loadingCircleStyle$3F
11816
+ children: loadingCircleStyle$3H
11717
11817
  }), /*#__PURE__*/React.createElement("svg", _extends({
11718
11818
  xmlns: "http://www.w3.org/2000/svg",
11719
11819
  width: size,
@@ -11747,7 +11847,7 @@ FullDownload.defaultProps = {
11747
11847
  size: '1em'
11748
11848
  };
11749
11849
 
11750
- var loadingCircleStyle$3G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11850
+ var loadingCircleStyle$3I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11751
11851
 
11752
11852
  var Export = function Export(props) {
11753
11853
  var color = props.color,
@@ -11762,7 +11862,7 @@ var Export = function Export(props) {
11762
11862
  role: "img",
11763
11863
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11764
11864
  }, /*#__PURE__*/React.createElement("style", {
11765
- children: loadingCircleStyle$3G
11865
+ children: loadingCircleStyle$3I
11766
11866
  }), /*#__PURE__*/React.createElement("svg", _extends({
11767
11867
  xmlns: "http://www.w3.org/2000/svg",
11768
11868
  width: size,
@@ -11796,7 +11896,7 @@ Export.defaultProps = {
11796
11896
  size: '1em'
11797
11897
  };
11798
11898
 
11799
- var loadingCircleStyle$3H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11899
+ var loadingCircleStyle$3J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11800
11900
 
11801
11901
  var Import = function Import(props) {
11802
11902
  var color = props.color,
@@ -11811,7 +11911,7 @@ var Import = function Import(props) {
11811
11911
  role: "img",
11812
11912
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11813
11913
  }, /*#__PURE__*/React.createElement("style", {
11814
- children: loadingCircleStyle$3H
11914
+ children: loadingCircleStyle$3J
11815
11915
  }), /*#__PURE__*/React.createElement("svg", _extends({
11816
11916
  xmlns: "http://www.w3.org/2000/svg",
11817
11917
  width: size,
@@ -11845,7 +11945,7 @@ Import.defaultProps = {
11845
11945
  size: '1em'
11846
11946
  };
11847
11947
 
11848
- var loadingCircleStyle$3I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11948
+ var loadingCircleStyle$3K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11849
11949
 
11850
11950
  var Add1 = function Add1(props) {
11851
11951
  var color = props.color,
@@ -11860,7 +11960,7 @@ var Add1 = function Add1(props) {
11860
11960
  role: "img",
11861
11961
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11862
11962
  }, /*#__PURE__*/React.createElement("style", {
11863
- children: loadingCircleStyle$3I
11963
+ children: loadingCircleStyle$3K
11864
11964
  }), /*#__PURE__*/React.createElement("svg", _extends({
11865
11965
  xmlns: "http://www.w3.org/2000/svg",
11866
11966
  width: size,
@@ -11892,7 +11992,7 @@ Add1.defaultProps = {
11892
11992
  size: '1em'
11893
11993
  };
11894
11994
 
11895
- var loadingCircleStyle$3J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11995
+ var loadingCircleStyle$3L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11896
11996
 
11897
11997
  var Add2 = function Add2(props) {
11898
11998
  var color = props.color,
@@ -11907,7 +12007,7 @@ var Add2 = function Add2(props) {
11907
12007
  role: "img",
11908
12008
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11909
12009
  }, /*#__PURE__*/React.createElement("style", {
11910
- children: loadingCircleStyle$3J
12010
+ children: loadingCircleStyle$3L
11911
12011
  }), /*#__PURE__*/React.createElement("svg", _extends({
11912
12012
  xmlns: "http://www.w3.org/2000/svg",
11913
12013
  width: size,
@@ -11939,7 +12039,7 @@ Add2.defaultProps = {
11939
12039
  size: '1em'
11940
12040
  };
11941
12041
 
11942
- var loadingCircleStyle$3K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12042
+ var loadingCircleStyle$3M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11943
12043
 
11944
12044
  var Add3 = function Add3(props) {
11945
12045
  var color = props.color,
@@ -11954,7 +12054,7 @@ var Add3 = function Add3(props) {
11954
12054
  role: "img",
11955
12055
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11956
12056
  }, /*#__PURE__*/React.createElement("style", {
11957
- children: loadingCircleStyle$3K
12057
+ children: loadingCircleStyle$3M
11958
12058
  }), /*#__PURE__*/React.createElement("svg", _extends({
11959
12059
  xmlns: "http://www.w3.org/2000/svg",
11960
12060
  width: size,
@@ -11986,7 +12086,7 @@ Add3.defaultProps = {
11986
12086
  size: '1em'
11987
12087
  };
11988
12088
 
11989
- var loadingCircleStyle$3L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12089
+ var loadingCircleStyle$3N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11990
12090
 
11991
12091
  var Add3Fill = function Add3Fill(props) {
11992
12092
  var color = props.color,
@@ -12001,7 +12101,7 @@ var Add3Fill = function Add3Fill(props) {
12001
12101
  role: "img",
12002
12102
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12003
12103
  }, /*#__PURE__*/React.createElement("style", {
12004
- children: loadingCircleStyle$3L
12104
+ children: loadingCircleStyle$3N
12005
12105
  }), /*#__PURE__*/React.createElement("svg", _extends({
12006
12106
  xmlns: "http://www.w3.org/2000/svg",
12007
12107
  width: size,
@@ -12033,7 +12133,7 @@ Add3Fill.defaultProps = {
12033
12133
  size: '1em'
12034
12134
  };
12035
12135
 
12036
- var loadingCircleStyle$3M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12136
+ var loadingCircleStyle$3O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12037
12137
 
12038
12138
  var Subtract = function Subtract(props) {
12039
12139
  var color = props.color,
@@ -12048,7 +12148,7 @@ var Subtract = function Subtract(props) {
12048
12148
  role: "img",
12049
12149
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12050
12150
  }, /*#__PURE__*/React.createElement("style", {
12051
- children: loadingCircleStyle$3M
12151
+ children: loadingCircleStyle$3O
12052
12152
  }), /*#__PURE__*/React.createElement("svg", _extends({
12053
12153
  xmlns: "http://www.w3.org/2000/svg",
12054
12154
  width: size,
@@ -12083,7 +12183,7 @@ Subtract.defaultProps = {
12083
12183
  size: '1em'
12084
12184
  };
12085
12185
 
12086
- var loadingCircleStyle$3N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12186
+ var loadingCircleStyle$3P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12087
12187
 
12088
12188
  var Subtract2 = function Subtract2(props) {
12089
12189
  var color = props.color,
@@ -12098,7 +12198,7 @@ var Subtract2 = function Subtract2(props) {
12098
12198
  role: "img",
12099
12199
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12100
12200
  }, /*#__PURE__*/React.createElement("style", {
12101
- children: loadingCircleStyle$3N
12201
+ children: loadingCircleStyle$3P
12102
12202
  }), /*#__PURE__*/React.createElement("svg", _extends({
12103
12203
  xmlns: "http://www.w3.org/2000/svg",
12104
12204
  width: size,
@@ -12134,7 +12234,7 @@ Subtract2.defaultProps = {
12134
12234
  size: '1em'
12135
12235
  };
12136
12236
 
12137
- var loadingCircleStyle$3O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12237
+ var loadingCircleStyle$3Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12138
12238
 
12139
12239
  var Update = function Update(props) {
12140
12240
  var color = props.color,
@@ -12149,7 +12249,7 @@ var Update = function Update(props) {
12149
12249
  role: "img",
12150
12250
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12151
12251
  }, /*#__PURE__*/React.createElement("style", {
12152
- children: loadingCircleStyle$3O
12252
+ children: loadingCircleStyle$3Q
12153
12253
  }), /*#__PURE__*/React.createElement("svg", _extends({
12154
12254
  xmlns: "http://www.w3.org/2000/svg",
12155
12255
  width: size,
@@ -12181,7 +12281,7 @@ Update.defaultProps = {
12181
12281
  size: '1em'
12182
12282
  };
12183
12283
 
12184
- var loadingCircleStyle$3P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12284
+ var loadingCircleStyle$3R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12185
12285
 
12186
12286
  var Rename = function Rename(props) {
12187
12287
  var color = props.color,
@@ -12196,7 +12296,7 @@ var Rename = function Rename(props) {
12196
12296
  role: "img",
12197
12297
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12198
12298
  }, /*#__PURE__*/React.createElement("style", {
12199
- children: loadingCircleStyle$3P
12299
+ children: loadingCircleStyle$3R
12200
12300
  }), /*#__PURE__*/React.createElement("svg", _extends({
12201
12301
  xmlns: "http://www.w3.org/2000/svg",
12202
12302
  width: size,
@@ -12230,7 +12330,7 @@ Rename.defaultProps = {
12230
12330
  size: '1em'
12231
12331
  };
12232
12332
 
12233
- var loadingCircleStyle$3Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12333
+ var loadingCircleStyle$3S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12234
12334
 
12235
12335
  var PlayCircle = function PlayCircle(props) {
12236
12336
  var color = props.color,
@@ -12245,7 +12345,7 @@ var PlayCircle = function PlayCircle(props) {
12245
12345
  role: "img",
12246
12346
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12247
12347
  }, /*#__PURE__*/React.createElement("style", {
12248
- children: loadingCircleStyle$3Q
12348
+ children: loadingCircleStyle$3S
12249
12349
  }), /*#__PURE__*/React.createElement("svg", _extends({
12250
12350
  xmlns: "http://www.w3.org/2000/svg",
12251
12351
  width: size,
@@ -12277,7 +12377,7 @@ PlayCircle.defaultProps = {
12277
12377
  size: '1em'
12278
12378
  };
12279
12379
 
12280
- var loadingCircleStyle$3R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12380
+ var loadingCircleStyle$3T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12281
12381
 
12282
12382
  var PauseCircle = function PauseCircle(props) {
12283
12383
  var color = props.color,
@@ -12292,7 +12392,7 @@ var PauseCircle = function PauseCircle(props) {
12292
12392
  role: "img",
12293
12393
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12294
12394
  }, /*#__PURE__*/React.createElement("style", {
12295
- children: loadingCircleStyle$3R
12395
+ children: loadingCircleStyle$3T
12296
12396
  }), /*#__PURE__*/React.createElement("svg", _extends({
12297
12397
  xmlns: "http://www.w3.org/2000/svg",
12298
12398
  width: size,
@@ -12324,7 +12424,7 @@ PauseCircle.defaultProps = {
12324
12424
  size: '1em'
12325
12425
  };
12326
12426
 
12327
- var loadingCircleStyle$3S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12427
+ var loadingCircleStyle$3U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12328
12428
 
12329
12429
  var UpdateData = function UpdateData(props) {
12330
12430
  var color = props.color,
@@ -12339,7 +12439,7 @@ var UpdateData = function UpdateData(props) {
12339
12439
  role: "img",
12340
12440
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12341
12441
  }, /*#__PURE__*/React.createElement("style", {
12342
- children: loadingCircleStyle$3S
12442
+ children: loadingCircleStyle$3U
12343
12443
  }), /*#__PURE__*/React.createElement("svg", _extends({
12344
12444
  xmlns: "http://www.w3.org/2000/svg",
12345
12445
  width: size,
@@ -12375,7 +12475,7 @@ UpdateData.defaultProps = {
12375
12475
  size: '1em'
12376
12476
  };
12377
12477
 
12378
- var loadingCircleStyle$3T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12478
+ var loadingCircleStyle$3V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12379
12479
 
12380
12480
  var Upload = function Upload(props) {
12381
12481
  var color = props.color,
@@ -12390,7 +12490,7 @@ var Upload = function Upload(props) {
12390
12490
  role: "img",
12391
12491
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12392
12492
  }, /*#__PURE__*/React.createElement("style", {
12393
- children: loadingCircleStyle$3T
12493
+ children: loadingCircleStyle$3V
12394
12494
  }), /*#__PURE__*/React.createElement("svg", _extends({
12395
12495
  xmlns: "http://www.w3.org/2000/svg",
12396
12496
  width: size,
@@ -12424,7 +12524,7 @@ Upload.defaultProps = {
12424
12524
  size: '1em'
12425
12525
  };
12426
12526
 
12427
- var loadingCircleStyle$3U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12527
+ var loadingCircleStyle$3W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12428
12528
 
12429
12529
  var Click = function Click(props) {
12430
12530
  var color = props.color,
@@ -12439,7 +12539,7 @@ var Click = function Click(props) {
12439
12539
  role: "img",
12440
12540
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12441
12541
  }, /*#__PURE__*/React.createElement("style", {
12442
- children: loadingCircleStyle$3U
12542
+ children: loadingCircleStyle$3W
12443
12543
  }), /*#__PURE__*/React.createElement("svg", _extends({
12444
12544
  xmlns: "http://www.w3.org/2000/svg",
12445
12545
  width: size,
@@ -12471,7 +12571,7 @@ Click.defaultProps = {
12471
12571
  size: '1em'
12472
12572
  };
12473
12573
 
12474
- var loadingCircleStyle$3V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12574
+ var loadingCircleStyle$3X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12475
12575
 
12476
12576
  var Install = function Install(props) {
12477
12577
  var color = props.color,
@@ -12486,7 +12586,7 @@ var Install = function Install(props) {
12486
12586
  role: "img",
12487
12587
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12488
12588
  }, /*#__PURE__*/React.createElement("style", {
12489
- children: loadingCircleStyle$3V
12589
+ children: loadingCircleStyle$3X
12490
12590
  }), /*#__PURE__*/React.createElement("svg", _extends({
12491
12591
  xmlns: "http://www.w3.org/2000/svg",
12492
12592
  width: size,
@@ -12518,7 +12618,201 @@ Install.defaultProps = {
12518
12618
  size: '1em'
12519
12619
  };
12520
12620
 
12521
- var loadingCircleStyle$3W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12621
+ var loadingCircleStyle$3Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12622
+
12623
+ var ZoomArea = function ZoomArea(props) {
12624
+ var color = props.color,
12625
+ size = props.size,
12626
+ spin = props.spin,
12627
+ style = props.style,
12628
+ className = props.className,
12629
+ iconClassName = props.iconClassName,
12630
+ otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className", "iconClassName"]);
12631
+
12632
+ return /*#__PURE__*/React.createElement("span", {
12633
+ role: "img",
12634
+ className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12635
+ }, /*#__PURE__*/React.createElement("style", {
12636
+ children: loadingCircleStyle$3Y
12637
+ }), /*#__PURE__*/React.createElement("svg", _extends({
12638
+ xmlns: "http://www.w3.org/2000/svg",
12639
+ width: size,
12640
+ height: size,
12641
+ viewBox: "0 0 24 24",
12642
+ fill: color
12643
+ }, otherProps, {
12644
+ className: iconClassName,
12645
+ style: _objectSpread2(_objectSpread2({}, style), spin ? {
12646
+ animationDuration: '1s',
12647
+ animationIterationCount: 'infinite',
12648
+ animationName: 'loadingCircle',
12649
+ animationTimingFunction: 'linear'
12650
+ } : {})
12651
+ }), /*#__PURE__*/React.createElement("path", {
12652
+ d: "M3 13v7a1 1 0 001 1h16a1 1 0 001-1V4a1 1 0 00-1-1h-7v2h6v14H5v-6H3z"
12653
+ }), /*#__PURE__*/React.createElement("path", {
12654
+ d: "M5 5V1h2v4h4v2H7v4H5V7H1V5h4z"
12655
+ })));
12656
+ };
12657
+
12658
+ ZoomArea.propTypes = {
12659
+ iconClassName: PropTypes.string,
12660
+ spin: PropTypes.bool,
12661
+ color: PropTypes.string,
12662
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
12663
+ };
12664
+ ZoomArea.defaultProps = {
12665
+ spin: false,
12666
+ color: 'currentColor',
12667
+ size: '1em'
12668
+ };
12669
+
12670
+ var loadingCircleStyle$3Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12671
+
12672
+ var ZoomAreaOpen = function ZoomAreaOpen(props) {
12673
+ var color = props.color,
12674
+ size = props.size,
12675
+ spin = props.spin,
12676
+ style = props.style,
12677
+ className = props.className,
12678
+ iconClassName = props.iconClassName,
12679
+ otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className", "iconClassName"]);
12680
+
12681
+ return /*#__PURE__*/React.createElement("span", {
12682
+ role: "img",
12683
+ className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12684
+ }, /*#__PURE__*/React.createElement("style", {
12685
+ children: loadingCircleStyle$3Z
12686
+ }), /*#__PURE__*/React.createElement("svg", _extends({
12687
+ xmlns: "http://www.w3.org/2000/svg",
12688
+ width: size,
12689
+ height: size,
12690
+ viewBox: "0 0 24 24",
12691
+ fill: color
12692
+ }, otherProps, {
12693
+ className: iconClassName,
12694
+ style: _objectSpread2(_objectSpread2({}, style), spin ? {
12695
+ animationDuration: '1s',
12696
+ animationIterationCount: 'infinite',
12697
+ animationName: 'loadingCircle',
12698
+ animationTimingFunction: 'linear'
12699
+ } : {})
12700
+ }), /*#__PURE__*/React.createElement("path", {
12701
+ d: "M21 11V4a1 1 0 00-1-1H4a1 1 0 00-1 1v16a1 1 0 001 1h7v-2H5V5h14v6h2z"
12702
+ }), /*#__PURE__*/React.createElement("path", {
12703
+ d: "M19 19v4h-2v-4h-4v-2h4v-4h2v4h4v2h-4z"
12704
+ })));
12705
+ };
12706
+
12707
+ ZoomAreaOpen.propTypes = {
12708
+ iconClassName: PropTypes.string,
12709
+ spin: PropTypes.bool,
12710
+ color: PropTypes.string,
12711
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
12712
+ };
12713
+ ZoomAreaOpen.defaultProps = {
12714
+ spin: false,
12715
+ color: 'currentColor',
12716
+ size: '1em'
12717
+ };
12718
+
12719
+ var loadingCircleStyle$3_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12720
+
12721
+ var ZoomAreaResrore = function ZoomAreaResrore(props) {
12722
+ var color = props.color,
12723
+ size = props.size,
12724
+ spin = props.spin,
12725
+ style = props.style,
12726
+ className = props.className,
12727
+ iconClassName = props.iconClassName,
12728
+ otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className", "iconClassName"]);
12729
+
12730
+ return /*#__PURE__*/React.createElement("span", {
12731
+ role: "img",
12732
+ className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12733
+ }, /*#__PURE__*/React.createElement("style", {
12734
+ children: loadingCircleStyle$3_
12735
+ }), /*#__PURE__*/React.createElement("svg", _extends({
12736
+ xmlns: "http://www.w3.org/2000/svg",
12737
+ width: size,
12738
+ height: size,
12739
+ viewBox: "0 0 24 24",
12740
+ fill: color
12741
+ }, otherProps, {
12742
+ className: iconClassName,
12743
+ style: _objectSpread2(_objectSpread2({}, style), spin ? {
12744
+ animationDuration: '1s',
12745
+ animationIterationCount: 'infinite',
12746
+ animationName: 'loadingCircle',
12747
+ animationTimingFunction: 'linear'
12748
+ } : {})
12749
+ }), /*#__PURE__*/React.createElement("path", {
12750
+ d: "M3 13v7a1 1 0 001 1h16a1 1 0 001-1V4a1 1 0 00-1-1H7v2h12v14H5v-6H3z"
12751
+ }), /*#__PURE__*/React.createElement("path", {
12752
+ d: "M11 1.384L9.588 0 5 4.5 9.588 9 11 7.616 7.823 4.5 11 1.384z"
12753
+ })));
12754
+ };
12755
+
12756
+ ZoomAreaResrore.propTypes = {
12757
+ iconClassName: PropTypes.string,
12758
+ spin: PropTypes.bool,
12759
+ color: PropTypes.string,
12760
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
12761
+ };
12762
+ ZoomAreaResrore.defaultProps = {
12763
+ spin: false,
12764
+ color: 'currentColor',
12765
+ size: '1em'
12766
+ };
12767
+
12768
+ var loadingCircleStyle$3$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12769
+
12770
+ var Expand = function Expand(props) {
12771
+ var color = props.color,
12772
+ size = props.size,
12773
+ spin = props.spin,
12774
+ style = props.style,
12775
+ className = props.className,
12776
+ iconClassName = props.iconClassName,
12777
+ otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className", "iconClassName"]);
12778
+
12779
+ return /*#__PURE__*/React.createElement("span", {
12780
+ role: "img",
12781
+ className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12782
+ }, /*#__PURE__*/React.createElement("style", {
12783
+ children: loadingCircleStyle$3$
12784
+ }), /*#__PURE__*/React.createElement("svg", _extends({
12785
+ xmlns: "http://www.w3.org/2000/svg",
12786
+ width: size,
12787
+ height: size,
12788
+ viewBox: "0 0 24 24",
12789
+ fill: color
12790
+ }, otherProps, {
12791
+ className: iconClassName,
12792
+ style: _objectSpread2(_objectSpread2({}, style), spin ? {
12793
+ animationDuration: '1s',
12794
+ animationIterationCount: 'infinite',
12795
+ animationName: 'loadingCircle',
12796
+ animationTimingFunction: 'linear'
12797
+ } : {})
12798
+ }), /*#__PURE__*/React.createElement("path", {
12799
+ d: "M13.27 3.963a.915.915 0 00.943.933h.734l3.096-.198-2.441 2.333-2.808 2.78a.899.899 0 00-.278.675c0 .291.09.53.268.715.178.192.413.288.704.288a.875.875 0 00.378-.08.915.915 0 00.317-.208l2.808-2.8 2.312-2.442-.188 3.117v.745c0 .278.086.506.258.685a.878.878 0 00.674.278.91.91 0 00.685-.278A.928.928 0 0021 9.82V4.618c0-.516-.142-.916-.427-1.201-.284-.278-.678-.417-1.18-.417h-5.18c-.265 0-.49.09-.675.268a.962.962 0 00-.268.695zM3 14.169v5.213c0 .516.142.913.427 1.191.278.285.671.427 1.18.427h5.17a.898.898 0 00.675-.278.91.91 0 00.278-.685.916.916 0 00-.953-.943h-.734l-3.096.208 2.441-2.333 2.808-2.79a.853.853 0 00.288-.665c0-.291-.093-.533-.278-.725-.178-.185-.413-.278-.704-.278-.133 0-.258.024-.377.07a.912.912 0 00-.318.208L7.01 15.6l-2.322 2.442.188-3.117v-.755a.97.97 0 00-.258-.685.882.882 0 00-.664-.268.927.927 0 00-.685.268.95.95 0 00-.268.685z"
12800
+ })));
12801
+ };
12802
+
12803
+ Expand.propTypes = {
12804
+ iconClassName: PropTypes.string,
12805
+ spin: PropTypes.bool,
12806
+ color: PropTypes.string,
12807
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
12808
+ };
12809
+ Expand.defaultProps = {
12810
+ spin: false,
12811
+ color: 'currentColor',
12812
+ size: '1em'
12813
+ };
12814
+
12815
+ var loadingCircleStyle$40 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12522
12816
 
12523
12817
  var Report = function Report(props) {
12524
12818
  var color = props.color,
@@ -12533,7 +12827,7 @@ var Report = function Report(props) {
12533
12827
  role: "img",
12534
12828
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12535
12829
  }, /*#__PURE__*/React.createElement("style", {
12536
- children: loadingCircleStyle$3W
12830
+ children: loadingCircleStyle$40
12537
12831
  }), /*#__PURE__*/React.createElement("svg", _extends({
12538
12832
  xmlns: "http://www.w3.org/2000/svg",
12539
12833
  width: size,
@@ -12565,7 +12859,7 @@ Report.defaultProps = {
12565
12859
  size: '1em'
12566
12860
  };
12567
12861
 
12568
- var loadingCircleStyle$3X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12862
+ var loadingCircleStyle$41 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12569
12863
 
12570
12864
  var ReportRemoval = function ReportRemoval(props) {
12571
12865
  var color = props.color,
@@ -12580,7 +12874,7 @@ var ReportRemoval = function ReportRemoval(props) {
12580
12874
  role: "img",
12581
12875
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12582
12876
  }, /*#__PURE__*/React.createElement("style", {
12583
- children: loadingCircleStyle$3X
12877
+ children: loadingCircleStyle$41
12584
12878
  }), /*#__PURE__*/React.createElement("svg", _extends({
12585
12879
  xmlns: "http://www.w3.org/2000/svg",
12586
12880
  width: size,
@@ -12620,7 +12914,7 @@ ReportRemoval.defaultProps = {
12620
12914
  size: '1em'
12621
12915
  };
12622
12916
 
12623
- var loadingCircleStyle$3Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12917
+ var loadingCircleStyle$42 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12624
12918
 
12625
12919
  var FileAdd = function FileAdd(props) {
12626
12920
  var color = props.color,
@@ -12635,7 +12929,7 @@ var FileAdd = function FileAdd(props) {
12635
12929
  role: "img",
12636
12930
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12637
12931
  }, /*#__PURE__*/React.createElement("style", {
12638
- children: loadingCircleStyle$3Y
12932
+ children: loadingCircleStyle$42
12639
12933
  }), /*#__PURE__*/React.createElement("svg", _extends({
12640
12934
  xmlns: "http://www.w3.org/2000/svg",
12641
12935
  width: size,
@@ -12667,7 +12961,7 @@ FileAdd.defaultProps = {
12667
12961
  size: '1em'
12668
12962
  };
12669
12963
 
12670
- var loadingCircleStyle$3Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12964
+ var loadingCircleStyle$43 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12671
12965
 
12672
12966
  var FileRemove = function FileRemove(props) {
12673
12967
  var color = props.color,
@@ -12682,7 +12976,7 @@ var FileRemove = function FileRemove(props) {
12682
12976
  role: "img",
12683
12977
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12684
12978
  }, /*#__PURE__*/React.createElement("style", {
12685
- children: loadingCircleStyle$3Z
12979
+ children: loadingCircleStyle$43
12686
12980
  }), /*#__PURE__*/React.createElement("svg", _extends({
12687
12981
  xmlns: "http://www.w3.org/2000/svg",
12688
12982
  width: size,
@@ -12716,7 +13010,7 @@ FileRemove.defaultProps = {
12716
13010
  size: '1em'
12717
13011
  };
12718
13012
 
12719
- var loadingCircleStyle$3_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13013
+ var loadingCircleStyle$44 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12720
13014
 
12721
13015
  var FileExport = function FileExport(props) {
12722
13016
  var color = props.color,
@@ -12731,7 +13025,7 @@ var FileExport = function FileExport(props) {
12731
13025
  role: "img",
12732
13026
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12733
13027
  }, /*#__PURE__*/React.createElement("style", {
12734
- children: loadingCircleStyle$3_
13028
+ children: loadingCircleStyle$44
12735
13029
  }), /*#__PURE__*/React.createElement("svg", _extends({
12736
13030
  xmlns: "http://www.w3.org/2000/svg",
12737
13031
  width: size,
@@ -12763,7 +13057,7 @@ FileExport.defaultProps = {
12763
13057
  size: '1em'
12764
13058
  };
12765
13059
 
12766
- var loadingCircleStyle$3$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13060
+ var loadingCircleStyle$45 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12767
13061
 
12768
13062
  var FileMove = function FileMove(props) {
12769
13063
  var color = props.color,
@@ -12778,7 +13072,7 @@ var FileMove = function FileMove(props) {
12778
13072
  role: "img",
12779
13073
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12780
13074
  }, /*#__PURE__*/React.createElement("style", {
12781
- children: loadingCircleStyle$3$
13075
+ children: loadingCircleStyle$45
12782
13076
  }), /*#__PURE__*/React.createElement("svg", _extends({
12783
13077
  xmlns: "http://www.w3.org/2000/svg",
12784
13078
  width: size,
@@ -12810,7 +13104,7 @@ FileMove.defaultProps = {
12810
13104
  size: '1em'
12811
13105
  };
12812
13106
 
12813
- var loadingCircleStyle$40 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13107
+ var loadingCircleStyle$46 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12814
13108
 
12815
13109
  var FileImport = function FileImport(props) {
12816
13110
  var color = props.color,
@@ -12825,7 +13119,7 @@ var FileImport = function FileImport(props) {
12825
13119
  role: "img",
12826
13120
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12827
13121
  }, /*#__PURE__*/React.createElement("style", {
12828
- children: loadingCircleStyle$40
13122
+ children: loadingCircleStyle$46
12829
13123
  }), /*#__PURE__*/React.createElement("svg", _extends({
12830
13124
  xmlns: "http://www.w3.org/2000/svg",
12831
13125
  width: size,
@@ -12857,7 +13151,7 @@ FileImport.defaultProps = {
12857
13151
  size: '1em'
12858
13152
  };
12859
13153
 
12860
- var loadingCircleStyle$41 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13154
+ var loadingCircleStyle$47 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12861
13155
 
12862
13156
  var FileInfo = function FileInfo(props) {
12863
13157
  var color = props.color,
@@ -12872,7 +13166,7 @@ var FileInfo = function FileInfo(props) {
12872
13166
  role: "img",
12873
13167
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12874
13168
  }, /*#__PURE__*/React.createElement("style", {
12875
- children: loadingCircleStyle$41
13169
+ children: loadingCircleStyle$47
12876
13170
  }), /*#__PURE__*/React.createElement("svg", _extends({
12877
13171
  xmlns: "http://www.w3.org/2000/svg",
12878
13172
  width: size,
@@ -12904,7 +13198,7 @@ FileInfo.defaultProps = {
12904
13198
  size: '1em'
12905
13199
  };
12906
13200
 
12907
- var loadingCircleStyle$42 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13201
+ var loadingCircleStyle$48 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12908
13202
 
12909
13203
  var FileConvert = function FileConvert(props) {
12910
13204
  var color = props.color,
@@ -12919,7 +13213,7 @@ var FileConvert = function FileConvert(props) {
12919
13213
  role: "img",
12920
13214
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12921
13215
  }, /*#__PURE__*/React.createElement("style", {
12922
- children: loadingCircleStyle$42
13216
+ children: loadingCircleStyle$48
12923
13217
  }), /*#__PURE__*/React.createElement("svg", _extends({
12924
13218
  xmlns: "http://www.w3.org/2000/svg",
12925
13219
  width: size,
@@ -12957,7 +13251,7 @@ FileConvert.defaultProps = {
12957
13251
  size: '1em'
12958
13252
  };
12959
13253
 
12960
- var loadingCircleStyle$43 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13254
+ var loadingCircleStyle$49 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12961
13255
 
12962
13256
  var AssetConvert = function AssetConvert(props) {
12963
13257
  var color = props.color,
@@ -12972,7 +13266,7 @@ var AssetConvert = function AssetConvert(props) {
12972
13266
  role: "img",
12973
13267
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12974
13268
  }, /*#__PURE__*/React.createElement("style", {
12975
- children: loadingCircleStyle$43
13269
+ children: loadingCircleStyle$49
12976
13270
  }), /*#__PURE__*/React.createElement("svg", _extends({
12977
13271
  xmlns: "http://www.w3.org/2000/svg",
12978
13272
  width: size,
@@ -13010,7 +13304,7 @@ AssetConvert.defaultProps = {
13010
13304
  size: '1em'
13011
13305
  };
13012
13306
 
13013
- var loadingCircleStyle$44 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13307
+ var loadingCircleStyle$4a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13014
13308
 
13015
13309
  var FileLock = function FileLock(props) {
13016
13310
  var color = props.color,
@@ -13025,7 +13319,7 @@ var FileLock = function FileLock(props) {
13025
13319
  role: "img",
13026
13320
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13027
13321
  }, /*#__PURE__*/React.createElement("style", {
13028
- children: loadingCircleStyle$44
13322
+ children: loadingCircleStyle$4a
13029
13323
  }), /*#__PURE__*/React.createElement("svg", _extends({
13030
13324
  xmlns: "http://www.w3.org/2000/svg",
13031
13325
  width: size,
@@ -13057,7 +13351,7 @@ FileLock.defaultProps = {
13057
13351
  size: '1em'
13058
13352
  };
13059
13353
 
13060
- var loadingCircleStyle$45 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13354
+ var loadingCircleStyle$4b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13061
13355
 
13062
13356
  var FilePdf = function FilePdf(props) {
13063
13357
  var color = props.color,
@@ -13072,7 +13366,7 @@ var FilePdf = function FilePdf(props) {
13072
13366
  role: "img",
13073
13367
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13074
13368
  }, /*#__PURE__*/React.createElement("style", {
13075
- children: loadingCircleStyle$45
13369
+ children: loadingCircleStyle$4b
13076
13370
  }), /*#__PURE__*/React.createElement("svg", _extends({
13077
13371
  xmlns: "http://www.w3.org/2000/svg",
13078
13372
  width: size,
@@ -13104,7 +13398,7 @@ FilePdf.defaultProps = {
13104
13398
  size: '1em'
13105
13399
  };
13106
13400
 
13107
- var loadingCircleStyle$46 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13401
+ var loadingCircleStyle$4c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13108
13402
 
13109
13403
  var Detail = function Detail(props) {
13110
13404
  var color = props.color,
@@ -13119,7 +13413,7 @@ var Detail = function Detail(props) {
13119
13413
  role: "img",
13120
13414
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13121
13415
  }, /*#__PURE__*/React.createElement("style", {
13122
- children: loadingCircleStyle$46
13416
+ children: loadingCircleStyle$4c
13123
13417
  }), /*#__PURE__*/React.createElement("svg", _extends({
13124
13418
  xmlns: "http://www.w3.org/2000/svg",
13125
13419
  width: size,
@@ -13151,7 +13445,7 @@ Detail.defaultProps = {
13151
13445
  size: '1em'
13152
13446
  };
13153
13447
 
13154
- var loadingCircleStyle$47 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13448
+ var loadingCircleStyle$4d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13155
13449
 
13156
13450
  var MessageCenter = function MessageCenter(props) {
13157
13451
  var color = props.color,
@@ -13166,7 +13460,7 @@ var MessageCenter = function MessageCenter(props) {
13166
13460
  role: "img",
13167
13461
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13168
13462
  }, /*#__PURE__*/React.createElement("style", {
13169
- children: loadingCircleStyle$47
13463
+ children: loadingCircleStyle$4d
13170
13464
  }), /*#__PURE__*/React.createElement("svg", _extends({
13171
13465
  xmlns: "http://www.w3.org/2000/svg",
13172
13466
  width: size,
@@ -13206,7 +13500,7 @@ MessageCenter.defaultProps = {
13206
13500
  size: '1em'
13207
13501
  };
13208
13502
 
13209
- var loadingCircleStyle$48 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13503
+ var loadingCircleStyle$4e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13210
13504
 
13211
13505
  var SystemMsg = function SystemMsg(props) {
13212
13506
  var color = props.color,
@@ -13221,7 +13515,7 @@ var SystemMsg = function SystemMsg(props) {
13221
13515
  role: "img",
13222
13516
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13223
13517
  }, /*#__PURE__*/React.createElement("style", {
13224
- children: loadingCircleStyle$48
13518
+ children: loadingCircleStyle$4e
13225
13519
  }), /*#__PURE__*/React.createElement("svg", _extends({
13226
13520
  xmlns: "http://www.w3.org/2000/svg",
13227
13521
  width: size,
@@ -13259,7 +13553,7 @@ SystemMsg.defaultProps = {
13259
13553
  size: '1em'
13260
13554
  };
13261
13555
 
13262
- var loadingCircleStyle$49 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13556
+ var loadingCircleStyle$4f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13263
13557
 
13264
13558
  var Comment = function Comment(props) {
13265
13559
  var color = props.color,
@@ -13274,7 +13568,7 @@ var Comment = function Comment(props) {
13274
13568
  role: "img",
13275
13569
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13276
13570
  }, /*#__PURE__*/React.createElement("style", {
13277
- children: loadingCircleStyle$49
13571
+ children: loadingCircleStyle$4f
13278
13572
  }), /*#__PURE__*/React.createElement("svg", _extends({
13279
13573
  xmlns: "http://www.w3.org/2000/svg",
13280
13574
  width: size,
@@ -13310,7 +13604,7 @@ Comment.defaultProps = {
13310
13604
  size: '1em'
13311
13605
  };
13312
13606
 
13313
- var loadingCircleStyle$4a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13607
+ var loadingCircleStyle$4g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13314
13608
 
13315
13609
  var Book = function Book(props) {
13316
13610
  var color = props.color,
@@ -13325,7 +13619,7 @@ var Book = function Book(props) {
13325
13619
  role: "img",
13326
13620
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13327
13621
  }, /*#__PURE__*/React.createElement("style", {
13328
- children: loadingCircleStyle$4a
13622
+ children: loadingCircleStyle$4g
13329
13623
  }), /*#__PURE__*/React.createElement("svg", _extends({
13330
13624
  xmlns: "http://www.w3.org/2000/svg",
13331
13625
  width: size,
@@ -13357,7 +13651,7 @@ Book.defaultProps = {
13357
13651
  size: '1em'
13358
13652
  };
13359
13653
 
13360
- var loadingCircleStyle$4b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13654
+ var loadingCircleStyle$4h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13361
13655
 
13362
13656
  var Book2 = function Book2(props) {
13363
13657
  var color = props.color,
@@ -13372,7 +13666,7 @@ var Book2 = function Book2(props) {
13372
13666
  role: "img",
13373
13667
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13374
13668
  }, /*#__PURE__*/React.createElement("style", {
13375
- children: loadingCircleStyle$4b
13669
+ children: loadingCircleStyle$4h
13376
13670
  }), /*#__PURE__*/React.createElement("svg", _extends({
13377
13671
  xmlns: "http://www.w3.org/2000/svg",
13378
13672
  width: size,
@@ -13404,7 +13698,7 @@ Book2.defaultProps = {
13404
13698
  size: '1em'
13405
13699
  };
13406
13700
 
13407
- var loadingCircleStyle$4c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13701
+ var loadingCircleStyle$4i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13408
13702
 
13409
13703
  var Sticker = function Sticker(props) {
13410
13704
  var color = props.color,
@@ -13419,7 +13713,7 @@ var Sticker = function Sticker(props) {
13419
13713
  role: "img",
13420
13714
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13421
13715
  }, /*#__PURE__*/React.createElement("style", {
13422
- children: loadingCircleStyle$4c
13716
+ children: loadingCircleStyle$4i
13423
13717
  }), /*#__PURE__*/React.createElement("svg", _extends({
13424
13718
  xmlns: "http://www.w3.org/2000/svg",
13425
13719
  width: size,
@@ -13451,7 +13745,7 @@ Sticker.defaultProps = {
13451
13745
  size: '1em'
13452
13746
  };
13453
13747
 
13454
- var loadingCircleStyle$4d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13748
+ var loadingCircleStyle$4j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13455
13749
 
13456
13750
  var StickerFill = function StickerFill(props) {
13457
13751
  var color = props.color,
@@ -13466,7 +13760,7 @@ var StickerFill = function StickerFill(props) {
13466
13760
  role: "img",
13467
13761
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13468
13762
  }, /*#__PURE__*/React.createElement("style", {
13469
- children: loadingCircleStyle$4d
13763
+ children: loadingCircleStyle$4j
13470
13764
  }), /*#__PURE__*/React.createElement("svg", _extends({
13471
13765
  xmlns: "http://www.w3.org/2000/svg",
13472
13766
  width: size,
@@ -13498,7 +13792,7 @@ StickerFill.defaultProps = {
13498
13792
  size: '1em'
13499
13793
  };
13500
13794
 
13501
- var loadingCircleStyle$4e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13795
+ var loadingCircleStyle$4k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13502
13796
 
13503
13797
  var EventSm = function EventSm(props) {
13504
13798
  var color = props.color,
@@ -13513,7 +13807,7 @@ var EventSm = function EventSm(props) {
13513
13807
  role: "img",
13514
13808
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13515
13809
  }, /*#__PURE__*/React.createElement("style", {
13516
- children: loadingCircleStyle$4e
13810
+ children: loadingCircleStyle$4k
13517
13811
  }), /*#__PURE__*/React.createElement("svg", _extends({
13518
13812
  xmlns: "http://www.w3.org/2000/svg",
13519
13813
  width: size,
@@ -13545,7 +13839,7 @@ EventSm.defaultProps = {
13545
13839
  size: '1em'
13546
13840
  };
13547
13841
 
13548
- var loadingCircleStyle$4f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13842
+ var loadingCircleStyle$4l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13549
13843
 
13550
13844
  var EPropertySm = function EPropertySm(props) {
13551
13845
  var color = props.color,
@@ -13560,7 +13854,7 @@ var EPropertySm = function EPropertySm(props) {
13560
13854
  role: "img",
13561
13855
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13562
13856
  }, /*#__PURE__*/React.createElement("style", {
13563
- children: loadingCircleStyle$4f
13857
+ children: loadingCircleStyle$4l
13564
13858
  }), /*#__PURE__*/React.createElement("svg", _extends({
13565
13859
  xmlns: "http://www.w3.org/2000/svg",
13566
13860
  width: size,
@@ -13600,7 +13894,7 @@ EPropertySm.defaultProps = {
13600
13894
  size: '1em'
13601
13895
  };
13602
13896
 
13603
- var loadingCircleStyle$4g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13897
+ var loadingCircleStyle$4m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13604
13898
 
13605
13899
  var IndicatorSm = function IndicatorSm(props) {
13606
13900
  var color = props.color,
@@ -13615,7 +13909,7 @@ var IndicatorSm = function IndicatorSm(props) {
13615
13909
  role: "img",
13616
13910
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13617
13911
  }, /*#__PURE__*/React.createElement("style", {
13618
- children: loadingCircleStyle$4g
13912
+ children: loadingCircleStyle$4m
13619
13913
  }), /*#__PURE__*/React.createElement("svg", _extends({
13620
13914
  xmlns: "http://www.w3.org/2000/svg",
13621
13915
  width: size,
@@ -13651,7 +13945,7 @@ IndicatorSm.defaultProps = {
13651
13945
  size: '1em'
13652
13946
  };
13653
13947
 
13654
- var loadingCircleStyle$4h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13948
+ var loadingCircleStyle$4n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13655
13949
 
13656
13950
  var UPropertySm = function UPropertySm(props) {
13657
13951
  var color = props.color,
@@ -13666,7 +13960,7 @@ var UPropertySm = function UPropertySm(props) {
13666
13960
  role: "img",
13667
13961
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13668
13962
  }, /*#__PURE__*/React.createElement("style", {
13669
- children: loadingCircleStyle$4h
13963
+ children: loadingCircleStyle$4n
13670
13964
  }), /*#__PURE__*/React.createElement("svg", _extends({
13671
13965
  xmlns: "http://www.w3.org/2000/svg",
13672
13966
  width: size,
@@ -13704,7 +13998,7 @@ UPropertySm.defaultProps = {
13704
13998
  size: '1em'
13705
13999
  };
13706
14000
 
13707
- var loadingCircleStyle$4i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14001
+ var loadingCircleStyle$4o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13708
14002
 
13709
14003
  var UGroupSm = function UGroupSm(props) {
13710
14004
  var color = props.color,
@@ -13719,7 +14013,7 @@ var UGroupSm = function UGroupSm(props) {
13719
14013
  role: "img",
13720
14014
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13721
14015
  }, /*#__PURE__*/React.createElement("style", {
13722
- children: loadingCircleStyle$4i
14016
+ children: loadingCircleStyle$4o
13723
14017
  }), /*#__PURE__*/React.createElement("svg", _extends({
13724
14018
  xmlns: "http://www.w3.org/2000/svg",
13725
14019
  width: size,
@@ -13765,7 +14059,7 @@ UGroupSm.defaultProps = {
13765
14059
  size: '1em'
13766
14060
  };
13767
14061
 
13768
- var loadingCircleStyle$4j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14062
+ var loadingCircleStyle$4p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13769
14063
 
13770
14064
  var UTagSm = function UTagSm(props) {
13771
14065
  var color = props.color,
@@ -13780,7 +14074,7 @@ var UTagSm = function UTagSm(props) {
13780
14074
  role: "img",
13781
14075
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13782
14076
  }, /*#__PURE__*/React.createElement("style", {
13783
- children: loadingCircleStyle$4j
14077
+ children: loadingCircleStyle$4p
13784
14078
  }), /*#__PURE__*/React.createElement("svg", _extends({
13785
14079
  xmlns: "http://www.w3.org/2000/svg",
13786
14080
  width: size,
@@ -13816,7 +14110,7 @@ UTagSm.defaultProps = {
13816
14110
  size: '1em'
13817
14111
  };
13818
14112
 
13819
- var loadingCircleStyle$4k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14113
+ var loadingCircleStyle$4q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13820
14114
 
13821
14115
  var AllGroupSm = function AllGroupSm(props) {
13822
14116
  var color = props.color,
@@ -13831,7 +14125,7 @@ var AllGroupSm = function AllGroupSm(props) {
13831
14125
  role: "img",
13832
14126
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13833
14127
  }, /*#__PURE__*/React.createElement("style", {
13834
- children: loadingCircleStyle$4k
14128
+ children: loadingCircleStyle$4q
13835
14129
  }), /*#__PURE__*/React.createElement("svg", _extends({
13836
14130
  xmlns: "http://www.w3.org/2000/svg",
13837
14131
  width: size,
@@ -13869,7 +14163,7 @@ AllGroupSm.defaultProps = {
13869
14163
  size: '1em'
13870
14164
  };
13871
14165
 
13872
- var loadingCircleStyle$4l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14166
+ var loadingCircleStyle$4r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13873
14167
 
13874
14168
  var CalendarSm = function CalendarSm(props) {
13875
14169
  var color = props.color,
@@ -13884,7 +14178,7 @@ var CalendarSm = function CalendarSm(props) {
13884
14178
  role: "img",
13885
14179
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13886
14180
  }, /*#__PURE__*/React.createElement("style", {
13887
- children: loadingCircleStyle$4l
14181
+ children: loadingCircleStyle$4r
13888
14182
  }), /*#__PURE__*/React.createElement("svg", _extends({
13889
14183
  xmlns: "http://www.w3.org/2000/svg",
13890
14184
  width: size,
@@ -13916,7 +14210,7 @@ CalendarSm.defaultProps = {
13916
14210
  size: '1em'
13917
14211
  };
13918
14212
 
13919
- var loadingCircleStyle$4m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14213
+ var loadingCircleStyle$4s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13920
14214
 
13921
14215
  var GroupAddSm = function GroupAddSm(props) {
13922
14216
  var color = props.color,
@@ -13931,7 +14225,7 @@ var GroupAddSm = function GroupAddSm(props) {
13931
14225
  role: "img",
13932
14226
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13933
14227
  }, /*#__PURE__*/React.createElement("style", {
13934
- children: loadingCircleStyle$4m
14228
+ children: loadingCircleStyle$4s
13935
14229
  }), /*#__PURE__*/React.createElement("svg", _extends({
13936
14230
  xmlns: "http://www.w3.org/2000/svg",
13937
14231
  width: size,
@@ -13969,7 +14263,7 @@ GroupAddSm.defaultProps = {
13969
14263
  size: '1em'
13970
14264
  };
13971
14265
 
13972
- var loadingCircleStyle$4n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14266
+ var loadingCircleStyle$4t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13973
14267
 
13974
14268
  var BooleanSm = function BooleanSm(props) {
13975
14269
  var color = props.color,
@@ -13984,7 +14278,7 @@ var BooleanSm = function BooleanSm(props) {
13984
14278
  role: "img",
13985
14279
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13986
14280
  }, /*#__PURE__*/React.createElement("style", {
13987
- children: loadingCircleStyle$4n
14281
+ children: loadingCircleStyle$4t
13988
14282
  }), /*#__PURE__*/React.createElement("svg", _extends({
13989
14283
  xmlns: "http://www.w3.org/2000/svg",
13990
14284
  width: size,
@@ -14018,7 +14312,7 @@ BooleanSm.defaultProps = {
14018
14312
  size: '1em'
14019
14313
  };
14020
14314
 
14021
- var loadingCircleStyle$4o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14315
+ var loadingCircleStyle$4u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14022
14316
 
14023
14317
  var ListSm = function ListSm(props) {
14024
14318
  var color = props.color,
@@ -14033,7 +14327,7 @@ var ListSm = function ListSm(props) {
14033
14327
  role: "img",
14034
14328
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14035
14329
  }, /*#__PURE__*/React.createElement("style", {
14036
- children: loadingCircleStyle$4o
14330
+ children: loadingCircleStyle$4u
14037
14331
  }), /*#__PURE__*/React.createElement("svg", _extends({
14038
14332
  xmlns: "http://www.w3.org/2000/svg",
14039
14333
  width: size,
@@ -14075,7 +14369,7 @@ ListSm.defaultProps = {
14075
14369
  size: '1em'
14076
14370
  };
14077
14371
 
14078
- var loadingCircleStyle$4p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14372
+ var loadingCircleStyle$4v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14079
14373
 
14080
14374
  var ArrayRowsSm = function ArrayRowsSm(props) {
14081
14375
  var color = props.color,
@@ -14090,7 +14384,7 @@ var ArrayRowsSm = function ArrayRowsSm(props) {
14090
14384
  role: "img",
14091
14385
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14092
14386
  }, /*#__PURE__*/React.createElement("style", {
14093
- children: loadingCircleStyle$4p
14387
+ children: loadingCircleStyle$4v
14094
14388
  }), /*#__PURE__*/React.createElement("svg", _extends({
14095
14389
  xmlns: "http://www.w3.org/2000/svg",
14096
14390
  width: size,
@@ -14124,7 +14418,7 @@ ArrayRowsSm.defaultProps = {
14124
14418
  size: '1em'
14125
14419
  };
14126
14420
 
14127
- var loadingCircleStyle$4q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14421
+ var loadingCircleStyle$4w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14128
14422
 
14129
14423
  var RowsSm = function RowsSm(props) {
14130
14424
  var color = props.color,
@@ -14139,7 +14433,7 @@ var RowsSm = function RowsSm(props) {
14139
14433
  role: "img",
14140
14434
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14141
14435
  }, /*#__PURE__*/React.createElement("style", {
14142
- children: loadingCircleStyle$4q
14436
+ children: loadingCircleStyle$4w
14143
14437
  }), /*#__PURE__*/React.createElement("svg", _extends({
14144
14438
  xmlns: "http://www.w3.org/2000/svg",
14145
14439
  width: size,
@@ -14181,7 +14475,7 @@ RowsSm.defaultProps = {
14181
14475
  size: '1em'
14182
14476
  };
14183
14477
 
14184
- var loadingCircleStyle$4r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14478
+ var loadingCircleStyle$4x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14185
14479
 
14186
14480
  var VPropertySm = function VPropertySm(props) {
14187
14481
  var color = props.color,
@@ -14196,7 +14490,7 @@ var VPropertySm = function VPropertySm(props) {
14196
14490
  role: "img",
14197
14491
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14198
14492
  }, /*#__PURE__*/React.createElement("style", {
14199
- children: loadingCircleStyle$4r
14493
+ children: loadingCircleStyle$4x
14200
14494
  }), /*#__PURE__*/React.createElement("svg", _extends({
14201
14495
  xmlns: "http://www.w3.org/2000/svg",
14202
14496
  width: size,
@@ -14234,7 +14528,7 @@ VPropertySm.defaultProps = {
14234
14528
  size: '1em'
14235
14529
  };
14236
14530
 
14237
- var loadingCircleStyle$4s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14531
+ var loadingCircleStyle$4y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14238
14532
 
14239
14533
  var StringSm = function StringSm(props) {
14240
14534
  var color = props.color,
@@ -14249,7 +14543,7 @@ var StringSm = function StringSm(props) {
14249
14543
  role: "img",
14250
14544
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14251
14545
  }, /*#__PURE__*/React.createElement("style", {
14252
- children: loadingCircleStyle$4s
14546
+ children: loadingCircleStyle$4y
14253
14547
  }), /*#__PURE__*/React.createElement("svg", _extends({
14254
14548
  xmlns: "http://www.w3.org/2000/svg",
14255
14549
  width: size,
@@ -14283,7 +14577,7 @@ StringSm.defaultProps = {
14283
14577
  size: '1em'
14284
14578
  };
14285
14579
 
14286
- var loadingCircleStyle$4t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14580
+ var loadingCircleStyle$4z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14287
14581
 
14288
14582
  var NumSm = function NumSm(props) {
14289
14583
  var color = props.color,
@@ -14298,7 +14592,7 @@ var NumSm = function NumSm(props) {
14298
14592
  role: "img",
14299
14593
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14300
14594
  }, /*#__PURE__*/React.createElement("style", {
14301
- children: loadingCircleStyle$4t
14595
+ children: loadingCircleStyle$4z
14302
14596
  }), /*#__PURE__*/React.createElement("svg", _extends({
14303
14597
  xmlns: "http://www.w3.org/2000/svg",
14304
14598
  width: size,
@@ -14332,7 +14626,7 @@ NumSm.defaultProps = {
14332
14626
  size: '1em'
14333
14627
  };
14334
14628
 
14335
- var loadingCircleStyle$4u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14629
+ var loadingCircleStyle$4A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14336
14630
 
14337
14631
  var TimeSm = function TimeSm(props) {
14338
14632
  var color = props.color,
@@ -14347,7 +14641,7 @@ var TimeSm = function TimeSm(props) {
14347
14641
  role: "img",
14348
14642
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14349
14643
  }, /*#__PURE__*/React.createElement("style", {
14350
- children: loadingCircleStyle$4u
14644
+ children: loadingCircleStyle$4A
14351
14645
  }), /*#__PURE__*/React.createElement("svg", _extends({
14352
14646
  xmlns: "http://www.w3.org/2000/svg",
14353
14647
  width: size,
@@ -14381,7 +14675,7 @@ TimeSm.defaultProps = {
14381
14675
  size: '1em'
14382
14676
  };
14383
14677
 
14384
- var loadingCircleStyle$4v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14678
+ var loadingCircleStyle$4B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14385
14679
 
14386
14680
  var ArrowLeft = function ArrowLeft(props) {
14387
14681
  var color = props.color,
@@ -14396,7 +14690,7 @@ var ArrowLeft = function ArrowLeft(props) {
14396
14690
  role: "img",
14397
14691
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14398
14692
  }, /*#__PURE__*/React.createElement("style", {
14399
- children: loadingCircleStyle$4v
14693
+ children: loadingCircleStyle$4B
14400
14694
  }), /*#__PURE__*/React.createElement("svg", _extends({
14401
14695
  xmlns: "http://www.w3.org/2000/svg",
14402
14696
  width: size,
@@ -14428,7 +14722,7 @@ ArrowLeft.defaultProps = {
14428
14722
  size: '1em'
14429
14723
  };
14430
14724
 
14431
- var loadingCircleStyle$4w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14725
+ var loadingCircleStyle$4C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14432
14726
 
14433
14727
  var ArrowRight = function ArrowRight(props) {
14434
14728
  var color = props.color,
@@ -14443,7 +14737,7 @@ var ArrowRight = function ArrowRight(props) {
14443
14737
  role: "img",
14444
14738
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14445
14739
  }, /*#__PURE__*/React.createElement("style", {
14446
- children: loadingCircleStyle$4w
14740
+ children: loadingCircleStyle$4C
14447
14741
  }), /*#__PURE__*/React.createElement("svg", _extends({
14448
14742
  xmlns: "http://www.w3.org/2000/svg",
14449
14743
  width: size,
@@ -14475,7 +14769,7 @@ ArrowRight.defaultProps = {
14475
14769
  size: '1em'
14476
14770
  };
14477
14771
 
14478
- var loadingCircleStyle$4x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14772
+ var loadingCircleStyle$4D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14479
14773
 
14480
14774
  var ArrowUp = function ArrowUp(props) {
14481
14775
  var color = props.color,
@@ -14490,7 +14784,7 @@ var ArrowUp = function ArrowUp(props) {
14490
14784
  role: "img",
14491
14785
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14492
14786
  }, /*#__PURE__*/React.createElement("style", {
14493
- children: loadingCircleStyle$4x
14787
+ children: loadingCircleStyle$4D
14494
14788
  }), /*#__PURE__*/React.createElement("svg", _extends({
14495
14789
  xmlns: "http://www.w3.org/2000/svg",
14496
14790
  width: size,
@@ -14522,7 +14816,7 @@ ArrowUp.defaultProps = {
14522
14816
  size: '1em'
14523
14817
  };
14524
14818
 
14525
- var loadingCircleStyle$4y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14819
+ var loadingCircleStyle$4E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14526
14820
 
14527
14821
  var ArrowDown = function ArrowDown(props) {
14528
14822
  var color = props.color,
@@ -14537,7 +14831,7 @@ var ArrowDown = function ArrowDown(props) {
14537
14831
  role: "img",
14538
14832
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14539
14833
  }, /*#__PURE__*/React.createElement("style", {
14540
- children: loadingCircleStyle$4y
14834
+ children: loadingCircleStyle$4E
14541
14835
  }), /*#__PURE__*/React.createElement("svg", _extends({
14542
14836
  xmlns: "http://www.w3.org/2000/svg",
14543
14837
  width: size,
@@ -14569,7 +14863,7 @@ ArrowDown.defaultProps = {
14569
14863
  size: '1em'
14570
14864
  };
14571
14865
 
14572
- var loadingCircleStyle$4z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14866
+ var loadingCircleStyle$4F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14573
14867
 
14574
14868
  var ArrowLeft2 = function ArrowLeft2(props) {
14575
14869
  var color = props.color,
@@ -14584,7 +14878,7 @@ var ArrowLeft2 = function ArrowLeft2(props) {
14584
14878
  role: "img",
14585
14879
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14586
14880
  }, /*#__PURE__*/React.createElement("style", {
14587
- children: loadingCircleStyle$4z
14881
+ children: loadingCircleStyle$4F
14588
14882
  }), /*#__PURE__*/React.createElement("svg", _extends({
14589
14883
  xmlns: "http://www.w3.org/2000/svg",
14590
14884
  width: size,
@@ -14616,7 +14910,7 @@ ArrowLeft2.defaultProps = {
14616
14910
  size: '1em'
14617
14911
  };
14618
14912
 
14619
- var loadingCircleStyle$4A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14913
+ var loadingCircleStyle$4G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14620
14914
 
14621
14915
  var ArrowRight2 = function ArrowRight2(props) {
14622
14916
  var color = props.color,
@@ -14631,7 +14925,7 @@ var ArrowRight2 = function ArrowRight2(props) {
14631
14925
  role: "img",
14632
14926
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14633
14927
  }, /*#__PURE__*/React.createElement("style", {
14634
- children: loadingCircleStyle$4A
14928
+ children: loadingCircleStyle$4G
14635
14929
  }), /*#__PURE__*/React.createElement("svg", _extends({
14636
14930
  xmlns: "http://www.w3.org/2000/svg",
14637
14931
  width: size,
@@ -14663,7 +14957,7 @@ ArrowRight2.defaultProps = {
14663
14957
  size: '1em'
14664
14958
  };
14665
14959
 
14666
- var loadingCircleStyle$4B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14960
+ var loadingCircleStyle$4H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14667
14961
 
14668
14962
  var ArrowUp2 = function ArrowUp2(props) {
14669
14963
  var color = props.color,
@@ -14678,7 +14972,7 @@ var ArrowUp2 = function ArrowUp2(props) {
14678
14972
  role: "img",
14679
14973
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14680
14974
  }, /*#__PURE__*/React.createElement("style", {
14681
- children: loadingCircleStyle$4B
14975
+ children: loadingCircleStyle$4H
14682
14976
  }), /*#__PURE__*/React.createElement("svg", _extends({
14683
14977
  xmlns: "http://www.w3.org/2000/svg",
14684
14978
  width: size,
@@ -14710,7 +15004,7 @@ ArrowUp2.defaultProps = {
14710
15004
  size: '1em'
14711
15005
  };
14712
15006
 
14713
- var loadingCircleStyle$4C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15007
+ var loadingCircleStyle$4I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14714
15008
 
14715
15009
  var ArrowDown2 = function ArrowDown2(props) {
14716
15010
  var color = props.color,
@@ -14725,7 +15019,7 @@ var ArrowDown2 = function ArrowDown2(props) {
14725
15019
  role: "img",
14726
15020
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14727
15021
  }, /*#__PURE__*/React.createElement("style", {
14728
- children: loadingCircleStyle$4C
15022
+ children: loadingCircleStyle$4I
14729
15023
  }), /*#__PURE__*/React.createElement("svg", _extends({
14730
15024
  xmlns: "http://www.w3.org/2000/svg",
14731
15025
  width: size,
@@ -14757,7 +15051,7 @@ ArrowDown2.defaultProps = {
14757
15051
  size: '1em'
14758
15052
  };
14759
15053
 
14760
- var loadingCircleStyle$4D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15054
+ var loadingCircleStyle$4J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14761
15055
 
14762
15056
  var TriLeft = function TriLeft(props) {
14763
15057
  var color = props.color,
@@ -14772,7 +15066,7 @@ var TriLeft = function TriLeft(props) {
14772
15066
  role: "img",
14773
15067
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14774
15068
  }, /*#__PURE__*/React.createElement("style", {
14775
- children: loadingCircleStyle$4D
15069
+ children: loadingCircleStyle$4J
14776
15070
  }), /*#__PURE__*/React.createElement("svg", _extends({
14777
15071
  xmlns: "http://www.w3.org/2000/svg",
14778
15072
  width: size,
@@ -14804,7 +15098,7 @@ TriLeft.defaultProps = {
14804
15098
  size: '1em'
14805
15099
  };
14806
15100
 
14807
- var loadingCircleStyle$4E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15101
+ var loadingCircleStyle$4K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14808
15102
 
14809
15103
  var TriRight = function TriRight(props) {
14810
15104
  var color = props.color,
@@ -14819,7 +15113,7 @@ var TriRight = function TriRight(props) {
14819
15113
  role: "img",
14820
15114
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14821
15115
  }, /*#__PURE__*/React.createElement("style", {
14822
- children: loadingCircleStyle$4E
15116
+ children: loadingCircleStyle$4K
14823
15117
  }), /*#__PURE__*/React.createElement("svg", _extends({
14824
15118
  xmlns: "http://www.w3.org/2000/svg",
14825
15119
  width: size,
@@ -14851,7 +15145,7 @@ TriRight.defaultProps = {
14851
15145
  size: '1em'
14852
15146
  };
14853
15147
 
14854
- var loadingCircleStyle$4F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15148
+ var loadingCircleStyle$4L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14855
15149
 
14856
15150
  var TriUp = function TriUp(props) {
14857
15151
  var color = props.color,
@@ -14866,7 +15160,7 @@ var TriUp = function TriUp(props) {
14866
15160
  role: "img",
14867
15161
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14868
15162
  }, /*#__PURE__*/React.createElement("style", {
14869
- children: loadingCircleStyle$4F
15163
+ children: loadingCircleStyle$4L
14870
15164
  }), /*#__PURE__*/React.createElement("svg", _extends({
14871
15165
  xmlns: "http://www.w3.org/2000/svg",
14872
15166
  width: size,
@@ -14898,7 +15192,7 @@ TriUp.defaultProps = {
14898
15192
  size: '1em'
14899
15193
  };
14900
15194
 
14901
- var loadingCircleStyle$4G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15195
+ var loadingCircleStyle$4M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14902
15196
 
14903
15197
  var TriDown = function TriDown(props) {
14904
15198
  var color = props.color,
@@ -14913,7 +15207,7 @@ var TriDown = function TriDown(props) {
14913
15207
  role: "img",
14914
15208
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14915
15209
  }, /*#__PURE__*/React.createElement("style", {
14916
- children: loadingCircleStyle$4G
15210
+ children: loadingCircleStyle$4M
14917
15211
  }), /*#__PURE__*/React.createElement("svg", _extends({
14918
15212
  xmlns: "http://www.w3.org/2000/svg",
14919
15213
  width: size,
@@ -14945,7 +15239,7 @@ TriDown.defaultProps = {
14945
15239
  size: '1em'
14946
15240
  };
14947
15241
 
14948
- var loadingCircleStyle$4H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15242
+ var loadingCircleStyle$4N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14949
15243
 
14950
15244
  var DArrowL = function DArrowL(props) {
14951
15245
  var color = props.color,
@@ -14960,7 +15254,7 @@ var DArrowL = function DArrowL(props) {
14960
15254
  role: "img",
14961
15255
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14962
15256
  }, /*#__PURE__*/React.createElement("style", {
14963
- children: loadingCircleStyle$4H
15257
+ children: loadingCircleStyle$4N
14964
15258
  }), /*#__PURE__*/React.createElement("svg", _extends({
14965
15259
  xmlns: "http://www.w3.org/2000/svg",
14966
15260
  width: size,
@@ -14994,7 +15288,7 @@ DArrowL.defaultProps = {
14994
15288
  size: '1em'
14995
15289
  };
14996
15290
 
14997
- var loadingCircleStyle$4I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15291
+ var loadingCircleStyle$4O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14998
15292
 
14999
15293
  var DArrowR = function DArrowR(props) {
15000
15294
  var color = props.color,
@@ -15009,7 +15303,7 @@ var DArrowR = function DArrowR(props) {
15009
15303
  role: "img",
15010
15304
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15011
15305
  }, /*#__PURE__*/React.createElement("style", {
15012
- children: loadingCircleStyle$4I
15306
+ children: loadingCircleStyle$4O
15013
15307
  }), /*#__PURE__*/React.createElement("svg", _extends({
15014
15308
  xmlns: "http://www.w3.org/2000/svg",
15015
15309
  width: size,
@@ -15043,7 +15337,7 @@ DArrowR.defaultProps = {
15043
15337
  size: '1em'
15044
15338
  };
15045
15339
 
15046
- var loadingCircleStyle$4J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15340
+ var loadingCircleStyle$4P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15047
15341
 
15048
15342
  var DArrowT = function DArrowT(props) {
15049
15343
  var color = props.color,
@@ -15058,7 +15352,7 @@ var DArrowT = function DArrowT(props) {
15058
15352
  role: "img",
15059
15353
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15060
15354
  }, /*#__PURE__*/React.createElement("style", {
15061
- children: loadingCircleStyle$4J
15355
+ children: loadingCircleStyle$4P
15062
15356
  }), /*#__PURE__*/React.createElement("svg", _extends({
15063
15357
  xmlns: "http://www.w3.org/2000/svg",
15064
15358
  width: size,
@@ -15092,7 +15386,7 @@ DArrowT.defaultProps = {
15092
15386
  size: '1em'
15093
15387
  };
15094
15388
 
15095
- var loadingCircleStyle$4K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15389
+ var loadingCircleStyle$4Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15096
15390
 
15097
15391
  var DArrowB = function DArrowB(props) {
15098
15392
  var color = props.color,
@@ -15107,7 +15401,7 @@ var DArrowB = function DArrowB(props) {
15107
15401
  role: "img",
15108
15402
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15109
15403
  }, /*#__PURE__*/React.createElement("style", {
15110
- children: loadingCircleStyle$4K
15404
+ children: loadingCircleStyle$4Q
15111
15405
  }), /*#__PURE__*/React.createElement("svg", _extends({
15112
15406
  xmlns: "http://www.w3.org/2000/svg",
15113
15407
  width: size,
@@ -15141,7 +15435,7 @@ DArrowB.defaultProps = {
15141
15435
  size: '1em'
15142
15436
  };
15143
15437
 
15144
- var loadingCircleStyle$4L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15438
+ var loadingCircleStyle$4R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15145
15439
 
15146
15440
  var DropDown = function DropDown(props) {
15147
15441
  var color = props.color,
@@ -15156,7 +15450,7 @@ var DropDown = function DropDown(props) {
15156
15450
  role: "img",
15157
15451
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15158
15452
  }, /*#__PURE__*/React.createElement("style", {
15159
- children: loadingCircleStyle$4L
15453
+ children: loadingCircleStyle$4R
15160
15454
  }), /*#__PURE__*/React.createElement("svg", _extends({
15161
15455
  xmlns: "http://www.w3.org/2000/svg",
15162
15456
  width: size,
@@ -15188,7 +15482,7 @@ DropDown.defaultProps = {
15188
15482
  size: '1em'
15189
15483
  };
15190
15484
 
15191
- var loadingCircleStyle$4M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15485
+ var loadingCircleStyle$4S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15192
15486
 
15193
15487
  var DropUp = function DropUp(props) {
15194
15488
  var color = props.color,
@@ -15203,7 +15497,7 @@ var DropUp = function DropUp(props) {
15203
15497
  role: "img",
15204
15498
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15205
15499
  }, /*#__PURE__*/React.createElement("style", {
15206
- children: loadingCircleStyle$4M
15500
+ children: loadingCircleStyle$4S
15207
15501
  }), /*#__PURE__*/React.createElement("svg", _extends({
15208
15502
  xmlns: "http://www.w3.org/2000/svg",
15209
15503
  width: size,
@@ -15235,7 +15529,7 @@ DropUp.defaultProps = {
15235
15529
  size: '1em'
15236
15530
  };
15237
15531
 
15238
- var loadingCircleStyle$4N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15532
+ var loadingCircleStyle$4T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15239
15533
 
15240
15534
  var More1 = function More1(props) {
15241
15535
  var color = props.color,
@@ -15250,7 +15544,7 @@ var More1 = function More1(props) {
15250
15544
  role: "img",
15251
15545
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15252
15546
  }, /*#__PURE__*/React.createElement("style", {
15253
- children: loadingCircleStyle$4N
15547
+ children: loadingCircleStyle$4T
15254
15548
  }), /*#__PURE__*/React.createElement("svg", _extends({
15255
15549
  xmlns: "http://www.w3.org/2000/svg",
15256
15550
  width: size,
@@ -15282,7 +15576,7 @@ More1.defaultProps = {
15282
15576
  size: '1em'
15283
15577
  };
15284
15578
 
15285
- var loadingCircleStyle$4O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15579
+ var loadingCircleStyle$4U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15286
15580
 
15287
15581
  var More2 = function More2(props) {
15288
15582
  var color = props.color,
@@ -15297,7 +15591,7 @@ var More2 = function More2(props) {
15297
15591
  role: "img",
15298
15592
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15299
15593
  }, /*#__PURE__*/React.createElement("style", {
15300
- children: loadingCircleStyle$4O
15594
+ children: loadingCircleStyle$4U
15301
15595
  }), /*#__PURE__*/React.createElement("svg", _extends({
15302
15596
  xmlns: "http://www.w3.org/2000/svg",
15303
15597
  width: size,
@@ -15329,7 +15623,7 @@ More2.defaultProps = {
15329
15623
  size: '1em'
15330
15624
  };
15331
15625
 
15332
- var loadingCircleStyle$4P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15626
+ var loadingCircleStyle$4V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15333
15627
 
15334
15628
  var Drag = function Drag(props) {
15335
15629
  var color = props.color,
@@ -15344,7 +15638,7 @@ var Drag = function Drag(props) {
15344
15638
  role: "img",
15345
15639
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15346
15640
  }, /*#__PURE__*/React.createElement("style", {
15347
- children: loadingCircleStyle$4P
15641
+ children: loadingCircleStyle$4V
15348
15642
  }), /*#__PURE__*/React.createElement("svg", _extends({
15349
15643
  xmlns: "http://www.w3.org/2000/svg",
15350
15644
  width: size,
@@ -15386,7 +15680,56 @@ Drag.defaultProps = {
15386
15680
  size: '1em'
15387
15681
  };
15388
15682
 
15389
- var loadingCircleStyle$4Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15683
+ var loadingCircleStyle$4W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15684
+
15685
+ var Grid = function Grid(props) {
15686
+ var color = props.color,
15687
+ size = props.size,
15688
+ spin = props.spin,
15689
+ style = props.style,
15690
+ className = props.className,
15691
+ iconClassName = props.iconClassName,
15692
+ otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className", "iconClassName"]);
15693
+
15694
+ return /*#__PURE__*/React.createElement("span", {
15695
+ role: "img",
15696
+ className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15697
+ }, /*#__PURE__*/React.createElement("style", {
15698
+ children: loadingCircleStyle$4W
15699
+ }), /*#__PURE__*/React.createElement("svg", _extends({
15700
+ xmlns: "http://www.w3.org/2000/svg",
15701
+ width: size,
15702
+ height: size,
15703
+ viewBox: "0 0 24 24",
15704
+ fill: color
15705
+ }, otherProps, {
15706
+ className: iconClassName,
15707
+ style: _objectSpread2(_objectSpread2({}, style), spin ? {
15708
+ animationDuration: '1s',
15709
+ animationIterationCount: 'infinite',
15710
+ animationName: 'loadingCircle',
15711
+ animationTimingFunction: 'linear'
15712
+ } : {})
15713
+ }), /*#__PURE__*/React.createElement("path", {
15714
+ fillRule: "evenodd",
15715
+ clipRule: "evenodd",
15716
+ d: "M5 3c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm7 0c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm2 9c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2 2-.9 2-2zm-2 5c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm9-12c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2 2-.9 2-2zm-2 5c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm2 9c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2 2-.9 2-2zM5 10c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm2 9c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2 2-.9 2-2z"
15717
+ })));
15718
+ };
15719
+
15720
+ Grid.propTypes = {
15721
+ iconClassName: PropTypes.string,
15722
+ spin: PropTypes.bool,
15723
+ color: PropTypes.string,
15724
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
15725
+ };
15726
+ Grid.defaultProps = {
15727
+ spin: false,
15728
+ color: 'currentColor',
15729
+ size: '1em'
15730
+ };
15731
+
15732
+ var loadingCircleStyle$4X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15390
15733
 
15391
15734
  var Drag2 = function Drag2(props) {
15392
15735
  var color = props.color,
@@ -15401,7 +15744,7 @@ var Drag2 = function Drag2(props) {
15401
15744
  role: "img",
15402
15745
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15403
15746
  }, /*#__PURE__*/React.createElement("style", {
15404
- children: loadingCircleStyle$4Q
15747
+ children: loadingCircleStyle$4X
15405
15748
  }), /*#__PURE__*/React.createElement("svg", _extends({
15406
15749
  xmlns: "http://www.w3.org/2000/svg",
15407
15750
  width: size,
@@ -15437,7 +15780,7 @@ Drag2.defaultProps = {
15437
15780
  size: '1em'
15438
15781
  };
15439
15782
 
15440
- var loadingCircleStyle$4R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15783
+ var loadingCircleStyle$4Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15441
15784
 
15442
15785
  var External = function External(props) {
15443
15786
  var color = props.color,
@@ -15452,7 +15795,7 @@ var External = function External(props) {
15452
15795
  role: "img",
15453
15796
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15454
15797
  }, /*#__PURE__*/React.createElement("style", {
15455
- children: loadingCircleStyle$4R
15798
+ children: loadingCircleStyle$4Y
15456
15799
  }), /*#__PURE__*/React.createElement("svg", _extends({
15457
15800
  xmlns: "http://www.w3.org/2000/svg",
15458
15801
  width: size,
@@ -15484,7 +15827,7 @@ External.defaultProps = {
15484
15827
  size: '1em'
15485
15828
  };
15486
15829
 
15487
- var loadingCircleStyle$4S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15830
+ var loadingCircleStyle$4Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15488
15831
 
15489
15832
  var DisplayS = function DisplayS(props) {
15490
15833
  var color = props.color,
@@ -15499,7 +15842,7 @@ var DisplayS = function DisplayS(props) {
15499
15842
  role: "img",
15500
15843
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15501
15844
  }, /*#__PURE__*/React.createElement("style", {
15502
- children: loadingCircleStyle$4S
15845
+ children: loadingCircleStyle$4Z
15503
15846
  }), /*#__PURE__*/React.createElement("svg", _extends({
15504
15847
  xmlns: "http://www.w3.org/2000/svg",
15505
15848
  width: size,
@@ -15533,7 +15876,7 @@ DisplayS.defaultProps = {
15533
15876
  size: '1em'
15534
15877
  };
15535
15878
 
15536
- var loadingCircleStyle$4T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15879
+ var loadingCircleStyle$4_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15537
15880
 
15538
15881
  var Share = function Share(props) {
15539
15882
  var color = props.color,
@@ -15548,7 +15891,7 @@ var Share = function Share(props) {
15548
15891
  role: "img",
15549
15892
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15550
15893
  }, /*#__PURE__*/React.createElement("style", {
15551
- children: loadingCircleStyle$4T
15894
+ children: loadingCircleStyle$4_
15552
15895
  }), /*#__PURE__*/React.createElement("svg", _extends({
15553
15896
  xmlns: "http://www.w3.org/2000/svg",
15554
15897
  width: size,
@@ -15589,6 +15932,7 @@ exports.TaAllGroupSm = AllGroupSm;
15589
15932
  exports.TaAnalysis = Analysis;
15590
15933
  exports.TaAnchor = Anchor;
15591
15934
  exports.TaApplication = Application;
15935
+ exports.TaApprove = Approve;
15592
15936
  exports.TaArrayRowsSm = ArrayRowsSm;
15593
15937
  exports.TaArrowDown = ArrowDown;
15594
15938
  exports.TaArrowDown2 = ArrowDown2;
@@ -15686,6 +16030,7 @@ exports.TaEventPropMgr = EventPropMgr;
15686
16030
  exports.TaEventSm = EventSm;
15687
16031
  exports.TaEventTree = EventTree;
15688
16032
  exports.TaExchange = Exchange;
16033
+ exports.TaExpand = Expand;
15689
16034
  exports.TaExport = Export;
15690
16035
  exports.TaExposure = Exposure;
15691
16036
  exports.TaExpression = Expression;
@@ -15717,6 +16062,7 @@ exports.TaGame = Game;
15717
16062
  exports.TaGameFill = GameFill;
15718
16063
  exports.TaGift = Gift;
15719
16064
  exports.TaGoal = Goal;
16065
+ exports.TaGrid = Grid;
15720
16066
  exports.TaGroup = Group;
15721
16067
  exports.TaGroupA2b = GroupA2b;
15722
16068
  exports.TaGroupAddFill = GroupAddFill;
@@ -15739,6 +16085,7 @@ exports.TaInstall = Install;
15739
16085
  exports.TaLandscape = Landscape;
15740
16086
  exports.TaLanguage = Language;
15741
16087
  exports.TaLink = Link;
16088
+ exports.TaLink2 = Link2;
15742
16089
  exports.TaList = List;
15743
16090
  exports.TaListNested = ListNested;
15744
16091
  exports.TaListSm = ListSm;
@@ -15892,3 +16239,6 @@ exports.TaVPropertySm = VPropertySm;
15892
16239
  exports.TaViewOriginal = ViewOriginal;
15893
16240
  exports.TaVip = Vip;
15894
16241
  exports.TaVipFill = VipFill;
16242
+ exports.TaZoomArea = ZoomArea;
16243
+ exports.TaZoomAreaOpen = ZoomAreaOpen;
16244
+ exports.TaZoomAreaResrore = ZoomAreaResrore;