@tant/icons 1.1.56 → 1.1.68

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"
5662
- }), /*#__PURE__*/React.createElement("path", {
5663
- fillRule: "evenodd",
5664
- clipRule: "evenodd",
5665
- d: "M22.293 7.707a1 1 0 01-1.414 0l-3.586-3.586a1 1 0 011.414-1.414l3.586 3.586a1 1 0 010 1.414z",
5666
- fill: "#747C94"
5674
+ d: "M5 18H3v2h2v-2z"
5667
5675
  }), /*#__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,103 @@ 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
11603
+ }), /*#__PURE__*/React.createElement("svg", _extends({
11604
+ xmlns: "http://www.w3.org/2000/svg",
11605
+ width: size,
11606
+ height: size,
11607
+ viewBox: "0 0 24 24",
11608
+ fill: color
11609
+ }, otherProps, {
11610
+ className: iconClassName,
11611
+ style: _objectSpread2(_objectSpread2({}, style), spin ? {
11612
+ animationDuration: '1s',
11613
+ animationIterationCount: 'infinite',
11614
+ animationName: 'loadingCircle',
11615
+ animationTimingFunction: 'linear'
11616
+ } : {})
11617
+ }), /*#__PURE__*/React.createElement("path", {
11618
+ d: "M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 100-16.001A8 8 0 0012 20zM9 9h2v6H9V9zm4 0h2v6h-2V9z"
11619
+ })));
11620
+ };
11621
+
11622
+ PauseCircle.propTypes = {
11623
+ iconClassName: PropTypes.string,
11624
+ spin: PropTypes.bool,
11625
+ color: PropTypes.string,
11626
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
11627
+ };
11628
+ PauseCircle.defaultProps = {
11629
+ spin: false,
11630
+ color: 'currentColor',
11631
+ size: '16'
11632
+ };
11633
+
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
11569
11699
  }), /*#__PURE__*/React.createElement("svg", _extends({
11570
11700
  xmlns: "http://www.w3.org/2000/svg",
11571
11701
  width: size,
@@ -11581,25 +11711,27 @@ var PauseCircle = function PauseCircle(props) {
11581
11711
  animationTimingFunction: 'linear'
11582
11712
  } : {})
11583
11713
  }), /*#__PURE__*/React.createElement("path", {
11584
- d: "M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 100-16.001A8 8 0 0012 20zM9 9h2v6H9V9zm4 0h2v6h-2V9z"
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"
11585
11717
  })));
11586
11718
  };
11587
11719
 
11588
- PauseCircle.propTypes = {
11720
+ Upload.propTypes = {
11589
11721
  iconClassName: PropTypes.string,
11590
11722
  spin: PropTypes.bool,
11591
11723
  color: PropTypes.string,
11592
11724
  size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
11593
11725
  };
11594
- PauseCircle.defaultProps = {
11726
+ Upload.defaultProps = {
11595
11727
  spin: false,
11596
11728
  color: 'currentColor',
11597
11729
  size: '16'
11598
11730
  };
11599
11731
 
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 }';
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,25 +11759,23 @@ 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
11780
  var Report = function Report(props) {
11651
11781
  var color = props.color,
@@ -11659,7 +11789,7 @@ var Report = function Report(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,
@@ -11691,7 +11821,7 @@ Report.defaultProps = {
11691
11821
  size: '16'
11692
11822
  };
11693
11823
 
11694
- 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 }';
11695
11825
 
11696
11826
  var ReportRemoval = function ReportRemoval(props) {
11697
11827
  var color = props.color,
@@ -11705,7 +11835,7 @@ var ReportRemoval = function ReportRemoval(props) {
11705
11835
  return /*#__PURE__*/React.createElement("span", {
11706
11836
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11707
11837
  }, /*#__PURE__*/React.createElement("style", {
11708
- children: loadingCircleStyle$3K
11838
+ children: loadingCircleStyle$3O
11709
11839
  }), /*#__PURE__*/React.createElement("svg", _extends({
11710
11840
  xmlns: "http://www.w3.org/2000/svg",
11711
11841
  width: size,
@@ -11745,7 +11875,7 @@ ReportRemoval.defaultProps = {
11745
11875
  size: '16'
11746
11876
  };
11747
11877
 
11748
- 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 }';
11878
+ 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 }';
11749
11879
 
11750
11880
  var FileAdd = function FileAdd(props) {
11751
11881
  var color = props.color,
@@ -11759,7 +11889,7 @@ var FileAdd = function FileAdd(props) {
11759
11889
  return /*#__PURE__*/React.createElement("span", {
11760
11890
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11761
11891
  }, /*#__PURE__*/React.createElement("style", {
11762
- children: loadingCircleStyle$3L
11892
+ children: loadingCircleStyle$3P
11763
11893
  }), /*#__PURE__*/React.createElement("svg", _extends({
11764
11894
  xmlns: "http://www.w3.org/2000/svg",
11765
11895
  width: size,
@@ -11791,7 +11921,7 @@ FileAdd.defaultProps = {
11791
11921
  size: '16'
11792
11922
  };
11793
11923
 
11794
- 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 }';
11795
11925
 
11796
11926
  var FileRemove = function FileRemove(props) {
11797
11927
  var color = props.color,
@@ -11805,7 +11935,7 @@ var FileRemove = function FileRemove(props) {
11805
11935
  return /*#__PURE__*/React.createElement("span", {
11806
11936
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11807
11937
  }, /*#__PURE__*/React.createElement("style", {
11808
- children: loadingCircleStyle$3M
11938
+ children: loadingCircleStyle$3Q
11809
11939
  }), /*#__PURE__*/React.createElement("svg", _extends({
11810
11940
  xmlns: "http://www.w3.org/2000/svg",
11811
11941
  width: size,
@@ -11839,7 +11969,7 @@ FileRemove.defaultProps = {
11839
11969
  size: '16'
11840
11970
  };
11841
11971
 
11842
- 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 }';
11972
+ 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 }';
11843
11973
 
11844
11974
  var FileExport = function FileExport(props) {
11845
11975
  var color = props.color,
@@ -11853,7 +11983,7 @@ var FileExport = function FileExport(props) {
11853
11983
  return /*#__PURE__*/React.createElement("span", {
11854
11984
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11855
11985
  }, /*#__PURE__*/React.createElement("style", {
11856
- children: loadingCircleStyle$3N
11986
+ children: loadingCircleStyle$3R
11857
11987
  }), /*#__PURE__*/React.createElement("svg", _extends({
11858
11988
  xmlns: "http://www.w3.org/2000/svg",
11859
11989
  width: size,
@@ -11885,7 +12015,7 @@ FileExport.defaultProps = {
11885
12015
  size: '16'
11886
12016
  };
11887
12017
 
11888
- 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 }';
11889
12019
 
11890
12020
  var FileMove = function FileMove(props) {
11891
12021
  var color = props.color,
@@ -11899,7 +12029,7 @@ var FileMove = function FileMove(props) {
11899
12029
  return /*#__PURE__*/React.createElement("span", {
11900
12030
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11901
12031
  }, /*#__PURE__*/React.createElement("style", {
11902
- children: loadingCircleStyle$3O
12032
+ children: loadingCircleStyle$3S
11903
12033
  }), /*#__PURE__*/React.createElement("svg", _extends({
11904
12034
  xmlns: "http://www.w3.org/2000/svg",
11905
12035
  width: size,
@@ -11931,7 +12061,7 @@ FileMove.defaultProps = {
11931
12061
  size: '16'
11932
12062
  };
11933
12063
 
11934
- 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 }';
11935
12065
 
11936
12066
  var FileImport = function FileImport(props) {
11937
12067
  var color = props.color,
@@ -11945,7 +12075,7 @@ var FileImport = function FileImport(props) {
11945
12075
  return /*#__PURE__*/React.createElement("span", {
11946
12076
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11947
12077
  }, /*#__PURE__*/React.createElement("style", {
11948
- children: loadingCircleStyle$3P
12078
+ children: loadingCircleStyle$3T
11949
12079
  }), /*#__PURE__*/React.createElement("svg", _extends({
11950
12080
  xmlns: "http://www.w3.org/2000/svg",
11951
12081
  width: size,
@@ -11977,7 +12107,7 @@ FileImport.defaultProps = {
11977
12107
  size: '16'
11978
12108
  };
11979
12109
 
11980
- 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 }';
11981
12111
 
11982
12112
  var FileInfo = function FileInfo(props) {
11983
12113
  var color = props.color,
@@ -11991,7 +12121,7 @@ var FileInfo = function FileInfo(props) {
11991
12121
  return /*#__PURE__*/React.createElement("span", {
11992
12122
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11993
12123
  }, /*#__PURE__*/React.createElement("style", {
11994
- children: loadingCircleStyle$3Q
12124
+ children: loadingCircleStyle$3U
11995
12125
  }), /*#__PURE__*/React.createElement("svg", _extends({
11996
12126
  xmlns: "http://www.w3.org/2000/svg",
11997
12127
  width: size,
@@ -12023,7 +12153,7 @@ FileInfo.defaultProps = {
12023
12153
  size: '16'
12024
12154
  };
12025
12155
 
12026
- 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 }';
12027
12157
 
12028
12158
  var FileConvert = function FileConvert(props) {
12029
12159
  var color = props.color,
@@ -12037,7 +12167,7 @@ var FileConvert = function FileConvert(props) {
12037
12167
  return /*#__PURE__*/React.createElement("span", {
12038
12168
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12039
12169
  }, /*#__PURE__*/React.createElement("style", {
12040
- children: loadingCircleStyle$3R
12170
+ children: loadingCircleStyle$3V
12041
12171
  }), /*#__PURE__*/React.createElement("svg", _extends({
12042
12172
  xmlns: "http://www.w3.org/2000/svg",
12043
12173
  width: size,
@@ -12075,7 +12205,7 @@ FileConvert.defaultProps = {
12075
12205
  size: '16'
12076
12206
  };
12077
12207
 
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 }';
12208
+ 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
12209
 
12080
12210
  var AssetConvert = function AssetConvert(props) {
12081
12211
  var color = props.color,
@@ -12089,7 +12219,7 @@ var AssetConvert = function AssetConvert(props) {
12089
12219
  return /*#__PURE__*/React.createElement("span", {
12090
12220
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12091
12221
  }, /*#__PURE__*/React.createElement("style", {
12092
- children: loadingCircleStyle$3S
12222
+ children: loadingCircleStyle$3W
12093
12223
  }), /*#__PURE__*/React.createElement("svg", _extends({
12094
12224
  xmlns: "http://www.w3.org/2000/svg",
12095
12225
  width: size,
@@ -12127,7 +12257,7 @@ AssetConvert.defaultProps = {
12127
12257
  size: '16'
12128
12258
  };
12129
12259
 
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 }';
12260
+ 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
12261
 
12132
12262
  var FileLock = function FileLock(props) {
12133
12263
  var color = props.color,
@@ -12141,7 +12271,7 @@ var FileLock = function FileLock(props) {
12141
12271
  return /*#__PURE__*/React.createElement("span", {
12142
12272
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12143
12273
  }, /*#__PURE__*/React.createElement("style", {
12144
- children: loadingCircleStyle$3T
12274
+ children: loadingCircleStyle$3X
12145
12275
  }), /*#__PURE__*/React.createElement("svg", _extends({
12146
12276
  xmlns: "http://www.w3.org/2000/svg",
12147
12277
  width: size,
@@ -12173,7 +12303,7 @@ FileLock.defaultProps = {
12173
12303
  size: '16'
12174
12304
  };
12175
12305
 
12176
- 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 }';
12177
12307
 
12178
12308
  var FilePdf = function FilePdf(props) {
12179
12309
  var color = props.color,
@@ -12187,7 +12317,7 @@ var FilePdf = function FilePdf(props) {
12187
12317
  return /*#__PURE__*/React.createElement("span", {
12188
12318
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12189
12319
  }, /*#__PURE__*/React.createElement("style", {
12190
- children: loadingCircleStyle$3U
12320
+ children: loadingCircleStyle$3Y
12191
12321
  }), /*#__PURE__*/React.createElement("svg", _extends({
12192
12322
  xmlns: "http://www.w3.org/2000/svg",
12193
12323
  width: size,
@@ -12219,7 +12349,7 @@ FilePdf.defaultProps = {
12219
12349
  size: '16'
12220
12350
  };
12221
12351
 
12222
- 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 }';
12223
12353
 
12224
12354
  var Detail = function Detail(props) {
12225
12355
  var color = props.color,
@@ -12233,7 +12363,7 @@ var Detail = function Detail(props) {
12233
12363
  return /*#__PURE__*/React.createElement("span", {
12234
12364
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12235
12365
  }, /*#__PURE__*/React.createElement("style", {
12236
- children: loadingCircleStyle$3V
12366
+ children: loadingCircleStyle$3Z
12237
12367
  }), /*#__PURE__*/React.createElement("svg", _extends({
12238
12368
  xmlns: "http://www.w3.org/2000/svg",
12239
12369
  width: size,
@@ -12249,7 +12379,7 @@ var Detail = function Detail(props) {
12249
12379
  animationTimingFunction: 'linear'
12250
12380
  } : {})
12251
12381
  }), /*#__PURE__*/React.createElement("path", {
12252
- d: "M20.222 22H7.778a.767.767 0 01-.55-.234A.812.812 0 017 21.2V6.8c0-.212.082-.416.228-.566A.767.767 0 017.778 6h12.444c.206 0 .404.084.55.234.146.15.228.354.228.566v14.4a.812.812 0 01-.228.566.767.767 0 01-.55.234zm-.778-1.6V7.6H8.556v12.8h10.888zm-8.555-8.8h6.222v1.6H10.89v-1.6zm0 3.2h6.222v1.6H10.89v-1.6z"
12382
+ 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"
12253
12383
  })));
12254
12384
  };
12255
12385
 
@@ -12265,7 +12395,7 @@ Detail.defaultProps = {
12265
12395
  size: '16'
12266
12396
  };
12267
12397
 
12268
- 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 }';
12269
12399
 
12270
12400
  var MessageCenter = function MessageCenter(props) {
12271
12401
  var color = props.color,
@@ -12279,7 +12409,7 @@ var MessageCenter = function MessageCenter(props) {
12279
12409
  return /*#__PURE__*/React.createElement("span", {
12280
12410
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12281
12411
  }, /*#__PURE__*/React.createElement("style", {
12282
- children: loadingCircleStyle$3W
12412
+ children: loadingCircleStyle$3_
12283
12413
  }), /*#__PURE__*/React.createElement("svg", _extends({
12284
12414
  xmlns: "http://www.w3.org/2000/svg",
12285
12415
  width: size,
@@ -12319,7 +12449,7 @@ MessageCenter.defaultProps = {
12319
12449
  size: '16'
12320
12450
  };
12321
12451
 
12322
- 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 }';
12452
+ 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 }';
12323
12453
 
12324
12454
  var SystemMsg = function SystemMsg(props) {
12325
12455
  var color = props.color,
@@ -12333,7 +12463,7 @@ var SystemMsg = function SystemMsg(props) {
12333
12463
  return /*#__PURE__*/React.createElement("span", {
12334
12464
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12335
12465
  }, /*#__PURE__*/React.createElement("style", {
12336
- children: loadingCircleStyle$3X
12466
+ children: loadingCircleStyle$3$
12337
12467
  }), /*#__PURE__*/React.createElement("svg", _extends({
12338
12468
  xmlns: "http://www.w3.org/2000/svg",
12339
12469
  width: size,
@@ -12371,7 +12501,7 @@ SystemMsg.defaultProps = {
12371
12501
  size: '16'
12372
12502
  };
12373
12503
 
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 }';
12504
+ 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
12505
 
12376
12506
  var Comment = function Comment(props) {
12377
12507
  var color = props.color,
@@ -12385,7 +12515,7 @@ var Comment = function Comment(props) {
12385
12515
  return /*#__PURE__*/React.createElement("span", {
12386
12516
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12387
12517
  }, /*#__PURE__*/React.createElement("style", {
12388
- children: loadingCircleStyle$3Y
12518
+ children: loadingCircleStyle$40
12389
12519
  }), /*#__PURE__*/React.createElement("svg", _extends({
12390
12520
  xmlns: "http://www.w3.org/2000/svg",
12391
12521
  width: size,
@@ -12421,7 +12551,7 @@ Comment.defaultProps = {
12421
12551
  size: '16'
12422
12552
  };
12423
12553
 
12424
- var loadingCircleStyle$3Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12554
+ 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 }';
12425
12555
 
12426
12556
  var Book = function Book(props) {
12427
12557
  var color = props.color,
@@ -12435,7 +12565,7 @@ var Book = function Book(props) {
12435
12565
  return /*#__PURE__*/React.createElement("span", {
12436
12566
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12437
12567
  }, /*#__PURE__*/React.createElement("style", {
12438
- children: loadingCircleStyle$3Z
12568
+ children: loadingCircleStyle$41
12439
12569
  }), /*#__PURE__*/React.createElement("svg", _extends({
12440
12570
  xmlns: "http://www.w3.org/2000/svg",
12441
12571
  width: size,
@@ -12467,7 +12597,7 @@ Book.defaultProps = {
12467
12597
  size: '16'
12468
12598
  };
12469
12599
 
12470
- 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 }';
12471
12601
 
12472
12602
  var Book2 = function Book2(props) {
12473
12603
  var color = props.color,
@@ -12481,7 +12611,7 @@ var Book2 = function Book2(props) {
12481
12611
  return /*#__PURE__*/React.createElement("span", {
12482
12612
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12483
12613
  }, /*#__PURE__*/React.createElement("style", {
12484
- children: loadingCircleStyle$3_
12614
+ children: loadingCircleStyle$42
12485
12615
  }), /*#__PURE__*/React.createElement("svg", _extends({
12486
12616
  xmlns: "http://www.w3.org/2000/svg",
12487
12617
  width: size,
@@ -12513,7 +12643,7 @@ Book2.defaultProps = {
12513
12643
  size: '16'
12514
12644
  };
12515
12645
 
12516
- 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 }';
12517
12647
 
12518
12648
  var Sticker = function Sticker(props) {
12519
12649
  var color = props.color,
@@ -12527,7 +12657,7 @@ var Sticker = function Sticker(props) {
12527
12657
  return /*#__PURE__*/React.createElement("span", {
12528
12658
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12529
12659
  }, /*#__PURE__*/React.createElement("style", {
12530
- children: loadingCircleStyle$3$
12660
+ children: loadingCircleStyle$43
12531
12661
  }), /*#__PURE__*/React.createElement("svg", _extends({
12532
12662
  xmlns: "http://www.w3.org/2000/svg",
12533
12663
  width: size,
@@ -12559,7 +12689,7 @@ Sticker.defaultProps = {
12559
12689
  size: '16'
12560
12690
  };
12561
12691
 
12562
- 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 }';
12563
12693
 
12564
12694
  var StickerFill = function StickerFill(props) {
12565
12695
  var color = props.color,
@@ -12573,7 +12703,7 @@ var StickerFill = function StickerFill(props) {
12573
12703
  return /*#__PURE__*/React.createElement("span", {
12574
12704
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12575
12705
  }, /*#__PURE__*/React.createElement("style", {
12576
- children: loadingCircleStyle$40
12706
+ children: loadingCircleStyle$44
12577
12707
  }), /*#__PURE__*/React.createElement("svg", _extends({
12578
12708
  xmlns: "http://www.w3.org/2000/svg",
12579
12709
  width: size,
@@ -12605,7 +12735,7 @@ StickerFill.defaultProps = {
12605
12735
  size: '16'
12606
12736
  };
12607
12737
 
12608
- 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 }';
12609
12739
 
12610
12740
  var EventSm = function EventSm(props) {
12611
12741
  var color = props.color,
@@ -12619,7 +12749,7 @@ var EventSm = function EventSm(props) {
12619
12749
  return /*#__PURE__*/React.createElement("span", {
12620
12750
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12621
12751
  }, /*#__PURE__*/React.createElement("style", {
12622
- children: loadingCircleStyle$41
12752
+ children: loadingCircleStyle$45
12623
12753
  }), /*#__PURE__*/React.createElement("svg", _extends({
12624
12754
  xmlns: "http://www.w3.org/2000/svg",
12625
12755
  width: size,
@@ -12651,7 +12781,7 @@ EventSm.defaultProps = {
12651
12781
  size: '16'
12652
12782
  };
12653
12783
 
12654
- 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 }';
12655
12785
 
12656
12786
  var EPropertySm = function EPropertySm(props) {
12657
12787
  var color = props.color,
@@ -12665,7 +12795,7 @@ var EPropertySm = function EPropertySm(props) {
12665
12795
  return /*#__PURE__*/React.createElement("span", {
12666
12796
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12667
12797
  }, /*#__PURE__*/React.createElement("style", {
12668
- children: loadingCircleStyle$42
12798
+ children: loadingCircleStyle$46
12669
12799
  }), /*#__PURE__*/React.createElement("svg", _extends({
12670
12800
  xmlns: "http://www.w3.org/2000/svg",
12671
12801
  width: size,
@@ -12705,7 +12835,7 @@ EPropertySm.defaultProps = {
12705
12835
  size: '16'
12706
12836
  };
12707
12837
 
12708
- 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 }';
12838
+ 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 }';
12709
12839
 
12710
12840
  var IndicatorSm = function IndicatorSm(props) {
12711
12841
  var color = props.color,
@@ -12719,7 +12849,7 @@ var IndicatorSm = function IndicatorSm(props) {
12719
12849
  return /*#__PURE__*/React.createElement("span", {
12720
12850
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12721
12851
  }, /*#__PURE__*/React.createElement("style", {
12722
- children: loadingCircleStyle$43
12852
+ children: loadingCircleStyle$47
12723
12853
  }), /*#__PURE__*/React.createElement("svg", _extends({
12724
12854
  xmlns: "http://www.w3.org/2000/svg",
12725
12855
  width: size,
@@ -12755,7 +12885,7 @@ IndicatorSm.defaultProps = {
12755
12885
  size: '16'
12756
12886
  };
12757
12887
 
12758
- 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 }';
12888
+ 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 }';
12759
12889
 
12760
12890
  var UPropertySm = function UPropertySm(props) {
12761
12891
  var color = props.color,
@@ -12769,7 +12899,7 @@ var UPropertySm = function UPropertySm(props) {
12769
12899
  return /*#__PURE__*/React.createElement("span", {
12770
12900
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12771
12901
  }, /*#__PURE__*/React.createElement("style", {
12772
- children: loadingCircleStyle$44
12902
+ children: loadingCircleStyle$48
12773
12903
  }), /*#__PURE__*/React.createElement("svg", _extends({
12774
12904
  xmlns: "http://www.w3.org/2000/svg",
12775
12905
  width: size,
@@ -12807,7 +12937,7 @@ UPropertySm.defaultProps = {
12807
12937
  size: '16'
12808
12938
  };
12809
12939
 
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 }';
12940
+ 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
12941
 
12812
12942
  var UGroupSm = function UGroupSm(props) {
12813
12943
  var color = props.color,
@@ -12821,7 +12951,7 @@ var UGroupSm = function UGroupSm(props) {
12821
12951
  return /*#__PURE__*/React.createElement("span", {
12822
12952
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12823
12953
  }, /*#__PURE__*/React.createElement("style", {
12824
- children: loadingCircleStyle$45
12954
+ children: loadingCircleStyle$49
12825
12955
  }), /*#__PURE__*/React.createElement("svg", _extends({
12826
12956
  xmlns: "http://www.w3.org/2000/svg",
12827
12957
  width: size,
@@ -12867,7 +12997,7 @@ UGroupSm.defaultProps = {
12867
12997
  size: '16'
12868
12998
  };
12869
12999
 
12870
- var loadingCircleStyle$46 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13000
+ var loadingCircleStyle$4a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12871
13001
 
12872
13002
  var UTagSm = function UTagSm(props) {
12873
13003
  var color = props.color,
@@ -12881,7 +13011,7 @@ var UTagSm = function UTagSm(props) {
12881
13011
  return /*#__PURE__*/React.createElement("span", {
12882
13012
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12883
13013
  }, /*#__PURE__*/React.createElement("style", {
12884
- children: loadingCircleStyle$46
13014
+ children: loadingCircleStyle$4a
12885
13015
  }), /*#__PURE__*/React.createElement("svg", _extends({
12886
13016
  xmlns: "http://www.w3.org/2000/svg",
12887
13017
  width: size,
@@ -12917,7 +13047,7 @@ UTagSm.defaultProps = {
12917
13047
  size: '16'
12918
13048
  };
12919
13049
 
12920
- var loadingCircleStyle$47 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13050
+ 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 }';
12921
13051
 
12922
13052
  var AllGroupSm = function AllGroupSm(props) {
12923
13053
  var color = props.color,
@@ -12931,7 +13061,7 @@ var AllGroupSm = function AllGroupSm(props) {
12931
13061
  return /*#__PURE__*/React.createElement("span", {
12932
13062
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12933
13063
  }, /*#__PURE__*/React.createElement("style", {
12934
- children: loadingCircleStyle$47
13064
+ children: loadingCircleStyle$4b
12935
13065
  }), /*#__PURE__*/React.createElement("svg", _extends({
12936
13066
  xmlns: "http://www.w3.org/2000/svg",
12937
13067
  width: size,
@@ -12969,7 +13099,7 @@ AllGroupSm.defaultProps = {
12969
13099
  size: '16'
12970
13100
  };
12971
13101
 
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 }';
13102
+ 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
13103
 
12974
13104
  var CalendarSm = function CalendarSm(props) {
12975
13105
  var color = props.color,
@@ -12983,7 +13113,7 @@ var CalendarSm = function CalendarSm(props) {
12983
13113
  return /*#__PURE__*/React.createElement("span", {
12984
13114
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12985
13115
  }, /*#__PURE__*/React.createElement("style", {
12986
- children: loadingCircleStyle$48
13116
+ children: loadingCircleStyle$4c
12987
13117
  }), /*#__PURE__*/React.createElement("svg", _extends({
12988
13118
  xmlns: "http://www.w3.org/2000/svg",
12989
13119
  width: size,
@@ -13015,7 +13145,7 @@ CalendarSm.defaultProps = {
13015
13145
  size: '16'
13016
13146
  };
13017
13147
 
13018
- 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 }';
13019
13149
 
13020
13150
  var GroupAddSm = function GroupAddSm(props) {
13021
13151
  var color = props.color,
@@ -13029,7 +13159,7 @@ var GroupAddSm = function GroupAddSm(props) {
13029
13159
  return /*#__PURE__*/React.createElement("span", {
13030
13160
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13031
13161
  }, /*#__PURE__*/React.createElement("style", {
13032
- children: loadingCircleStyle$49
13162
+ children: loadingCircleStyle$4d
13033
13163
  }), /*#__PURE__*/React.createElement("svg", _extends({
13034
13164
  xmlns: "http://www.w3.org/2000/svg",
13035
13165
  width: size,
@@ -13067,7 +13197,7 @@ GroupAddSm.defaultProps = {
13067
13197
  size: '16'
13068
13198
  };
13069
13199
 
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 }';
13200
+ 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
13201
 
13072
13202
  var BooleanSm = function BooleanSm(props) {
13073
13203
  var color = props.color,
@@ -13081,7 +13211,7 @@ var BooleanSm = function BooleanSm(props) {
13081
13211
  return /*#__PURE__*/React.createElement("span", {
13082
13212
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13083
13213
  }, /*#__PURE__*/React.createElement("style", {
13084
- children: loadingCircleStyle$4a
13214
+ children: loadingCircleStyle$4e
13085
13215
  }), /*#__PURE__*/React.createElement("svg", _extends({
13086
13216
  xmlns: "http://www.w3.org/2000/svg",
13087
13217
  width: size,
@@ -13115,7 +13245,7 @@ BooleanSm.defaultProps = {
13115
13245
  size: '16'
13116
13246
  };
13117
13247
 
13118
- 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 }';
13248
+ 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 }';
13119
13249
 
13120
13250
  var ListSm = function ListSm(props) {
13121
13251
  var color = props.color,
@@ -13129,7 +13259,7 @@ var ListSm = function ListSm(props) {
13129
13259
  return /*#__PURE__*/React.createElement("span", {
13130
13260
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13131
13261
  }, /*#__PURE__*/React.createElement("style", {
13132
- children: loadingCircleStyle$4b
13262
+ children: loadingCircleStyle$4f
13133
13263
  }), /*#__PURE__*/React.createElement("svg", _extends({
13134
13264
  xmlns: "http://www.w3.org/2000/svg",
13135
13265
  width: size,
@@ -13171,7 +13301,7 @@ ListSm.defaultProps = {
13171
13301
  size: '16'
13172
13302
  };
13173
13303
 
13174
- var loadingCircleStyle$4c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13304
+ 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 }';
13175
13305
 
13176
13306
  var ArrayRowsSm = function ArrayRowsSm(props) {
13177
13307
  var color = props.color,
@@ -13185,7 +13315,7 @@ var ArrayRowsSm = function ArrayRowsSm(props) {
13185
13315
  return /*#__PURE__*/React.createElement("span", {
13186
13316
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13187
13317
  }, /*#__PURE__*/React.createElement("style", {
13188
- children: loadingCircleStyle$4c
13318
+ children: loadingCircleStyle$4g
13189
13319
  }), /*#__PURE__*/React.createElement("svg", _extends({
13190
13320
  xmlns: "http://www.w3.org/2000/svg",
13191
13321
  width: size,
@@ -13219,7 +13349,7 @@ ArrayRowsSm.defaultProps = {
13219
13349
  size: '16'
13220
13350
  };
13221
13351
 
13222
- 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 }';
13352
+ var loadingCircleStyle$4h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13223
13353
 
13224
13354
  var RowsSm = function RowsSm(props) {
13225
13355
  var color = props.color,
@@ -13233,7 +13363,7 @@ var RowsSm = function RowsSm(props) {
13233
13363
  return /*#__PURE__*/React.createElement("span", {
13234
13364
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13235
13365
  }, /*#__PURE__*/React.createElement("style", {
13236
- children: loadingCircleStyle$4d
13366
+ children: loadingCircleStyle$4h
13237
13367
  }), /*#__PURE__*/React.createElement("svg", _extends({
13238
13368
  xmlns: "http://www.w3.org/2000/svg",
13239
13369
  width: size,
@@ -13275,7 +13405,7 @@ RowsSm.defaultProps = {
13275
13405
  size: '16'
13276
13406
  };
13277
13407
 
13278
- 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 }';
13408
+ 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 }';
13279
13409
 
13280
13410
  var VPropertySm = function VPropertySm(props) {
13281
13411
  var color = props.color,
@@ -13289,7 +13419,7 @@ var VPropertySm = function VPropertySm(props) {
13289
13419
  return /*#__PURE__*/React.createElement("span", {
13290
13420
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13291
13421
  }, /*#__PURE__*/React.createElement("style", {
13292
- children: loadingCircleStyle$4e
13422
+ children: loadingCircleStyle$4i
13293
13423
  }), /*#__PURE__*/React.createElement("svg", _extends({
13294
13424
  xmlns: "http://www.w3.org/2000/svg",
13295
13425
  width: size,
@@ -13327,7 +13457,7 @@ VPropertySm.defaultProps = {
13327
13457
  size: '16'
13328
13458
  };
13329
13459
 
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 }';
13460
+ 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
13461
 
13332
13462
  var StringSm = function StringSm(props) {
13333
13463
  var color = props.color,
@@ -13341,7 +13471,7 @@ var StringSm = function StringSm(props) {
13341
13471
  return /*#__PURE__*/React.createElement("span", {
13342
13472
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13343
13473
  }, /*#__PURE__*/React.createElement("style", {
13344
- children: loadingCircleStyle$4f
13474
+ children: loadingCircleStyle$4j
13345
13475
  }), /*#__PURE__*/React.createElement("svg", _extends({
13346
13476
  xmlns: "http://www.w3.org/2000/svg",
13347
13477
  width: size,
@@ -13375,7 +13505,7 @@ StringSm.defaultProps = {
13375
13505
  size: '16'
13376
13506
  };
13377
13507
 
13378
- var loadingCircleStyle$4g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13508
+ 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 }';
13379
13509
 
13380
13510
  var NumSm = function NumSm(props) {
13381
13511
  var color = props.color,
@@ -13389,7 +13519,7 @@ var NumSm = function NumSm(props) {
13389
13519
  return /*#__PURE__*/React.createElement("span", {
13390
13520
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13391
13521
  }, /*#__PURE__*/React.createElement("style", {
13392
- children: loadingCircleStyle$4g
13522
+ children: loadingCircleStyle$4k
13393
13523
  }), /*#__PURE__*/React.createElement("svg", _extends({
13394
13524
  xmlns: "http://www.w3.org/2000/svg",
13395
13525
  width: size,
@@ -13423,7 +13553,7 @@ NumSm.defaultProps = {
13423
13553
  size: '16'
13424
13554
  };
13425
13555
 
13426
- 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 }';
13556
+ 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 }';
13427
13557
 
13428
13558
  var TimeSm = function TimeSm(props) {
13429
13559
  var color = props.color,
@@ -13437,7 +13567,7 @@ var TimeSm = function TimeSm(props) {
13437
13567
  return /*#__PURE__*/React.createElement("span", {
13438
13568
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13439
13569
  }, /*#__PURE__*/React.createElement("style", {
13440
- children: loadingCircleStyle$4h
13570
+ children: loadingCircleStyle$4l
13441
13571
  }), /*#__PURE__*/React.createElement("svg", _extends({
13442
13572
  xmlns: "http://www.w3.org/2000/svg",
13443
13573
  width: size,
@@ -13471,7 +13601,7 @@ TimeSm.defaultProps = {
13471
13601
  size: '16'
13472
13602
  };
13473
13603
 
13474
- 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 }';
13604
+ 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 }';
13475
13605
 
13476
13606
  var ArrowLeft = function ArrowLeft(props) {
13477
13607
  var color = props.color,
@@ -13485,7 +13615,7 @@ var ArrowLeft = function ArrowLeft(props) {
13485
13615
  return /*#__PURE__*/React.createElement("span", {
13486
13616
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13487
13617
  }, /*#__PURE__*/React.createElement("style", {
13488
- children: loadingCircleStyle$4i
13618
+ children: loadingCircleStyle$4m
13489
13619
  }), /*#__PURE__*/React.createElement("svg", _extends({
13490
13620
  xmlns: "http://www.w3.org/2000/svg",
13491
13621
  width: size,
@@ -13517,7 +13647,7 @@ ArrowLeft.defaultProps = {
13517
13647
  size: '16'
13518
13648
  };
13519
13649
 
13520
- 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 }';
13521
13651
 
13522
13652
  var ArrowRight = function ArrowRight(props) {
13523
13653
  var color = props.color,
@@ -13531,7 +13661,7 @@ var ArrowRight = function ArrowRight(props) {
13531
13661
  return /*#__PURE__*/React.createElement("span", {
13532
13662
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13533
13663
  }, /*#__PURE__*/React.createElement("style", {
13534
- children: loadingCircleStyle$4j
13664
+ children: loadingCircleStyle$4n
13535
13665
  }), /*#__PURE__*/React.createElement("svg", _extends({
13536
13666
  xmlns: "http://www.w3.org/2000/svg",
13537
13667
  width: size,
@@ -13563,7 +13693,7 @@ ArrowRight.defaultProps = {
13563
13693
  size: '16'
13564
13694
  };
13565
13695
 
13566
- 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 }';
13567
13697
 
13568
13698
  var ArrowUp = function ArrowUp(props) {
13569
13699
  var color = props.color,
@@ -13577,7 +13707,7 @@ var ArrowUp = function ArrowUp(props) {
13577
13707
  return /*#__PURE__*/React.createElement("span", {
13578
13708
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13579
13709
  }, /*#__PURE__*/React.createElement("style", {
13580
- children: loadingCircleStyle$4k
13710
+ children: loadingCircleStyle$4o
13581
13711
  }), /*#__PURE__*/React.createElement("svg", _extends({
13582
13712
  xmlns: "http://www.w3.org/2000/svg",
13583
13713
  width: size,
@@ -13609,7 +13739,7 @@ ArrowUp.defaultProps = {
13609
13739
  size: '16'
13610
13740
  };
13611
13741
 
13612
- 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 }';
13613
13743
 
13614
13744
  var ArrowDown = function ArrowDown(props) {
13615
13745
  var color = props.color,
@@ -13623,7 +13753,7 @@ var ArrowDown = function ArrowDown(props) {
13623
13753
  return /*#__PURE__*/React.createElement("span", {
13624
13754
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13625
13755
  }, /*#__PURE__*/React.createElement("style", {
13626
- children: loadingCircleStyle$4l
13756
+ children: loadingCircleStyle$4p
13627
13757
  }), /*#__PURE__*/React.createElement("svg", _extends({
13628
13758
  xmlns: "http://www.w3.org/2000/svg",
13629
13759
  width: size,
@@ -13655,7 +13785,7 @@ ArrowDown.defaultProps = {
13655
13785
  size: '16'
13656
13786
  };
13657
13787
 
13658
- 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 }';
13659
13789
 
13660
13790
  var ArrowLeft2 = function ArrowLeft2(props) {
13661
13791
  var color = props.color,
@@ -13669,7 +13799,7 @@ var ArrowLeft2 = function ArrowLeft2(props) {
13669
13799
  return /*#__PURE__*/React.createElement("span", {
13670
13800
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13671
13801
  }, /*#__PURE__*/React.createElement("style", {
13672
- children: loadingCircleStyle$4m
13802
+ children: loadingCircleStyle$4q
13673
13803
  }), /*#__PURE__*/React.createElement("svg", _extends({
13674
13804
  xmlns: "http://www.w3.org/2000/svg",
13675
13805
  width: size,
@@ -13701,7 +13831,7 @@ ArrowLeft2.defaultProps = {
13701
13831
  size: '16'
13702
13832
  };
13703
13833
 
13704
- 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 }';
13705
13835
 
13706
13836
  var ArrowRight2 = function ArrowRight2(props) {
13707
13837
  var color = props.color,
@@ -13715,7 +13845,7 @@ var ArrowRight2 = function ArrowRight2(props) {
13715
13845
  return /*#__PURE__*/React.createElement("span", {
13716
13846
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13717
13847
  }, /*#__PURE__*/React.createElement("style", {
13718
- children: loadingCircleStyle$4n
13848
+ children: loadingCircleStyle$4r
13719
13849
  }), /*#__PURE__*/React.createElement("svg", _extends({
13720
13850
  xmlns: "http://www.w3.org/2000/svg",
13721
13851
  width: size,
@@ -13747,7 +13877,7 @@ ArrowRight2.defaultProps = {
13747
13877
  size: '16'
13748
13878
  };
13749
13879
 
13750
- 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 }';
13751
13881
 
13752
13882
  var ArrowUp2 = function ArrowUp2(props) {
13753
13883
  var color = props.color,
@@ -13761,7 +13891,7 @@ var ArrowUp2 = function ArrowUp2(props) {
13761
13891
  return /*#__PURE__*/React.createElement("span", {
13762
13892
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13763
13893
  }, /*#__PURE__*/React.createElement("style", {
13764
- children: loadingCircleStyle$4o
13894
+ children: loadingCircleStyle$4s
13765
13895
  }), /*#__PURE__*/React.createElement("svg", _extends({
13766
13896
  xmlns: "http://www.w3.org/2000/svg",
13767
13897
  width: size,
@@ -13793,7 +13923,7 @@ ArrowUp2.defaultProps = {
13793
13923
  size: '16'
13794
13924
  };
13795
13925
 
13796
- 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 }';
13797
13927
 
13798
13928
  var ArrowDown2 = function ArrowDown2(props) {
13799
13929
  var color = props.color,
@@ -13807,7 +13937,7 @@ var ArrowDown2 = function ArrowDown2(props) {
13807
13937
  return /*#__PURE__*/React.createElement("span", {
13808
13938
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13809
13939
  }, /*#__PURE__*/React.createElement("style", {
13810
- children: loadingCircleStyle$4p
13940
+ children: loadingCircleStyle$4t
13811
13941
  }), /*#__PURE__*/React.createElement("svg", _extends({
13812
13942
  xmlns: "http://www.w3.org/2000/svg",
13813
13943
  width: size,
@@ -13839,7 +13969,7 @@ ArrowDown2.defaultProps = {
13839
13969
  size: '16'
13840
13970
  };
13841
13971
 
13842
- 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 }';
13843
13973
 
13844
13974
  var TriLeft = function TriLeft(props) {
13845
13975
  var color = props.color,
@@ -13853,7 +13983,7 @@ var TriLeft = function TriLeft(props) {
13853
13983
  return /*#__PURE__*/React.createElement("span", {
13854
13984
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13855
13985
  }, /*#__PURE__*/React.createElement("style", {
13856
- children: loadingCircleStyle$4q
13986
+ children: loadingCircleStyle$4u
13857
13987
  }), /*#__PURE__*/React.createElement("svg", _extends({
13858
13988
  xmlns: "http://www.w3.org/2000/svg",
13859
13989
  width: size,
@@ -13885,7 +14015,7 @@ TriLeft.defaultProps = {
13885
14015
  size: '16'
13886
14016
  };
13887
14017
 
13888
- 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 }';
13889
14019
 
13890
14020
  var TriRight = function TriRight(props) {
13891
14021
  var color = props.color,
@@ -13899,7 +14029,7 @@ var TriRight = function TriRight(props) {
13899
14029
  return /*#__PURE__*/React.createElement("span", {
13900
14030
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13901
14031
  }, /*#__PURE__*/React.createElement("style", {
13902
- children: loadingCircleStyle$4r
14032
+ children: loadingCircleStyle$4v
13903
14033
  }), /*#__PURE__*/React.createElement("svg", _extends({
13904
14034
  xmlns: "http://www.w3.org/2000/svg",
13905
14035
  width: size,
@@ -13931,7 +14061,7 @@ TriRight.defaultProps = {
13931
14061
  size: '16'
13932
14062
  };
13933
14063
 
13934
- 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 }';
13935
14065
 
13936
14066
  var TriUp = function TriUp(props) {
13937
14067
  var color = props.color,
@@ -13945,7 +14075,7 @@ var TriUp = function TriUp(props) {
13945
14075
  return /*#__PURE__*/React.createElement("span", {
13946
14076
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13947
14077
  }, /*#__PURE__*/React.createElement("style", {
13948
- children: loadingCircleStyle$4s
14078
+ children: loadingCircleStyle$4w
13949
14079
  }), /*#__PURE__*/React.createElement("svg", _extends({
13950
14080
  xmlns: "http://www.w3.org/2000/svg",
13951
14081
  width: size,
@@ -13977,7 +14107,7 @@ TriUp.defaultProps = {
13977
14107
  size: '16'
13978
14108
  };
13979
14109
 
13980
- 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 }';
13981
14111
 
13982
14112
  var TriDown = function TriDown(props) {
13983
14113
  var color = props.color,
@@ -13991,7 +14121,7 @@ var TriDown = function TriDown(props) {
13991
14121
  return /*#__PURE__*/React.createElement("span", {
13992
14122
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13993
14123
  }, /*#__PURE__*/React.createElement("style", {
13994
- children: loadingCircleStyle$4t
14124
+ children: loadingCircleStyle$4x
13995
14125
  }), /*#__PURE__*/React.createElement("svg", _extends({
13996
14126
  xmlns: "http://www.w3.org/2000/svg",
13997
14127
  width: size,
@@ -14023,7 +14153,7 @@ TriDown.defaultProps = {
14023
14153
  size: '16'
14024
14154
  };
14025
14155
 
14026
- 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 }';
14027
14157
 
14028
14158
  var DArrowL = function DArrowL(props) {
14029
14159
  var color = props.color,
@@ -14037,7 +14167,7 @@ var DArrowL = function DArrowL(props) {
14037
14167
  return /*#__PURE__*/React.createElement("span", {
14038
14168
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14039
14169
  }, /*#__PURE__*/React.createElement("style", {
14040
- children: loadingCircleStyle$4u
14170
+ children: loadingCircleStyle$4y
14041
14171
  }), /*#__PURE__*/React.createElement("svg", _extends({
14042
14172
  xmlns: "http://www.w3.org/2000/svg",
14043
14173
  width: size,
@@ -14071,7 +14201,7 @@ DArrowL.defaultProps = {
14071
14201
  size: '16'
14072
14202
  };
14073
14203
 
14074
- 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 }';
14204
+ 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 }';
14075
14205
 
14076
14206
  var DArrowR = function DArrowR(props) {
14077
14207
  var color = props.color,
@@ -14085,7 +14215,7 @@ var DArrowR = function DArrowR(props) {
14085
14215
  return /*#__PURE__*/React.createElement("span", {
14086
14216
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14087
14217
  }, /*#__PURE__*/React.createElement("style", {
14088
- children: loadingCircleStyle$4v
14218
+ children: loadingCircleStyle$4z
14089
14219
  }), /*#__PURE__*/React.createElement("svg", _extends({
14090
14220
  xmlns: "http://www.w3.org/2000/svg",
14091
14221
  width: size,
@@ -14119,7 +14249,7 @@ DArrowR.defaultProps = {
14119
14249
  size: '16'
14120
14250
  };
14121
14251
 
14122
- 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 }';
14252
+ 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 }';
14123
14253
 
14124
14254
  var DArrowT = function DArrowT(props) {
14125
14255
  var color = props.color,
@@ -14133,7 +14263,7 @@ var DArrowT = function DArrowT(props) {
14133
14263
  return /*#__PURE__*/React.createElement("span", {
14134
14264
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14135
14265
  }, /*#__PURE__*/React.createElement("style", {
14136
- children: loadingCircleStyle$4w
14266
+ children: loadingCircleStyle$4A
14137
14267
  }), /*#__PURE__*/React.createElement("svg", _extends({
14138
14268
  xmlns: "http://www.w3.org/2000/svg",
14139
14269
  width: size,
@@ -14167,7 +14297,7 @@ DArrowT.defaultProps = {
14167
14297
  size: '16'
14168
14298
  };
14169
14299
 
14170
- 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 }';
14300
+ 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 }';
14171
14301
 
14172
14302
  var DArrowB = function DArrowB(props) {
14173
14303
  var color = props.color,
@@ -14181,7 +14311,7 @@ var DArrowB = function DArrowB(props) {
14181
14311
  return /*#__PURE__*/React.createElement("span", {
14182
14312
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14183
14313
  }, /*#__PURE__*/React.createElement("style", {
14184
- children: loadingCircleStyle$4x
14314
+ children: loadingCircleStyle$4B
14185
14315
  }), /*#__PURE__*/React.createElement("svg", _extends({
14186
14316
  xmlns: "http://www.w3.org/2000/svg",
14187
14317
  width: size,
@@ -14215,7 +14345,7 @@ DArrowB.defaultProps = {
14215
14345
  size: '16'
14216
14346
  };
14217
14347
 
14218
- 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 }';
14348
+ 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 }';
14219
14349
 
14220
14350
  var DropDown = function DropDown(props) {
14221
14351
  var color = props.color,
@@ -14229,7 +14359,7 @@ var DropDown = function DropDown(props) {
14229
14359
  return /*#__PURE__*/React.createElement("span", {
14230
14360
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14231
14361
  }, /*#__PURE__*/React.createElement("style", {
14232
- children: loadingCircleStyle$4y
14362
+ children: loadingCircleStyle$4C
14233
14363
  }), /*#__PURE__*/React.createElement("svg", _extends({
14234
14364
  xmlns: "http://www.w3.org/2000/svg",
14235
14365
  width: size,
@@ -14261,7 +14391,7 @@ DropDown.defaultProps = {
14261
14391
  size: '16'
14262
14392
  };
14263
14393
 
14264
- 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 }';
14265
14395
 
14266
14396
  var DropUp = function DropUp(props) {
14267
14397
  var color = props.color,
@@ -14275,7 +14405,7 @@ var DropUp = function DropUp(props) {
14275
14405
  return /*#__PURE__*/React.createElement("span", {
14276
14406
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14277
14407
  }, /*#__PURE__*/React.createElement("style", {
14278
- children: loadingCircleStyle$4z
14408
+ children: loadingCircleStyle$4D
14279
14409
  }), /*#__PURE__*/React.createElement("svg", _extends({
14280
14410
  xmlns: "http://www.w3.org/2000/svg",
14281
14411
  width: size,
@@ -14307,7 +14437,7 @@ DropUp.defaultProps = {
14307
14437
  size: '16'
14308
14438
  };
14309
14439
 
14310
- 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 }';
14311
14441
 
14312
14442
  var More1 = function More1(props) {
14313
14443
  var color = props.color,
@@ -14321,7 +14451,7 @@ var More1 = function More1(props) {
14321
14451
  return /*#__PURE__*/React.createElement("span", {
14322
14452
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14323
14453
  }, /*#__PURE__*/React.createElement("style", {
14324
- children: loadingCircleStyle$4A
14454
+ children: loadingCircleStyle$4E
14325
14455
  }), /*#__PURE__*/React.createElement("svg", _extends({
14326
14456
  xmlns: "http://www.w3.org/2000/svg",
14327
14457
  width: size,
@@ -14353,7 +14483,7 @@ More1.defaultProps = {
14353
14483
  size: '16'
14354
14484
  };
14355
14485
 
14356
- 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 }';
14357
14487
 
14358
14488
  var More2 = function More2(props) {
14359
14489
  var color = props.color,
@@ -14367,7 +14497,7 @@ var More2 = function More2(props) {
14367
14497
  return /*#__PURE__*/React.createElement("span", {
14368
14498
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14369
14499
  }, /*#__PURE__*/React.createElement("style", {
14370
- children: loadingCircleStyle$4B
14500
+ children: loadingCircleStyle$4F
14371
14501
  }), /*#__PURE__*/React.createElement("svg", _extends({
14372
14502
  xmlns: "http://www.w3.org/2000/svg",
14373
14503
  width: size,
@@ -14399,7 +14529,7 @@ More2.defaultProps = {
14399
14529
  size: '16'
14400
14530
  };
14401
14531
 
14402
- 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 }';
14403
14533
 
14404
14534
  var Drag = function Drag(props) {
14405
14535
  var color = props.color,
@@ -14413,7 +14543,7 @@ var Drag = function Drag(props) {
14413
14543
  return /*#__PURE__*/React.createElement("span", {
14414
14544
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14415
14545
  }, /*#__PURE__*/React.createElement("style", {
14416
- children: loadingCircleStyle$4C
14546
+ children: loadingCircleStyle$4G
14417
14547
  }), /*#__PURE__*/React.createElement("svg", _extends({
14418
14548
  xmlns: "http://www.w3.org/2000/svg",
14419
14549
  width: size,
@@ -14455,7 +14585,7 @@ Drag.defaultProps = {
14455
14585
  size: '16'
14456
14586
  };
14457
14587
 
14458
- 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 }';
14588
+ 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 }';
14459
14589
 
14460
14590
  var Drag2 = function Drag2(props) {
14461
14591
  var color = props.color,
@@ -14469,7 +14599,7 @@ var Drag2 = function Drag2(props) {
14469
14599
  return /*#__PURE__*/React.createElement("span", {
14470
14600
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14471
14601
  }, /*#__PURE__*/React.createElement("style", {
14472
- children: loadingCircleStyle$4D
14602
+ children: loadingCircleStyle$4H
14473
14603
  }), /*#__PURE__*/React.createElement("svg", _extends({
14474
14604
  xmlns: "http://www.w3.org/2000/svg",
14475
14605
  width: size,
@@ -14505,7 +14635,7 @@ Drag2.defaultProps = {
14505
14635
  size: '16'
14506
14636
  };
14507
14637
 
14508
- 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 }';
14638
+ 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 }';
14509
14639
 
14510
14640
  var External = function External(props) {
14511
14641
  var color = props.color,
@@ -14519,7 +14649,7 @@ var External = function External(props) {
14519
14649
  return /*#__PURE__*/React.createElement("span", {
14520
14650
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14521
14651
  }, /*#__PURE__*/React.createElement("style", {
14522
- children: loadingCircleStyle$4E
14652
+ children: loadingCircleStyle$4I
14523
14653
  }), /*#__PURE__*/React.createElement("svg", _extends({
14524
14654
  xmlns: "http://www.w3.org/2000/svg",
14525
14655
  width: size,
@@ -14551,7 +14681,7 @@ External.defaultProps = {
14551
14681
  size: '16'
14552
14682
  };
14553
14683
 
14554
- 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 }';
14555
14685
 
14556
14686
  var DisplayS = function DisplayS(props) {
14557
14687
  var color = props.color,
@@ -14565,7 +14695,7 @@ var DisplayS = function DisplayS(props) {
14565
14695
  return /*#__PURE__*/React.createElement("span", {
14566
14696
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14567
14697
  }, /*#__PURE__*/React.createElement("style", {
14568
- children: loadingCircleStyle$4F
14698
+ children: loadingCircleStyle$4J
14569
14699
  }), /*#__PURE__*/React.createElement("svg", _extends({
14570
14700
  xmlns: "http://www.w3.org/2000/svg",
14571
14701
  width: size,
@@ -14599,7 +14729,7 @@ DisplayS.defaultProps = {
14599
14729
  size: '16'
14600
14730
  };
14601
14731
 
14602
- 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 }';
14732
+ 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 }';
14603
14733
 
14604
14734
  var Share = function Share(props) {
14605
14735
  var color = props.color,
@@ -14613,7 +14743,7 @@ var Share = function Share(props) {
14613
14743
  return /*#__PURE__*/React.createElement("span", {
14614
14744
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14615
14745
  }, /*#__PURE__*/React.createElement("style", {
14616
- children: loadingCircleStyle$4G
14746
+ children: loadingCircleStyle$4K
14617
14747
  }), /*#__PURE__*/React.createElement("svg", _extends({
14618
14748
  xmlns: "http://www.w3.org/2000/svg",
14619
14749
  width: size,
@@ -14645,4 +14775,4 @@ Share.defaultProps = {
14645
14775
  size: '16'
14646
14776
  };
14647
14777
 
14648
- 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, 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 };
14778
+ 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, 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 };