@tant/icons 1.1.66 → 1.1.69

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.
@@ -3826,7 +3826,7 @@ Gift.defaultProps = {
3826
3826
 
3827
3827
  var loadingCircleStyle$1c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3828
3828
 
3829
- var Usb = function Usb(props) {
3829
+ var Tips = function Tips(props) {
3830
3830
  var color = props.color,
3831
3831
  size = props.size,
3832
3832
  spin = props.spin,
@@ -3853,6 +3853,54 @@ var Usb = function Usb(props) {
3853
3853
  animationName: 'loadingCircle',
3854
3854
  animationTimingFunction: 'linear'
3855
3855
  } : {})
3856
+ }), /*#__PURE__*/React.createElement("path", {
3857
+ fillRule: "evenodd",
3858
+ clipRule: "evenodd",
3859
+ d: "M17 16.245V18a1 1 0 01-1 1H8a1 1 0 01-1-1v-1.755a8 8 0 1110 0zm-2-.96l.75-.6a6 6 0 10-7.498 0l.748.6V17h6v-1.715zM9 10a3 3 0 013-3V5a5 5 0 00-5 5h2zm7 12v-2H8v2h8z"
3860
+ })));
3861
+ };
3862
+
3863
+ Tips.propTypes = {
3864
+ iconClassName: PropTypes.string,
3865
+ spin: PropTypes.bool,
3866
+ color: PropTypes.string,
3867
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
3868
+ };
3869
+ Tips.defaultProps = {
3870
+ spin: false,
3871
+ color: 'currentColor',
3872
+ size: '16'
3873
+ };
3874
+
3875
+ var loadingCircleStyle$1d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3876
+
3877
+ var Usb = function Usb(props) {
3878
+ var color = props.color,
3879
+ size = props.size,
3880
+ spin = props.spin,
3881
+ style = props.style,
3882
+ className = props.className,
3883
+ iconClassName = props.iconClassName,
3884
+ otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className", "iconClassName"]);
3885
+
3886
+ return /*#__PURE__*/React.createElement("span", {
3887
+ className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3888
+ }, /*#__PURE__*/React.createElement("style", {
3889
+ children: loadingCircleStyle$1d
3890
+ }), /*#__PURE__*/React.createElement("svg", _extends({
3891
+ xmlns: "http://www.w3.org/2000/svg",
3892
+ width: size,
3893
+ height: size,
3894
+ viewBox: "0 0 24 24",
3895
+ fill: color
3896
+ }, otherProps, {
3897
+ className: iconClassName,
3898
+ style: _objectSpread2(_objectSpread2({}, style), spin ? {
3899
+ animationDuration: '1s',
3900
+ animationIterationCount: 'infinite',
3901
+ animationName: 'loadingCircle',
3902
+ animationTimingFunction: 'linear'
3903
+ } : {})
3856
3904
  }), /*#__PURE__*/React.createElement("path", {
3857
3905
  d: "M12 1l3 5h-2v7.381l3-1.499-.001-.882H15V7h4v4h-1.001L18 13.118l-5 2.5v1.553a3 3 0 11-2.31.129L6 14l-.001-2.268a2 2 0 112.001 0V13l3 2.086V6H9l3-5zm0 18a1 1 0 100 2 1 1 0 000-2z"
3858
3906
  })));
@@ -3870,7 +3918,7 @@ Usb.defaultProps = {
3870
3918
  size: '16'
3871
3919
  };
3872
3920
 
3873
- var loadingCircleStyle$1d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3921
+ var loadingCircleStyle$1e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3874
3922
 
3875
3923
  var Location = function Location(props) {
3876
3924
  var color = props.color,
@@ -3884,7 +3932,7 @@ var Location = function Location(props) {
3884
3932
  return /*#__PURE__*/React.createElement("span", {
3885
3933
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3886
3934
  }, /*#__PURE__*/React.createElement("style", {
3887
- children: loadingCircleStyle$1d
3935
+ children: loadingCircleStyle$1e
3888
3936
  }), /*#__PURE__*/React.createElement("svg", _extends({
3889
3937
  xmlns: "http://www.w3.org/2000/svg",
3890
3938
  width: size,
@@ -3920,7 +3968,7 @@ Location.defaultProps = {
3920
3968
  size: '16'
3921
3969
  };
3922
3970
 
3923
- var loadingCircleStyle$1e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3971
+ var loadingCircleStyle$1f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3924
3972
 
3925
3973
  var ShieldCheck = function ShieldCheck(props) {
3926
3974
  var color = props.color,
@@ -3934,7 +3982,7 @@ var ShieldCheck = function ShieldCheck(props) {
3934
3982
  return /*#__PURE__*/React.createElement("span", {
3935
3983
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3936
3984
  }, /*#__PURE__*/React.createElement("style", {
3937
- children: loadingCircleStyle$1e
3985
+ children: loadingCircleStyle$1f
3938
3986
  }), /*#__PURE__*/React.createElement("svg", _extends({
3939
3987
  xmlns: "http://www.w3.org/2000/svg",
3940
3988
  width: size,
@@ -3966,7 +4014,7 @@ ShieldCheck.defaultProps = {
3966
4014
  size: '16'
3967
4015
  };
3968
4016
 
3969
- var loadingCircleStyle$1f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4017
+ var loadingCircleStyle$1g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3970
4018
 
3971
4019
  var ShieldCross = function ShieldCross(props) {
3972
4020
  var color = props.color,
@@ -3980,7 +4028,7 @@ var ShieldCross = function ShieldCross(props) {
3980
4028
  return /*#__PURE__*/React.createElement("span", {
3981
4029
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3982
4030
  }, /*#__PURE__*/React.createElement("style", {
3983
- children: loadingCircleStyle$1f
4031
+ children: loadingCircleStyle$1g
3984
4032
  }), /*#__PURE__*/React.createElement("svg", _extends({
3985
4033
  xmlns: "http://www.w3.org/2000/svg",
3986
4034
  width: size,
@@ -4012,7 +4060,7 @@ ShieldCross.defaultProps = {
4012
4060
  size: '16'
4013
4061
  };
4014
4062
 
4015
- var loadingCircleStyle$1g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4063
+ var loadingCircleStyle$1h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4016
4064
 
4017
4065
  var ShieldKeyhole = function ShieldKeyhole(props) {
4018
4066
  var color = props.color,
@@ -4026,7 +4074,7 @@ var ShieldKeyhole = function ShieldKeyhole(props) {
4026
4074
  return /*#__PURE__*/React.createElement("span", {
4027
4075
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4028
4076
  }, /*#__PURE__*/React.createElement("style", {
4029
- children: loadingCircleStyle$1g
4077
+ children: loadingCircleStyle$1h
4030
4078
  }), /*#__PURE__*/React.createElement("svg", _extends({
4031
4079
  xmlns: "http://www.w3.org/2000/svg",
4032
4080
  width: size,
@@ -4058,7 +4106,7 @@ ShieldKeyhole.defaultProps = {
4058
4106
  size: '16'
4059
4107
  };
4060
4108
 
4061
- var loadingCircleStyle$1h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4109
+ var loadingCircleStyle$1i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4062
4110
 
4063
4111
  var Analysis = function Analysis(props) {
4064
4112
  var color = props.color,
@@ -4072,7 +4120,7 @@ var Analysis = function Analysis(props) {
4072
4120
  return /*#__PURE__*/React.createElement("span", {
4073
4121
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4074
4122
  }, /*#__PURE__*/React.createElement("style", {
4075
- children: loadingCircleStyle$1h
4123
+ children: loadingCircleStyle$1i
4076
4124
  }), /*#__PURE__*/React.createElement("svg", _extends({
4077
4125
  xmlns: "http://www.w3.org/2000/svg",
4078
4126
  width: size,
@@ -4104,7 +4152,7 @@ Analysis.defaultProps = {
4104
4152
  size: '16'
4105
4153
  };
4106
4154
 
4107
- var loadingCircleStyle$1i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4155
+ var loadingCircleStyle$1j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4108
4156
 
4109
4157
  var Filter = function Filter(props) {
4110
4158
  var color = props.color,
@@ -4118,7 +4166,7 @@ var Filter = function Filter(props) {
4118
4166
  return /*#__PURE__*/React.createElement("span", {
4119
4167
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4120
4168
  }, /*#__PURE__*/React.createElement("style", {
4121
- children: loadingCircleStyle$1i
4169
+ children: loadingCircleStyle$1j
4122
4170
  }), /*#__PURE__*/React.createElement("svg", _extends({
4123
4171
  xmlns: "http://www.w3.org/2000/svg",
4124
4172
  width: size,
@@ -4150,7 +4198,7 @@ Filter.defaultProps = {
4150
4198
  size: '16'
4151
4199
  };
4152
4200
 
4153
- var loadingCircleStyle$1j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4201
+ var loadingCircleStyle$1k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4154
4202
 
4155
4203
  var Filter2 = function Filter2(props) {
4156
4204
  var color = props.color,
@@ -4164,7 +4212,7 @@ var Filter2 = function Filter2(props) {
4164
4212
  return /*#__PURE__*/React.createElement("span", {
4165
4213
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4166
4214
  }, /*#__PURE__*/React.createElement("style", {
4167
- children: loadingCircleStyle$1j
4215
+ children: loadingCircleStyle$1k
4168
4216
  }), /*#__PURE__*/React.createElement("svg", _extends({
4169
4217
  xmlns: "http://www.w3.org/2000/svg",
4170
4218
  width: size,
@@ -4196,7 +4244,7 @@ Filter2.defaultProps = {
4196
4244
  size: '16'
4197
4245
  };
4198
4246
 
4199
- var loadingCircleStyle$1k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4247
+ var loadingCircleStyle$1l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4200
4248
 
4201
4249
  var ParallelFilter = function ParallelFilter(props) {
4202
4250
  var color = props.color,
@@ -4210,7 +4258,7 @@ var ParallelFilter = function ParallelFilter(props) {
4210
4258
  return /*#__PURE__*/React.createElement("span", {
4211
4259
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4212
4260
  }, /*#__PURE__*/React.createElement("style", {
4213
- children: loadingCircleStyle$1k
4261
+ children: loadingCircleStyle$1l
4214
4262
  }), /*#__PURE__*/React.createElement("svg", _extends({
4215
4263
  xmlns: "http://www.w3.org/2000/svg",
4216
4264
  width: size,
@@ -4244,7 +4292,7 @@ ParallelFilter.defaultProps = {
4244
4292
  size: '16'
4245
4293
  };
4246
4294
 
4247
- var loadingCircleStyle$1l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4295
+ var loadingCircleStyle$1m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4248
4296
 
4249
4297
  var Expression = function Expression(props) {
4250
4298
  var color = props.color,
@@ -4258,7 +4306,7 @@ var Expression = function Expression(props) {
4258
4306
  return /*#__PURE__*/React.createElement("span", {
4259
4307
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4260
4308
  }, /*#__PURE__*/React.createElement("style", {
4261
- children: loadingCircleStyle$1l
4309
+ children: loadingCircleStyle$1m
4262
4310
  }), /*#__PURE__*/React.createElement("svg", _extends({
4263
4311
  xmlns: "http://www.w3.org/2000/svg",
4264
4312
  width: size,
@@ -4290,7 +4338,7 @@ Expression.defaultProps = {
4290
4338
  size: '16'
4291
4339
  };
4292
4340
 
4293
- var loadingCircleStyle$1m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4341
+ var loadingCircleStyle$1n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4294
4342
 
4295
4343
  var Expression2 = function Expression2(props) {
4296
4344
  var color = props.color,
@@ -4304,7 +4352,7 @@ var Expression2 = function Expression2(props) {
4304
4352
  return /*#__PURE__*/React.createElement("span", {
4305
4353
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4306
4354
  }, /*#__PURE__*/React.createElement("style", {
4307
- children: loadingCircleStyle$1m
4355
+ children: loadingCircleStyle$1n
4308
4356
  }), /*#__PURE__*/React.createElement("svg", _extends({
4309
4357
  xmlns: "http://www.w3.org/2000/svg",
4310
4358
  width: size,
@@ -4338,7 +4386,7 @@ Expression2.defaultProps = {
4338
4386
  size: '16'
4339
4387
  };
4340
4388
 
4341
- var loadingCircleStyle$1n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4389
+ var loadingCircleStyle$1o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4342
4390
 
4343
4391
  var FirstLast = function FirstLast(props) {
4344
4392
  var color = props.color,
@@ -4352,7 +4400,7 @@ var FirstLast = function FirstLast(props) {
4352
4400
  return /*#__PURE__*/React.createElement("span", {
4353
4401
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4354
4402
  }, /*#__PURE__*/React.createElement("style", {
4355
- children: loadingCircleStyle$1n
4403
+ children: loadingCircleStyle$1o
4356
4404
  }), /*#__PURE__*/React.createElement("svg", _extends({
4357
4405
  xmlns: "http://www.w3.org/2000/svg",
4358
4406
  width: size,
@@ -4384,7 +4432,7 @@ FirstLast.defaultProps = {
4384
4432
  size: '16'
4385
4433
  };
4386
4434
 
4387
- var loadingCircleStyle$1o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4435
+ var loadingCircleStyle$1p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4388
4436
 
4389
4437
  var RelatedProp = function RelatedProp(props) {
4390
4438
  var color = props.color,
@@ -4398,7 +4446,7 @@ var RelatedProp = function RelatedProp(props) {
4398
4446
  return /*#__PURE__*/React.createElement("span", {
4399
4447
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4400
4448
  }, /*#__PURE__*/React.createElement("style", {
4401
- children: loadingCircleStyle$1o
4449
+ children: loadingCircleStyle$1p
4402
4450
  }), /*#__PURE__*/React.createElement("svg", _extends({
4403
4451
  xmlns: "http://www.w3.org/2000/svg",
4404
4452
  width: size,
@@ -4430,7 +4478,7 @@ RelatedProp.defaultProps = {
4430
4478
  size: '16'
4431
4479
  };
4432
4480
 
4433
- var loadingCircleStyle$1p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4481
+ var loadingCircleStyle$1q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4434
4482
 
4435
4483
  var SortRise = function SortRise(props) {
4436
4484
  var color = props.color,
@@ -4444,7 +4492,7 @@ var SortRise = function SortRise(props) {
4444
4492
  return /*#__PURE__*/React.createElement("span", {
4445
4493
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4446
4494
  }, /*#__PURE__*/React.createElement("style", {
4447
- children: loadingCircleStyle$1p
4495
+ children: loadingCircleStyle$1q
4448
4496
  }), /*#__PURE__*/React.createElement("svg", _extends({
4449
4497
  xmlns: "http://www.w3.org/2000/svg",
4450
4498
  width: size,
@@ -4480,7 +4528,7 @@ SortRise.defaultProps = {
4480
4528
  size: '16'
4481
4529
  };
4482
4530
 
4483
- var loadingCircleStyle$1q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4531
+ var loadingCircleStyle$1r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4484
4532
 
4485
4533
  var SortDrop = function SortDrop(props) {
4486
4534
  var color = props.color,
@@ -4494,7 +4542,7 @@ var SortDrop = function SortDrop(props) {
4494
4542
  return /*#__PURE__*/React.createElement("span", {
4495
4543
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4496
4544
  }, /*#__PURE__*/React.createElement("style", {
4497
- children: loadingCircleStyle$1q
4545
+ children: loadingCircleStyle$1r
4498
4546
  }), /*#__PURE__*/React.createElement("svg", _extends({
4499
4547
  xmlns: "http://www.w3.org/2000/svg",
4500
4548
  width: size,
@@ -4530,7 +4578,7 @@ SortDrop.defaultProps = {
4530
4578
  size: '16'
4531
4579
  };
4532
4580
 
4533
- var loadingCircleStyle$1r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4581
+ var loadingCircleStyle$1s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4534
4582
 
4535
4583
  var Ascent = function Ascent(props) {
4536
4584
  var color = props.color,
@@ -4544,7 +4592,7 @@ var Ascent = function Ascent(props) {
4544
4592
  return /*#__PURE__*/React.createElement("span", {
4545
4593
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4546
4594
  }, /*#__PURE__*/React.createElement("style", {
4547
- children: loadingCircleStyle$1r
4595
+ children: loadingCircleStyle$1s
4548
4596
  }), /*#__PURE__*/React.createElement("svg", _extends({
4549
4597
  xmlns: "http://www.w3.org/2000/svg",
4550
4598
  width: size,
@@ -4576,7 +4624,7 @@ Ascent.defaultProps = {
4576
4624
  size: '16'
4577
4625
  };
4578
4626
 
4579
- var loadingCircleStyle$1s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4627
+ var loadingCircleStyle$1t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4580
4628
 
4581
4629
  var Descent = function Descent(props) {
4582
4630
  var color = props.color,
@@ -4590,7 +4638,7 @@ var Descent = function Descent(props) {
4590
4638
  return /*#__PURE__*/React.createElement("span", {
4591
4639
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4592
4640
  }, /*#__PURE__*/React.createElement("style", {
4593
- children: loadingCircleStyle$1s
4641
+ children: loadingCircleStyle$1t
4594
4642
  }), /*#__PURE__*/React.createElement("svg", _extends({
4595
4643
  xmlns: "http://www.w3.org/2000/svg",
4596
4644
  width: size,
@@ -4622,7 +4670,7 @@ Descent.defaultProps = {
4622
4670
  size: '16'
4623
4671
  };
4624
4672
 
4625
- var loadingCircleStyle$1t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4673
+ var loadingCircleStyle$1u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4626
4674
 
4627
4675
  var SortA2z = function SortA2z(props) {
4628
4676
  var color = props.color,
@@ -4636,7 +4684,7 @@ var SortA2z = function SortA2z(props) {
4636
4684
  return /*#__PURE__*/React.createElement("span", {
4637
4685
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4638
4686
  }, /*#__PURE__*/React.createElement("style", {
4639
- children: loadingCircleStyle$1t
4687
+ children: loadingCircleStyle$1u
4640
4688
  }), /*#__PURE__*/React.createElement("svg", _extends({
4641
4689
  xmlns: "http://www.w3.org/2000/svg",
4642
4690
  width: size,
@@ -4654,19 +4702,11 @@ var SortA2z = function SortA2z(props) {
4654
4702
  }), /*#__PURE__*/React.createElement("path", {
4655
4703
  fillRule: "evenodd",
4656
4704
  clipRule: "evenodd",
4657
- d: "M18 2a1 1 0 011 1v17a1 1 0 11-2 0V3a1 1 0 011-1z"
4658
- }), /*#__PURE__*/React.createElement("path", {
4659
- fillRule: "evenodd",
4660
- clipRule: "evenodd",
4661
- d: "M13.707 16.293a1 1 0 011.414 0l3.586 3.586a1 1 0 01-1.414 1.414l-3.586-3.586a1 1 0 010-1.414z"
4662
- }), /*#__PURE__*/React.createElement("path", {
4663
- fillRule: "evenodd",
4664
- clipRule: "evenodd",
4665
- d: "M22.293 16.293a1 1 0 00-1.414 0l-3.586 3.586a1 1 0 001.414 1.414l3.586-3.586a1 1 0 000-1.414z"
4666
- }), /*#__PURE__*/React.createElement("path", {
4667
4705
  d: "M6.736 2L10 10H8.611l-.795-2.062H4.172L3.377 10H2l3.264-8h1.472zm.688 4.93l-1.4-3.62h-.048L4.564 6.93h2.86z"
4668
4706
  }), /*#__PURE__*/React.createElement("path", {
4669
- d: "M2.859 13h6.354v1.097l-5.014 6.73H9.5V22h-7v-1.084l5.026-6.744H2.859V13z"
4707
+ d: "M18 2a1 1 0 011 1v15.172l1.879-1.88a1 1 0 011.414 1.415l-3.574 3.574-.012.012a.997.997 0 01-1.414 0l-.012-.012-3.574-3.574a1 1 0 011.414-1.414L17 18.172V3a1 1 0 011-1z"
4708
+ }), /*#__PURE__*/React.createElement("path", {
4709
+ d: "M9.213 13H2.859v1.172h4.667L2.5 20.916V22h7v-1.172H4.2l5.013-6.731V13z"
4670
4710
  })));
4671
4711
  };
4672
4712
 
@@ -4682,7 +4722,7 @@ SortA2z.defaultProps = {
4682
4722
  size: '16'
4683
4723
  };
4684
4724
 
4685
- var loadingCircleStyle$1u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4725
+ var loadingCircleStyle$1v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4686
4726
 
4687
4727
  var SortZ2a = function SortZ2a(props) {
4688
4728
  var color = props.color,
@@ -4696,7 +4736,7 @@ var SortZ2a = function SortZ2a(props) {
4696
4736
  return /*#__PURE__*/React.createElement("span", {
4697
4737
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4698
4738
  }, /*#__PURE__*/React.createElement("style", {
4699
- children: loadingCircleStyle$1u
4739
+ children: loadingCircleStyle$1v
4700
4740
  }), /*#__PURE__*/React.createElement("svg", _extends({
4701
4741
  xmlns: "http://www.w3.org/2000/svg",
4702
4742
  width: size,
@@ -4714,19 +4754,7 @@ var SortZ2a = function SortZ2a(props) {
4714
4754
  }), /*#__PURE__*/React.createElement("path", {
4715
4755
  fillRule: "evenodd",
4716
4756
  clipRule: "evenodd",
4717
- d: "M18 22a1 1 0 01-1-1V4a1 1 0 112 0v17a1 1 0 01-1 1z"
4718
- }), /*#__PURE__*/React.createElement("path", {
4719
- fillRule: "evenodd",
4720
- clipRule: "evenodd",
4721
- d: "M22.293 7.707a1 1 0 01-1.414 0l-3.586-3.586a1 1 0 011.414-1.414l3.586 3.586a1 1 0 010 1.414z"
4722
- }), /*#__PURE__*/React.createElement("path", {
4723
- fillRule: "evenodd",
4724
- clipRule: "evenodd",
4725
- d: "M13.707 7.707a1 1 0 001.414 0l3.586-3.586a1 1 0 00-1.414-1.414l-3.586 3.586a1 1 0 000 1.414z"
4726
- }), /*#__PURE__*/React.createElement("path", {
4727
- d: "M6.736 2L10 10H8.611l-.795-2.062H4.172L3.377 10H2l3.264-8h1.472zm.688 4.93l-1.4-3.62h-.048L4.564 6.93h2.86z"
4728
- }), /*#__PURE__*/React.createElement("path", {
4729
- d: "M2.859 13h6.354v1.097l-5.014 6.73H9.5V22h-7v-1.084l5.026-6.744H2.859V13z"
4757
+ d: "M6.736 2L10 10H8.611l-.795-2.062H4.172L3.377 10H2l3.264-8h1.472zm.688 4.93l-1.4-3.62h-.048L4.564 6.93h2.86zm7.697.777a1 1 0 11-1.414-1.414l3.574-3.574.012-.012a.997.997 0 011.414 0l.012.012 3.574 3.574a1 1 0 01-1.414 1.414L19 5.828V21a1 1 0 11-2 0V5.828l-1.879 1.88zM9.213 13H2.859v1.172h4.667L2.5 20.916V22h7v-1.172H4.2l5.013-6.731V13z"
4730
4758
  })));
4731
4759
  };
4732
4760
 
@@ -4742,7 +4770,7 @@ SortZ2a.defaultProps = {
4742
4770
  size: '16'
4743
4771
  };
4744
4772
 
4745
- var loadingCircleStyle$1v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4773
+ var loadingCircleStyle$1w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4746
4774
 
4747
4775
  var Sort = function Sort(props) {
4748
4776
  var color = props.color,
@@ -4756,7 +4784,7 @@ var Sort = function Sort(props) {
4756
4784
  return /*#__PURE__*/React.createElement("span", {
4757
4785
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4758
4786
  }, /*#__PURE__*/React.createElement("style", {
4759
- children: loadingCircleStyle$1v
4787
+ children: loadingCircleStyle$1w
4760
4788
  }), /*#__PURE__*/React.createElement("svg", _extends({
4761
4789
  xmlns: "http://www.w3.org/2000/svg",
4762
4790
  width: size,
@@ -4788,7 +4816,7 @@ Sort.defaultProps = {
4788
4816
  size: '16'
4789
4817
  };
4790
4818
 
4791
- var loadingCircleStyle$1w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4819
+ var loadingCircleStyle$1x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4792
4820
 
4793
4821
  var SortResult = function SortResult(props) {
4794
4822
  var color = props.color,
@@ -4802,7 +4830,7 @@ var SortResult = function SortResult(props) {
4802
4830
  return /*#__PURE__*/React.createElement("span", {
4803
4831
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4804
4832
  }, /*#__PURE__*/React.createElement("style", {
4805
- children: loadingCircleStyle$1w
4833
+ children: loadingCircleStyle$1x
4806
4834
  }), /*#__PURE__*/React.createElement("svg", _extends({
4807
4835
  xmlns: "http://www.w3.org/2000/svg",
4808
4836
  width: size,
@@ -4840,7 +4868,7 @@ SortResult.defaultProps = {
4840
4868
  size: '16'
4841
4869
  };
4842
4870
 
4843
- var loadingCircleStyle$1x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4871
+ var loadingCircleStyle$1y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4844
4872
 
4845
4873
  var TA2b = function TA2b(props) {
4846
4874
  var color = props.color,
@@ -4854,7 +4882,7 @@ var TA2b = function TA2b(props) {
4854
4882
  return /*#__PURE__*/React.createElement("span", {
4855
4883
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4856
4884
  }, /*#__PURE__*/React.createElement("style", {
4857
- children: loadingCircleStyle$1x
4885
+ children: loadingCircleStyle$1y
4858
4886
  }), /*#__PURE__*/React.createElement("svg", _extends({
4859
4887
  xmlns: "http://www.w3.org/2000/svg",
4860
4888
  width: size,
@@ -4886,7 +4914,7 @@ TA2b.defaultProps = {
4886
4914
  size: '16'
4887
4915
  };
4888
4916
 
4889
- var loadingCircleStyle$1y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4917
+ var loadingCircleStyle$1z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4890
4918
 
4891
4919
  var TX2y = function TX2y(props) {
4892
4920
  var color = props.color,
@@ -4900,7 +4928,7 @@ var TX2y = function TX2y(props) {
4900
4928
  return /*#__PURE__*/React.createElement("span", {
4901
4929
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4902
4930
  }, /*#__PURE__*/React.createElement("style", {
4903
- children: loadingCircleStyle$1y
4931
+ children: loadingCircleStyle$1z
4904
4932
  }), /*#__PURE__*/React.createElement("svg", _extends({
4905
4933
  xmlns: "http://www.w3.org/2000/svg",
4906
4934
  width: size,
@@ -4936,7 +4964,7 @@ TX2y.defaultProps = {
4936
4964
  size: '16'
4937
4965
  };
4938
4966
 
4939
- var loadingCircleStyle$1z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4967
+ var loadingCircleStyle$1A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4940
4968
 
4941
4969
  var Parameter = function Parameter(props) {
4942
4970
  var color = props.color,
@@ -4950,7 +4978,7 @@ var Parameter = function Parameter(props) {
4950
4978
  return /*#__PURE__*/React.createElement("span", {
4951
4979
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4952
4980
  }, /*#__PURE__*/React.createElement("style", {
4953
- children: loadingCircleStyle$1z
4981
+ children: loadingCircleStyle$1A
4954
4982
  }), /*#__PURE__*/React.createElement("svg", _extends({
4955
4983
  xmlns: "http://www.w3.org/2000/svg",
4956
4984
  width: size,
@@ -4988,7 +5016,7 @@ Parameter.defaultProps = {
4988
5016
  size: '16'
4989
5017
  };
4990
5018
 
4991
- var loadingCircleStyle$1A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5019
+ var loadingCircleStyle$1B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4992
5020
 
4993
5021
  var Groups = function Groups(props) {
4994
5022
  var color = props.color,
@@ -5002,7 +5030,7 @@ var Groups = function Groups(props) {
5002
5030
  return /*#__PURE__*/React.createElement("span", {
5003
5031
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5004
5032
  }, /*#__PURE__*/React.createElement("style", {
5005
- children: loadingCircleStyle$1A
5033
+ children: loadingCircleStyle$1B
5006
5034
  }), /*#__PURE__*/React.createElement("svg", _extends({
5007
5035
  xmlns: "http://www.w3.org/2000/svg",
5008
5036
  width: size,
@@ -5034,7 +5062,7 @@ Groups.defaultProps = {
5034
5062
  size: '16'
5035
5063
  };
5036
5064
 
5037
- var loadingCircleStyle$1B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5065
+ var loadingCircleStyle$1C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5038
5066
 
5039
5067
  var EventTree = function EventTree(props) {
5040
5068
  var color = props.color,
@@ -5048,7 +5076,7 @@ var EventTree = function EventTree(props) {
5048
5076
  return /*#__PURE__*/React.createElement("span", {
5049
5077
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5050
5078
  }, /*#__PURE__*/React.createElement("style", {
5051
- children: loadingCircleStyle$1B
5079
+ children: loadingCircleStyle$1C
5052
5080
  }), /*#__PURE__*/React.createElement("svg", _extends({
5053
5081
  xmlns: "http://www.w3.org/2000/svg",
5054
5082
  width: size,
@@ -5080,7 +5108,7 @@ EventTree.defaultProps = {
5080
5108
  size: '16'
5081
5109
  };
5082
5110
 
5083
- var loadingCircleStyle$1C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5111
+ var loadingCircleStyle$1D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5084
5112
 
5085
5113
  var Split = function Split(props) {
5086
5114
  var color = props.color,
@@ -5094,7 +5122,7 @@ var Split = function Split(props) {
5094
5122
  return /*#__PURE__*/React.createElement("span", {
5095
5123
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5096
5124
  }, /*#__PURE__*/React.createElement("style", {
5097
- children: loadingCircleStyle$1C
5125
+ children: loadingCircleStyle$1D
5098
5126
  }), /*#__PURE__*/React.createElement("svg", _extends({
5099
5127
  xmlns: "http://www.w3.org/2000/svg",
5100
5128
  width: size,
@@ -5126,7 +5154,7 @@ Split.defaultProps = {
5126
5154
  size: '16'
5127
5155
  };
5128
5156
 
5129
- var loadingCircleStyle$1D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5157
+ var loadingCircleStyle$1E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5130
5158
 
5131
5159
  var CustomPartition = function CustomPartition(props) {
5132
5160
  var color = props.color,
@@ -5140,7 +5168,7 @@ var CustomPartition = function CustomPartition(props) {
5140
5168
  return /*#__PURE__*/React.createElement("span", {
5141
5169
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5142
5170
  }, /*#__PURE__*/React.createElement("style", {
5143
- children: loadingCircleStyle$1D
5171
+ children: loadingCircleStyle$1E
5144
5172
  }), /*#__PURE__*/React.createElement("svg", _extends({
5145
5173
  xmlns: "http://www.w3.org/2000/svg",
5146
5174
  width: size,
@@ -5172,7 +5200,7 @@ CustomPartition.defaultProps = {
5172
5200
  size: '16'
5173
5201
  };
5174
5202
 
5175
- var loadingCircleStyle$1E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5203
+ var loadingCircleStyle$1F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5176
5204
 
5177
5205
  var Result = function Result(props) {
5178
5206
  var color = props.color,
@@ -5186,7 +5214,7 @@ var Result = function Result(props) {
5186
5214
  return /*#__PURE__*/React.createElement("span", {
5187
5215
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5188
5216
  }, /*#__PURE__*/React.createElement("style", {
5189
- children: loadingCircleStyle$1E
5217
+ children: loadingCircleStyle$1F
5190
5218
  }), /*#__PURE__*/React.createElement("svg", _extends({
5191
5219
  xmlns: "http://www.w3.org/2000/svg",
5192
5220
  width: size,
@@ -5222,7 +5250,7 @@ Result.defaultProps = {
5222
5250
  size: '16'
5223
5251
  };
5224
5252
 
5225
- var loadingCircleStyle$1F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5253
+ var loadingCircleStyle$1G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5226
5254
 
5227
5255
  var Alert = function Alert(props) {
5228
5256
  var color = props.color,
@@ -5236,7 +5264,7 @@ var Alert = function Alert(props) {
5236
5264
  return /*#__PURE__*/React.createElement("span", {
5237
5265
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5238
5266
  }, /*#__PURE__*/React.createElement("style", {
5239
- children: loadingCircleStyle$1F
5267
+ children: loadingCircleStyle$1G
5240
5268
  }), /*#__PURE__*/React.createElement("svg", _extends({
5241
5269
  xmlns: "http://www.w3.org/2000/svg",
5242
5270
  width: size,
@@ -5270,7 +5298,7 @@ Alert.defaultProps = {
5270
5298
  size: '16'
5271
5299
  };
5272
5300
 
5273
- var loadingCircleStyle$1G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5301
+ var loadingCircleStyle$1H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5274
5302
 
5275
5303
  var ViewOriginal = function ViewOriginal(props) {
5276
5304
  var color = props.color,
@@ -5284,7 +5312,7 @@ var ViewOriginal = function ViewOriginal(props) {
5284
5312
  return /*#__PURE__*/React.createElement("span", {
5285
5313
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5286
5314
  }, /*#__PURE__*/React.createElement("style", {
5287
- children: loadingCircleStyle$1G
5315
+ children: loadingCircleStyle$1H
5288
5316
  }), /*#__PURE__*/React.createElement("svg", _extends({
5289
5317
  xmlns: "http://www.w3.org/2000/svg",
5290
5318
  width: size,
@@ -5323,7 +5351,7 @@ ViewOriginal.defaultProps = {
5323
5351
  size: '16'
5324
5352
  };
5325
5353
 
5326
- var loadingCircleStyle$1H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5354
+ var loadingCircleStyle$1I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5327
5355
 
5328
5356
  var Attribution = function Attribution(props) {
5329
5357
  var color = props.color,
@@ -5337,7 +5365,7 @@ var Attribution = function Attribution(props) {
5337
5365
  return /*#__PURE__*/React.createElement("span", {
5338
5366
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5339
5367
  }, /*#__PURE__*/React.createElement("style", {
5340
- children: loadingCircleStyle$1H
5368
+ children: loadingCircleStyle$1I
5341
5369
  }), /*#__PURE__*/React.createElement("svg", _extends({
5342
5370
  xmlns: "http://www.w3.org/2000/svg",
5343
5371
  width: size,
@@ -5371,7 +5399,7 @@ Attribution.defaultProps = {
5371
5399
  size: '16'
5372
5400
  };
5373
5401
 
5374
- var loadingCircleStyle$1I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5402
+ var loadingCircleStyle$1J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5375
5403
 
5376
5404
  var Cost = function Cost(props) {
5377
5405
  var color = props.color,
@@ -5385,7 +5413,7 @@ var Cost = function Cost(props) {
5385
5413
  return /*#__PURE__*/React.createElement("span", {
5386
5414
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5387
5415
  }, /*#__PURE__*/React.createElement("style", {
5388
- children: loadingCircleStyle$1I
5416
+ children: loadingCircleStyle$1J
5389
5417
  }), /*#__PURE__*/React.createElement("svg", _extends({
5390
5418
  xmlns: "http://www.w3.org/2000/svg",
5391
5419
  width: size,
@@ -5417,7 +5445,7 @@ Cost.defaultProps = {
5417
5445
  size: '16'
5418
5446
  };
5419
5447
 
5420
- var loadingCircleStyle$1J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5448
+ var loadingCircleStyle$1K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5421
5449
 
5422
5450
  var Exposure = function Exposure(props) {
5423
5451
  var color = props.color,
@@ -5431,7 +5459,7 @@ var Exposure = function Exposure(props) {
5431
5459
  return /*#__PURE__*/React.createElement("span", {
5432
5460
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5433
5461
  }, /*#__PURE__*/React.createElement("style", {
5434
- children: loadingCircleStyle$1J
5462
+ children: loadingCircleStyle$1K
5435
5463
  }), /*#__PURE__*/React.createElement("svg", _extends({
5436
5464
  xmlns: "http://www.w3.org/2000/svg",
5437
5465
  width: size,
@@ -5463,7 +5491,7 @@ Exposure.defaultProps = {
5463
5491
  size: '16'
5464
5492
  };
5465
5493
 
5466
- var loadingCircleStyle$1K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5494
+ var loadingCircleStyle$1L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5467
5495
 
5468
5496
  var Indicator = function Indicator(props) {
5469
5497
  var color = props.color,
@@ -5477,7 +5505,7 @@ var Indicator = function Indicator(props) {
5477
5505
  return /*#__PURE__*/React.createElement("span", {
5478
5506
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5479
5507
  }, /*#__PURE__*/React.createElement("style", {
5480
- children: loadingCircleStyle$1K
5508
+ children: loadingCircleStyle$1L
5481
5509
  }), /*#__PURE__*/React.createElement("svg", _extends({
5482
5510
  xmlns: "http://www.w3.org/2000/svg",
5483
5511
  width: size,
@@ -5511,7 +5539,7 @@ Indicator.defaultProps = {
5511
5539
  size: '16'
5512
5540
  };
5513
5541
 
5514
- var loadingCircleStyle$1L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5542
+ var loadingCircleStyle$1M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5515
5543
 
5516
5544
  var Currency = function Currency(props) {
5517
5545
  var color = props.color,
@@ -5525,7 +5553,7 @@ var Currency = function Currency(props) {
5525
5553
  return /*#__PURE__*/React.createElement("span", {
5526
5554
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5527
5555
  }, /*#__PURE__*/React.createElement("style", {
5528
- children: loadingCircleStyle$1L
5556
+ children: loadingCircleStyle$1M
5529
5557
  }), /*#__PURE__*/React.createElement("svg", _extends({
5530
5558
  xmlns: "http://www.w3.org/2000/svg",
5531
5559
  width: size,
@@ -5557,7 +5585,7 @@ Currency.defaultProps = {
5557
5585
  size: '16'
5558
5586
  };
5559
5587
 
5560
- var loadingCircleStyle$1M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5588
+ var loadingCircleStyle$1N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5561
5589
 
5562
5590
  var Contrast = function Contrast(props) {
5563
5591
  var color = props.color,
@@ -5571,7 +5599,7 @@ var Contrast = function Contrast(props) {
5571
5599
  return /*#__PURE__*/React.createElement("span", {
5572
5600
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5573
5601
  }, /*#__PURE__*/React.createElement("style", {
5574
- children: loadingCircleStyle$1M
5602
+ children: loadingCircleStyle$1N
5575
5603
  }), /*#__PURE__*/React.createElement("svg", _extends({
5576
5604
  xmlns: "http://www.w3.org/2000/svg",
5577
5605
  width: size,
@@ -5605,9 +5633,9 @@ Contrast.defaultProps = {
5605
5633
  size: '16'
5606
5634
  };
5607
5635
 
5608
- var loadingCircleStyle$1N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5636
+ var loadingCircleStyle$1O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5609
5637
 
5610
- var SortUpCl = function SortUpCl(props) {
5638
+ var Index = function Index(props) {
5611
5639
  var color = props.color,
5612
5640
  size = props.size,
5613
5641
  spin = props.spin,
@@ -5619,7 +5647,7 @@ var SortUpCl = function SortUpCl(props) {
5619
5647
  return /*#__PURE__*/React.createElement("span", {
5620
5648
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5621
5649
  }, /*#__PURE__*/React.createElement("style", {
5622
- children: loadingCircleStyle$1N
5650
+ children: loadingCircleStyle$1O
5623
5651
  }), /*#__PURE__*/React.createElement("svg", _extends({
5624
5652
  xmlns: "http://www.w3.org/2000/svg",
5625
5653
  width: size,
@@ -5635,58 +5663,35 @@ var SortUpCl = function SortUpCl(props) {
5635
5663
  animationTimingFunction: 'linear'
5636
5664
  } : {})
5637
5665
  }), /*#__PURE__*/React.createElement("path", {
5638
- fillRule: "evenodd",
5639
- clipRule: "evenodd",
5640
- d: "M9 5a1 1 0 01-1 1H3a1 1 0 110-2h5a1 1 0 011 1z",
5641
- fill: "#747C94"
5666
+ d: "M18 4H7v2h11V4z"
5642
5667
  }), /*#__PURE__*/React.createElement("path", {
5643
- fillRule: "evenodd",
5644
- clipRule: "evenodd",
5645
- d: "M15 20a1 1 0 01-1 1H3a1 1 0 110-2h11a1 1 0 011 1z",
5646
- fill: "#747C94"
5668
+ d: "M7 11h14v2H7v-2z"
5647
5669
  }), /*#__PURE__*/React.createElement("path", {
5648
- fillRule: "evenodd",
5649
- clipRule: "evenodd",
5650
- d: "M13 15a1 1 0 01-1 1H3a1 1 0 110-2h9a1 1 0 011 1z",
5651
- fill: "#747C94"
5670
+ d: "M7 18h7v2H7v-2z"
5652
5671
  }), /*#__PURE__*/React.createElement("path", {
5653
- fillRule: "evenodd",
5654
- clipRule: "evenodd",
5655
- d: "M11 10a1 1 0 01-1 1H3a1 1 0 110-2h7a1 1 0 011 1z",
5656
- fill: "#747C94"
5672
+ d: "M5 4H3v2h2V4z"
5657
5673
  }), /*#__PURE__*/React.createElement("path", {
5658
- fillRule: "evenodd",
5659
- clipRule: "evenodd",
5660
- d: "M18 22a1 1 0 01-1-1V4a1 1 0 112 0v17a1 1 0 01-1 1z",
5661
- fill: "#747C94"
5674
+ d: "M5 18H3v2h2v-2z"
5662
5675
  }), /*#__PURE__*/React.createElement("path", {
5663
- fillRule: "evenodd",
5664
- clipRule: "evenodd",
5665
- d: "M22.293 7.707a1 1 0 01-1.414 0l-3.586-3.586a1 1 0 011.414-1.414l3.586 3.586a1 1 0 010 1.414z",
5666
- fill: "#747C94"
5667
- }), /*#__PURE__*/React.createElement("path", {
5668
- fillRule: "evenodd",
5669
- clipRule: "evenodd",
5670
- d: "M13.707 7.707a1 1 0 001.414 0l3.586-3.586a1 1 0 00-1.414-1.414l-3.586 3.586a1 1 0 000 1.414z",
5671
- fill: "#747C94"
5676
+ d: "M5 11H3v2h2v-2z"
5672
5677
  })));
5673
5678
  };
5674
5679
 
5675
- SortUpCl.propTypes = {
5680
+ Index.propTypes = {
5676
5681
  iconClassName: PropTypes.string,
5677
5682
  spin: PropTypes.bool,
5678
5683
  color: PropTypes.string,
5679
5684
  size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
5680
5685
  };
5681
- SortUpCl.defaultProps = {
5686
+ Index.defaultProps = {
5682
5687
  spin: false,
5683
5688
  color: 'currentColor',
5684
5689
  size: '16'
5685
5690
  };
5686
5691
 
5687
- var loadingCircleStyle$1O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5692
+ var loadingCircleStyle$1P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5688
5693
 
5689
- var SortDownCl = function SortDownCl(props) {
5694
+ var SortUp = function SortUp(props) {
5690
5695
  var color = props.color,
5691
5696
  size = props.size,
5692
5697
  spin = props.spin,
@@ -5698,7 +5703,7 @@ var SortDownCl = function SortDownCl(props) {
5698
5703
  return /*#__PURE__*/React.createElement("span", {
5699
5704
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5700
5705
  }, /*#__PURE__*/React.createElement("style", {
5701
- children: loadingCircleStyle$1O
5706
+ children: loadingCircleStyle$1P
5702
5707
  }), /*#__PURE__*/React.createElement("svg", _extends({
5703
5708
  xmlns: "http://www.w3.org/2000/svg",
5704
5709
  width: size,
@@ -5714,56 +5719,85 @@ var SortDownCl = function SortDownCl(props) {
5714
5719
  animationTimingFunction: 'linear'
5715
5720
  } : {})
5716
5721
  }), /*#__PURE__*/React.createElement("path", {
5717
- fillRule: "evenodd",
5718
- clipRule: "evenodd",
5719
- d: "M18 2a1 1 0 011 1v17a1 1 0 11-2 0V3a1 1 0 011-1z",
5720
- fill: "#747C94"
5722
+ d: "M17 21a1 1 0 102 0V5.828l1.879 1.88a1 1 0 101.414-1.415l-3.574-3.574a.997.997 0 00-1.437 0l-3.575 3.574a1 1 0 001.414 1.414L17 5.828V21z"
5721
5723
  }), /*#__PURE__*/React.createElement("path", {
5722
- fillRule: "evenodd",
5723
- clipRule: "evenodd",
5724
- d: "M13.707 16.293a1 1 0 011.414 0l3.586 3.586a1 1 0 01-1.414 1.414l-3.586-3.586a1 1 0 010-1.414z",
5725
- fill: "#747C94"
5724
+ d: "M15 20a1 1 0 01-1 1H3a1 1 0 110-2h11a1 1 0 011 1z"
5726
5725
  }), /*#__PURE__*/React.createElement("path", {
5727
- fillRule: "evenodd",
5728
- clipRule: "evenodd",
5729
- d: "M22.293 16.293a1 1 0 00-1.414 0l-3.586 3.586a1 1 0 001.414 1.414l3.586-3.586a1 1 0 000-1.414z",
5730
- fill: "#747C94"
5726
+ d: "M9 5a1 1 0 01-1 1H3a1 1 0 010-2h5a1 1 0 011 1z"
5731
5727
  }), /*#__PURE__*/React.createElement("path", {
5732
- fillRule: "evenodd",
5733
- clipRule: "evenodd",
5734
- d: "M2 4a1 1 0 011-1h11a1 1 0 110 2H3a1 1 0 01-1-1z",
5735
- fill: "#747C94"
5728
+ d: "M12 16a1 1 0 100-2H3a1 1 0 100 2h9z"
5736
5729
  }), /*#__PURE__*/React.createElement("path", {
5737
- fillRule: "evenodd",
5738
- clipRule: "evenodd",
5739
- d: "M2 9a1 1 0 011-1h9a1 1 0 110 2H3a1 1 0 01-1-1z",
5740
- fill: "#747C94"
5730
+ d: "M11 10a1 1 0 01-1 1H3a1 1 0 110-2h7a1 1 0 011 1z"
5731
+ })));
5732
+ };
5733
+
5734
+ SortUp.propTypes = {
5735
+ iconClassName: PropTypes.string,
5736
+ spin: PropTypes.bool,
5737
+ color: PropTypes.string,
5738
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
5739
+ };
5740
+ SortUp.defaultProps = {
5741
+ spin: false,
5742
+ color: 'currentColor',
5743
+ size: '16'
5744
+ };
5745
+
5746
+ var loadingCircleStyle$1Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5747
+
5748
+ var SortDown = function SortDown(props) {
5749
+ var color = props.color,
5750
+ size = props.size,
5751
+ spin = props.spin,
5752
+ style = props.style,
5753
+ className = props.className,
5754
+ iconClassName = props.iconClassName,
5755
+ otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className", "iconClassName"]);
5756
+
5757
+ return /*#__PURE__*/React.createElement("span", {
5758
+ className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5759
+ }, /*#__PURE__*/React.createElement("style", {
5760
+ children: loadingCircleStyle$1Q
5761
+ }), /*#__PURE__*/React.createElement("svg", _extends({
5762
+ xmlns: "http://www.w3.org/2000/svg",
5763
+ width: size,
5764
+ height: size,
5765
+ viewBox: "0 0 24 24",
5766
+ fill: color
5767
+ }, otherProps, {
5768
+ className: iconClassName,
5769
+ style: _objectSpread2(_objectSpread2({}, style), spin ? {
5770
+ animationDuration: '1s',
5771
+ animationIterationCount: 'infinite',
5772
+ animationName: 'loadingCircle',
5773
+ animationTimingFunction: 'linear'
5774
+ } : {})
5741
5775
  }), /*#__PURE__*/React.createElement("path", {
5742
- fillRule: "evenodd",
5743
- clipRule: "evenodd",
5744
- d: "M2 14a1 1 0 011-1h7a1 1 0 110 2H3a1 1 0 01-1-1z",
5745
- fill: "#747C94"
5776
+ d: "M18 2a1 1 0 011 1v15.172l1.879-1.88a1 1 0 011.414 1.415l-3.586 3.586a1 1 0 01-1.414 0l-3.586-3.586a1 1 0 011.414-1.414L17 18.172V3a1 1 0 011-1z"
5746
5777
  }), /*#__PURE__*/React.createElement("path", {
5747
- fillRule: "evenodd",
5748
- clipRule: "evenodd",
5749
- d: "M2 19a1 1 0 011-1h5a1 1 0 110 2H3a1 1 0 01-1-1z",
5750
- fill: "#747C94"
5778
+ d: "M2 4a1 1 0 011-1h11a1 1 0 110 2H3a1 1 0 01-1-1z"
5779
+ }), /*#__PURE__*/React.createElement("path", {
5780
+ d: "M3 8a1 1 0 000 2h9a1 1 0 100-2H3z"
5781
+ }), /*#__PURE__*/React.createElement("path", {
5782
+ d: "M2 14a1 1 0 011-1h7a1 1 0 110 2H3a1 1 0 01-1-1z"
5783
+ }), /*#__PURE__*/React.createElement("path", {
5784
+ d: "M3 18a1 1 0 100 2h5a1 1 0 100-2H3z"
5751
5785
  })));
5752
5786
  };
5753
5787
 
5754
- SortDownCl.propTypes = {
5788
+ SortDown.propTypes = {
5755
5789
  iconClassName: PropTypes.string,
5756
5790
  spin: PropTypes.bool,
5757
5791
  color: PropTypes.string,
5758
5792
  size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
5759
5793
  };
5760
- SortDownCl.defaultProps = {
5794
+ SortDown.defaultProps = {
5761
5795
  spin: false,
5762
5796
  color: 'currentColor',
5763
5797
  size: '16'
5764
5798
  };
5765
5799
 
5766
- var loadingCircleStyle$1P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5800
+ var loadingCircleStyle$1R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5767
5801
 
5768
5802
  var OperatorEqual = function OperatorEqual(props) {
5769
5803
  var color = props.color,
@@ -5777,7 +5811,7 @@ var OperatorEqual = function OperatorEqual(props) {
5777
5811
  return /*#__PURE__*/React.createElement("span", {
5778
5812
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5779
5813
  }, /*#__PURE__*/React.createElement("style", {
5780
- children: loadingCircleStyle$1P
5814
+ children: loadingCircleStyle$1R
5781
5815
  }), /*#__PURE__*/React.createElement("svg", _extends({
5782
5816
  xmlns: "http://www.w3.org/2000/svg",
5783
5817
  width: size,
@@ -5811,7 +5845,7 @@ OperatorEqual.defaultProps = {
5811
5845
  size: '16'
5812
5846
  };
5813
5847
 
5814
- var loadingCircleStyle$1Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5848
+ var loadingCircleStyle$1S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5815
5849
 
5816
5850
  var OperatorUnequal = function OperatorUnequal(props) {
5817
5851
  var color = props.color,
@@ -5825,7 +5859,7 @@ var OperatorUnequal = function OperatorUnequal(props) {
5825
5859
  return /*#__PURE__*/React.createElement("span", {
5826
5860
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5827
5861
  }, /*#__PURE__*/React.createElement("style", {
5828
- children: loadingCircleStyle$1Q
5862
+ children: loadingCircleStyle$1S
5829
5863
  }), /*#__PURE__*/React.createElement("svg", _extends({
5830
5864
  xmlns: "http://www.w3.org/2000/svg",
5831
5865
  width: size,
@@ -5859,7 +5893,7 @@ OperatorUnequal.defaultProps = {
5859
5893
  size: '16'
5860
5894
  };
5861
5895
 
5862
- var loadingCircleStyle$1R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5896
+ var loadingCircleStyle$1T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5863
5897
 
5864
5898
  var OperatorDivide = function OperatorDivide(props) {
5865
5899
  var color = props.color,
@@ -5873,7 +5907,7 @@ var OperatorDivide = function OperatorDivide(props) {
5873
5907
  return /*#__PURE__*/React.createElement("span", {
5874
5908
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5875
5909
  }, /*#__PURE__*/React.createElement("style", {
5876
- children: loadingCircleStyle$1R
5910
+ children: loadingCircleStyle$1T
5877
5911
  }), /*#__PURE__*/React.createElement("svg", _extends({
5878
5912
  xmlns: "http://www.w3.org/2000/svg",
5879
5913
  width: size,
@@ -5905,7 +5939,7 @@ OperatorDivide.defaultProps = {
5905
5939
  size: '16'
5906
5940
  };
5907
5941
 
5908
- var loadingCircleStyle$1S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5942
+ var loadingCircleStyle$1U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5909
5943
 
5910
5944
  var OperatorNoValue = function OperatorNoValue(props) {
5911
5945
  var color = props.color,
@@ -5919,7 +5953,7 @@ var OperatorNoValue = function OperatorNoValue(props) {
5919
5953
  return /*#__PURE__*/React.createElement("span", {
5920
5954
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5921
5955
  }, /*#__PURE__*/React.createElement("style", {
5922
- children: loadingCircleStyle$1S
5956
+ children: loadingCircleStyle$1U
5923
5957
  }), /*#__PURE__*/React.createElement("svg", _extends({
5924
5958
  xmlns: "http://www.w3.org/2000/svg",
5925
5959
  width: size,
@@ -5953,7 +5987,7 @@ OperatorNoValue.defaultProps = {
5953
5987
  size: '16'
5954
5988
  };
5955
5989
 
5956
- var loadingCircleStyle$1T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5990
+ var loadingCircleStyle$1V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5957
5991
 
5958
5992
  var OperatorHasValue = function OperatorHasValue(props) {
5959
5993
  var color = props.color,
@@ -5967,7 +6001,7 @@ var OperatorHasValue = function OperatorHasValue(props) {
5967
6001
  return /*#__PURE__*/React.createElement("span", {
5968
6002
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5969
6003
  }, /*#__PURE__*/React.createElement("style", {
5970
- children: loadingCircleStyle$1T
6004
+ children: loadingCircleStyle$1V
5971
6005
  }), /*#__PURE__*/React.createElement("svg", _extends({
5972
6006
  xmlns: "http://www.w3.org/2000/svg",
5973
6007
  width: size,
@@ -6001,7 +6035,7 @@ OperatorHasValue.defaultProps = {
6001
6035
  size: '16'
6002
6036
  };
6003
6037
 
6004
- var loadingCircleStyle$1U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6038
+ var loadingCircleStyle$1W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6005
6039
 
6006
6040
  var OperatorInside = function OperatorInside(props) {
6007
6041
  var color = props.color,
@@ -6015,7 +6049,7 @@ var OperatorInside = function OperatorInside(props) {
6015
6049
  return /*#__PURE__*/React.createElement("span", {
6016
6050
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6017
6051
  }, /*#__PURE__*/React.createElement("style", {
6018
- children: loadingCircleStyle$1U
6052
+ children: loadingCircleStyle$1W
6019
6053
  }), /*#__PURE__*/React.createElement("svg", _extends({
6020
6054
  xmlns: "http://www.w3.org/2000/svg",
6021
6055
  width: size,
@@ -6047,7 +6081,7 @@ OperatorInside.defaultProps = {
6047
6081
  size: '16'
6048
6082
  };
6049
6083
 
6050
- var loadingCircleStyle$1V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6084
+ var loadingCircleStyle$1X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6051
6085
 
6052
6086
  var OperatorInclude = function OperatorInclude(props) {
6053
6087
  var color = props.color,
@@ -6061,7 +6095,7 @@ var OperatorInclude = function OperatorInclude(props) {
6061
6095
  return /*#__PURE__*/React.createElement("span", {
6062
6096
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6063
6097
  }, /*#__PURE__*/React.createElement("style", {
6064
- children: loadingCircleStyle$1V
6098
+ children: loadingCircleStyle$1X
6065
6099
  }), /*#__PURE__*/React.createElement("svg", _extends({
6066
6100
  xmlns: "http://www.w3.org/2000/svg",
6067
6101
  width: size,
@@ -6095,7 +6129,7 @@ OperatorInclude.defaultProps = {
6095
6129
  size: '16'
6096
6130
  };
6097
6131
 
6098
- var loadingCircleStyle$1W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6132
+ var loadingCircleStyle$1Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6099
6133
 
6100
6134
  var OperatorNotInclude = function OperatorNotInclude(props) {
6101
6135
  var color = props.color,
@@ -6109,7 +6143,7 @@ var OperatorNotInclude = function OperatorNotInclude(props) {
6109
6143
  return /*#__PURE__*/React.createElement("span", {
6110
6144
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6111
6145
  }, /*#__PURE__*/React.createElement("style", {
6112
- children: loadingCircleStyle$1W
6146
+ children: loadingCircleStyle$1Y
6113
6147
  }), /*#__PURE__*/React.createElement("svg", _extends({
6114
6148
  xmlns: "http://www.w3.org/2000/svg",
6115
6149
  width: size,
@@ -6150,7 +6184,7 @@ OperatorNotInclude.defaultProps = {
6150
6184
  size: '16'
6151
6185
  };
6152
6186
 
6153
- var loadingCircleStyle$1X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6187
+ var loadingCircleStyle$1Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6154
6188
 
6155
6189
  var OperatorLess = function OperatorLess(props) {
6156
6190
  var color = props.color,
@@ -6164,7 +6198,7 @@ var OperatorLess = function OperatorLess(props) {
6164
6198
  return /*#__PURE__*/React.createElement("span", {
6165
6199
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6166
6200
  }, /*#__PURE__*/React.createElement("style", {
6167
- children: loadingCircleStyle$1X
6201
+ children: loadingCircleStyle$1Z
6168
6202
  }), /*#__PURE__*/React.createElement("svg", _extends({
6169
6203
  xmlns: "http://www.w3.org/2000/svg",
6170
6204
  width: size,
@@ -6198,7 +6232,7 @@ OperatorLess.defaultProps = {
6198
6232
  size: '16'
6199
6233
  };
6200
6234
 
6201
- var loadingCircleStyle$1Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6235
+ var loadingCircleStyle$1_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6202
6236
 
6203
6237
  var OperatorNoBigger = function OperatorNoBigger(props) {
6204
6238
  var color = props.color,
@@ -6212,7 +6246,7 @@ var OperatorNoBigger = function OperatorNoBigger(props) {
6212
6246
  return /*#__PURE__*/React.createElement("span", {
6213
6247
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6214
6248
  }, /*#__PURE__*/React.createElement("style", {
6215
- children: loadingCircleStyle$1Y
6249
+ children: loadingCircleStyle$1_
6216
6250
  }), /*#__PURE__*/React.createElement("svg", _extends({
6217
6251
  xmlns: "http://www.w3.org/2000/svg",
6218
6252
  width: size,
@@ -6246,7 +6280,7 @@ OperatorNoBigger.defaultProps = {
6246
6280
  size: '16'
6247
6281
  };
6248
6282
 
6249
- var loadingCircleStyle$1Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6283
+ var loadingCircleStyle$1$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6250
6284
 
6251
6285
  var OperatorBigger = function OperatorBigger(props) {
6252
6286
  var color = props.color,
@@ -6260,7 +6294,7 @@ var OperatorBigger = function OperatorBigger(props) {
6260
6294
  return /*#__PURE__*/React.createElement("span", {
6261
6295
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6262
6296
  }, /*#__PURE__*/React.createElement("style", {
6263
- children: loadingCircleStyle$1Z
6297
+ children: loadingCircleStyle$1$
6264
6298
  }), /*#__PURE__*/React.createElement("svg", _extends({
6265
6299
  xmlns: "http://www.w3.org/2000/svg",
6266
6300
  width: size,
@@ -6294,7 +6328,7 @@ OperatorBigger.defaultProps = {
6294
6328
  size: '16'
6295
6329
  };
6296
6330
 
6297
- var loadingCircleStyle$1_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6331
+ var loadingCircleStyle$20 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6298
6332
 
6299
6333
  var OperatorNoLess = function OperatorNoLess(props) {
6300
6334
  var color = props.color,
@@ -6308,7 +6342,7 @@ var OperatorNoLess = function OperatorNoLess(props) {
6308
6342
  return /*#__PURE__*/React.createElement("span", {
6309
6343
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6310
6344
  }, /*#__PURE__*/React.createElement("style", {
6311
- children: loadingCircleStyle$1_
6345
+ children: loadingCircleStyle$20
6312
6346
  }), /*#__PURE__*/React.createElement("svg", _extends({
6313
6347
  xmlns: "http://www.w3.org/2000/svg",
6314
6348
  width: size,
@@ -6342,7 +6376,7 @@ OperatorNoLess.defaultProps = {
6342
6376
  size: '16'
6343
6377
  };
6344
6378
 
6345
- var loadingCircleStyle$1$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6379
+ var loadingCircleStyle$21 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6346
6380
 
6347
6381
  var OperatorTrue = function OperatorTrue(props) {
6348
6382
  var color = props.color,
@@ -6356,7 +6390,7 @@ var OperatorTrue = function OperatorTrue(props) {
6356
6390
  return /*#__PURE__*/React.createElement("span", {
6357
6391
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6358
6392
  }, /*#__PURE__*/React.createElement("style", {
6359
- children: loadingCircleStyle$1$
6393
+ children: loadingCircleStyle$21
6360
6394
  }), /*#__PURE__*/React.createElement("svg", _extends({
6361
6395
  xmlns: "http://www.w3.org/2000/svg",
6362
6396
  width: size,
@@ -6390,7 +6424,7 @@ OperatorTrue.defaultProps = {
6390
6424
  size: '16'
6391
6425
  };
6392
6426
 
6393
- var loadingCircleStyle$20 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6427
+ var loadingCircleStyle$22 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6394
6428
 
6395
6429
  var OperatorFalse = function OperatorFalse(props) {
6396
6430
  var color = props.color,
@@ -6404,7 +6438,7 @@ var OperatorFalse = function OperatorFalse(props) {
6404
6438
  return /*#__PURE__*/React.createElement("span", {
6405
6439
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6406
6440
  }, /*#__PURE__*/React.createElement("style", {
6407
- children: loadingCircleStyle$20
6441
+ children: loadingCircleStyle$22
6408
6442
  }), /*#__PURE__*/React.createElement("svg", _extends({
6409
6443
  xmlns: "http://www.w3.org/2000/svg",
6410
6444
  width: size,
@@ -6438,7 +6472,7 @@ OperatorFalse.defaultProps = {
6438
6472
  size: '16'
6439
6473
  };
6440
6474
 
6441
- var loadingCircleStyle$21 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6475
+ var loadingCircleStyle$23 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6442
6476
 
6443
6477
  var OperatorRegex = function OperatorRegex(props) {
6444
6478
  var color = props.color,
@@ -6452,7 +6486,7 @@ var OperatorRegex = function OperatorRegex(props) {
6452
6486
  return /*#__PURE__*/React.createElement("span", {
6453
6487
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6454
6488
  }, /*#__PURE__*/React.createElement("style", {
6455
- children: loadingCircleStyle$21
6489
+ children: loadingCircleStyle$23
6456
6490
  }), /*#__PURE__*/React.createElement("svg", _extends({
6457
6491
  xmlns: "http://www.w3.org/2000/svg",
6458
6492
  width: size,
@@ -6486,7 +6520,7 @@ OperatorRegex.defaultProps = {
6486
6520
  size: '16'
6487
6521
  };
6488
6522
 
6489
- var loadingCircleStyle$22 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6523
+ var loadingCircleStyle$24 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6490
6524
 
6491
6525
  var OperatorNoRegex = function OperatorNoRegex(props) {
6492
6526
  var color = props.color,
@@ -6500,7 +6534,7 @@ var OperatorNoRegex = function OperatorNoRegex(props) {
6500
6534
  return /*#__PURE__*/React.createElement("span", {
6501
6535
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6502
6536
  }, /*#__PURE__*/React.createElement("style", {
6503
- children: loadingCircleStyle$22
6537
+ children: loadingCircleStyle$24
6504
6538
  }), /*#__PURE__*/React.createElement("svg", _extends({
6505
6539
  xmlns: "http://www.w3.org/2000/svg",
6506
6540
  width: size,
@@ -6534,7 +6568,7 @@ OperatorNoRegex.defaultProps = {
6534
6568
  size: '16'
6535
6569
  };
6536
6570
 
6537
- var loadingCircleStyle$23 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6571
+ var loadingCircleStyle$25 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6538
6572
 
6539
6573
  var LogoDingdingCl = function LogoDingdingCl(props) {
6540
6574
  var color = props.color,
@@ -6548,7 +6582,7 @@ var LogoDingdingCl = function LogoDingdingCl(props) {
6548
6582
  return /*#__PURE__*/React.createElement("span", {
6549
6583
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6550
6584
  }, /*#__PURE__*/React.createElement("style", {
6551
- children: loadingCircleStyle$23
6585
+ children: loadingCircleStyle$25
6552
6586
  }), /*#__PURE__*/React.createElement("svg", _extends({
6553
6587
  xmlns: "http://www.w3.org/2000/svg",
6554
6588
  width: size,
@@ -6581,7 +6615,7 @@ LogoDingdingCl.defaultProps = {
6581
6615
  size: '16'
6582
6616
  };
6583
6617
 
6584
- var loadingCircleStyle$24 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6618
+ var loadingCircleStyle$26 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6585
6619
 
6586
6620
  var LogoDingdingGray = function LogoDingdingGray(props) {
6587
6621
  var color = props.color,
@@ -6595,7 +6629,7 @@ var LogoDingdingGray = function LogoDingdingGray(props) {
6595
6629
  return /*#__PURE__*/React.createElement("span", {
6596
6630
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6597
6631
  }, /*#__PURE__*/React.createElement("style", {
6598
- children: loadingCircleStyle$24
6632
+ children: loadingCircleStyle$26
6599
6633
  }), /*#__PURE__*/React.createElement("svg", _extends({
6600
6634
  xmlns: "http://www.w3.org/2000/svg",
6601
6635
  width: size,
@@ -6627,7 +6661,7 @@ LogoDingdingGray.defaultProps = {
6627
6661
  size: '16'
6628
6662
  };
6629
6663
 
6630
- var loadingCircleStyle$25 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6664
+ var loadingCircleStyle$27 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6631
6665
 
6632
6666
  var LogoWecomCl = function LogoWecomCl(props) {
6633
6667
  var color = props.color,
@@ -6641,7 +6675,7 @@ var LogoWecomCl = function LogoWecomCl(props) {
6641
6675
  return /*#__PURE__*/React.createElement("span", {
6642
6676
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6643
6677
  }, /*#__PURE__*/React.createElement("style", {
6644
- children: loadingCircleStyle$25
6678
+ children: loadingCircleStyle$27
6645
6679
  }), /*#__PURE__*/React.createElement("svg", _extends({
6646
6680
  xmlns: "http://www.w3.org/2000/svg",
6647
6681
  width: size,
@@ -6686,7 +6720,7 @@ LogoWecomCl.defaultProps = {
6686
6720
  size: '16'
6687
6721
  };
6688
6722
 
6689
- var loadingCircleStyle$26 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6723
+ var loadingCircleStyle$28 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6690
6724
 
6691
6725
  var LogoWecomGray = function LogoWecomGray(props) {
6692
6726
  var color = props.color,
@@ -6700,7 +6734,7 @@ var LogoWecomGray = function LogoWecomGray(props) {
6700
6734
  return /*#__PURE__*/React.createElement("span", {
6701
6735
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6702
6736
  }, /*#__PURE__*/React.createElement("style", {
6703
- children: loadingCircleStyle$26
6737
+ children: loadingCircleStyle$28
6704
6738
  }), /*#__PURE__*/React.createElement("svg", _extends({
6705
6739
  xmlns: "http://www.w3.org/2000/svg",
6706
6740
  width: size,
@@ -6732,7 +6766,7 @@ LogoWecomGray.defaultProps = {
6732
6766
  size: '16'
6733
6767
  };
6734
6768
 
6735
- var loadingCircleStyle$27 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6769
+ var loadingCircleStyle$29 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6736
6770
 
6737
6771
  var LogoWechatCl = function LogoWechatCl(props) {
6738
6772
  var color = props.color,
@@ -6746,7 +6780,7 @@ var LogoWechatCl = function LogoWechatCl(props) {
6746
6780
  return /*#__PURE__*/React.createElement("span", {
6747
6781
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6748
6782
  }, /*#__PURE__*/React.createElement("style", {
6749
- children: loadingCircleStyle$27
6783
+ children: loadingCircleStyle$29
6750
6784
  }), /*#__PURE__*/React.createElement("svg", _extends({
6751
6785
  xmlns: "http://www.w3.org/2000/svg",
6752
6786
  width: size,
@@ -6787,7 +6821,7 @@ LogoWechatCl.defaultProps = {
6787
6821
  size: '16'
6788
6822
  };
6789
6823
 
6790
- var loadingCircleStyle$28 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6824
+ var loadingCircleStyle$2a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6791
6825
 
6792
6826
  var LogoWechatGray = function LogoWechatGray(props) {
6793
6827
  var color = props.color,
@@ -6801,7 +6835,7 @@ var LogoWechatGray = function LogoWechatGray(props) {
6801
6835
  return /*#__PURE__*/React.createElement("span", {
6802
6836
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6803
6837
  }, /*#__PURE__*/React.createElement("style", {
6804
- children: loadingCircleStyle$28
6838
+ children: loadingCircleStyle$2a
6805
6839
  }), /*#__PURE__*/React.createElement("svg", _extends({
6806
6840
  xmlns: "http://www.w3.org/2000/svg",
6807
6841
  width: size,
@@ -6840,7 +6874,7 @@ LogoWechatGray.defaultProps = {
6840
6874
  size: '16'
6841
6875
  };
6842
6876
 
6843
- var loadingCircleStyle$29 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6877
+ var loadingCircleStyle$2b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6844
6878
 
6845
6879
  var LogoFeishuCl = function LogoFeishuCl(props) {
6846
6880
  var color = props.color,
@@ -6854,7 +6888,7 @@ var LogoFeishuCl = function LogoFeishuCl(props) {
6854
6888
  return /*#__PURE__*/React.createElement("span", {
6855
6889
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6856
6890
  }, /*#__PURE__*/React.createElement("style", {
6857
- children: loadingCircleStyle$29
6891
+ children: loadingCircleStyle$2b
6858
6892
  }), /*#__PURE__*/React.createElement("svg", _extends({
6859
6893
  xmlns: "http://www.w3.org/2000/svg",
6860
6894
  width: size,
@@ -6904,7 +6938,7 @@ LogoFeishuCl.defaultProps = {
6904
6938
  size: '16'
6905
6939
  };
6906
6940
 
6907
- var loadingCircleStyle$2a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6941
+ var loadingCircleStyle$2c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6908
6942
 
6909
6943
  var LogoKingCl = function LogoKingCl(props) {
6910
6944
  var color = props.color,
@@ -6918,7 +6952,7 @@ var LogoKingCl = function LogoKingCl(props) {
6918
6952
  return /*#__PURE__*/React.createElement("span", {
6919
6953
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6920
6954
  }, /*#__PURE__*/React.createElement("style", {
6921
- children: loadingCircleStyle$2a
6955
+ children: loadingCircleStyle$2c
6922
6956
  }), /*#__PURE__*/React.createElement("svg", _extends({
6923
6957
  xmlns: "http://www.w3.org/2000/svg",
6924
6958
  width: size,
@@ -6951,7 +6985,7 @@ LogoKingCl.defaultProps = {
6951
6985
  size: '16'
6952
6986
  };
6953
6987
 
6954
- var loadingCircleStyle$2b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6988
+ var loadingCircleStyle$2d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6955
6989
 
6956
6990
  var LogoCurrencylayerCl = function LogoCurrencylayerCl(props) {
6957
6991
  var color = props.color,
@@ -6965,7 +6999,7 @@ var LogoCurrencylayerCl = function LogoCurrencylayerCl(props) {
6965
6999
  return /*#__PURE__*/React.createElement("span", {
6966
7000
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6967
7001
  }, /*#__PURE__*/React.createElement("style", {
6968
- children: loadingCircleStyle$2b
7002
+ children: loadingCircleStyle$2d
6969
7003
  }), /*#__PURE__*/React.createElement("svg", _extends({
6970
7004
  xmlns: "http://www.w3.org/2000/svg",
6971
7005
  width: size,
@@ -7002,7 +7036,7 @@ LogoCurrencylayerCl.defaultProps = {
7002
7036
  size: '16'
7003
7037
  };
7004
7038
 
7005
- var loadingCircleStyle$2c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7039
+ var loadingCircleStyle$2e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7006
7040
 
7007
7041
  var LogoGarenaCl = function LogoGarenaCl(props) {
7008
7042
  var color = props.color,
@@ -7016,7 +7050,7 @@ var LogoGarenaCl = function LogoGarenaCl(props) {
7016
7050
  return /*#__PURE__*/React.createElement("span", {
7017
7051
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7018
7052
  }, /*#__PURE__*/React.createElement("style", {
7019
- children: loadingCircleStyle$2c
7053
+ children: loadingCircleStyle$2e
7020
7054
  }), /*#__PURE__*/React.createElement("svg", _extends({
7021
7055
  xmlns: "http://www.w3.org/2000/svg",
7022
7056
  width: size,
@@ -7049,7 +7083,7 @@ LogoGarenaCl.defaultProps = {
7049
7083
  size: '16'
7050
7084
  };
7051
7085
 
7052
- var loadingCircleStyle$2d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7086
+ var loadingCircleStyle$2f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7053
7087
 
7054
7088
  var LogoAndroidGray = function LogoAndroidGray(props) {
7055
7089
  var color = props.color,
@@ -7063,7 +7097,7 @@ var LogoAndroidGray = function LogoAndroidGray(props) {
7063
7097
  return /*#__PURE__*/React.createElement("span", {
7064
7098
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7065
7099
  }, /*#__PURE__*/React.createElement("style", {
7066
- children: loadingCircleStyle$2d
7100
+ children: loadingCircleStyle$2f
7067
7101
  }), /*#__PURE__*/React.createElement("svg", _extends({
7068
7102
  xmlns: "http://www.w3.org/2000/svg",
7069
7103
  width: size,
@@ -7095,7 +7129,7 @@ LogoAndroidGray.defaultProps = {
7095
7129
  size: '16'
7096
7130
  };
7097
7131
 
7098
- var loadingCircleStyle$2e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7132
+ var loadingCircleStyle$2g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7099
7133
 
7100
7134
  var LogoAppleGray = function LogoAppleGray(props) {
7101
7135
  var color = props.color,
@@ -7109,7 +7143,7 @@ var LogoAppleGray = function LogoAppleGray(props) {
7109
7143
  return /*#__PURE__*/React.createElement("span", {
7110
7144
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7111
7145
  }, /*#__PURE__*/React.createElement("style", {
7112
- children: loadingCircleStyle$2e
7146
+ children: loadingCircleStyle$2g
7113
7147
  }), /*#__PURE__*/React.createElement("svg", _extends({
7114
7148
  xmlns: "http://www.w3.org/2000/svg",
7115
7149
  width: size,
@@ -7141,7 +7175,7 @@ LogoAppleGray.defaultProps = {
7141
7175
  size: '16'
7142
7176
  };
7143
7177
 
7144
- var loadingCircleStyle$2f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7178
+ var loadingCircleStyle$2h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7145
7179
 
7146
7180
  var LogoXiaomiCl = function LogoXiaomiCl(props) {
7147
7181
  var color = props.color,
@@ -7155,7 +7189,7 @@ var LogoXiaomiCl = function LogoXiaomiCl(props) {
7155
7189
  return /*#__PURE__*/React.createElement("span", {
7156
7190
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7157
7191
  }, /*#__PURE__*/React.createElement("style", {
7158
- children: loadingCircleStyle$2f
7192
+ children: loadingCircleStyle$2h
7159
7193
  }), /*#__PURE__*/React.createElement("svg", _extends({
7160
7194
  xmlns: "http://www.w3.org/2000/svg",
7161
7195
  width: size,
@@ -7188,7 +7222,7 @@ LogoXiaomiCl.defaultProps = {
7188
7222
  size: '16'
7189
7223
  };
7190
7224
 
7191
- var loadingCircleStyle$2g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7225
+ var loadingCircleStyle$2i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7192
7226
 
7193
7227
  var Info = function Info(props) {
7194
7228
  var color = props.color,
@@ -7202,7 +7236,7 @@ var Info = function Info(props) {
7202
7236
  return /*#__PURE__*/React.createElement("span", {
7203
7237
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7204
7238
  }, /*#__PURE__*/React.createElement("style", {
7205
- children: loadingCircleStyle$2g
7239
+ children: loadingCircleStyle$2i
7206
7240
  }), /*#__PURE__*/React.createElement("svg", _extends({
7207
7241
  xmlns: "http://www.w3.org/2000/svg",
7208
7242
  width: size,
@@ -7238,7 +7272,7 @@ Info.defaultProps = {
7238
7272
  size: '16'
7239
7273
  };
7240
7274
 
7241
- var loadingCircleStyle$2h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7275
+ var loadingCircleStyle$2j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7242
7276
 
7243
7277
  var InfoFill = function InfoFill(props) {
7244
7278
  var color = props.color,
@@ -7252,7 +7286,7 @@ var InfoFill = function InfoFill(props) {
7252
7286
  return /*#__PURE__*/React.createElement("span", {
7253
7287
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7254
7288
  }, /*#__PURE__*/React.createElement("style", {
7255
- children: loadingCircleStyle$2h
7289
+ children: loadingCircleStyle$2j
7256
7290
  }), /*#__PURE__*/React.createElement("svg", _extends({
7257
7291
  xmlns: "http://www.w3.org/2000/svg",
7258
7292
  width: size,
@@ -7284,7 +7318,7 @@ InfoFill.defaultProps = {
7284
7318
  size: '16'
7285
7319
  };
7286
7320
 
7287
- var loadingCircleStyle$2i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7321
+ var loadingCircleStyle$2k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7288
7322
 
7289
7323
  var Help = function Help(props) {
7290
7324
  var color = props.color,
@@ -7298,7 +7332,7 @@ var Help = function Help(props) {
7298
7332
  return /*#__PURE__*/React.createElement("span", {
7299
7333
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7300
7334
  }, /*#__PURE__*/React.createElement("style", {
7301
- children: loadingCircleStyle$2i
7335
+ children: loadingCircleStyle$2k
7302
7336
  }), /*#__PURE__*/React.createElement("svg", _extends({
7303
7337
  xmlns: "http://www.w3.org/2000/svg",
7304
7338
  width: size,
@@ -7330,7 +7364,7 @@ Help.defaultProps = {
7330
7364
  size: '16'
7331
7365
  };
7332
7366
 
7333
- var loadingCircleStyle$2j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7367
+ var loadingCircleStyle$2l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7334
7368
 
7335
7369
  var History = function History(props) {
7336
7370
  var color = props.color,
@@ -7344,7 +7378,7 @@ var History = function History(props) {
7344
7378
  return /*#__PURE__*/React.createElement("span", {
7345
7379
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7346
7380
  }, /*#__PURE__*/React.createElement("style", {
7347
- children: loadingCircleStyle$2j
7381
+ children: loadingCircleStyle$2l
7348
7382
  }), /*#__PURE__*/React.createElement("svg", _extends({
7349
7383
  xmlns: "http://www.w3.org/2000/svg",
7350
7384
  width: size,
@@ -7376,7 +7410,7 @@ History.defaultProps = {
7376
7410
  size: '16'
7377
7411
  };
7378
7412
 
7379
- var loadingCircleStyle$2k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7413
+ var loadingCircleStyle$2m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7380
7414
 
7381
7415
  var Backup = function Backup(props) {
7382
7416
  var color = props.color,
@@ -7390,7 +7424,7 @@ var Backup = function Backup(props) {
7390
7424
  return /*#__PURE__*/React.createElement("span", {
7391
7425
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7392
7426
  }, /*#__PURE__*/React.createElement("style", {
7393
- children: loadingCircleStyle$2k
7427
+ children: loadingCircleStyle$2m
7394
7428
  }), /*#__PURE__*/React.createElement("svg", _extends({
7395
7429
  xmlns: "http://www.w3.org/2000/svg",
7396
7430
  width: size,
@@ -7424,7 +7458,7 @@ Backup.defaultProps = {
7424
7458
  size: '16'
7425
7459
  };
7426
7460
 
7427
- var loadingCircleStyle$2l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7461
+ var loadingCircleStyle$2n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7428
7462
 
7429
7463
  var Error = function Error(props) {
7430
7464
  var color = props.color,
@@ -7438,7 +7472,7 @@ var Error = function Error(props) {
7438
7472
  return /*#__PURE__*/React.createElement("span", {
7439
7473
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7440
7474
  }, /*#__PURE__*/React.createElement("style", {
7441
- children: loadingCircleStyle$2l
7475
+ children: loadingCircleStyle$2n
7442
7476
  }), /*#__PURE__*/React.createElement("svg", _extends({
7443
7477
  xmlns: "http://www.w3.org/2000/svg",
7444
7478
  width: size,
@@ -7474,7 +7508,7 @@ Error.defaultProps = {
7474
7508
  size: '16'
7475
7509
  };
7476
7510
 
7477
- var loadingCircleStyle$2m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7511
+ var loadingCircleStyle$2o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7478
7512
 
7479
7513
  var ErrorFill = function ErrorFill(props) {
7480
7514
  var color = props.color,
@@ -7488,7 +7522,7 @@ var ErrorFill = function ErrorFill(props) {
7488
7522
  return /*#__PURE__*/React.createElement("span", {
7489
7523
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7490
7524
  }, /*#__PURE__*/React.createElement("style", {
7491
- children: loadingCircleStyle$2m
7525
+ children: loadingCircleStyle$2o
7492
7526
  }), /*#__PURE__*/React.createElement("svg", _extends({
7493
7527
  xmlns: "http://www.w3.org/2000/svg",
7494
7528
  width: size,
@@ -7520,7 +7554,7 @@ ErrorFill.defaultProps = {
7520
7554
  size: '16'
7521
7555
  };
7522
7556
 
7523
- var loadingCircleStyle$2n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7557
+ var loadingCircleStyle$2p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7524
7558
 
7525
7559
  var Error2 = function Error2(props) {
7526
7560
  var color = props.color,
@@ -7534,7 +7568,7 @@ var Error2 = function Error2(props) {
7534
7568
  return /*#__PURE__*/React.createElement("span", {
7535
7569
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7536
7570
  }, /*#__PURE__*/React.createElement("style", {
7537
- children: loadingCircleStyle$2n
7571
+ children: loadingCircleStyle$2p
7538
7572
  }), /*#__PURE__*/React.createElement("svg", _extends({
7539
7573
  xmlns: "http://www.w3.org/2000/svg",
7540
7574
  width: size,
@@ -7568,7 +7602,7 @@ Error2.defaultProps = {
7568
7602
  size: '16'
7569
7603
  };
7570
7604
 
7571
- var loadingCircleStyle$2o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7605
+ var loadingCircleStyle$2q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7572
7606
 
7573
7607
  var Error2Fill = function Error2Fill(props) {
7574
7608
  var color = props.color,
@@ -7582,7 +7616,7 @@ var Error2Fill = function Error2Fill(props) {
7582
7616
  return /*#__PURE__*/React.createElement("span", {
7583
7617
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7584
7618
  }, /*#__PURE__*/React.createElement("style", {
7585
- children: loadingCircleStyle$2o
7619
+ children: loadingCircleStyle$2q
7586
7620
  }), /*#__PURE__*/React.createElement("svg", _extends({
7587
7621
  xmlns: "http://www.w3.org/2000/svg",
7588
7622
  width: size,
@@ -7616,7 +7650,7 @@ Error2Fill.defaultProps = {
7616
7650
  size: '16'
7617
7651
  };
7618
7652
 
7619
- var loadingCircleStyle$2p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7653
+ var loadingCircleStyle$2r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7620
7654
 
7621
7655
  var Success = function Success(props) {
7622
7656
  var color = props.color,
@@ -7630,7 +7664,7 @@ var Success = function Success(props) {
7630
7664
  return /*#__PURE__*/React.createElement("span", {
7631
7665
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7632
7666
  }, /*#__PURE__*/React.createElement("style", {
7633
- children: loadingCircleStyle$2p
7667
+ children: loadingCircleStyle$2r
7634
7668
  }), /*#__PURE__*/React.createElement("svg", _extends({
7635
7669
  xmlns: "http://www.w3.org/2000/svg",
7636
7670
  width: size,
@@ -7662,7 +7696,7 @@ Success.defaultProps = {
7662
7696
  size: '16'
7663
7697
  };
7664
7698
 
7665
- var loadingCircleStyle$2q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7699
+ var loadingCircleStyle$2s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7666
7700
 
7667
7701
  var SuccessFill = function SuccessFill(props) {
7668
7702
  var color = props.color,
@@ -7676,7 +7710,7 @@ var SuccessFill = function SuccessFill(props) {
7676
7710
  return /*#__PURE__*/React.createElement("span", {
7677
7711
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7678
7712
  }, /*#__PURE__*/React.createElement("style", {
7679
- children: loadingCircleStyle$2q
7713
+ children: loadingCircleStyle$2s
7680
7714
  }), /*#__PURE__*/React.createElement("svg", _extends({
7681
7715
  xmlns: "http://www.w3.org/2000/svg",
7682
7716
  width: size,
@@ -7710,7 +7744,7 @@ SuccessFill.defaultProps = {
7710
7744
  size: '16'
7711
7745
  };
7712
7746
 
7713
- var loadingCircleStyle$2r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7747
+ var loadingCircleStyle$2t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7714
7748
 
7715
7749
  var Delete2 = function Delete2(props) {
7716
7750
  var color = props.color,
@@ -7724,7 +7758,7 @@ var Delete2 = function Delete2(props) {
7724
7758
  return /*#__PURE__*/React.createElement("span", {
7725
7759
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7726
7760
  }, /*#__PURE__*/React.createElement("style", {
7727
- children: loadingCircleStyle$2r
7761
+ children: loadingCircleStyle$2t
7728
7762
  }), /*#__PURE__*/React.createElement("svg", _extends({
7729
7763
  xmlns: "http://www.w3.org/2000/svg",
7730
7764
  width: size,
@@ -7756,7 +7790,7 @@ Delete2.defaultProps = {
7756
7790
  size: '16'
7757
7791
  };
7758
7792
 
7759
- var loadingCircleStyle$2s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7793
+ var loadingCircleStyle$2u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7760
7794
 
7761
7795
  var Delete2Fill = function Delete2Fill(props) {
7762
7796
  var color = props.color,
@@ -7770,7 +7804,7 @@ var Delete2Fill = function Delete2Fill(props) {
7770
7804
  return /*#__PURE__*/React.createElement("span", {
7771
7805
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7772
7806
  }, /*#__PURE__*/React.createElement("style", {
7773
- children: loadingCircleStyle$2s
7807
+ children: loadingCircleStyle$2u
7774
7808
  }), /*#__PURE__*/React.createElement("svg", _extends({
7775
7809
  xmlns: "http://www.w3.org/2000/svg",
7776
7810
  width: size,
@@ -7802,7 +7836,7 @@ Delete2Fill.defaultProps = {
7802
7836
  size: '16'
7803
7837
  };
7804
7838
 
7805
- var loadingCircleStyle$2t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7839
+ var loadingCircleStyle$2v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7806
7840
 
7807
7841
  var Exchange = function Exchange(props) {
7808
7842
  var color = props.color,
@@ -7816,7 +7850,7 @@ var Exchange = function Exchange(props) {
7816
7850
  return /*#__PURE__*/React.createElement("span", {
7817
7851
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7818
7852
  }, /*#__PURE__*/React.createElement("style", {
7819
- children: loadingCircleStyle$2t
7853
+ children: loadingCircleStyle$2v
7820
7854
  }), /*#__PURE__*/React.createElement("svg", _extends({
7821
7855
  xmlns: "http://www.w3.org/2000/svg",
7822
7856
  width: size,
@@ -7848,7 +7882,7 @@ Exchange.defaultProps = {
7848
7882
  size: '16'
7849
7883
  };
7850
7884
 
7851
- var loadingCircleStyle$2u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7885
+ var loadingCircleStyle$2w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7852
7886
 
7853
7887
  var SwapFill = function SwapFill(props) {
7854
7888
  var color = props.color,
@@ -7862,7 +7896,7 @@ var SwapFill = function SwapFill(props) {
7862
7896
  return /*#__PURE__*/React.createElement("span", {
7863
7897
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7864
7898
  }, /*#__PURE__*/React.createElement("style", {
7865
- children: loadingCircleStyle$2u
7899
+ children: loadingCircleStyle$2w
7866
7900
  }), /*#__PURE__*/React.createElement("svg", _extends({
7867
7901
  xmlns: "http://www.w3.org/2000/svg",
7868
7902
  width: size,
@@ -7894,7 +7928,7 @@ SwapFill.defaultProps = {
7894
7928
  size: '16'
7895
7929
  };
7896
7930
 
7897
- var loadingCircleStyle$2v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7931
+ var loadingCircleStyle$2x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7898
7932
 
7899
7933
  var Processing = function Processing(props) {
7900
7934
  var color = props.color,
@@ -7908,7 +7942,7 @@ var Processing = function Processing(props) {
7908
7942
  return /*#__PURE__*/React.createElement("span", {
7909
7943
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7910
7944
  }, /*#__PURE__*/React.createElement("style", {
7911
- children: loadingCircleStyle$2v
7945
+ children: loadingCircleStyle$2x
7912
7946
  }), /*#__PURE__*/React.createElement("svg", _extends({
7913
7947
  xmlns: "http://www.w3.org/2000/svg",
7914
7948
  width: size,
@@ -7940,7 +7974,7 @@ Processing.defaultProps = {
7940
7974
  size: '16'
7941
7975
  };
7942
7976
 
7943
- var loadingCircleStyle$2w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7977
+ var loadingCircleStyle$2y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7944
7978
 
7945
7979
  var Processing2 = function Processing2(props) {
7946
7980
  var color = props.color,
@@ -7954,7 +7988,7 @@ var Processing2 = function Processing2(props) {
7954
7988
  return /*#__PURE__*/React.createElement("span", {
7955
7989
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7956
7990
  }, /*#__PURE__*/React.createElement("style", {
7957
- children: loadingCircleStyle$2w
7991
+ children: loadingCircleStyle$2y
7958
7992
  }), /*#__PURE__*/React.createElement("svg", _extends({
7959
7993
  xmlns: "http://www.w3.org/2000/svg",
7960
7994
  width: size,
@@ -7988,7 +8022,7 @@ Processing2.defaultProps = {
7988
8022
  size: '16'
7989
8023
  };
7990
8024
 
7991
- var loadingCircleStyle$2x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8025
+ var loadingCircleStyle$2z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7992
8026
 
7993
8027
  var Done = function Done(props) {
7994
8028
  var color = props.color,
@@ -8002,7 +8036,7 @@ var Done = function Done(props) {
8002
8036
  return /*#__PURE__*/React.createElement("span", {
8003
8037
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8004
8038
  }, /*#__PURE__*/React.createElement("style", {
8005
- children: loadingCircleStyle$2x
8039
+ children: loadingCircleStyle$2z
8006
8040
  }), /*#__PURE__*/React.createElement("svg", _extends({
8007
8041
  xmlns: "http://www.w3.org/2000/svg",
8008
8042
  width: size,
@@ -8034,7 +8068,7 @@ Done.defaultProps = {
8034
8068
  size: '16'
8035
8069
  };
8036
8070
 
8037
- var loadingCircleStyle$2y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8071
+ var loadingCircleStyle$2A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8038
8072
 
8039
8073
  var Close = function Close(props) {
8040
8074
  var color = props.color,
@@ -8048,7 +8082,7 @@ var Close = function Close(props) {
8048
8082
  return /*#__PURE__*/React.createElement("span", {
8049
8083
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8050
8084
  }, /*#__PURE__*/React.createElement("style", {
8051
- children: loadingCircleStyle$2y
8085
+ children: loadingCircleStyle$2A
8052
8086
  }), /*#__PURE__*/React.createElement("svg", _extends({
8053
8087
  xmlns: "http://www.w3.org/2000/svg",
8054
8088
  width: size,
@@ -8080,7 +8114,7 @@ Close.defaultProps = {
8080
8114
  size: '16'
8081
8115
  };
8082
8116
 
8083
- var loadingCircleStyle$2z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8117
+ var loadingCircleStyle$2B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8084
8118
 
8085
8119
  var StarOutline = function StarOutline(props) {
8086
8120
  var color = props.color,
@@ -8094,7 +8128,7 @@ var StarOutline = function StarOutline(props) {
8094
8128
  return /*#__PURE__*/React.createElement("span", {
8095
8129
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8096
8130
  }, /*#__PURE__*/React.createElement("style", {
8097
- children: loadingCircleStyle$2z
8131
+ children: loadingCircleStyle$2B
8098
8132
  }), /*#__PURE__*/React.createElement("svg", _extends({
8099
8133
  xmlns: "http://www.w3.org/2000/svg",
8100
8134
  width: size,
@@ -8126,7 +8160,7 @@ StarOutline.defaultProps = {
8126
8160
  size: '16'
8127
8161
  };
8128
8162
 
8129
- var loadingCircleStyle$2A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8163
+ var loadingCircleStyle$2C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8130
8164
 
8131
8165
  var StarFill = function StarFill(props) {
8132
8166
  var color = props.color,
@@ -8140,7 +8174,7 @@ var StarFill = function StarFill(props) {
8140
8174
  return /*#__PURE__*/React.createElement("span", {
8141
8175
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8142
8176
  }, /*#__PURE__*/React.createElement("style", {
8143
- children: loadingCircleStyle$2A
8177
+ children: loadingCircleStyle$2C
8144
8178
  }), /*#__PURE__*/React.createElement("svg", _extends({
8145
8179
  xmlns: "http://www.w3.org/2000/svg",
8146
8180
  width: size,
@@ -8172,7 +8206,7 @@ StarFill.defaultProps = {
8172
8206
  size: '16'
8173
8207
  };
8174
8208
 
8175
- var loadingCircleStyle$2B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8209
+ var loadingCircleStyle$2D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8176
8210
 
8177
8211
  var TimeLock = function TimeLock(props) {
8178
8212
  var color = props.color,
@@ -8186,7 +8220,7 @@ var TimeLock = function TimeLock(props) {
8186
8220
  return /*#__PURE__*/React.createElement("span", {
8187
8221
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8188
8222
  }, /*#__PURE__*/React.createElement("style", {
8189
- children: loadingCircleStyle$2B
8223
+ children: loadingCircleStyle$2D
8190
8224
  }), /*#__PURE__*/React.createElement("svg", _extends({
8191
8225
  xmlns: "http://www.w3.org/2000/svg",
8192
8226
  width: size,
@@ -8218,7 +8252,7 @@ TimeLock.defaultProps = {
8218
8252
  size: '16'
8219
8253
  };
8220
8254
 
8221
- var loadingCircleStyle$2C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8255
+ var loadingCircleStyle$2E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8222
8256
 
8223
8257
  var Heart = function Heart(props) {
8224
8258
  var color = props.color,
@@ -8232,7 +8266,7 @@ var Heart = function Heart(props) {
8232
8266
  return /*#__PURE__*/React.createElement("span", {
8233
8267
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8234
8268
  }, /*#__PURE__*/React.createElement("style", {
8235
- children: loadingCircleStyle$2C
8269
+ children: loadingCircleStyle$2E
8236
8270
  }), /*#__PURE__*/React.createElement("svg", _extends({
8237
8271
  xmlns: "http://www.w3.org/2000/svg",
8238
8272
  width: size,
@@ -8264,7 +8298,7 @@ Heart.defaultProps = {
8264
8298
  size: '16'
8265
8299
  };
8266
8300
 
8267
- var loadingCircleStyle$2D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8301
+ var loadingCircleStyle$2F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8268
8302
 
8269
8303
  var Bookmark = function Bookmark(props) {
8270
8304
  var color = props.color,
@@ -8278,7 +8312,7 @@ var Bookmark = function Bookmark(props) {
8278
8312
  return /*#__PURE__*/React.createElement("span", {
8279
8313
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8280
8314
  }, /*#__PURE__*/React.createElement("style", {
8281
- children: loadingCircleStyle$2D
8315
+ children: loadingCircleStyle$2F
8282
8316
  }), /*#__PURE__*/React.createElement("svg", _extends({
8283
8317
  xmlns: "http://www.w3.org/2000/svg",
8284
8318
  width: size,
@@ -8310,7 +8344,7 @@ Bookmark.defaultProps = {
8310
8344
  size: '16'
8311
8345
  };
8312
8346
 
8313
- var loadingCircleStyle$2E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8347
+ var loadingCircleStyle$2G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8314
8348
 
8315
8349
  var Bookmark2 = function Bookmark2(props) {
8316
8350
  var color = props.color,
@@ -8324,7 +8358,7 @@ var Bookmark2 = function Bookmark2(props) {
8324
8358
  return /*#__PURE__*/React.createElement("span", {
8325
8359
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8326
8360
  }, /*#__PURE__*/React.createElement("style", {
8327
- children: loadingCircleStyle$2E
8361
+ children: loadingCircleStyle$2G
8328
8362
  }), /*#__PURE__*/React.createElement("svg", _extends({
8329
8363
  xmlns: "http://www.w3.org/2000/svg",
8330
8364
  width: size,
@@ -8356,7 +8390,7 @@ Bookmark2.defaultProps = {
8356
8390
  size: '16'
8357
8391
  };
8358
8392
 
8359
- var loadingCircleStyle$2F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8393
+ var loadingCircleStyle$2H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8360
8394
 
8361
8395
  var LockClose = function LockClose(props) {
8362
8396
  var color = props.color,
@@ -8370,7 +8404,7 @@ var LockClose = function LockClose(props) {
8370
8404
  return /*#__PURE__*/React.createElement("span", {
8371
8405
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8372
8406
  }, /*#__PURE__*/React.createElement("style", {
8373
- children: loadingCircleStyle$2F
8407
+ children: loadingCircleStyle$2H
8374
8408
  }), /*#__PURE__*/React.createElement("svg", _extends({
8375
8409
  xmlns: "http://www.w3.org/2000/svg",
8376
8410
  width: size,
@@ -8406,7 +8440,7 @@ LockClose.defaultProps = {
8406
8440
  size: '16'
8407
8441
  };
8408
8442
 
8409
- var loadingCircleStyle$2G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8443
+ var loadingCircleStyle$2I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8410
8444
 
8411
8445
  var LockCloseFill = function LockCloseFill(props) {
8412
8446
  var color = props.color,
@@ -8420,7 +8454,7 @@ var LockCloseFill = function LockCloseFill(props) {
8420
8454
  return /*#__PURE__*/React.createElement("span", {
8421
8455
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8422
8456
  }, /*#__PURE__*/React.createElement("style", {
8423
- children: loadingCircleStyle$2G
8457
+ children: loadingCircleStyle$2I
8424
8458
  }), /*#__PURE__*/React.createElement("svg", _extends({
8425
8459
  xmlns: "http://www.w3.org/2000/svg",
8426
8460
  width: size,
@@ -8452,7 +8486,7 @@ LockCloseFill.defaultProps = {
8452
8486
  size: '16'
8453
8487
  };
8454
8488
 
8455
- var loadingCircleStyle$2H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8489
+ var loadingCircleStyle$2J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8456
8490
 
8457
8491
  var LockOpen = function LockOpen(props) {
8458
8492
  var color = props.color,
@@ -8466,7 +8500,7 @@ var LockOpen = function LockOpen(props) {
8466
8500
  return /*#__PURE__*/React.createElement("span", {
8467
8501
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8468
8502
  }, /*#__PURE__*/React.createElement("style", {
8469
- children: loadingCircleStyle$2H
8503
+ children: loadingCircleStyle$2J
8470
8504
  }), /*#__PURE__*/React.createElement("svg", _extends({
8471
8505
  xmlns: "http://www.w3.org/2000/svg",
8472
8506
  width: size,
@@ -8498,7 +8532,7 @@ LockOpen.defaultProps = {
8498
8532
  size: '16'
8499
8533
  };
8500
8534
 
8501
- var loadingCircleStyle$2I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8535
+ var loadingCircleStyle$2K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8502
8536
 
8503
8537
  var LockOpenFill = function LockOpenFill(props) {
8504
8538
  var color = props.color,
@@ -8512,7 +8546,7 @@ var LockOpenFill = function LockOpenFill(props) {
8512
8546
  return /*#__PURE__*/React.createElement("span", {
8513
8547
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8514
8548
  }, /*#__PURE__*/React.createElement("style", {
8515
- children: loadingCircleStyle$2I
8549
+ children: loadingCircleStyle$2K
8516
8550
  }), /*#__PURE__*/React.createElement("svg", _extends({
8517
8551
  xmlns: "http://www.w3.org/2000/svg",
8518
8552
  width: size,
@@ -8544,7 +8578,7 @@ LockOpenFill.defaultProps = {
8544
8578
  size: '16'
8545
8579
  };
8546
8580
 
8547
- var loadingCircleStyle$2J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8581
+ var loadingCircleStyle$2L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8548
8582
 
8549
8583
  var EyeOn = function EyeOn(props) {
8550
8584
  var color = props.color,
@@ -8558,7 +8592,7 @@ var EyeOn = function EyeOn(props) {
8558
8592
  return /*#__PURE__*/React.createElement("span", {
8559
8593
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8560
8594
  }, /*#__PURE__*/React.createElement("style", {
8561
- children: loadingCircleStyle$2J
8595
+ children: loadingCircleStyle$2L
8562
8596
  }), /*#__PURE__*/React.createElement("svg", _extends({
8563
8597
  xmlns: "http://www.w3.org/2000/svg",
8564
8598
  width: size,
@@ -8590,7 +8624,7 @@ EyeOn.defaultProps = {
8590
8624
  size: '16'
8591
8625
  };
8592
8626
 
8593
- var loadingCircleStyle$2K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8627
+ var loadingCircleStyle$2M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8594
8628
 
8595
8629
  var EyeOnFill = function EyeOnFill(props) {
8596
8630
  var color = props.color,
@@ -8604,7 +8638,7 @@ var EyeOnFill = function EyeOnFill(props) {
8604
8638
  return /*#__PURE__*/React.createElement("span", {
8605
8639
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8606
8640
  }, /*#__PURE__*/React.createElement("style", {
8607
- children: loadingCircleStyle$2K
8641
+ children: loadingCircleStyle$2M
8608
8642
  }), /*#__PURE__*/React.createElement("svg", _extends({
8609
8643
  xmlns: "http://www.w3.org/2000/svg",
8610
8644
  width: size,
@@ -8638,7 +8672,7 @@ EyeOnFill.defaultProps = {
8638
8672
  size: '16'
8639
8673
  };
8640
8674
 
8641
- var loadingCircleStyle$2L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8675
+ var loadingCircleStyle$2N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8642
8676
 
8643
8677
  var EyeOff = function EyeOff(props) {
8644
8678
  var color = props.color,
@@ -8652,7 +8686,7 @@ var EyeOff = function EyeOff(props) {
8652
8686
  return /*#__PURE__*/React.createElement("span", {
8653
8687
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8654
8688
  }, /*#__PURE__*/React.createElement("style", {
8655
- children: loadingCircleStyle$2L
8689
+ children: loadingCircleStyle$2N
8656
8690
  }), /*#__PURE__*/React.createElement("svg", _extends({
8657
8691
  xmlns: "http://www.w3.org/2000/svg",
8658
8692
  width: size,
@@ -8684,7 +8718,7 @@ EyeOff.defaultProps = {
8684
8718
  size: '16'
8685
8719
  };
8686
8720
 
8687
- var loadingCircleStyle$2M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8721
+ var loadingCircleStyle$2O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8688
8722
 
8689
8723
  var EyeOffFill = function EyeOffFill(props) {
8690
8724
  var color = props.color,
@@ -8698,7 +8732,7 @@ var EyeOffFill = function EyeOffFill(props) {
8698
8732
  return /*#__PURE__*/React.createElement("span", {
8699
8733
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8700
8734
  }, /*#__PURE__*/React.createElement("style", {
8701
- children: loadingCircleStyle$2M
8735
+ children: loadingCircleStyle$2O
8702
8736
  }), /*#__PURE__*/React.createElement("svg", _extends({
8703
8737
  xmlns: "http://www.w3.org/2000/svg",
8704
8738
  width: size,
@@ -8732,7 +8766,7 @@ EyeOffFill.defaultProps = {
8732
8766
  size: '16'
8733
8767
  };
8734
8768
 
8735
- var loadingCircleStyle$2N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8769
+ var loadingCircleStyle$2P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8736
8770
 
8737
8771
  var Dot = function Dot(props) {
8738
8772
  var color = props.color,
@@ -8746,7 +8780,7 @@ var Dot = function Dot(props) {
8746
8780
  return /*#__PURE__*/React.createElement("span", {
8747
8781
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8748
8782
  }, /*#__PURE__*/React.createElement("style", {
8749
- children: loadingCircleStyle$2N
8783
+ children: loadingCircleStyle$2P
8750
8784
  }), /*#__PURE__*/React.createElement("svg", _extends({
8751
8785
  xmlns: "http://www.w3.org/2000/svg",
8752
8786
  width: size,
@@ -8780,7 +8814,7 @@ Dot.defaultProps = {
8780
8814
  size: '16'
8781
8815
  };
8782
8816
 
8783
- var loadingCircleStyle$2O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8817
+ var loadingCircleStyle$2Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8784
8818
 
8785
8819
  var Anchor = function Anchor(props) {
8786
8820
  var color = props.color,
@@ -8794,7 +8828,7 @@ var Anchor = function Anchor(props) {
8794
8828
  return /*#__PURE__*/React.createElement("span", {
8795
8829
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8796
8830
  }, /*#__PURE__*/React.createElement("style", {
8797
- children: loadingCircleStyle$2O
8831
+ children: loadingCircleStyle$2Q
8798
8832
  }), /*#__PURE__*/React.createElement("svg", _extends({
8799
8833
  xmlns: "http://www.w3.org/2000/svg",
8800
8834
  width: size,
@@ -8826,7 +8860,7 @@ Anchor.defaultProps = {
8826
8860
  size: '16'
8827
8861
  };
8828
8862
 
8829
- var loadingCircleStyle$2P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8863
+ var loadingCircleStyle$2R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8830
8864
 
8831
8865
  var ChartLine = function ChartLine(props) {
8832
8866
  var color = props.color,
@@ -8840,7 +8874,7 @@ var ChartLine = function ChartLine(props) {
8840
8874
  return /*#__PURE__*/React.createElement("span", {
8841
8875
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8842
8876
  }, /*#__PURE__*/React.createElement("style", {
8843
- children: loadingCircleStyle$2P
8877
+ children: loadingCircleStyle$2R
8844
8878
  }), /*#__PURE__*/React.createElement("svg", _extends({
8845
8879
  xmlns: "http://www.w3.org/2000/svg",
8846
8880
  width: size,
@@ -8878,7 +8912,7 @@ ChartLine.defaultProps = {
8878
8912
  size: '16'
8879
8913
  };
8880
8914
 
8881
- var loadingCircleStyle$2Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8915
+ var loadingCircleStyle$2S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8882
8916
 
8883
8917
  var ChartBar = function ChartBar(props) {
8884
8918
  var color = props.color,
@@ -8892,7 +8926,7 @@ var ChartBar = function ChartBar(props) {
8892
8926
  return /*#__PURE__*/React.createElement("span", {
8893
8927
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8894
8928
  }, /*#__PURE__*/React.createElement("style", {
8895
- children: loadingCircleStyle$2Q
8929
+ children: loadingCircleStyle$2S
8896
8930
  }), /*#__PURE__*/React.createElement("svg", _extends({
8897
8931
  xmlns: "http://www.w3.org/2000/svg",
8898
8932
  width: size,
@@ -8928,7 +8962,7 @@ ChartBar.defaultProps = {
8928
8962
  size: '16'
8929
8963
  };
8930
8964
 
8931
- var loadingCircleStyle$2R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8965
+ var loadingCircleStyle$2T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8932
8966
 
8933
8967
  var ChartCum = function ChartCum(props) {
8934
8968
  var color = props.color,
@@ -8942,7 +8976,7 @@ var ChartCum = function ChartCum(props) {
8942
8976
  return /*#__PURE__*/React.createElement("span", {
8943
8977
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8944
8978
  }, /*#__PURE__*/React.createElement("style", {
8945
- children: loadingCircleStyle$2R
8979
+ children: loadingCircleStyle$2T
8946
8980
  }), /*#__PURE__*/React.createElement("svg", _extends({
8947
8981
  xmlns: "http://www.w3.org/2000/svg",
8948
8982
  width: size,
@@ -8984,7 +9018,7 @@ ChartCum.defaultProps = {
8984
9018
  size: '16'
8985
9019
  };
8986
9020
 
8987
- var loadingCircleStyle$2S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9021
+ var loadingCircleStyle$2U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8988
9022
 
8989
9023
  var ChartPie = function ChartPie(props) {
8990
9024
  var color = props.color,
@@ -8998,7 +9032,7 @@ var ChartPie = function ChartPie(props) {
8998
9032
  return /*#__PURE__*/React.createElement("span", {
8999
9033
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9000
9034
  }, /*#__PURE__*/React.createElement("style", {
9001
- children: loadingCircleStyle$2S
9035
+ children: loadingCircleStyle$2U
9002
9036
  }), /*#__PURE__*/React.createElement("svg", _extends({
9003
9037
  xmlns: "http://www.w3.org/2000/svg",
9004
9038
  width: size,
@@ -9032,7 +9066,7 @@ ChartPie.defaultProps = {
9032
9066
  size: '16'
9033
9067
  };
9034
9068
 
9035
- var loadingCircleStyle$2T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9069
+ var loadingCircleStyle$2V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9036
9070
 
9037
9071
  var ChartDNRe = function ChartDNRe(props) {
9038
9072
  var color = props.color,
@@ -9046,7 +9080,7 @@ var ChartDNRe = function ChartDNRe(props) {
9046
9080
  return /*#__PURE__*/React.createElement("span", {
9047
9081
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9048
9082
  }, /*#__PURE__*/React.createElement("style", {
9049
- children: loadingCircleStyle$2T
9083
+ children: loadingCircleStyle$2V
9050
9084
  }), /*#__PURE__*/React.createElement("svg", _extends({
9051
9085
  xmlns: "http://www.w3.org/2000/svg",
9052
9086
  width: size,
@@ -9090,7 +9124,7 @@ ChartDNRe.defaultProps = {
9090
9124
  size: '16'
9091
9125
  };
9092
9126
 
9093
- var loadingCircleStyle$2U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9127
+ var loadingCircleStyle$2W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9094
9128
 
9095
9129
  var ChartDRe = function ChartDRe(props) {
9096
9130
  var color = props.color,
@@ -9104,7 +9138,7 @@ var ChartDRe = function ChartDRe(props) {
9104
9138
  return /*#__PURE__*/React.createElement("span", {
9105
9139
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9106
9140
  }, /*#__PURE__*/React.createElement("style", {
9107
- children: loadingCircleStyle$2U
9141
+ children: loadingCircleStyle$2W
9108
9142
  }), /*#__PURE__*/React.createElement("svg", _extends({
9109
9143
  xmlns: "http://www.w3.org/2000/svg",
9110
9144
  width: size,
@@ -9148,7 +9182,7 @@ ChartDRe.defaultProps = {
9148
9182
  size: '16'
9149
9183
  };
9150
9184
 
9151
- var loadingCircleStyle$2V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9185
+ var loadingCircleStyle$2X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9152
9186
 
9153
9187
  var ChartFunnel = function ChartFunnel(props) {
9154
9188
  var color = props.color,
@@ -9162,7 +9196,7 @@ var ChartFunnel = function ChartFunnel(props) {
9162
9196
  return /*#__PURE__*/React.createElement("span", {
9163
9197
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9164
9198
  }, /*#__PURE__*/React.createElement("style", {
9165
- children: loadingCircleStyle$2V
9199
+ children: loadingCircleStyle$2X
9166
9200
  }), /*#__PURE__*/React.createElement("svg", _extends({
9167
9201
  xmlns: "http://www.w3.org/2000/svg",
9168
9202
  width: size,
@@ -9198,7 +9232,7 @@ ChartFunnel.defaultProps = {
9198
9232
  size: '16'
9199
9233
  };
9200
9234
 
9201
- var loadingCircleStyle$2W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9235
+ var loadingCircleStyle$2Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9202
9236
 
9203
9237
  var ChartInterval = function ChartInterval(props) {
9204
9238
  var color = props.color,
@@ -9212,7 +9246,7 @@ var ChartInterval = function ChartInterval(props) {
9212
9246
  return /*#__PURE__*/React.createElement("span", {
9213
9247
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9214
9248
  }, /*#__PURE__*/React.createElement("style", {
9215
- children: loadingCircleStyle$2W
9249
+ children: loadingCircleStyle$2Y
9216
9250
  }), /*#__PURE__*/React.createElement("svg", _extends({
9217
9251
  xmlns: "http://www.w3.org/2000/svg",
9218
9252
  width: size,
@@ -9246,7 +9280,7 @@ ChartInterval.defaultProps = {
9246
9280
  size: '16'
9247
9281
  };
9248
9282
 
9249
- var loadingCircleStyle$2X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9283
+ var loadingCircleStyle$2Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9250
9284
 
9251
9285
  var ChartStack = function ChartStack(props) {
9252
9286
  var color = props.color,
@@ -9260,7 +9294,7 @@ var ChartStack = function ChartStack(props) {
9260
9294
  return /*#__PURE__*/React.createElement("span", {
9261
9295
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9262
9296
  }, /*#__PURE__*/React.createElement("style", {
9263
- children: loadingCircleStyle$2X
9297
+ children: loadingCircleStyle$2Z
9264
9298
  }), /*#__PURE__*/React.createElement("svg", _extends({
9265
9299
  xmlns: "http://www.w3.org/2000/svg",
9266
9300
  width: size,
@@ -9294,7 +9328,7 @@ ChartStack.defaultProps = {
9294
9328
  size: '16'
9295
9329
  };
9296
9330
 
9297
- var loadingCircleStyle$2Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9331
+ var loadingCircleStyle$2_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9298
9332
 
9299
9333
  var ChartStackn = function ChartStackn(props) {
9300
9334
  var color = props.color,
@@ -9308,7 +9342,7 @@ var ChartStackn = function ChartStackn(props) {
9308
9342
  return /*#__PURE__*/React.createElement("span", {
9309
9343
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9310
9344
  }, /*#__PURE__*/React.createElement("style", {
9311
- children: loadingCircleStyle$2Y
9345
+ children: loadingCircleStyle$2_
9312
9346
  }), /*#__PURE__*/React.createElement("svg", _extends({
9313
9347
  xmlns: "http://www.w3.org/2000/svg",
9314
9348
  width: size,
@@ -9342,7 +9376,7 @@ ChartStackn.defaultProps = {
9342
9376
  size: '16'
9343
9377
  };
9344
9378
 
9345
- var loadingCircleStyle$2Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9379
+ var loadingCircleStyle$2$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9346
9380
 
9347
9381
  var ChartStackPerc = function ChartStackPerc(props) {
9348
9382
  var color = props.color,
@@ -9356,7 +9390,7 @@ var ChartStackPerc = function ChartStackPerc(props) {
9356
9390
  return /*#__PURE__*/React.createElement("span", {
9357
9391
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9358
9392
  }, /*#__PURE__*/React.createElement("style", {
9359
- children: loadingCircleStyle$2Z
9393
+ children: loadingCircleStyle$2$
9360
9394
  }), /*#__PURE__*/React.createElement("svg", _extends({
9361
9395
  xmlns: "http://www.w3.org/2000/svg",
9362
9396
  width: size,
@@ -9390,7 +9424,7 @@ ChartStackPerc.defaultProps = {
9390
9424
  size: '16'
9391
9425
  };
9392
9426
 
9393
- var loadingCircleStyle$2_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9427
+ var loadingCircleStyle$30 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9394
9428
 
9395
9429
  var ChartComplex = function ChartComplex(props) {
9396
9430
  var color = props.color,
@@ -9404,7 +9438,7 @@ var ChartComplex = function ChartComplex(props) {
9404
9438
  return /*#__PURE__*/React.createElement("span", {
9405
9439
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9406
9440
  }, /*#__PURE__*/React.createElement("style", {
9407
- children: loadingCircleStyle$2_
9441
+ children: loadingCircleStyle$30
9408
9442
  }), /*#__PURE__*/React.createElement("svg", _extends({
9409
9443
  xmlns: "http://www.w3.org/2000/svg",
9410
9444
  width: size,
@@ -9444,7 +9478,7 @@ ChartComplex.defaultProps = {
9444
9478
  size: '16'
9445
9479
  };
9446
9480
 
9447
- var loadingCircleStyle$2$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9481
+ var loadingCircleStyle$31 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9448
9482
 
9449
9483
  var ChartHistogram = function ChartHistogram(props) {
9450
9484
  var color = props.color,
@@ -9458,7 +9492,7 @@ var ChartHistogram = function ChartHistogram(props) {
9458
9492
  return /*#__PURE__*/React.createElement("span", {
9459
9493
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9460
9494
  }, /*#__PURE__*/React.createElement("style", {
9461
- children: loadingCircleStyle$2$
9495
+ children: loadingCircleStyle$31
9462
9496
  }), /*#__PURE__*/React.createElement("svg", _extends({
9463
9497
  xmlns: "http://www.w3.org/2000/svg",
9464
9498
  width: size,
@@ -9504,7 +9538,7 @@ ChartHistogram.defaultProps = {
9504
9538
  size: '16'
9505
9539
  };
9506
9540
 
9507
- var loadingCircleStyle$30 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9541
+ var loadingCircleStyle$32 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9508
9542
 
9509
9543
  var ChartTable = function ChartTable(props) {
9510
9544
  var color = props.color,
@@ -9518,7 +9552,7 @@ var ChartTable = function ChartTable(props) {
9518
9552
  return /*#__PURE__*/React.createElement("span", {
9519
9553
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9520
9554
  }, /*#__PURE__*/React.createElement("style", {
9521
- children: loadingCircleStyle$30
9555
+ children: loadingCircleStyle$32
9522
9556
  }), /*#__PURE__*/React.createElement("svg", _extends({
9523
9557
  xmlns: "http://www.w3.org/2000/svg",
9524
9558
  width: size,
@@ -9550,7 +9584,7 @@ ChartTable.defaultProps = {
9550
9584
  size: '16'
9551
9585
  };
9552
9586
 
9553
- var loadingCircleStyle$31 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9587
+ var loadingCircleStyle$33 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9554
9588
 
9555
9589
  var ChartFieldlist = function ChartFieldlist(props) {
9556
9590
  var color = props.color,
@@ -9564,7 +9598,7 @@ var ChartFieldlist = function ChartFieldlist(props) {
9564
9598
  return /*#__PURE__*/React.createElement("span", {
9565
9599
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9566
9600
  }, /*#__PURE__*/React.createElement("style", {
9567
- children: loadingCircleStyle$31
9601
+ children: loadingCircleStyle$33
9568
9602
  }), /*#__PURE__*/React.createElement("svg", _extends({
9569
9603
  xmlns: "http://www.w3.org/2000/svg",
9570
9604
  width: size,
@@ -9596,7 +9630,7 @@ ChartFieldlist.defaultProps = {
9596
9630
  size: '16'
9597
9631
  };
9598
9632
 
9599
- var loadingCircleStyle$32 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9633
+ var loadingCircleStyle$34 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9600
9634
 
9601
9635
  var Table1dtable = function Table1dtable(props) {
9602
9636
  var color = props.color,
@@ -9610,7 +9644,7 @@ var Table1dtable = function Table1dtable(props) {
9610
9644
  return /*#__PURE__*/React.createElement("span", {
9611
9645
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9612
9646
  }, /*#__PURE__*/React.createElement("style", {
9613
- children: loadingCircleStyle$32
9647
+ children: loadingCircleStyle$34
9614
9648
  }), /*#__PURE__*/React.createElement("svg", _extends({
9615
9649
  xmlns: "http://www.w3.org/2000/svg",
9616
9650
  width: size,
@@ -9660,7 +9694,7 @@ Table1dtable.defaultProps = {
9660
9694
  size: '16'
9661
9695
  };
9662
9696
 
9663
- var loadingCircleStyle$33 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9697
+ var loadingCircleStyle$35 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9664
9698
 
9665
9699
  var ChartSqltable = function ChartSqltable(props) {
9666
9700
  var color = props.color,
@@ -9674,7 +9708,7 @@ var ChartSqltable = function ChartSqltable(props) {
9674
9708
  return /*#__PURE__*/React.createElement("span", {
9675
9709
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9676
9710
  }, /*#__PURE__*/React.createElement("style", {
9677
- children: loadingCircleStyle$33
9711
+ children: loadingCircleStyle$35
9678
9712
  }), /*#__PURE__*/React.createElement("svg", _extends({
9679
9713
  xmlns: "http://www.w3.org/2000/svg",
9680
9714
  width: size,
@@ -9706,7 +9740,7 @@ ChartSqltable.defaultProps = {
9706
9740
  size: '16'
9707
9741
  };
9708
9742
 
9709
- var loadingCircleStyle$34 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9743
+ var loadingCircleStyle$36 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9710
9744
 
9711
9745
  var ChartCombinedTable = function ChartCombinedTable(props) {
9712
9746
  var color = props.color,
@@ -9720,7 +9754,7 @@ var ChartCombinedTable = function ChartCombinedTable(props) {
9720
9754
  return /*#__PURE__*/React.createElement("span", {
9721
9755
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9722
9756
  }, /*#__PURE__*/React.createElement("style", {
9723
- children: loadingCircleStyle$34
9757
+ children: loadingCircleStyle$36
9724
9758
  }), /*#__PURE__*/React.createElement("svg", _extends({
9725
9759
  xmlns: "http://www.w3.org/2000/svg",
9726
9760
  width: size,
@@ -9752,7 +9786,7 @@ ChartCombinedTable.defaultProps = {
9752
9786
  size: '16'
9753
9787
  };
9754
9788
 
9755
- var loadingCircleStyle$35 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9789
+ var loadingCircleStyle$37 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9756
9790
 
9757
9791
  var ChartDistTable = function ChartDistTable(props) {
9758
9792
  var color = props.color,
@@ -9766,7 +9800,7 @@ var ChartDistTable = function ChartDistTable(props) {
9766
9800
  return /*#__PURE__*/React.createElement("span", {
9767
9801
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9768
9802
  }, /*#__PURE__*/React.createElement("style", {
9769
- children: loadingCircleStyle$35
9803
+ children: loadingCircleStyle$37
9770
9804
  }), /*#__PURE__*/React.createElement("svg", _extends({
9771
9805
  xmlns: "http://www.w3.org/2000/svg",
9772
9806
  width: size,
@@ -9798,7 +9832,7 @@ ChartDistTable.defaultProps = {
9798
9832
  size: '16'
9799
9833
  };
9800
9834
 
9801
- var loadingCircleStyle$36 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9835
+ var loadingCircleStyle$38 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9802
9836
 
9803
9837
  var ChartBarTable = function ChartBarTable(props) {
9804
9838
  var color = props.color,
@@ -9812,7 +9846,7 @@ var ChartBarTable = function ChartBarTable(props) {
9812
9846
  return /*#__PURE__*/React.createElement("span", {
9813
9847
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9814
9848
  }, /*#__PURE__*/React.createElement("style", {
9815
- children: loadingCircleStyle$36
9849
+ children: loadingCircleStyle$38
9816
9850
  }), /*#__PURE__*/React.createElement("svg", _extends({
9817
9851
  xmlns: "http://www.w3.org/2000/svg",
9818
9852
  width: size,
@@ -9846,7 +9880,7 @@ ChartBarTable.defaultProps = {
9846
9880
  size: '16'
9847
9881
  };
9848
9882
 
9849
- var loadingCircleStyle$37 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9883
+ var loadingCircleStyle$39 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9850
9884
 
9851
9885
  var ChartLineTable = function ChartLineTable(props) {
9852
9886
  var color = props.color,
@@ -9860,7 +9894,7 @@ var ChartLineTable = function ChartLineTable(props) {
9860
9894
  return /*#__PURE__*/React.createElement("span", {
9861
9895
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9862
9896
  }, /*#__PURE__*/React.createElement("style", {
9863
- children: loadingCircleStyle$37
9897
+ children: loadingCircleStyle$39
9864
9898
  }), /*#__PURE__*/React.createElement("svg", _extends({
9865
9899
  xmlns: "http://www.w3.org/2000/svg",
9866
9900
  width: size,
@@ -9900,7 +9934,7 @@ ChartLineTable.defaultProps = {
9900
9934
  size: '16'
9901
9935
  };
9902
9936
 
9903
- var loadingCircleStyle$38 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9937
+ var loadingCircleStyle$3a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9904
9938
 
9905
9939
  var Play = function Play(props) {
9906
9940
  var color = props.color,
@@ -9914,7 +9948,7 @@ var Play = function Play(props) {
9914
9948
  return /*#__PURE__*/React.createElement("span", {
9915
9949
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9916
9950
  }, /*#__PURE__*/React.createElement("style", {
9917
- children: loadingCircleStyle$38
9951
+ children: loadingCircleStyle$3a
9918
9952
  }), /*#__PURE__*/React.createElement("svg", _extends({
9919
9953
  xmlns: "http://www.w3.org/2000/svg",
9920
9954
  width: size,
@@ -9946,7 +9980,7 @@ Play.defaultProps = {
9946
9980
  size: '16'
9947
9981
  };
9948
9982
 
9949
- var loadingCircleStyle$39 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9983
+ var loadingCircleStyle$3b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9950
9984
 
9951
9985
  var Config = function Config(props) {
9952
9986
  var color = props.color,
@@ -9960,7 +9994,7 @@ var Config = function Config(props) {
9960
9994
  return /*#__PURE__*/React.createElement("span", {
9961
9995
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9962
9996
  }, /*#__PURE__*/React.createElement("style", {
9963
- children: loadingCircleStyle$39
9997
+ children: loadingCircleStyle$3b
9964
9998
  }), /*#__PURE__*/React.createElement("svg", _extends({
9965
9999
  xmlns: "http://www.w3.org/2000/svg",
9966
10000
  width: size,
@@ -9992,7 +10026,7 @@ Config.defaultProps = {
9992
10026
  size: '16'
9993
10027
  };
9994
10028
 
9995
- var loadingCircleStyle$3a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10029
+ var loadingCircleStyle$3c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9996
10030
 
9997
10031
  var Setting = function Setting(props) {
9998
10032
  var color = props.color,
@@ -10006,7 +10040,7 @@ var Setting = function Setting(props) {
10006
10040
  return /*#__PURE__*/React.createElement("span", {
10007
10041
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10008
10042
  }, /*#__PURE__*/React.createElement("style", {
10009
- children: loadingCircleStyle$3a
10043
+ children: loadingCircleStyle$3c
10010
10044
  }), /*#__PURE__*/React.createElement("svg", _extends({
10011
10045
  xmlns: "http://www.w3.org/2000/svg",
10012
10046
  width: size,
@@ -10038,7 +10072,7 @@ Setting.defaultProps = {
10038
10072
  size: '16'
10039
10073
  };
10040
10074
 
10041
- var loadingCircleStyle$3b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10075
+ var loadingCircleStyle$3d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10042
10076
 
10043
10077
  var Search = function Search(props) {
10044
10078
  var color = props.color,
@@ -10052,7 +10086,7 @@ var Search = function Search(props) {
10052
10086
  return /*#__PURE__*/React.createElement("span", {
10053
10087
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10054
10088
  }, /*#__PURE__*/React.createElement("style", {
10055
- children: loadingCircleStyle$3b
10089
+ children: loadingCircleStyle$3d
10056
10090
  }), /*#__PURE__*/React.createElement("svg", _extends({
10057
10091
  xmlns: "http://www.w3.org/2000/svg",
10058
10092
  width: size,
@@ -10084,7 +10118,7 @@ Search.defaultProps = {
10084
10118
  size: '16'
10085
10119
  };
10086
10120
 
10087
- var loadingCircleStyle$3c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10121
+ var loadingCircleStyle$3e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10088
10122
 
10089
10123
  var Copy = function Copy(props) {
10090
10124
  var color = props.color,
@@ -10098,7 +10132,7 @@ var Copy = function Copy(props) {
10098
10132
  return /*#__PURE__*/React.createElement("span", {
10099
10133
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10100
10134
  }, /*#__PURE__*/React.createElement("style", {
10101
- children: loadingCircleStyle$3c
10135
+ children: loadingCircleStyle$3e
10102
10136
  }), /*#__PURE__*/React.createElement("svg", _extends({
10103
10137
  xmlns: "http://www.w3.org/2000/svg",
10104
10138
  width: size,
@@ -10130,7 +10164,7 @@ Copy.defaultProps = {
10130
10164
  size: '16'
10131
10165
  };
10132
10166
 
10133
- var loadingCircleStyle$3d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10167
+ var loadingCircleStyle$3f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10134
10168
 
10135
10169
  var Copy2 = function Copy2(props) {
10136
10170
  var color = props.color,
@@ -10144,7 +10178,7 @@ var Copy2 = function Copy2(props) {
10144
10178
  return /*#__PURE__*/React.createElement("span", {
10145
10179
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10146
10180
  }, /*#__PURE__*/React.createElement("style", {
10147
- children: loadingCircleStyle$3d
10181
+ children: loadingCircleStyle$3f
10148
10182
  }), /*#__PURE__*/React.createElement("svg", _extends({
10149
10183
  xmlns: "http://www.w3.org/2000/svg",
10150
10184
  width: size,
@@ -10176,7 +10210,7 @@ Copy2.defaultProps = {
10176
10210
  size: '16'
10177
10211
  };
10178
10212
 
10179
- var loadingCircleStyle$3e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10213
+ var loadingCircleStyle$3g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10180
10214
 
10181
10215
  var Format = function Format(props) {
10182
10216
  var color = props.color,
@@ -10190,7 +10224,7 @@ var Format = function Format(props) {
10190
10224
  return /*#__PURE__*/React.createElement("span", {
10191
10225
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10192
10226
  }, /*#__PURE__*/React.createElement("style", {
10193
- children: loadingCircleStyle$3e
10227
+ children: loadingCircleStyle$3g
10194
10228
  }), /*#__PURE__*/React.createElement("svg", _extends({
10195
10229
  xmlns: "http://www.w3.org/2000/svg",
10196
10230
  width: size,
@@ -10224,7 +10258,7 @@ Format.defaultProps = {
10224
10258
  size: '16'
10225
10259
  };
10226
10260
 
10227
- var loadingCircleStyle$3f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10261
+ var loadingCircleStyle$3h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10228
10262
 
10229
10263
  var Code = function Code(props) {
10230
10264
  var color = props.color,
@@ -10238,7 +10272,7 @@ var Code = function Code(props) {
10238
10272
  return /*#__PURE__*/React.createElement("span", {
10239
10273
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10240
10274
  }, /*#__PURE__*/React.createElement("style", {
10241
- children: loadingCircleStyle$3f
10275
+ children: loadingCircleStyle$3h
10242
10276
  }), /*#__PURE__*/React.createElement("svg", _extends({
10243
10277
  xmlns: "http://www.w3.org/2000/svg",
10244
10278
  width: size,
@@ -10270,7 +10304,7 @@ Code.defaultProps = {
10270
10304
  size: '16'
10271
10305
  };
10272
10306
 
10273
- var loadingCircleStyle$3g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10307
+ var loadingCircleStyle$3i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10274
10308
 
10275
10309
  var Edit = function Edit(props) {
10276
10310
  var color = props.color,
@@ -10284,7 +10318,7 @@ var Edit = function Edit(props) {
10284
10318
  return /*#__PURE__*/React.createElement("span", {
10285
10319
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10286
10320
  }, /*#__PURE__*/React.createElement("style", {
10287
- children: loadingCircleStyle$3g
10321
+ children: loadingCircleStyle$3i
10288
10322
  }), /*#__PURE__*/React.createElement("svg", _extends({
10289
10323
  xmlns: "http://www.w3.org/2000/svg",
10290
10324
  width: size,
@@ -10316,7 +10350,7 @@ Edit.defaultProps = {
10316
10350
  size: '16'
10317
10351
  };
10318
10352
 
10319
- var loadingCircleStyle$3h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10353
+ var loadingCircleStyle$3j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10320
10354
 
10321
10355
  var EditFill = function EditFill(props) {
10322
10356
  var color = props.color,
@@ -10330,7 +10364,7 @@ var EditFill = function EditFill(props) {
10330
10364
  return /*#__PURE__*/React.createElement("span", {
10331
10365
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10332
10366
  }, /*#__PURE__*/React.createElement("style", {
10333
- children: loadingCircleStyle$3h
10367
+ children: loadingCircleStyle$3j
10334
10368
  }), /*#__PURE__*/React.createElement("svg", _extends({
10335
10369
  xmlns: "http://www.w3.org/2000/svg",
10336
10370
  width: size,
@@ -10364,7 +10398,7 @@ EditFill.defaultProps = {
10364
10398
  size: '16'
10365
10399
  };
10366
10400
 
10367
- var loadingCircleStyle$3i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10401
+ var loadingCircleStyle$3k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10368
10402
 
10369
10403
  var Delete1 = function Delete1(props) {
10370
10404
  var color = props.color,
@@ -10378,7 +10412,7 @@ var Delete1 = function Delete1(props) {
10378
10412
  return /*#__PURE__*/React.createElement("span", {
10379
10413
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10380
10414
  }, /*#__PURE__*/React.createElement("style", {
10381
- children: loadingCircleStyle$3i
10415
+ children: loadingCircleStyle$3k
10382
10416
  }), /*#__PURE__*/React.createElement("svg", _extends({
10383
10417
  xmlns: "http://www.w3.org/2000/svg",
10384
10418
  width: size,
@@ -10410,7 +10444,7 @@ Delete1.defaultProps = {
10410
10444
  size: '16'
10411
10445
  };
10412
10446
 
10413
- var loadingCircleStyle$3j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10447
+ var loadingCircleStyle$3l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10414
10448
 
10415
10449
  var Save = function Save(props) {
10416
10450
  var color = props.color,
@@ -10424,7 +10458,7 @@ var Save = function Save(props) {
10424
10458
  return /*#__PURE__*/React.createElement("span", {
10425
10459
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10426
10460
  }, /*#__PURE__*/React.createElement("style", {
10427
- children: loadingCircleStyle$3j
10461
+ children: loadingCircleStyle$3l
10428
10462
  }), /*#__PURE__*/React.createElement("svg", _extends({
10429
10463
  xmlns: "http://www.w3.org/2000/svg",
10430
10464
  width: size,
@@ -10456,7 +10490,7 @@ Save.defaultProps = {
10456
10490
  size: '16'
10457
10491
  };
10458
10492
 
10459
- var loadingCircleStyle$3k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10493
+ var loadingCircleStyle$3m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10460
10494
 
10461
10495
  var Send = function Send(props) {
10462
10496
  var color = props.color,
@@ -10470,7 +10504,7 @@ var Send = function Send(props) {
10470
10504
  return /*#__PURE__*/React.createElement("span", {
10471
10505
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10472
10506
  }, /*#__PURE__*/React.createElement("style", {
10473
- children: loadingCircleStyle$3k
10507
+ children: loadingCircleStyle$3m
10474
10508
  }), /*#__PURE__*/React.createElement("svg", _extends({
10475
10509
  xmlns: "http://www.w3.org/2000/svg",
10476
10510
  width: size,
@@ -10502,7 +10536,7 @@ Send.defaultProps = {
10502
10536
  size: '16'
10503
10537
  };
10504
10538
 
10505
- var loadingCircleStyle$3l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10539
+ var loadingCircleStyle$3n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10506
10540
 
10507
10541
  var Fullscreen = function Fullscreen(props) {
10508
10542
  var color = props.color,
@@ -10516,7 +10550,7 @@ var Fullscreen = function Fullscreen(props) {
10516
10550
  return /*#__PURE__*/React.createElement("span", {
10517
10551
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10518
10552
  }, /*#__PURE__*/React.createElement("style", {
10519
- children: loadingCircleStyle$3l
10553
+ children: loadingCircleStyle$3n
10520
10554
  }), /*#__PURE__*/React.createElement("svg", _extends({
10521
10555
  xmlns: "http://www.w3.org/2000/svg",
10522
10556
  width: size,
@@ -10548,7 +10582,7 @@ Fullscreen.defaultProps = {
10548
10582
  size: '16'
10549
10583
  };
10550
10584
 
10551
- var loadingCircleStyle$3m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10585
+ var loadingCircleStyle$3o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10552
10586
 
10553
10587
  var ArrowLeftDown = function ArrowLeftDown(props) {
10554
10588
  var color = props.color,
@@ -10562,7 +10596,7 @@ var ArrowLeftDown = function ArrowLeftDown(props) {
10562
10596
  return /*#__PURE__*/React.createElement("span", {
10563
10597
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10564
10598
  }, /*#__PURE__*/React.createElement("style", {
10565
- children: loadingCircleStyle$3m
10599
+ children: loadingCircleStyle$3o
10566
10600
  }), /*#__PURE__*/React.createElement("svg", _extends({
10567
10601
  xmlns: "http://www.w3.org/2000/svg",
10568
10602
  width: size,
@@ -10594,7 +10628,7 @@ ArrowLeftDown.defaultProps = {
10594
10628
  size: '16'
10595
10629
  };
10596
10630
 
10597
- var loadingCircleStyle$3n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10631
+ var loadingCircleStyle$3p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10598
10632
 
10599
10633
  var Link = function Link(props) {
10600
10634
  var color = props.color,
@@ -10608,7 +10642,7 @@ var Link = function Link(props) {
10608
10642
  return /*#__PURE__*/React.createElement("span", {
10609
10643
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10610
10644
  }, /*#__PURE__*/React.createElement("style", {
10611
- children: loadingCircleStyle$3n
10645
+ children: loadingCircleStyle$3p
10612
10646
  }), /*#__PURE__*/React.createElement("svg", _extends({
10613
10647
  xmlns: "http://www.w3.org/2000/svg",
10614
10648
  width: size,
@@ -10644,7 +10678,7 @@ Link.defaultProps = {
10644
10678
  size: '16'
10645
10679
  };
10646
10680
 
10647
- var loadingCircleStyle$3o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10681
+ var loadingCircleStyle$3q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10648
10682
 
10649
10683
  var Unlink = function Unlink(props) {
10650
10684
  var color = props.color,
@@ -10658,7 +10692,7 @@ var Unlink = function Unlink(props) {
10658
10692
  return /*#__PURE__*/React.createElement("span", {
10659
10693
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10660
10694
  }, /*#__PURE__*/React.createElement("style", {
10661
- children: loadingCircleStyle$3o
10695
+ children: loadingCircleStyle$3q
10662
10696
  }), /*#__PURE__*/React.createElement("svg", _extends({
10663
10697
  xmlns: "http://www.w3.org/2000/svg",
10664
10698
  width: size,
@@ -10696,7 +10730,7 @@ Unlink.defaultProps = {
10696
10730
  size: '16'
10697
10731
  };
10698
10732
 
10699
- var loadingCircleStyle$3p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10733
+ var loadingCircleStyle$3r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10700
10734
 
10701
10735
  var MenuUnfold = function MenuUnfold(props) {
10702
10736
  var color = props.color,
@@ -10710,7 +10744,7 @@ var MenuUnfold = function MenuUnfold(props) {
10710
10744
  return /*#__PURE__*/React.createElement("span", {
10711
10745
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10712
10746
  }, /*#__PURE__*/React.createElement("style", {
10713
- children: loadingCircleStyle$3p
10747
+ children: loadingCircleStyle$3r
10714
10748
  }), /*#__PURE__*/React.createElement("svg", _extends({
10715
10749
  xmlns: "http://www.w3.org/2000/svg",
10716
10750
  width: size,
@@ -10742,7 +10776,7 @@ MenuUnfold.defaultProps = {
10742
10776
  size: '16'
10743
10777
  };
10744
10778
 
10745
- var loadingCircleStyle$3q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10779
+ var loadingCircleStyle$3s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10746
10780
 
10747
10781
  var MenuFold = function MenuFold(props) {
10748
10782
  var color = props.color,
@@ -10756,7 +10790,7 @@ var MenuFold = function MenuFold(props) {
10756
10790
  return /*#__PURE__*/React.createElement("span", {
10757
10791
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10758
10792
  }, /*#__PURE__*/React.createElement("style", {
10759
- children: loadingCircleStyle$3q
10793
+ children: loadingCircleStyle$3s
10760
10794
  }), /*#__PURE__*/React.createElement("svg", _extends({
10761
10795
  xmlns: "http://www.w3.org/2000/svg",
10762
10796
  width: size,
@@ -10788,7 +10822,7 @@ MenuFold.defaultProps = {
10788
10822
  size: '16'
10789
10823
  };
10790
10824
 
10791
- var loadingCircleStyle$3r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10825
+ var loadingCircleStyle$3t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10792
10826
 
10793
10827
  var List = function List(props) {
10794
10828
  var color = props.color,
@@ -10802,7 +10836,7 @@ var List = function List(props) {
10802
10836
  return /*#__PURE__*/React.createElement("span", {
10803
10837
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10804
10838
  }, /*#__PURE__*/React.createElement("style", {
10805
- children: loadingCircleStyle$3r
10839
+ children: loadingCircleStyle$3t
10806
10840
  }), /*#__PURE__*/React.createElement("svg", _extends({
10807
10841
  xmlns: "http://www.w3.org/2000/svg",
10808
10842
  width: size,
@@ -10834,7 +10868,7 @@ List.defaultProps = {
10834
10868
  size: '16'
10835
10869
  };
10836
10870
 
10837
- var loadingCircleStyle$3s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10871
+ var loadingCircleStyle$3u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10838
10872
 
10839
10873
  var ListNested = function ListNested(props) {
10840
10874
  var color = props.color,
@@ -10848,7 +10882,7 @@ var ListNested = function ListNested(props) {
10848
10882
  return /*#__PURE__*/React.createElement("span", {
10849
10883
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10850
10884
  }, /*#__PURE__*/React.createElement("style", {
10851
- children: loadingCircleStyle$3s
10885
+ children: loadingCircleStyle$3u
10852
10886
  }), /*#__PURE__*/React.createElement("svg", _extends({
10853
10887
  xmlns: "http://www.w3.org/2000/svg",
10854
10888
  width: size,
@@ -10882,7 +10916,7 @@ ListNested.defaultProps = {
10882
10916
  size: '16'
10883
10917
  };
10884
10918
 
10885
- var loadingCircleStyle$3t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10919
+ var loadingCircleStyle$3v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10886
10920
 
10887
10921
  var DoubleList = function DoubleList(props) {
10888
10922
  var color = props.color,
@@ -10896,7 +10930,7 @@ var DoubleList = function DoubleList(props) {
10896
10930
  return /*#__PURE__*/React.createElement("span", {
10897
10931
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10898
10932
  }, /*#__PURE__*/React.createElement("style", {
10899
- children: loadingCircleStyle$3t
10933
+ children: loadingCircleStyle$3v
10900
10934
  }), /*#__PURE__*/React.createElement("svg", _extends({
10901
10935
  xmlns: "http://www.w3.org/2000/svg",
10902
10936
  width: size,
@@ -10938,7 +10972,7 @@ DoubleList.defaultProps = {
10938
10972
  size: '16'
10939
10973
  };
10940
10974
 
10941
- var loadingCircleStyle$3u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10975
+ var loadingCircleStyle$3w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10942
10976
 
10943
10977
  var Download = function Download(props) {
10944
10978
  var color = props.color,
@@ -10952,7 +10986,7 @@ var Download = function Download(props) {
10952
10986
  return /*#__PURE__*/React.createElement("span", {
10953
10987
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10954
10988
  }, /*#__PURE__*/React.createElement("style", {
10955
- children: loadingCircleStyle$3u
10989
+ children: loadingCircleStyle$3w
10956
10990
  }), /*#__PURE__*/React.createElement("svg", _extends({
10957
10991
  xmlns: "http://www.w3.org/2000/svg",
10958
10992
  width: size,
@@ -10984,7 +11018,7 @@ Download.defaultProps = {
10984
11018
  size: '16'
10985
11019
  };
10986
11020
 
10987
- var loadingCircleStyle$3v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11021
+ var loadingCircleStyle$3x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10988
11022
 
10989
11023
  var FullDownload = function FullDownload(props) {
10990
11024
  var color = props.color,
@@ -10998,7 +11032,7 @@ var FullDownload = function FullDownload(props) {
10998
11032
  return /*#__PURE__*/React.createElement("span", {
10999
11033
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11000
11034
  }, /*#__PURE__*/React.createElement("style", {
11001
- children: loadingCircleStyle$3v
11035
+ children: loadingCircleStyle$3x
11002
11036
  }), /*#__PURE__*/React.createElement("svg", _extends({
11003
11037
  xmlns: "http://www.w3.org/2000/svg",
11004
11038
  width: size,
@@ -11032,7 +11066,7 @@ FullDownload.defaultProps = {
11032
11066
  size: '16'
11033
11067
  };
11034
11068
 
11035
- var loadingCircleStyle$3w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11069
+ var loadingCircleStyle$3y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11036
11070
 
11037
11071
  var Export = function Export(props) {
11038
11072
  var color = props.color,
@@ -11046,7 +11080,7 @@ var Export = function Export(props) {
11046
11080
  return /*#__PURE__*/React.createElement("span", {
11047
11081
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11048
11082
  }, /*#__PURE__*/React.createElement("style", {
11049
- children: loadingCircleStyle$3w
11083
+ children: loadingCircleStyle$3y
11050
11084
  }), /*#__PURE__*/React.createElement("svg", _extends({
11051
11085
  xmlns: "http://www.w3.org/2000/svg",
11052
11086
  width: size,
@@ -11080,7 +11114,7 @@ Export.defaultProps = {
11080
11114
  size: '16'
11081
11115
  };
11082
11116
 
11083
- var loadingCircleStyle$3x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11117
+ var loadingCircleStyle$3z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11084
11118
 
11085
11119
  var Import = function Import(props) {
11086
11120
  var color = props.color,
@@ -11094,7 +11128,7 @@ var Import = function Import(props) {
11094
11128
  return /*#__PURE__*/React.createElement("span", {
11095
11129
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11096
11130
  }, /*#__PURE__*/React.createElement("style", {
11097
- children: loadingCircleStyle$3x
11131
+ children: loadingCircleStyle$3z
11098
11132
  }), /*#__PURE__*/React.createElement("svg", _extends({
11099
11133
  xmlns: "http://www.w3.org/2000/svg",
11100
11134
  width: size,
@@ -11128,7 +11162,7 @@ Import.defaultProps = {
11128
11162
  size: '16'
11129
11163
  };
11130
11164
 
11131
- var loadingCircleStyle$3y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11165
+ var loadingCircleStyle$3A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11132
11166
 
11133
11167
  var Add1 = function Add1(props) {
11134
11168
  var color = props.color,
@@ -11142,7 +11176,7 @@ var Add1 = function Add1(props) {
11142
11176
  return /*#__PURE__*/React.createElement("span", {
11143
11177
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11144
11178
  }, /*#__PURE__*/React.createElement("style", {
11145
- children: loadingCircleStyle$3y
11179
+ children: loadingCircleStyle$3A
11146
11180
  }), /*#__PURE__*/React.createElement("svg", _extends({
11147
11181
  xmlns: "http://www.w3.org/2000/svg",
11148
11182
  width: size,
@@ -11174,7 +11208,7 @@ Add1.defaultProps = {
11174
11208
  size: '16'
11175
11209
  };
11176
11210
 
11177
- var loadingCircleStyle$3z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11211
+ var loadingCircleStyle$3B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11178
11212
 
11179
11213
  var Add2 = function Add2(props) {
11180
11214
  var color = props.color,
@@ -11188,7 +11222,7 @@ var Add2 = function Add2(props) {
11188
11222
  return /*#__PURE__*/React.createElement("span", {
11189
11223
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11190
11224
  }, /*#__PURE__*/React.createElement("style", {
11191
- children: loadingCircleStyle$3z
11225
+ children: loadingCircleStyle$3B
11192
11226
  }), /*#__PURE__*/React.createElement("svg", _extends({
11193
11227
  xmlns: "http://www.w3.org/2000/svg",
11194
11228
  width: size,
@@ -11220,7 +11254,7 @@ Add2.defaultProps = {
11220
11254
  size: '16'
11221
11255
  };
11222
11256
 
11223
- var loadingCircleStyle$3A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11257
+ var loadingCircleStyle$3C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11224
11258
 
11225
11259
  var Add3 = function Add3(props) {
11226
11260
  var color = props.color,
@@ -11234,7 +11268,7 @@ var Add3 = function Add3(props) {
11234
11268
  return /*#__PURE__*/React.createElement("span", {
11235
11269
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11236
11270
  }, /*#__PURE__*/React.createElement("style", {
11237
- children: loadingCircleStyle$3A
11271
+ children: loadingCircleStyle$3C
11238
11272
  }), /*#__PURE__*/React.createElement("svg", _extends({
11239
11273
  xmlns: "http://www.w3.org/2000/svg",
11240
11274
  width: size,
@@ -11266,7 +11300,7 @@ Add3.defaultProps = {
11266
11300
  size: '16'
11267
11301
  };
11268
11302
 
11269
- var loadingCircleStyle$3B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11303
+ var loadingCircleStyle$3D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11270
11304
 
11271
11305
  var Add3Fill = function Add3Fill(props) {
11272
11306
  var color = props.color,
@@ -11280,7 +11314,7 @@ var Add3Fill = function Add3Fill(props) {
11280
11314
  return /*#__PURE__*/React.createElement("span", {
11281
11315
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11282
11316
  }, /*#__PURE__*/React.createElement("style", {
11283
- children: loadingCircleStyle$3B
11317
+ children: loadingCircleStyle$3D
11284
11318
  }), /*#__PURE__*/React.createElement("svg", _extends({
11285
11319
  xmlns: "http://www.w3.org/2000/svg",
11286
11320
  width: size,
@@ -11312,7 +11346,7 @@ Add3Fill.defaultProps = {
11312
11346
  size: '16'
11313
11347
  };
11314
11348
 
11315
- var loadingCircleStyle$3C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11349
+ var loadingCircleStyle$3E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11316
11350
 
11317
11351
  var Subtract = function Subtract(props) {
11318
11352
  var color = props.color,
@@ -11326,7 +11360,7 @@ var Subtract = function Subtract(props) {
11326
11360
  return /*#__PURE__*/React.createElement("span", {
11327
11361
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11328
11362
  }, /*#__PURE__*/React.createElement("style", {
11329
- children: loadingCircleStyle$3C
11363
+ children: loadingCircleStyle$3E
11330
11364
  }), /*#__PURE__*/React.createElement("svg", _extends({
11331
11365
  xmlns: "http://www.w3.org/2000/svg",
11332
11366
  width: size,
@@ -11361,7 +11395,7 @@ Subtract.defaultProps = {
11361
11395
  size: '16'
11362
11396
  };
11363
11397
 
11364
- var loadingCircleStyle$3D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11398
+ var loadingCircleStyle$3F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11365
11399
 
11366
11400
  var Subtract2 = function Subtract2(props) {
11367
11401
  var color = props.color,
@@ -11375,7 +11409,7 @@ var Subtract2 = function Subtract2(props) {
11375
11409
  return /*#__PURE__*/React.createElement("span", {
11376
11410
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11377
11411
  }, /*#__PURE__*/React.createElement("style", {
11378
- children: loadingCircleStyle$3D
11412
+ children: loadingCircleStyle$3F
11379
11413
  }), /*#__PURE__*/React.createElement("svg", _extends({
11380
11414
  xmlns: "http://www.w3.org/2000/svg",
11381
11415
  width: size,
@@ -11411,7 +11445,7 @@ Subtract2.defaultProps = {
11411
11445
  size: '16'
11412
11446
  };
11413
11447
 
11414
- var loadingCircleStyle$3E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11448
+ var loadingCircleStyle$3G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11415
11449
 
11416
11450
  var Update = function Update(props) {
11417
11451
  var color = props.color,
@@ -11425,7 +11459,7 @@ var Update = function Update(props) {
11425
11459
  return /*#__PURE__*/React.createElement("span", {
11426
11460
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11427
11461
  }, /*#__PURE__*/React.createElement("style", {
11428
- children: loadingCircleStyle$3E
11462
+ children: loadingCircleStyle$3G
11429
11463
  }), /*#__PURE__*/React.createElement("svg", _extends({
11430
11464
  xmlns: "http://www.w3.org/2000/svg",
11431
11465
  width: size,
@@ -11457,7 +11491,7 @@ Update.defaultProps = {
11457
11491
  size: '16'
11458
11492
  };
11459
11493
 
11460
- var loadingCircleStyle$3F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11494
+ var loadingCircleStyle$3H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11461
11495
 
11462
11496
  var Rename = function Rename(props) {
11463
11497
  var color = props.color,
@@ -11471,7 +11505,7 @@ var Rename = function Rename(props) {
11471
11505
  return /*#__PURE__*/React.createElement("span", {
11472
11506
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11473
11507
  }, /*#__PURE__*/React.createElement("style", {
11474
- children: loadingCircleStyle$3F
11508
+ children: loadingCircleStyle$3H
11475
11509
  }), /*#__PURE__*/React.createElement("svg", _extends({
11476
11510
  xmlns: "http://www.w3.org/2000/svg",
11477
11511
  width: size,
@@ -11505,7 +11539,7 @@ Rename.defaultProps = {
11505
11539
  size: '16'
11506
11540
  };
11507
11541
 
11508
- var loadingCircleStyle$3G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11542
+ var loadingCircleStyle$3I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11509
11543
 
11510
11544
  var PlayCircle = function PlayCircle(props) {
11511
11545
  var color = props.color,
@@ -11519,7 +11553,7 @@ var PlayCircle = function PlayCircle(props) {
11519
11553
  return /*#__PURE__*/React.createElement("span", {
11520
11554
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11521
11555
  }, /*#__PURE__*/React.createElement("style", {
11522
- children: loadingCircleStyle$3G
11556
+ children: loadingCircleStyle$3I
11523
11557
  }), /*#__PURE__*/React.createElement("svg", _extends({
11524
11558
  xmlns: "http://www.w3.org/2000/svg",
11525
11559
  width: size,
@@ -11551,7 +11585,7 @@ PlayCircle.defaultProps = {
11551
11585
  size: '16'
11552
11586
  };
11553
11587
 
11554
- var loadingCircleStyle$3H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11588
+ var loadingCircleStyle$3J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11555
11589
 
11556
11590
  var PauseCircle = function PauseCircle(props) {
11557
11591
  var color = props.color,
@@ -11565,7 +11599,7 @@ var PauseCircle = function PauseCircle(props) {
11565
11599
  return /*#__PURE__*/React.createElement("span", {
11566
11600
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11567
11601
  }, /*#__PURE__*/React.createElement("style", {
11568
- children: loadingCircleStyle$3H
11602
+ children: loadingCircleStyle$3J
11569
11603
  }), /*#__PURE__*/React.createElement("svg", _extends({
11570
11604
  xmlns: "http://www.w3.org/2000/svg",
11571
11605
  width: size,
@@ -11597,9 +11631,107 @@ PauseCircle.defaultProps = {
11597
11631
  size: '16'
11598
11632
  };
11599
11633
 
11600
- var loadingCircleStyle$3I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11634
+ var loadingCircleStyle$3K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11635
+
11636
+ var UpdateData = function UpdateData(props) {
11637
+ var color = props.color,
11638
+ size = props.size,
11639
+ spin = props.spin,
11640
+ style = props.style,
11641
+ className = props.className,
11642
+ iconClassName = props.iconClassName,
11643
+ otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className", "iconClassName"]);
11644
+
11645
+ return /*#__PURE__*/React.createElement("span", {
11646
+ className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11647
+ }, /*#__PURE__*/React.createElement("style", {
11648
+ children: loadingCircleStyle$3K
11649
+ }), /*#__PURE__*/React.createElement("svg", _extends({
11650
+ xmlns: "http://www.w3.org/2000/svg",
11651
+ width: size,
11652
+ height: size,
11653
+ viewBox: "0 0 24 24",
11654
+ fill: color
11655
+ }, otherProps, {
11656
+ className: iconClassName,
11657
+ style: _objectSpread2(_objectSpread2({}, style), spin ? {
11658
+ animationDuration: '1s',
11659
+ animationIterationCount: 'infinite',
11660
+ animationName: 'loadingCircle',
11661
+ animationTimingFunction: 'linear'
11662
+ } : {})
11663
+ }), /*#__PURE__*/React.createElement("path", {
11664
+ d: "M16 12h-3v4h-2v-4H8l4-4 4 4z"
11665
+ }), /*#__PURE__*/React.createElement("path", {
11666
+ fillRule: "evenodd",
11667
+ clipRule: "evenodd",
11668
+ d: "M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10zm-2 0a8 8 0 11-16 0 8 8 0 0116 0z"
11669
+ })));
11670
+ };
11671
+
11672
+ UpdateData.propTypes = {
11673
+ iconClassName: PropTypes.string,
11674
+ spin: PropTypes.bool,
11675
+ color: PropTypes.string,
11676
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
11677
+ };
11678
+ UpdateData.defaultProps = {
11679
+ spin: false,
11680
+ color: 'currentColor',
11681
+ size: '16'
11682
+ };
11683
+
11684
+ var loadingCircleStyle$3L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11685
+
11686
+ var Upload = function Upload(props) {
11687
+ var color = props.color,
11688
+ size = props.size,
11689
+ spin = props.spin,
11690
+ style = props.style,
11691
+ className = props.className,
11692
+ iconClassName = props.iconClassName,
11693
+ otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className", "iconClassName"]);
11694
+
11695
+ return /*#__PURE__*/React.createElement("span", {
11696
+ className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11697
+ }, /*#__PURE__*/React.createElement("style", {
11698
+ children: loadingCircleStyle$3L
11699
+ }), /*#__PURE__*/React.createElement("svg", _extends({
11700
+ xmlns: "http://www.w3.org/2000/svg",
11701
+ width: size,
11702
+ height: size,
11703
+ viewBox: "0 0 24 24",
11704
+ fill: color
11705
+ }, otherProps, {
11706
+ className: iconClassName,
11707
+ style: _objectSpread2(_objectSpread2({}, style), spin ? {
11708
+ animationDuration: '1s',
11709
+ animationIterationCount: 'infinite',
11710
+ animationName: 'loadingCircle',
11711
+ animationTimingFunction: 'linear'
11712
+ } : {})
11713
+ }), /*#__PURE__*/React.createElement("path", {
11714
+ d: "M6.808 7.614L11.23 3.32c.005-.008.012-.013.018-.017l.006-.006c.162-.157.372-.256.582-.285.01 0 .018-.002.027-.003a.17.17 0 01.027-.003C11.926 3 11.962 3 11.998 3l.102.006a.17.17 0 01.027.003l.027.003c.216.029.42.128.582.285l4.446 4.317a1.003 1.003 0 010 1.444 1.08 1.08 0 01-1.488 0l-2.658-2.58v9.454c0 .56-.474 1.02-1.05 1.02a1.09 1.09 0 01-.744-.298.992.992 0 01-.306-.722V6.478l-2.658 2.58a1.08 1.08 0 01-1.488 0 1.022 1.022 0 01.018-1.444z"
11715
+ }), /*#__PURE__*/React.createElement("path", {
11716
+ d: "M21.528 16.856v4.095a.906.906 0 01-.03.228.9.9 0 01-.882.705H3.378a.893.893 0 01-.894-.781c-.012-.053-.012-.1-.012-.157V16.85c0-.483.408-.873.9-.873.246 0 .474.099.636.256a.864.864 0 01.264.617v3.28h15.462v-3.28c0-.483.408-.873.9-.873.246 0 .474.099.636.256a.909.909 0 01.258.623z"
11717
+ })));
11718
+ };
11719
+
11720
+ Upload.propTypes = {
11721
+ iconClassName: PropTypes.string,
11722
+ spin: PropTypes.bool,
11723
+ color: PropTypes.string,
11724
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
11725
+ };
11726
+ Upload.defaultProps = {
11727
+ spin: false,
11728
+ color: 'currentColor',
11729
+ size: '16'
11730
+ };
11731
+
11732
+ var loadingCircleStyle$3M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11601
11733
 
11602
- var Upload = function Upload(props) {
11734
+ var Click = function Click(props) {
11603
11735
  var color = props.color,
11604
11736
  size = props.size,
11605
11737
  spin = props.spin,
@@ -11611,7 +11743,7 @@ var Upload = function Upload(props) {
11611
11743
  return /*#__PURE__*/React.createElement("span", {
11612
11744
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11613
11745
  }, /*#__PURE__*/React.createElement("style", {
11614
- children: loadingCircleStyle$3I
11746
+ children: loadingCircleStyle$3M
11615
11747
  }), /*#__PURE__*/React.createElement("svg", _extends({
11616
11748
  xmlns: "http://www.w3.org/2000/svg",
11617
11749
  width: size,
@@ -11627,27 +11759,25 @@ var Upload = function Upload(props) {
11627
11759
  animationTimingFunction: 'linear'
11628
11760
  } : {})
11629
11761
  }), /*#__PURE__*/React.createElement("path", {
11630
- d: "M4 3h16a1 1 0 011 1v16a1 1 0 01-1 1H4a1 1 0 01-1-1V4a1 1 0 011-1zm1 2v14h14V5H5z"
11631
- }), /*#__PURE__*/React.createElement("path", {
11632
- d: "M12.999 12h3l-4-4-4 4h3v4h2v-4z"
11762
+ d: "M10.5 1a.84.84 0 01.589.24.816.816 0 01.244.582V4.56a.816.816 0 01-.244.581.84.84 0 01-1.179 0 .816.816 0 01-.244-.58V1.82c0-.217.088-.426.244-.58A.84.84 0 0110.5 1zM5.189 3.158a.84.84 0 011.178 0L8.31 5.075a.822.822 0 01.265.587.811.811 0 01-.244.595.834.834 0 01-.604.24.843.843 0 01-.595-.26L5.19 4.318a.816.816 0 010-1.16zm10.622 0a.816.816 0 010 1.161l-1.945 1.917a.831.831 0 01-.595.262.844.844 0 01-.604-.24.821.821 0 01-.244-.596.813.813 0 01.265-.587l1.945-1.917a.84.84 0 011.178 0zM3 8.394c0-.217.088-.426.244-.58a.84.84 0 01.59-.241H6.61a.84.84 0 01.59.24.816.816 0 010 1.162.84.84 0 01-.59.241H3.833a.84.84 0 01-.589-.24A.816.816 0 013 8.393zm9.085-.289c-.95-.804-2.419-.138-2.419 1.097v12.35c0 1.326 1.661 1.952 2.558.964l2.904-3.202a1.709 1.709 0 011.197-.555l4.266-.17c1.33-.052 1.906-1.685.895-2.54l-9.4-7.944zm-.752 12.928v-11.4l8.68 7.336-3.756.147c-.45.018-.891.125-1.298.315-.407.189-.772.457-1.072.788l-2.554 2.814z"
11633
11763
  })));
11634
11764
  };
11635
11765
 
11636
- Upload.propTypes = {
11766
+ Click.propTypes = {
11637
11767
  iconClassName: PropTypes.string,
11638
11768
  spin: PropTypes.bool,
11639
11769
  color: PropTypes.string,
11640
11770
  size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
11641
11771
  };
11642
- Upload.defaultProps = {
11772
+ Click.defaultProps = {
11643
11773
  spin: false,
11644
11774
  color: 'currentColor',
11645
11775
  size: '16'
11646
11776
  };
11647
11777
 
11648
- var loadingCircleStyle$3J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11778
+ var loadingCircleStyle$3N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11649
11779
 
11650
- var UpdateData = function UpdateData(props) {
11780
+ var Install = function Install(props) {
11651
11781
  var color = props.color,
11652
11782
  size = props.size,
11653
11783
  spin = props.spin,
@@ -11659,7 +11789,7 @@ var UpdateData = function UpdateData(props) {
11659
11789
  return /*#__PURE__*/React.createElement("span", {
11660
11790
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11661
11791
  }, /*#__PURE__*/React.createElement("style", {
11662
- children: loadingCircleStyle$3J
11792
+ children: loadingCircleStyle$3N
11663
11793
  }), /*#__PURE__*/React.createElement("svg", _extends({
11664
11794
  xmlns: "http://www.w3.org/2000/svg",
11665
11795
  width: size,
@@ -11675,29 +11805,23 @@ var UpdateData = function UpdateData(props) {
11675
11805
  animationTimingFunction: 'linear'
11676
11806
  } : {})
11677
11807
  }), /*#__PURE__*/React.createElement("path", {
11678
- d: "M12.999 12h3l-4-4-4 4h3v4h2v-4z"
11679
- }), /*#__PURE__*/React.createElement("rect", {
11680
- x: "3",
11681
- y: "3",
11682
- width: "18",
11683
- height: "18",
11684
- rx: "9"
11808
+ d: "M9 2v2H5l-.001 10h14L19 4h-4V2h5a1 1 0 011 1v18a1 1 0 01-1 1H4a1 1 0 01-1-1V3a1 1 0 011-1h5zm9.999 14h-14L5 20h14l-.001-4zM17 17v2h-2v-2h2zM13 2v5h3l-4 4-4-4h3V2h2z"
11685
11809
  })));
11686
11810
  };
11687
11811
 
11688
- UpdateData.propTypes = {
11812
+ Install.propTypes = {
11689
11813
  iconClassName: PropTypes.string,
11690
11814
  spin: PropTypes.bool,
11691
11815
  color: PropTypes.string,
11692
11816
  size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
11693
11817
  };
11694
- UpdateData.defaultProps = {
11818
+ Install.defaultProps = {
11695
11819
  spin: false,
11696
11820
  color: 'currentColor',
11697
11821
  size: '16'
11698
11822
  };
11699
11823
 
11700
- var loadingCircleStyle$3K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11824
+ var loadingCircleStyle$3O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11701
11825
 
11702
11826
  var Report = function Report(props) {
11703
11827
  var color = props.color,
@@ -11711,7 +11835,7 @@ var Report = function Report(props) {
11711
11835
  return /*#__PURE__*/React.createElement("span", {
11712
11836
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11713
11837
  }, /*#__PURE__*/React.createElement("style", {
11714
- children: loadingCircleStyle$3K
11838
+ children: loadingCircleStyle$3O
11715
11839
  }), /*#__PURE__*/React.createElement("svg", _extends({
11716
11840
  xmlns: "http://www.w3.org/2000/svg",
11717
11841
  width: size,
@@ -11743,7 +11867,7 @@ Report.defaultProps = {
11743
11867
  size: '16'
11744
11868
  };
11745
11869
 
11746
- var loadingCircleStyle$3L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11870
+ var loadingCircleStyle$3P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11747
11871
 
11748
11872
  var ReportRemoval = function ReportRemoval(props) {
11749
11873
  var color = props.color,
@@ -11757,7 +11881,7 @@ var ReportRemoval = function ReportRemoval(props) {
11757
11881
  return /*#__PURE__*/React.createElement("span", {
11758
11882
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11759
11883
  }, /*#__PURE__*/React.createElement("style", {
11760
- children: loadingCircleStyle$3L
11884
+ children: loadingCircleStyle$3P
11761
11885
  }), /*#__PURE__*/React.createElement("svg", _extends({
11762
11886
  xmlns: "http://www.w3.org/2000/svg",
11763
11887
  width: size,
@@ -11797,7 +11921,7 @@ ReportRemoval.defaultProps = {
11797
11921
  size: '16'
11798
11922
  };
11799
11923
 
11800
- var loadingCircleStyle$3M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11924
+ var loadingCircleStyle$3Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11801
11925
 
11802
11926
  var FileAdd = function FileAdd(props) {
11803
11927
  var color = props.color,
@@ -11811,7 +11935,7 @@ var FileAdd = function FileAdd(props) {
11811
11935
  return /*#__PURE__*/React.createElement("span", {
11812
11936
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11813
11937
  }, /*#__PURE__*/React.createElement("style", {
11814
- children: loadingCircleStyle$3M
11938
+ children: loadingCircleStyle$3Q
11815
11939
  }), /*#__PURE__*/React.createElement("svg", _extends({
11816
11940
  xmlns: "http://www.w3.org/2000/svg",
11817
11941
  width: size,
@@ -11843,7 +11967,7 @@ FileAdd.defaultProps = {
11843
11967
  size: '16'
11844
11968
  };
11845
11969
 
11846
- var loadingCircleStyle$3N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11970
+ var loadingCircleStyle$3R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11847
11971
 
11848
11972
  var FileRemove = function FileRemove(props) {
11849
11973
  var color = props.color,
@@ -11857,7 +11981,7 @@ var FileRemove = function FileRemove(props) {
11857
11981
  return /*#__PURE__*/React.createElement("span", {
11858
11982
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11859
11983
  }, /*#__PURE__*/React.createElement("style", {
11860
- children: loadingCircleStyle$3N
11984
+ children: loadingCircleStyle$3R
11861
11985
  }), /*#__PURE__*/React.createElement("svg", _extends({
11862
11986
  xmlns: "http://www.w3.org/2000/svg",
11863
11987
  width: size,
@@ -11891,7 +12015,7 @@ FileRemove.defaultProps = {
11891
12015
  size: '16'
11892
12016
  };
11893
12017
 
11894
- var loadingCircleStyle$3O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12018
+ var loadingCircleStyle$3S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11895
12019
 
11896
12020
  var FileExport = function FileExport(props) {
11897
12021
  var color = props.color,
@@ -11905,7 +12029,7 @@ var FileExport = function FileExport(props) {
11905
12029
  return /*#__PURE__*/React.createElement("span", {
11906
12030
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11907
12031
  }, /*#__PURE__*/React.createElement("style", {
11908
- children: loadingCircleStyle$3O
12032
+ children: loadingCircleStyle$3S
11909
12033
  }), /*#__PURE__*/React.createElement("svg", _extends({
11910
12034
  xmlns: "http://www.w3.org/2000/svg",
11911
12035
  width: size,
@@ -11937,7 +12061,7 @@ FileExport.defaultProps = {
11937
12061
  size: '16'
11938
12062
  };
11939
12063
 
11940
- var loadingCircleStyle$3P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12064
+ var loadingCircleStyle$3T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11941
12065
 
11942
12066
  var FileMove = function FileMove(props) {
11943
12067
  var color = props.color,
@@ -11951,7 +12075,7 @@ var FileMove = function FileMove(props) {
11951
12075
  return /*#__PURE__*/React.createElement("span", {
11952
12076
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11953
12077
  }, /*#__PURE__*/React.createElement("style", {
11954
- children: loadingCircleStyle$3P
12078
+ children: loadingCircleStyle$3T
11955
12079
  }), /*#__PURE__*/React.createElement("svg", _extends({
11956
12080
  xmlns: "http://www.w3.org/2000/svg",
11957
12081
  width: size,
@@ -11983,7 +12107,7 @@ FileMove.defaultProps = {
11983
12107
  size: '16'
11984
12108
  };
11985
12109
 
11986
- var loadingCircleStyle$3Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12110
+ var loadingCircleStyle$3U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11987
12111
 
11988
12112
  var FileImport = function FileImport(props) {
11989
12113
  var color = props.color,
@@ -11997,7 +12121,7 @@ var FileImport = function FileImport(props) {
11997
12121
  return /*#__PURE__*/React.createElement("span", {
11998
12122
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11999
12123
  }, /*#__PURE__*/React.createElement("style", {
12000
- children: loadingCircleStyle$3Q
12124
+ children: loadingCircleStyle$3U
12001
12125
  }), /*#__PURE__*/React.createElement("svg", _extends({
12002
12126
  xmlns: "http://www.w3.org/2000/svg",
12003
12127
  width: size,
@@ -12029,7 +12153,7 @@ FileImport.defaultProps = {
12029
12153
  size: '16'
12030
12154
  };
12031
12155
 
12032
- var loadingCircleStyle$3R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12156
+ var loadingCircleStyle$3V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12033
12157
 
12034
12158
  var FileInfo = function FileInfo(props) {
12035
12159
  var color = props.color,
@@ -12043,7 +12167,7 @@ var FileInfo = function FileInfo(props) {
12043
12167
  return /*#__PURE__*/React.createElement("span", {
12044
12168
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12045
12169
  }, /*#__PURE__*/React.createElement("style", {
12046
- children: loadingCircleStyle$3R
12170
+ children: loadingCircleStyle$3V
12047
12171
  }), /*#__PURE__*/React.createElement("svg", _extends({
12048
12172
  xmlns: "http://www.w3.org/2000/svg",
12049
12173
  width: size,
@@ -12075,7 +12199,7 @@ FileInfo.defaultProps = {
12075
12199
  size: '16'
12076
12200
  };
12077
12201
 
12078
- var loadingCircleStyle$3S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12202
+ var loadingCircleStyle$3W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12079
12203
 
12080
12204
  var FileConvert = function FileConvert(props) {
12081
12205
  var color = props.color,
@@ -12089,7 +12213,7 @@ var FileConvert = function FileConvert(props) {
12089
12213
  return /*#__PURE__*/React.createElement("span", {
12090
12214
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12091
12215
  }, /*#__PURE__*/React.createElement("style", {
12092
- children: loadingCircleStyle$3S
12216
+ children: loadingCircleStyle$3W
12093
12217
  }), /*#__PURE__*/React.createElement("svg", _extends({
12094
12218
  xmlns: "http://www.w3.org/2000/svg",
12095
12219
  width: size,
@@ -12127,7 +12251,7 @@ FileConvert.defaultProps = {
12127
12251
  size: '16'
12128
12252
  };
12129
12253
 
12130
- var loadingCircleStyle$3T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12254
+ var loadingCircleStyle$3X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12131
12255
 
12132
12256
  var AssetConvert = function AssetConvert(props) {
12133
12257
  var color = props.color,
@@ -12141,7 +12265,7 @@ var AssetConvert = function AssetConvert(props) {
12141
12265
  return /*#__PURE__*/React.createElement("span", {
12142
12266
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12143
12267
  }, /*#__PURE__*/React.createElement("style", {
12144
- children: loadingCircleStyle$3T
12268
+ children: loadingCircleStyle$3X
12145
12269
  }), /*#__PURE__*/React.createElement("svg", _extends({
12146
12270
  xmlns: "http://www.w3.org/2000/svg",
12147
12271
  width: size,
@@ -12179,7 +12303,7 @@ AssetConvert.defaultProps = {
12179
12303
  size: '16'
12180
12304
  };
12181
12305
 
12182
- var loadingCircleStyle$3U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12306
+ var loadingCircleStyle$3Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12183
12307
 
12184
12308
  var FileLock = function FileLock(props) {
12185
12309
  var color = props.color,
@@ -12193,7 +12317,7 @@ var FileLock = function FileLock(props) {
12193
12317
  return /*#__PURE__*/React.createElement("span", {
12194
12318
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12195
12319
  }, /*#__PURE__*/React.createElement("style", {
12196
- children: loadingCircleStyle$3U
12320
+ children: loadingCircleStyle$3Y
12197
12321
  }), /*#__PURE__*/React.createElement("svg", _extends({
12198
12322
  xmlns: "http://www.w3.org/2000/svg",
12199
12323
  width: size,
@@ -12225,7 +12349,7 @@ FileLock.defaultProps = {
12225
12349
  size: '16'
12226
12350
  };
12227
12351
 
12228
- var loadingCircleStyle$3V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12352
+ var loadingCircleStyle$3Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12229
12353
 
12230
12354
  var FilePdf = function FilePdf(props) {
12231
12355
  var color = props.color,
@@ -12239,7 +12363,7 @@ var FilePdf = function FilePdf(props) {
12239
12363
  return /*#__PURE__*/React.createElement("span", {
12240
12364
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12241
12365
  }, /*#__PURE__*/React.createElement("style", {
12242
- children: loadingCircleStyle$3V
12366
+ children: loadingCircleStyle$3Z
12243
12367
  }), /*#__PURE__*/React.createElement("svg", _extends({
12244
12368
  xmlns: "http://www.w3.org/2000/svg",
12245
12369
  width: size,
@@ -12271,7 +12395,7 @@ FilePdf.defaultProps = {
12271
12395
  size: '16'
12272
12396
  };
12273
12397
 
12274
- var loadingCircleStyle$3W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12398
+ var loadingCircleStyle$3_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12275
12399
 
12276
12400
  var Detail = function Detail(props) {
12277
12401
  var color = props.color,
@@ -12285,7 +12409,7 @@ var Detail = function Detail(props) {
12285
12409
  return /*#__PURE__*/React.createElement("span", {
12286
12410
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12287
12411
  }, /*#__PURE__*/React.createElement("style", {
12288
- children: loadingCircleStyle$3W
12412
+ children: loadingCircleStyle$3_
12289
12413
  }), /*#__PURE__*/React.createElement("svg", _extends({
12290
12414
  xmlns: "http://www.w3.org/2000/svg",
12291
12415
  width: size,
@@ -12301,7 +12425,7 @@ var Detail = function Detail(props) {
12301
12425
  animationTimingFunction: 'linear'
12302
12426
  } : {})
12303
12427
  }), /*#__PURE__*/React.createElement("path", {
12304
- d: "M18.222 20H5.778a.767.767 0 01-.55-.234A.812.812 0 015 19.2V4.8c0-.212.082-.416.228-.566A.767.767 0 015.778 4h12.444c.206 0 .404.084.55.234.146.15.228.354.228.566v14.4a.812.812 0 01-.228.566.767.767 0 01-.55.234zm-.778-1.6V5.6H6.556v12.8h10.888zM8.89 9.6h6.222v1.6H8.89V9.6zm0 3.2h6.222v1.6H8.89v-1.6z"
12428
+ d: "M20 22H4a1 1 0 01-1-1V3a1 1 0 011-1h16a1 1 0 011 1v18a1 1 0 01-1 1zm-1-2V4H5v16h14zM8 9h8v2H8V9zm0 4h8v2H8v-2z"
12305
12429
  })));
12306
12430
  };
12307
12431
 
@@ -12317,7 +12441,7 @@ Detail.defaultProps = {
12317
12441
  size: '16'
12318
12442
  };
12319
12443
 
12320
- var loadingCircleStyle$3X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12444
+ var loadingCircleStyle$3$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12321
12445
 
12322
12446
  var MessageCenter = function MessageCenter(props) {
12323
12447
  var color = props.color,
@@ -12331,7 +12455,7 @@ var MessageCenter = function MessageCenter(props) {
12331
12455
  return /*#__PURE__*/React.createElement("span", {
12332
12456
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12333
12457
  }, /*#__PURE__*/React.createElement("style", {
12334
- children: loadingCircleStyle$3X
12458
+ children: loadingCircleStyle$3$
12335
12459
  }), /*#__PURE__*/React.createElement("svg", _extends({
12336
12460
  xmlns: "http://www.w3.org/2000/svg",
12337
12461
  width: size,
@@ -12371,7 +12495,7 @@ MessageCenter.defaultProps = {
12371
12495
  size: '16'
12372
12496
  };
12373
12497
 
12374
- var loadingCircleStyle$3Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12498
+ var loadingCircleStyle$40 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12375
12499
 
12376
12500
  var SystemMsg = function SystemMsg(props) {
12377
12501
  var color = props.color,
@@ -12385,7 +12509,7 @@ var SystemMsg = function SystemMsg(props) {
12385
12509
  return /*#__PURE__*/React.createElement("span", {
12386
12510
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12387
12511
  }, /*#__PURE__*/React.createElement("style", {
12388
- children: loadingCircleStyle$3Y
12512
+ children: loadingCircleStyle$40
12389
12513
  }), /*#__PURE__*/React.createElement("svg", _extends({
12390
12514
  xmlns: "http://www.w3.org/2000/svg",
12391
12515
  width: size,
@@ -12423,7 +12547,7 @@ SystemMsg.defaultProps = {
12423
12547
  size: '16'
12424
12548
  };
12425
12549
 
12426
- var loadingCircleStyle$3Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12550
+ var loadingCircleStyle$41 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12427
12551
 
12428
12552
  var Comment = function Comment(props) {
12429
12553
  var color = props.color,
@@ -12437,7 +12561,7 @@ var Comment = function Comment(props) {
12437
12561
  return /*#__PURE__*/React.createElement("span", {
12438
12562
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12439
12563
  }, /*#__PURE__*/React.createElement("style", {
12440
- children: loadingCircleStyle$3Z
12564
+ children: loadingCircleStyle$41
12441
12565
  }), /*#__PURE__*/React.createElement("svg", _extends({
12442
12566
  xmlns: "http://www.w3.org/2000/svg",
12443
12567
  width: size,
@@ -12473,7 +12597,7 @@ Comment.defaultProps = {
12473
12597
  size: '16'
12474
12598
  };
12475
12599
 
12476
- var loadingCircleStyle$3_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12600
+ var loadingCircleStyle$42 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12477
12601
 
12478
12602
  var Book = function Book(props) {
12479
12603
  var color = props.color,
@@ -12487,7 +12611,7 @@ var Book = function Book(props) {
12487
12611
  return /*#__PURE__*/React.createElement("span", {
12488
12612
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12489
12613
  }, /*#__PURE__*/React.createElement("style", {
12490
- children: loadingCircleStyle$3_
12614
+ children: loadingCircleStyle$42
12491
12615
  }), /*#__PURE__*/React.createElement("svg", _extends({
12492
12616
  xmlns: "http://www.w3.org/2000/svg",
12493
12617
  width: size,
@@ -12519,7 +12643,7 @@ Book.defaultProps = {
12519
12643
  size: '16'
12520
12644
  };
12521
12645
 
12522
- var loadingCircleStyle$3$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12646
+ var loadingCircleStyle$43 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12523
12647
 
12524
12648
  var Book2 = function Book2(props) {
12525
12649
  var color = props.color,
@@ -12533,7 +12657,7 @@ var Book2 = function Book2(props) {
12533
12657
  return /*#__PURE__*/React.createElement("span", {
12534
12658
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12535
12659
  }, /*#__PURE__*/React.createElement("style", {
12536
- children: loadingCircleStyle$3$
12660
+ children: loadingCircleStyle$43
12537
12661
  }), /*#__PURE__*/React.createElement("svg", _extends({
12538
12662
  xmlns: "http://www.w3.org/2000/svg",
12539
12663
  width: size,
@@ -12565,7 +12689,7 @@ Book2.defaultProps = {
12565
12689
  size: '16'
12566
12690
  };
12567
12691
 
12568
- var loadingCircleStyle$40 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12692
+ var loadingCircleStyle$44 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12569
12693
 
12570
12694
  var Sticker = function Sticker(props) {
12571
12695
  var color = props.color,
@@ -12579,7 +12703,7 @@ var Sticker = function Sticker(props) {
12579
12703
  return /*#__PURE__*/React.createElement("span", {
12580
12704
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12581
12705
  }, /*#__PURE__*/React.createElement("style", {
12582
- children: loadingCircleStyle$40
12706
+ children: loadingCircleStyle$44
12583
12707
  }), /*#__PURE__*/React.createElement("svg", _extends({
12584
12708
  xmlns: "http://www.w3.org/2000/svg",
12585
12709
  width: size,
@@ -12611,7 +12735,7 @@ Sticker.defaultProps = {
12611
12735
  size: '16'
12612
12736
  };
12613
12737
 
12614
- var loadingCircleStyle$41 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12738
+ var loadingCircleStyle$45 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12615
12739
 
12616
12740
  var StickerFill = function StickerFill(props) {
12617
12741
  var color = props.color,
@@ -12625,7 +12749,7 @@ var StickerFill = function StickerFill(props) {
12625
12749
  return /*#__PURE__*/React.createElement("span", {
12626
12750
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12627
12751
  }, /*#__PURE__*/React.createElement("style", {
12628
- children: loadingCircleStyle$41
12752
+ children: loadingCircleStyle$45
12629
12753
  }), /*#__PURE__*/React.createElement("svg", _extends({
12630
12754
  xmlns: "http://www.w3.org/2000/svg",
12631
12755
  width: size,
@@ -12657,7 +12781,7 @@ StickerFill.defaultProps = {
12657
12781
  size: '16'
12658
12782
  };
12659
12783
 
12660
- var loadingCircleStyle$42 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12784
+ var loadingCircleStyle$46 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12661
12785
 
12662
12786
  var EventSm = function EventSm(props) {
12663
12787
  var color = props.color,
@@ -12671,7 +12795,7 @@ var EventSm = function EventSm(props) {
12671
12795
  return /*#__PURE__*/React.createElement("span", {
12672
12796
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12673
12797
  }, /*#__PURE__*/React.createElement("style", {
12674
- children: loadingCircleStyle$42
12798
+ children: loadingCircleStyle$46
12675
12799
  }), /*#__PURE__*/React.createElement("svg", _extends({
12676
12800
  xmlns: "http://www.w3.org/2000/svg",
12677
12801
  width: size,
@@ -12703,7 +12827,7 @@ EventSm.defaultProps = {
12703
12827
  size: '16'
12704
12828
  };
12705
12829
 
12706
- var loadingCircleStyle$43 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12830
+ var loadingCircleStyle$47 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12707
12831
 
12708
12832
  var EPropertySm = function EPropertySm(props) {
12709
12833
  var color = props.color,
@@ -12717,7 +12841,7 @@ var EPropertySm = function EPropertySm(props) {
12717
12841
  return /*#__PURE__*/React.createElement("span", {
12718
12842
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12719
12843
  }, /*#__PURE__*/React.createElement("style", {
12720
- children: loadingCircleStyle$43
12844
+ children: loadingCircleStyle$47
12721
12845
  }), /*#__PURE__*/React.createElement("svg", _extends({
12722
12846
  xmlns: "http://www.w3.org/2000/svg",
12723
12847
  width: size,
@@ -12757,7 +12881,7 @@ EPropertySm.defaultProps = {
12757
12881
  size: '16'
12758
12882
  };
12759
12883
 
12760
- var loadingCircleStyle$44 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12884
+ var loadingCircleStyle$48 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12761
12885
 
12762
12886
  var IndicatorSm = function IndicatorSm(props) {
12763
12887
  var color = props.color,
@@ -12771,7 +12895,7 @@ var IndicatorSm = function IndicatorSm(props) {
12771
12895
  return /*#__PURE__*/React.createElement("span", {
12772
12896
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12773
12897
  }, /*#__PURE__*/React.createElement("style", {
12774
- children: loadingCircleStyle$44
12898
+ children: loadingCircleStyle$48
12775
12899
  }), /*#__PURE__*/React.createElement("svg", _extends({
12776
12900
  xmlns: "http://www.w3.org/2000/svg",
12777
12901
  width: size,
@@ -12807,7 +12931,7 @@ IndicatorSm.defaultProps = {
12807
12931
  size: '16'
12808
12932
  };
12809
12933
 
12810
- var loadingCircleStyle$45 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12934
+ var loadingCircleStyle$49 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12811
12935
 
12812
12936
  var UPropertySm = function UPropertySm(props) {
12813
12937
  var color = props.color,
@@ -12821,7 +12945,7 @@ var UPropertySm = function UPropertySm(props) {
12821
12945
  return /*#__PURE__*/React.createElement("span", {
12822
12946
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12823
12947
  }, /*#__PURE__*/React.createElement("style", {
12824
- children: loadingCircleStyle$45
12948
+ children: loadingCircleStyle$49
12825
12949
  }), /*#__PURE__*/React.createElement("svg", _extends({
12826
12950
  xmlns: "http://www.w3.org/2000/svg",
12827
12951
  width: size,
@@ -12859,7 +12983,7 @@ UPropertySm.defaultProps = {
12859
12983
  size: '16'
12860
12984
  };
12861
12985
 
12862
- var loadingCircleStyle$46 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12986
+ var loadingCircleStyle$4a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12863
12987
 
12864
12988
  var UGroupSm = function UGroupSm(props) {
12865
12989
  var color = props.color,
@@ -12873,7 +12997,7 @@ var UGroupSm = function UGroupSm(props) {
12873
12997
  return /*#__PURE__*/React.createElement("span", {
12874
12998
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12875
12999
  }, /*#__PURE__*/React.createElement("style", {
12876
- children: loadingCircleStyle$46
13000
+ children: loadingCircleStyle$4a
12877
13001
  }), /*#__PURE__*/React.createElement("svg", _extends({
12878
13002
  xmlns: "http://www.w3.org/2000/svg",
12879
13003
  width: size,
@@ -12919,7 +13043,7 @@ UGroupSm.defaultProps = {
12919
13043
  size: '16'
12920
13044
  };
12921
13045
 
12922
- var loadingCircleStyle$47 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13046
+ var loadingCircleStyle$4b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12923
13047
 
12924
13048
  var UTagSm = function UTagSm(props) {
12925
13049
  var color = props.color,
@@ -12933,7 +13057,7 @@ var UTagSm = function UTagSm(props) {
12933
13057
  return /*#__PURE__*/React.createElement("span", {
12934
13058
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12935
13059
  }, /*#__PURE__*/React.createElement("style", {
12936
- children: loadingCircleStyle$47
13060
+ children: loadingCircleStyle$4b
12937
13061
  }), /*#__PURE__*/React.createElement("svg", _extends({
12938
13062
  xmlns: "http://www.w3.org/2000/svg",
12939
13063
  width: size,
@@ -12969,7 +13093,7 @@ UTagSm.defaultProps = {
12969
13093
  size: '16'
12970
13094
  };
12971
13095
 
12972
- var loadingCircleStyle$48 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13096
+ var loadingCircleStyle$4c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12973
13097
 
12974
13098
  var AllGroupSm = function AllGroupSm(props) {
12975
13099
  var color = props.color,
@@ -12983,7 +13107,7 @@ var AllGroupSm = function AllGroupSm(props) {
12983
13107
  return /*#__PURE__*/React.createElement("span", {
12984
13108
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12985
13109
  }, /*#__PURE__*/React.createElement("style", {
12986
- children: loadingCircleStyle$48
13110
+ children: loadingCircleStyle$4c
12987
13111
  }), /*#__PURE__*/React.createElement("svg", _extends({
12988
13112
  xmlns: "http://www.w3.org/2000/svg",
12989
13113
  width: size,
@@ -13021,7 +13145,7 @@ AllGroupSm.defaultProps = {
13021
13145
  size: '16'
13022
13146
  };
13023
13147
 
13024
- var loadingCircleStyle$49 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13148
+ var loadingCircleStyle$4d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13025
13149
 
13026
13150
  var CalendarSm = function CalendarSm(props) {
13027
13151
  var color = props.color,
@@ -13035,7 +13159,7 @@ var CalendarSm = function CalendarSm(props) {
13035
13159
  return /*#__PURE__*/React.createElement("span", {
13036
13160
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13037
13161
  }, /*#__PURE__*/React.createElement("style", {
13038
- children: loadingCircleStyle$49
13162
+ children: loadingCircleStyle$4d
13039
13163
  }), /*#__PURE__*/React.createElement("svg", _extends({
13040
13164
  xmlns: "http://www.w3.org/2000/svg",
13041
13165
  width: size,
@@ -13067,7 +13191,7 @@ CalendarSm.defaultProps = {
13067
13191
  size: '16'
13068
13192
  };
13069
13193
 
13070
- var loadingCircleStyle$4a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13194
+ var loadingCircleStyle$4e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13071
13195
 
13072
13196
  var GroupAddSm = function GroupAddSm(props) {
13073
13197
  var color = props.color,
@@ -13081,7 +13205,7 @@ var GroupAddSm = function GroupAddSm(props) {
13081
13205
  return /*#__PURE__*/React.createElement("span", {
13082
13206
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13083
13207
  }, /*#__PURE__*/React.createElement("style", {
13084
- children: loadingCircleStyle$4a
13208
+ children: loadingCircleStyle$4e
13085
13209
  }), /*#__PURE__*/React.createElement("svg", _extends({
13086
13210
  xmlns: "http://www.w3.org/2000/svg",
13087
13211
  width: size,
@@ -13119,7 +13243,7 @@ GroupAddSm.defaultProps = {
13119
13243
  size: '16'
13120
13244
  };
13121
13245
 
13122
- var loadingCircleStyle$4b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13246
+ var loadingCircleStyle$4f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13123
13247
 
13124
13248
  var BooleanSm = function BooleanSm(props) {
13125
13249
  var color = props.color,
@@ -13133,7 +13257,7 @@ var BooleanSm = function BooleanSm(props) {
13133
13257
  return /*#__PURE__*/React.createElement("span", {
13134
13258
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13135
13259
  }, /*#__PURE__*/React.createElement("style", {
13136
- children: loadingCircleStyle$4b
13260
+ children: loadingCircleStyle$4f
13137
13261
  }), /*#__PURE__*/React.createElement("svg", _extends({
13138
13262
  xmlns: "http://www.w3.org/2000/svg",
13139
13263
  width: size,
@@ -13167,7 +13291,7 @@ BooleanSm.defaultProps = {
13167
13291
  size: '16'
13168
13292
  };
13169
13293
 
13170
- var loadingCircleStyle$4c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13294
+ var loadingCircleStyle$4g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13171
13295
 
13172
13296
  var ListSm = function ListSm(props) {
13173
13297
  var color = props.color,
@@ -13181,7 +13305,7 @@ var ListSm = function ListSm(props) {
13181
13305
  return /*#__PURE__*/React.createElement("span", {
13182
13306
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13183
13307
  }, /*#__PURE__*/React.createElement("style", {
13184
- children: loadingCircleStyle$4c
13308
+ children: loadingCircleStyle$4g
13185
13309
  }), /*#__PURE__*/React.createElement("svg", _extends({
13186
13310
  xmlns: "http://www.w3.org/2000/svg",
13187
13311
  width: size,
@@ -13223,7 +13347,7 @@ ListSm.defaultProps = {
13223
13347
  size: '16'
13224
13348
  };
13225
13349
 
13226
- var loadingCircleStyle$4d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13350
+ var loadingCircleStyle$4h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13227
13351
 
13228
13352
  var ArrayRowsSm = function ArrayRowsSm(props) {
13229
13353
  var color = props.color,
@@ -13237,7 +13361,7 @@ var ArrayRowsSm = function ArrayRowsSm(props) {
13237
13361
  return /*#__PURE__*/React.createElement("span", {
13238
13362
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13239
13363
  }, /*#__PURE__*/React.createElement("style", {
13240
- children: loadingCircleStyle$4d
13364
+ children: loadingCircleStyle$4h
13241
13365
  }), /*#__PURE__*/React.createElement("svg", _extends({
13242
13366
  xmlns: "http://www.w3.org/2000/svg",
13243
13367
  width: size,
@@ -13271,7 +13395,7 @@ ArrayRowsSm.defaultProps = {
13271
13395
  size: '16'
13272
13396
  };
13273
13397
 
13274
- var loadingCircleStyle$4e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13398
+ var loadingCircleStyle$4i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13275
13399
 
13276
13400
  var RowsSm = function RowsSm(props) {
13277
13401
  var color = props.color,
@@ -13285,7 +13409,7 @@ var RowsSm = function RowsSm(props) {
13285
13409
  return /*#__PURE__*/React.createElement("span", {
13286
13410
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13287
13411
  }, /*#__PURE__*/React.createElement("style", {
13288
- children: loadingCircleStyle$4e
13412
+ children: loadingCircleStyle$4i
13289
13413
  }), /*#__PURE__*/React.createElement("svg", _extends({
13290
13414
  xmlns: "http://www.w3.org/2000/svg",
13291
13415
  width: size,
@@ -13327,7 +13451,7 @@ RowsSm.defaultProps = {
13327
13451
  size: '16'
13328
13452
  };
13329
13453
 
13330
- var loadingCircleStyle$4f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13454
+ var loadingCircleStyle$4j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13331
13455
 
13332
13456
  var VPropertySm = function VPropertySm(props) {
13333
13457
  var color = props.color,
@@ -13341,7 +13465,7 @@ var VPropertySm = function VPropertySm(props) {
13341
13465
  return /*#__PURE__*/React.createElement("span", {
13342
13466
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13343
13467
  }, /*#__PURE__*/React.createElement("style", {
13344
- children: loadingCircleStyle$4f
13468
+ children: loadingCircleStyle$4j
13345
13469
  }), /*#__PURE__*/React.createElement("svg", _extends({
13346
13470
  xmlns: "http://www.w3.org/2000/svg",
13347
13471
  width: size,
@@ -13379,7 +13503,7 @@ VPropertySm.defaultProps = {
13379
13503
  size: '16'
13380
13504
  };
13381
13505
 
13382
- var loadingCircleStyle$4g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13506
+ var loadingCircleStyle$4k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13383
13507
 
13384
13508
  var StringSm = function StringSm(props) {
13385
13509
  var color = props.color,
@@ -13393,7 +13517,7 @@ var StringSm = function StringSm(props) {
13393
13517
  return /*#__PURE__*/React.createElement("span", {
13394
13518
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13395
13519
  }, /*#__PURE__*/React.createElement("style", {
13396
- children: loadingCircleStyle$4g
13520
+ children: loadingCircleStyle$4k
13397
13521
  }), /*#__PURE__*/React.createElement("svg", _extends({
13398
13522
  xmlns: "http://www.w3.org/2000/svg",
13399
13523
  width: size,
@@ -13427,7 +13551,7 @@ StringSm.defaultProps = {
13427
13551
  size: '16'
13428
13552
  };
13429
13553
 
13430
- var loadingCircleStyle$4h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13554
+ var loadingCircleStyle$4l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13431
13555
 
13432
13556
  var NumSm = function NumSm(props) {
13433
13557
  var color = props.color,
@@ -13441,7 +13565,7 @@ var NumSm = function NumSm(props) {
13441
13565
  return /*#__PURE__*/React.createElement("span", {
13442
13566
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13443
13567
  }, /*#__PURE__*/React.createElement("style", {
13444
- children: loadingCircleStyle$4h
13568
+ children: loadingCircleStyle$4l
13445
13569
  }), /*#__PURE__*/React.createElement("svg", _extends({
13446
13570
  xmlns: "http://www.w3.org/2000/svg",
13447
13571
  width: size,
@@ -13475,7 +13599,7 @@ NumSm.defaultProps = {
13475
13599
  size: '16'
13476
13600
  };
13477
13601
 
13478
- var loadingCircleStyle$4i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13602
+ var loadingCircleStyle$4m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13479
13603
 
13480
13604
  var TimeSm = function TimeSm(props) {
13481
13605
  var color = props.color,
@@ -13489,7 +13613,7 @@ var TimeSm = function TimeSm(props) {
13489
13613
  return /*#__PURE__*/React.createElement("span", {
13490
13614
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13491
13615
  }, /*#__PURE__*/React.createElement("style", {
13492
- children: loadingCircleStyle$4i
13616
+ children: loadingCircleStyle$4m
13493
13617
  }), /*#__PURE__*/React.createElement("svg", _extends({
13494
13618
  xmlns: "http://www.w3.org/2000/svg",
13495
13619
  width: size,
@@ -13523,7 +13647,7 @@ TimeSm.defaultProps = {
13523
13647
  size: '16'
13524
13648
  };
13525
13649
 
13526
- var loadingCircleStyle$4j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13650
+ var loadingCircleStyle$4n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13527
13651
 
13528
13652
  var ArrowLeft = function ArrowLeft(props) {
13529
13653
  var color = props.color,
@@ -13537,7 +13661,7 @@ var ArrowLeft = function ArrowLeft(props) {
13537
13661
  return /*#__PURE__*/React.createElement("span", {
13538
13662
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13539
13663
  }, /*#__PURE__*/React.createElement("style", {
13540
- children: loadingCircleStyle$4j
13664
+ children: loadingCircleStyle$4n
13541
13665
  }), /*#__PURE__*/React.createElement("svg", _extends({
13542
13666
  xmlns: "http://www.w3.org/2000/svg",
13543
13667
  width: size,
@@ -13569,7 +13693,7 @@ ArrowLeft.defaultProps = {
13569
13693
  size: '16'
13570
13694
  };
13571
13695
 
13572
- var loadingCircleStyle$4k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13696
+ var loadingCircleStyle$4o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13573
13697
 
13574
13698
  var ArrowRight = function ArrowRight(props) {
13575
13699
  var color = props.color,
@@ -13583,7 +13707,7 @@ var ArrowRight = function ArrowRight(props) {
13583
13707
  return /*#__PURE__*/React.createElement("span", {
13584
13708
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13585
13709
  }, /*#__PURE__*/React.createElement("style", {
13586
- children: loadingCircleStyle$4k
13710
+ children: loadingCircleStyle$4o
13587
13711
  }), /*#__PURE__*/React.createElement("svg", _extends({
13588
13712
  xmlns: "http://www.w3.org/2000/svg",
13589
13713
  width: size,
@@ -13615,7 +13739,7 @@ ArrowRight.defaultProps = {
13615
13739
  size: '16'
13616
13740
  };
13617
13741
 
13618
- var loadingCircleStyle$4l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13742
+ var loadingCircleStyle$4p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13619
13743
 
13620
13744
  var ArrowUp = function ArrowUp(props) {
13621
13745
  var color = props.color,
@@ -13629,7 +13753,7 @@ var ArrowUp = function ArrowUp(props) {
13629
13753
  return /*#__PURE__*/React.createElement("span", {
13630
13754
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13631
13755
  }, /*#__PURE__*/React.createElement("style", {
13632
- children: loadingCircleStyle$4l
13756
+ children: loadingCircleStyle$4p
13633
13757
  }), /*#__PURE__*/React.createElement("svg", _extends({
13634
13758
  xmlns: "http://www.w3.org/2000/svg",
13635
13759
  width: size,
@@ -13661,7 +13785,7 @@ ArrowUp.defaultProps = {
13661
13785
  size: '16'
13662
13786
  };
13663
13787
 
13664
- var loadingCircleStyle$4m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13788
+ var loadingCircleStyle$4q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13665
13789
 
13666
13790
  var ArrowDown = function ArrowDown(props) {
13667
13791
  var color = props.color,
@@ -13675,7 +13799,7 @@ var ArrowDown = function ArrowDown(props) {
13675
13799
  return /*#__PURE__*/React.createElement("span", {
13676
13800
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13677
13801
  }, /*#__PURE__*/React.createElement("style", {
13678
- children: loadingCircleStyle$4m
13802
+ children: loadingCircleStyle$4q
13679
13803
  }), /*#__PURE__*/React.createElement("svg", _extends({
13680
13804
  xmlns: "http://www.w3.org/2000/svg",
13681
13805
  width: size,
@@ -13707,7 +13831,7 @@ ArrowDown.defaultProps = {
13707
13831
  size: '16'
13708
13832
  };
13709
13833
 
13710
- var loadingCircleStyle$4n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13834
+ var loadingCircleStyle$4r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13711
13835
 
13712
13836
  var ArrowLeft2 = function ArrowLeft2(props) {
13713
13837
  var color = props.color,
@@ -13721,7 +13845,7 @@ var ArrowLeft2 = function ArrowLeft2(props) {
13721
13845
  return /*#__PURE__*/React.createElement("span", {
13722
13846
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13723
13847
  }, /*#__PURE__*/React.createElement("style", {
13724
- children: loadingCircleStyle$4n
13848
+ children: loadingCircleStyle$4r
13725
13849
  }), /*#__PURE__*/React.createElement("svg", _extends({
13726
13850
  xmlns: "http://www.w3.org/2000/svg",
13727
13851
  width: size,
@@ -13753,7 +13877,7 @@ ArrowLeft2.defaultProps = {
13753
13877
  size: '16'
13754
13878
  };
13755
13879
 
13756
- var loadingCircleStyle$4o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13880
+ var loadingCircleStyle$4s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13757
13881
 
13758
13882
  var ArrowRight2 = function ArrowRight2(props) {
13759
13883
  var color = props.color,
@@ -13767,7 +13891,7 @@ var ArrowRight2 = function ArrowRight2(props) {
13767
13891
  return /*#__PURE__*/React.createElement("span", {
13768
13892
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13769
13893
  }, /*#__PURE__*/React.createElement("style", {
13770
- children: loadingCircleStyle$4o
13894
+ children: loadingCircleStyle$4s
13771
13895
  }), /*#__PURE__*/React.createElement("svg", _extends({
13772
13896
  xmlns: "http://www.w3.org/2000/svg",
13773
13897
  width: size,
@@ -13799,7 +13923,7 @@ ArrowRight2.defaultProps = {
13799
13923
  size: '16'
13800
13924
  };
13801
13925
 
13802
- var loadingCircleStyle$4p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13926
+ var loadingCircleStyle$4t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13803
13927
 
13804
13928
  var ArrowUp2 = function ArrowUp2(props) {
13805
13929
  var color = props.color,
@@ -13813,7 +13937,7 @@ var ArrowUp2 = function ArrowUp2(props) {
13813
13937
  return /*#__PURE__*/React.createElement("span", {
13814
13938
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13815
13939
  }, /*#__PURE__*/React.createElement("style", {
13816
- children: loadingCircleStyle$4p
13940
+ children: loadingCircleStyle$4t
13817
13941
  }), /*#__PURE__*/React.createElement("svg", _extends({
13818
13942
  xmlns: "http://www.w3.org/2000/svg",
13819
13943
  width: size,
@@ -13845,7 +13969,7 @@ ArrowUp2.defaultProps = {
13845
13969
  size: '16'
13846
13970
  };
13847
13971
 
13848
- var loadingCircleStyle$4q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13972
+ var loadingCircleStyle$4u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13849
13973
 
13850
13974
  var ArrowDown2 = function ArrowDown2(props) {
13851
13975
  var color = props.color,
@@ -13859,7 +13983,7 @@ var ArrowDown2 = function ArrowDown2(props) {
13859
13983
  return /*#__PURE__*/React.createElement("span", {
13860
13984
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13861
13985
  }, /*#__PURE__*/React.createElement("style", {
13862
- children: loadingCircleStyle$4q
13986
+ children: loadingCircleStyle$4u
13863
13987
  }), /*#__PURE__*/React.createElement("svg", _extends({
13864
13988
  xmlns: "http://www.w3.org/2000/svg",
13865
13989
  width: size,
@@ -13891,7 +14015,7 @@ ArrowDown2.defaultProps = {
13891
14015
  size: '16'
13892
14016
  };
13893
14017
 
13894
- var loadingCircleStyle$4r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14018
+ var loadingCircleStyle$4v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13895
14019
 
13896
14020
  var TriLeft = function TriLeft(props) {
13897
14021
  var color = props.color,
@@ -13905,7 +14029,7 @@ var TriLeft = function TriLeft(props) {
13905
14029
  return /*#__PURE__*/React.createElement("span", {
13906
14030
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13907
14031
  }, /*#__PURE__*/React.createElement("style", {
13908
- children: loadingCircleStyle$4r
14032
+ children: loadingCircleStyle$4v
13909
14033
  }), /*#__PURE__*/React.createElement("svg", _extends({
13910
14034
  xmlns: "http://www.w3.org/2000/svg",
13911
14035
  width: size,
@@ -13937,7 +14061,7 @@ TriLeft.defaultProps = {
13937
14061
  size: '16'
13938
14062
  };
13939
14063
 
13940
- var loadingCircleStyle$4s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14064
+ var loadingCircleStyle$4w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13941
14065
 
13942
14066
  var TriRight = function TriRight(props) {
13943
14067
  var color = props.color,
@@ -13951,7 +14075,7 @@ var TriRight = function TriRight(props) {
13951
14075
  return /*#__PURE__*/React.createElement("span", {
13952
14076
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13953
14077
  }, /*#__PURE__*/React.createElement("style", {
13954
- children: loadingCircleStyle$4s
14078
+ children: loadingCircleStyle$4w
13955
14079
  }), /*#__PURE__*/React.createElement("svg", _extends({
13956
14080
  xmlns: "http://www.w3.org/2000/svg",
13957
14081
  width: size,
@@ -13983,7 +14107,7 @@ TriRight.defaultProps = {
13983
14107
  size: '16'
13984
14108
  };
13985
14109
 
13986
- var loadingCircleStyle$4t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14110
+ var loadingCircleStyle$4x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13987
14111
 
13988
14112
  var TriUp = function TriUp(props) {
13989
14113
  var color = props.color,
@@ -13997,7 +14121,7 @@ var TriUp = function TriUp(props) {
13997
14121
  return /*#__PURE__*/React.createElement("span", {
13998
14122
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13999
14123
  }, /*#__PURE__*/React.createElement("style", {
14000
- children: loadingCircleStyle$4t
14124
+ children: loadingCircleStyle$4x
14001
14125
  }), /*#__PURE__*/React.createElement("svg", _extends({
14002
14126
  xmlns: "http://www.w3.org/2000/svg",
14003
14127
  width: size,
@@ -14029,7 +14153,7 @@ TriUp.defaultProps = {
14029
14153
  size: '16'
14030
14154
  };
14031
14155
 
14032
- var loadingCircleStyle$4u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14156
+ var loadingCircleStyle$4y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14033
14157
 
14034
14158
  var TriDown = function TriDown(props) {
14035
14159
  var color = props.color,
@@ -14043,7 +14167,7 @@ var TriDown = function TriDown(props) {
14043
14167
  return /*#__PURE__*/React.createElement("span", {
14044
14168
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14045
14169
  }, /*#__PURE__*/React.createElement("style", {
14046
- children: loadingCircleStyle$4u
14170
+ children: loadingCircleStyle$4y
14047
14171
  }), /*#__PURE__*/React.createElement("svg", _extends({
14048
14172
  xmlns: "http://www.w3.org/2000/svg",
14049
14173
  width: size,
@@ -14075,7 +14199,7 @@ TriDown.defaultProps = {
14075
14199
  size: '16'
14076
14200
  };
14077
14201
 
14078
- var loadingCircleStyle$4v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14202
+ var loadingCircleStyle$4z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14079
14203
 
14080
14204
  var DArrowL = function DArrowL(props) {
14081
14205
  var color = props.color,
@@ -14089,7 +14213,7 @@ var DArrowL = function DArrowL(props) {
14089
14213
  return /*#__PURE__*/React.createElement("span", {
14090
14214
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14091
14215
  }, /*#__PURE__*/React.createElement("style", {
14092
- children: loadingCircleStyle$4v
14216
+ children: loadingCircleStyle$4z
14093
14217
  }), /*#__PURE__*/React.createElement("svg", _extends({
14094
14218
  xmlns: "http://www.w3.org/2000/svg",
14095
14219
  width: size,
@@ -14123,7 +14247,7 @@ DArrowL.defaultProps = {
14123
14247
  size: '16'
14124
14248
  };
14125
14249
 
14126
- var loadingCircleStyle$4w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14250
+ var loadingCircleStyle$4A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14127
14251
 
14128
14252
  var DArrowR = function DArrowR(props) {
14129
14253
  var color = props.color,
@@ -14137,7 +14261,7 @@ var DArrowR = function DArrowR(props) {
14137
14261
  return /*#__PURE__*/React.createElement("span", {
14138
14262
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14139
14263
  }, /*#__PURE__*/React.createElement("style", {
14140
- children: loadingCircleStyle$4w
14264
+ children: loadingCircleStyle$4A
14141
14265
  }), /*#__PURE__*/React.createElement("svg", _extends({
14142
14266
  xmlns: "http://www.w3.org/2000/svg",
14143
14267
  width: size,
@@ -14171,7 +14295,7 @@ DArrowR.defaultProps = {
14171
14295
  size: '16'
14172
14296
  };
14173
14297
 
14174
- var loadingCircleStyle$4x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14298
+ var loadingCircleStyle$4B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14175
14299
 
14176
14300
  var DArrowT = function DArrowT(props) {
14177
14301
  var color = props.color,
@@ -14185,7 +14309,7 @@ var DArrowT = function DArrowT(props) {
14185
14309
  return /*#__PURE__*/React.createElement("span", {
14186
14310
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14187
14311
  }, /*#__PURE__*/React.createElement("style", {
14188
- children: loadingCircleStyle$4x
14312
+ children: loadingCircleStyle$4B
14189
14313
  }), /*#__PURE__*/React.createElement("svg", _extends({
14190
14314
  xmlns: "http://www.w3.org/2000/svg",
14191
14315
  width: size,
@@ -14219,7 +14343,7 @@ DArrowT.defaultProps = {
14219
14343
  size: '16'
14220
14344
  };
14221
14345
 
14222
- var loadingCircleStyle$4y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14346
+ var loadingCircleStyle$4C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14223
14347
 
14224
14348
  var DArrowB = function DArrowB(props) {
14225
14349
  var color = props.color,
@@ -14233,7 +14357,7 @@ var DArrowB = function DArrowB(props) {
14233
14357
  return /*#__PURE__*/React.createElement("span", {
14234
14358
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14235
14359
  }, /*#__PURE__*/React.createElement("style", {
14236
- children: loadingCircleStyle$4y
14360
+ children: loadingCircleStyle$4C
14237
14361
  }), /*#__PURE__*/React.createElement("svg", _extends({
14238
14362
  xmlns: "http://www.w3.org/2000/svg",
14239
14363
  width: size,
@@ -14267,7 +14391,7 @@ DArrowB.defaultProps = {
14267
14391
  size: '16'
14268
14392
  };
14269
14393
 
14270
- var loadingCircleStyle$4z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14394
+ var loadingCircleStyle$4D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14271
14395
 
14272
14396
  var DropDown = function DropDown(props) {
14273
14397
  var color = props.color,
@@ -14281,7 +14405,7 @@ var DropDown = function DropDown(props) {
14281
14405
  return /*#__PURE__*/React.createElement("span", {
14282
14406
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14283
14407
  }, /*#__PURE__*/React.createElement("style", {
14284
- children: loadingCircleStyle$4z
14408
+ children: loadingCircleStyle$4D
14285
14409
  }), /*#__PURE__*/React.createElement("svg", _extends({
14286
14410
  xmlns: "http://www.w3.org/2000/svg",
14287
14411
  width: size,
@@ -14313,7 +14437,7 @@ DropDown.defaultProps = {
14313
14437
  size: '16'
14314
14438
  };
14315
14439
 
14316
- var loadingCircleStyle$4A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14440
+ var loadingCircleStyle$4E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14317
14441
 
14318
14442
  var DropUp = function DropUp(props) {
14319
14443
  var color = props.color,
@@ -14327,7 +14451,7 @@ var DropUp = function DropUp(props) {
14327
14451
  return /*#__PURE__*/React.createElement("span", {
14328
14452
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14329
14453
  }, /*#__PURE__*/React.createElement("style", {
14330
- children: loadingCircleStyle$4A
14454
+ children: loadingCircleStyle$4E
14331
14455
  }), /*#__PURE__*/React.createElement("svg", _extends({
14332
14456
  xmlns: "http://www.w3.org/2000/svg",
14333
14457
  width: size,
@@ -14359,7 +14483,7 @@ DropUp.defaultProps = {
14359
14483
  size: '16'
14360
14484
  };
14361
14485
 
14362
- var loadingCircleStyle$4B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14486
+ var loadingCircleStyle$4F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14363
14487
 
14364
14488
  var More1 = function More1(props) {
14365
14489
  var color = props.color,
@@ -14373,7 +14497,7 @@ var More1 = function More1(props) {
14373
14497
  return /*#__PURE__*/React.createElement("span", {
14374
14498
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14375
14499
  }, /*#__PURE__*/React.createElement("style", {
14376
- children: loadingCircleStyle$4B
14500
+ children: loadingCircleStyle$4F
14377
14501
  }), /*#__PURE__*/React.createElement("svg", _extends({
14378
14502
  xmlns: "http://www.w3.org/2000/svg",
14379
14503
  width: size,
@@ -14405,7 +14529,7 @@ More1.defaultProps = {
14405
14529
  size: '16'
14406
14530
  };
14407
14531
 
14408
- var loadingCircleStyle$4C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14532
+ var loadingCircleStyle$4G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14409
14533
 
14410
14534
  var More2 = function More2(props) {
14411
14535
  var color = props.color,
@@ -14419,7 +14543,7 @@ var More2 = function More2(props) {
14419
14543
  return /*#__PURE__*/React.createElement("span", {
14420
14544
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14421
14545
  }, /*#__PURE__*/React.createElement("style", {
14422
- children: loadingCircleStyle$4C
14546
+ children: loadingCircleStyle$4G
14423
14547
  }), /*#__PURE__*/React.createElement("svg", _extends({
14424
14548
  xmlns: "http://www.w3.org/2000/svg",
14425
14549
  width: size,
@@ -14451,7 +14575,7 @@ More2.defaultProps = {
14451
14575
  size: '16'
14452
14576
  };
14453
14577
 
14454
- var loadingCircleStyle$4D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14578
+ var loadingCircleStyle$4H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14455
14579
 
14456
14580
  var Drag = function Drag(props) {
14457
14581
  var color = props.color,
@@ -14465,7 +14589,7 @@ var Drag = function Drag(props) {
14465
14589
  return /*#__PURE__*/React.createElement("span", {
14466
14590
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14467
14591
  }, /*#__PURE__*/React.createElement("style", {
14468
- children: loadingCircleStyle$4D
14592
+ children: loadingCircleStyle$4H
14469
14593
  }), /*#__PURE__*/React.createElement("svg", _extends({
14470
14594
  xmlns: "http://www.w3.org/2000/svg",
14471
14595
  width: size,
@@ -14507,7 +14631,7 @@ Drag.defaultProps = {
14507
14631
  size: '16'
14508
14632
  };
14509
14633
 
14510
- var loadingCircleStyle$4E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14634
+ var loadingCircleStyle$4I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14511
14635
 
14512
14636
  var Drag2 = function Drag2(props) {
14513
14637
  var color = props.color,
@@ -14521,7 +14645,7 @@ var Drag2 = function Drag2(props) {
14521
14645
  return /*#__PURE__*/React.createElement("span", {
14522
14646
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14523
14647
  }, /*#__PURE__*/React.createElement("style", {
14524
- children: loadingCircleStyle$4E
14648
+ children: loadingCircleStyle$4I
14525
14649
  }), /*#__PURE__*/React.createElement("svg", _extends({
14526
14650
  xmlns: "http://www.w3.org/2000/svg",
14527
14651
  width: size,
@@ -14557,7 +14681,7 @@ Drag2.defaultProps = {
14557
14681
  size: '16'
14558
14682
  };
14559
14683
 
14560
- var loadingCircleStyle$4F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14684
+ var loadingCircleStyle$4J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14561
14685
 
14562
14686
  var External = function External(props) {
14563
14687
  var color = props.color,
@@ -14571,7 +14695,7 @@ var External = function External(props) {
14571
14695
  return /*#__PURE__*/React.createElement("span", {
14572
14696
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14573
14697
  }, /*#__PURE__*/React.createElement("style", {
14574
- children: loadingCircleStyle$4F
14698
+ children: loadingCircleStyle$4J
14575
14699
  }), /*#__PURE__*/React.createElement("svg", _extends({
14576
14700
  xmlns: "http://www.w3.org/2000/svg",
14577
14701
  width: size,
@@ -14603,7 +14727,7 @@ External.defaultProps = {
14603
14727
  size: '16'
14604
14728
  };
14605
14729
 
14606
- var loadingCircleStyle$4G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14730
+ var loadingCircleStyle$4K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14607
14731
 
14608
14732
  var DisplayS = function DisplayS(props) {
14609
14733
  var color = props.color,
@@ -14617,7 +14741,7 @@ var DisplayS = function DisplayS(props) {
14617
14741
  return /*#__PURE__*/React.createElement("span", {
14618
14742
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14619
14743
  }, /*#__PURE__*/React.createElement("style", {
14620
- children: loadingCircleStyle$4G
14744
+ children: loadingCircleStyle$4K
14621
14745
  }), /*#__PURE__*/React.createElement("svg", _extends({
14622
14746
  xmlns: "http://www.w3.org/2000/svg",
14623
14747
  width: size,
@@ -14651,7 +14775,7 @@ DisplayS.defaultProps = {
14651
14775
  size: '16'
14652
14776
  };
14653
14777
 
14654
- var loadingCircleStyle$4H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14778
+ var loadingCircleStyle$4L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14655
14779
 
14656
14780
  var Share = function Share(props) {
14657
14781
  var color = props.color,
@@ -14665,7 +14789,7 @@ var Share = function Share(props) {
14665
14789
  return /*#__PURE__*/React.createElement("span", {
14666
14790
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14667
14791
  }, /*#__PURE__*/React.createElement("style", {
14668
- children: loadingCircleStyle$4H
14792
+ children: loadingCircleStyle$4L
14669
14793
  }), /*#__PURE__*/React.createElement("svg", _extends({
14670
14794
  xmlns: "http://www.w3.org/2000/svg",
14671
14795
  width: size,
@@ -14697,4 +14821,4 @@ Share.defaultProps = {
14697
14821
  size: '16'
14698
14822
  };
14699
14823
 
14700
- export { Add1 as TaAdd1, Add2 as TaAdd2, Add3 as TaAdd3, Add3Fill as TaAdd3Fill, Alert as TaAlert, AllGroupSm as TaAllGroupSm, Analysis as TaAnalysis, Anchor as TaAnchor, Application as TaApplication, ArrayRowsSm as TaArrayRowsSm, ArrowDown as TaArrowDown, ArrowDown2 as TaArrowDown2, ArrowLeft as TaArrowLeft, ArrowLeft2 as TaArrowLeft2, ArrowLeftDown as TaArrowLeftDown, ArrowRight as TaArrowRight, ArrowRight2 as TaArrowRight2, ArrowUp as TaArrowUp, ArrowUp2 as TaArrowUp2, Ascent as TaAscent, AssetConvert as TaAssetConvert, Attribution as TaAttribution, Backup as TaBackup, Bell as TaBell, Book as TaBook, Book2 as TaBook2, Bookmark as TaBookmark, Bookmark2 as TaBookmark2, BooleanSm as TaBooleanSm, Calendar as TaCalendar, CalendarSm as TaCalendarSm, Card as TaCard, Cellphone as TaCellphone, ChartBar as TaChartBar, ChartBarTable as TaChartBarTable, ChartCombinedTable as TaChartCombinedTable, ChartComplex as TaChartComplex, ChartCum as TaChartCum, ChartDNRe as TaChartDNRe, ChartDRe as TaChartDRe, ChartDistTable as TaChartDistTable, ChartFieldlist as TaChartFieldlist, ChartFunnel as TaChartFunnel, ChartHistogram as TaChartHistogram, ChartInterval as TaChartInterval, ChartLine as TaChartLine, ChartLineTable as TaChartLineTable, ChartPie as TaChartPie, ChartSqltable as TaChartSqltable, ChartStack as TaChartStack, ChartStackPerc as TaChartStackPerc, ChartStackn as TaChartStackn, ChartTable as TaChartTable, Clock as TaClock, Close as TaClose, Code as TaCode, Comment as TaComment, Config as TaConfig, Contrast as TaContrast, Copy as TaCopy, Copy2 as TaCopy2, Cost as TaCost, Currency as TaCurrency, CustomPartition as TaCustomPartition, DArrowB as TaDArrowB, DArrowL as TaDArrowL, DArrowR as TaDArrowR, DArrowT as TaDArrowT, Dashboard as TaDashboard, DashboardMgr as TaDashboardMgr, Debug as TaDebug, Delete1 as TaDelete1, Delete2 as TaDelete2, Delete2Fill as TaDelete2Fill, Demo as TaDemo, Descent as TaDescent, Desktop as TaDesktop, Detail as TaDetail, DisplayS as TaDisplayS, Done as TaDone, Dot as TaDot, DoubleList as TaDoubleList, Download as TaDownload, Drag as TaDrag, Drag2 as TaDrag2, DropDown as TaDropDown, DropUp as TaDropUp, EPropertySm as TaEPropertySm, Earth as TaEarth, Edit as TaEdit, EditFill as TaEditFill, Education as TaEducation, EducationFill as TaEducationFill, Email as TaEmail, Error as TaError, Error2 as TaError2, Error2Fill as TaError2Fill, ErrorFill as TaErrorFill, EventMgr as TaEventMgr, EventPropMgr as TaEventPropMgr, EventSm as TaEventSm, EventTree as TaEventTree, Exchange as TaExchange, Export as TaExport, Exposure as TaExposure, Expression as TaExpression, Expression2 as TaExpression2, External as TaExternal, EyeOff as TaEyeOff, EyeOffFill as TaEyeOffFill, EyeOn as TaEyeOn, EyeOnFill as TaEyeOnFill, FileAdd as TaFileAdd, FileConvert as TaFileConvert, FileExport as TaFileExport, FileImport as TaFileImport, FileInfo as TaFileInfo, FileLock as TaFileLock, FileMove as TaFileMove, FilePdf as TaFilePdf, FileRemove as TaFileRemove, Filter as TaFilter, Filter2 as TaFilter2, FirstLast as TaFirstLast, Folder as TaFolder, FolderOpen as TaFolderOpen, Forewarning as TaForewarning, Format as TaFormat, FullDownload as TaFullDownload, Fullscreen as TaFullscreen, Game as TaGame, GameFill as TaGameFill, Gift as TaGift, Goal as TaGoal, Group as TaGroup, GroupA2b as TaGroupA2b, GroupAddFill as TaGroupAddFill, GroupAddSm as TaGroupAddSm, GroupFill as TaGroupFill, GroupFill2 as TaGroupFill2, Groups as TaGroups, Heart as TaHeart, Help as TaHelp, History as TaHistory, IdFreeze as TaIdFreeze, Import as TaImport, Indicator as TaIndicator, IndicatorSm as TaIndicatorSm, Info as TaInfo, InfoFill as TaInfoFill, Landscape as TaLandscape, Language as TaLanguage, Link as TaLink, List as TaList, ListNested as TaListNested, ListSm as TaListSm, Live as TaLive, Location as TaLocation, LockClose as TaLockClose, LockCloseFill as TaLockCloseFill, LockOpen as TaLockOpen, LockOpenFill as TaLockOpenFill, LogoAndroidGray as TaLogoAndroidGray, LogoAppleGray as TaLogoAppleGray, LogoCurrencylayerCl as TaLogoCurrencylayerCl, LogoDingdingCl as TaLogoDingdingCl, LogoDingdingGray as TaLogoDingdingGray, LogoFeishuCl as TaLogoFeishuCl, LogoGarenaCl as TaLogoGarenaCl, LogoKingCl as TaLogoKingCl, LogoWechatCl as TaLogoWechatCl, LogoWechatGray as TaLogoWechatGray, LogoWecomCl as TaLogoWecomCl, LogoWecomGray as TaLogoWecomGray, LogoXiaomiCl as TaLogoXiaomiCl, Logout as TaLogout, MDistribution as TaMDistribution, MEvent as TaMEvent, MFlow as TaMFlow, MFunnel as TaMFunnel, MInterval as TaMInterval, MProperty as TaMProperty, MRetention as TaMRetention, MSql as TaMSql, MenuFold as TaMenuFold, MenuUnfold as TaMenuUnfold, MessageCenter as TaMessageCenter, Mfa as TaMfa, More1 as TaMore1, More2 as TaMore2, NumSm as TaNumSm, OperatorBigger as TaOperatorBigger, OperatorDivide as TaOperatorDivide, OperatorEqual as TaOperatorEqual, OperatorFalse as TaOperatorFalse, OperatorHasValue as TaOperatorHasValue, OperatorInclude as TaOperatorInclude, OperatorInside as TaOperatorInside, OperatorLess as TaOperatorLess, OperatorNoBigger as TaOperatorNoBigger, OperatorNoLess as TaOperatorNoLess, OperatorNoRegex as TaOperatorNoRegex, OperatorNoValue as TaOperatorNoValue, OperatorNotInclude as TaOperatorNotInclude, OperatorRegex as TaOperatorRegex, OperatorTrue as TaOperatorTrue, OperatorUnequal as TaOperatorUnequal, ParallelFilter as TaParallelFilter, Parameter as TaParameter, Password as TaPassword, Pattern as TaPattern, PauseCircle as TaPauseCircle, Play as TaPlay, PlayCircle as TaPlayCircle, Plug as TaPlug, Private as TaPrivate, Processing as TaProcessing, Processing2 as TaProcessing2, Project as TaProject, ProjectMgr as TaProjectMgr, RelatedProp as TaRelatedProp, Rename as TaRename, Report as TaReport, ReportRemoval as TaReportRemoval, ResetPassword as TaResetPassword, Result as TaResult, RowsSm as TaRowsSm, SSpace as TaSSpace, Save as TaSave, Search as TaSearch, Send as TaSend, Server as TaServer, Setting as TaSetting, Share as TaShare, ShieldCheck as TaShieldCheck, ShieldCross as TaShieldCross, ShieldKeyhole as TaShieldKeyhole, Shop as TaShop, ShopFill as TaShopFill, Sort as TaSort, SortA2z as TaSortA2z, SortDownCl as TaSortDownCl, SortDrop as TaSortDrop, SortResult as TaSortResult, SortRise as TaSortRise, SortUpCl as TaSortUpCl, SortZ2a as TaSortZ2a, Space as TaSpace, SpaceOpen as TaSpaceOpen, Speed as TaSpeed, Split as TaSplit, Sql1 as TaSql1, Sql2 as TaSql2, Sql3 as TaSql3, StarFill as TaStarFill, StarOutline as TaStarOutline, Sticker as TaSticker, StickerFill as TaStickerFill, StringSm as TaStringSm, Subtract as TaSubtract, Subtract2 as TaSubtract2, Success as TaSuccess, SuccessFill as TaSuccessFill, SwapFill as TaSwapFill, SystemMgr as TaSystemMgr, SystemMsg as TaSystemMsg, TA2b as TaTA2b, TX2y as TaTX2y, Table1dtable as TaTable1dtable, TdLogo as TaTdLogo, TimeLock as TaTimeLock, TimeSm as TaTimeSm, Tracking as TaTracking, TriDown as TaTriDown, TriLeft as TaTriLeft, TriRight as TaTriRight, TriUp as TaTriUp, UGroup as TaUGroup, UGroupSm as TaUGroupSm, UPropMgr as TaUPropMgr, UPropertySm as TaUPropertySm, UTag as TaUTag, UTagSm as TaUTagSm, Unlink as TaUnlink, Update as TaUpdate, UpdateData as TaUpdateData, Upload as TaUpload, UploadId as TaUploadId, Usb as TaUsb, User1 as TaUser1, User1Fill as TaUser1Fill, User2 as TaUser2, UserAddFill as TaUserAddFill, UserSettings as TaUserSettings, Usertag as TaUsertag, VProperty as TaVProperty, VPropertySm as TaVPropertySm, ViewOriginal as TaViewOriginal, Vip as TaVip, VipFill as TaVipFill };
14824
+ export { Add1 as TaAdd1, Add2 as TaAdd2, Add3 as TaAdd3, Add3Fill as TaAdd3Fill, Alert as TaAlert, AllGroupSm as TaAllGroupSm, Analysis as TaAnalysis, Anchor as TaAnchor, Application as TaApplication, ArrayRowsSm as TaArrayRowsSm, ArrowDown as TaArrowDown, ArrowDown2 as TaArrowDown2, ArrowLeft as TaArrowLeft, ArrowLeft2 as TaArrowLeft2, ArrowLeftDown as TaArrowLeftDown, ArrowRight as TaArrowRight, ArrowRight2 as TaArrowRight2, ArrowUp as TaArrowUp, ArrowUp2 as TaArrowUp2, Ascent as TaAscent, AssetConvert as TaAssetConvert, Attribution as TaAttribution, Backup as TaBackup, Bell as TaBell, Book as TaBook, Book2 as TaBook2, Bookmark as TaBookmark, Bookmark2 as TaBookmark2, BooleanSm as TaBooleanSm, Calendar as TaCalendar, CalendarSm as TaCalendarSm, Card as TaCard, Cellphone as TaCellphone, ChartBar as TaChartBar, ChartBarTable as TaChartBarTable, ChartCombinedTable as TaChartCombinedTable, ChartComplex as TaChartComplex, ChartCum as TaChartCum, ChartDNRe as TaChartDNRe, ChartDRe as TaChartDRe, ChartDistTable as TaChartDistTable, ChartFieldlist as TaChartFieldlist, ChartFunnel as TaChartFunnel, ChartHistogram as TaChartHistogram, ChartInterval as TaChartInterval, ChartLine as TaChartLine, ChartLineTable as TaChartLineTable, ChartPie as TaChartPie, ChartSqltable as TaChartSqltable, ChartStack as TaChartStack, ChartStackPerc as TaChartStackPerc, ChartStackn as TaChartStackn, ChartTable as TaChartTable, Click as TaClick, Clock as TaClock, Close as TaClose, Code as TaCode, Comment as TaComment, Config as TaConfig, Contrast as TaContrast, Copy as TaCopy, Copy2 as TaCopy2, Cost as TaCost, Currency as TaCurrency, CustomPartition as TaCustomPartition, DArrowB as TaDArrowB, DArrowL as TaDArrowL, DArrowR as TaDArrowR, DArrowT as TaDArrowT, Dashboard as TaDashboard, DashboardMgr as TaDashboardMgr, Debug as TaDebug, Delete1 as TaDelete1, Delete2 as TaDelete2, Delete2Fill as TaDelete2Fill, Demo as TaDemo, Descent as TaDescent, Desktop as TaDesktop, Detail as TaDetail, DisplayS as TaDisplayS, Done as TaDone, Dot as TaDot, DoubleList as TaDoubleList, Download as TaDownload, Drag as TaDrag, Drag2 as TaDrag2, DropDown as TaDropDown, DropUp as TaDropUp, EPropertySm as TaEPropertySm, Earth as TaEarth, Edit as TaEdit, EditFill as TaEditFill, Education as TaEducation, EducationFill as TaEducationFill, Email as TaEmail, Error as TaError, Error2 as TaError2, Error2Fill as TaError2Fill, ErrorFill as TaErrorFill, EventMgr as TaEventMgr, EventPropMgr as TaEventPropMgr, EventSm as TaEventSm, EventTree as TaEventTree, Exchange as TaExchange, Export as TaExport, Exposure as TaExposure, Expression as TaExpression, Expression2 as TaExpression2, External as TaExternal, EyeOff as TaEyeOff, EyeOffFill as TaEyeOffFill, EyeOn as TaEyeOn, EyeOnFill as TaEyeOnFill, FileAdd as TaFileAdd, FileConvert as TaFileConvert, FileExport as TaFileExport, FileImport as TaFileImport, FileInfo as TaFileInfo, FileLock as TaFileLock, FileMove as TaFileMove, FilePdf as TaFilePdf, FileRemove as TaFileRemove, Filter as TaFilter, Filter2 as TaFilter2, FirstLast as TaFirstLast, Folder as TaFolder, FolderOpen as TaFolderOpen, Forewarning as TaForewarning, Format as TaFormat, FullDownload as TaFullDownload, Fullscreen as TaFullscreen, Game as TaGame, GameFill as TaGameFill, Gift as TaGift, Goal as TaGoal, Group as TaGroup, GroupA2b as TaGroupA2b, GroupAddFill as TaGroupAddFill, GroupAddSm as TaGroupAddSm, GroupFill as TaGroupFill, GroupFill2 as TaGroupFill2, Groups as TaGroups, Heart as TaHeart, Help as TaHelp, History as TaHistory, IdFreeze as TaIdFreeze, Import as TaImport, Index as TaIndex, Indicator as TaIndicator, IndicatorSm as TaIndicatorSm, Info as TaInfo, InfoFill as TaInfoFill, Install as TaInstall, Landscape as TaLandscape, Language as TaLanguage, Link as TaLink, List as TaList, ListNested as TaListNested, ListSm as TaListSm, Live as TaLive, Location as TaLocation, LockClose as TaLockClose, LockCloseFill as TaLockCloseFill, LockOpen as TaLockOpen, LockOpenFill as TaLockOpenFill, LogoAndroidGray as TaLogoAndroidGray, LogoAppleGray as TaLogoAppleGray, LogoCurrencylayerCl as TaLogoCurrencylayerCl, LogoDingdingCl as TaLogoDingdingCl, LogoDingdingGray as TaLogoDingdingGray, LogoFeishuCl as TaLogoFeishuCl, LogoGarenaCl as TaLogoGarenaCl, LogoKingCl as TaLogoKingCl, LogoWechatCl as TaLogoWechatCl, LogoWechatGray as TaLogoWechatGray, LogoWecomCl as TaLogoWecomCl, LogoWecomGray as TaLogoWecomGray, LogoXiaomiCl as TaLogoXiaomiCl, Logout as TaLogout, MDistribution as TaMDistribution, MEvent as TaMEvent, MFlow as TaMFlow, MFunnel as TaMFunnel, MInterval as TaMInterval, MProperty as TaMProperty, MRetention as TaMRetention, MSql as TaMSql, MenuFold as TaMenuFold, MenuUnfold as TaMenuUnfold, MessageCenter as TaMessageCenter, Mfa as TaMfa, More1 as TaMore1, More2 as TaMore2, NumSm as TaNumSm, OperatorBigger as TaOperatorBigger, OperatorDivide as TaOperatorDivide, OperatorEqual as TaOperatorEqual, OperatorFalse as TaOperatorFalse, OperatorHasValue as TaOperatorHasValue, OperatorInclude as TaOperatorInclude, OperatorInside as TaOperatorInside, OperatorLess as TaOperatorLess, OperatorNoBigger as TaOperatorNoBigger, OperatorNoLess as TaOperatorNoLess, OperatorNoRegex as TaOperatorNoRegex, OperatorNoValue as TaOperatorNoValue, OperatorNotInclude as TaOperatorNotInclude, OperatorRegex as TaOperatorRegex, OperatorTrue as TaOperatorTrue, OperatorUnequal as TaOperatorUnequal, ParallelFilter as TaParallelFilter, Parameter as TaParameter, Password as TaPassword, Pattern as TaPattern, PauseCircle as TaPauseCircle, Play as TaPlay, PlayCircle as TaPlayCircle, Plug as TaPlug, Private as TaPrivate, Processing as TaProcessing, Processing2 as TaProcessing2, Project as TaProject, ProjectMgr as TaProjectMgr, RelatedProp as TaRelatedProp, Rename as TaRename, Report as TaReport, ReportRemoval as TaReportRemoval, ResetPassword as TaResetPassword, Result as TaResult, RowsSm as TaRowsSm, SSpace as TaSSpace, Save as TaSave, Search as TaSearch, Send as TaSend, Server as TaServer, Setting as TaSetting, Share as TaShare, ShieldCheck as TaShieldCheck, ShieldCross as TaShieldCross, ShieldKeyhole as TaShieldKeyhole, Shop as TaShop, ShopFill as TaShopFill, Sort as TaSort, SortA2z as TaSortA2z, SortDown as TaSortDown, SortDrop as TaSortDrop, SortResult as TaSortResult, SortRise as TaSortRise, SortUp as TaSortUp, SortZ2a as TaSortZ2a, Space as TaSpace, SpaceOpen as TaSpaceOpen, Speed as TaSpeed, Split as TaSplit, Sql1 as TaSql1, Sql2 as TaSql2, Sql3 as TaSql3, StarFill as TaStarFill, StarOutline as TaStarOutline, Sticker as TaSticker, StickerFill as TaStickerFill, StringSm as TaStringSm, Subtract as TaSubtract, Subtract2 as TaSubtract2, Success as TaSuccess, SuccessFill as TaSuccessFill, SwapFill as TaSwapFill, SystemMgr as TaSystemMgr, SystemMsg as TaSystemMsg, TA2b as TaTA2b, TX2y as TaTX2y, Table1dtable as TaTable1dtable, TdLogo as TaTdLogo, TimeLock as TaTimeLock, TimeSm as TaTimeSm, Tips as TaTips, Tracking as TaTracking, TriDown as TaTriDown, TriLeft as TaTriLeft, TriRight as TaTriRight, TriUp as TaTriUp, UGroup as TaUGroup, UGroupSm as TaUGroupSm, UPropMgr as TaUPropMgr, UPropertySm as TaUPropertySm, UTag as TaUTag, UTagSm as TaUTagSm, Unlink as TaUnlink, Update as TaUpdate, UpdateData as TaUpdateData, Upload as TaUpload, UploadId as TaUploadId, Usb as TaUsb, User1 as TaUser1, User1Fill as TaUser1Fill, User2 as TaUser2, UserAddFill as TaUserAddFill, UserSettings as TaUserSettings, Usertag as TaUsertag, VProperty as TaVProperty, VPropertySm as TaVPropertySm, ViewOriginal as TaViewOriginal, Vip as TaVip, VipFill as TaVipFill };