@tant/icons 1.1.66 → 1.1.67

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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,
@@ -4682,7 +4730,7 @@ SortA2z.defaultProps = {
4682
4730
  size: '16'
4683
4731
  };
4684
4732
 
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 }';
4733
+ var loadingCircleStyle$1v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4686
4734
 
4687
4735
  var SortZ2a = function SortZ2a(props) {
4688
4736
  var color = props.color,
@@ -4696,7 +4744,7 @@ var SortZ2a = function SortZ2a(props) {
4696
4744
  return /*#__PURE__*/React.createElement("span", {
4697
4745
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4698
4746
  }, /*#__PURE__*/React.createElement("style", {
4699
- children: loadingCircleStyle$1u
4747
+ children: loadingCircleStyle$1v
4700
4748
  }), /*#__PURE__*/React.createElement("svg", _extends({
4701
4749
  xmlns: "http://www.w3.org/2000/svg",
4702
4750
  width: size,
@@ -4742,7 +4790,7 @@ SortZ2a.defaultProps = {
4742
4790
  size: '16'
4743
4791
  };
4744
4792
 
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 }';
4793
+ var loadingCircleStyle$1w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4746
4794
 
4747
4795
  var Sort = function Sort(props) {
4748
4796
  var color = props.color,
@@ -4756,7 +4804,7 @@ var Sort = function Sort(props) {
4756
4804
  return /*#__PURE__*/React.createElement("span", {
4757
4805
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4758
4806
  }, /*#__PURE__*/React.createElement("style", {
4759
- children: loadingCircleStyle$1v
4807
+ children: loadingCircleStyle$1w
4760
4808
  }), /*#__PURE__*/React.createElement("svg", _extends({
4761
4809
  xmlns: "http://www.w3.org/2000/svg",
4762
4810
  width: size,
@@ -4788,7 +4836,7 @@ Sort.defaultProps = {
4788
4836
  size: '16'
4789
4837
  };
4790
4838
 
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 }';
4839
+ var loadingCircleStyle$1x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4792
4840
 
4793
4841
  var SortResult = function SortResult(props) {
4794
4842
  var color = props.color,
@@ -4802,7 +4850,7 @@ var SortResult = function SortResult(props) {
4802
4850
  return /*#__PURE__*/React.createElement("span", {
4803
4851
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4804
4852
  }, /*#__PURE__*/React.createElement("style", {
4805
- children: loadingCircleStyle$1w
4853
+ children: loadingCircleStyle$1x
4806
4854
  }), /*#__PURE__*/React.createElement("svg", _extends({
4807
4855
  xmlns: "http://www.w3.org/2000/svg",
4808
4856
  width: size,
@@ -4840,7 +4888,7 @@ SortResult.defaultProps = {
4840
4888
  size: '16'
4841
4889
  };
4842
4890
 
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 }';
4891
+ var loadingCircleStyle$1y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4844
4892
 
4845
4893
  var TA2b = function TA2b(props) {
4846
4894
  var color = props.color,
@@ -4854,7 +4902,7 @@ var TA2b = function TA2b(props) {
4854
4902
  return /*#__PURE__*/React.createElement("span", {
4855
4903
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4856
4904
  }, /*#__PURE__*/React.createElement("style", {
4857
- children: loadingCircleStyle$1x
4905
+ children: loadingCircleStyle$1y
4858
4906
  }), /*#__PURE__*/React.createElement("svg", _extends({
4859
4907
  xmlns: "http://www.w3.org/2000/svg",
4860
4908
  width: size,
@@ -4886,7 +4934,7 @@ TA2b.defaultProps = {
4886
4934
  size: '16'
4887
4935
  };
4888
4936
 
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 }';
4937
+ var loadingCircleStyle$1z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4890
4938
 
4891
4939
  var TX2y = function TX2y(props) {
4892
4940
  var color = props.color,
@@ -4900,7 +4948,7 @@ var TX2y = function TX2y(props) {
4900
4948
  return /*#__PURE__*/React.createElement("span", {
4901
4949
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4902
4950
  }, /*#__PURE__*/React.createElement("style", {
4903
- children: loadingCircleStyle$1y
4951
+ children: loadingCircleStyle$1z
4904
4952
  }), /*#__PURE__*/React.createElement("svg", _extends({
4905
4953
  xmlns: "http://www.w3.org/2000/svg",
4906
4954
  width: size,
@@ -4936,7 +4984,7 @@ TX2y.defaultProps = {
4936
4984
  size: '16'
4937
4985
  };
4938
4986
 
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 }';
4987
+ var loadingCircleStyle$1A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4940
4988
 
4941
4989
  var Parameter = function Parameter(props) {
4942
4990
  var color = props.color,
@@ -4950,7 +4998,7 @@ var Parameter = function Parameter(props) {
4950
4998
  return /*#__PURE__*/React.createElement("span", {
4951
4999
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4952
5000
  }, /*#__PURE__*/React.createElement("style", {
4953
- children: loadingCircleStyle$1z
5001
+ children: loadingCircleStyle$1A
4954
5002
  }), /*#__PURE__*/React.createElement("svg", _extends({
4955
5003
  xmlns: "http://www.w3.org/2000/svg",
4956
5004
  width: size,
@@ -4988,7 +5036,7 @@ Parameter.defaultProps = {
4988
5036
  size: '16'
4989
5037
  };
4990
5038
 
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 }';
5039
+ var loadingCircleStyle$1B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4992
5040
 
4993
5041
  var Groups = function Groups(props) {
4994
5042
  var color = props.color,
@@ -5002,7 +5050,7 @@ var Groups = function Groups(props) {
5002
5050
  return /*#__PURE__*/React.createElement("span", {
5003
5051
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5004
5052
  }, /*#__PURE__*/React.createElement("style", {
5005
- children: loadingCircleStyle$1A
5053
+ children: loadingCircleStyle$1B
5006
5054
  }), /*#__PURE__*/React.createElement("svg", _extends({
5007
5055
  xmlns: "http://www.w3.org/2000/svg",
5008
5056
  width: size,
@@ -5034,7 +5082,7 @@ Groups.defaultProps = {
5034
5082
  size: '16'
5035
5083
  };
5036
5084
 
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 }';
5085
+ var loadingCircleStyle$1C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5038
5086
 
5039
5087
  var EventTree = function EventTree(props) {
5040
5088
  var color = props.color,
@@ -5048,7 +5096,7 @@ var EventTree = function EventTree(props) {
5048
5096
  return /*#__PURE__*/React.createElement("span", {
5049
5097
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5050
5098
  }, /*#__PURE__*/React.createElement("style", {
5051
- children: loadingCircleStyle$1B
5099
+ children: loadingCircleStyle$1C
5052
5100
  }), /*#__PURE__*/React.createElement("svg", _extends({
5053
5101
  xmlns: "http://www.w3.org/2000/svg",
5054
5102
  width: size,
@@ -5080,7 +5128,7 @@ EventTree.defaultProps = {
5080
5128
  size: '16'
5081
5129
  };
5082
5130
 
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 }';
5131
+ var loadingCircleStyle$1D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5084
5132
 
5085
5133
  var Split = function Split(props) {
5086
5134
  var color = props.color,
@@ -5094,7 +5142,7 @@ var Split = function Split(props) {
5094
5142
  return /*#__PURE__*/React.createElement("span", {
5095
5143
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5096
5144
  }, /*#__PURE__*/React.createElement("style", {
5097
- children: loadingCircleStyle$1C
5145
+ children: loadingCircleStyle$1D
5098
5146
  }), /*#__PURE__*/React.createElement("svg", _extends({
5099
5147
  xmlns: "http://www.w3.org/2000/svg",
5100
5148
  width: size,
@@ -5126,7 +5174,7 @@ Split.defaultProps = {
5126
5174
  size: '16'
5127
5175
  };
5128
5176
 
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 }';
5177
+ var loadingCircleStyle$1E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5130
5178
 
5131
5179
  var CustomPartition = function CustomPartition(props) {
5132
5180
  var color = props.color,
@@ -5140,7 +5188,7 @@ var CustomPartition = function CustomPartition(props) {
5140
5188
  return /*#__PURE__*/React.createElement("span", {
5141
5189
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5142
5190
  }, /*#__PURE__*/React.createElement("style", {
5143
- children: loadingCircleStyle$1D
5191
+ children: loadingCircleStyle$1E
5144
5192
  }), /*#__PURE__*/React.createElement("svg", _extends({
5145
5193
  xmlns: "http://www.w3.org/2000/svg",
5146
5194
  width: size,
@@ -5172,7 +5220,7 @@ CustomPartition.defaultProps = {
5172
5220
  size: '16'
5173
5221
  };
5174
5222
 
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 }';
5223
+ var loadingCircleStyle$1F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5176
5224
 
5177
5225
  var Result = function Result(props) {
5178
5226
  var color = props.color,
@@ -5186,7 +5234,7 @@ var Result = function Result(props) {
5186
5234
  return /*#__PURE__*/React.createElement("span", {
5187
5235
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5188
5236
  }, /*#__PURE__*/React.createElement("style", {
5189
- children: loadingCircleStyle$1E
5237
+ children: loadingCircleStyle$1F
5190
5238
  }), /*#__PURE__*/React.createElement("svg", _extends({
5191
5239
  xmlns: "http://www.w3.org/2000/svg",
5192
5240
  width: size,
@@ -5222,7 +5270,7 @@ Result.defaultProps = {
5222
5270
  size: '16'
5223
5271
  };
5224
5272
 
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 }';
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 }';
5226
5274
 
5227
5275
  var Alert = function Alert(props) {
5228
5276
  var color = props.color,
@@ -5236,7 +5284,7 @@ var Alert = function Alert(props) {
5236
5284
  return /*#__PURE__*/React.createElement("span", {
5237
5285
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5238
5286
  }, /*#__PURE__*/React.createElement("style", {
5239
- children: loadingCircleStyle$1F
5287
+ children: loadingCircleStyle$1G
5240
5288
  }), /*#__PURE__*/React.createElement("svg", _extends({
5241
5289
  xmlns: "http://www.w3.org/2000/svg",
5242
5290
  width: size,
@@ -5270,7 +5318,7 @@ Alert.defaultProps = {
5270
5318
  size: '16'
5271
5319
  };
5272
5320
 
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 }';
5321
+ var loadingCircleStyle$1H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5274
5322
 
5275
5323
  var ViewOriginal = function ViewOriginal(props) {
5276
5324
  var color = props.color,
@@ -5284,7 +5332,7 @@ var ViewOriginal = function ViewOriginal(props) {
5284
5332
  return /*#__PURE__*/React.createElement("span", {
5285
5333
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5286
5334
  }, /*#__PURE__*/React.createElement("style", {
5287
- children: loadingCircleStyle$1G
5335
+ children: loadingCircleStyle$1H
5288
5336
  }), /*#__PURE__*/React.createElement("svg", _extends({
5289
5337
  xmlns: "http://www.w3.org/2000/svg",
5290
5338
  width: size,
@@ -5323,7 +5371,7 @@ ViewOriginal.defaultProps = {
5323
5371
  size: '16'
5324
5372
  };
5325
5373
 
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 }';
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 }';
5327
5375
 
5328
5376
  var Attribution = function Attribution(props) {
5329
5377
  var color = props.color,
@@ -5337,7 +5385,7 @@ var Attribution = function Attribution(props) {
5337
5385
  return /*#__PURE__*/React.createElement("span", {
5338
5386
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5339
5387
  }, /*#__PURE__*/React.createElement("style", {
5340
- children: loadingCircleStyle$1H
5388
+ children: loadingCircleStyle$1I
5341
5389
  }), /*#__PURE__*/React.createElement("svg", _extends({
5342
5390
  xmlns: "http://www.w3.org/2000/svg",
5343
5391
  width: size,
@@ -5371,7 +5419,7 @@ Attribution.defaultProps = {
5371
5419
  size: '16'
5372
5420
  };
5373
5421
 
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 }';
5422
+ var loadingCircleStyle$1J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5375
5423
 
5376
5424
  var Cost = function Cost(props) {
5377
5425
  var color = props.color,
@@ -5385,7 +5433,7 @@ var Cost = function Cost(props) {
5385
5433
  return /*#__PURE__*/React.createElement("span", {
5386
5434
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5387
5435
  }, /*#__PURE__*/React.createElement("style", {
5388
- children: loadingCircleStyle$1I
5436
+ children: loadingCircleStyle$1J
5389
5437
  }), /*#__PURE__*/React.createElement("svg", _extends({
5390
5438
  xmlns: "http://www.w3.org/2000/svg",
5391
5439
  width: size,
@@ -5417,7 +5465,7 @@ Cost.defaultProps = {
5417
5465
  size: '16'
5418
5466
  };
5419
5467
 
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 }';
5468
+ var loadingCircleStyle$1K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5421
5469
 
5422
5470
  var Exposure = function Exposure(props) {
5423
5471
  var color = props.color,
@@ -5431,7 +5479,7 @@ var Exposure = function Exposure(props) {
5431
5479
  return /*#__PURE__*/React.createElement("span", {
5432
5480
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5433
5481
  }, /*#__PURE__*/React.createElement("style", {
5434
- children: loadingCircleStyle$1J
5482
+ children: loadingCircleStyle$1K
5435
5483
  }), /*#__PURE__*/React.createElement("svg", _extends({
5436
5484
  xmlns: "http://www.w3.org/2000/svg",
5437
5485
  width: size,
@@ -5463,7 +5511,7 @@ Exposure.defaultProps = {
5463
5511
  size: '16'
5464
5512
  };
5465
5513
 
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 }';
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 }';
5467
5515
 
5468
5516
  var Indicator = function Indicator(props) {
5469
5517
  var color = props.color,
@@ -5477,7 +5525,7 @@ var Indicator = function Indicator(props) {
5477
5525
  return /*#__PURE__*/React.createElement("span", {
5478
5526
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5479
5527
  }, /*#__PURE__*/React.createElement("style", {
5480
- children: loadingCircleStyle$1K
5528
+ children: loadingCircleStyle$1L
5481
5529
  }), /*#__PURE__*/React.createElement("svg", _extends({
5482
5530
  xmlns: "http://www.w3.org/2000/svg",
5483
5531
  width: size,
@@ -5511,7 +5559,7 @@ Indicator.defaultProps = {
5511
5559
  size: '16'
5512
5560
  };
5513
5561
 
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 }';
5562
+ var loadingCircleStyle$1M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5515
5563
 
5516
5564
  var Currency = function Currency(props) {
5517
5565
  var color = props.color,
@@ -5525,7 +5573,7 @@ var Currency = function Currency(props) {
5525
5573
  return /*#__PURE__*/React.createElement("span", {
5526
5574
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5527
5575
  }, /*#__PURE__*/React.createElement("style", {
5528
- children: loadingCircleStyle$1L
5576
+ children: loadingCircleStyle$1M
5529
5577
  }), /*#__PURE__*/React.createElement("svg", _extends({
5530
5578
  xmlns: "http://www.w3.org/2000/svg",
5531
5579
  width: size,
@@ -5557,7 +5605,7 @@ Currency.defaultProps = {
5557
5605
  size: '16'
5558
5606
  };
5559
5607
 
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 }';
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 }';
5561
5609
 
5562
5610
  var Contrast = function Contrast(props) {
5563
5611
  var color = props.color,
@@ -5571,7 +5619,7 @@ var Contrast = function Contrast(props) {
5571
5619
  return /*#__PURE__*/React.createElement("span", {
5572
5620
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5573
5621
  }, /*#__PURE__*/React.createElement("style", {
5574
- children: loadingCircleStyle$1M
5622
+ children: loadingCircleStyle$1N
5575
5623
  }), /*#__PURE__*/React.createElement("svg", _extends({
5576
5624
  xmlns: "http://www.w3.org/2000/svg",
5577
5625
  width: size,
@@ -5605,7 +5653,63 @@ Contrast.defaultProps = {
5605
5653
  size: '16'
5606
5654
  };
5607
5655
 
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 }';
5656
+ var loadingCircleStyle$1O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5657
+
5658
+ var Index = function Index(props) {
5659
+ var color = props.color,
5660
+ size = props.size,
5661
+ spin = props.spin,
5662
+ style = props.style,
5663
+ className = props.className,
5664
+ iconClassName = props.iconClassName,
5665
+ otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className", "iconClassName"]);
5666
+
5667
+ return /*#__PURE__*/React.createElement("span", {
5668
+ className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5669
+ }, /*#__PURE__*/React.createElement("style", {
5670
+ children: loadingCircleStyle$1O
5671
+ }), /*#__PURE__*/React.createElement("svg", _extends({
5672
+ xmlns: "http://www.w3.org/2000/svg",
5673
+ width: size,
5674
+ height: size,
5675
+ viewBox: "0 0 24 24",
5676
+ fill: color
5677
+ }, otherProps, {
5678
+ className: iconClassName,
5679
+ style: _objectSpread2(_objectSpread2({}, style), spin ? {
5680
+ animationDuration: '1s',
5681
+ animationIterationCount: 'infinite',
5682
+ animationName: 'loadingCircle',
5683
+ animationTimingFunction: 'linear'
5684
+ } : {})
5685
+ }), /*#__PURE__*/React.createElement("path", {
5686
+ d: "M18 4H7v2h11V4z"
5687
+ }), /*#__PURE__*/React.createElement("path", {
5688
+ d: "M7 11h14v2H7v-2z"
5689
+ }), /*#__PURE__*/React.createElement("path", {
5690
+ d: "M7 18h7v2H7v-2z"
5691
+ }), /*#__PURE__*/React.createElement("path", {
5692
+ d: "M5 4H3v2h2V4z"
5693
+ }), /*#__PURE__*/React.createElement("path", {
5694
+ d: "M5 18H3v2h2v-2z"
5695
+ }), /*#__PURE__*/React.createElement("path", {
5696
+ d: "M5 11H3v2h2v-2z"
5697
+ })));
5698
+ };
5699
+
5700
+ Index.propTypes = {
5701
+ iconClassName: PropTypes.string,
5702
+ spin: PropTypes.bool,
5703
+ color: PropTypes.string,
5704
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
5705
+ };
5706
+ Index.defaultProps = {
5707
+ spin: false,
5708
+ color: 'currentColor',
5709
+ size: '16'
5710
+ };
5711
+
5712
+ var loadingCircleStyle$1P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5609
5713
 
5610
5714
  var SortUpCl = function SortUpCl(props) {
5611
5715
  var color = props.color,
@@ -5619,7 +5723,7 @@ var SortUpCl = function SortUpCl(props) {
5619
5723
  return /*#__PURE__*/React.createElement("span", {
5620
5724
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5621
5725
  }, /*#__PURE__*/React.createElement("style", {
5622
- children: loadingCircleStyle$1N
5726
+ children: loadingCircleStyle$1P
5623
5727
  }), /*#__PURE__*/React.createElement("svg", _extends({
5624
5728
  xmlns: "http://www.w3.org/2000/svg",
5625
5729
  width: size,
@@ -5684,7 +5788,7 @@ SortUpCl.defaultProps = {
5684
5788
  size: '16'
5685
5789
  };
5686
5790
 
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 }';
5791
+ var loadingCircleStyle$1Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5688
5792
 
5689
5793
  var SortDownCl = function SortDownCl(props) {
5690
5794
  var color = props.color,
@@ -5698,7 +5802,7 @@ var SortDownCl = function SortDownCl(props) {
5698
5802
  return /*#__PURE__*/React.createElement("span", {
5699
5803
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5700
5804
  }, /*#__PURE__*/React.createElement("style", {
5701
- children: loadingCircleStyle$1O
5805
+ children: loadingCircleStyle$1Q
5702
5806
  }), /*#__PURE__*/React.createElement("svg", _extends({
5703
5807
  xmlns: "http://www.w3.org/2000/svg",
5704
5808
  width: size,
@@ -5763,7 +5867,7 @@ SortDownCl.defaultProps = {
5763
5867
  size: '16'
5764
5868
  };
5765
5869
 
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 }';
5870
+ var loadingCircleStyle$1R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5767
5871
 
5768
5872
  var OperatorEqual = function OperatorEqual(props) {
5769
5873
  var color = props.color,
@@ -5777,7 +5881,7 @@ var OperatorEqual = function OperatorEqual(props) {
5777
5881
  return /*#__PURE__*/React.createElement("span", {
5778
5882
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5779
5883
  }, /*#__PURE__*/React.createElement("style", {
5780
- children: loadingCircleStyle$1P
5884
+ children: loadingCircleStyle$1R
5781
5885
  }), /*#__PURE__*/React.createElement("svg", _extends({
5782
5886
  xmlns: "http://www.w3.org/2000/svg",
5783
5887
  width: size,
@@ -5811,7 +5915,7 @@ OperatorEqual.defaultProps = {
5811
5915
  size: '16'
5812
5916
  };
5813
5917
 
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 }';
5918
+ var loadingCircleStyle$1S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5815
5919
 
5816
5920
  var OperatorUnequal = function OperatorUnequal(props) {
5817
5921
  var color = props.color,
@@ -5825,7 +5929,7 @@ var OperatorUnequal = function OperatorUnequal(props) {
5825
5929
  return /*#__PURE__*/React.createElement("span", {
5826
5930
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5827
5931
  }, /*#__PURE__*/React.createElement("style", {
5828
- children: loadingCircleStyle$1Q
5932
+ children: loadingCircleStyle$1S
5829
5933
  }), /*#__PURE__*/React.createElement("svg", _extends({
5830
5934
  xmlns: "http://www.w3.org/2000/svg",
5831
5935
  width: size,
@@ -5859,7 +5963,7 @@ OperatorUnequal.defaultProps = {
5859
5963
  size: '16'
5860
5964
  };
5861
5965
 
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 }';
5966
+ var loadingCircleStyle$1T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5863
5967
 
5864
5968
  var OperatorDivide = function OperatorDivide(props) {
5865
5969
  var color = props.color,
@@ -5873,7 +5977,7 @@ var OperatorDivide = function OperatorDivide(props) {
5873
5977
  return /*#__PURE__*/React.createElement("span", {
5874
5978
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5875
5979
  }, /*#__PURE__*/React.createElement("style", {
5876
- children: loadingCircleStyle$1R
5980
+ children: loadingCircleStyle$1T
5877
5981
  }), /*#__PURE__*/React.createElement("svg", _extends({
5878
5982
  xmlns: "http://www.w3.org/2000/svg",
5879
5983
  width: size,
@@ -5905,7 +6009,7 @@ OperatorDivide.defaultProps = {
5905
6009
  size: '16'
5906
6010
  };
5907
6011
 
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 }';
6012
+ var loadingCircleStyle$1U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5909
6013
 
5910
6014
  var OperatorNoValue = function OperatorNoValue(props) {
5911
6015
  var color = props.color,
@@ -5919,7 +6023,7 @@ var OperatorNoValue = function OperatorNoValue(props) {
5919
6023
  return /*#__PURE__*/React.createElement("span", {
5920
6024
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5921
6025
  }, /*#__PURE__*/React.createElement("style", {
5922
- children: loadingCircleStyle$1S
6026
+ children: loadingCircleStyle$1U
5923
6027
  }), /*#__PURE__*/React.createElement("svg", _extends({
5924
6028
  xmlns: "http://www.w3.org/2000/svg",
5925
6029
  width: size,
@@ -5953,7 +6057,7 @@ OperatorNoValue.defaultProps = {
5953
6057
  size: '16'
5954
6058
  };
5955
6059
 
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 }';
6060
+ var loadingCircleStyle$1V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5957
6061
 
5958
6062
  var OperatorHasValue = function OperatorHasValue(props) {
5959
6063
  var color = props.color,
@@ -5967,7 +6071,7 @@ var OperatorHasValue = function OperatorHasValue(props) {
5967
6071
  return /*#__PURE__*/React.createElement("span", {
5968
6072
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5969
6073
  }, /*#__PURE__*/React.createElement("style", {
5970
- children: loadingCircleStyle$1T
6074
+ children: loadingCircleStyle$1V
5971
6075
  }), /*#__PURE__*/React.createElement("svg", _extends({
5972
6076
  xmlns: "http://www.w3.org/2000/svg",
5973
6077
  width: size,
@@ -6001,7 +6105,7 @@ OperatorHasValue.defaultProps = {
6001
6105
  size: '16'
6002
6106
  };
6003
6107
 
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 }';
6108
+ var loadingCircleStyle$1W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6005
6109
 
6006
6110
  var OperatorInside = function OperatorInside(props) {
6007
6111
  var color = props.color,
@@ -6015,7 +6119,7 @@ var OperatorInside = function OperatorInside(props) {
6015
6119
  return /*#__PURE__*/React.createElement("span", {
6016
6120
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6017
6121
  }, /*#__PURE__*/React.createElement("style", {
6018
- children: loadingCircleStyle$1U
6122
+ children: loadingCircleStyle$1W
6019
6123
  }), /*#__PURE__*/React.createElement("svg", _extends({
6020
6124
  xmlns: "http://www.w3.org/2000/svg",
6021
6125
  width: size,
@@ -6047,7 +6151,7 @@ OperatorInside.defaultProps = {
6047
6151
  size: '16'
6048
6152
  };
6049
6153
 
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 }';
6154
+ var loadingCircleStyle$1X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6051
6155
 
6052
6156
  var OperatorInclude = function OperatorInclude(props) {
6053
6157
  var color = props.color,
@@ -6061,7 +6165,7 @@ var OperatorInclude = function OperatorInclude(props) {
6061
6165
  return /*#__PURE__*/React.createElement("span", {
6062
6166
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6063
6167
  }, /*#__PURE__*/React.createElement("style", {
6064
- children: loadingCircleStyle$1V
6168
+ children: loadingCircleStyle$1X
6065
6169
  }), /*#__PURE__*/React.createElement("svg", _extends({
6066
6170
  xmlns: "http://www.w3.org/2000/svg",
6067
6171
  width: size,
@@ -6095,7 +6199,7 @@ OperatorInclude.defaultProps = {
6095
6199
  size: '16'
6096
6200
  };
6097
6201
 
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 }';
6202
+ var loadingCircleStyle$1Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6099
6203
 
6100
6204
  var OperatorNotInclude = function OperatorNotInclude(props) {
6101
6205
  var color = props.color,
@@ -6109,7 +6213,7 @@ var OperatorNotInclude = function OperatorNotInclude(props) {
6109
6213
  return /*#__PURE__*/React.createElement("span", {
6110
6214
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6111
6215
  }, /*#__PURE__*/React.createElement("style", {
6112
- children: loadingCircleStyle$1W
6216
+ children: loadingCircleStyle$1Y
6113
6217
  }), /*#__PURE__*/React.createElement("svg", _extends({
6114
6218
  xmlns: "http://www.w3.org/2000/svg",
6115
6219
  width: size,
@@ -6150,7 +6254,7 @@ OperatorNotInclude.defaultProps = {
6150
6254
  size: '16'
6151
6255
  };
6152
6256
 
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 }';
6257
+ var loadingCircleStyle$1Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6154
6258
 
6155
6259
  var OperatorLess = function OperatorLess(props) {
6156
6260
  var color = props.color,
@@ -6164,7 +6268,7 @@ var OperatorLess = function OperatorLess(props) {
6164
6268
  return /*#__PURE__*/React.createElement("span", {
6165
6269
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6166
6270
  }, /*#__PURE__*/React.createElement("style", {
6167
- children: loadingCircleStyle$1X
6271
+ children: loadingCircleStyle$1Z
6168
6272
  }), /*#__PURE__*/React.createElement("svg", _extends({
6169
6273
  xmlns: "http://www.w3.org/2000/svg",
6170
6274
  width: size,
@@ -6198,7 +6302,7 @@ OperatorLess.defaultProps = {
6198
6302
  size: '16'
6199
6303
  };
6200
6304
 
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 }';
6305
+ var loadingCircleStyle$1_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6202
6306
 
6203
6307
  var OperatorNoBigger = function OperatorNoBigger(props) {
6204
6308
  var color = props.color,
@@ -6212,7 +6316,7 @@ var OperatorNoBigger = function OperatorNoBigger(props) {
6212
6316
  return /*#__PURE__*/React.createElement("span", {
6213
6317
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6214
6318
  }, /*#__PURE__*/React.createElement("style", {
6215
- children: loadingCircleStyle$1Y
6319
+ children: loadingCircleStyle$1_
6216
6320
  }), /*#__PURE__*/React.createElement("svg", _extends({
6217
6321
  xmlns: "http://www.w3.org/2000/svg",
6218
6322
  width: size,
@@ -6246,7 +6350,7 @@ OperatorNoBigger.defaultProps = {
6246
6350
  size: '16'
6247
6351
  };
6248
6352
 
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 }';
6353
+ var loadingCircleStyle$1$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6250
6354
 
6251
6355
  var OperatorBigger = function OperatorBigger(props) {
6252
6356
  var color = props.color,
@@ -6260,7 +6364,7 @@ var OperatorBigger = function OperatorBigger(props) {
6260
6364
  return /*#__PURE__*/React.createElement("span", {
6261
6365
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6262
6366
  }, /*#__PURE__*/React.createElement("style", {
6263
- children: loadingCircleStyle$1Z
6367
+ children: loadingCircleStyle$1$
6264
6368
  }), /*#__PURE__*/React.createElement("svg", _extends({
6265
6369
  xmlns: "http://www.w3.org/2000/svg",
6266
6370
  width: size,
@@ -6294,7 +6398,7 @@ OperatorBigger.defaultProps = {
6294
6398
  size: '16'
6295
6399
  };
6296
6400
 
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 }';
6401
+ var loadingCircleStyle$20 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6298
6402
 
6299
6403
  var OperatorNoLess = function OperatorNoLess(props) {
6300
6404
  var color = props.color,
@@ -6308,7 +6412,7 @@ var OperatorNoLess = function OperatorNoLess(props) {
6308
6412
  return /*#__PURE__*/React.createElement("span", {
6309
6413
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6310
6414
  }, /*#__PURE__*/React.createElement("style", {
6311
- children: loadingCircleStyle$1_
6415
+ children: loadingCircleStyle$20
6312
6416
  }), /*#__PURE__*/React.createElement("svg", _extends({
6313
6417
  xmlns: "http://www.w3.org/2000/svg",
6314
6418
  width: size,
@@ -6342,7 +6446,7 @@ OperatorNoLess.defaultProps = {
6342
6446
  size: '16'
6343
6447
  };
6344
6448
 
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 }';
6449
+ var loadingCircleStyle$21 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6346
6450
 
6347
6451
  var OperatorTrue = function OperatorTrue(props) {
6348
6452
  var color = props.color,
@@ -6356,7 +6460,7 @@ var OperatorTrue = function OperatorTrue(props) {
6356
6460
  return /*#__PURE__*/React.createElement("span", {
6357
6461
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6358
6462
  }, /*#__PURE__*/React.createElement("style", {
6359
- children: loadingCircleStyle$1$
6463
+ children: loadingCircleStyle$21
6360
6464
  }), /*#__PURE__*/React.createElement("svg", _extends({
6361
6465
  xmlns: "http://www.w3.org/2000/svg",
6362
6466
  width: size,
@@ -6390,7 +6494,7 @@ OperatorTrue.defaultProps = {
6390
6494
  size: '16'
6391
6495
  };
6392
6496
 
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 }';
6497
+ var loadingCircleStyle$22 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6394
6498
 
6395
6499
  var OperatorFalse = function OperatorFalse(props) {
6396
6500
  var color = props.color,
@@ -6404,7 +6508,7 @@ var OperatorFalse = function OperatorFalse(props) {
6404
6508
  return /*#__PURE__*/React.createElement("span", {
6405
6509
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6406
6510
  }, /*#__PURE__*/React.createElement("style", {
6407
- children: loadingCircleStyle$20
6511
+ children: loadingCircleStyle$22
6408
6512
  }), /*#__PURE__*/React.createElement("svg", _extends({
6409
6513
  xmlns: "http://www.w3.org/2000/svg",
6410
6514
  width: size,
@@ -6438,7 +6542,7 @@ OperatorFalse.defaultProps = {
6438
6542
  size: '16'
6439
6543
  };
6440
6544
 
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 }';
6545
+ var loadingCircleStyle$23 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6442
6546
 
6443
6547
  var OperatorRegex = function OperatorRegex(props) {
6444
6548
  var color = props.color,
@@ -6452,7 +6556,7 @@ var OperatorRegex = function OperatorRegex(props) {
6452
6556
  return /*#__PURE__*/React.createElement("span", {
6453
6557
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6454
6558
  }, /*#__PURE__*/React.createElement("style", {
6455
- children: loadingCircleStyle$21
6559
+ children: loadingCircleStyle$23
6456
6560
  }), /*#__PURE__*/React.createElement("svg", _extends({
6457
6561
  xmlns: "http://www.w3.org/2000/svg",
6458
6562
  width: size,
@@ -6486,7 +6590,7 @@ OperatorRegex.defaultProps = {
6486
6590
  size: '16'
6487
6591
  };
6488
6592
 
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 }';
6593
+ var loadingCircleStyle$24 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6490
6594
 
6491
6595
  var OperatorNoRegex = function OperatorNoRegex(props) {
6492
6596
  var color = props.color,
@@ -6500,7 +6604,7 @@ var OperatorNoRegex = function OperatorNoRegex(props) {
6500
6604
  return /*#__PURE__*/React.createElement("span", {
6501
6605
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6502
6606
  }, /*#__PURE__*/React.createElement("style", {
6503
- children: loadingCircleStyle$22
6607
+ children: loadingCircleStyle$24
6504
6608
  }), /*#__PURE__*/React.createElement("svg", _extends({
6505
6609
  xmlns: "http://www.w3.org/2000/svg",
6506
6610
  width: size,
@@ -6534,7 +6638,7 @@ OperatorNoRegex.defaultProps = {
6534
6638
  size: '16'
6535
6639
  };
6536
6640
 
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 }';
6641
+ var loadingCircleStyle$25 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6538
6642
 
6539
6643
  var LogoDingdingCl = function LogoDingdingCl(props) {
6540
6644
  var color = props.color,
@@ -6548,7 +6652,7 @@ var LogoDingdingCl = function LogoDingdingCl(props) {
6548
6652
  return /*#__PURE__*/React.createElement("span", {
6549
6653
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6550
6654
  }, /*#__PURE__*/React.createElement("style", {
6551
- children: loadingCircleStyle$23
6655
+ children: loadingCircleStyle$25
6552
6656
  }), /*#__PURE__*/React.createElement("svg", _extends({
6553
6657
  xmlns: "http://www.w3.org/2000/svg",
6554
6658
  width: size,
@@ -6581,7 +6685,7 @@ LogoDingdingCl.defaultProps = {
6581
6685
  size: '16'
6582
6686
  };
6583
6687
 
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 }';
6688
+ var loadingCircleStyle$26 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6585
6689
 
6586
6690
  var LogoDingdingGray = function LogoDingdingGray(props) {
6587
6691
  var color = props.color,
@@ -6595,7 +6699,7 @@ var LogoDingdingGray = function LogoDingdingGray(props) {
6595
6699
  return /*#__PURE__*/React.createElement("span", {
6596
6700
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6597
6701
  }, /*#__PURE__*/React.createElement("style", {
6598
- children: loadingCircleStyle$24
6702
+ children: loadingCircleStyle$26
6599
6703
  }), /*#__PURE__*/React.createElement("svg", _extends({
6600
6704
  xmlns: "http://www.w3.org/2000/svg",
6601
6705
  width: size,
@@ -6627,7 +6731,7 @@ LogoDingdingGray.defaultProps = {
6627
6731
  size: '16'
6628
6732
  };
6629
6733
 
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 }';
6734
+ var loadingCircleStyle$27 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6631
6735
 
6632
6736
  var LogoWecomCl = function LogoWecomCl(props) {
6633
6737
  var color = props.color,
@@ -6641,7 +6745,7 @@ var LogoWecomCl = function LogoWecomCl(props) {
6641
6745
  return /*#__PURE__*/React.createElement("span", {
6642
6746
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6643
6747
  }, /*#__PURE__*/React.createElement("style", {
6644
- children: loadingCircleStyle$25
6748
+ children: loadingCircleStyle$27
6645
6749
  }), /*#__PURE__*/React.createElement("svg", _extends({
6646
6750
  xmlns: "http://www.w3.org/2000/svg",
6647
6751
  width: size,
@@ -6686,7 +6790,7 @@ LogoWecomCl.defaultProps = {
6686
6790
  size: '16'
6687
6791
  };
6688
6792
 
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 }';
6793
+ var loadingCircleStyle$28 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6690
6794
 
6691
6795
  var LogoWecomGray = function LogoWecomGray(props) {
6692
6796
  var color = props.color,
@@ -6700,7 +6804,7 @@ var LogoWecomGray = function LogoWecomGray(props) {
6700
6804
  return /*#__PURE__*/React.createElement("span", {
6701
6805
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6702
6806
  }, /*#__PURE__*/React.createElement("style", {
6703
- children: loadingCircleStyle$26
6807
+ children: loadingCircleStyle$28
6704
6808
  }), /*#__PURE__*/React.createElement("svg", _extends({
6705
6809
  xmlns: "http://www.w3.org/2000/svg",
6706
6810
  width: size,
@@ -6732,7 +6836,7 @@ LogoWecomGray.defaultProps = {
6732
6836
  size: '16'
6733
6837
  };
6734
6838
 
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 }';
6839
+ var loadingCircleStyle$29 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6736
6840
 
6737
6841
  var LogoWechatCl = function LogoWechatCl(props) {
6738
6842
  var color = props.color,
@@ -6746,7 +6850,7 @@ var LogoWechatCl = function LogoWechatCl(props) {
6746
6850
  return /*#__PURE__*/React.createElement("span", {
6747
6851
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6748
6852
  }, /*#__PURE__*/React.createElement("style", {
6749
- children: loadingCircleStyle$27
6853
+ children: loadingCircleStyle$29
6750
6854
  }), /*#__PURE__*/React.createElement("svg", _extends({
6751
6855
  xmlns: "http://www.w3.org/2000/svg",
6752
6856
  width: size,
@@ -6787,7 +6891,7 @@ LogoWechatCl.defaultProps = {
6787
6891
  size: '16'
6788
6892
  };
6789
6893
 
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 }';
6894
+ var loadingCircleStyle$2a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6791
6895
 
6792
6896
  var LogoWechatGray = function LogoWechatGray(props) {
6793
6897
  var color = props.color,
@@ -6801,7 +6905,7 @@ var LogoWechatGray = function LogoWechatGray(props) {
6801
6905
  return /*#__PURE__*/React.createElement("span", {
6802
6906
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6803
6907
  }, /*#__PURE__*/React.createElement("style", {
6804
- children: loadingCircleStyle$28
6908
+ children: loadingCircleStyle$2a
6805
6909
  }), /*#__PURE__*/React.createElement("svg", _extends({
6806
6910
  xmlns: "http://www.w3.org/2000/svg",
6807
6911
  width: size,
@@ -6840,7 +6944,7 @@ LogoWechatGray.defaultProps = {
6840
6944
  size: '16'
6841
6945
  };
6842
6946
 
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 }';
6947
+ var loadingCircleStyle$2b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6844
6948
 
6845
6949
  var LogoFeishuCl = function LogoFeishuCl(props) {
6846
6950
  var color = props.color,
@@ -6854,7 +6958,7 @@ var LogoFeishuCl = function LogoFeishuCl(props) {
6854
6958
  return /*#__PURE__*/React.createElement("span", {
6855
6959
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6856
6960
  }, /*#__PURE__*/React.createElement("style", {
6857
- children: loadingCircleStyle$29
6961
+ children: loadingCircleStyle$2b
6858
6962
  }), /*#__PURE__*/React.createElement("svg", _extends({
6859
6963
  xmlns: "http://www.w3.org/2000/svg",
6860
6964
  width: size,
@@ -6904,7 +7008,7 @@ LogoFeishuCl.defaultProps = {
6904
7008
  size: '16'
6905
7009
  };
6906
7010
 
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 }';
7011
+ var loadingCircleStyle$2c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6908
7012
 
6909
7013
  var LogoKingCl = function LogoKingCl(props) {
6910
7014
  var color = props.color,
@@ -6918,7 +7022,7 @@ var LogoKingCl = function LogoKingCl(props) {
6918
7022
  return /*#__PURE__*/React.createElement("span", {
6919
7023
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6920
7024
  }, /*#__PURE__*/React.createElement("style", {
6921
- children: loadingCircleStyle$2a
7025
+ children: loadingCircleStyle$2c
6922
7026
  }), /*#__PURE__*/React.createElement("svg", _extends({
6923
7027
  xmlns: "http://www.w3.org/2000/svg",
6924
7028
  width: size,
@@ -6951,7 +7055,7 @@ LogoKingCl.defaultProps = {
6951
7055
  size: '16'
6952
7056
  };
6953
7057
 
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 }';
7058
+ var loadingCircleStyle$2d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6955
7059
 
6956
7060
  var LogoCurrencylayerCl = function LogoCurrencylayerCl(props) {
6957
7061
  var color = props.color,
@@ -6965,7 +7069,7 @@ var LogoCurrencylayerCl = function LogoCurrencylayerCl(props) {
6965
7069
  return /*#__PURE__*/React.createElement("span", {
6966
7070
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6967
7071
  }, /*#__PURE__*/React.createElement("style", {
6968
- children: loadingCircleStyle$2b
7072
+ children: loadingCircleStyle$2d
6969
7073
  }), /*#__PURE__*/React.createElement("svg", _extends({
6970
7074
  xmlns: "http://www.w3.org/2000/svg",
6971
7075
  width: size,
@@ -7002,7 +7106,7 @@ LogoCurrencylayerCl.defaultProps = {
7002
7106
  size: '16'
7003
7107
  };
7004
7108
 
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 }';
7109
+ var loadingCircleStyle$2e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7006
7110
 
7007
7111
  var LogoGarenaCl = function LogoGarenaCl(props) {
7008
7112
  var color = props.color,
@@ -7016,7 +7120,7 @@ var LogoGarenaCl = function LogoGarenaCl(props) {
7016
7120
  return /*#__PURE__*/React.createElement("span", {
7017
7121
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7018
7122
  }, /*#__PURE__*/React.createElement("style", {
7019
- children: loadingCircleStyle$2c
7123
+ children: loadingCircleStyle$2e
7020
7124
  }), /*#__PURE__*/React.createElement("svg", _extends({
7021
7125
  xmlns: "http://www.w3.org/2000/svg",
7022
7126
  width: size,
@@ -7049,7 +7153,7 @@ LogoGarenaCl.defaultProps = {
7049
7153
  size: '16'
7050
7154
  };
7051
7155
 
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 }';
7156
+ var loadingCircleStyle$2f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7053
7157
 
7054
7158
  var LogoAndroidGray = function LogoAndroidGray(props) {
7055
7159
  var color = props.color,
@@ -7063,7 +7167,7 @@ var LogoAndroidGray = function LogoAndroidGray(props) {
7063
7167
  return /*#__PURE__*/React.createElement("span", {
7064
7168
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7065
7169
  }, /*#__PURE__*/React.createElement("style", {
7066
- children: loadingCircleStyle$2d
7170
+ children: loadingCircleStyle$2f
7067
7171
  }), /*#__PURE__*/React.createElement("svg", _extends({
7068
7172
  xmlns: "http://www.w3.org/2000/svg",
7069
7173
  width: size,
@@ -7095,7 +7199,7 @@ LogoAndroidGray.defaultProps = {
7095
7199
  size: '16'
7096
7200
  };
7097
7201
 
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 }';
7202
+ var loadingCircleStyle$2g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7099
7203
 
7100
7204
  var LogoAppleGray = function LogoAppleGray(props) {
7101
7205
  var color = props.color,
@@ -7109,7 +7213,7 @@ var LogoAppleGray = function LogoAppleGray(props) {
7109
7213
  return /*#__PURE__*/React.createElement("span", {
7110
7214
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7111
7215
  }, /*#__PURE__*/React.createElement("style", {
7112
- children: loadingCircleStyle$2e
7216
+ children: loadingCircleStyle$2g
7113
7217
  }), /*#__PURE__*/React.createElement("svg", _extends({
7114
7218
  xmlns: "http://www.w3.org/2000/svg",
7115
7219
  width: size,
@@ -7141,7 +7245,7 @@ LogoAppleGray.defaultProps = {
7141
7245
  size: '16'
7142
7246
  };
7143
7247
 
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 }';
7248
+ var loadingCircleStyle$2h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7145
7249
 
7146
7250
  var LogoXiaomiCl = function LogoXiaomiCl(props) {
7147
7251
  var color = props.color,
@@ -7155,7 +7259,7 @@ var LogoXiaomiCl = function LogoXiaomiCl(props) {
7155
7259
  return /*#__PURE__*/React.createElement("span", {
7156
7260
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7157
7261
  }, /*#__PURE__*/React.createElement("style", {
7158
- children: loadingCircleStyle$2f
7262
+ children: loadingCircleStyle$2h
7159
7263
  }), /*#__PURE__*/React.createElement("svg", _extends({
7160
7264
  xmlns: "http://www.w3.org/2000/svg",
7161
7265
  width: size,
@@ -7188,7 +7292,7 @@ LogoXiaomiCl.defaultProps = {
7188
7292
  size: '16'
7189
7293
  };
7190
7294
 
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 }';
7295
+ var loadingCircleStyle$2i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7192
7296
 
7193
7297
  var Info = function Info(props) {
7194
7298
  var color = props.color,
@@ -7202,7 +7306,7 @@ var Info = function Info(props) {
7202
7306
  return /*#__PURE__*/React.createElement("span", {
7203
7307
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7204
7308
  }, /*#__PURE__*/React.createElement("style", {
7205
- children: loadingCircleStyle$2g
7309
+ children: loadingCircleStyle$2i
7206
7310
  }), /*#__PURE__*/React.createElement("svg", _extends({
7207
7311
  xmlns: "http://www.w3.org/2000/svg",
7208
7312
  width: size,
@@ -7238,7 +7342,7 @@ Info.defaultProps = {
7238
7342
  size: '16'
7239
7343
  };
7240
7344
 
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 }';
7345
+ var loadingCircleStyle$2j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7242
7346
 
7243
7347
  var InfoFill = function InfoFill(props) {
7244
7348
  var color = props.color,
@@ -7252,7 +7356,7 @@ var InfoFill = function InfoFill(props) {
7252
7356
  return /*#__PURE__*/React.createElement("span", {
7253
7357
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7254
7358
  }, /*#__PURE__*/React.createElement("style", {
7255
- children: loadingCircleStyle$2h
7359
+ children: loadingCircleStyle$2j
7256
7360
  }), /*#__PURE__*/React.createElement("svg", _extends({
7257
7361
  xmlns: "http://www.w3.org/2000/svg",
7258
7362
  width: size,
@@ -7284,7 +7388,7 @@ InfoFill.defaultProps = {
7284
7388
  size: '16'
7285
7389
  };
7286
7390
 
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 }';
7391
+ var loadingCircleStyle$2k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7288
7392
 
7289
7393
  var Help = function Help(props) {
7290
7394
  var color = props.color,
@@ -7298,7 +7402,7 @@ var Help = function Help(props) {
7298
7402
  return /*#__PURE__*/React.createElement("span", {
7299
7403
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7300
7404
  }, /*#__PURE__*/React.createElement("style", {
7301
- children: loadingCircleStyle$2i
7405
+ children: loadingCircleStyle$2k
7302
7406
  }), /*#__PURE__*/React.createElement("svg", _extends({
7303
7407
  xmlns: "http://www.w3.org/2000/svg",
7304
7408
  width: size,
@@ -7330,7 +7434,7 @@ Help.defaultProps = {
7330
7434
  size: '16'
7331
7435
  };
7332
7436
 
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 }';
7437
+ var loadingCircleStyle$2l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7334
7438
 
7335
7439
  var History = function History(props) {
7336
7440
  var color = props.color,
@@ -7344,7 +7448,7 @@ var History = function History(props) {
7344
7448
  return /*#__PURE__*/React.createElement("span", {
7345
7449
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7346
7450
  }, /*#__PURE__*/React.createElement("style", {
7347
- children: loadingCircleStyle$2j
7451
+ children: loadingCircleStyle$2l
7348
7452
  }), /*#__PURE__*/React.createElement("svg", _extends({
7349
7453
  xmlns: "http://www.w3.org/2000/svg",
7350
7454
  width: size,
@@ -7376,7 +7480,7 @@ History.defaultProps = {
7376
7480
  size: '16'
7377
7481
  };
7378
7482
 
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 }';
7483
+ var loadingCircleStyle$2m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7380
7484
 
7381
7485
  var Backup = function Backup(props) {
7382
7486
  var color = props.color,
@@ -7390,7 +7494,7 @@ var Backup = function Backup(props) {
7390
7494
  return /*#__PURE__*/React.createElement("span", {
7391
7495
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7392
7496
  }, /*#__PURE__*/React.createElement("style", {
7393
- children: loadingCircleStyle$2k
7497
+ children: loadingCircleStyle$2m
7394
7498
  }), /*#__PURE__*/React.createElement("svg", _extends({
7395
7499
  xmlns: "http://www.w3.org/2000/svg",
7396
7500
  width: size,
@@ -7424,7 +7528,7 @@ Backup.defaultProps = {
7424
7528
  size: '16'
7425
7529
  };
7426
7530
 
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 }';
7531
+ var loadingCircleStyle$2n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7428
7532
 
7429
7533
  var Error = function Error(props) {
7430
7534
  var color = props.color,
@@ -7438,7 +7542,7 @@ var Error = function Error(props) {
7438
7542
  return /*#__PURE__*/React.createElement("span", {
7439
7543
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7440
7544
  }, /*#__PURE__*/React.createElement("style", {
7441
- children: loadingCircleStyle$2l
7545
+ children: loadingCircleStyle$2n
7442
7546
  }), /*#__PURE__*/React.createElement("svg", _extends({
7443
7547
  xmlns: "http://www.w3.org/2000/svg",
7444
7548
  width: size,
@@ -7474,7 +7578,7 @@ Error.defaultProps = {
7474
7578
  size: '16'
7475
7579
  };
7476
7580
 
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 }';
7581
+ var loadingCircleStyle$2o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7478
7582
 
7479
7583
  var ErrorFill = function ErrorFill(props) {
7480
7584
  var color = props.color,
@@ -7488,7 +7592,7 @@ var ErrorFill = function ErrorFill(props) {
7488
7592
  return /*#__PURE__*/React.createElement("span", {
7489
7593
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7490
7594
  }, /*#__PURE__*/React.createElement("style", {
7491
- children: loadingCircleStyle$2m
7595
+ children: loadingCircleStyle$2o
7492
7596
  }), /*#__PURE__*/React.createElement("svg", _extends({
7493
7597
  xmlns: "http://www.w3.org/2000/svg",
7494
7598
  width: size,
@@ -7520,7 +7624,7 @@ ErrorFill.defaultProps = {
7520
7624
  size: '16'
7521
7625
  };
7522
7626
 
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 }';
7627
+ var loadingCircleStyle$2p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7524
7628
 
7525
7629
  var Error2 = function Error2(props) {
7526
7630
  var color = props.color,
@@ -7534,7 +7638,7 @@ var Error2 = function Error2(props) {
7534
7638
  return /*#__PURE__*/React.createElement("span", {
7535
7639
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7536
7640
  }, /*#__PURE__*/React.createElement("style", {
7537
- children: loadingCircleStyle$2n
7641
+ children: loadingCircleStyle$2p
7538
7642
  }), /*#__PURE__*/React.createElement("svg", _extends({
7539
7643
  xmlns: "http://www.w3.org/2000/svg",
7540
7644
  width: size,
@@ -7568,7 +7672,7 @@ Error2.defaultProps = {
7568
7672
  size: '16'
7569
7673
  };
7570
7674
 
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 }';
7675
+ var loadingCircleStyle$2q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7572
7676
 
7573
7677
  var Error2Fill = function Error2Fill(props) {
7574
7678
  var color = props.color,
@@ -7582,7 +7686,7 @@ var Error2Fill = function Error2Fill(props) {
7582
7686
  return /*#__PURE__*/React.createElement("span", {
7583
7687
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7584
7688
  }, /*#__PURE__*/React.createElement("style", {
7585
- children: loadingCircleStyle$2o
7689
+ children: loadingCircleStyle$2q
7586
7690
  }), /*#__PURE__*/React.createElement("svg", _extends({
7587
7691
  xmlns: "http://www.w3.org/2000/svg",
7588
7692
  width: size,
@@ -7616,7 +7720,7 @@ Error2Fill.defaultProps = {
7616
7720
  size: '16'
7617
7721
  };
7618
7722
 
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 }';
7723
+ var loadingCircleStyle$2r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7620
7724
 
7621
7725
  var Success = function Success(props) {
7622
7726
  var color = props.color,
@@ -7630,7 +7734,7 @@ var Success = function Success(props) {
7630
7734
  return /*#__PURE__*/React.createElement("span", {
7631
7735
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7632
7736
  }, /*#__PURE__*/React.createElement("style", {
7633
- children: loadingCircleStyle$2p
7737
+ children: loadingCircleStyle$2r
7634
7738
  }), /*#__PURE__*/React.createElement("svg", _extends({
7635
7739
  xmlns: "http://www.w3.org/2000/svg",
7636
7740
  width: size,
@@ -7662,7 +7766,7 @@ Success.defaultProps = {
7662
7766
  size: '16'
7663
7767
  };
7664
7768
 
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 }';
7769
+ var loadingCircleStyle$2s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7666
7770
 
7667
7771
  var SuccessFill = function SuccessFill(props) {
7668
7772
  var color = props.color,
@@ -7676,7 +7780,7 @@ var SuccessFill = function SuccessFill(props) {
7676
7780
  return /*#__PURE__*/React.createElement("span", {
7677
7781
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7678
7782
  }, /*#__PURE__*/React.createElement("style", {
7679
- children: loadingCircleStyle$2q
7783
+ children: loadingCircleStyle$2s
7680
7784
  }), /*#__PURE__*/React.createElement("svg", _extends({
7681
7785
  xmlns: "http://www.w3.org/2000/svg",
7682
7786
  width: size,
@@ -7710,7 +7814,7 @@ SuccessFill.defaultProps = {
7710
7814
  size: '16'
7711
7815
  };
7712
7816
 
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 }';
7817
+ var loadingCircleStyle$2t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7714
7818
 
7715
7819
  var Delete2 = function Delete2(props) {
7716
7820
  var color = props.color,
@@ -7724,7 +7828,7 @@ var Delete2 = function Delete2(props) {
7724
7828
  return /*#__PURE__*/React.createElement("span", {
7725
7829
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7726
7830
  }, /*#__PURE__*/React.createElement("style", {
7727
- children: loadingCircleStyle$2r
7831
+ children: loadingCircleStyle$2t
7728
7832
  }), /*#__PURE__*/React.createElement("svg", _extends({
7729
7833
  xmlns: "http://www.w3.org/2000/svg",
7730
7834
  width: size,
@@ -7756,7 +7860,7 @@ Delete2.defaultProps = {
7756
7860
  size: '16'
7757
7861
  };
7758
7862
 
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 }';
7863
+ var loadingCircleStyle$2u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7760
7864
 
7761
7865
  var Delete2Fill = function Delete2Fill(props) {
7762
7866
  var color = props.color,
@@ -7770,7 +7874,7 @@ var Delete2Fill = function Delete2Fill(props) {
7770
7874
  return /*#__PURE__*/React.createElement("span", {
7771
7875
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7772
7876
  }, /*#__PURE__*/React.createElement("style", {
7773
- children: loadingCircleStyle$2s
7877
+ children: loadingCircleStyle$2u
7774
7878
  }), /*#__PURE__*/React.createElement("svg", _extends({
7775
7879
  xmlns: "http://www.w3.org/2000/svg",
7776
7880
  width: size,
@@ -7802,7 +7906,7 @@ Delete2Fill.defaultProps = {
7802
7906
  size: '16'
7803
7907
  };
7804
7908
 
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 }';
7909
+ var loadingCircleStyle$2v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7806
7910
 
7807
7911
  var Exchange = function Exchange(props) {
7808
7912
  var color = props.color,
@@ -7816,7 +7920,7 @@ var Exchange = function Exchange(props) {
7816
7920
  return /*#__PURE__*/React.createElement("span", {
7817
7921
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7818
7922
  }, /*#__PURE__*/React.createElement("style", {
7819
- children: loadingCircleStyle$2t
7923
+ children: loadingCircleStyle$2v
7820
7924
  }), /*#__PURE__*/React.createElement("svg", _extends({
7821
7925
  xmlns: "http://www.w3.org/2000/svg",
7822
7926
  width: size,
@@ -7848,7 +7952,7 @@ Exchange.defaultProps = {
7848
7952
  size: '16'
7849
7953
  };
7850
7954
 
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 }';
7955
+ var loadingCircleStyle$2w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7852
7956
 
7853
7957
  var SwapFill = function SwapFill(props) {
7854
7958
  var color = props.color,
@@ -7862,7 +7966,7 @@ var SwapFill = function SwapFill(props) {
7862
7966
  return /*#__PURE__*/React.createElement("span", {
7863
7967
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7864
7968
  }, /*#__PURE__*/React.createElement("style", {
7865
- children: loadingCircleStyle$2u
7969
+ children: loadingCircleStyle$2w
7866
7970
  }), /*#__PURE__*/React.createElement("svg", _extends({
7867
7971
  xmlns: "http://www.w3.org/2000/svg",
7868
7972
  width: size,
@@ -7894,7 +7998,7 @@ SwapFill.defaultProps = {
7894
7998
  size: '16'
7895
7999
  };
7896
8000
 
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 }';
8001
+ var loadingCircleStyle$2x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7898
8002
 
7899
8003
  var Processing = function Processing(props) {
7900
8004
  var color = props.color,
@@ -7908,7 +8012,7 @@ var Processing = function Processing(props) {
7908
8012
  return /*#__PURE__*/React.createElement("span", {
7909
8013
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7910
8014
  }, /*#__PURE__*/React.createElement("style", {
7911
- children: loadingCircleStyle$2v
8015
+ children: loadingCircleStyle$2x
7912
8016
  }), /*#__PURE__*/React.createElement("svg", _extends({
7913
8017
  xmlns: "http://www.w3.org/2000/svg",
7914
8018
  width: size,
@@ -7940,7 +8044,7 @@ Processing.defaultProps = {
7940
8044
  size: '16'
7941
8045
  };
7942
8046
 
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 }';
8047
+ var loadingCircleStyle$2y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7944
8048
 
7945
8049
  var Processing2 = function Processing2(props) {
7946
8050
  var color = props.color,
@@ -7954,7 +8058,7 @@ var Processing2 = function Processing2(props) {
7954
8058
  return /*#__PURE__*/React.createElement("span", {
7955
8059
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7956
8060
  }, /*#__PURE__*/React.createElement("style", {
7957
- children: loadingCircleStyle$2w
8061
+ children: loadingCircleStyle$2y
7958
8062
  }), /*#__PURE__*/React.createElement("svg", _extends({
7959
8063
  xmlns: "http://www.w3.org/2000/svg",
7960
8064
  width: size,
@@ -7988,7 +8092,7 @@ Processing2.defaultProps = {
7988
8092
  size: '16'
7989
8093
  };
7990
8094
 
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 }';
8095
+ var loadingCircleStyle$2z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
7992
8096
 
7993
8097
  var Done = function Done(props) {
7994
8098
  var color = props.color,
@@ -8002,7 +8106,7 @@ var Done = function Done(props) {
8002
8106
  return /*#__PURE__*/React.createElement("span", {
8003
8107
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8004
8108
  }, /*#__PURE__*/React.createElement("style", {
8005
- children: loadingCircleStyle$2x
8109
+ children: loadingCircleStyle$2z
8006
8110
  }), /*#__PURE__*/React.createElement("svg", _extends({
8007
8111
  xmlns: "http://www.w3.org/2000/svg",
8008
8112
  width: size,
@@ -8034,7 +8138,7 @@ Done.defaultProps = {
8034
8138
  size: '16'
8035
8139
  };
8036
8140
 
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 }';
8141
+ var loadingCircleStyle$2A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8038
8142
 
8039
8143
  var Close = function Close(props) {
8040
8144
  var color = props.color,
@@ -8048,7 +8152,7 @@ var Close = function Close(props) {
8048
8152
  return /*#__PURE__*/React.createElement("span", {
8049
8153
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8050
8154
  }, /*#__PURE__*/React.createElement("style", {
8051
- children: loadingCircleStyle$2y
8155
+ children: loadingCircleStyle$2A
8052
8156
  }), /*#__PURE__*/React.createElement("svg", _extends({
8053
8157
  xmlns: "http://www.w3.org/2000/svg",
8054
8158
  width: size,
@@ -8080,7 +8184,7 @@ Close.defaultProps = {
8080
8184
  size: '16'
8081
8185
  };
8082
8186
 
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 }';
8187
+ var loadingCircleStyle$2B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8084
8188
 
8085
8189
  var StarOutline = function StarOutline(props) {
8086
8190
  var color = props.color,
@@ -8094,7 +8198,7 @@ var StarOutline = function StarOutline(props) {
8094
8198
  return /*#__PURE__*/React.createElement("span", {
8095
8199
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8096
8200
  }, /*#__PURE__*/React.createElement("style", {
8097
- children: loadingCircleStyle$2z
8201
+ children: loadingCircleStyle$2B
8098
8202
  }), /*#__PURE__*/React.createElement("svg", _extends({
8099
8203
  xmlns: "http://www.w3.org/2000/svg",
8100
8204
  width: size,
@@ -8126,7 +8230,7 @@ StarOutline.defaultProps = {
8126
8230
  size: '16'
8127
8231
  };
8128
8232
 
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 }';
8233
+ var loadingCircleStyle$2C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8130
8234
 
8131
8235
  var StarFill = function StarFill(props) {
8132
8236
  var color = props.color,
@@ -8140,7 +8244,7 @@ var StarFill = function StarFill(props) {
8140
8244
  return /*#__PURE__*/React.createElement("span", {
8141
8245
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8142
8246
  }, /*#__PURE__*/React.createElement("style", {
8143
- children: loadingCircleStyle$2A
8247
+ children: loadingCircleStyle$2C
8144
8248
  }), /*#__PURE__*/React.createElement("svg", _extends({
8145
8249
  xmlns: "http://www.w3.org/2000/svg",
8146
8250
  width: size,
@@ -8172,7 +8276,7 @@ StarFill.defaultProps = {
8172
8276
  size: '16'
8173
8277
  };
8174
8278
 
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 }';
8279
+ var loadingCircleStyle$2D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8176
8280
 
8177
8281
  var TimeLock = function TimeLock(props) {
8178
8282
  var color = props.color,
@@ -8186,7 +8290,7 @@ var TimeLock = function TimeLock(props) {
8186
8290
  return /*#__PURE__*/React.createElement("span", {
8187
8291
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8188
8292
  }, /*#__PURE__*/React.createElement("style", {
8189
- children: loadingCircleStyle$2B
8293
+ children: loadingCircleStyle$2D
8190
8294
  }), /*#__PURE__*/React.createElement("svg", _extends({
8191
8295
  xmlns: "http://www.w3.org/2000/svg",
8192
8296
  width: size,
@@ -8218,7 +8322,7 @@ TimeLock.defaultProps = {
8218
8322
  size: '16'
8219
8323
  };
8220
8324
 
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 }';
8325
+ var loadingCircleStyle$2E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8222
8326
 
8223
8327
  var Heart = function Heart(props) {
8224
8328
  var color = props.color,
@@ -8232,7 +8336,7 @@ var Heart = function Heart(props) {
8232
8336
  return /*#__PURE__*/React.createElement("span", {
8233
8337
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8234
8338
  }, /*#__PURE__*/React.createElement("style", {
8235
- children: loadingCircleStyle$2C
8339
+ children: loadingCircleStyle$2E
8236
8340
  }), /*#__PURE__*/React.createElement("svg", _extends({
8237
8341
  xmlns: "http://www.w3.org/2000/svg",
8238
8342
  width: size,
@@ -8264,7 +8368,7 @@ Heart.defaultProps = {
8264
8368
  size: '16'
8265
8369
  };
8266
8370
 
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 }';
8371
+ var loadingCircleStyle$2F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8268
8372
 
8269
8373
  var Bookmark = function Bookmark(props) {
8270
8374
  var color = props.color,
@@ -8278,7 +8382,7 @@ var Bookmark = function Bookmark(props) {
8278
8382
  return /*#__PURE__*/React.createElement("span", {
8279
8383
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8280
8384
  }, /*#__PURE__*/React.createElement("style", {
8281
- children: loadingCircleStyle$2D
8385
+ children: loadingCircleStyle$2F
8282
8386
  }), /*#__PURE__*/React.createElement("svg", _extends({
8283
8387
  xmlns: "http://www.w3.org/2000/svg",
8284
8388
  width: size,
@@ -8310,7 +8414,7 @@ Bookmark.defaultProps = {
8310
8414
  size: '16'
8311
8415
  };
8312
8416
 
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 }';
8417
+ var loadingCircleStyle$2G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8314
8418
 
8315
8419
  var Bookmark2 = function Bookmark2(props) {
8316
8420
  var color = props.color,
@@ -8324,7 +8428,7 @@ var Bookmark2 = function Bookmark2(props) {
8324
8428
  return /*#__PURE__*/React.createElement("span", {
8325
8429
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8326
8430
  }, /*#__PURE__*/React.createElement("style", {
8327
- children: loadingCircleStyle$2E
8431
+ children: loadingCircleStyle$2G
8328
8432
  }), /*#__PURE__*/React.createElement("svg", _extends({
8329
8433
  xmlns: "http://www.w3.org/2000/svg",
8330
8434
  width: size,
@@ -8356,7 +8460,7 @@ Bookmark2.defaultProps = {
8356
8460
  size: '16'
8357
8461
  };
8358
8462
 
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 }';
8463
+ var loadingCircleStyle$2H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8360
8464
 
8361
8465
  var LockClose = function LockClose(props) {
8362
8466
  var color = props.color,
@@ -8370,7 +8474,7 @@ var LockClose = function LockClose(props) {
8370
8474
  return /*#__PURE__*/React.createElement("span", {
8371
8475
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8372
8476
  }, /*#__PURE__*/React.createElement("style", {
8373
- children: loadingCircleStyle$2F
8477
+ children: loadingCircleStyle$2H
8374
8478
  }), /*#__PURE__*/React.createElement("svg", _extends({
8375
8479
  xmlns: "http://www.w3.org/2000/svg",
8376
8480
  width: size,
@@ -8406,7 +8510,7 @@ LockClose.defaultProps = {
8406
8510
  size: '16'
8407
8511
  };
8408
8512
 
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 }';
8513
+ var loadingCircleStyle$2I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8410
8514
 
8411
8515
  var LockCloseFill = function LockCloseFill(props) {
8412
8516
  var color = props.color,
@@ -8420,7 +8524,7 @@ var LockCloseFill = function LockCloseFill(props) {
8420
8524
  return /*#__PURE__*/React.createElement("span", {
8421
8525
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8422
8526
  }, /*#__PURE__*/React.createElement("style", {
8423
- children: loadingCircleStyle$2G
8527
+ children: loadingCircleStyle$2I
8424
8528
  }), /*#__PURE__*/React.createElement("svg", _extends({
8425
8529
  xmlns: "http://www.w3.org/2000/svg",
8426
8530
  width: size,
@@ -8452,7 +8556,7 @@ LockCloseFill.defaultProps = {
8452
8556
  size: '16'
8453
8557
  };
8454
8558
 
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 }';
8559
+ var loadingCircleStyle$2J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8456
8560
 
8457
8561
  var LockOpen = function LockOpen(props) {
8458
8562
  var color = props.color,
@@ -8466,7 +8570,7 @@ var LockOpen = function LockOpen(props) {
8466
8570
  return /*#__PURE__*/React.createElement("span", {
8467
8571
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8468
8572
  }, /*#__PURE__*/React.createElement("style", {
8469
- children: loadingCircleStyle$2H
8573
+ children: loadingCircleStyle$2J
8470
8574
  }), /*#__PURE__*/React.createElement("svg", _extends({
8471
8575
  xmlns: "http://www.w3.org/2000/svg",
8472
8576
  width: size,
@@ -8498,7 +8602,7 @@ LockOpen.defaultProps = {
8498
8602
  size: '16'
8499
8603
  };
8500
8604
 
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 }';
8605
+ var loadingCircleStyle$2K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8502
8606
 
8503
8607
  var LockOpenFill = function LockOpenFill(props) {
8504
8608
  var color = props.color,
@@ -8512,7 +8616,7 @@ var LockOpenFill = function LockOpenFill(props) {
8512
8616
  return /*#__PURE__*/React.createElement("span", {
8513
8617
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8514
8618
  }, /*#__PURE__*/React.createElement("style", {
8515
- children: loadingCircleStyle$2I
8619
+ children: loadingCircleStyle$2K
8516
8620
  }), /*#__PURE__*/React.createElement("svg", _extends({
8517
8621
  xmlns: "http://www.w3.org/2000/svg",
8518
8622
  width: size,
@@ -8544,7 +8648,7 @@ LockOpenFill.defaultProps = {
8544
8648
  size: '16'
8545
8649
  };
8546
8650
 
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 }';
8651
+ var loadingCircleStyle$2L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8548
8652
 
8549
8653
  var EyeOn = function EyeOn(props) {
8550
8654
  var color = props.color,
@@ -8558,7 +8662,7 @@ var EyeOn = function EyeOn(props) {
8558
8662
  return /*#__PURE__*/React.createElement("span", {
8559
8663
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8560
8664
  }, /*#__PURE__*/React.createElement("style", {
8561
- children: loadingCircleStyle$2J
8665
+ children: loadingCircleStyle$2L
8562
8666
  }), /*#__PURE__*/React.createElement("svg", _extends({
8563
8667
  xmlns: "http://www.w3.org/2000/svg",
8564
8668
  width: size,
@@ -8590,7 +8694,7 @@ EyeOn.defaultProps = {
8590
8694
  size: '16'
8591
8695
  };
8592
8696
 
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 }';
8697
+ var loadingCircleStyle$2M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8594
8698
 
8595
8699
  var EyeOnFill = function EyeOnFill(props) {
8596
8700
  var color = props.color,
@@ -8604,7 +8708,7 @@ var EyeOnFill = function EyeOnFill(props) {
8604
8708
  return /*#__PURE__*/React.createElement("span", {
8605
8709
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8606
8710
  }, /*#__PURE__*/React.createElement("style", {
8607
- children: loadingCircleStyle$2K
8711
+ children: loadingCircleStyle$2M
8608
8712
  }), /*#__PURE__*/React.createElement("svg", _extends({
8609
8713
  xmlns: "http://www.w3.org/2000/svg",
8610
8714
  width: size,
@@ -8638,7 +8742,7 @@ EyeOnFill.defaultProps = {
8638
8742
  size: '16'
8639
8743
  };
8640
8744
 
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 }';
8745
+ var loadingCircleStyle$2N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8642
8746
 
8643
8747
  var EyeOff = function EyeOff(props) {
8644
8748
  var color = props.color,
@@ -8652,7 +8756,7 @@ var EyeOff = function EyeOff(props) {
8652
8756
  return /*#__PURE__*/React.createElement("span", {
8653
8757
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8654
8758
  }, /*#__PURE__*/React.createElement("style", {
8655
- children: loadingCircleStyle$2L
8759
+ children: loadingCircleStyle$2N
8656
8760
  }), /*#__PURE__*/React.createElement("svg", _extends({
8657
8761
  xmlns: "http://www.w3.org/2000/svg",
8658
8762
  width: size,
@@ -8684,7 +8788,7 @@ EyeOff.defaultProps = {
8684
8788
  size: '16'
8685
8789
  };
8686
8790
 
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 }';
8791
+ var loadingCircleStyle$2O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8688
8792
 
8689
8793
  var EyeOffFill = function EyeOffFill(props) {
8690
8794
  var color = props.color,
@@ -8698,7 +8802,7 @@ var EyeOffFill = function EyeOffFill(props) {
8698
8802
  return /*#__PURE__*/React.createElement("span", {
8699
8803
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8700
8804
  }, /*#__PURE__*/React.createElement("style", {
8701
- children: loadingCircleStyle$2M
8805
+ children: loadingCircleStyle$2O
8702
8806
  }), /*#__PURE__*/React.createElement("svg", _extends({
8703
8807
  xmlns: "http://www.w3.org/2000/svg",
8704
8808
  width: size,
@@ -8732,7 +8836,7 @@ EyeOffFill.defaultProps = {
8732
8836
  size: '16'
8733
8837
  };
8734
8838
 
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 }';
8839
+ var loadingCircleStyle$2P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8736
8840
 
8737
8841
  var Dot = function Dot(props) {
8738
8842
  var color = props.color,
@@ -8746,7 +8850,7 @@ var Dot = function Dot(props) {
8746
8850
  return /*#__PURE__*/React.createElement("span", {
8747
8851
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8748
8852
  }, /*#__PURE__*/React.createElement("style", {
8749
- children: loadingCircleStyle$2N
8853
+ children: loadingCircleStyle$2P
8750
8854
  }), /*#__PURE__*/React.createElement("svg", _extends({
8751
8855
  xmlns: "http://www.w3.org/2000/svg",
8752
8856
  width: size,
@@ -8780,7 +8884,7 @@ Dot.defaultProps = {
8780
8884
  size: '16'
8781
8885
  };
8782
8886
 
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 }';
8887
+ var loadingCircleStyle$2Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8784
8888
 
8785
8889
  var Anchor = function Anchor(props) {
8786
8890
  var color = props.color,
@@ -8794,7 +8898,7 @@ var Anchor = function Anchor(props) {
8794
8898
  return /*#__PURE__*/React.createElement("span", {
8795
8899
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8796
8900
  }, /*#__PURE__*/React.createElement("style", {
8797
- children: loadingCircleStyle$2O
8901
+ children: loadingCircleStyle$2Q
8798
8902
  }), /*#__PURE__*/React.createElement("svg", _extends({
8799
8903
  xmlns: "http://www.w3.org/2000/svg",
8800
8904
  width: size,
@@ -8826,7 +8930,7 @@ Anchor.defaultProps = {
8826
8930
  size: '16'
8827
8931
  };
8828
8932
 
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 }';
8933
+ var loadingCircleStyle$2R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8830
8934
 
8831
8935
  var ChartLine = function ChartLine(props) {
8832
8936
  var color = props.color,
@@ -8840,7 +8944,7 @@ var ChartLine = function ChartLine(props) {
8840
8944
  return /*#__PURE__*/React.createElement("span", {
8841
8945
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8842
8946
  }, /*#__PURE__*/React.createElement("style", {
8843
- children: loadingCircleStyle$2P
8947
+ children: loadingCircleStyle$2R
8844
8948
  }), /*#__PURE__*/React.createElement("svg", _extends({
8845
8949
  xmlns: "http://www.w3.org/2000/svg",
8846
8950
  width: size,
@@ -8878,7 +8982,7 @@ ChartLine.defaultProps = {
8878
8982
  size: '16'
8879
8983
  };
8880
8984
 
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 }';
8985
+ var loadingCircleStyle$2S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8882
8986
 
8883
8987
  var ChartBar = function ChartBar(props) {
8884
8988
  var color = props.color,
@@ -8892,7 +8996,7 @@ var ChartBar = function ChartBar(props) {
8892
8996
  return /*#__PURE__*/React.createElement("span", {
8893
8997
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8894
8998
  }, /*#__PURE__*/React.createElement("style", {
8895
- children: loadingCircleStyle$2Q
8999
+ children: loadingCircleStyle$2S
8896
9000
  }), /*#__PURE__*/React.createElement("svg", _extends({
8897
9001
  xmlns: "http://www.w3.org/2000/svg",
8898
9002
  width: size,
@@ -8928,7 +9032,7 @@ ChartBar.defaultProps = {
8928
9032
  size: '16'
8929
9033
  };
8930
9034
 
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 }';
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 }';
8932
9036
 
8933
9037
  var ChartCum = function ChartCum(props) {
8934
9038
  var color = props.color,
@@ -8942,7 +9046,7 @@ var ChartCum = function ChartCum(props) {
8942
9046
  return /*#__PURE__*/React.createElement("span", {
8943
9047
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8944
9048
  }, /*#__PURE__*/React.createElement("style", {
8945
- children: loadingCircleStyle$2R
9049
+ children: loadingCircleStyle$2T
8946
9050
  }), /*#__PURE__*/React.createElement("svg", _extends({
8947
9051
  xmlns: "http://www.w3.org/2000/svg",
8948
9052
  width: size,
@@ -8984,7 +9088,7 @@ ChartCum.defaultProps = {
8984
9088
  size: '16'
8985
9089
  };
8986
9090
 
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 }';
9091
+ var loadingCircleStyle$2U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
8988
9092
 
8989
9093
  var ChartPie = function ChartPie(props) {
8990
9094
  var color = props.color,
@@ -8998,7 +9102,7 @@ var ChartPie = function ChartPie(props) {
8998
9102
  return /*#__PURE__*/React.createElement("span", {
8999
9103
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9000
9104
  }, /*#__PURE__*/React.createElement("style", {
9001
- children: loadingCircleStyle$2S
9105
+ children: loadingCircleStyle$2U
9002
9106
  }), /*#__PURE__*/React.createElement("svg", _extends({
9003
9107
  xmlns: "http://www.w3.org/2000/svg",
9004
9108
  width: size,
@@ -9032,7 +9136,7 @@ ChartPie.defaultProps = {
9032
9136
  size: '16'
9033
9137
  };
9034
9138
 
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 }';
9139
+ var loadingCircleStyle$2V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9036
9140
 
9037
9141
  var ChartDNRe = function ChartDNRe(props) {
9038
9142
  var color = props.color,
@@ -9046,7 +9150,7 @@ var ChartDNRe = function ChartDNRe(props) {
9046
9150
  return /*#__PURE__*/React.createElement("span", {
9047
9151
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9048
9152
  }, /*#__PURE__*/React.createElement("style", {
9049
- children: loadingCircleStyle$2T
9153
+ children: loadingCircleStyle$2V
9050
9154
  }), /*#__PURE__*/React.createElement("svg", _extends({
9051
9155
  xmlns: "http://www.w3.org/2000/svg",
9052
9156
  width: size,
@@ -9090,7 +9194,7 @@ ChartDNRe.defaultProps = {
9090
9194
  size: '16'
9091
9195
  };
9092
9196
 
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 }';
9197
+ var loadingCircleStyle$2W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9094
9198
 
9095
9199
  var ChartDRe = function ChartDRe(props) {
9096
9200
  var color = props.color,
@@ -9104,7 +9208,7 @@ var ChartDRe = function ChartDRe(props) {
9104
9208
  return /*#__PURE__*/React.createElement("span", {
9105
9209
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9106
9210
  }, /*#__PURE__*/React.createElement("style", {
9107
- children: loadingCircleStyle$2U
9211
+ children: loadingCircleStyle$2W
9108
9212
  }), /*#__PURE__*/React.createElement("svg", _extends({
9109
9213
  xmlns: "http://www.w3.org/2000/svg",
9110
9214
  width: size,
@@ -9148,7 +9252,7 @@ ChartDRe.defaultProps = {
9148
9252
  size: '16'
9149
9253
  };
9150
9254
 
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 }';
9255
+ var loadingCircleStyle$2X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9152
9256
 
9153
9257
  var ChartFunnel = function ChartFunnel(props) {
9154
9258
  var color = props.color,
@@ -9162,7 +9266,7 @@ var ChartFunnel = function ChartFunnel(props) {
9162
9266
  return /*#__PURE__*/React.createElement("span", {
9163
9267
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9164
9268
  }, /*#__PURE__*/React.createElement("style", {
9165
- children: loadingCircleStyle$2V
9269
+ children: loadingCircleStyle$2X
9166
9270
  }), /*#__PURE__*/React.createElement("svg", _extends({
9167
9271
  xmlns: "http://www.w3.org/2000/svg",
9168
9272
  width: size,
@@ -9198,7 +9302,7 @@ ChartFunnel.defaultProps = {
9198
9302
  size: '16'
9199
9303
  };
9200
9304
 
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 }';
9305
+ var loadingCircleStyle$2Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9202
9306
 
9203
9307
  var ChartInterval = function ChartInterval(props) {
9204
9308
  var color = props.color,
@@ -9212,7 +9316,7 @@ var ChartInterval = function ChartInterval(props) {
9212
9316
  return /*#__PURE__*/React.createElement("span", {
9213
9317
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9214
9318
  }, /*#__PURE__*/React.createElement("style", {
9215
- children: loadingCircleStyle$2W
9319
+ children: loadingCircleStyle$2Y
9216
9320
  }), /*#__PURE__*/React.createElement("svg", _extends({
9217
9321
  xmlns: "http://www.w3.org/2000/svg",
9218
9322
  width: size,
@@ -9246,7 +9350,7 @@ ChartInterval.defaultProps = {
9246
9350
  size: '16'
9247
9351
  };
9248
9352
 
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 }';
9353
+ var loadingCircleStyle$2Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9250
9354
 
9251
9355
  var ChartStack = function ChartStack(props) {
9252
9356
  var color = props.color,
@@ -9260,7 +9364,7 @@ var ChartStack = function ChartStack(props) {
9260
9364
  return /*#__PURE__*/React.createElement("span", {
9261
9365
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9262
9366
  }, /*#__PURE__*/React.createElement("style", {
9263
- children: loadingCircleStyle$2X
9367
+ children: loadingCircleStyle$2Z
9264
9368
  }), /*#__PURE__*/React.createElement("svg", _extends({
9265
9369
  xmlns: "http://www.w3.org/2000/svg",
9266
9370
  width: size,
@@ -9294,7 +9398,7 @@ ChartStack.defaultProps = {
9294
9398
  size: '16'
9295
9399
  };
9296
9400
 
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 }';
9401
+ var loadingCircleStyle$2_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9298
9402
 
9299
9403
  var ChartStackn = function ChartStackn(props) {
9300
9404
  var color = props.color,
@@ -9308,7 +9412,7 @@ var ChartStackn = function ChartStackn(props) {
9308
9412
  return /*#__PURE__*/React.createElement("span", {
9309
9413
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9310
9414
  }, /*#__PURE__*/React.createElement("style", {
9311
- children: loadingCircleStyle$2Y
9415
+ children: loadingCircleStyle$2_
9312
9416
  }), /*#__PURE__*/React.createElement("svg", _extends({
9313
9417
  xmlns: "http://www.w3.org/2000/svg",
9314
9418
  width: size,
@@ -9342,7 +9446,7 @@ ChartStackn.defaultProps = {
9342
9446
  size: '16'
9343
9447
  };
9344
9448
 
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 }';
9449
+ var loadingCircleStyle$2$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9346
9450
 
9347
9451
  var ChartStackPerc = function ChartStackPerc(props) {
9348
9452
  var color = props.color,
@@ -9356,7 +9460,7 @@ var ChartStackPerc = function ChartStackPerc(props) {
9356
9460
  return /*#__PURE__*/React.createElement("span", {
9357
9461
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9358
9462
  }, /*#__PURE__*/React.createElement("style", {
9359
- children: loadingCircleStyle$2Z
9463
+ children: loadingCircleStyle$2$
9360
9464
  }), /*#__PURE__*/React.createElement("svg", _extends({
9361
9465
  xmlns: "http://www.w3.org/2000/svg",
9362
9466
  width: size,
@@ -9390,7 +9494,7 @@ ChartStackPerc.defaultProps = {
9390
9494
  size: '16'
9391
9495
  };
9392
9496
 
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 }';
9497
+ var loadingCircleStyle$30 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9394
9498
 
9395
9499
  var ChartComplex = function ChartComplex(props) {
9396
9500
  var color = props.color,
@@ -9404,7 +9508,7 @@ var ChartComplex = function ChartComplex(props) {
9404
9508
  return /*#__PURE__*/React.createElement("span", {
9405
9509
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9406
9510
  }, /*#__PURE__*/React.createElement("style", {
9407
- children: loadingCircleStyle$2_
9511
+ children: loadingCircleStyle$30
9408
9512
  }), /*#__PURE__*/React.createElement("svg", _extends({
9409
9513
  xmlns: "http://www.w3.org/2000/svg",
9410
9514
  width: size,
@@ -9444,7 +9548,7 @@ ChartComplex.defaultProps = {
9444
9548
  size: '16'
9445
9549
  };
9446
9550
 
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 }';
9551
+ var loadingCircleStyle$31 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9448
9552
 
9449
9553
  var ChartHistogram = function ChartHistogram(props) {
9450
9554
  var color = props.color,
@@ -9458,7 +9562,7 @@ var ChartHistogram = function ChartHistogram(props) {
9458
9562
  return /*#__PURE__*/React.createElement("span", {
9459
9563
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9460
9564
  }, /*#__PURE__*/React.createElement("style", {
9461
- children: loadingCircleStyle$2$
9565
+ children: loadingCircleStyle$31
9462
9566
  }), /*#__PURE__*/React.createElement("svg", _extends({
9463
9567
  xmlns: "http://www.w3.org/2000/svg",
9464
9568
  width: size,
@@ -9504,7 +9608,7 @@ ChartHistogram.defaultProps = {
9504
9608
  size: '16'
9505
9609
  };
9506
9610
 
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 }';
9611
+ var loadingCircleStyle$32 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9508
9612
 
9509
9613
  var ChartTable = function ChartTable(props) {
9510
9614
  var color = props.color,
@@ -9518,7 +9622,7 @@ var ChartTable = function ChartTable(props) {
9518
9622
  return /*#__PURE__*/React.createElement("span", {
9519
9623
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9520
9624
  }, /*#__PURE__*/React.createElement("style", {
9521
- children: loadingCircleStyle$30
9625
+ children: loadingCircleStyle$32
9522
9626
  }), /*#__PURE__*/React.createElement("svg", _extends({
9523
9627
  xmlns: "http://www.w3.org/2000/svg",
9524
9628
  width: size,
@@ -9550,7 +9654,7 @@ ChartTable.defaultProps = {
9550
9654
  size: '16'
9551
9655
  };
9552
9656
 
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 }';
9657
+ var loadingCircleStyle$33 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9554
9658
 
9555
9659
  var ChartFieldlist = function ChartFieldlist(props) {
9556
9660
  var color = props.color,
@@ -9564,7 +9668,7 @@ var ChartFieldlist = function ChartFieldlist(props) {
9564
9668
  return /*#__PURE__*/React.createElement("span", {
9565
9669
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9566
9670
  }, /*#__PURE__*/React.createElement("style", {
9567
- children: loadingCircleStyle$31
9671
+ children: loadingCircleStyle$33
9568
9672
  }), /*#__PURE__*/React.createElement("svg", _extends({
9569
9673
  xmlns: "http://www.w3.org/2000/svg",
9570
9674
  width: size,
@@ -9596,7 +9700,7 @@ ChartFieldlist.defaultProps = {
9596
9700
  size: '16'
9597
9701
  };
9598
9702
 
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 }';
9703
+ var loadingCircleStyle$34 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9600
9704
 
9601
9705
  var Table1dtable = function Table1dtable(props) {
9602
9706
  var color = props.color,
@@ -9610,7 +9714,7 @@ var Table1dtable = function Table1dtable(props) {
9610
9714
  return /*#__PURE__*/React.createElement("span", {
9611
9715
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9612
9716
  }, /*#__PURE__*/React.createElement("style", {
9613
- children: loadingCircleStyle$32
9717
+ children: loadingCircleStyle$34
9614
9718
  }), /*#__PURE__*/React.createElement("svg", _extends({
9615
9719
  xmlns: "http://www.w3.org/2000/svg",
9616
9720
  width: size,
@@ -9660,7 +9764,7 @@ Table1dtable.defaultProps = {
9660
9764
  size: '16'
9661
9765
  };
9662
9766
 
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 }';
9767
+ var loadingCircleStyle$35 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9664
9768
 
9665
9769
  var ChartSqltable = function ChartSqltable(props) {
9666
9770
  var color = props.color,
@@ -9674,7 +9778,7 @@ var ChartSqltable = function ChartSqltable(props) {
9674
9778
  return /*#__PURE__*/React.createElement("span", {
9675
9779
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9676
9780
  }, /*#__PURE__*/React.createElement("style", {
9677
- children: loadingCircleStyle$33
9781
+ children: loadingCircleStyle$35
9678
9782
  }), /*#__PURE__*/React.createElement("svg", _extends({
9679
9783
  xmlns: "http://www.w3.org/2000/svg",
9680
9784
  width: size,
@@ -9706,7 +9810,7 @@ ChartSqltable.defaultProps = {
9706
9810
  size: '16'
9707
9811
  };
9708
9812
 
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 }';
9813
+ var loadingCircleStyle$36 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9710
9814
 
9711
9815
  var ChartCombinedTable = function ChartCombinedTable(props) {
9712
9816
  var color = props.color,
@@ -9720,7 +9824,7 @@ var ChartCombinedTable = function ChartCombinedTable(props) {
9720
9824
  return /*#__PURE__*/React.createElement("span", {
9721
9825
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9722
9826
  }, /*#__PURE__*/React.createElement("style", {
9723
- children: loadingCircleStyle$34
9827
+ children: loadingCircleStyle$36
9724
9828
  }), /*#__PURE__*/React.createElement("svg", _extends({
9725
9829
  xmlns: "http://www.w3.org/2000/svg",
9726
9830
  width: size,
@@ -9752,7 +9856,7 @@ ChartCombinedTable.defaultProps = {
9752
9856
  size: '16'
9753
9857
  };
9754
9858
 
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 }';
9859
+ var loadingCircleStyle$37 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9756
9860
 
9757
9861
  var ChartDistTable = function ChartDistTable(props) {
9758
9862
  var color = props.color,
@@ -9766,7 +9870,7 @@ var ChartDistTable = function ChartDistTable(props) {
9766
9870
  return /*#__PURE__*/React.createElement("span", {
9767
9871
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9768
9872
  }, /*#__PURE__*/React.createElement("style", {
9769
- children: loadingCircleStyle$35
9873
+ children: loadingCircleStyle$37
9770
9874
  }), /*#__PURE__*/React.createElement("svg", _extends({
9771
9875
  xmlns: "http://www.w3.org/2000/svg",
9772
9876
  width: size,
@@ -9798,7 +9902,7 @@ ChartDistTable.defaultProps = {
9798
9902
  size: '16'
9799
9903
  };
9800
9904
 
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 }';
9905
+ var loadingCircleStyle$38 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9802
9906
 
9803
9907
  var ChartBarTable = function ChartBarTable(props) {
9804
9908
  var color = props.color,
@@ -9812,7 +9916,7 @@ var ChartBarTable = function ChartBarTable(props) {
9812
9916
  return /*#__PURE__*/React.createElement("span", {
9813
9917
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9814
9918
  }, /*#__PURE__*/React.createElement("style", {
9815
- children: loadingCircleStyle$36
9919
+ children: loadingCircleStyle$38
9816
9920
  }), /*#__PURE__*/React.createElement("svg", _extends({
9817
9921
  xmlns: "http://www.w3.org/2000/svg",
9818
9922
  width: size,
@@ -9846,7 +9950,7 @@ ChartBarTable.defaultProps = {
9846
9950
  size: '16'
9847
9951
  };
9848
9952
 
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 }';
9953
+ var loadingCircleStyle$39 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9850
9954
 
9851
9955
  var ChartLineTable = function ChartLineTable(props) {
9852
9956
  var color = props.color,
@@ -9860,7 +9964,7 @@ var ChartLineTable = function ChartLineTable(props) {
9860
9964
  return /*#__PURE__*/React.createElement("span", {
9861
9965
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9862
9966
  }, /*#__PURE__*/React.createElement("style", {
9863
- children: loadingCircleStyle$37
9967
+ children: loadingCircleStyle$39
9864
9968
  }), /*#__PURE__*/React.createElement("svg", _extends({
9865
9969
  xmlns: "http://www.w3.org/2000/svg",
9866
9970
  width: size,
@@ -9900,7 +10004,7 @@ ChartLineTable.defaultProps = {
9900
10004
  size: '16'
9901
10005
  };
9902
10006
 
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 }';
10007
+ var loadingCircleStyle$3a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9904
10008
 
9905
10009
  var Play = function Play(props) {
9906
10010
  var color = props.color,
@@ -9914,7 +10018,7 @@ var Play = function Play(props) {
9914
10018
  return /*#__PURE__*/React.createElement("span", {
9915
10019
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9916
10020
  }, /*#__PURE__*/React.createElement("style", {
9917
- children: loadingCircleStyle$38
10021
+ children: loadingCircleStyle$3a
9918
10022
  }), /*#__PURE__*/React.createElement("svg", _extends({
9919
10023
  xmlns: "http://www.w3.org/2000/svg",
9920
10024
  width: size,
@@ -9946,7 +10050,7 @@ Play.defaultProps = {
9946
10050
  size: '16'
9947
10051
  };
9948
10052
 
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 }';
10053
+ var loadingCircleStyle$3b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9950
10054
 
9951
10055
  var Config = function Config(props) {
9952
10056
  var color = props.color,
@@ -9960,7 +10064,7 @@ var Config = function Config(props) {
9960
10064
  return /*#__PURE__*/React.createElement("span", {
9961
10065
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9962
10066
  }, /*#__PURE__*/React.createElement("style", {
9963
- children: loadingCircleStyle$39
10067
+ children: loadingCircleStyle$3b
9964
10068
  }), /*#__PURE__*/React.createElement("svg", _extends({
9965
10069
  xmlns: "http://www.w3.org/2000/svg",
9966
10070
  width: size,
@@ -9992,7 +10096,7 @@ Config.defaultProps = {
9992
10096
  size: '16'
9993
10097
  };
9994
10098
 
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 }';
10099
+ var loadingCircleStyle$3c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9996
10100
 
9997
10101
  var Setting = function Setting(props) {
9998
10102
  var color = props.color,
@@ -10006,7 +10110,7 @@ var Setting = function Setting(props) {
10006
10110
  return /*#__PURE__*/React.createElement("span", {
10007
10111
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10008
10112
  }, /*#__PURE__*/React.createElement("style", {
10009
- children: loadingCircleStyle$3a
10113
+ children: loadingCircleStyle$3c
10010
10114
  }), /*#__PURE__*/React.createElement("svg", _extends({
10011
10115
  xmlns: "http://www.w3.org/2000/svg",
10012
10116
  width: size,
@@ -10038,7 +10142,7 @@ Setting.defaultProps = {
10038
10142
  size: '16'
10039
10143
  };
10040
10144
 
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 }';
10145
+ var loadingCircleStyle$3d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10042
10146
 
10043
10147
  var Search = function Search(props) {
10044
10148
  var color = props.color,
@@ -10052,7 +10156,7 @@ var Search = function Search(props) {
10052
10156
  return /*#__PURE__*/React.createElement("span", {
10053
10157
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10054
10158
  }, /*#__PURE__*/React.createElement("style", {
10055
- children: loadingCircleStyle$3b
10159
+ children: loadingCircleStyle$3d
10056
10160
  }), /*#__PURE__*/React.createElement("svg", _extends({
10057
10161
  xmlns: "http://www.w3.org/2000/svg",
10058
10162
  width: size,
@@ -10084,7 +10188,7 @@ Search.defaultProps = {
10084
10188
  size: '16'
10085
10189
  };
10086
10190
 
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 }';
10191
+ var loadingCircleStyle$3e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10088
10192
 
10089
10193
  var Copy = function Copy(props) {
10090
10194
  var color = props.color,
@@ -10098,7 +10202,7 @@ var Copy = function Copy(props) {
10098
10202
  return /*#__PURE__*/React.createElement("span", {
10099
10203
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10100
10204
  }, /*#__PURE__*/React.createElement("style", {
10101
- children: loadingCircleStyle$3c
10205
+ children: loadingCircleStyle$3e
10102
10206
  }), /*#__PURE__*/React.createElement("svg", _extends({
10103
10207
  xmlns: "http://www.w3.org/2000/svg",
10104
10208
  width: size,
@@ -10130,7 +10234,7 @@ Copy.defaultProps = {
10130
10234
  size: '16'
10131
10235
  };
10132
10236
 
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 }';
10237
+ var loadingCircleStyle$3f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10134
10238
 
10135
10239
  var Copy2 = function Copy2(props) {
10136
10240
  var color = props.color,
@@ -10144,7 +10248,7 @@ var Copy2 = function Copy2(props) {
10144
10248
  return /*#__PURE__*/React.createElement("span", {
10145
10249
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10146
10250
  }, /*#__PURE__*/React.createElement("style", {
10147
- children: loadingCircleStyle$3d
10251
+ children: loadingCircleStyle$3f
10148
10252
  }), /*#__PURE__*/React.createElement("svg", _extends({
10149
10253
  xmlns: "http://www.w3.org/2000/svg",
10150
10254
  width: size,
@@ -10176,7 +10280,7 @@ Copy2.defaultProps = {
10176
10280
  size: '16'
10177
10281
  };
10178
10282
 
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 }';
10283
+ var loadingCircleStyle$3g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10180
10284
 
10181
10285
  var Format = function Format(props) {
10182
10286
  var color = props.color,
@@ -10190,7 +10294,7 @@ var Format = function Format(props) {
10190
10294
  return /*#__PURE__*/React.createElement("span", {
10191
10295
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10192
10296
  }, /*#__PURE__*/React.createElement("style", {
10193
- children: loadingCircleStyle$3e
10297
+ children: loadingCircleStyle$3g
10194
10298
  }), /*#__PURE__*/React.createElement("svg", _extends({
10195
10299
  xmlns: "http://www.w3.org/2000/svg",
10196
10300
  width: size,
@@ -10224,7 +10328,7 @@ Format.defaultProps = {
10224
10328
  size: '16'
10225
10329
  };
10226
10330
 
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 }';
10331
+ var loadingCircleStyle$3h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10228
10332
 
10229
10333
  var Code = function Code(props) {
10230
10334
  var color = props.color,
@@ -10238,7 +10342,7 @@ var Code = function Code(props) {
10238
10342
  return /*#__PURE__*/React.createElement("span", {
10239
10343
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10240
10344
  }, /*#__PURE__*/React.createElement("style", {
10241
- children: loadingCircleStyle$3f
10345
+ children: loadingCircleStyle$3h
10242
10346
  }), /*#__PURE__*/React.createElement("svg", _extends({
10243
10347
  xmlns: "http://www.w3.org/2000/svg",
10244
10348
  width: size,
@@ -10270,7 +10374,7 @@ Code.defaultProps = {
10270
10374
  size: '16'
10271
10375
  };
10272
10376
 
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 }';
10377
+ var loadingCircleStyle$3i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10274
10378
 
10275
10379
  var Edit = function Edit(props) {
10276
10380
  var color = props.color,
@@ -10284,7 +10388,7 @@ var Edit = function Edit(props) {
10284
10388
  return /*#__PURE__*/React.createElement("span", {
10285
10389
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10286
10390
  }, /*#__PURE__*/React.createElement("style", {
10287
- children: loadingCircleStyle$3g
10391
+ children: loadingCircleStyle$3i
10288
10392
  }), /*#__PURE__*/React.createElement("svg", _extends({
10289
10393
  xmlns: "http://www.w3.org/2000/svg",
10290
10394
  width: size,
@@ -10316,7 +10420,7 @@ Edit.defaultProps = {
10316
10420
  size: '16'
10317
10421
  };
10318
10422
 
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 }';
10423
+ var loadingCircleStyle$3j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10320
10424
 
10321
10425
  var EditFill = function EditFill(props) {
10322
10426
  var color = props.color,
@@ -10330,7 +10434,7 @@ var EditFill = function EditFill(props) {
10330
10434
  return /*#__PURE__*/React.createElement("span", {
10331
10435
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10332
10436
  }, /*#__PURE__*/React.createElement("style", {
10333
- children: loadingCircleStyle$3h
10437
+ children: loadingCircleStyle$3j
10334
10438
  }), /*#__PURE__*/React.createElement("svg", _extends({
10335
10439
  xmlns: "http://www.w3.org/2000/svg",
10336
10440
  width: size,
@@ -10364,7 +10468,7 @@ EditFill.defaultProps = {
10364
10468
  size: '16'
10365
10469
  };
10366
10470
 
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 }';
10471
+ var loadingCircleStyle$3k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10368
10472
 
10369
10473
  var Delete1 = function Delete1(props) {
10370
10474
  var color = props.color,
@@ -10378,7 +10482,7 @@ var Delete1 = function Delete1(props) {
10378
10482
  return /*#__PURE__*/React.createElement("span", {
10379
10483
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10380
10484
  }, /*#__PURE__*/React.createElement("style", {
10381
- children: loadingCircleStyle$3i
10485
+ children: loadingCircleStyle$3k
10382
10486
  }), /*#__PURE__*/React.createElement("svg", _extends({
10383
10487
  xmlns: "http://www.w3.org/2000/svg",
10384
10488
  width: size,
@@ -10410,7 +10514,7 @@ Delete1.defaultProps = {
10410
10514
  size: '16'
10411
10515
  };
10412
10516
 
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 }';
10517
+ var loadingCircleStyle$3l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10414
10518
 
10415
10519
  var Save = function Save(props) {
10416
10520
  var color = props.color,
@@ -10424,7 +10528,7 @@ var Save = function Save(props) {
10424
10528
  return /*#__PURE__*/React.createElement("span", {
10425
10529
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10426
10530
  }, /*#__PURE__*/React.createElement("style", {
10427
- children: loadingCircleStyle$3j
10531
+ children: loadingCircleStyle$3l
10428
10532
  }), /*#__PURE__*/React.createElement("svg", _extends({
10429
10533
  xmlns: "http://www.w3.org/2000/svg",
10430
10534
  width: size,
@@ -10456,7 +10560,7 @@ Save.defaultProps = {
10456
10560
  size: '16'
10457
10561
  };
10458
10562
 
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 }';
10563
+ var loadingCircleStyle$3m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10460
10564
 
10461
10565
  var Send = function Send(props) {
10462
10566
  var color = props.color,
@@ -10470,7 +10574,7 @@ var Send = function Send(props) {
10470
10574
  return /*#__PURE__*/React.createElement("span", {
10471
10575
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10472
10576
  }, /*#__PURE__*/React.createElement("style", {
10473
- children: loadingCircleStyle$3k
10577
+ children: loadingCircleStyle$3m
10474
10578
  }), /*#__PURE__*/React.createElement("svg", _extends({
10475
10579
  xmlns: "http://www.w3.org/2000/svg",
10476
10580
  width: size,
@@ -10502,7 +10606,7 @@ Send.defaultProps = {
10502
10606
  size: '16'
10503
10607
  };
10504
10608
 
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 }';
10609
+ var loadingCircleStyle$3n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10506
10610
 
10507
10611
  var Fullscreen = function Fullscreen(props) {
10508
10612
  var color = props.color,
@@ -10516,7 +10620,7 @@ var Fullscreen = function Fullscreen(props) {
10516
10620
  return /*#__PURE__*/React.createElement("span", {
10517
10621
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10518
10622
  }, /*#__PURE__*/React.createElement("style", {
10519
- children: loadingCircleStyle$3l
10623
+ children: loadingCircleStyle$3n
10520
10624
  }), /*#__PURE__*/React.createElement("svg", _extends({
10521
10625
  xmlns: "http://www.w3.org/2000/svg",
10522
10626
  width: size,
@@ -10548,7 +10652,7 @@ Fullscreen.defaultProps = {
10548
10652
  size: '16'
10549
10653
  };
10550
10654
 
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 }';
10655
+ var loadingCircleStyle$3o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10552
10656
 
10553
10657
  var ArrowLeftDown = function ArrowLeftDown(props) {
10554
10658
  var color = props.color,
@@ -10562,7 +10666,7 @@ var ArrowLeftDown = function ArrowLeftDown(props) {
10562
10666
  return /*#__PURE__*/React.createElement("span", {
10563
10667
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10564
10668
  }, /*#__PURE__*/React.createElement("style", {
10565
- children: loadingCircleStyle$3m
10669
+ children: loadingCircleStyle$3o
10566
10670
  }), /*#__PURE__*/React.createElement("svg", _extends({
10567
10671
  xmlns: "http://www.w3.org/2000/svg",
10568
10672
  width: size,
@@ -10594,7 +10698,7 @@ ArrowLeftDown.defaultProps = {
10594
10698
  size: '16'
10595
10699
  };
10596
10700
 
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 }';
10701
+ var loadingCircleStyle$3p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10598
10702
 
10599
10703
  var Link = function Link(props) {
10600
10704
  var color = props.color,
@@ -10608,7 +10712,7 @@ var Link = function Link(props) {
10608
10712
  return /*#__PURE__*/React.createElement("span", {
10609
10713
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10610
10714
  }, /*#__PURE__*/React.createElement("style", {
10611
- children: loadingCircleStyle$3n
10715
+ children: loadingCircleStyle$3p
10612
10716
  }), /*#__PURE__*/React.createElement("svg", _extends({
10613
10717
  xmlns: "http://www.w3.org/2000/svg",
10614
10718
  width: size,
@@ -10644,7 +10748,7 @@ Link.defaultProps = {
10644
10748
  size: '16'
10645
10749
  };
10646
10750
 
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 }';
10751
+ var loadingCircleStyle$3q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10648
10752
 
10649
10753
  var Unlink = function Unlink(props) {
10650
10754
  var color = props.color,
@@ -10658,7 +10762,7 @@ var Unlink = function Unlink(props) {
10658
10762
  return /*#__PURE__*/React.createElement("span", {
10659
10763
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10660
10764
  }, /*#__PURE__*/React.createElement("style", {
10661
- children: loadingCircleStyle$3o
10765
+ children: loadingCircleStyle$3q
10662
10766
  }), /*#__PURE__*/React.createElement("svg", _extends({
10663
10767
  xmlns: "http://www.w3.org/2000/svg",
10664
10768
  width: size,
@@ -10696,7 +10800,7 @@ Unlink.defaultProps = {
10696
10800
  size: '16'
10697
10801
  };
10698
10802
 
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 }';
10803
+ var loadingCircleStyle$3r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10700
10804
 
10701
10805
  var MenuUnfold = function MenuUnfold(props) {
10702
10806
  var color = props.color,
@@ -10710,7 +10814,7 @@ var MenuUnfold = function MenuUnfold(props) {
10710
10814
  return /*#__PURE__*/React.createElement("span", {
10711
10815
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10712
10816
  }, /*#__PURE__*/React.createElement("style", {
10713
- children: loadingCircleStyle$3p
10817
+ children: loadingCircleStyle$3r
10714
10818
  }), /*#__PURE__*/React.createElement("svg", _extends({
10715
10819
  xmlns: "http://www.w3.org/2000/svg",
10716
10820
  width: size,
@@ -10742,7 +10846,7 @@ MenuUnfold.defaultProps = {
10742
10846
  size: '16'
10743
10847
  };
10744
10848
 
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 }';
10849
+ var loadingCircleStyle$3s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10746
10850
 
10747
10851
  var MenuFold = function MenuFold(props) {
10748
10852
  var color = props.color,
@@ -10756,7 +10860,7 @@ var MenuFold = function MenuFold(props) {
10756
10860
  return /*#__PURE__*/React.createElement("span", {
10757
10861
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10758
10862
  }, /*#__PURE__*/React.createElement("style", {
10759
- children: loadingCircleStyle$3q
10863
+ children: loadingCircleStyle$3s
10760
10864
  }), /*#__PURE__*/React.createElement("svg", _extends({
10761
10865
  xmlns: "http://www.w3.org/2000/svg",
10762
10866
  width: size,
@@ -10788,7 +10892,7 @@ MenuFold.defaultProps = {
10788
10892
  size: '16'
10789
10893
  };
10790
10894
 
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 }';
10895
+ var loadingCircleStyle$3t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10792
10896
 
10793
10897
  var List = function List(props) {
10794
10898
  var color = props.color,
@@ -10802,7 +10906,7 @@ var List = function List(props) {
10802
10906
  return /*#__PURE__*/React.createElement("span", {
10803
10907
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10804
10908
  }, /*#__PURE__*/React.createElement("style", {
10805
- children: loadingCircleStyle$3r
10909
+ children: loadingCircleStyle$3t
10806
10910
  }), /*#__PURE__*/React.createElement("svg", _extends({
10807
10911
  xmlns: "http://www.w3.org/2000/svg",
10808
10912
  width: size,
@@ -10834,7 +10938,7 @@ List.defaultProps = {
10834
10938
  size: '16'
10835
10939
  };
10836
10940
 
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 }';
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 }';
10838
10942
 
10839
10943
  var ListNested = function ListNested(props) {
10840
10944
  var color = props.color,
@@ -10848,7 +10952,7 @@ var ListNested = function ListNested(props) {
10848
10952
  return /*#__PURE__*/React.createElement("span", {
10849
10953
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10850
10954
  }, /*#__PURE__*/React.createElement("style", {
10851
- children: loadingCircleStyle$3s
10955
+ children: loadingCircleStyle$3u
10852
10956
  }), /*#__PURE__*/React.createElement("svg", _extends({
10853
10957
  xmlns: "http://www.w3.org/2000/svg",
10854
10958
  width: size,
@@ -10882,7 +10986,7 @@ ListNested.defaultProps = {
10882
10986
  size: '16'
10883
10987
  };
10884
10988
 
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 }';
10989
+ var loadingCircleStyle$3v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10886
10990
 
10887
10991
  var DoubleList = function DoubleList(props) {
10888
10992
  var color = props.color,
@@ -10896,7 +11000,7 @@ var DoubleList = function DoubleList(props) {
10896
11000
  return /*#__PURE__*/React.createElement("span", {
10897
11001
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10898
11002
  }, /*#__PURE__*/React.createElement("style", {
10899
- children: loadingCircleStyle$3t
11003
+ children: loadingCircleStyle$3v
10900
11004
  }), /*#__PURE__*/React.createElement("svg", _extends({
10901
11005
  xmlns: "http://www.w3.org/2000/svg",
10902
11006
  width: size,
@@ -10938,7 +11042,7 @@ DoubleList.defaultProps = {
10938
11042
  size: '16'
10939
11043
  };
10940
11044
 
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 }';
11045
+ var loadingCircleStyle$3w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10942
11046
 
10943
11047
  var Download = function Download(props) {
10944
11048
  var color = props.color,
@@ -10952,7 +11056,7 @@ var Download = function Download(props) {
10952
11056
  return /*#__PURE__*/React.createElement("span", {
10953
11057
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10954
11058
  }, /*#__PURE__*/React.createElement("style", {
10955
- children: loadingCircleStyle$3u
11059
+ children: loadingCircleStyle$3w
10956
11060
  }), /*#__PURE__*/React.createElement("svg", _extends({
10957
11061
  xmlns: "http://www.w3.org/2000/svg",
10958
11062
  width: size,
@@ -10984,7 +11088,7 @@ Download.defaultProps = {
10984
11088
  size: '16'
10985
11089
  };
10986
11090
 
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 }';
11091
+ var loadingCircleStyle$3x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10988
11092
 
10989
11093
  var FullDownload = function FullDownload(props) {
10990
11094
  var color = props.color,
@@ -10998,7 +11102,7 @@ var FullDownload = function FullDownload(props) {
10998
11102
  return /*#__PURE__*/React.createElement("span", {
10999
11103
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11000
11104
  }, /*#__PURE__*/React.createElement("style", {
11001
- children: loadingCircleStyle$3v
11105
+ children: loadingCircleStyle$3x
11002
11106
  }), /*#__PURE__*/React.createElement("svg", _extends({
11003
11107
  xmlns: "http://www.w3.org/2000/svg",
11004
11108
  width: size,
@@ -11032,7 +11136,7 @@ FullDownload.defaultProps = {
11032
11136
  size: '16'
11033
11137
  };
11034
11138
 
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 }';
11139
+ var loadingCircleStyle$3y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11036
11140
 
11037
11141
  var Export = function Export(props) {
11038
11142
  var color = props.color,
@@ -11046,7 +11150,7 @@ var Export = function Export(props) {
11046
11150
  return /*#__PURE__*/React.createElement("span", {
11047
11151
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11048
11152
  }, /*#__PURE__*/React.createElement("style", {
11049
- children: loadingCircleStyle$3w
11153
+ children: loadingCircleStyle$3y
11050
11154
  }), /*#__PURE__*/React.createElement("svg", _extends({
11051
11155
  xmlns: "http://www.w3.org/2000/svg",
11052
11156
  width: size,
@@ -11080,7 +11184,7 @@ Export.defaultProps = {
11080
11184
  size: '16'
11081
11185
  };
11082
11186
 
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 }';
11187
+ var loadingCircleStyle$3z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11084
11188
 
11085
11189
  var Import = function Import(props) {
11086
11190
  var color = props.color,
@@ -11094,7 +11198,7 @@ var Import = function Import(props) {
11094
11198
  return /*#__PURE__*/React.createElement("span", {
11095
11199
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11096
11200
  }, /*#__PURE__*/React.createElement("style", {
11097
- children: loadingCircleStyle$3x
11201
+ children: loadingCircleStyle$3z
11098
11202
  }), /*#__PURE__*/React.createElement("svg", _extends({
11099
11203
  xmlns: "http://www.w3.org/2000/svg",
11100
11204
  width: size,
@@ -11128,7 +11232,7 @@ Import.defaultProps = {
11128
11232
  size: '16'
11129
11233
  };
11130
11234
 
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 }';
11235
+ var loadingCircleStyle$3A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11132
11236
 
11133
11237
  var Add1 = function Add1(props) {
11134
11238
  var color = props.color,
@@ -11142,7 +11246,7 @@ var Add1 = function Add1(props) {
11142
11246
  return /*#__PURE__*/React.createElement("span", {
11143
11247
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11144
11248
  }, /*#__PURE__*/React.createElement("style", {
11145
- children: loadingCircleStyle$3y
11249
+ children: loadingCircleStyle$3A
11146
11250
  }), /*#__PURE__*/React.createElement("svg", _extends({
11147
11251
  xmlns: "http://www.w3.org/2000/svg",
11148
11252
  width: size,
@@ -11174,7 +11278,7 @@ Add1.defaultProps = {
11174
11278
  size: '16'
11175
11279
  };
11176
11280
 
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 }';
11281
+ var loadingCircleStyle$3B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11178
11282
 
11179
11283
  var Add2 = function Add2(props) {
11180
11284
  var color = props.color,
@@ -11188,7 +11292,7 @@ var Add2 = function Add2(props) {
11188
11292
  return /*#__PURE__*/React.createElement("span", {
11189
11293
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11190
11294
  }, /*#__PURE__*/React.createElement("style", {
11191
- children: loadingCircleStyle$3z
11295
+ children: loadingCircleStyle$3B
11192
11296
  }), /*#__PURE__*/React.createElement("svg", _extends({
11193
11297
  xmlns: "http://www.w3.org/2000/svg",
11194
11298
  width: size,
@@ -11220,7 +11324,7 @@ Add2.defaultProps = {
11220
11324
  size: '16'
11221
11325
  };
11222
11326
 
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 }';
11327
+ var loadingCircleStyle$3C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11224
11328
 
11225
11329
  var Add3 = function Add3(props) {
11226
11330
  var color = props.color,
@@ -11234,7 +11338,7 @@ var Add3 = function Add3(props) {
11234
11338
  return /*#__PURE__*/React.createElement("span", {
11235
11339
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11236
11340
  }, /*#__PURE__*/React.createElement("style", {
11237
- children: loadingCircleStyle$3A
11341
+ children: loadingCircleStyle$3C
11238
11342
  }), /*#__PURE__*/React.createElement("svg", _extends({
11239
11343
  xmlns: "http://www.w3.org/2000/svg",
11240
11344
  width: size,
@@ -11266,7 +11370,7 @@ Add3.defaultProps = {
11266
11370
  size: '16'
11267
11371
  };
11268
11372
 
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 }';
11373
+ var loadingCircleStyle$3D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11270
11374
 
11271
11375
  var Add3Fill = function Add3Fill(props) {
11272
11376
  var color = props.color,
@@ -11280,7 +11384,7 @@ var Add3Fill = function Add3Fill(props) {
11280
11384
  return /*#__PURE__*/React.createElement("span", {
11281
11385
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11282
11386
  }, /*#__PURE__*/React.createElement("style", {
11283
- children: loadingCircleStyle$3B
11387
+ children: loadingCircleStyle$3D
11284
11388
  }), /*#__PURE__*/React.createElement("svg", _extends({
11285
11389
  xmlns: "http://www.w3.org/2000/svg",
11286
11390
  width: size,
@@ -11312,7 +11416,7 @@ Add3Fill.defaultProps = {
11312
11416
  size: '16'
11313
11417
  };
11314
11418
 
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 }';
11419
+ var loadingCircleStyle$3E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11316
11420
 
11317
11421
  var Subtract = function Subtract(props) {
11318
11422
  var color = props.color,
@@ -11326,7 +11430,7 @@ var Subtract = function Subtract(props) {
11326
11430
  return /*#__PURE__*/React.createElement("span", {
11327
11431
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11328
11432
  }, /*#__PURE__*/React.createElement("style", {
11329
- children: loadingCircleStyle$3C
11433
+ children: loadingCircleStyle$3E
11330
11434
  }), /*#__PURE__*/React.createElement("svg", _extends({
11331
11435
  xmlns: "http://www.w3.org/2000/svg",
11332
11436
  width: size,
@@ -11361,7 +11465,7 @@ Subtract.defaultProps = {
11361
11465
  size: '16'
11362
11466
  };
11363
11467
 
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 }';
11468
+ var loadingCircleStyle$3F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11365
11469
 
11366
11470
  var Subtract2 = function Subtract2(props) {
11367
11471
  var color = props.color,
@@ -11375,7 +11479,7 @@ var Subtract2 = function Subtract2(props) {
11375
11479
  return /*#__PURE__*/React.createElement("span", {
11376
11480
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11377
11481
  }, /*#__PURE__*/React.createElement("style", {
11378
- children: loadingCircleStyle$3D
11482
+ children: loadingCircleStyle$3F
11379
11483
  }), /*#__PURE__*/React.createElement("svg", _extends({
11380
11484
  xmlns: "http://www.w3.org/2000/svg",
11381
11485
  width: size,
@@ -11411,7 +11515,7 @@ Subtract2.defaultProps = {
11411
11515
  size: '16'
11412
11516
  };
11413
11517
 
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 }';
11518
+ var loadingCircleStyle$3G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11415
11519
 
11416
11520
  var Update = function Update(props) {
11417
11521
  var color = props.color,
@@ -11425,7 +11529,7 @@ var Update = function Update(props) {
11425
11529
  return /*#__PURE__*/React.createElement("span", {
11426
11530
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11427
11531
  }, /*#__PURE__*/React.createElement("style", {
11428
- children: loadingCircleStyle$3E
11532
+ children: loadingCircleStyle$3G
11429
11533
  }), /*#__PURE__*/React.createElement("svg", _extends({
11430
11534
  xmlns: "http://www.w3.org/2000/svg",
11431
11535
  width: size,
@@ -11457,7 +11561,7 @@ Update.defaultProps = {
11457
11561
  size: '16'
11458
11562
  };
11459
11563
 
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 }';
11564
+ var loadingCircleStyle$3H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11461
11565
 
11462
11566
  var Rename = function Rename(props) {
11463
11567
  var color = props.color,
@@ -11471,7 +11575,7 @@ var Rename = function Rename(props) {
11471
11575
  return /*#__PURE__*/React.createElement("span", {
11472
11576
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11473
11577
  }, /*#__PURE__*/React.createElement("style", {
11474
- children: loadingCircleStyle$3F
11578
+ children: loadingCircleStyle$3H
11475
11579
  }), /*#__PURE__*/React.createElement("svg", _extends({
11476
11580
  xmlns: "http://www.w3.org/2000/svg",
11477
11581
  width: size,
@@ -11505,7 +11609,7 @@ Rename.defaultProps = {
11505
11609
  size: '16'
11506
11610
  };
11507
11611
 
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 }';
11612
+ var loadingCircleStyle$3I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11509
11613
 
11510
11614
  var PlayCircle = function PlayCircle(props) {
11511
11615
  var color = props.color,
@@ -11519,7 +11623,7 @@ var PlayCircle = function PlayCircle(props) {
11519
11623
  return /*#__PURE__*/React.createElement("span", {
11520
11624
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11521
11625
  }, /*#__PURE__*/React.createElement("style", {
11522
- children: loadingCircleStyle$3G
11626
+ children: loadingCircleStyle$3I
11523
11627
  }), /*#__PURE__*/React.createElement("svg", _extends({
11524
11628
  xmlns: "http://www.w3.org/2000/svg",
11525
11629
  width: size,
@@ -11551,7 +11655,7 @@ PlayCircle.defaultProps = {
11551
11655
  size: '16'
11552
11656
  };
11553
11657
 
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 }';
11658
+ var loadingCircleStyle$3J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11555
11659
 
11556
11660
  var PauseCircle = function PauseCircle(props) {
11557
11661
  var color = props.color,
@@ -11565,7 +11669,7 @@ var PauseCircle = function PauseCircle(props) {
11565
11669
  return /*#__PURE__*/React.createElement("span", {
11566
11670
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11567
11671
  }, /*#__PURE__*/React.createElement("style", {
11568
- children: loadingCircleStyle$3H
11672
+ children: loadingCircleStyle$3J
11569
11673
  }), /*#__PURE__*/React.createElement("svg", _extends({
11570
11674
  xmlns: "http://www.w3.org/2000/svg",
11571
11675
  width: size,
@@ -11597,7 +11701,7 @@ PauseCircle.defaultProps = {
11597
11701
  size: '16'
11598
11702
  };
11599
11703
 
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 }';
11704
+ var loadingCircleStyle$3K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11601
11705
 
11602
11706
  var Upload = function Upload(props) {
11603
11707
  var color = props.color,
@@ -11611,7 +11715,7 @@ var Upload = function Upload(props) {
11611
11715
  return /*#__PURE__*/React.createElement("span", {
11612
11716
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11613
11717
  }, /*#__PURE__*/React.createElement("style", {
11614
- children: loadingCircleStyle$3I
11718
+ children: loadingCircleStyle$3K
11615
11719
  }), /*#__PURE__*/React.createElement("svg", _extends({
11616
11720
  xmlns: "http://www.w3.org/2000/svg",
11617
11721
  width: size,
@@ -11627,9 +11731,11 @@ var Upload = function Upload(props) {
11627
11731
  animationTimingFunction: 'linear'
11628
11732
  } : {})
11629
11733
  }), /*#__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"
11734
+ fillRule: "evenodd",
11735
+ clipRule: "evenodd",
11736
+ d: "M21.528 20.951v-4.095a.909.909 0 00-.258-.623.917.917 0 00-.636-.256c-.492 0-.9.39-.9.873v3.28H4.272v-3.28a.864.864 0 00-.264-.617.917.917 0 00-.636-.256c-.492 0-.9.39-.9.873v4.096c0 .058 0 .104.012.157.048.437.432.78.894.78h17.238a.9.9 0 00.882-.704.906.906 0 00.03-.228z"
11631
11737
  }), /*#__PURE__*/React.createElement("path", {
11632
- d: "M12.999 12h3l-4-4-4 4h3v4h2v-4z"
11738
+ d: "M11.23 3.32L6.808 7.614a1.022 1.022 0 00-.018 1.444 1.08 1.08 0 001.488 0l2.658-2.58v9.454c0 .286.114.536.306.722.192.181.456.297.744.297.576 0 1.05-.46 1.05-1.019V6.478l2.658 2.58a1.08 1.08 0 001.488 0 1.003 1.003 0 000-1.444L12.76 3.32l-.024-.023a1.035 1.035 0 00-.609-.288.17.17 0 00-.027-.003L11.998 3c-.036 0-.072 0-.108.006a.17.17 0 00-.027.003 1.054 1.054 0 00-.609.288l-.006.006c-.006.004-.013.01-.018.017z"
11633
11739
  })));
11634
11740
  };
11635
11741
 
@@ -11645,7 +11751,7 @@ Upload.defaultProps = {
11645
11751
  size: '16'
11646
11752
  };
11647
11753
 
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 }';
11754
+ var loadingCircleStyle$3L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11649
11755
 
11650
11756
  var UpdateData = function UpdateData(props) {
11651
11757
  var color = props.color,
@@ -11659,7 +11765,7 @@ var UpdateData = function UpdateData(props) {
11659
11765
  return /*#__PURE__*/React.createElement("span", {
11660
11766
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11661
11767
  }, /*#__PURE__*/React.createElement("style", {
11662
- children: loadingCircleStyle$3J
11768
+ children: loadingCircleStyle$3L
11663
11769
  }), /*#__PURE__*/React.createElement("svg", _extends({
11664
11770
  xmlns: "http://www.w3.org/2000/svg",
11665
11771
  width: size,
@@ -11675,13 +11781,11 @@ var UpdateData = function UpdateData(props) {
11675
11781
  animationTimingFunction: 'linear'
11676
11782
  } : {})
11677
11783
  }), /*#__PURE__*/React.createElement("path", {
11678
- d: "M12.999 12h3l-4-4-4 4h3v4h2v-4z"
11679
- }), /*#__PURE__*/React.createElement("rect", {
11680
- x: "3",
11681
- y: "3",
11682
- width: "18",
11683
- height: "18",
11684
- rx: "9"
11784
+ d: "M13 12h3l-4-4-4 4h3v4h2v-4z"
11785
+ }), /*#__PURE__*/React.createElement("path", {
11786
+ fillRule: "evenodd",
11787
+ clipRule: "evenodd",
11788
+ d: "M12 20a8 8 0 100-16 8 8 0 000 16zm0 2c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z"
11685
11789
  })));
11686
11790
  };
11687
11791
 
@@ -11697,7 +11801,7 @@ UpdateData.defaultProps = {
11697
11801
  size: '16'
11698
11802
  };
11699
11803
 
11700
- var loadingCircleStyle$3K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11804
+ var loadingCircleStyle$3M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11701
11805
 
11702
11806
  var Report = function Report(props) {
11703
11807
  var color = props.color,
@@ -11711,7 +11815,7 @@ var Report = function Report(props) {
11711
11815
  return /*#__PURE__*/React.createElement("span", {
11712
11816
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11713
11817
  }, /*#__PURE__*/React.createElement("style", {
11714
- children: loadingCircleStyle$3K
11818
+ children: loadingCircleStyle$3M
11715
11819
  }), /*#__PURE__*/React.createElement("svg", _extends({
11716
11820
  xmlns: "http://www.w3.org/2000/svg",
11717
11821
  width: size,
@@ -11743,7 +11847,7 @@ Report.defaultProps = {
11743
11847
  size: '16'
11744
11848
  };
11745
11849
 
11746
- var loadingCircleStyle$3L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11850
+ var loadingCircleStyle$3N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11747
11851
 
11748
11852
  var ReportRemoval = function ReportRemoval(props) {
11749
11853
  var color = props.color,
@@ -11757,7 +11861,7 @@ var ReportRemoval = function ReportRemoval(props) {
11757
11861
  return /*#__PURE__*/React.createElement("span", {
11758
11862
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11759
11863
  }, /*#__PURE__*/React.createElement("style", {
11760
- children: loadingCircleStyle$3L
11864
+ children: loadingCircleStyle$3N
11761
11865
  }), /*#__PURE__*/React.createElement("svg", _extends({
11762
11866
  xmlns: "http://www.w3.org/2000/svg",
11763
11867
  width: size,
@@ -11797,7 +11901,7 @@ ReportRemoval.defaultProps = {
11797
11901
  size: '16'
11798
11902
  };
11799
11903
 
11800
- var loadingCircleStyle$3M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11904
+ var loadingCircleStyle$3O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11801
11905
 
11802
11906
  var FileAdd = function FileAdd(props) {
11803
11907
  var color = props.color,
@@ -11811,7 +11915,7 @@ var FileAdd = function FileAdd(props) {
11811
11915
  return /*#__PURE__*/React.createElement("span", {
11812
11916
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11813
11917
  }, /*#__PURE__*/React.createElement("style", {
11814
- children: loadingCircleStyle$3M
11918
+ children: loadingCircleStyle$3O
11815
11919
  }), /*#__PURE__*/React.createElement("svg", _extends({
11816
11920
  xmlns: "http://www.w3.org/2000/svg",
11817
11921
  width: size,
@@ -11843,7 +11947,7 @@ FileAdd.defaultProps = {
11843
11947
  size: '16'
11844
11948
  };
11845
11949
 
11846
- var loadingCircleStyle$3N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11950
+ var loadingCircleStyle$3P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11847
11951
 
11848
11952
  var FileRemove = function FileRemove(props) {
11849
11953
  var color = props.color,
@@ -11857,7 +11961,7 @@ var FileRemove = function FileRemove(props) {
11857
11961
  return /*#__PURE__*/React.createElement("span", {
11858
11962
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11859
11963
  }, /*#__PURE__*/React.createElement("style", {
11860
- children: loadingCircleStyle$3N
11964
+ children: loadingCircleStyle$3P
11861
11965
  }), /*#__PURE__*/React.createElement("svg", _extends({
11862
11966
  xmlns: "http://www.w3.org/2000/svg",
11863
11967
  width: size,
@@ -11891,7 +11995,7 @@ FileRemove.defaultProps = {
11891
11995
  size: '16'
11892
11996
  };
11893
11997
 
11894
- var loadingCircleStyle$3O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11998
+ var loadingCircleStyle$3Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11895
11999
 
11896
12000
  var FileExport = function FileExport(props) {
11897
12001
  var color = props.color,
@@ -11905,7 +12009,7 @@ var FileExport = function FileExport(props) {
11905
12009
  return /*#__PURE__*/React.createElement("span", {
11906
12010
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11907
12011
  }, /*#__PURE__*/React.createElement("style", {
11908
- children: loadingCircleStyle$3O
12012
+ children: loadingCircleStyle$3Q
11909
12013
  }), /*#__PURE__*/React.createElement("svg", _extends({
11910
12014
  xmlns: "http://www.w3.org/2000/svg",
11911
12015
  width: size,
@@ -11937,7 +12041,7 @@ FileExport.defaultProps = {
11937
12041
  size: '16'
11938
12042
  };
11939
12043
 
11940
- var loadingCircleStyle$3P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12044
+ var loadingCircleStyle$3R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11941
12045
 
11942
12046
  var FileMove = function FileMove(props) {
11943
12047
  var color = props.color,
@@ -11951,7 +12055,7 @@ var FileMove = function FileMove(props) {
11951
12055
  return /*#__PURE__*/React.createElement("span", {
11952
12056
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11953
12057
  }, /*#__PURE__*/React.createElement("style", {
11954
- children: loadingCircleStyle$3P
12058
+ children: loadingCircleStyle$3R
11955
12059
  }), /*#__PURE__*/React.createElement("svg", _extends({
11956
12060
  xmlns: "http://www.w3.org/2000/svg",
11957
12061
  width: size,
@@ -11983,7 +12087,7 @@ FileMove.defaultProps = {
11983
12087
  size: '16'
11984
12088
  };
11985
12089
 
11986
- var loadingCircleStyle$3Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12090
+ var loadingCircleStyle$3S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11987
12091
 
11988
12092
  var FileImport = function FileImport(props) {
11989
12093
  var color = props.color,
@@ -11997,7 +12101,7 @@ var FileImport = function FileImport(props) {
11997
12101
  return /*#__PURE__*/React.createElement("span", {
11998
12102
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11999
12103
  }, /*#__PURE__*/React.createElement("style", {
12000
- children: loadingCircleStyle$3Q
12104
+ children: loadingCircleStyle$3S
12001
12105
  }), /*#__PURE__*/React.createElement("svg", _extends({
12002
12106
  xmlns: "http://www.w3.org/2000/svg",
12003
12107
  width: size,
@@ -12029,7 +12133,7 @@ FileImport.defaultProps = {
12029
12133
  size: '16'
12030
12134
  };
12031
12135
 
12032
- var loadingCircleStyle$3R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12136
+ var loadingCircleStyle$3T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12033
12137
 
12034
12138
  var FileInfo = function FileInfo(props) {
12035
12139
  var color = props.color,
@@ -12043,7 +12147,7 @@ var FileInfo = function FileInfo(props) {
12043
12147
  return /*#__PURE__*/React.createElement("span", {
12044
12148
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12045
12149
  }, /*#__PURE__*/React.createElement("style", {
12046
- children: loadingCircleStyle$3R
12150
+ children: loadingCircleStyle$3T
12047
12151
  }), /*#__PURE__*/React.createElement("svg", _extends({
12048
12152
  xmlns: "http://www.w3.org/2000/svg",
12049
12153
  width: size,
@@ -12075,7 +12179,7 @@ FileInfo.defaultProps = {
12075
12179
  size: '16'
12076
12180
  };
12077
12181
 
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 }';
12182
+ var loadingCircleStyle$3U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12079
12183
 
12080
12184
  var FileConvert = function FileConvert(props) {
12081
12185
  var color = props.color,
@@ -12089,7 +12193,7 @@ var FileConvert = function FileConvert(props) {
12089
12193
  return /*#__PURE__*/React.createElement("span", {
12090
12194
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12091
12195
  }, /*#__PURE__*/React.createElement("style", {
12092
- children: loadingCircleStyle$3S
12196
+ children: loadingCircleStyle$3U
12093
12197
  }), /*#__PURE__*/React.createElement("svg", _extends({
12094
12198
  xmlns: "http://www.w3.org/2000/svg",
12095
12199
  width: size,
@@ -12127,7 +12231,7 @@ FileConvert.defaultProps = {
12127
12231
  size: '16'
12128
12232
  };
12129
12233
 
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 }';
12234
+ var loadingCircleStyle$3V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12131
12235
 
12132
12236
  var AssetConvert = function AssetConvert(props) {
12133
12237
  var color = props.color,
@@ -12141,7 +12245,7 @@ var AssetConvert = function AssetConvert(props) {
12141
12245
  return /*#__PURE__*/React.createElement("span", {
12142
12246
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12143
12247
  }, /*#__PURE__*/React.createElement("style", {
12144
- children: loadingCircleStyle$3T
12248
+ children: loadingCircleStyle$3V
12145
12249
  }), /*#__PURE__*/React.createElement("svg", _extends({
12146
12250
  xmlns: "http://www.w3.org/2000/svg",
12147
12251
  width: size,
@@ -12179,7 +12283,7 @@ AssetConvert.defaultProps = {
12179
12283
  size: '16'
12180
12284
  };
12181
12285
 
12182
- var loadingCircleStyle$3U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12286
+ var loadingCircleStyle$3W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12183
12287
 
12184
12288
  var FileLock = function FileLock(props) {
12185
12289
  var color = props.color,
@@ -12193,7 +12297,7 @@ var FileLock = function FileLock(props) {
12193
12297
  return /*#__PURE__*/React.createElement("span", {
12194
12298
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12195
12299
  }, /*#__PURE__*/React.createElement("style", {
12196
- children: loadingCircleStyle$3U
12300
+ children: loadingCircleStyle$3W
12197
12301
  }), /*#__PURE__*/React.createElement("svg", _extends({
12198
12302
  xmlns: "http://www.w3.org/2000/svg",
12199
12303
  width: size,
@@ -12225,7 +12329,7 @@ FileLock.defaultProps = {
12225
12329
  size: '16'
12226
12330
  };
12227
12331
 
12228
- var loadingCircleStyle$3V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12332
+ var loadingCircleStyle$3X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12229
12333
 
12230
12334
  var FilePdf = function FilePdf(props) {
12231
12335
  var color = props.color,
@@ -12239,7 +12343,7 @@ var FilePdf = function FilePdf(props) {
12239
12343
  return /*#__PURE__*/React.createElement("span", {
12240
12344
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12241
12345
  }, /*#__PURE__*/React.createElement("style", {
12242
- children: loadingCircleStyle$3V
12346
+ children: loadingCircleStyle$3X
12243
12347
  }), /*#__PURE__*/React.createElement("svg", _extends({
12244
12348
  xmlns: "http://www.w3.org/2000/svg",
12245
12349
  width: size,
@@ -12271,7 +12375,7 @@ FilePdf.defaultProps = {
12271
12375
  size: '16'
12272
12376
  };
12273
12377
 
12274
- var loadingCircleStyle$3W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12378
+ var loadingCircleStyle$3Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12275
12379
 
12276
12380
  var Detail = function Detail(props) {
12277
12381
  var color = props.color,
@@ -12285,7 +12389,7 @@ var Detail = function Detail(props) {
12285
12389
  return /*#__PURE__*/React.createElement("span", {
12286
12390
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12287
12391
  }, /*#__PURE__*/React.createElement("style", {
12288
- children: loadingCircleStyle$3W
12392
+ children: loadingCircleStyle$3Y
12289
12393
  }), /*#__PURE__*/React.createElement("svg", _extends({
12290
12394
  xmlns: "http://www.w3.org/2000/svg",
12291
12395
  width: size,
@@ -12301,7 +12405,7 @@ var Detail = function Detail(props) {
12301
12405
  animationTimingFunction: 'linear'
12302
12406
  } : {})
12303
12407
  }), /*#__PURE__*/React.createElement("path", {
12304
- d: "M18.222 20H5.778a.767.767 0 01-.55-.234A.812.812 0 015 19.2V4.8c0-.212.082-.416.228-.566A.767.767 0 015.778 4h12.444c.206 0 .404.084.55.234.146.15.228.354.228.566v14.4a.812.812 0 01-.228.566.767.767 0 01-.55.234zm-.778-1.6V5.6H6.556v12.8h10.888zM8.89 9.6h6.222v1.6H8.89V9.6zm0 3.2h6.222v1.6H8.89v-1.6z"
12408
+ d: "M20 22H4a1 1 0 01-1-1V3a1 1 0 011-1h16a1 1 0 011 1v18a1 1 0 01-1 1zm-1-2V4H5v16h14zM8 9h8v2H8V9zm0 4h8v2H8v-2z"
12305
12409
  })));
12306
12410
  };
12307
12411
 
@@ -12317,7 +12421,7 @@ Detail.defaultProps = {
12317
12421
  size: '16'
12318
12422
  };
12319
12423
 
12320
- var loadingCircleStyle$3X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
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 }';
12321
12425
 
12322
12426
  var MessageCenter = function MessageCenter(props) {
12323
12427
  var color = props.color,
@@ -12331,7 +12435,7 @@ var MessageCenter = function MessageCenter(props) {
12331
12435
  return /*#__PURE__*/React.createElement("span", {
12332
12436
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12333
12437
  }, /*#__PURE__*/React.createElement("style", {
12334
- children: loadingCircleStyle$3X
12438
+ children: loadingCircleStyle$3Z
12335
12439
  }), /*#__PURE__*/React.createElement("svg", _extends({
12336
12440
  xmlns: "http://www.w3.org/2000/svg",
12337
12441
  width: size,
@@ -12371,7 +12475,7 @@ MessageCenter.defaultProps = {
12371
12475
  size: '16'
12372
12476
  };
12373
12477
 
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 }';
12478
+ var loadingCircleStyle$3_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12375
12479
 
12376
12480
  var SystemMsg = function SystemMsg(props) {
12377
12481
  var color = props.color,
@@ -12385,7 +12489,7 @@ var SystemMsg = function SystemMsg(props) {
12385
12489
  return /*#__PURE__*/React.createElement("span", {
12386
12490
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12387
12491
  }, /*#__PURE__*/React.createElement("style", {
12388
- children: loadingCircleStyle$3Y
12492
+ children: loadingCircleStyle$3_
12389
12493
  }), /*#__PURE__*/React.createElement("svg", _extends({
12390
12494
  xmlns: "http://www.w3.org/2000/svg",
12391
12495
  width: size,
@@ -12423,7 +12527,7 @@ SystemMsg.defaultProps = {
12423
12527
  size: '16'
12424
12528
  };
12425
12529
 
12426
- var loadingCircleStyle$3Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12530
+ var loadingCircleStyle$3$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12427
12531
 
12428
12532
  var Comment = function Comment(props) {
12429
12533
  var color = props.color,
@@ -12437,7 +12541,7 @@ var Comment = function Comment(props) {
12437
12541
  return /*#__PURE__*/React.createElement("span", {
12438
12542
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12439
12543
  }, /*#__PURE__*/React.createElement("style", {
12440
- children: loadingCircleStyle$3Z
12544
+ children: loadingCircleStyle$3$
12441
12545
  }), /*#__PURE__*/React.createElement("svg", _extends({
12442
12546
  xmlns: "http://www.w3.org/2000/svg",
12443
12547
  width: size,
@@ -12473,7 +12577,7 @@ Comment.defaultProps = {
12473
12577
  size: '16'
12474
12578
  };
12475
12579
 
12476
- var loadingCircleStyle$3_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12580
+ var loadingCircleStyle$40 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12477
12581
 
12478
12582
  var Book = function Book(props) {
12479
12583
  var color = props.color,
@@ -12487,7 +12591,7 @@ var Book = function Book(props) {
12487
12591
  return /*#__PURE__*/React.createElement("span", {
12488
12592
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12489
12593
  }, /*#__PURE__*/React.createElement("style", {
12490
- children: loadingCircleStyle$3_
12594
+ children: loadingCircleStyle$40
12491
12595
  }), /*#__PURE__*/React.createElement("svg", _extends({
12492
12596
  xmlns: "http://www.w3.org/2000/svg",
12493
12597
  width: size,
@@ -12519,7 +12623,7 @@ Book.defaultProps = {
12519
12623
  size: '16'
12520
12624
  };
12521
12625
 
12522
- var loadingCircleStyle$3$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12626
+ var loadingCircleStyle$41 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12523
12627
 
12524
12628
  var Book2 = function Book2(props) {
12525
12629
  var color = props.color,
@@ -12533,7 +12637,7 @@ var Book2 = function Book2(props) {
12533
12637
  return /*#__PURE__*/React.createElement("span", {
12534
12638
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12535
12639
  }, /*#__PURE__*/React.createElement("style", {
12536
- children: loadingCircleStyle$3$
12640
+ children: loadingCircleStyle$41
12537
12641
  }), /*#__PURE__*/React.createElement("svg", _extends({
12538
12642
  xmlns: "http://www.w3.org/2000/svg",
12539
12643
  width: size,
@@ -12565,7 +12669,7 @@ Book2.defaultProps = {
12565
12669
  size: '16'
12566
12670
  };
12567
12671
 
12568
- var loadingCircleStyle$40 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12672
+ var loadingCircleStyle$42 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12569
12673
 
12570
12674
  var Sticker = function Sticker(props) {
12571
12675
  var color = props.color,
@@ -12579,7 +12683,7 @@ var Sticker = function Sticker(props) {
12579
12683
  return /*#__PURE__*/React.createElement("span", {
12580
12684
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12581
12685
  }, /*#__PURE__*/React.createElement("style", {
12582
- children: loadingCircleStyle$40
12686
+ children: loadingCircleStyle$42
12583
12687
  }), /*#__PURE__*/React.createElement("svg", _extends({
12584
12688
  xmlns: "http://www.w3.org/2000/svg",
12585
12689
  width: size,
@@ -12611,7 +12715,7 @@ Sticker.defaultProps = {
12611
12715
  size: '16'
12612
12716
  };
12613
12717
 
12614
- var loadingCircleStyle$41 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12718
+ var loadingCircleStyle$43 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12615
12719
 
12616
12720
  var StickerFill = function StickerFill(props) {
12617
12721
  var color = props.color,
@@ -12625,7 +12729,7 @@ var StickerFill = function StickerFill(props) {
12625
12729
  return /*#__PURE__*/React.createElement("span", {
12626
12730
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12627
12731
  }, /*#__PURE__*/React.createElement("style", {
12628
- children: loadingCircleStyle$41
12732
+ children: loadingCircleStyle$43
12629
12733
  }), /*#__PURE__*/React.createElement("svg", _extends({
12630
12734
  xmlns: "http://www.w3.org/2000/svg",
12631
12735
  width: size,
@@ -12657,7 +12761,7 @@ StickerFill.defaultProps = {
12657
12761
  size: '16'
12658
12762
  };
12659
12763
 
12660
- var loadingCircleStyle$42 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12764
+ var loadingCircleStyle$44 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12661
12765
 
12662
12766
  var EventSm = function EventSm(props) {
12663
12767
  var color = props.color,
@@ -12671,7 +12775,7 @@ var EventSm = function EventSm(props) {
12671
12775
  return /*#__PURE__*/React.createElement("span", {
12672
12776
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12673
12777
  }, /*#__PURE__*/React.createElement("style", {
12674
- children: loadingCircleStyle$42
12778
+ children: loadingCircleStyle$44
12675
12779
  }), /*#__PURE__*/React.createElement("svg", _extends({
12676
12780
  xmlns: "http://www.w3.org/2000/svg",
12677
12781
  width: size,
@@ -12703,7 +12807,7 @@ EventSm.defaultProps = {
12703
12807
  size: '16'
12704
12808
  };
12705
12809
 
12706
- var loadingCircleStyle$43 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
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 }';
12707
12811
 
12708
12812
  var EPropertySm = function EPropertySm(props) {
12709
12813
  var color = props.color,
@@ -12717,7 +12821,7 @@ var EPropertySm = function EPropertySm(props) {
12717
12821
  return /*#__PURE__*/React.createElement("span", {
12718
12822
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12719
12823
  }, /*#__PURE__*/React.createElement("style", {
12720
- children: loadingCircleStyle$43
12824
+ children: loadingCircleStyle$45
12721
12825
  }), /*#__PURE__*/React.createElement("svg", _extends({
12722
12826
  xmlns: "http://www.w3.org/2000/svg",
12723
12827
  width: size,
@@ -12757,7 +12861,7 @@ EPropertySm.defaultProps = {
12757
12861
  size: '16'
12758
12862
  };
12759
12863
 
12760
- var loadingCircleStyle$44 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12864
+ var loadingCircleStyle$46 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12761
12865
 
12762
12866
  var IndicatorSm = function IndicatorSm(props) {
12763
12867
  var color = props.color,
@@ -12771,7 +12875,7 @@ var IndicatorSm = function IndicatorSm(props) {
12771
12875
  return /*#__PURE__*/React.createElement("span", {
12772
12876
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12773
12877
  }, /*#__PURE__*/React.createElement("style", {
12774
- children: loadingCircleStyle$44
12878
+ children: loadingCircleStyle$46
12775
12879
  }), /*#__PURE__*/React.createElement("svg", _extends({
12776
12880
  xmlns: "http://www.w3.org/2000/svg",
12777
12881
  width: size,
@@ -12807,7 +12911,7 @@ IndicatorSm.defaultProps = {
12807
12911
  size: '16'
12808
12912
  };
12809
12913
 
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 }';
12914
+ var loadingCircleStyle$47 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12811
12915
 
12812
12916
  var UPropertySm = function UPropertySm(props) {
12813
12917
  var color = props.color,
@@ -12821,7 +12925,7 @@ var UPropertySm = function UPropertySm(props) {
12821
12925
  return /*#__PURE__*/React.createElement("span", {
12822
12926
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12823
12927
  }, /*#__PURE__*/React.createElement("style", {
12824
- children: loadingCircleStyle$45
12928
+ children: loadingCircleStyle$47
12825
12929
  }), /*#__PURE__*/React.createElement("svg", _extends({
12826
12930
  xmlns: "http://www.w3.org/2000/svg",
12827
12931
  width: size,
@@ -12859,7 +12963,7 @@ UPropertySm.defaultProps = {
12859
12963
  size: '16'
12860
12964
  };
12861
12965
 
12862
- var loadingCircleStyle$46 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12966
+ var loadingCircleStyle$48 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12863
12967
 
12864
12968
  var UGroupSm = function UGroupSm(props) {
12865
12969
  var color = props.color,
@@ -12873,7 +12977,7 @@ var UGroupSm = function UGroupSm(props) {
12873
12977
  return /*#__PURE__*/React.createElement("span", {
12874
12978
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12875
12979
  }, /*#__PURE__*/React.createElement("style", {
12876
- children: loadingCircleStyle$46
12980
+ children: loadingCircleStyle$48
12877
12981
  }), /*#__PURE__*/React.createElement("svg", _extends({
12878
12982
  xmlns: "http://www.w3.org/2000/svg",
12879
12983
  width: size,
@@ -12919,7 +13023,7 @@ UGroupSm.defaultProps = {
12919
13023
  size: '16'
12920
13024
  };
12921
13025
 
12922
- var loadingCircleStyle$47 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13026
+ var loadingCircleStyle$49 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12923
13027
 
12924
13028
  var UTagSm = function UTagSm(props) {
12925
13029
  var color = props.color,
@@ -12933,7 +13037,7 @@ var UTagSm = function UTagSm(props) {
12933
13037
  return /*#__PURE__*/React.createElement("span", {
12934
13038
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12935
13039
  }, /*#__PURE__*/React.createElement("style", {
12936
- children: loadingCircleStyle$47
13040
+ children: loadingCircleStyle$49
12937
13041
  }), /*#__PURE__*/React.createElement("svg", _extends({
12938
13042
  xmlns: "http://www.w3.org/2000/svg",
12939
13043
  width: size,
@@ -12969,7 +13073,7 @@ UTagSm.defaultProps = {
12969
13073
  size: '16'
12970
13074
  };
12971
13075
 
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 }';
13076
+ var loadingCircleStyle$4a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12973
13077
 
12974
13078
  var AllGroupSm = function AllGroupSm(props) {
12975
13079
  var color = props.color,
@@ -12983,7 +13087,7 @@ var AllGroupSm = function AllGroupSm(props) {
12983
13087
  return /*#__PURE__*/React.createElement("span", {
12984
13088
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12985
13089
  }, /*#__PURE__*/React.createElement("style", {
12986
- children: loadingCircleStyle$48
13090
+ children: loadingCircleStyle$4a
12987
13091
  }), /*#__PURE__*/React.createElement("svg", _extends({
12988
13092
  xmlns: "http://www.w3.org/2000/svg",
12989
13093
  width: size,
@@ -13021,7 +13125,7 @@ AllGroupSm.defaultProps = {
13021
13125
  size: '16'
13022
13126
  };
13023
13127
 
13024
- var loadingCircleStyle$49 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13128
+ var loadingCircleStyle$4b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13025
13129
 
13026
13130
  var CalendarSm = function CalendarSm(props) {
13027
13131
  var color = props.color,
@@ -13035,7 +13139,7 @@ var CalendarSm = function CalendarSm(props) {
13035
13139
  return /*#__PURE__*/React.createElement("span", {
13036
13140
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13037
13141
  }, /*#__PURE__*/React.createElement("style", {
13038
- children: loadingCircleStyle$49
13142
+ children: loadingCircleStyle$4b
13039
13143
  }), /*#__PURE__*/React.createElement("svg", _extends({
13040
13144
  xmlns: "http://www.w3.org/2000/svg",
13041
13145
  width: size,
@@ -13067,7 +13171,7 @@ CalendarSm.defaultProps = {
13067
13171
  size: '16'
13068
13172
  };
13069
13173
 
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 }';
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 }';
13071
13175
 
13072
13176
  var GroupAddSm = function GroupAddSm(props) {
13073
13177
  var color = props.color,
@@ -13081,7 +13185,7 @@ var GroupAddSm = function GroupAddSm(props) {
13081
13185
  return /*#__PURE__*/React.createElement("span", {
13082
13186
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13083
13187
  }, /*#__PURE__*/React.createElement("style", {
13084
- children: loadingCircleStyle$4a
13188
+ children: loadingCircleStyle$4c
13085
13189
  }), /*#__PURE__*/React.createElement("svg", _extends({
13086
13190
  xmlns: "http://www.w3.org/2000/svg",
13087
13191
  width: size,
@@ -13119,7 +13223,7 @@ GroupAddSm.defaultProps = {
13119
13223
  size: '16'
13120
13224
  };
13121
13225
 
13122
- var loadingCircleStyle$4b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13226
+ var loadingCircleStyle$4d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13123
13227
 
13124
13228
  var BooleanSm = function BooleanSm(props) {
13125
13229
  var color = props.color,
@@ -13133,7 +13237,7 @@ var BooleanSm = function BooleanSm(props) {
13133
13237
  return /*#__PURE__*/React.createElement("span", {
13134
13238
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13135
13239
  }, /*#__PURE__*/React.createElement("style", {
13136
- children: loadingCircleStyle$4b
13240
+ children: loadingCircleStyle$4d
13137
13241
  }), /*#__PURE__*/React.createElement("svg", _extends({
13138
13242
  xmlns: "http://www.w3.org/2000/svg",
13139
13243
  width: size,
@@ -13167,7 +13271,7 @@ BooleanSm.defaultProps = {
13167
13271
  size: '16'
13168
13272
  };
13169
13273
 
13170
- var loadingCircleStyle$4c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13274
+ var loadingCircleStyle$4e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13171
13275
 
13172
13276
  var ListSm = function ListSm(props) {
13173
13277
  var color = props.color,
@@ -13181,7 +13285,7 @@ var ListSm = function ListSm(props) {
13181
13285
  return /*#__PURE__*/React.createElement("span", {
13182
13286
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13183
13287
  }, /*#__PURE__*/React.createElement("style", {
13184
- children: loadingCircleStyle$4c
13288
+ children: loadingCircleStyle$4e
13185
13289
  }), /*#__PURE__*/React.createElement("svg", _extends({
13186
13290
  xmlns: "http://www.w3.org/2000/svg",
13187
13291
  width: size,
@@ -13223,7 +13327,7 @@ ListSm.defaultProps = {
13223
13327
  size: '16'
13224
13328
  };
13225
13329
 
13226
- var loadingCircleStyle$4d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
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 }';
13227
13331
 
13228
13332
  var ArrayRowsSm = function ArrayRowsSm(props) {
13229
13333
  var color = props.color,
@@ -13237,7 +13341,7 @@ var ArrayRowsSm = function ArrayRowsSm(props) {
13237
13341
  return /*#__PURE__*/React.createElement("span", {
13238
13342
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13239
13343
  }, /*#__PURE__*/React.createElement("style", {
13240
- children: loadingCircleStyle$4d
13344
+ children: loadingCircleStyle$4f
13241
13345
  }), /*#__PURE__*/React.createElement("svg", _extends({
13242
13346
  xmlns: "http://www.w3.org/2000/svg",
13243
13347
  width: size,
@@ -13271,7 +13375,7 @@ ArrayRowsSm.defaultProps = {
13271
13375
  size: '16'
13272
13376
  };
13273
13377
 
13274
- var loadingCircleStyle$4e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
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 }';
13275
13379
 
13276
13380
  var RowsSm = function RowsSm(props) {
13277
13381
  var color = props.color,
@@ -13285,7 +13389,7 @@ var RowsSm = function RowsSm(props) {
13285
13389
  return /*#__PURE__*/React.createElement("span", {
13286
13390
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13287
13391
  }, /*#__PURE__*/React.createElement("style", {
13288
- children: loadingCircleStyle$4e
13392
+ children: loadingCircleStyle$4g
13289
13393
  }), /*#__PURE__*/React.createElement("svg", _extends({
13290
13394
  xmlns: "http://www.w3.org/2000/svg",
13291
13395
  width: size,
@@ -13327,7 +13431,7 @@ RowsSm.defaultProps = {
13327
13431
  size: '16'
13328
13432
  };
13329
13433
 
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 }';
13434
+ var loadingCircleStyle$4h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13331
13435
 
13332
13436
  var VPropertySm = function VPropertySm(props) {
13333
13437
  var color = props.color,
@@ -13341,7 +13445,7 @@ var VPropertySm = function VPropertySm(props) {
13341
13445
  return /*#__PURE__*/React.createElement("span", {
13342
13446
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13343
13447
  }, /*#__PURE__*/React.createElement("style", {
13344
- children: loadingCircleStyle$4f
13448
+ children: loadingCircleStyle$4h
13345
13449
  }), /*#__PURE__*/React.createElement("svg", _extends({
13346
13450
  xmlns: "http://www.w3.org/2000/svg",
13347
13451
  width: size,
@@ -13379,7 +13483,7 @@ VPropertySm.defaultProps = {
13379
13483
  size: '16'
13380
13484
  };
13381
13485
 
13382
- var loadingCircleStyle$4g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13486
+ var loadingCircleStyle$4i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13383
13487
 
13384
13488
  var StringSm = function StringSm(props) {
13385
13489
  var color = props.color,
@@ -13393,7 +13497,7 @@ var StringSm = function StringSm(props) {
13393
13497
  return /*#__PURE__*/React.createElement("span", {
13394
13498
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13395
13499
  }, /*#__PURE__*/React.createElement("style", {
13396
- children: loadingCircleStyle$4g
13500
+ children: loadingCircleStyle$4i
13397
13501
  }), /*#__PURE__*/React.createElement("svg", _extends({
13398
13502
  xmlns: "http://www.w3.org/2000/svg",
13399
13503
  width: size,
@@ -13427,7 +13531,7 @@ StringSm.defaultProps = {
13427
13531
  size: '16'
13428
13532
  };
13429
13533
 
13430
- var loadingCircleStyle$4h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13534
+ var loadingCircleStyle$4j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13431
13535
 
13432
13536
  var NumSm = function NumSm(props) {
13433
13537
  var color = props.color,
@@ -13441,7 +13545,7 @@ var NumSm = function NumSm(props) {
13441
13545
  return /*#__PURE__*/React.createElement("span", {
13442
13546
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13443
13547
  }, /*#__PURE__*/React.createElement("style", {
13444
- children: loadingCircleStyle$4h
13548
+ children: loadingCircleStyle$4j
13445
13549
  }), /*#__PURE__*/React.createElement("svg", _extends({
13446
13550
  xmlns: "http://www.w3.org/2000/svg",
13447
13551
  width: size,
@@ -13475,7 +13579,7 @@ NumSm.defaultProps = {
13475
13579
  size: '16'
13476
13580
  };
13477
13581
 
13478
- var loadingCircleStyle$4i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13582
+ var loadingCircleStyle$4k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13479
13583
 
13480
13584
  var TimeSm = function TimeSm(props) {
13481
13585
  var color = props.color,
@@ -13489,7 +13593,7 @@ var TimeSm = function TimeSm(props) {
13489
13593
  return /*#__PURE__*/React.createElement("span", {
13490
13594
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13491
13595
  }, /*#__PURE__*/React.createElement("style", {
13492
- children: loadingCircleStyle$4i
13596
+ children: loadingCircleStyle$4k
13493
13597
  }), /*#__PURE__*/React.createElement("svg", _extends({
13494
13598
  xmlns: "http://www.w3.org/2000/svg",
13495
13599
  width: size,
@@ -13523,7 +13627,7 @@ TimeSm.defaultProps = {
13523
13627
  size: '16'
13524
13628
  };
13525
13629
 
13526
- var loadingCircleStyle$4j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13630
+ var loadingCircleStyle$4l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13527
13631
 
13528
13632
  var ArrowLeft = function ArrowLeft(props) {
13529
13633
  var color = props.color,
@@ -13537,7 +13641,7 @@ var ArrowLeft = function ArrowLeft(props) {
13537
13641
  return /*#__PURE__*/React.createElement("span", {
13538
13642
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13539
13643
  }, /*#__PURE__*/React.createElement("style", {
13540
- children: loadingCircleStyle$4j
13644
+ children: loadingCircleStyle$4l
13541
13645
  }), /*#__PURE__*/React.createElement("svg", _extends({
13542
13646
  xmlns: "http://www.w3.org/2000/svg",
13543
13647
  width: size,
@@ -13569,7 +13673,7 @@ ArrowLeft.defaultProps = {
13569
13673
  size: '16'
13570
13674
  };
13571
13675
 
13572
- var loadingCircleStyle$4k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13676
+ var loadingCircleStyle$4m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13573
13677
 
13574
13678
  var ArrowRight = function ArrowRight(props) {
13575
13679
  var color = props.color,
@@ -13583,7 +13687,7 @@ var ArrowRight = function ArrowRight(props) {
13583
13687
  return /*#__PURE__*/React.createElement("span", {
13584
13688
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13585
13689
  }, /*#__PURE__*/React.createElement("style", {
13586
- children: loadingCircleStyle$4k
13690
+ children: loadingCircleStyle$4m
13587
13691
  }), /*#__PURE__*/React.createElement("svg", _extends({
13588
13692
  xmlns: "http://www.w3.org/2000/svg",
13589
13693
  width: size,
@@ -13615,7 +13719,7 @@ ArrowRight.defaultProps = {
13615
13719
  size: '16'
13616
13720
  };
13617
13721
 
13618
- var loadingCircleStyle$4l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13722
+ var loadingCircleStyle$4n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13619
13723
 
13620
13724
  var ArrowUp = function ArrowUp(props) {
13621
13725
  var color = props.color,
@@ -13629,7 +13733,7 @@ var ArrowUp = function ArrowUp(props) {
13629
13733
  return /*#__PURE__*/React.createElement("span", {
13630
13734
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13631
13735
  }, /*#__PURE__*/React.createElement("style", {
13632
- children: loadingCircleStyle$4l
13736
+ children: loadingCircleStyle$4n
13633
13737
  }), /*#__PURE__*/React.createElement("svg", _extends({
13634
13738
  xmlns: "http://www.w3.org/2000/svg",
13635
13739
  width: size,
@@ -13661,7 +13765,7 @@ ArrowUp.defaultProps = {
13661
13765
  size: '16'
13662
13766
  };
13663
13767
 
13664
- var loadingCircleStyle$4m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13768
+ var loadingCircleStyle$4o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13665
13769
 
13666
13770
  var ArrowDown = function ArrowDown(props) {
13667
13771
  var color = props.color,
@@ -13675,7 +13779,7 @@ var ArrowDown = function ArrowDown(props) {
13675
13779
  return /*#__PURE__*/React.createElement("span", {
13676
13780
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13677
13781
  }, /*#__PURE__*/React.createElement("style", {
13678
- children: loadingCircleStyle$4m
13782
+ children: loadingCircleStyle$4o
13679
13783
  }), /*#__PURE__*/React.createElement("svg", _extends({
13680
13784
  xmlns: "http://www.w3.org/2000/svg",
13681
13785
  width: size,
@@ -13707,7 +13811,7 @@ ArrowDown.defaultProps = {
13707
13811
  size: '16'
13708
13812
  };
13709
13813
 
13710
- var loadingCircleStyle$4n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13814
+ var loadingCircleStyle$4p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13711
13815
 
13712
13816
  var ArrowLeft2 = function ArrowLeft2(props) {
13713
13817
  var color = props.color,
@@ -13721,7 +13825,7 @@ var ArrowLeft2 = function ArrowLeft2(props) {
13721
13825
  return /*#__PURE__*/React.createElement("span", {
13722
13826
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13723
13827
  }, /*#__PURE__*/React.createElement("style", {
13724
- children: loadingCircleStyle$4n
13828
+ children: loadingCircleStyle$4p
13725
13829
  }), /*#__PURE__*/React.createElement("svg", _extends({
13726
13830
  xmlns: "http://www.w3.org/2000/svg",
13727
13831
  width: size,
@@ -13753,7 +13857,7 @@ ArrowLeft2.defaultProps = {
13753
13857
  size: '16'
13754
13858
  };
13755
13859
 
13756
- var loadingCircleStyle$4o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13860
+ var loadingCircleStyle$4q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13757
13861
 
13758
13862
  var ArrowRight2 = function ArrowRight2(props) {
13759
13863
  var color = props.color,
@@ -13767,7 +13871,7 @@ var ArrowRight2 = function ArrowRight2(props) {
13767
13871
  return /*#__PURE__*/React.createElement("span", {
13768
13872
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13769
13873
  }, /*#__PURE__*/React.createElement("style", {
13770
- children: loadingCircleStyle$4o
13874
+ children: loadingCircleStyle$4q
13771
13875
  }), /*#__PURE__*/React.createElement("svg", _extends({
13772
13876
  xmlns: "http://www.w3.org/2000/svg",
13773
13877
  width: size,
@@ -13799,7 +13903,7 @@ ArrowRight2.defaultProps = {
13799
13903
  size: '16'
13800
13904
  };
13801
13905
 
13802
- var loadingCircleStyle$4p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13906
+ var loadingCircleStyle$4r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13803
13907
 
13804
13908
  var ArrowUp2 = function ArrowUp2(props) {
13805
13909
  var color = props.color,
@@ -13813,7 +13917,7 @@ var ArrowUp2 = function ArrowUp2(props) {
13813
13917
  return /*#__PURE__*/React.createElement("span", {
13814
13918
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13815
13919
  }, /*#__PURE__*/React.createElement("style", {
13816
- children: loadingCircleStyle$4p
13920
+ children: loadingCircleStyle$4r
13817
13921
  }), /*#__PURE__*/React.createElement("svg", _extends({
13818
13922
  xmlns: "http://www.w3.org/2000/svg",
13819
13923
  width: size,
@@ -13845,7 +13949,7 @@ ArrowUp2.defaultProps = {
13845
13949
  size: '16'
13846
13950
  };
13847
13951
 
13848
- var loadingCircleStyle$4q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13952
+ var loadingCircleStyle$4s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13849
13953
 
13850
13954
  var ArrowDown2 = function ArrowDown2(props) {
13851
13955
  var color = props.color,
@@ -13859,7 +13963,7 @@ var ArrowDown2 = function ArrowDown2(props) {
13859
13963
  return /*#__PURE__*/React.createElement("span", {
13860
13964
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13861
13965
  }, /*#__PURE__*/React.createElement("style", {
13862
- children: loadingCircleStyle$4q
13966
+ children: loadingCircleStyle$4s
13863
13967
  }), /*#__PURE__*/React.createElement("svg", _extends({
13864
13968
  xmlns: "http://www.w3.org/2000/svg",
13865
13969
  width: size,
@@ -13891,7 +13995,7 @@ ArrowDown2.defaultProps = {
13891
13995
  size: '16'
13892
13996
  };
13893
13997
 
13894
- var loadingCircleStyle$4r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13998
+ var loadingCircleStyle$4t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13895
13999
 
13896
14000
  var TriLeft = function TriLeft(props) {
13897
14001
  var color = props.color,
@@ -13905,7 +14009,7 @@ var TriLeft = function TriLeft(props) {
13905
14009
  return /*#__PURE__*/React.createElement("span", {
13906
14010
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13907
14011
  }, /*#__PURE__*/React.createElement("style", {
13908
- children: loadingCircleStyle$4r
14012
+ children: loadingCircleStyle$4t
13909
14013
  }), /*#__PURE__*/React.createElement("svg", _extends({
13910
14014
  xmlns: "http://www.w3.org/2000/svg",
13911
14015
  width: size,
@@ -13937,7 +14041,7 @@ TriLeft.defaultProps = {
13937
14041
  size: '16'
13938
14042
  };
13939
14043
 
13940
- var loadingCircleStyle$4s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14044
+ var loadingCircleStyle$4u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13941
14045
 
13942
14046
  var TriRight = function TriRight(props) {
13943
14047
  var color = props.color,
@@ -13951,7 +14055,7 @@ var TriRight = function TriRight(props) {
13951
14055
  return /*#__PURE__*/React.createElement("span", {
13952
14056
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13953
14057
  }, /*#__PURE__*/React.createElement("style", {
13954
- children: loadingCircleStyle$4s
14058
+ children: loadingCircleStyle$4u
13955
14059
  }), /*#__PURE__*/React.createElement("svg", _extends({
13956
14060
  xmlns: "http://www.w3.org/2000/svg",
13957
14061
  width: size,
@@ -13983,7 +14087,7 @@ TriRight.defaultProps = {
13983
14087
  size: '16'
13984
14088
  };
13985
14089
 
13986
- var loadingCircleStyle$4t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14090
+ var loadingCircleStyle$4v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13987
14091
 
13988
14092
  var TriUp = function TriUp(props) {
13989
14093
  var color = props.color,
@@ -13997,7 +14101,7 @@ var TriUp = function TriUp(props) {
13997
14101
  return /*#__PURE__*/React.createElement("span", {
13998
14102
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13999
14103
  }, /*#__PURE__*/React.createElement("style", {
14000
- children: loadingCircleStyle$4t
14104
+ children: loadingCircleStyle$4v
14001
14105
  }), /*#__PURE__*/React.createElement("svg", _extends({
14002
14106
  xmlns: "http://www.w3.org/2000/svg",
14003
14107
  width: size,
@@ -14029,7 +14133,7 @@ TriUp.defaultProps = {
14029
14133
  size: '16'
14030
14134
  };
14031
14135
 
14032
- var loadingCircleStyle$4u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14136
+ var loadingCircleStyle$4w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14033
14137
 
14034
14138
  var TriDown = function TriDown(props) {
14035
14139
  var color = props.color,
@@ -14043,7 +14147,7 @@ var TriDown = function TriDown(props) {
14043
14147
  return /*#__PURE__*/React.createElement("span", {
14044
14148
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14045
14149
  }, /*#__PURE__*/React.createElement("style", {
14046
- children: loadingCircleStyle$4u
14150
+ children: loadingCircleStyle$4w
14047
14151
  }), /*#__PURE__*/React.createElement("svg", _extends({
14048
14152
  xmlns: "http://www.w3.org/2000/svg",
14049
14153
  width: size,
@@ -14075,7 +14179,7 @@ TriDown.defaultProps = {
14075
14179
  size: '16'
14076
14180
  };
14077
14181
 
14078
- var loadingCircleStyle$4v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14182
+ var loadingCircleStyle$4x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14079
14183
 
14080
14184
  var DArrowL = function DArrowL(props) {
14081
14185
  var color = props.color,
@@ -14089,7 +14193,7 @@ var DArrowL = function DArrowL(props) {
14089
14193
  return /*#__PURE__*/React.createElement("span", {
14090
14194
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14091
14195
  }, /*#__PURE__*/React.createElement("style", {
14092
- children: loadingCircleStyle$4v
14196
+ children: loadingCircleStyle$4x
14093
14197
  }), /*#__PURE__*/React.createElement("svg", _extends({
14094
14198
  xmlns: "http://www.w3.org/2000/svg",
14095
14199
  width: size,
@@ -14123,7 +14227,7 @@ DArrowL.defaultProps = {
14123
14227
  size: '16'
14124
14228
  };
14125
14229
 
14126
- var loadingCircleStyle$4w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14230
+ var loadingCircleStyle$4y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14127
14231
 
14128
14232
  var DArrowR = function DArrowR(props) {
14129
14233
  var color = props.color,
@@ -14137,7 +14241,7 @@ var DArrowR = function DArrowR(props) {
14137
14241
  return /*#__PURE__*/React.createElement("span", {
14138
14242
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14139
14243
  }, /*#__PURE__*/React.createElement("style", {
14140
- children: loadingCircleStyle$4w
14244
+ children: loadingCircleStyle$4y
14141
14245
  }), /*#__PURE__*/React.createElement("svg", _extends({
14142
14246
  xmlns: "http://www.w3.org/2000/svg",
14143
14247
  width: size,
@@ -14171,7 +14275,7 @@ DArrowR.defaultProps = {
14171
14275
  size: '16'
14172
14276
  };
14173
14277
 
14174
- var loadingCircleStyle$4x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14278
+ var loadingCircleStyle$4z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14175
14279
 
14176
14280
  var DArrowT = function DArrowT(props) {
14177
14281
  var color = props.color,
@@ -14185,7 +14289,7 @@ var DArrowT = function DArrowT(props) {
14185
14289
  return /*#__PURE__*/React.createElement("span", {
14186
14290
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14187
14291
  }, /*#__PURE__*/React.createElement("style", {
14188
- children: loadingCircleStyle$4x
14292
+ children: loadingCircleStyle$4z
14189
14293
  }), /*#__PURE__*/React.createElement("svg", _extends({
14190
14294
  xmlns: "http://www.w3.org/2000/svg",
14191
14295
  width: size,
@@ -14219,7 +14323,7 @@ DArrowT.defaultProps = {
14219
14323
  size: '16'
14220
14324
  };
14221
14325
 
14222
- var loadingCircleStyle$4y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14326
+ var loadingCircleStyle$4A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14223
14327
 
14224
14328
  var DArrowB = function DArrowB(props) {
14225
14329
  var color = props.color,
@@ -14233,7 +14337,7 @@ var DArrowB = function DArrowB(props) {
14233
14337
  return /*#__PURE__*/React.createElement("span", {
14234
14338
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14235
14339
  }, /*#__PURE__*/React.createElement("style", {
14236
- children: loadingCircleStyle$4y
14340
+ children: loadingCircleStyle$4A
14237
14341
  }), /*#__PURE__*/React.createElement("svg", _extends({
14238
14342
  xmlns: "http://www.w3.org/2000/svg",
14239
14343
  width: size,
@@ -14267,7 +14371,7 @@ DArrowB.defaultProps = {
14267
14371
  size: '16'
14268
14372
  };
14269
14373
 
14270
- var loadingCircleStyle$4z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14374
+ var loadingCircleStyle$4B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14271
14375
 
14272
14376
  var DropDown = function DropDown(props) {
14273
14377
  var color = props.color,
@@ -14281,7 +14385,7 @@ var DropDown = function DropDown(props) {
14281
14385
  return /*#__PURE__*/React.createElement("span", {
14282
14386
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14283
14387
  }, /*#__PURE__*/React.createElement("style", {
14284
- children: loadingCircleStyle$4z
14388
+ children: loadingCircleStyle$4B
14285
14389
  }), /*#__PURE__*/React.createElement("svg", _extends({
14286
14390
  xmlns: "http://www.w3.org/2000/svg",
14287
14391
  width: size,
@@ -14313,7 +14417,7 @@ DropDown.defaultProps = {
14313
14417
  size: '16'
14314
14418
  };
14315
14419
 
14316
- var loadingCircleStyle$4A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14420
+ var loadingCircleStyle$4C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14317
14421
 
14318
14422
  var DropUp = function DropUp(props) {
14319
14423
  var color = props.color,
@@ -14327,7 +14431,7 @@ var DropUp = function DropUp(props) {
14327
14431
  return /*#__PURE__*/React.createElement("span", {
14328
14432
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14329
14433
  }, /*#__PURE__*/React.createElement("style", {
14330
- children: loadingCircleStyle$4A
14434
+ children: loadingCircleStyle$4C
14331
14435
  }), /*#__PURE__*/React.createElement("svg", _extends({
14332
14436
  xmlns: "http://www.w3.org/2000/svg",
14333
14437
  width: size,
@@ -14359,7 +14463,7 @@ DropUp.defaultProps = {
14359
14463
  size: '16'
14360
14464
  };
14361
14465
 
14362
- var loadingCircleStyle$4B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14466
+ var loadingCircleStyle$4D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14363
14467
 
14364
14468
  var More1 = function More1(props) {
14365
14469
  var color = props.color,
@@ -14373,7 +14477,7 @@ var More1 = function More1(props) {
14373
14477
  return /*#__PURE__*/React.createElement("span", {
14374
14478
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14375
14479
  }, /*#__PURE__*/React.createElement("style", {
14376
- children: loadingCircleStyle$4B
14480
+ children: loadingCircleStyle$4D
14377
14481
  }), /*#__PURE__*/React.createElement("svg", _extends({
14378
14482
  xmlns: "http://www.w3.org/2000/svg",
14379
14483
  width: size,
@@ -14405,7 +14509,7 @@ More1.defaultProps = {
14405
14509
  size: '16'
14406
14510
  };
14407
14511
 
14408
- var loadingCircleStyle$4C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14512
+ var loadingCircleStyle$4E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14409
14513
 
14410
14514
  var More2 = function More2(props) {
14411
14515
  var color = props.color,
@@ -14419,7 +14523,7 @@ var More2 = function More2(props) {
14419
14523
  return /*#__PURE__*/React.createElement("span", {
14420
14524
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14421
14525
  }, /*#__PURE__*/React.createElement("style", {
14422
- children: loadingCircleStyle$4C
14526
+ children: loadingCircleStyle$4E
14423
14527
  }), /*#__PURE__*/React.createElement("svg", _extends({
14424
14528
  xmlns: "http://www.w3.org/2000/svg",
14425
14529
  width: size,
@@ -14451,7 +14555,7 @@ More2.defaultProps = {
14451
14555
  size: '16'
14452
14556
  };
14453
14557
 
14454
- var loadingCircleStyle$4D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14558
+ var loadingCircleStyle$4F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14455
14559
 
14456
14560
  var Drag = function Drag(props) {
14457
14561
  var color = props.color,
@@ -14465,7 +14569,7 @@ var Drag = function Drag(props) {
14465
14569
  return /*#__PURE__*/React.createElement("span", {
14466
14570
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14467
14571
  }, /*#__PURE__*/React.createElement("style", {
14468
- children: loadingCircleStyle$4D
14572
+ children: loadingCircleStyle$4F
14469
14573
  }), /*#__PURE__*/React.createElement("svg", _extends({
14470
14574
  xmlns: "http://www.w3.org/2000/svg",
14471
14575
  width: size,
@@ -14507,7 +14611,7 @@ Drag.defaultProps = {
14507
14611
  size: '16'
14508
14612
  };
14509
14613
 
14510
- var loadingCircleStyle$4E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14614
+ var loadingCircleStyle$4G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14511
14615
 
14512
14616
  var Drag2 = function Drag2(props) {
14513
14617
  var color = props.color,
@@ -14521,7 +14625,7 @@ var Drag2 = function Drag2(props) {
14521
14625
  return /*#__PURE__*/React.createElement("span", {
14522
14626
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14523
14627
  }, /*#__PURE__*/React.createElement("style", {
14524
- children: loadingCircleStyle$4E
14628
+ children: loadingCircleStyle$4G
14525
14629
  }), /*#__PURE__*/React.createElement("svg", _extends({
14526
14630
  xmlns: "http://www.w3.org/2000/svg",
14527
14631
  width: size,
@@ -14557,7 +14661,7 @@ Drag2.defaultProps = {
14557
14661
  size: '16'
14558
14662
  };
14559
14663
 
14560
- var loadingCircleStyle$4F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14664
+ var loadingCircleStyle$4H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14561
14665
 
14562
14666
  var External = function External(props) {
14563
14667
  var color = props.color,
@@ -14571,7 +14675,7 @@ var External = function External(props) {
14571
14675
  return /*#__PURE__*/React.createElement("span", {
14572
14676
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14573
14677
  }, /*#__PURE__*/React.createElement("style", {
14574
- children: loadingCircleStyle$4F
14678
+ children: loadingCircleStyle$4H
14575
14679
  }), /*#__PURE__*/React.createElement("svg", _extends({
14576
14680
  xmlns: "http://www.w3.org/2000/svg",
14577
14681
  width: size,
@@ -14603,7 +14707,7 @@ External.defaultProps = {
14603
14707
  size: '16'
14604
14708
  };
14605
14709
 
14606
- var loadingCircleStyle$4G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14710
+ var loadingCircleStyle$4I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14607
14711
 
14608
14712
  var DisplayS = function DisplayS(props) {
14609
14713
  var color = props.color,
@@ -14617,7 +14721,7 @@ var DisplayS = function DisplayS(props) {
14617
14721
  return /*#__PURE__*/React.createElement("span", {
14618
14722
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14619
14723
  }, /*#__PURE__*/React.createElement("style", {
14620
- children: loadingCircleStyle$4G
14724
+ children: loadingCircleStyle$4I
14621
14725
  }), /*#__PURE__*/React.createElement("svg", _extends({
14622
14726
  xmlns: "http://www.w3.org/2000/svg",
14623
14727
  width: size,
@@ -14651,7 +14755,7 @@ DisplayS.defaultProps = {
14651
14755
  size: '16'
14652
14756
  };
14653
14757
 
14654
- var loadingCircleStyle$4H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14758
+ var loadingCircleStyle$4J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14655
14759
 
14656
14760
  var Share = function Share(props) {
14657
14761
  var color = props.color,
@@ -14665,7 +14769,7 @@ var Share = function Share(props) {
14665
14769
  return /*#__PURE__*/React.createElement("span", {
14666
14770
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14667
14771
  }, /*#__PURE__*/React.createElement("style", {
14668
- children: loadingCircleStyle$4H
14772
+ children: loadingCircleStyle$4J
14669
14773
  }), /*#__PURE__*/React.createElement("svg", _extends({
14670
14774
  xmlns: "http://www.w3.org/2000/svg",
14671
14775
  width: size,
@@ -14697,4 +14801,4 @@ Share.defaultProps = {
14697
14801
  size: '16'
14698
14802
  };
14699
14803
 
14700
- export { Add1 as TaAdd1, Add2 as TaAdd2, Add3 as TaAdd3, Add3Fill as TaAdd3Fill, Alert as TaAlert, AllGroupSm as TaAllGroupSm, Analysis as TaAnalysis, Anchor as TaAnchor, Application as TaApplication, ArrayRowsSm as TaArrayRowsSm, ArrowDown as TaArrowDown, ArrowDown2 as TaArrowDown2, ArrowLeft as TaArrowLeft, ArrowLeft2 as TaArrowLeft2, ArrowLeftDown as TaArrowLeftDown, ArrowRight as TaArrowRight, ArrowRight2 as TaArrowRight2, ArrowUp as TaArrowUp, ArrowUp2 as TaArrowUp2, Ascent as TaAscent, AssetConvert as TaAssetConvert, Attribution as TaAttribution, Backup as TaBackup, Bell as TaBell, Book as TaBook, Book2 as TaBook2, Bookmark as TaBookmark, Bookmark2 as TaBookmark2, BooleanSm as TaBooleanSm, Calendar as TaCalendar, CalendarSm as TaCalendarSm, Card as TaCard, Cellphone as TaCellphone, ChartBar as TaChartBar, ChartBarTable as TaChartBarTable, ChartCombinedTable as TaChartCombinedTable, ChartComplex as TaChartComplex, ChartCum as TaChartCum, ChartDNRe as TaChartDNRe, ChartDRe as TaChartDRe, ChartDistTable as TaChartDistTable, ChartFieldlist as TaChartFieldlist, ChartFunnel as TaChartFunnel, ChartHistogram as TaChartHistogram, ChartInterval as TaChartInterval, ChartLine as TaChartLine, ChartLineTable as TaChartLineTable, ChartPie as TaChartPie, ChartSqltable as TaChartSqltable, ChartStack as TaChartStack, ChartStackPerc as TaChartStackPerc, ChartStackn as TaChartStackn, ChartTable as TaChartTable, Clock as TaClock, Close as TaClose, Code as TaCode, Comment as TaComment, Config as TaConfig, Contrast as TaContrast, Copy as TaCopy, Copy2 as TaCopy2, Cost as TaCost, Currency as TaCurrency, CustomPartition as TaCustomPartition, DArrowB as TaDArrowB, DArrowL as TaDArrowL, DArrowR as TaDArrowR, DArrowT as TaDArrowT, Dashboard as TaDashboard, DashboardMgr as TaDashboardMgr, Debug as TaDebug, Delete1 as TaDelete1, Delete2 as TaDelete2, Delete2Fill as TaDelete2Fill, Demo as TaDemo, Descent as TaDescent, Desktop as TaDesktop, Detail as TaDetail, DisplayS as TaDisplayS, Done as TaDone, Dot as TaDot, DoubleList as TaDoubleList, Download as TaDownload, Drag as TaDrag, Drag2 as TaDrag2, DropDown as TaDropDown, DropUp as TaDropUp, EPropertySm as TaEPropertySm, Earth as TaEarth, Edit as TaEdit, EditFill as TaEditFill, Education as TaEducation, EducationFill as TaEducationFill, Email as TaEmail, Error as TaError, Error2 as TaError2, Error2Fill as TaError2Fill, ErrorFill as TaErrorFill, EventMgr as TaEventMgr, EventPropMgr as TaEventPropMgr, EventSm as TaEventSm, EventTree as TaEventTree, Exchange as TaExchange, Export as TaExport, Exposure as TaExposure, Expression as TaExpression, Expression2 as TaExpression2, External as TaExternal, EyeOff as TaEyeOff, EyeOffFill as TaEyeOffFill, EyeOn as TaEyeOn, EyeOnFill as TaEyeOnFill, FileAdd as TaFileAdd, FileConvert as TaFileConvert, FileExport as TaFileExport, FileImport as TaFileImport, FileInfo as TaFileInfo, FileLock as TaFileLock, FileMove as TaFileMove, FilePdf as TaFilePdf, FileRemove as TaFileRemove, Filter as TaFilter, Filter2 as TaFilter2, FirstLast as TaFirstLast, Folder as TaFolder, FolderOpen as TaFolderOpen, Forewarning as TaForewarning, Format as TaFormat, FullDownload as TaFullDownload, Fullscreen as TaFullscreen, Game as TaGame, GameFill as TaGameFill, Gift as TaGift, Goal as TaGoal, Group as TaGroup, GroupA2b as TaGroupA2b, GroupAddFill as TaGroupAddFill, GroupAddSm as TaGroupAddSm, GroupFill as TaGroupFill, GroupFill2 as TaGroupFill2, Groups as TaGroups, Heart as TaHeart, Help as TaHelp, History as TaHistory, IdFreeze as TaIdFreeze, Import as TaImport, Indicator as TaIndicator, IndicatorSm as TaIndicatorSm, Info as TaInfo, InfoFill as TaInfoFill, Landscape as TaLandscape, Language as TaLanguage, Link as TaLink, List as TaList, ListNested as TaListNested, ListSm as TaListSm, Live as TaLive, Location as TaLocation, LockClose as TaLockClose, LockCloseFill as TaLockCloseFill, LockOpen as TaLockOpen, LockOpenFill as TaLockOpenFill, LogoAndroidGray as TaLogoAndroidGray, LogoAppleGray as TaLogoAppleGray, LogoCurrencylayerCl as TaLogoCurrencylayerCl, LogoDingdingCl as TaLogoDingdingCl, LogoDingdingGray as TaLogoDingdingGray, LogoFeishuCl as TaLogoFeishuCl, LogoGarenaCl as TaLogoGarenaCl, LogoKingCl as TaLogoKingCl, LogoWechatCl as TaLogoWechatCl, LogoWechatGray as TaLogoWechatGray, LogoWecomCl as TaLogoWecomCl, LogoWecomGray as TaLogoWecomGray, LogoXiaomiCl as TaLogoXiaomiCl, Logout as TaLogout, MDistribution as TaMDistribution, MEvent as TaMEvent, MFlow as TaMFlow, MFunnel as TaMFunnel, MInterval as TaMInterval, MProperty as TaMProperty, MRetention as TaMRetention, MSql as TaMSql, MenuFold as TaMenuFold, MenuUnfold as TaMenuUnfold, MessageCenter as TaMessageCenter, Mfa as TaMfa, More1 as TaMore1, More2 as TaMore2, NumSm as TaNumSm, OperatorBigger as TaOperatorBigger, OperatorDivide as TaOperatorDivide, OperatorEqual as TaOperatorEqual, OperatorFalse as TaOperatorFalse, OperatorHasValue as TaOperatorHasValue, OperatorInclude as TaOperatorInclude, OperatorInside as TaOperatorInside, OperatorLess as TaOperatorLess, OperatorNoBigger as TaOperatorNoBigger, OperatorNoLess as TaOperatorNoLess, OperatorNoRegex as TaOperatorNoRegex, OperatorNoValue as TaOperatorNoValue, OperatorNotInclude as TaOperatorNotInclude, OperatorRegex as TaOperatorRegex, OperatorTrue as TaOperatorTrue, OperatorUnequal as TaOperatorUnequal, ParallelFilter as TaParallelFilter, Parameter as TaParameter, Password as TaPassword, Pattern as TaPattern, PauseCircle as TaPauseCircle, Play as TaPlay, PlayCircle as TaPlayCircle, Plug as TaPlug, Private as TaPrivate, Processing as TaProcessing, Processing2 as TaProcessing2, Project as TaProject, ProjectMgr as TaProjectMgr, RelatedProp as TaRelatedProp, Rename as TaRename, Report as TaReport, ReportRemoval as TaReportRemoval, ResetPassword as TaResetPassword, Result as TaResult, RowsSm as TaRowsSm, SSpace as TaSSpace, Save as TaSave, Search as TaSearch, Send as TaSend, Server as TaServer, Setting as TaSetting, Share as TaShare, ShieldCheck as TaShieldCheck, ShieldCross as TaShieldCross, ShieldKeyhole as TaShieldKeyhole, Shop as TaShop, ShopFill as TaShopFill, Sort as TaSort, SortA2z as TaSortA2z, SortDownCl as TaSortDownCl, SortDrop as TaSortDrop, SortResult as TaSortResult, SortRise as TaSortRise, SortUpCl as TaSortUpCl, SortZ2a as TaSortZ2a, Space as TaSpace, SpaceOpen as TaSpaceOpen, Speed as TaSpeed, Split as TaSplit, Sql1 as TaSql1, Sql2 as TaSql2, Sql3 as TaSql3, StarFill as TaStarFill, StarOutline as TaStarOutline, Sticker as TaSticker, StickerFill as TaStickerFill, StringSm as TaStringSm, Subtract as TaSubtract, Subtract2 as TaSubtract2, Success as TaSuccess, SuccessFill as TaSuccessFill, SwapFill as TaSwapFill, SystemMgr as TaSystemMgr, SystemMsg as TaSystemMsg, TA2b as TaTA2b, TX2y as TaTX2y, Table1dtable as TaTable1dtable, TdLogo as TaTdLogo, TimeLock as TaTimeLock, TimeSm as TaTimeSm, Tracking as TaTracking, TriDown as TaTriDown, TriLeft as TaTriLeft, TriRight as TaTriRight, TriUp as TaTriUp, UGroup as TaUGroup, UGroupSm as TaUGroupSm, UPropMgr as TaUPropMgr, UPropertySm as TaUPropertySm, UTag as TaUTag, UTagSm as TaUTagSm, Unlink as TaUnlink, Update as TaUpdate, UpdateData as TaUpdateData, Upload as TaUpload, UploadId as TaUploadId, Usb as TaUsb, User1 as TaUser1, User1Fill as TaUser1Fill, User2 as TaUser2, UserAddFill as TaUserAddFill, UserSettings as TaUserSettings, Usertag as TaUsertag, VProperty as TaVProperty, VPropertySm as TaVPropertySm, ViewOriginal as TaViewOriginal, Vip as TaVip, VipFill as TaVipFill };
14804
+ export { Add1 as TaAdd1, Add2 as TaAdd2, Add3 as TaAdd3, Add3Fill as TaAdd3Fill, Alert as TaAlert, AllGroupSm as TaAllGroupSm, Analysis as TaAnalysis, Anchor as TaAnchor, Application as TaApplication, ArrayRowsSm as TaArrayRowsSm, ArrowDown as TaArrowDown, ArrowDown2 as TaArrowDown2, ArrowLeft as TaArrowLeft, ArrowLeft2 as TaArrowLeft2, ArrowLeftDown as TaArrowLeftDown, ArrowRight as TaArrowRight, ArrowRight2 as TaArrowRight2, ArrowUp as TaArrowUp, ArrowUp2 as TaArrowUp2, Ascent as TaAscent, AssetConvert as TaAssetConvert, Attribution as TaAttribution, Backup as TaBackup, Bell as TaBell, Book as TaBook, Book2 as TaBook2, Bookmark as TaBookmark, Bookmark2 as TaBookmark2, BooleanSm as TaBooleanSm, Calendar as TaCalendar, CalendarSm as TaCalendarSm, Card as TaCard, Cellphone as TaCellphone, ChartBar as TaChartBar, ChartBarTable as TaChartBarTable, ChartCombinedTable as TaChartCombinedTable, ChartComplex as TaChartComplex, ChartCum as TaChartCum, ChartDNRe as TaChartDNRe, ChartDRe as TaChartDRe, ChartDistTable as TaChartDistTable, ChartFieldlist as TaChartFieldlist, ChartFunnel as TaChartFunnel, ChartHistogram as TaChartHistogram, ChartInterval as TaChartInterval, ChartLine as TaChartLine, ChartLineTable as TaChartLineTable, ChartPie as TaChartPie, ChartSqltable as TaChartSqltable, ChartStack as TaChartStack, ChartStackPerc as TaChartStackPerc, ChartStackn as TaChartStackn, ChartTable as TaChartTable, Clock as TaClock, Close as TaClose, Code as TaCode, Comment as TaComment, Config as TaConfig, Contrast as TaContrast, Copy as TaCopy, Copy2 as TaCopy2, Cost as TaCost, Currency as TaCurrency, CustomPartition as TaCustomPartition, DArrowB as TaDArrowB, DArrowL as TaDArrowL, DArrowR as TaDArrowR, DArrowT as TaDArrowT, Dashboard as TaDashboard, DashboardMgr as TaDashboardMgr, Debug as TaDebug, Delete1 as TaDelete1, Delete2 as TaDelete2, Delete2Fill as TaDelete2Fill, Demo as TaDemo, Descent as TaDescent, Desktop as TaDesktop, Detail as TaDetail, DisplayS as TaDisplayS, Done as TaDone, Dot as TaDot, DoubleList as TaDoubleList, Download as TaDownload, Drag as TaDrag, Drag2 as TaDrag2, DropDown as TaDropDown, DropUp as TaDropUp, EPropertySm as TaEPropertySm, Earth as TaEarth, Edit as TaEdit, EditFill as TaEditFill, Education as TaEducation, EducationFill as TaEducationFill, Email as TaEmail, Error as TaError, Error2 as TaError2, Error2Fill as TaError2Fill, ErrorFill as TaErrorFill, EventMgr as TaEventMgr, EventPropMgr as TaEventPropMgr, EventSm as TaEventSm, EventTree as TaEventTree, Exchange as TaExchange, Export as TaExport, Exposure as TaExposure, Expression as TaExpression, Expression2 as TaExpression2, External as TaExternal, EyeOff as TaEyeOff, EyeOffFill as TaEyeOffFill, EyeOn as TaEyeOn, EyeOnFill as TaEyeOnFill, FileAdd as TaFileAdd, FileConvert as TaFileConvert, FileExport as TaFileExport, FileImport as TaFileImport, FileInfo as TaFileInfo, FileLock as TaFileLock, FileMove as TaFileMove, FilePdf as TaFilePdf, FileRemove as TaFileRemove, Filter as TaFilter, Filter2 as TaFilter2, FirstLast as TaFirstLast, Folder as TaFolder, FolderOpen as TaFolderOpen, Forewarning as TaForewarning, Format as TaFormat, FullDownload as TaFullDownload, Fullscreen as TaFullscreen, Game as TaGame, GameFill as TaGameFill, Gift as TaGift, Goal as TaGoal, Group as TaGroup, GroupA2b as TaGroupA2b, GroupAddFill as TaGroupAddFill, GroupAddSm as TaGroupAddSm, GroupFill as TaGroupFill, GroupFill2 as TaGroupFill2, Groups as TaGroups, Heart as TaHeart, Help as TaHelp, History as TaHistory, IdFreeze as TaIdFreeze, Import as TaImport, Index as TaIndex, Indicator as TaIndicator, IndicatorSm as TaIndicatorSm, Info as TaInfo, InfoFill as TaInfoFill, Landscape as TaLandscape, Language as TaLanguage, Link as TaLink, List as TaList, ListNested as TaListNested, ListSm as TaListSm, Live as TaLive, Location as TaLocation, LockClose as TaLockClose, LockCloseFill as TaLockCloseFill, LockOpen as TaLockOpen, LockOpenFill as TaLockOpenFill, LogoAndroidGray as TaLogoAndroidGray, LogoAppleGray as TaLogoAppleGray, LogoCurrencylayerCl as TaLogoCurrencylayerCl, LogoDingdingCl as TaLogoDingdingCl, LogoDingdingGray as TaLogoDingdingGray, LogoFeishuCl as TaLogoFeishuCl, LogoGarenaCl as TaLogoGarenaCl, LogoKingCl as TaLogoKingCl, LogoWechatCl as TaLogoWechatCl, LogoWechatGray as TaLogoWechatGray, LogoWecomCl as TaLogoWecomCl, LogoWecomGray as TaLogoWecomGray, LogoXiaomiCl as TaLogoXiaomiCl, Logout as TaLogout, MDistribution as TaMDistribution, MEvent as TaMEvent, MFlow as TaMFlow, MFunnel as TaMFunnel, MInterval as TaMInterval, MProperty as TaMProperty, MRetention as TaMRetention, MSql as TaMSql, MenuFold as TaMenuFold, MenuUnfold as TaMenuUnfold, MessageCenter as TaMessageCenter, Mfa as TaMfa, More1 as TaMore1, More2 as TaMore2, NumSm as TaNumSm, OperatorBigger as TaOperatorBigger, OperatorDivide as TaOperatorDivide, OperatorEqual as TaOperatorEqual, OperatorFalse as TaOperatorFalse, OperatorHasValue as TaOperatorHasValue, OperatorInclude as TaOperatorInclude, OperatorInside as TaOperatorInside, OperatorLess as TaOperatorLess, OperatorNoBigger as TaOperatorNoBigger, OperatorNoLess as TaOperatorNoLess, OperatorNoRegex as TaOperatorNoRegex, OperatorNoValue as TaOperatorNoValue, OperatorNotInclude as TaOperatorNotInclude, OperatorRegex as TaOperatorRegex, OperatorTrue as TaOperatorTrue, OperatorUnequal as TaOperatorUnequal, ParallelFilter as TaParallelFilter, Parameter as TaParameter, Password as TaPassword, Pattern as TaPattern, PauseCircle as TaPauseCircle, Play as TaPlay, PlayCircle as TaPlayCircle, Plug as TaPlug, Private as TaPrivate, Processing as TaProcessing, Processing2 as TaProcessing2, Project as TaProject, ProjectMgr as TaProjectMgr, RelatedProp as TaRelatedProp, Rename as TaRename, Report as TaReport, ReportRemoval as TaReportRemoval, ResetPassword as TaResetPassword, Result as TaResult, RowsSm as TaRowsSm, SSpace as TaSSpace, Save as TaSave, Search as TaSearch, Send as TaSend, Server as TaServer, Setting as TaSetting, Share as TaShare, ShieldCheck as TaShieldCheck, ShieldCross as TaShieldCross, ShieldKeyhole as TaShieldKeyhole, Shop as TaShop, ShopFill as TaShopFill, Sort as TaSort, SortA2z as TaSortA2z, SortDownCl as TaSortDownCl, SortDrop as TaSortDrop, SortResult as TaSortResult, SortRise as TaSortRise, SortUpCl as TaSortUpCl, SortZ2a as TaSortZ2a, Space as TaSpace, SpaceOpen as TaSpaceOpen, Speed as TaSpeed, Split as TaSplit, Sql1 as TaSql1, Sql2 as TaSql2, Sql3 as TaSql3, StarFill as TaStarFill, StarOutline as TaStarOutline, Sticker as TaSticker, StickerFill as TaStickerFill, StringSm as TaStringSm, Subtract as TaSubtract, Subtract2 as TaSubtract2, Success as TaSuccess, SuccessFill as TaSuccessFill, SwapFill as TaSwapFill, SystemMgr as TaSystemMgr, SystemMsg as TaSystemMsg, TA2b as TaTA2b, TX2y as TaTX2y, Table1dtable as TaTable1dtable, TdLogo as TaTdLogo, TimeLock as TaTimeLock, TimeSm as TaTimeSm, Tips as TaTips, Tracking as TaTracking, TriDown as TaTriDown, TriLeft as TaTriLeft, TriRight as TaTriRight, TriUp as TaTriUp, UGroup as TaUGroup, UGroupSm as TaUGroupSm, UPropMgr as TaUPropMgr, UPropertySm as TaUPropertySm, UTag as TaUTag, UTagSm as TaUTagSm, Unlink as TaUnlink, Update as TaUpdate, UpdateData as TaUpdateData, Upload as TaUpload, UploadId as TaUploadId, Usb as TaUsb, User1 as TaUser1, User1Fill as TaUser1Fill, User2 as TaUser2, UserAddFill as TaUserAddFill, UserSettings as TaUserSettings, Usertag as TaUsertag, VProperty as TaVProperty, VPropertySm as TaVPropertySm, ViewOriginal as TaViewOriginal, Vip as TaVip, VipFill as TaVipFill };