@tant/icons 1.1.56 → 1.1.68

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3832,7 +3832,7 @@ Gift.defaultProps = {
3832
3832
 
3833
3833
  var loadingCircleStyle$1c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3834
3834
 
3835
- var Usb = function Usb(props) {
3835
+ var Tips = function Tips(props) {
3836
3836
  var color = props.color,
3837
3837
  size = props.size,
3838
3838
  spin = props.spin,
@@ -3859,6 +3859,54 @@ var Usb = function Usb(props) {
3859
3859
  animationName: 'loadingCircle',
3860
3860
  animationTimingFunction: 'linear'
3861
3861
  } : {})
3862
+ }), /*#__PURE__*/React.createElement("path", {
3863
+ fillRule: "evenodd",
3864
+ clipRule: "evenodd",
3865
+ d: "M17 16.245V18a1 1 0 01-1 1H8a1 1 0 01-1-1v-1.755a8 8 0 1110 0zm-2-.96l.75-.6a6 6 0 10-7.498 0l.748.6V17h6v-1.715zM9 10a3 3 0 013-3V5a5 5 0 00-5 5h2zm7 12v-2H8v2h8z"
3866
+ })));
3867
+ };
3868
+
3869
+ Tips.propTypes = {
3870
+ iconClassName: PropTypes.string,
3871
+ spin: PropTypes.bool,
3872
+ color: PropTypes.string,
3873
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
3874
+ };
3875
+ Tips.defaultProps = {
3876
+ spin: false,
3877
+ color: 'currentColor',
3878
+ size: '16'
3879
+ };
3880
+
3881
+ var loadingCircleStyle$1d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3882
+
3883
+ var Usb = function Usb(props) {
3884
+ var color = props.color,
3885
+ size = props.size,
3886
+ spin = props.spin,
3887
+ style = props.style,
3888
+ className = props.className,
3889
+ iconClassName = props.iconClassName,
3890
+ otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className", "iconClassName"]);
3891
+
3892
+ return /*#__PURE__*/React.createElement("span", {
3893
+ className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3894
+ }, /*#__PURE__*/React.createElement("style", {
3895
+ children: loadingCircleStyle$1d
3896
+ }), /*#__PURE__*/React.createElement("svg", _extends({
3897
+ xmlns: "http://www.w3.org/2000/svg",
3898
+ width: size,
3899
+ height: size,
3900
+ viewBox: "0 0 24 24",
3901
+ fill: color
3902
+ }, otherProps, {
3903
+ className: iconClassName,
3904
+ style: _objectSpread2(_objectSpread2({}, style), spin ? {
3905
+ animationDuration: '1s',
3906
+ animationIterationCount: 'infinite',
3907
+ animationName: 'loadingCircle',
3908
+ animationTimingFunction: 'linear'
3909
+ } : {})
3862
3910
  }), /*#__PURE__*/React.createElement("path", {
3863
3911
  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"
3864
3912
  })));
@@ -3876,7 +3924,7 @@ Usb.defaultProps = {
3876
3924
  size: '16'
3877
3925
  };
3878
3926
 
3879
- 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 }';
3927
+ var loadingCircleStyle$1e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3880
3928
 
3881
3929
  var Location = function Location(props) {
3882
3930
  var color = props.color,
@@ -3890,7 +3938,7 @@ var Location = function Location(props) {
3890
3938
  return /*#__PURE__*/React.createElement("span", {
3891
3939
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3892
3940
  }, /*#__PURE__*/React.createElement("style", {
3893
- children: loadingCircleStyle$1d
3941
+ children: loadingCircleStyle$1e
3894
3942
  }), /*#__PURE__*/React.createElement("svg", _extends({
3895
3943
  xmlns: "http://www.w3.org/2000/svg",
3896
3944
  width: size,
@@ -3926,7 +3974,7 @@ Location.defaultProps = {
3926
3974
  size: '16'
3927
3975
  };
3928
3976
 
3929
- 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 }';
3977
+ var loadingCircleStyle$1f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3930
3978
 
3931
3979
  var ShieldCheck = function ShieldCheck(props) {
3932
3980
  var color = props.color,
@@ -3940,7 +3988,7 @@ var ShieldCheck = function ShieldCheck(props) {
3940
3988
  return /*#__PURE__*/React.createElement("span", {
3941
3989
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3942
3990
  }, /*#__PURE__*/React.createElement("style", {
3943
- children: loadingCircleStyle$1e
3991
+ children: loadingCircleStyle$1f
3944
3992
  }), /*#__PURE__*/React.createElement("svg", _extends({
3945
3993
  xmlns: "http://www.w3.org/2000/svg",
3946
3994
  width: size,
@@ -3972,7 +4020,7 @@ ShieldCheck.defaultProps = {
3972
4020
  size: '16'
3973
4021
  };
3974
4022
 
3975
- 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 }';
4023
+ var loadingCircleStyle$1g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
3976
4024
 
3977
4025
  var ShieldCross = function ShieldCross(props) {
3978
4026
  var color = props.color,
@@ -3986,7 +4034,7 @@ var ShieldCross = function ShieldCross(props) {
3986
4034
  return /*#__PURE__*/React.createElement("span", {
3987
4035
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
3988
4036
  }, /*#__PURE__*/React.createElement("style", {
3989
- children: loadingCircleStyle$1f
4037
+ children: loadingCircleStyle$1g
3990
4038
  }), /*#__PURE__*/React.createElement("svg", _extends({
3991
4039
  xmlns: "http://www.w3.org/2000/svg",
3992
4040
  width: size,
@@ -4018,7 +4066,7 @@ ShieldCross.defaultProps = {
4018
4066
  size: '16'
4019
4067
  };
4020
4068
 
4021
- 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 }';
4069
+ var loadingCircleStyle$1h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4022
4070
 
4023
4071
  var ShieldKeyhole = function ShieldKeyhole(props) {
4024
4072
  var color = props.color,
@@ -4032,7 +4080,7 @@ var ShieldKeyhole = function ShieldKeyhole(props) {
4032
4080
  return /*#__PURE__*/React.createElement("span", {
4033
4081
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4034
4082
  }, /*#__PURE__*/React.createElement("style", {
4035
- children: loadingCircleStyle$1g
4083
+ children: loadingCircleStyle$1h
4036
4084
  }), /*#__PURE__*/React.createElement("svg", _extends({
4037
4085
  xmlns: "http://www.w3.org/2000/svg",
4038
4086
  width: size,
@@ -4064,7 +4112,7 @@ ShieldKeyhole.defaultProps = {
4064
4112
  size: '16'
4065
4113
  };
4066
4114
 
4067
- 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 }';
4115
+ var loadingCircleStyle$1i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4068
4116
 
4069
4117
  var Analysis = function Analysis(props) {
4070
4118
  var color = props.color,
@@ -4078,7 +4126,7 @@ var Analysis = function Analysis(props) {
4078
4126
  return /*#__PURE__*/React.createElement("span", {
4079
4127
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4080
4128
  }, /*#__PURE__*/React.createElement("style", {
4081
- children: loadingCircleStyle$1h
4129
+ children: loadingCircleStyle$1i
4082
4130
  }), /*#__PURE__*/React.createElement("svg", _extends({
4083
4131
  xmlns: "http://www.w3.org/2000/svg",
4084
4132
  width: size,
@@ -4110,7 +4158,7 @@ Analysis.defaultProps = {
4110
4158
  size: '16'
4111
4159
  };
4112
4160
 
4113
- 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 }';
4161
+ var loadingCircleStyle$1j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4114
4162
 
4115
4163
  var Filter = function Filter(props) {
4116
4164
  var color = props.color,
@@ -4124,7 +4172,7 @@ var Filter = function Filter(props) {
4124
4172
  return /*#__PURE__*/React.createElement("span", {
4125
4173
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4126
4174
  }, /*#__PURE__*/React.createElement("style", {
4127
- children: loadingCircleStyle$1i
4175
+ children: loadingCircleStyle$1j
4128
4176
  }), /*#__PURE__*/React.createElement("svg", _extends({
4129
4177
  xmlns: "http://www.w3.org/2000/svg",
4130
4178
  width: size,
@@ -4156,7 +4204,7 @@ Filter.defaultProps = {
4156
4204
  size: '16'
4157
4205
  };
4158
4206
 
4159
- 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 }';
4207
+ var loadingCircleStyle$1k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4160
4208
 
4161
4209
  var Filter2 = function Filter2(props) {
4162
4210
  var color = props.color,
@@ -4170,7 +4218,7 @@ var Filter2 = function Filter2(props) {
4170
4218
  return /*#__PURE__*/React.createElement("span", {
4171
4219
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4172
4220
  }, /*#__PURE__*/React.createElement("style", {
4173
- children: loadingCircleStyle$1j
4221
+ children: loadingCircleStyle$1k
4174
4222
  }), /*#__PURE__*/React.createElement("svg", _extends({
4175
4223
  xmlns: "http://www.w3.org/2000/svg",
4176
4224
  width: size,
@@ -4202,7 +4250,7 @@ Filter2.defaultProps = {
4202
4250
  size: '16'
4203
4251
  };
4204
4252
 
4205
- var loadingCircleStyle$1k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4253
+ var loadingCircleStyle$1l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4206
4254
 
4207
4255
  var ParallelFilter = function ParallelFilter(props) {
4208
4256
  var color = props.color,
@@ -4216,7 +4264,7 @@ var ParallelFilter = function ParallelFilter(props) {
4216
4264
  return /*#__PURE__*/React.createElement("span", {
4217
4265
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4218
4266
  }, /*#__PURE__*/React.createElement("style", {
4219
- children: loadingCircleStyle$1k
4267
+ children: loadingCircleStyle$1l
4220
4268
  }), /*#__PURE__*/React.createElement("svg", _extends({
4221
4269
  xmlns: "http://www.w3.org/2000/svg",
4222
4270
  width: size,
@@ -4250,7 +4298,7 @@ ParallelFilter.defaultProps = {
4250
4298
  size: '16'
4251
4299
  };
4252
4300
 
4253
- var loadingCircleStyle$1l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4301
+ var loadingCircleStyle$1m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4254
4302
 
4255
4303
  var Expression = function Expression(props) {
4256
4304
  var color = props.color,
@@ -4264,7 +4312,7 @@ var Expression = function Expression(props) {
4264
4312
  return /*#__PURE__*/React.createElement("span", {
4265
4313
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4266
4314
  }, /*#__PURE__*/React.createElement("style", {
4267
- children: loadingCircleStyle$1l
4315
+ children: loadingCircleStyle$1m
4268
4316
  }), /*#__PURE__*/React.createElement("svg", _extends({
4269
4317
  xmlns: "http://www.w3.org/2000/svg",
4270
4318
  width: size,
@@ -4296,7 +4344,7 @@ Expression.defaultProps = {
4296
4344
  size: '16'
4297
4345
  };
4298
4346
 
4299
- var loadingCircleStyle$1m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4347
+ var loadingCircleStyle$1n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4300
4348
 
4301
4349
  var Expression2 = function Expression2(props) {
4302
4350
  var color = props.color,
@@ -4310,7 +4358,7 @@ var Expression2 = function Expression2(props) {
4310
4358
  return /*#__PURE__*/React.createElement("span", {
4311
4359
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4312
4360
  }, /*#__PURE__*/React.createElement("style", {
4313
- children: loadingCircleStyle$1m
4361
+ children: loadingCircleStyle$1n
4314
4362
  }), /*#__PURE__*/React.createElement("svg", _extends({
4315
4363
  xmlns: "http://www.w3.org/2000/svg",
4316
4364
  width: size,
@@ -4344,7 +4392,7 @@ Expression2.defaultProps = {
4344
4392
  size: '16'
4345
4393
  };
4346
4394
 
4347
- var loadingCircleStyle$1n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4395
+ var loadingCircleStyle$1o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4348
4396
 
4349
4397
  var FirstLast = function FirstLast(props) {
4350
4398
  var color = props.color,
@@ -4358,7 +4406,7 @@ var FirstLast = function FirstLast(props) {
4358
4406
  return /*#__PURE__*/React.createElement("span", {
4359
4407
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4360
4408
  }, /*#__PURE__*/React.createElement("style", {
4361
- children: loadingCircleStyle$1n
4409
+ children: loadingCircleStyle$1o
4362
4410
  }), /*#__PURE__*/React.createElement("svg", _extends({
4363
4411
  xmlns: "http://www.w3.org/2000/svg",
4364
4412
  width: size,
@@ -4390,7 +4438,7 @@ FirstLast.defaultProps = {
4390
4438
  size: '16'
4391
4439
  };
4392
4440
 
4393
- 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 }';
4441
+ var loadingCircleStyle$1p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4394
4442
 
4395
4443
  var RelatedProp = function RelatedProp(props) {
4396
4444
  var color = props.color,
@@ -4404,7 +4452,7 @@ var RelatedProp = function RelatedProp(props) {
4404
4452
  return /*#__PURE__*/React.createElement("span", {
4405
4453
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4406
4454
  }, /*#__PURE__*/React.createElement("style", {
4407
- children: loadingCircleStyle$1o
4455
+ children: loadingCircleStyle$1p
4408
4456
  }), /*#__PURE__*/React.createElement("svg", _extends({
4409
4457
  xmlns: "http://www.w3.org/2000/svg",
4410
4458
  width: size,
@@ -4436,7 +4484,7 @@ RelatedProp.defaultProps = {
4436
4484
  size: '16'
4437
4485
  };
4438
4486
 
4439
- 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 }';
4487
+ var loadingCircleStyle$1q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4440
4488
 
4441
4489
  var SortRise = function SortRise(props) {
4442
4490
  var color = props.color,
@@ -4450,7 +4498,7 @@ var SortRise = function SortRise(props) {
4450
4498
  return /*#__PURE__*/React.createElement("span", {
4451
4499
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4452
4500
  }, /*#__PURE__*/React.createElement("style", {
4453
- children: loadingCircleStyle$1p
4501
+ children: loadingCircleStyle$1q
4454
4502
  }), /*#__PURE__*/React.createElement("svg", _extends({
4455
4503
  xmlns: "http://www.w3.org/2000/svg",
4456
4504
  width: size,
@@ -4486,7 +4534,7 @@ SortRise.defaultProps = {
4486
4534
  size: '16'
4487
4535
  };
4488
4536
 
4489
- 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 }';
4537
+ var loadingCircleStyle$1r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4490
4538
 
4491
4539
  var SortDrop = function SortDrop(props) {
4492
4540
  var color = props.color,
@@ -4500,7 +4548,7 @@ var SortDrop = function SortDrop(props) {
4500
4548
  return /*#__PURE__*/React.createElement("span", {
4501
4549
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4502
4550
  }, /*#__PURE__*/React.createElement("style", {
4503
- children: loadingCircleStyle$1q
4551
+ children: loadingCircleStyle$1r
4504
4552
  }), /*#__PURE__*/React.createElement("svg", _extends({
4505
4553
  xmlns: "http://www.w3.org/2000/svg",
4506
4554
  width: size,
@@ -4536,7 +4584,7 @@ SortDrop.defaultProps = {
4536
4584
  size: '16'
4537
4585
  };
4538
4586
 
4539
- 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 }';
4587
+ var loadingCircleStyle$1s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4540
4588
 
4541
4589
  var Ascent = function Ascent(props) {
4542
4590
  var color = props.color,
@@ -4550,7 +4598,7 @@ var Ascent = function Ascent(props) {
4550
4598
  return /*#__PURE__*/React.createElement("span", {
4551
4599
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4552
4600
  }, /*#__PURE__*/React.createElement("style", {
4553
- children: loadingCircleStyle$1r
4601
+ children: loadingCircleStyle$1s
4554
4602
  }), /*#__PURE__*/React.createElement("svg", _extends({
4555
4603
  xmlns: "http://www.w3.org/2000/svg",
4556
4604
  width: size,
@@ -4582,7 +4630,7 @@ Ascent.defaultProps = {
4582
4630
  size: '16'
4583
4631
  };
4584
4632
 
4585
- 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 }';
4633
+ var loadingCircleStyle$1t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4586
4634
 
4587
4635
  var Descent = function Descent(props) {
4588
4636
  var color = props.color,
@@ -4596,7 +4644,7 @@ var Descent = function Descent(props) {
4596
4644
  return /*#__PURE__*/React.createElement("span", {
4597
4645
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4598
4646
  }, /*#__PURE__*/React.createElement("style", {
4599
- children: loadingCircleStyle$1s
4647
+ children: loadingCircleStyle$1t
4600
4648
  }), /*#__PURE__*/React.createElement("svg", _extends({
4601
4649
  xmlns: "http://www.w3.org/2000/svg",
4602
4650
  width: size,
@@ -4628,7 +4676,7 @@ Descent.defaultProps = {
4628
4676
  size: '16'
4629
4677
  };
4630
4678
 
4631
- 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 }';
4679
+ var loadingCircleStyle$1u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4632
4680
 
4633
4681
  var SortA2z = function SortA2z(props) {
4634
4682
  var color = props.color,
@@ -4642,7 +4690,7 @@ var SortA2z = function SortA2z(props) {
4642
4690
  return /*#__PURE__*/React.createElement("span", {
4643
4691
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4644
4692
  }, /*#__PURE__*/React.createElement("style", {
4645
- children: loadingCircleStyle$1t
4693
+ children: loadingCircleStyle$1u
4646
4694
  }), /*#__PURE__*/React.createElement("svg", _extends({
4647
4695
  xmlns: "http://www.w3.org/2000/svg",
4648
4696
  width: size,
@@ -4660,19 +4708,11 @@ var SortA2z = function SortA2z(props) {
4660
4708
  }), /*#__PURE__*/React.createElement("path", {
4661
4709
  fillRule: "evenodd",
4662
4710
  clipRule: "evenodd",
4663
- d: "M18 2a1 1 0 011 1v17a1 1 0 11-2 0V3a1 1 0 011-1z"
4664
- }), /*#__PURE__*/React.createElement("path", {
4665
- fillRule: "evenodd",
4666
- clipRule: "evenodd",
4667
- d: "M13.707 16.293a1 1 0 011.414 0l3.586 3.586a1 1 0 01-1.414 1.414l-3.586-3.586a1 1 0 010-1.414z"
4668
- }), /*#__PURE__*/React.createElement("path", {
4669
- fillRule: "evenodd",
4670
- clipRule: "evenodd",
4671
- d: "M22.293 16.293a1 1 0 00-1.414 0l-3.586 3.586a1 1 0 001.414 1.414l3.586-3.586a1 1 0 000-1.414z"
4672
- }), /*#__PURE__*/React.createElement("path", {
4673
4711
  d: "M6.736 2L10 10H8.611l-.795-2.062H4.172L3.377 10H2l3.264-8h1.472zm.688 4.93l-1.4-3.62h-.048L4.564 6.93h2.86z"
4674
4712
  }), /*#__PURE__*/React.createElement("path", {
4675
- d: "M2.859 13h6.354v1.097l-5.014 6.73H9.5V22h-7v-1.084l5.026-6.744H2.859V13z"
4713
+ d: "M18 2a1 1 0 011 1v15.172l1.879-1.88a1 1 0 011.414 1.415l-3.574 3.574-.012.012a.997.997 0 01-1.414 0l-.012-.012-3.574-3.574a1 1 0 011.414-1.414L17 18.172V3a1 1 0 011-1z"
4714
+ }), /*#__PURE__*/React.createElement("path", {
4715
+ d: "M9.213 13H2.859v1.172h4.667L2.5 20.916V22h7v-1.172H4.2l5.013-6.731V13z"
4676
4716
  })));
4677
4717
  };
4678
4718
 
@@ -4688,7 +4728,7 @@ SortA2z.defaultProps = {
4688
4728
  size: '16'
4689
4729
  };
4690
4730
 
4691
- 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 }';
4731
+ 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 }';
4692
4732
 
4693
4733
  var SortZ2a = function SortZ2a(props) {
4694
4734
  var color = props.color,
@@ -4702,7 +4742,7 @@ var SortZ2a = function SortZ2a(props) {
4702
4742
  return /*#__PURE__*/React.createElement("span", {
4703
4743
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4704
4744
  }, /*#__PURE__*/React.createElement("style", {
4705
- children: loadingCircleStyle$1u
4745
+ children: loadingCircleStyle$1v
4706
4746
  }), /*#__PURE__*/React.createElement("svg", _extends({
4707
4747
  xmlns: "http://www.w3.org/2000/svg",
4708
4748
  width: size,
@@ -4720,19 +4760,7 @@ var SortZ2a = function SortZ2a(props) {
4720
4760
  }), /*#__PURE__*/React.createElement("path", {
4721
4761
  fillRule: "evenodd",
4722
4762
  clipRule: "evenodd",
4723
- d: "M18 22a1 1 0 01-1-1V4a1 1 0 112 0v17a1 1 0 01-1 1z"
4724
- }), /*#__PURE__*/React.createElement("path", {
4725
- fillRule: "evenodd",
4726
- clipRule: "evenodd",
4727
- d: "M22.293 7.707a1 1 0 01-1.414 0l-3.586-3.586a1 1 0 011.414-1.414l3.586 3.586a1 1 0 010 1.414z"
4728
- }), /*#__PURE__*/React.createElement("path", {
4729
- fillRule: "evenodd",
4730
- clipRule: "evenodd",
4731
- d: "M13.707 7.707a1 1 0 001.414 0l3.586-3.586a1 1 0 00-1.414-1.414l-3.586 3.586a1 1 0 000 1.414z"
4732
- }), /*#__PURE__*/React.createElement("path", {
4733
- d: "M6.736 2L10 10H8.611l-.795-2.062H4.172L3.377 10H2l3.264-8h1.472zm.688 4.93l-1.4-3.62h-.048L4.564 6.93h2.86z"
4734
- }), /*#__PURE__*/React.createElement("path", {
4735
- d: "M2.859 13h6.354v1.097l-5.014 6.73H9.5V22h-7v-1.084l5.026-6.744H2.859V13z"
4763
+ d: "M6.736 2L10 10H8.611l-.795-2.062H4.172L3.377 10H2l3.264-8h1.472zm.688 4.93l-1.4-3.62h-.048L4.564 6.93h2.86zm7.697.777a1 1 0 11-1.414-1.414l3.574-3.574.012-.012a.997.997 0 011.414 0l.012.012 3.574 3.574a1 1 0 01-1.414 1.414L19 5.828V21a1 1 0 11-2 0V5.828l-1.879 1.88zM9.213 13H2.859v1.172h4.667L2.5 20.916V22h7v-1.172H4.2l5.013-6.731V13z"
4736
4764
  })));
4737
4765
  };
4738
4766
 
@@ -4748,7 +4776,7 @@ SortZ2a.defaultProps = {
4748
4776
  size: '16'
4749
4777
  };
4750
4778
 
4751
- 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 }';
4779
+ 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 }';
4752
4780
 
4753
4781
  var Sort = function Sort(props) {
4754
4782
  var color = props.color,
@@ -4762,7 +4790,7 @@ var Sort = function Sort(props) {
4762
4790
  return /*#__PURE__*/React.createElement("span", {
4763
4791
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4764
4792
  }, /*#__PURE__*/React.createElement("style", {
4765
- children: loadingCircleStyle$1v
4793
+ children: loadingCircleStyle$1w
4766
4794
  }), /*#__PURE__*/React.createElement("svg", _extends({
4767
4795
  xmlns: "http://www.w3.org/2000/svg",
4768
4796
  width: size,
@@ -4794,7 +4822,7 @@ Sort.defaultProps = {
4794
4822
  size: '16'
4795
4823
  };
4796
4824
 
4797
- 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 }';
4825
+ 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 }';
4798
4826
 
4799
4827
  var SortResult = function SortResult(props) {
4800
4828
  var color = props.color,
@@ -4808,7 +4836,7 @@ var SortResult = function SortResult(props) {
4808
4836
  return /*#__PURE__*/React.createElement("span", {
4809
4837
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4810
4838
  }, /*#__PURE__*/React.createElement("style", {
4811
- children: loadingCircleStyle$1w
4839
+ children: loadingCircleStyle$1x
4812
4840
  }), /*#__PURE__*/React.createElement("svg", _extends({
4813
4841
  xmlns: "http://www.w3.org/2000/svg",
4814
4842
  width: size,
@@ -4846,7 +4874,7 @@ SortResult.defaultProps = {
4846
4874
  size: '16'
4847
4875
  };
4848
4876
 
4849
- 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 }';
4877
+ var loadingCircleStyle$1y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
4850
4878
 
4851
4879
  var TA2b = function TA2b(props) {
4852
4880
  var color = props.color,
@@ -4860,7 +4888,7 @@ var TA2b = function TA2b(props) {
4860
4888
  return /*#__PURE__*/React.createElement("span", {
4861
4889
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4862
4890
  }, /*#__PURE__*/React.createElement("style", {
4863
- children: loadingCircleStyle$1x
4891
+ children: loadingCircleStyle$1y
4864
4892
  }), /*#__PURE__*/React.createElement("svg", _extends({
4865
4893
  xmlns: "http://www.w3.org/2000/svg",
4866
4894
  width: size,
@@ -4892,7 +4920,7 @@ TA2b.defaultProps = {
4892
4920
  size: '16'
4893
4921
  };
4894
4922
 
4895
- 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 }';
4923
+ 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 }';
4896
4924
 
4897
4925
  var TX2y = function TX2y(props) {
4898
4926
  var color = props.color,
@@ -4906,7 +4934,7 @@ var TX2y = function TX2y(props) {
4906
4934
  return /*#__PURE__*/React.createElement("span", {
4907
4935
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4908
4936
  }, /*#__PURE__*/React.createElement("style", {
4909
- children: loadingCircleStyle$1y
4937
+ children: loadingCircleStyle$1z
4910
4938
  }), /*#__PURE__*/React.createElement("svg", _extends({
4911
4939
  xmlns: "http://www.w3.org/2000/svg",
4912
4940
  width: size,
@@ -4942,7 +4970,7 @@ TX2y.defaultProps = {
4942
4970
  size: '16'
4943
4971
  };
4944
4972
 
4945
- 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 }';
4973
+ 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 }';
4946
4974
 
4947
4975
  var Parameter = function Parameter(props) {
4948
4976
  var color = props.color,
@@ -4956,7 +4984,7 @@ var Parameter = function Parameter(props) {
4956
4984
  return /*#__PURE__*/React.createElement("span", {
4957
4985
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4958
4986
  }, /*#__PURE__*/React.createElement("style", {
4959
- children: loadingCircleStyle$1z
4987
+ children: loadingCircleStyle$1A
4960
4988
  }), /*#__PURE__*/React.createElement("svg", _extends({
4961
4989
  xmlns: "http://www.w3.org/2000/svg",
4962
4990
  width: size,
@@ -4994,7 +5022,7 @@ Parameter.defaultProps = {
4994
5022
  size: '16'
4995
5023
  };
4996
5024
 
4997
- 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 }';
5025
+ 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 }';
4998
5026
 
4999
5027
  var Groups = function Groups(props) {
5000
5028
  var color = props.color,
@@ -5008,7 +5036,7 @@ var Groups = function Groups(props) {
5008
5036
  return /*#__PURE__*/React.createElement("span", {
5009
5037
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5010
5038
  }, /*#__PURE__*/React.createElement("style", {
5011
- children: loadingCircleStyle$1A
5039
+ children: loadingCircleStyle$1B
5012
5040
  }), /*#__PURE__*/React.createElement("svg", _extends({
5013
5041
  xmlns: "http://www.w3.org/2000/svg",
5014
5042
  width: size,
@@ -5040,7 +5068,7 @@ Groups.defaultProps = {
5040
5068
  size: '16'
5041
5069
  };
5042
5070
 
5043
- 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 }';
5071
+ 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 }';
5044
5072
 
5045
5073
  var EventTree = function EventTree(props) {
5046
5074
  var color = props.color,
@@ -5054,7 +5082,7 @@ var EventTree = function EventTree(props) {
5054
5082
  return /*#__PURE__*/React.createElement("span", {
5055
5083
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5056
5084
  }, /*#__PURE__*/React.createElement("style", {
5057
- children: loadingCircleStyle$1B
5085
+ children: loadingCircleStyle$1C
5058
5086
  }), /*#__PURE__*/React.createElement("svg", _extends({
5059
5087
  xmlns: "http://www.w3.org/2000/svg",
5060
5088
  width: size,
@@ -5086,7 +5114,7 @@ EventTree.defaultProps = {
5086
5114
  size: '16'
5087
5115
  };
5088
5116
 
5089
- 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 }';
5117
+ 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 }';
5090
5118
 
5091
5119
  var Split = function Split(props) {
5092
5120
  var color = props.color,
@@ -5100,7 +5128,7 @@ var Split = function Split(props) {
5100
5128
  return /*#__PURE__*/React.createElement("span", {
5101
5129
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5102
5130
  }, /*#__PURE__*/React.createElement("style", {
5103
- children: loadingCircleStyle$1C
5131
+ children: loadingCircleStyle$1D
5104
5132
  }), /*#__PURE__*/React.createElement("svg", _extends({
5105
5133
  xmlns: "http://www.w3.org/2000/svg",
5106
5134
  width: size,
@@ -5132,7 +5160,7 @@ Split.defaultProps = {
5132
5160
  size: '16'
5133
5161
  };
5134
5162
 
5135
- 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 }';
5163
+ var loadingCircleStyle$1E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5136
5164
 
5137
5165
  var CustomPartition = function CustomPartition(props) {
5138
5166
  var color = props.color,
@@ -5146,7 +5174,7 @@ var CustomPartition = function CustomPartition(props) {
5146
5174
  return /*#__PURE__*/React.createElement("span", {
5147
5175
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5148
5176
  }, /*#__PURE__*/React.createElement("style", {
5149
- children: loadingCircleStyle$1D
5177
+ children: loadingCircleStyle$1E
5150
5178
  }), /*#__PURE__*/React.createElement("svg", _extends({
5151
5179
  xmlns: "http://www.w3.org/2000/svg",
5152
5180
  width: size,
@@ -5178,7 +5206,7 @@ CustomPartition.defaultProps = {
5178
5206
  size: '16'
5179
5207
  };
5180
5208
 
5181
- 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 }';
5209
+ 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 }';
5182
5210
 
5183
5211
  var Result = function Result(props) {
5184
5212
  var color = props.color,
@@ -5192,7 +5220,7 @@ var Result = function Result(props) {
5192
5220
  return /*#__PURE__*/React.createElement("span", {
5193
5221
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5194
5222
  }, /*#__PURE__*/React.createElement("style", {
5195
- children: loadingCircleStyle$1E
5223
+ children: loadingCircleStyle$1F
5196
5224
  }), /*#__PURE__*/React.createElement("svg", _extends({
5197
5225
  xmlns: "http://www.w3.org/2000/svg",
5198
5226
  width: size,
@@ -5228,7 +5256,7 @@ Result.defaultProps = {
5228
5256
  size: '16'
5229
5257
  };
5230
5258
 
5231
- 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 }';
5259
+ 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 }';
5232
5260
 
5233
5261
  var Alert = function Alert(props) {
5234
5262
  var color = props.color,
@@ -5242,7 +5270,7 @@ var Alert = function Alert(props) {
5242
5270
  return /*#__PURE__*/React.createElement("span", {
5243
5271
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5244
5272
  }, /*#__PURE__*/React.createElement("style", {
5245
- children: loadingCircleStyle$1F
5273
+ children: loadingCircleStyle$1G
5246
5274
  }), /*#__PURE__*/React.createElement("svg", _extends({
5247
5275
  xmlns: "http://www.w3.org/2000/svg",
5248
5276
  width: size,
@@ -5276,7 +5304,7 @@ Alert.defaultProps = {
5276
5304
  size: '16'
5277
5305
  };
5278
5306
 
5279
- var loadingCircleStyle$1G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5307
+ 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 }';
5280
5308
 
5281
5309
  var ViewOriginal = function ViewOriginal(props) {
5282
5310
  var color = props.color,
@@ -5290,7 +5318,7 @@ var ViewOriginal = function ViewOriginal(props) {
5290
5318
  return /*#__PURE__*/React.createElement("span", {
5291
5319
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5292
5320
  }, /*#__PURE__*/React.createElement("style", {
5293
- children: loadingCircleStyle$1G
5321
+ children: loadingCircleStyle$1H
5294
5322
  }), /*#__PURE__*/React.createElement("svg", _extends({
5295
5323
  xmlns: "http://www.w3.org/2000/svg",
5296
5324
  width: size,
@@ -5329,7 +5357,7 @@ ViewOriginal.defaultProps = {
5329
5357
  size: '16'
5330
5358
  };
5331
5359
 
5332
- 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 }';
5360
+ 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 }';
5333
5361
 
5334
5362
  var Attribution = function Attribution(props) {
5335
5363
  var color = props.color,
@@ -5343,7 +5371,7 @@ var Attribution = function Attribution(props) {
5343
5371
  return /*#__PURE__*/React.createElement("span", {
5344
5372
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5345
5373
  }, /*#__PURE__*/React.createElement("style", {
5346
- children: loadingCircleStyle$1H
5374
+ children: loadingCircleStyle$1I
5347
5375
  }), /*#__PURE__*/React.createElement("svg", _extends({
5348
5376
  xmlns: "http://www.w3.org/2000/svg",
5349
5377
  width: size,
@@ -5377,7 +5405,7 @@ Attribution.defaultProps = {
5377
5405
  size: '16'
5378
5406
  };
5379
5407
 
5380
- var loadingCircleStyle$1I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5408
+ 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 }';
5381
5409
 
5382
5410
  var Cost = function Cost(props) {
5383
5411
  var color = props.color,
@@ -5391,7 +5419,7 @@ var Cost = function Cost(props) {
5391
5419
  return /*#__PURE__*/React.createElement("span", {
5392
5420
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5393
5421
  }, /*#__PURE__*/React.createElement("style", {
5394
- children: loadingCircleStyle$1I
5422
+ children: loadingCircleStyle$1J
5395
5423
  }), /*#__PURE__*/React.createElement("svg", _extends({
5396
5424
  xmlns: "http://www.w3.org/2000/svg",
5397
5425
  width: size,
@@ -5423,7 +5451,7 @@ Cost.defaultProps = {
5423
5451
  size: '16'
5424
5452
  };
5425
5453
 
5426
- 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 }';
5454
+ 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 }';
5427
5455
 
5428
5456
  var Exposure = function Exposure(props) {
5429
5457
  var color = props.color,
@@ -5437,7 +5465,7 @@ var Exposure = function Exposure(props) {
5437
5465
  return /*#__PURE__*/React.createElement("span", {
5438
5466
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5439
5467
  }, /*#__PURE__*/React.createElement("style", {
5440
- children: loadingCircleStyle$1J
5468
+ children: loadingCircleStyle$1K
5441
5469
  }), /*#__PURE__*/React.createElement("svg", _extends({
5442
5470
  xmlns: "http://www.w3.org/2000/svg",
5443
5471
  width: size,
@@ -5469,7 +5497,7 @@ Exposure.defaultProps = {
5469
5497
  size: '16'
5470
5498
  };
5471
5499
 
5472
- 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 }';
5500
+ 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 }';
5473
5501
 
5474
5502
  var Indicator = function Indicator(props) {
5475
5503
  var color = props.color,
@@ -5483,7 +5511,7 @@ var Indicator = function Indicator(props) {
5483
5511
  return /*#__PURE__*/React.createElement("span", {
5484
5512
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5485
5513
  }, /*#__PURE__*/React.createElement("style", {
5486
- children: loadingCircleStyle$1K
5514
+ children: loadingCircleStyle$1L
5487
5515
  }), /*#__PURE__*/React.createElement("svg", _extends({
5488
5516
  xmlns: "http://www.w3.org/2000/svg",
5489
5517
  width: size,
@@ -5517,7 +5545,7 @@ Indicator.defaultProps = {
5517
5545
  size: '16'
5518
5546
  };
5519
5547
 
5520
- var loadingCircleStyle$1L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5548
+ 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 }';
5521
5549
 
5522
5550
  var Currency = function Currency(props) {
5523
5551
  var color = props.color,
@@ -5531,7 +5559,7 @@ var Currency = function Currency(props) {
5531
5559
  return /*#__PURE__*/React.createElement("span", {
5532
5560
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5533
5561
  }, /*#__PURE__*/React.createElement("style", {
5534
- children: loadingCircleStyle$1L
5562
+ children: loadingCircleStyle$1M
5535
5563
  }), /*#__PURE__*/React.createElement("svg", _extends({
5536
5564
  xmlns: "http://www.w3.org/2000/svg",
5537
5565
  width: size,
@@ -5563,7 +5591,7 @@ Currency.defaultProps = {
5563
5591
  size: '16'
5564
5592
  };
5565
5593
 
5566
- 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 }';
5594
+ 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 }';
5567
5595
 
5568
5596
  var Contrast = function Contrast(props) {
5569
5597
  var color = props.color,
@@ -5577,7 +5605,7 @@ var Contrast = function Contrast(props) {
5577
5605
  return /*#__PURE__*/React.createElement("span", {
5578
5606
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5579
5607
  }, /*#__PURE__*/React.createElement("style", {
5580
- children: loadingCircleStyle$1M
5608
+ children: loadingCircleStyle$1N
5581
5609
  }), /*#__PURE__*/React.createElement("svg", _extends({
5582
5610
  xmlns: "http://www.w3.org/2000/svg",
5583
5611
  width: size,
@@ -5611,9 +5639,9 @@ Contrast.defaultProps = {
5611
5639
  size: '16'
5612
5640
  };
5613
5641
 
5614
- var loadingCircleStyle$1N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
5642
+ 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 }';
5615
5643
 
5616
- var SortUpCl = function SortUpCl(props) {
5644
+ var Index = function Index(props) {
5617
5645
  var color = props.color,
5618
5646
  size = props.size,
5619
5647
  spin = props.spin,
@@ -5625,7 +5653,7 @@ var SortUpCl = function SortUpCl(props) {
5625
5653
  return /*#__PURE__*/React.createElement("span", {
5626
5654
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5627
5655
  }, /*#__PURE__*/React.createElement("style", {
5628
- children: loadingCircleStyle$1N
5656
+ children: loadingCircleStyle$1O
5629
5657
  }), /*#__PURE__*/React.createElement("svg", _extends({
5630
5658
  xmlns: "http://www.w3.org/2000/svg",
5631
5659
  width: size,
@@ -5641,58 +5669,35 @@ var SortUpCl = function SortUpCl(props) {
5641
5669
  animationTimingFunction: 'linear'
5642
5670
  } : {})
5643
5671
  }), /*#__PURE__*/React.createElement("path", {
5644
- fillRule: "evenodd",
5645
- clipRule: "evenodd",
5646
- d: "M9 5a1 1 0 01-1 1H3a1 1 0 110-2h5a1 1 0 011 1z",
5647
- fill: "#747C94"
5672
+ d: "M18 4H7v2h11V4z"
5648
5673
  }), /*#__PURE__*/React.createElement("path", {
5649
- fillRule: "evenodd",
5650
- clipRule: "evenodd",
5651
- d: "M15 20a1 1 0 01-1 1H3a1 1 0 110-2h11a1 1 0 011 1z",
5652
- fill: "#747C94"
5674
+ d: "M7 11h14v2H7v-2z"
5653
5675
  }), /*#__PURE__*/React.createElement("path", {
5654
- fillRule: "evenodd",
5655
- clipRule: "evenodd",
5656
- d: "M13 15a1 1 0 01-1 1H3a1 1 0 110-2h9a1 1 0 011 1z",
5657
- fill: "#747C94"
5676
+ d: "M7 18h7v2H7v-2z"
5658
5677
  }), /*#__PURE__*/React.createElement("path", {
5659
- fillRule: "evenodd",
5660
- clipRule: "evenodd",
5661
- d: "M11 10a1 1 0 01-1 1H3a1 1 0 110-2h7a1 1 0 011 1z",
5662
- fill: "#747C94"
5678
+ d: "M5 4H3v2h2V4z"
5663
5679
  }), /*#__PURE__*/React.createElement("path", {
5664
- fillRule: "evenodd",
5665
- clipRule: "evenodd",
5666
- d: "M18 22a1 1 0 01-1-1V4a1 1 0 112 0v17a1 1 0 01-1 1z",
5667
- fill: "#747C94"
5668
- }), /*#__PURE__*/React.createElement("path", {
5669
- fillRule: "evenodd",
5670
- clipRule: "evenodd",
5671
- d: "M22.293 7.707a1 1 0 01-1.414 0l-3.586-3.586a1 1 0 011.414-1.414l3.586 3.586a1 1 0 010 1.414z",
5672
- fill: "#747C94"
5680
+ d: "M5 18H3v2h2v-2z"
5673
5681
  }), /*#__PURE__*/React.createElement("path", {
5674
- fillRule: "evenodd",
5675
- clipRule: "evenodd",
5676
- d: "M13.707 7.707a1 1 0 001.414 0l3.586-3.586a1 1 0 00-1.414-1.414l-3.586 3.586a1 1 0 000 1.414z",
5677
- fill: "#747C94"
5682
+ d: "M5 11H3v2h2v-2z"
5678
5683
  })));
5679
5684
  };
5680
5685
 
5681
- SortUpCl.propTypes = {
5686
+ Index.propTypes = {
5682
5687
  iconClassName: PropTypes.string,
5683
5688
  spin: PropTypes.bool,
5684
5689
  color: PropTypes.string,
5685
5690
  size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
5686
5691
  };
5687
- SortUpCl.defaultProps = {
5692
+ Index.defaultProps = {
5688
5693
  spin: false,
5689
5694
  color: 'currentColor',
5690
5695
  size: '16'
5691
5696
  };
5692
5697
 
5693
- 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 }';
5698
+ 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 }';
5694
5699
 
5695
- var SortDownCl = function SortDownCl(props) {
5700
+ var SortUp = function SortUp(props) {
5696
5701
  var color = props.color,
5697
5702
  size = props.size,
5698
5703
  spin = props.spin,
@@ -5704,7 +5709,7 @@ var SortDownCl = function SortDownCl(props) {
5704
5709
  return /*#__PURE__*/React.createElement("span", {
5705
5710
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5706
5711
  }, /*#__PURE__*/React.createElement("style", {
5707
- children: loadingCircleStyle$1O
5712
+ children: loadingCircleStyle$1P
5708
5713
  }), /*#__PURE__*/React.createElement("svg", _extends({
5709
5714
  xmlns: "http://www.w3.org/2000/svg",
5710
5715
  width: size,
@@ -5720,56 +5725,85 @@ var SortDownCl = function SortDownCl(props) {
5720
5725
  animationTimingFunction: 'linear'
5721
5726
  } : {})
5722
5727
  }), /*#__PURE__*/React.createElement("path", {
5723
- fillRule: "evenodd",
5724
- clipRule: "evenodd",
5725
- d: "M18 2a1 1 0 011 1v17a1 1 0 11-2 0V3a1 1 0 011-1z",
5726
- fill: "#747C94"
5728
+ d: "M17 21a1 1 0 102 0V5.828l1.879 1.88a1 1 0 101.414-1.415l-3.574-3.574a.997.997 0 00-1.437 0l-3.575 3.574a1 1 0 001.414 1.414L17 5.828V21z"
5727
5729
  }), /*#__PURE__*/React.createElement("path", {
5728
- fillRule: "evenodd",
5729
- clipRule: "evenodd",
5730
- d: "M13.707 16.293a1 1 0 011.414 0l3.586 3.586a1 1 0 01-1.414 1.414l-3.586-3.586a1 1 0 010-1.414z",
5731
- fill: "#747C94"
5730
+ d: "M15 20a1 1 0 01-1 1H3a1 1 0 110-2h11a1 1 0 011 1z"
5732
5731
  }), /*#__PURE__*/React.createElement("path", {
5733
- fillRule: "evenodd",
5734
- clipRule: "evenodd",
5735
- d: "M22.293 16.293a1 1 0 00-1.414 0l-3.586 3.586a1 1 0 001.414 1.414l3.586-3.586a1 1 0 000-1.414z",
5736
- fill: "#747C94"
5732
+ d: "M9 5a1 1 0 01-1 1H3a1 1 0 010-2h5a1 1 0 011 1z"
5737
5733
  }), /*#__PURE__*/React.createElement("path", {
5738
- fillRule: "evenodd",
5739
- clipRule: "evenodd",
5740
- d: "M2 4a1 1 0 011-1h11a1 1 0 110 2H3a1 1 0 01-1-1z",
5741
- fill: "#747C94"
5734
+ d: "M12 16a1 1 0 100-2H3a1 1 0 100 2h9z"
5742
5735
  }), /*#__PURE__*/React.createElement("path", {
5743
- fillRule: "evenodd",
5744
- clipRule: "evenodd",
5745
- d: "M2 9a1 1 0 011-1h9a1 1 0 110 2H3a1 1 0 01-1-1z",
5746
- fill: "#747C94"
5736
+ d: "M11 10a1 1 0 01-1 1H3a1 1 0 110-2h7a1 1 0 011 1z"
5737
+ })));
5738
+ };
5739
+
5740
+ SortUp.propTypes = {
5741
+ iconClassName: PropTypes.string,
5742
+ spin: PropTypes.bool,
5743
+ color: PropTypes.string,
5744
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
5745
+ };
5746
+ SortUp.defaultProps = {
5747
+ spin: false,
5748
+ color: 'currentColor',
5749
+ size: '16'
5750
+ };
5751
+
5752
+ 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 }';
5753
+
5754
+ var SortDown = function SortDown(props) {
5755
+ var color = props.color,
5756
+ size = props.size,
5757
+ spin = props.spin,
5758
+ style = props.style,
5759
+ className = props.className,
5760
+ iconClassName = props.iconClassName,
5761
+ otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className", "iconClassName"]);
5762
+
5763
+ return /*#__PURE__*/React.createElement("span", {
5764
+ className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5765
+ }, /*#__PURE__*/React.createElement("style", {
5766
+ children: loadingCircleStyle$1Q
5767
+ }), /*#__PURE__*/React.createElement("svg", _extends({
5768
+ xmlns: "http://www.w3.org/2000/svg",
5769
+ width: size,
5770
+ height: size,
5771
+ viewBox: "0 0 24 24",
5772
+ fill: color
5773
+ }, otherProps, {
5774
+ className: iconClassName,
5775
+ style: _objectSpread2(_objectSpread2({}, style), spin ? {
5776
+ animationDuration: '1s',
5777
+ animationIterationCount: 'infinite',
5778
+ animationName: 'loadingCircle',
5779
+ animationTimingFunction: 'linear'
5780
+ } : {})
5747
5781
  }), /*#__PURE__*/React.createElement("path", {
5748
- fillRule: "evenodd",
5749
- clipRule: "evenodd",
5750
- d: "M2 14a1 1 0 011-1h7a1 1 0 110 2H3a1 1 0 01-1-1z",
5751
- fill: "#747C94"
5782
+ d: "M18 2a1 1 0 011 1v15.172l1.879-1.88a1 1 0 011.414 1.415l-3.586 3.586a1 1 0 01-1.414 0l-3.586-3.586a1 1 0 011.414-1.414L17 18.172V3a1 1 0 011-1z"
5752
5783
  }), /*#__PURE__*/React.createElement("path", {
5753
- fillRule: "evenodd",
5754
- clipRule: "evenodd",
5755
- d: "M2 19a1 1 0 011-1h5a1 1 0 110 2H3a1 1 0 01-1-1z",
5756
- fill: "#747C94"
5784
+ d: "M2 4a1 1 0 011-1h11a1 1 0 110 2H3a1 1 0 01-1-1z"
5785
+ }), /*#__PURE__*/React.createElement("path", {
5786
+ d: "M3 8a1 1 0 000 2h9a1 1 0 100-2H3z"
5787
+ }), /*#__PURE__*/React.createElement("path", {
5788
+ d: "M2 14a1 1 0 011-1h7a1 1 0 110 2H3a1 1 0 01-1-1z"
5789
+ }), /*#__PURE__*/React.createElement("path", {
5790
+ d: "M3 18a1 1 0 100 2h5a1 1 0 100-2H3z"
5757
5791
  })));
5758
5792
  };
5759
5793
 
5760
- SortDownCl.propTypes = {
5794
+ SortDown.propTypes = {
5761
5795
  iconClassName: PropTypes.string,
5762
5796
  spin: PropTypes.bool,
5763
5797
  color: PropTypes.string,
5764
5798
  size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
5765
5799
  };
5766
- SortDownCl.defaultProps = {
5800
+ SortDown.defaultProps = {
5767
5801
  spin: false,
5768
5802
  color: 'currentColor',
5769
5803
  size: '16'
5770
5804
  };
5771
5805
 
5772
- 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 }';
5806
+ 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 }';
5773
5807
 
5774
5808
  var OperatorEqual = function OperatorEqual(props) {
5775
5809
  var color = props.color,
@@ -5783,7 +5817,7 @@ var OperatorEqual = function OperatorEqual(props) {
5783
5817
  return /*#__PURE__*/React.createElement("span", {
5784
5818
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5785
5819
  }, /*#__PURE__*/React.createElement("style", {
5786
- children: loadingCircleStyle$1P
5820
+ children: loadingCircleStyle$1R
5787
5821
  }), /*#__PURE__*/React.createElement("svg", _extends({
5788
5822
  xmlns: "http://www.w3.org/2000/svg",
5789
5823
  width: size,
@@ -5817,7 +5851,7 @@ OperatorEqual.defaultProps = {
5817
5851
  size: '16'
5818
5852
  };
5819
5853
 
5820
- 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 }';
5854
+ 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 }';
5821
5855
 
5822
5856
  var OperatorUnequal = function OperatorUnequal(props) {
5823
5857
  var color = props.color,
@@ -5831,7 +5865,7 @@ var OperatorUnequal = function OperatorUnequal(props) {
5831
5865
  return /*#__PURE__*/React.createElement("span", {
5832
5866
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5833
5867
  }, /*#__PURE__*/React.createElement("style", {
5834
- children: loadingCircleStyle$1Q
5868
+ children: loadingCircleStyle$1S
5835
5869
  }), /*#__PURE__*/React.createElement("svg", _extends({
5836
5870
  xmlns: "http://www.w3.org/2000/svg",
5837
5871
  width: size,
@@ -5865,7 +5899,7 @@ OperatorUnequal.defaultProps = {
5865
5899
  size: '16'
5866
5900
  };
5867
5901
 
5868
- 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 }';
5902
+ 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 }';
5869
5903
 
5870
5904
  var OperatorDivide = function OperatorDivide(props) {
5871
5905
  var color = props.color,
@@ -5879,7 +5913,7 @@ var OperatorDivide = function OperatorDivide(props) {
5879
5913
  return /*#__PURE__*/React.createElement("span", {
5880
5914
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5881
5915
  }, /*#__PURE__*/React.createElement("style", {
5882
- children: loadingCircleStyle$1R
5916
+ children: loadingCircleStyle$1T
5883
5917
  }), /*#__PURE__*/React.createElement("svg", _extends({
5884
5918
  xmlns: "http://www.w3.org/2000/svg",
5885
5919
  width: size,
@@ -5911,7 +5945,7 @@ OperatorDivide.defaultProps = {
5911
5945
  size: '16'
5912
5946
  };
5913
5947
 
5914
- 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 }';
5948
+ 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 }';
5915
5949
 
5916
5950
  var OperatorNoValue = function OperatorNoValue(props) {
5917
5951
  var color = props.color,
@@ -5925,7 +5959,7 @@ var OperatorNoValue = function OperatorNoValue(props) {
5925
5959
  return /*#__PURE__*/React.createElement("span", {
5926
5960
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5927
5961
  }, /*#__PURE__*/React.createElement("style", {
5928
- children: loadingCircleStyle$1S
5962
+ children: loadingCircleStyle$1U
5929
5963
  }), /*#__PURE__*/React.createElement("svg", _extends({
5930
5964
  xmlns: "http://www.w3.org/2000/svg",
5931
5965
  width: size,
@@ -5959,7 +5993,7 @@ OperatorNoValue.defaultProps = {
5959
5993
  size: '16'
5960
5994
  };
5961
5995
 
5962
- 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 }';
5996
+ 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 }';
5963
5997
 
5964
5998
  var OperatorHasValue = function OperatorHasValue(props) {
5965
5999
  var color = props.color,
@@ -5973,7 +6007,7 @@ var OperatorHasValue = function OperatorHasValue(props) {
5973
6007
  return /*#__PURE__*/React.createElement("span", {
5974
6008
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5975
6009
  }, /*#__PURE__*/React.createElement("style", {
5976
- children: loadingCircleStyle$1T
6010
+ children: loadingCircleStyle$1V
5977
6011
  }), /*#__PURE__*/React.createElement("svg", _extends({
5978
6012
  xmlns: "http://www.w3.org/2000/svg",
5979
6013
  width: size,
@@ -6007,7 +6041,7 @@ OperatorHasValue.defaultProps = {
6007
6041
  size: '16'
6008
6042
  };
6009
6043
 
6010
- 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 }';
6044
+ 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 }';
6011
6045
 
6012
6046
  var OperatorInside = function OperatorInside(props) {
6013
6047
  var color = props.color,
@@ -6021,7 +6055,7 @@ var OperatorInside = function OperatorInside(props) {
6021
6055
  return /*#__PURE__*/React.createElement("span", {
6022
6056
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6023
6057
  }, /*#__PURE__*/React.createElement("style", {
6024
- children: loadingCircleStyle$1U
6058
+ children: loadingCircleStyle$1W
6025
6059
  }), /*#__PURE__*/React.createElement("svg", _extends({
6026
6060
  xmlns: "http://www.w3.org/2000/svg",
6027
6061
  width: size,
@@ -6053,7 +6087,7 @@ OperatorInside.defaultProps = {
6053
6087
  size: '16'
6054
6088
  };
6055
6089
 
6056
- 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 }';
6090
+ 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 }';
6057
6091
 
6058
6092
  var OperatorInclude = function OperatorInclude(props) {
6059
6093
  var color = props.color,
@@ -6067,7 +6101,7 @@ var OperatorInclude = function OperatorInclude(props) {
6067
6101
  return /*#__PURE__*/React.createElement("span", {
6068
6102
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6069
6103
  }, /*#__PURE__*/React.createElement("style", {
6070
- children: loadingCircleStyle$1V
6104
+ children: loadingCircleStyle$1X
6071
6105
  }), /*#__PURE__*/React.createElement("svg", _extends({
6072
6106
  xmlns: "http://www.w3.org/2000/svg",
6073
6107
  width: size,
@@ -6101,7 +6135,7 @@ OperatorInclude.defaultProps = {
6101
6135
  size: '16'
6102
6136
  };
6103
6137
 
6104
- 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 }';
6138
+ 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 }';
6105
6139
 
6106
6140
  var OperatorNotInclude = function OperatorNotInclude(props) {
6107
6141
  var color = props.color,
@@ -6115,7 +6149,7 @@ var OperatorNotInclude = function OperatorNotInclude(props) {
6115
6149
  return /*#__PURE__*/React.createElement("span", {
6116
6150
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6117
6151
  }, /*#__PURE__*/React.createElement("style", {
6118
- children: loadingCircleStyle$1W
6152
+ children: loadingCircleStyle$1Y
6119
6153
  }), /*#__PURE__*/React.createElement("svg", _extends({
6120
6154
  xmlns: "http://www.w3.org/2000/svg",
6121
6155
  width: size,
@@ -6156,7 +6190,7 @@ OperatorNotInclude.defaultProps = {
6156
6190
  size: '16'
6157
6191
  };
6158
6192
 
6159
- 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 }';
6193
+ 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 }';
6160
6194
 
6161
6195
  var OperatorLess = function OperatorLess(props) {
6162
6196
  var color = props.color,
@@ -6170,7 +6204,7 @@ var OperatorLess = function OperatorLess(props) {
6170
6204
  return /*#__PURE__*/React.createElement("span", {
6171
6205
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6172
6206
  }, /*#__PURE__*/React.createElement("style", {
6173
- children: loadingCircleStyle$1X
6207
+ children: loadingCircleStyle$1Z
6174
6208
  }), /*#__PURE__*/React.createElement("svg", _extends({
6175
6209
  xmlns: "http://www.w3.org/2000/svg",
6176
6210
  width: size,
@@ -6204,7 +6238,7 @@ OperatorLess.defaultProps = {
6204
6238
  size: '16'
6205
6239
  };
6206
6240
 
6207
- 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 }';
6241
+ 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 }';
6208
6242
 
6209
6243
  var OperatorNoBigger = function OperatorNoBigger(props) {
6210
6244
  var color = props.color,
@@ -6218,7 +6252,7 @@ var OperatorNoBigger = function OperatorNoBigger(props) {
6218
6252
  return /*#__PURE__*/React.createElement("span", {
6219
6253
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6220
6254
  }, /*#__PURE__*/React.createElement("style", {
6221
- children: loadingCircleStyle$1Y
6255
+ children: loadingCircleStyle$1_
6222
6256
  }), /*#__PURE__*/React.createElement("svg", _extends({
6223
6257
  xmlns: "http://www.w3.org/2000/svg",
6224
6258
  width: size,
@@ -6252,7 +6286,7 @@ OperatorNoBigger.defaultProps = {
6252
6286
  size: '16'
6253
6287
  };
6254
6288
 
6255
- 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 }';
6289
+ 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 }';
6256
6290
 
6257
6291
  var OperatorBigger = function OperatorBigger(props) {
6258
6292
  var color = props.color,
@@ -6266,7 +6300,7 @@ var OperatorBigger = function OperatorBigger(props) {
6266
6300
  return /*#__PURE__*/React.createElement("span", {
6267
6301
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6268
6302
  }, /*#__PURE__*/React.createElement("style", {
6269
- children: loadingCircleStyle$1Z
6303
+ children: loadingCircleStyle$1$
6270
6304
  }), /*#__PURE__*/React.createElement("svg", _extends({
6271
6305
  xmlns: "http://www.w3.org/2000/svg",
6272
6306
  width: size,
@@ -6300,7 +6334,7 @@ OperatorBigger.defaultProps = {
6300
6334
  size: '16'
6301
6335
  };
6302
6336
 
6303
- 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 }';
6337
+ 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 }';
6304
6338
 
6305
6339
  var OperatorNoLess = function OperatorNoLess(props) {
6306
6340
  var color = props.color,
@@ -6314,7 +6348,7 @@ var OperatorNoLess = function OperatorNoLess(props) {
6314
6348
  return /*#__PURE__*/React.createElement("span", {
6315
6349
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6316
6350
  }, /*#__PURE__*/React.createElement("style", {
6317
- children: loadingCircleStyle$1_
6351
+ children: loadingCircleStyle$20
6318
6352
  }), /*#__PURE__*/React.createElement("svg", _extends({
6319
6353
  xmlns: "http://www.w3.org/2000/svg",
6320
6354
  width: size,
@@ -6348,7 +6382,7 @@ OperatorNoLess.defaultProps = {
6348
6382
  size: '16'
6349
6383
  };
6350
6384
 
6351
- 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 }';
6385
+ 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 }';
6352
6386
 
6353
6387
  var OperatorTrue = function OperatorTrue(props) {
6354
6388
  var color = props.color,
@@ -6362,7 +6396,7 @@ var OperatorTrue = function OperatorTrue(props) {
6362
6396
  return /*#__PURE__*/React.createElement("span", {
6363
6397
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6364
6398
  }, /*#__PURE__*/React.createElement("style", {
6365
- children: loadingCircleStyle$1$
6399
+ children: loadingCircleStyle$21
6366
6400
  }), /*#__PURE__*/React.createElement("svg", _extends({
6367
6401
  xmlns: "http://www.w3.org/2000/svg",
6368
6402
  width: size,
@@ -6396,7 +6430,7 @@ OperatorTrue.defaultProps = {
6396
6430
  size: '16'
6397
6431
  };
6398
6432
 
6399
- 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 }';
6433
+ 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 }';
6400
6434
 
6401
6435
  var OperatorFalse = function OperatorFalse(props) {
6402
6436
  var color = props.color,
@@ -6410,7 +6444,7 @@ var OperatorFalse = function OperatorFalse(props) {
6410
6444
  return /*#__PURE__*/React.createElement("span", {
6411
6445
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6412
6446
  }, /*#__PURE__*/React.createElement("style", {
6413
- children: loadingCircleStyle$20
6447
+ children: loadingCircleStyle$22
6414
6448
  }), /*#__PURE__*/React.createElement("svg", _extends({
6415
6449
  xmlns: "http://www.w3.org/2000/svg",
6416
6450
  width: size,
@@ -6444,7 +6478,7 @@ OperatorFalse.defaultProps = {
6444
6478
  size: '16'
6445
6479
  };
6446
6480
 
6447
- 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 }';
6481
+ 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 }';
6448
6482
 
6449
6483
  var OperatorRegex = function OperatorRegex(props) {
6450
6484
  var color = props.color,
@@ -6458,7 +6492,7 @@ var OperatorRegex = function OperatorRegex(props) {
6458
6492
  return /*#__PURE__*/React.createElement("span", {
6459
6493
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6460
6494
  }, /*#__PURE__*/React.createElement("style", {
6461
- children: loadingCircleStyle$21
6495
+ children: loadingCircleStyle$23
6462
6496
  }), /*#__PURE__*/React.createElement("svg", _extends({
6463
6497
  xmlns: "http://www.w3.org/2000/svg",
6464
6498
  width: size,
@@ -6492,7 +6526,7 @@ OperatorRegex.defaultProps = {
6492
6526
  size: '16'
6493
6527
  };
6494
6528
 
6495
- 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 }';
6529
+ 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 }';
6496
6530
 
6497
6531
  var OperatorNoRegex = function OperatorNoRegex(props) {
6498
6532
  var color = props.color,
@@ -6506,7 +6540,7 @@ var OperatorNoRegex = function OperatorNoRegex(props) {
6506
6540
  return /*#__PURE__*/React.createElement("span", {
6507
6541
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6508
6542
  }, /*#__PURE__*/React.createElement("style", {
6509
- children: loadingCircleStyle$22
6543
+ children: loadingCircleStyle$24
6510
6544
  }), /*#__PURE__*/React.createElement("svg", _extends({
6511
6545
  xmlns: "http://www.w3.org/2000/svg",
6512
6546
  width: size,
@@ -6540,7 +6574,7 @@ OperatorNoRegex.defaultProps = {
6540
6574
  size: '16'
6541
6575
  };
6542
6576
 
6543
- 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 }';
6577
+ 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 }';
6544
6578
 
6545
6579
  var LogoDingdingCl = function LogoDingdingCl(props) {
6546
6580
  var color = props.color,
@@ -6554,7 +6588,7 @@ var LogoDingdingCl = function LogoDingdingCl(props) {
6554
6588
  return /*#__PURE__*/React.createElement("span", {
6555
6589
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6556
6590
  }, /*#__PURE__*/React.createElement("style", {
6557
- children: loadingCircleStyle$23
6591
+ children: loadingCircleStyle$25
6558
6592
  }), /*#__PURE__*/React.createElement("svg", _extends({
6559
6593
  xmlns: "http://www.w3.org/2000/svg",
6560
6594
  width: size,
@@ -6587,7 +6621,7 @@ LogoDingdingCl.defaultProps = {
6587
6621
  size: '16'
6588
6622
  };
6589
6623
 
6590
- 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 }';
6624
+ 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 }';
6591
6625
 
6592
6626
  var LogoDingdingGray = function LogoDingdingGray(props) {
6593
6627
  var color = props.color,
@@ -6601,7 +6635,7 @@ var LogoDingdingGray = function LogoDingdingGray(props) {
6601
6635
  return /*#__PURE__*/React.createElement("span", {
6602
6636
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6603
6637
  }, /*#__PURE__*/React.createElement("style", {
6604
- children: loadingCircleStyle$24
6638
+ children: loadingCircleStyle$26
6605
6639
  }), /*#__PURE__*/React.createElement("svg", _extends({
6606
6640
  xmlns: "http://www.w3.org/2000/svg",
6607
6641
  width: size,
@@ -6633,7 +6667,7 @@ LogoDingdingGray.defaultProps = {
6633
6667
  size: '16'
6634
6668
  };
6635
6669
 
6636
- 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 }';
6670
+ var loadingCircleStyle$27 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
6637
6671
 
6638
6672
  var LogoWecomCl = function LogoWecomCl(props) {
6639
6673
  var color = props.color,
@@ -6647,7 +6681,7 @@ var LogoWecomCl = function LogoWecomCl(props) {
6647
6681
  return /*#__PURE__*/React.createElement("span", {
6648
6682
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6649
6683
  }, /*#__PURE__*/React.createElement("style", {
6650
- children: loadingCircleStyle$25
6684
+ children: loadingCircleStyle$27
6651
6685
  }), /*#__PURE__*/React.createElement("svg", _extends({
6652
6686
  xmlns: "http://www.w3.org/2000/svg",
6653
6687
  width: size,
@@ -6692,7 +6726,7 @@ LogoWecomCl.defaultProps = {
6692
6726
  size: '16'
6693
6727
  };
6694
6728
 
6695
- 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 }';
6729
+ 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 }';
6696
6730
 
6697
6731
  var LogoWecomGray = function LogoWecomGray(props) {
6698
6732
  var color = props.color,
@@ -6706,7 +6740,7 @@ var LogoWecomGray = function LogoWecomGray(props) {
6706
6740
  return /*#__PURE__*/React.createElement("span", {
6707
6741
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6708
6742
  }, /*#__PURE__*/React.createElement("style", {
6709
- children: loadingCircleStyle$26
6743
+ children: loadingCircleStyle$28
6710
6744
  }), /*#__PURE__*/React.createElement("svg", _extends({
6711
6745
  xmlns: "http://www.w3.org/2000/svg",
6712
6746
  width: size,
@@ -6738,7 +6772,7 @@ LogoWecomGray.defaultProps = {
6738
6772
  size: '16'
6739
6773
  };
6740
6774
 
6741
- 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 }';
6775
+ 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 }';
6742
6776
 
6743
6777
  var LogoWechatCl = function LogoWechatCl(props) {
6744
6778
  var color = props.color,
@@ -6752,7 +6786,7 @@ var LogoWechatCl = function LogoWechatCl(props) {
6752
6786
  return /*#__PURE__*/React.createElement("span", {
6753
6787
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6754
6788
  }, /*#__PURE__*/React.createElement("style", {
6755
- children: loadingCircleStyle$27
6789
+ children: loadingCircleStyle$29
6756
6790
  }), /*#__PURE__*/React.createElement("svg", _extends({
6757
6791
  xmlns: "http://www.w3.org/2000/svg",
6758
6792
  width: size,
@@ -6793,7 +6827,7 @@ LogoWechatCl.defaultProps = {
6793
6827
  size: '16'
6794
6828
  };
6795
6829
 
6796
- 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 }';
6830
+ 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 }';
6797
6831
 
6798
6832
  var LogoWechatGray = function LogoWechatGray(props) {
6799
6833
  var color = props.color,
@@ -6807,7 +6841,7 @@ var LogoWechatGray = function LogoWechatGray(props) {
6807
6841
  return /*#__PURE__*/React.createElement("span", {
6808
6842
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6809
6843
  }, /*#__PURE__*/React.createElement("style", {
6810
- children: loadingCircleStyle$28
6844
+ children: loadingCircleStyle$2a
6811
6845
  }), /*#__PURE__*/React.createElement("svg", _extends({
6812
6846
  xmlns: "http://www.w3.org/2000/svg",
6813
6847
  width: size,
@@ -6846,7 +6880,7 @@ LogoWechatGray.defaultProps = {
6846
6880
  size: '16'
6847
6881
  };
6848
6882
 
6849
- 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 }';
6883
+ 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 }';
6850
6884
 
6851
6885
  var LogoFeishuCl = function LogoFeishuCl(props) {
6852
6886
  var color = props.color,
@@ -6860,7 +6894,7 @@ var LogoFeishuCl = function LogoFeishuCl(props) {
6860
6894
  return /*#__PURE__*/React.createElement("span", {
6861
6895
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6862
6896
  }, /*#__PURE__*/React.createElement("style", {
6863
- children: loadingCircleStyle$29
6897
+ children: loadingCircleStyle$2b
6864
6898
  }), /*#__PURE__*/React.createElement("svg", _extends({
6865
6899
  xmlns: "http://www.w3.org/2000/svg",
6866
6900
  width: size,
@@ -6910,7 +6944,7 @@ LogoFeishuCl.defaultProps = {
6910
6944
  size: '16'
6911
6945
  };
6912
6946
 
6913
- 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 }';
6947
+ 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 }';
6914
6948
 
6915
6949
  var LogoKingCl = function LogoKingCl(props) {
6916
6950
  var color = props.color,
@@ -6924,7 +6958,7 @@ var LogoKingCl = function LogoKingCl(props) {
6924
6958
  return /*#__PURE__*/React.createElement("span", {
6925
6959
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6926
6960
  }, /*#__PURE__*/React.createElement("style", {
6927
- children: loadingCircleStyle$2a
6961
+ children: loadingCircleStyle$2c
6928
6962
  }), /*#__PURE__*/React.createElement("svg", _extends({
6929
6963
  xmlns: "http://www.w3.org/2000/svg",
6930
6964
  width: size,
@@ -6957,7 +6991,7 @@ LogoKingCl.defaultProps = {
6957
6991
  size: '16'
6958
6992
  };
6959
6993
 
6960
- 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 }';
6994
+ 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 }';
6961
6995
 
6962
6996
  var LogoCurrencylayerCl = function LogoCurrencylayerCl(props) {
6963
6997
  var color = props.color,
@@ -6971,7 +7005,7 @@ var LogoCurrencylayerCl = function LogoCurrencylayerCl(props) {
6971
7005
  return /*#__PURE__*/React.createElement("span", {
6972
7006
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6973
7007
  }, /*#__PURE__*/React.createElement("style", {
6974
- children: loadingCircleStyle$2b
7008
+ children: loadingCircleStyle$2d
6975
7009
  }), /*#__PURE__*/React.createElement("svg", _extends({
6976
7010
  xmlns: "http://www.w3.org/2000/svg",
6977
7011
  width: size,
@@ -7008,7 +7042,7 @@ LogoCurrencylayerCl.defaultProps = {
7008
7042
  size: '16'
7009
7043
  };
7010
7044
 
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 }';
7045
+ 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 }';
7012
7046
 
7013
7047
  var LogoGarenaCl = function LogoGarenaCl(props) {
7014
7048
  var color = props.color,
@@ -7022,7 +7056,7 @@ var LogoGarenaCl = function LogoGarenaCl(props) {
7022
7056
  return /*#__PURE__*/React.createElement("span", {
7023
7057
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7024
7058
  }, /*#__PURE__*/React.createElement("style", {
7025
- children: loadingCircleStyle$2c
7059
+ children: loadingCircleStyle$2e
7026
7060
  }), /*#__PURE__*/React.createElement("svg", _extends({
7027
7061
  xmlns: "http://www.w3.org/2000/svg",
7028
7062
  width: size,
@@ -7055,7 +7089,7 @@ LogoGarenaCl.defaultProps = {
7055
7089
  size: '16'
7056
7090
  };
7057
7091
 
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 }';
7092
+ 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 }';
7059
7093
 
7060
7094
  var LogoAndroidGray = function LogoAndroidGray(props) {
7061
7095
  var color = props.color,
@@ -7069,7 +7103,7 @@ var LogoAndroidGray = function LogoAndroidGray(props) {
7069
7103
  return /*#__PURE__*/React.createElement("span", {
7070
7104
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7071
7105
  }, /*#__PURE__*/React.createElement("style", {
7072
- children: loadingCircleStyle$2d
7106
+ children: loadingCircleStyle$2f
7073
7107
  }), /*#__PURE__*/React.createElement("svg", _extends({
7074
7108
  xmlns: "http://www.w3.org/2000/svg",
7075
7109
  width: size,
@@ -7101,7 +7135,7 @@ LogoAndroidGray.defaultProps = {
7101
7135
  size: '16'
7102
7136
  };
7103
7137
 
7104
- 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 }';
7138
+ 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 }';
7105
7139
 
7106
7140
  var LogoAppleGray = function LogoAppleGray(props) {
7107
7141
  var color = props.color,
@@ -7115,7 +7149,7 @@ var LogoAppleGray = function LogoAppleGray(props) {
7115
7149
  return /*#__PURE__*/React.createElement("span", {
7116
7150
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7117
7151
  }, /*#__PURE__*/React.createElement("style", {
7118
- children: loadingCircleStyle$2e
7152
+ children: loadingCircleStyle$2g
7119
7153
  }), /*#__PURE__*/React.createElement("svg", _extends({
7120
7154
  xmlns: "http://www.w3.org/2000/svg",
7121
7155
  width: size,
@@ -7147,7 +7181,7 @@ LogoAppleGray.defaultProps = {
7147
7181
  size: '16'
7148
7182
  };
7149
7183
 
7150
- 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 }';
7184
+ 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 }';
7151
7185
 
7152
7186
  var LogoXiaomiCl = function LogoXiaomiCl(props) {
7153
7187
  var color = props.color,
@@ -7161,7 +7195,7 @@ var LogoXiaomiCl = function LogoXiaomiCl(props) {
7161
7195
  return /*#__PURE__*/React.createElement("span", {
7162
7196
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7163
7197
  }, /*#__PURE__*/React.createElement("style", {
7164
- children: loadingCircleStyle$2f
7198
+ children: loadingCircleStyle$2h
7165
7199
  }), /*#__PURE__*/React.createElement("svg", _extends({
7166
7200
  xmlns: "http://www.w3.org/2000/svg",
7167
7201
  width: size,
@@ -7194,7 +7228,7 @@ LogoXiaomiCl.defaultProps = {
7194
7228
  size: '16'
7195
7229
  };
7196
7230
 
7197
- 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 }';
7231
+ 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 }';
7198
7232
 
7199
7233
  var Info = function Info(props) {
7200
7234
  var color = props.color,
@@ -7208,7 +7242,7 @@ var Info = function Info(props) {
7208
7242
  return /*#__PURE__*/React.createElement("span", {
7209
7243
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7210
7244
  }, /*#__PURE__*/React.createElement("style", {
7211
- children: loadingCircleStyle$2g
7245
+ children: loadingCircleStyle$2i
7212
7246
  }), /*#__PURE__*/React.createElement("svg", _extends({
7213
7247
  xmlns: "http://www.w3.org/2000/svg",
7214
7248
  width: size,
@@ -7244,7 +7278,7 @@ Info.defaultProps = {
7244
7278
  size: '16'
7245
7279
  };
7246
7280
 
7247
- 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 }';
7281
+ 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 }';
7248
7282
 
7249
7283
  var InfoFill = function InfoFill(props) {
7250
7284
  var color = props.color,
@@ -7258,7 +7292,7 @@ var InfoFill = function InfoFill(props) {
7258
7292
  return /*#__PURE__*/React.createElement("span", {
7259
7293
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7260
7294
  }, /*#__PURE__*/React.createElement("style", {
7261
- children: loadingCircleStyle$2h
7295
+ children: loadingCircleStyle$2j
7262
7296
  }), /*#__PURE__*/React.createElement("svg", _extends({
7263
7297
  xmlns: "http://www.w3.org/2000/svg",
7264
7298
  width: size,
@@ -7290,7 +7324,7 @@ InfoFill.defaultProps = {
7290
7324
  size: '16'
7291
7325
  };
7292
7326
 
7293
- 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 }';
7327
+ 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 }';
7294
7328
 
7295
7329
  var Help = function Help(props) {
7296
7330
  var color = props.color,
@@ -7304,7 +7338,7 @@ var Help = function Help(props) {
7304
7338
  return /*#__PURE__*/React.createElement("span", {
7305
7339
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7306
7340
  }, /*#__PURE__*/React.createElement("style", {
7307
- children: loadingCircleStyle$2i
7341
+ children: loadingCircleStyle$2k
7308
7342
  }), /*#__PURE__*/React.createElement("svg", _extends({
7309
7343
  xmlns: "http://www.w3.org/2000/svg",
7310
7344
  width: size,
@@ -7336,7 +7370,7 @@ Help.defaultProps = {
7336
7370
  size: '16'
7337
7371
  };
7338
7372
 
7339
- 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 }';
7373
+ 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 }';
7340
7374
 
7341
7375
  var History = function History(props) {
7342
7376
  var color = props.color,
@@ -7350,7 +7384,7 @@ var History = function History(props) {
7350
7384
  return /*#__PURE__*/React.createElement("span", {
7351
7385
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7352
7386
  }, /*#__PURE__*/React.createElement("style", {
7353
- children: loadingCircleStyle$2j
7387
+ children: loadingCircleStyle$2l
7354
7388
  }), /*#__PURE__*/React.createElement("svg", _extends({
7355
7389
  xmlns: "http://www.w3.org/2000/svg",
7356
7390
  width: size,
@@ -7382,7 +7416,7 @@ History.defaultProps = {
7382
7416
  size: '16'
7383
7417
  };
7384
7418
 
7385
- 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 }';
7419
+ 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 }';
7386
7420
 
7387
7421
  var Backup = function Backup(props) {
7388
7422
  var color = props.color,
@@ -7396,7 +7430,7 @@ var Backup = function Backup(props) {
7396
7430
  return /*#__PURE__*/React.createElement("span", {
7397
7431
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7398
7432
  }, /*#__PURE__*/React.createElement("style", {
7399
- children: loadingCircleStyle$2k
7433
+ children: loadingCircleStyle$2m
7400
7434
  }), /*#__PURE__*/React.createElement("svg", _extends({
7401
7435
  xmlns: "http://www.w3.org/2000/svg",
7402
7436
  width: size,
@@ -7430,7 +7464,7 @@ Backup.defaultProps = {
7430
7464
  size: '16'
7431
7465
  };
7432
7466
 
7433
- 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 }';
7467
+ 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 }';
7434
7468
 
7435
7469
  var Error = function Error(props) {
7436
7470
  var color = props.color,
@@ -7444,7 +7478,7 @@ var Error = function Error(props) {
7444
7478
  return /*#__PURE__*/React.createElement("span", {
7445
7479
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7446
7480
  }, /*#__PURE__*/React.createElement("style", {
7447
- children: loadingCircleStyle$2l
7481
+ children: loadingCircleStyle$2n
7448
7482
  }), /*#__PURE__*/React.createElement("svg", _extends({
7449
7483
  xmlns: "http://www.w3.org/2000/svg",
7450
7484
  width: size,
@@ -7480,7 +7514,7 @@ Error.defaultProps = {
7480
7514
  size: '16'
7481
7515
  };
7482
7516
 
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 }';
7517
+ 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 }';
7484
7518
 
7485
7519
  var ErrorFill = function ErrorFill(props) {
7486
7520
  var color = props.color,
@@ -7494,7 +7528,7 @@ var ErrorFill = function ErrorFill(props) {
7494
7528
  return /*#__PURE__*/React.createElement("span", {
7495
7529
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7496
7530
  }, /*#__PURE__*/React.createElement("style", {
7497
- children: loadingCircleStyle$2m
7531
+ children: loadingCircleStyle$2o
7498
7532
  }), /*#__PURE__*/React.createElement("svg", _extends({
7499
7533
  xmlns: "http://www.w3.org/2000/svg",
7500
7534
  width: size,
@@ -7526,7 +7560,7 @@ ErrorFill.defaultProps = {
7526
7560
  size: '16'
7527
7561
  };
7528
7562
 
7529
- 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 }';
7563
+ 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 }';
7530
7564
 
7531
7565
  var Error2 = function Error2(props) {
7532
7566
  var color = props.color,
@@ -7540,7 +7574,7 @@ var Error2 = function Error2(props) {
7540
7574
  return /*#__PURE__*/React.createElement("span", {
7541
7575
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7542
7576
  }, /*#__PURE__*/React.createElement("style", {
7543
- children: loadingCircleStyle$2n
7577
+ children: loadingCircleStyle$2p
7544
7578
  }), /*#__PURE__*/React.createElement("svg", _extends({
7545
7579
  xmlns: "http://www.w3.org/2000/svg",
7546
7580
  width: size,
@@ -7574,7 +7608,7 @@ Error2.defaultProps = {
7574
7608
  size: '16'
7575
7609
  };
7576
7610
 
7577
- 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 }';
7611
+ 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 }';
7578
7612
 
7579
7613
  var Error2Fill = function Error2Fill(props) {
7580
7614
  var color = props.color,
@@ -7588,7 +7622,7 @@ var Error2Fill = function Error2Fill(props) {
7588
7622
  return /*#__PURE__*/React.createElement("span", {
7589
7623
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7590
7624
  }, /*#__PURE__*/React.createElement("style", {
7591
- children: loadingCircleStyle$2o
7625
+ children: loadingCircleStyle$2q
7592
7626
  }), /*#__PURE__*/React.createElement("svg", _extends({
7593
7627
  xmlns: "http://www.w3.org/2000/svg",
7594
7628
  width: size,
@@ -7622,7 +7656,7 @@ Error2Fill.defaultProps = {
7622
7656
  size: '16'
7623
7657
  };
7624
7658
 
7625
- 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 }';
7659
+ 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 }';
7626
7660
 
7627
7661
  var Success = function Success(props) {
7628
7662
  var color = props.color,
@@ -7636,7 +7670,7 @@ var Success = function Success(props) {
7636
7670
  return /*#__PURE__*/React.createElement("span", {
7637
7671
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7638
7672
  }, /*#__PURE__*/React.createElement("style", {
7639
- children: loadingCircleStyle$2p
7673
+ children: loadingCircleStyle$2r
7640
7674
  }), /*#__PURE__*/React.createElement("svg", _extends({
7641
7675
  xmlns: "http://www.w3.org/2000/svg",
7642
7676
  width: size,
@@ -7668,7 +7702,7 @@ Success.defaultProps = {
7668
7702
  size: '16'
7669
7703
  };
7670
7704
 
7671
- 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 }';
7705
+ 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 }';
7672
7706
 
7673
7707
  var SuccessFill = function SuccessFill(props) {
7674
7708
  var color = props.color,
@@ -7682,7 +7716,7 @@ var SuccessFill = function SuccessFill(props) {
7682
7716
  return /*#__PURE__*/React.createElement("span", {
7683
7717
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7684
7718
  }, /*#__PURE__*/React.createElement("style", {
7685
- children: loadingCircleStyle$2q
7719
+ children: loadingCircleStyle$2s
7686
7720
  }), /*#__PURE__*/React.createElement("svg", _extends({
7687
7721
  xmlns: "http://www.w3.org/2000/svg",
7688
7722
  width: size,
@@ -7716,7 +7750,7 @@ SuccessFill.defaultProps = {
7716
7750
  size: '16'
7717
7751
  };
7718
7752
 
7719
- 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 }';
7753
+ 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 }';
7720
7754
 
7721
7755
  var Delete2 = function Delete2(props) {
7722
7756
  var color = props.color,
@@ -7730,7 +7764,7 @@ var Delete2 = function Delete2(props) {
7730
7764
  return /*#__PURE__*/React.createElement("span", {
7731
7765
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7732
7766
  }, /*#__PURE__*/React.createElement("style", {
7733
- children: loadingCircleStyle$2r
7767
+ children: loadingCircleStyle$2t
7734
7768
  }), /*#__PURE__*/React.createElement("svg", _extends({
7735
7769
  xmlns: "http://www.w3.org/2000/svg",
7736
7770
  width: size,
@@ -7762,7 +7796,7 @@ Delete2.defaultProps = {
7762
7796
  size: '16'
7763
7797
  };
7764
7798
 
7765
- 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 }';
7799
+ 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 }';
7766
7800
 
7767
7801
  var Delete2Fill = function Delete2Fill(props) {
7768
7802
  var color = props.color,
@@ -7776,7 +7810,7 @@ var Delete2Fill = function Delete2Fill(props) {
7776
7810
  return /*#__PURE__*/React.createElement("span", {
7777
7811
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7778
7812
  }, /*#__PURE__*/React.createElement("style", {
7779
- children: loadingCircleStyle$2s
7813
+ children: loadingCircleStyle$2u
7780
7814
  }), /*#__PURE__*/React.createElement("svg", _extends({
7781
7815
  xmlns: "http://www.w3.org/2000/svg",
7782
7816
  width: size,
@@ -7808,7 +7842,7 @@ Delete2Fill.defaultProps = {
7808
7842
  size: '16'
7809
7843
  };
7810
7844
 
7811
- 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 }';
7845
+ 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 }';
7812
7846
 
7813
7847
  var Exchange = function Exchange(props) {
7814
7848
  var color = props.color,
@@ -7822,7 +7856,7 @@ var Exchange = function Exchange(props) {
7822
7856
  return /*#__PURE__*/React.createElement("span", {
7823
7857
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7824
7858
  }, /*#__PURE__*/React.createElement("style", {
7825
- children: loadingCircleStyle$2t
7859
+ children: loadingCircleStyle$2v
7826
7860
  }), /*#__PURE__*/React.createElement("svg", _extends({
7827
7861
  xmlns: "http://www.w3.org/2000/svg",
7828
7862
  width: size,
@@ -7854,7 +7888,7 @@ Exchange.defaultProps = {
7854
7888
  size: '16'
7855
7889
  };
7856
7890
 
7857
- 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 }';
7891
+ 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 }';
7858
7892
 
7859
7893
  var SwapFill = function SwapFill(props) {
7860
7894
  var color = props.color,
@@ -7868,7 +7902,7 @@ var SwapFill = function SwapFill(props) {
7868
7902
  return /*#__PURE__*/React.createElement("span", {
7869
7903
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7870
7904
  }, /*#__PURE__*/React.createElement("style", {
7871
- children: loadingCircleStyle$2u
7905
+ children: loadingCircleStyle$2w
7872
7906
  }), /*#__PURE__*/React.createElement("svg", _extends({
7873
7907
  xmlns: "http://www.w3.org/2000/svg",
7874
7908
  width: size,
@@ -7900,7 +7934,7 @@ SwapFill.defaultProps = {
7900
7934
  size: '16'
7901
7935
  };
7902
7936
 
7903
- 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 }';
7937
+ 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 }';
7904
7938
 
7905
7939
  var Processing = function Processing(props) {
7906
7940
  var color = props.color,
@@ -7914,7 +7948,7 @@ var Processing = function Processing(props) {
7914
7948
  return /*#__PURE__*/React.createElement("span", {
7915
7949
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7916
7950
  }, /*#__PURE__*/React.createElement("style", {
7917
- children: loadingCircleStyle$2v
7951
+ children: loadingCircleStyle$2x
7918
7952
  }), /*#__PURE__*/React.createElement("svg", _extends({
7919
7953
  xmlns: "http://www.w3.org/2000/svg",
7920
7954
  width: size,
@@ -7946,7 +7980,7 @@ Processing.defaultProps = {
7946
7980
  size: '16'
7947
7981
  };
7948
7982
 
7949
- 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 }';
7983
+ 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 }';
7950
7984
 
7951
7985
  var Processing2 = function Processing2(props) {
7952
7986
  var color = props.color,
@@ -7960,7 +7994,7 @@ var Processing2 = function Processing2(props) {
7960
7994
  return /*#__PURE__*/React.createElement("span", {
7961
7995
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7962
7996
  }, /*#__PURE__*/React.createElement("style", {
7963
- children: loadingCircleStyle$2w
7997
+ children: loadingCircleStyle$2y
7964
7998
  }), /*#__PURE__*/React.createElement("svg", _extends({
7965
7999
  xmlns: "http://www.w3.org/2000/svg",
7966
8000
  width: size,
@@ -7994,7 +8028,7 @@ Processing2.defaultProps = {
7994
8028
  size: '16'
7995
8029
  };
7996
8030
 
7997
- 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 }';
8031
+ 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 }';
7998
8032
 
7999
8033
  var Done = function Done(props) {
8000
8034
  var color = props.color,
@@ -8008,7 +8042,7 @@ var Done = function Done(props) {
8008
8042
  return /*#__PURE__*/React.createElement("span", {
8009
8043
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8010
8044
  }, /*#__PURE__*/React.createElement("style", {
8011
- children: loadingCircleStyle$2x
8045
+ children: loadingCircleStyle$2z
8012
8046
  }), /*#__PURE__*/React.createElement("svg", _extends({
8013
8047
  xmlns: "http://www.w3.org/2000/svg",
8014
8048
  width: size,
@@ -8040,7 +8074,7 @@ Done.defaultProps = {
8040
8074
  size: '16'
8041
8075
  };
8042
8076
 
8043
- 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 }';
8077
+ 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 }';
8044
8078
 
8045
8079
  var Close = function Close(props) {
8046
8080
  var color = props.color,
@@ -8054,7 +8088,7 @@ var Close = function Close(props) {
8054
8088
  return /*#__PURE__*/React.createElement("span", {
8055
8089
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8056
8090
  }, /*#__PURE__*/React.createElement("style", {
8057
- children: loadingCircleStyle$2y
8091
+ children: loadingCircleStyle$2A
8058
8092
  }), /*#__PURE__*/React.createElement("svg", _extends({
8059
8093
  xmlns: "http://www.w3.org/2000/svg",
8060
8094
  width: size,
@@ -8086,7 +8120,7 @@ Close.defaultProps = {
8086
8120
  size: '16'
8087
8121
  };
8088
8122
 
8089
- 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 }';
8123
+ 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 }';
8090
8124
 
8091
8125
  var StarOutline = function StarOutline(props) {
8092
8126
  var color = props.color,
@@ -8100,7 +8134,7 @@ var StarOutline = function StarOutline(props) {
8100
8134
  return /*#__PURE__*/React.createElement("span", {
8101
8135
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8102
8136
  }, /*#__PURE__*/React.createElement("style", {
8103
- children: loadingCircleStyle$2z
8137
+ children: loadingCircleStyle$2B
8104
8138
  }), /*#__PURE__*/React.createElement("svg", _extends({
8105
8139
  xmlns: "http://www.w3.org/2000/svg",
8106
8140
  width: size,
@@ -8132,7 +8166,7 @@ StarOutline.defaultProps = {
8132
8166
  size: '16'
8133
8167
  };
8134
8168
 
8135
- 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 }';
8169
+ 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 }';
8136
8170
 
8137
8171
  var StarFill = function StarFill(props) {
8138
8172
  var color = props.color,
@@ -8146,7 +8180,7 @@ var StarFill = function StarFill(props) {
8146
8180
  return /*#__PURE__*/React.createElement("span", {
8147
8181
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8148
8182
  }, /*#__PURE__*/React.createElement("style", {
8149
- children: loadingCircleStyle$2A
8183
+ children: loadingCircleStyle$2C
8150
8184
  }), /*#__PURE__*/React.createElement("svg", _extends({
8151
8185
  xmlns: "http://www.w3.org/2000/svg",
8152
8186
  width: size,
@@ -8178,7 +8212,7 @@ StarFill.defaultProps = {
8178
8212
  size: '16'
8179
8213
  };
8180
8214
 
8181
- 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 }';
8215
+ 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 }';
8182
8216
 
8183
8217
  var TimeLock = function TimeLock(props) {
8184
8218
  var color = props.color,
@@ -8192,7 +8226,7 @@ var TimeLock = function TimeLock(props) {
8192
8226
  return /*#__PURE__*/React.createElement("span", {
8193
8227
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8194
8228
  }, /*#__PURE__*/React.createElement("style", {
8195
- children: loadingCircleStyle$2B
8229
+ children: loadingCircleStyle$2D
8196
8230
  }), /*#__PURE__*/React.createElement("svg", _extends({
8197
8231
  xmlns: "http://www.w3.org/2000/svg",
8198
8232
  width: size,
@@ -8224,7 +8258,7 @@ TimeLock.defaultProps = {
8224
8258
  size: '16'
8225
8259
  };
8226
8260
 
8227
- 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 }';
8261
+ 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 }';
8228
8262
 
8229
8263
  var Heart = function Heart(props) {
8230
8264
  var color = props.color,
@@ -8238,7 +8272,7 @@ var Heart = function Heart(props) {
8238
8272
  return /*#__PURE__*/React.createElement("span", {
8239
8273
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8240
8274
  }, /*#__PURE__*/React.createElement("style", {
8241
- children: loadingCircleStyle$2C
8275
+ children: loadingCircleStyle$2E
8242
8276
  }), /*#__PURE__*/React.createElement("svg", _extends({
8243
8277
  xmlns: "http://www.w3.org/2000/svg",
8244
8278
  width: size,
@@ -8270,7 +8304,7 @@ Heart.defaultProps = {
8270
8304
  size: '16'
8271
8305
  };
8272
8306
 
8273
- 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 }';
8307
+ 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 }';
8274
8308
 
8275
8309
  var Bookmark = function Bookmark(props) {
8276
8310
  var color = props.color,
@@ -8284,7 +8318,7 @@ var Bookmark = function Bookmark(props) {
8284
8318
  return /*#__PURE__*/React.createElement("span", {
8285
8319
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8286
8320
  }, /*#__PURE__*/React.createElement("style", {
8287
- children: loadingCircleStyle$2D
8321
+ children: loadingCircleStyle$2F
8288
8322
  }), /*#__PURE__*/React.createElement("svg", _extends({
8289
8323
  xmlns: "http://www.w3.org/2000/svg",
8290
8324
  width: size,
@@ -8316,7 +8350,7 @@ Bookmark.defaultProps = {
8316
8350
  size: '16'
8317
8351
  };
8318
8352
 
8319
- 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 }';
8353
+ 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 }';
8320
8354
 
8321
8355
  var Bookmark2 = function Bookmark2(props) {
8322
8356
  var color = props.color,
@@ -8330,7 +8364,7 @@ var Bookmark2 = function Bookmark2(props) {
8330
8364
  return /*#__PURE__*/React.createElement("span", {
8331
8365
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8332
8366
  }, /*#__PURE__*/React.createElement("style", {
8333
- children: loadingCircleStyle$2E
8367
+ children: loadingCircleStyle$2G
8334
8368
  }), /*#__PURE__*/React.createElement("svg", _extends({
8335
8369
  xmlns: "http://www.w3.org/2000/svg",
8336
8370
  width: size,
@@ -8362,7 +8396,7 @@ Bookmark2.defaultProps = {
8362
8396
  size: '16'
8363
8397
  };
8364
8398
 
8365
- 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 }';
8399
+ 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 }';
8366
8400
 
8367
8401
  var LockClose = function LockClose(props) {
8368
8402
  var color = props.color,
@@ -8376,7 +8410,7 @@ var LockClose = function LockClose(props) {
8376
8410
  return /*#__PURE__*/React.createElement("span", {
8377
8411
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8378
8412
  }, /*#__PURE__*/React.createElement("style", {
8379
- children: loadingCircleStyle$2F
8413
+ children: loadingCircleStyle$2H
8380
8414
  }), /*#__PURE__*/React.createElement("svg", _extends({
8381
8415
  xmlns: "http://www.w3.org/2000/svg",
8382
8416
  width: size,
@@ -8412,7 +8446,7 @@ LockClose.defaultProps = {
8412
8446
  size: '16'
8413
8447
  };
8414
8448
 
8415
- 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 }';
8449
+ 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 }';
8416
8450
 
8417
8451
  var LockCloseFill = function LockCloseFill(props) {
8418
8452
  var color = props.color,
@@ -8426,7 +8460,7 @@ var LockCloseFill = function LockCloseFill(props) {
8426
8460
  return /*#__PURE__*/React.createElement("span", {
8427
8461
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8428
8462
  }, /*#__PURE__*/React.createElement("style", {
8429
- children: loadingCircleStyle$2G
8463
+ children: loadingCircleStyle$2I
8430
8464
  }), /*#__PURE__*/React.createElement("svg", _extends({
8431
8465
  xmlns: "http://www.w3.org/2000/svg",
8432
8466
  width: size,
@@ -8458,7 +8492,7 @@ LockCloseFill.defaultProps = {
8458
8492
  size: '16'
8459
8493
  };
8460
8494
 
8461
- 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 }';
8495
+ 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 }';
8462
8496
 
8463
8497
  var LockOpen = function LockOpen(props) {
8464
8498
  var color = props.color,
@@ -8472,7 +8506,7 @@ var LockOpen = function LockOpen(props) {
8472
8506
  return /*#__PURE__*/React.createElement("span", {
8473
8507
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8474
8508
  }, /*#__PURE__*/React.createElement("style", {
8475
- children: loadingCircleStyle$2H
8509
+ children: loadingCircleStyle$2J
8476
8510
  }), /*#__PURE__*/React.createElement("svg", _extends({
8477
8511
  xmlns: "http://www.w3.org/2000/svg",
8478
8512
  width: size,
@@ -8504,7 +8538,7 @@ LockOpen.defaultProps = {
8504
8538
  size: '16'
8505
8539
  };
8506
8540
 
8507
- 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 }';
8541
+ 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 }';
8508
8542
 
8509
8543
  var LockOpenFill = function LockOpenFill(props) {
8510
8544
  var color = props.color,
@@ -8518,7 +8552,7 @@ var LockOpenFill = function LockOpenFill(props) {
8518
8552
  return /*#__PURE__*/React.createElement("span", {
8519
8553
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8520
8554
  }, /*#__PURE__*/React.createElement("style", {
8521
- children: loadingCircleStyle$2I
8555
+ children: loadingCircleStyle$2K
8522
8556
  }), /*#__PURE__*/React.createElement("svg", _extends({
8523
8557
  xmlns: "http://www.w3.org/2000/svg",
8524
8558
  width: size,
@@ -8550,7 +8584,7 @@ LockOpenFill.defaultProps = {
8550
8584
  size: '16'
8551
8585
  };
8552
8586
 
8553
- 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 }';
8587
+ 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 }';
8554
8588
 
8555
8589
  var EyeOn = function EyeOn(props) {
8556
8590
  var color = props.color,
@@ -8564,7 +8598,7 @@ var EyeOn = function EyeOn(props) {
8564
8598
  return /*#__PURE__*/React.createElement("span", {
8565
8599
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8566
8600
  }, /*#__PURE__*/React.createElement("style", {
8567
- children: loadingCircleStyle$2J
8601
+ children: loadingCircleStyle$2L
8568
8602
  }), /*#__PURE__*/React.createElement("svg", _extends({
8569
8603
  xmlns: "http://www.w3.org/2000/svg",
8570
8604
  width: size,
@@ -8596,7 +8630,7 @@ EyeOn.defaultProps = {
8596
8630
  size: '16'
8597
8631
  };
8598
8632
 
8599
- 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 }';
8633
+ 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 }';
8600
8634
 
8601
8635
  var EyeOnFill = function EyeOnFill(props) {
8602
8636
  var color = props.color,
@@ -8610,7 +8644,7 @@ var EyeOnFill = function EyeOnFill(props) {
8610
8644
  return /*#__PURE__*/React.createElement("span", {
8611
8645
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8612
8646
  }, /*#__PURE__*/React.createElement("style", {
8613
- children: loadingCircleStyle$2K
8647
+ children: loadingCircleStyle$2M
8614
8648
  }), /*#__PURE__*/React.createElement("svg", _extends({
8615
8649
  xmlns: "http://www.w3.org/2000/svg",
8616
8650
  width: size,
@@ -8644,7 +8678,7 @@ EyeOnFill.defaultProps = {
8644
8678
  size: '16'
8645
8679
  };
8646
8680
 
8647
- 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 }';
8681
+ 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 }';
8648
8682
 
8649
8683
  var EyeOff = function EyeOff(props) {
8650
8684
  var color = props.color,
@@ -8658,7 +8692,7 @@ var EyeOff = function EyeOff(props) {
8658
8692
  return /*#__PURE__*/React.createElement("span", {
8659
8693
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8660
8694
  }, /*#__PURE__*/React.createElement("style", {
8661
- children: loadingCircleStyle$2L
8695
+ children: loadingCircleStyle$2N
8662
8696
  }), /*#__PURE__*/React.createElement("svg", _extends({
8663
8697
  xmlns: "http://www.w3.org/2000/svg",
8664
8698
  width: size,
@@ -8690,7 +8724,7 @@ EyeOff.defaultProps = {
8690
8724
  size: '16'
8691
8725
  };
8692
8726
 
8693
- 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 }';
8727
+ 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 }';
8694
8728
 
8695
8729
  var EyeOffFill = function EyeOffFill(props) {
8696
8730
  var color = props.color,
@@ -8704,7 +8738,7 @@ var EyeOffFill = function EyeOffFill(props) {
8704
8738
  return /*#__PURE__*/React.createElement("span", {
8705
8739
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8706
8740
  }, /*#__PURE__*/React.createElement("style", {
8707
- children: loadingCircleStyle$2M
8741
+ children: loadingCircleStyle$2O
8708
8742
  }), /*#__PURE__*/React.createElement("svg", _extends({
8709
8743
  xmlns: "http://www.w3.org/2000/svg",
8710
8744
  width: size,
@@ -8738,7 +8772,7 @@ EyeOffFill.defaultProps = {
8738
8772
  size: '16'
8739
8773
  };
8740
8774
 
8741
- 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 }';
8775
+ 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 }';
8742
8776
 
8743
8777
  var Dot = function Dot(props) {
8744
8778
  var color = props.color,
@@ -8752,7 +8786,7 @@ var Dot = function Dot(props) {
8752
8786
  return /*#__PURE__*/React.createElement("span", {
8753
8787
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8754
8788
  }, /*#__PURE__*/React.createElement("style", {
8755
- children: loadingCircleStyle$2N
8789
+ children: loadingCircleStyle$2P
8756
8790
  }), /*#__PURE__*/React.createElement("svg", _extends({
8757
8791
  xmlns: "http://www.w3.org/2000/svg",
8758
8792
  width: size,
@@ -8786,7 +8820,7 @@ Dot.defaultProps = {
8786
8820
  size: '16'
8787
8821
  };
8788
8822
 
8789
- 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 }';
8823
+ 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 }';
8790
8824
 
8791
8825
  var Anchor = function Anchor(props) {
8792
8826
  var color = props.color,
@@ -8800,7 +8834,7 @@ var Anchor = function Anchor(props) {
8800
8834
  return /*#__PURE__*/React.createElement("span", {
8801
8835
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8802
8836
  }, /*#__PURE__*/React.createElement("style", {
8803
- children: loadingCircleStyle$2O
8837
+ children: loadingCircleStyle$2Q
8804
8838
  }), /*#__PURE__*/React.createElement("svg", _extends({
8805
8839
  xmlns: "http://www.w3.org/2000/svg",
8806
8840
  width: size,
@@ -8832,7 +8866,7 @@ Anchor.defaultProps = {
8832
8866
  size: '16'
8833
8867
  };
8834
8868
 
8835
- 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 }';
8869
+ 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 }';
8836
8870
 
8837
8871
  var ChartLine = function ChartLine(props) {
8838
8872
  var color = props.color,
@@ -8846,7 +8880,7 @@ var ChartLine = function ChartLine(props) {
8846
8880
  return /*#__PURE__*/React.createElement("span", {
8847
8881
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8848
8882
  }, /*#__PURE__*/React.createElement("style", {
8849
- children: loadingCircleStyle$2P
8883
+ children: loadingCircleStyle$2R
8850
8884
  }), /*#__PURE__*/React.createElement("svg", _extends({
8851
8885
  xmlns: "http://www.w3.org/2000/svg",
8852
8886
  width: size,
@@ -8884,7 +8918,7 @@ ChartLine.defaultProps = {
8884
8918
  size: '16'
8885
8919
  };
8886
8920
 
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 }';
8921
+ 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 }';
8888
8922
 
8889
8923
  var ChartBar = function ChartBar(props) {
8890
8924
  var color = props.color,
@@ -8898,7 +8932,7 @@ var ChartBar = function ChartBar(props) {
8898
8932
  return /*#__PURE__*/React.createElement("span", {
8899
8933
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8900
8934
  }, /*#__PURE__*/React.createElement("style", {
8901
- children: loadingCircleStyle$2Q
8935
+ children: loadingCircleStyle$2S
8902
8936
  }), /*#__PURE__*/React.createElement("svg", _extends({
8903
8937
  xmlns: "http://www.w3.org/2000/svg",
8904
8938
  width: size,
@@ -8934,7 +8968,7 @@ ChartBar.defaultProps = {
8934
8968
  size: '16'
8935
8969
  };
8936
8970
 
8937
- 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 }';
8971
+ 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 }';
8938
8972
 
8939
8973
  var ChartCum = function ChartCum(props) {
8940
8974
  var color = props.color,
@@ -8948,7 +8982,7 @@ var ChartCum = function ChartCum(props) {
8948
8982
  return /*#__PURE__*/React.createElement("span", {
8949
8983
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8950
8984
  }, /*#__PURE__*/React.createElement("style", {
8951
- children: loadingCircleStyle$2R
8985
+ children: loadingCircleStyle$2T
8952
8986
  }), /*#__PURE__*/React.createElement("svg", _extends({
8953
8987
  xmlns: "http://www.w3.org/2000/svg",
8954
8988
  width: size,
@@ -8990,7 +9024,7 @@ ChartCum.defaultProps = {
8990
9024
  size: '16'
8991
9025
  };
8992
9026
 
8993
- 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 }';
9027
+ 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 }';
8994
9028
 
8995
9029
  var ChartPie = function ChartPie(props) {
8996
9030
  var color = props.color,
@@ -9004,7 +9038,7 @@ var ChartPie = function ChartPie(props) {
9004
9038
  return /*#__PURE__*/React.createElement("span", {
9005
9039
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9006
9040
  }, /*#__PURE__*/React.createElement("style", {
9007
- children: loadingCircleStyle$2S
9041
+ children: loadingCircleStyle$2U
9008
9042
  }), /*#__PURE__*/React.createElement("svg", _extends({
9009
9043
  xmlns: "http://www.w3.org/2000/svg",
9010
9044
  width: size,
@@ -9038,7 +9072,7 @@ ChartPie.defaultProps = {
9038
9072
  size: '16'
9039
9073
  };
9040
9074
 
9041
- var loadingCircleStyle$2T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9075
+ 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 }';
9042
9076
 
9043
9077
  var ChartDNRe = function ChartDNRe(props) {
9044
9078
  var color = props.color,
@@ -9052,7 +9086,7 @@ var ChartDNRe = function ChartDNRe(props) {
9052
9086
  return /*#__PURE__*/React.createElement("span", {
9053
9087
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9054
9088
  }, /*#__PURE__*/React.createElement("style", {
9055
- children: loadingCircleStyle$2T
9089
+ children: loadingCircleStyle$2V
9056
9090
  }), /*#__PURE__*/React.createElement("svg", _extends({
9057
9091
  xmlns: "http://www.w3.org/2000/svg",
9058
9092
  width: size,
@@ -9096,7 +9130,7 @@ ChartDNRe.defaultProps = {
9096
9130
  size: '16'
9097
9131
  };
9098
9132
 
9099
- 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 }';
9133
+ 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 }';
9100
9134
 
9101
9135
  var ChartDRe = function ChartDRe(props) {
9102
9136
  var color = props.color,
@@ -9110,7 +9144,7 @@ var ChartDRe = function ChartDRe(props) {
9110
9144
  return /*#__PURE__*/React.createElement("span", {
9111
9145
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9112
9146
  }, /*#__PURE__*/React.createElement("style", {
9113
- children: loadingCircleStyle$2U
9147
+ children: loadingCircleStyle$2W
9114
9148
  }), /*#__PURE__*/React.createElement("svg", _extends({
9115
9149
  xmlns: "http://www.w3.org/2000/svg",
9116
9150
  width: size,
@@ -9154,7 +9188,7 @@ ChartDRe.defaultProps = {
9154
9188
  size: '16'
9155
9189
  };
9156
9190
 
9157
- 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 }';
9191
+ 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 }';
9158
9192
 
9159
9193
  var ChartFunnel = function ChartFunnel(props) {
9160
9194
  var color = props.color,
@@ -9168,7 +9202,7 @@ var ChartFunnel = function ChartFunnel(props) {
9168
9202
  return /*#__PURE__*/React.createElement("span", {
9169
9203
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9170
9204
  }, /*#__PURE__*/React.createElement("style", {
9171
- children: loadingCircleStyle$2V
9205
+ children: loadingCircleStyle$2X
9172
9206
  }), /*#__PURE__*/React.createElement("svg", _extends({
9173
9207
  xmlns: "http://www.w3.org/2000/svg",
9174
9208
  width: size,
@@ -9204,7 +9238,7 @@ ChartFunnel.defaultProps = {
9204
9238
  size: '16'
9205
9239
  };
9206
9240
 
9207
- 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 }';
9241
+ 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 }';
9208
9242
 
9209
9243
  var ChartInterval = function ChartInterval(props) {
9210
9244
  var color = props.color,
@@ -9218,7 +9252,7 @@ var ChartInterval = function ChartInterval(props) {
9218
9252
  return /*#__PURE__*/React.createElement("span", {
9219
9253
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9220
9254
  }, /*#__PURE__*/React.createElement("style", {
9221
- children: loadingCircleStyle$2W
9255
+ children: loadingCircleStyle$2Y
9222
9256
  }), /*#__PURE__*/React.createElement("svg", _extends({
9223
9257
  xmlns: "http://www.w3.org/2000/svg",
9224
9258
  width: size,
@@ -9252,7 +9286,7 @@ ChartInterval.defaultProps = {
9252
9286
  size: '16'
9253
9287
  };
9254
9288
 
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 }';
9289
+ 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 }';
9256
9290
 
9257
9291
  var ChartStack = function ChartStack(props) {
9258
9292
  var color = props.color,
@@ -9266,7 +9300,7 @@ var ChartStack = function ChartStack(props) {
9266
9300
  return /*#__PURE__*/React.createElement("span", {
9267
9301
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9268
9302
  }, /*#__PURE__*/React.createElement("style", {
9269
- children: loadingCircleStyle$2X
9303
+ children: loadingCircleStyle$2Z
9270
9304
  }), /*#__PURE__*/React.createElement("svg", _extends({
9271
9305
  xmlns: "http://www.w3.org/2000/svg",
9272
9306
  width: size,
@@ -9300,7 +9334,7 @@ ChartStack.defaultProps = {
9300
9334
  size: '16'
9301
9335
  };
9302
9336
 
9303
- 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 }';
9337
+ 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 }';
9304
9338
 
9305
9339
  var ChartStackn = function ChartStackn(props) {
9306
9340
  var color = props.color,
@@ -9314,7 +9348,7 @@ var ChartStackn = function ChartStackn(props) {
9314
9348
  return /*#__PURE__*/React.createElement("span", {
9315
9349
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9316
9350
  }, /*#__PURE__*/React.createElement("style", {
9317
- children: loadingCircleStyle$2Y
9351
+ children: loadingCircleStyle$2_
9318
9352
  }), /*#__PURE__*/React.createElement("svg", _extends({
9319
9353
  xmlns: "http://www.w3.org/2000/svg",
9320
9354
  width: size,
@@ -9348,7 +9382,7 @@ ChartStackn.defaultProps = {
9348
9382
  size: '16'
9349
9383
  };
9350
9384
 
9351
- 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 }';
9385
+ 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 }';
9352
9386
 
9353
9387
  var ChartStackPerc = function ChartStackPerc(props) {
9354
9388
  var color = props.color,
@@ -9362,7 +9396,7 @@ var ChartStackPerc = function ChartStackPerc(props) {
9362
9396
  return /*#__PURE__*/React.createElement("span", {
9363
9397
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9364
9398
  }, /*#__PURE__*/React.createElement("style", {
9365
- children: loadingCircleStyle$2Z
9399
+ children: loadingCircleStyle$2$
9366
9400
  }), /*#__PURE__*/React.createElement("svg", _extends({
9367
9401
  xmlns: "http://www.w3.org/2000/svg",
9368
9402
  width: size,
@@ -9396,7 +9430,7 @@ ChartStackPerc.defaultProps = {
9396
9430
  size: '16'
9397
9431
  };
9398
9432
 
9399
- 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 }';
9433
+ var loadingCircleStyle$30 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9400
9434
 
9401
9435
  var ChartComplex = function ChartComplex(props) {
9402
9436
  var color = props.color,
@@ -9410,7 +9444,7 @@ var ChartComplex = function ChartComplex(props) {
9410
9444
  return /*#__PURE__*/React.createElement("span", {
9411
9445
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9412
9446
  }, /*#__PURE__*/React.createElement("style", {
9413
- children: loadingCircleStyle$2_
9447
+ children: loadingCircleStyle$30
9414
9448
  }), /*#__PURE__*/React.createElement("svg", _extends({
9415
9449
  xmlns: "http://www.w3.org/2000/svg",
9416
9450
  width: size,
@@ -9450,7 +9484,7 @@ ChartComplex.defaultProps = {
9450
9484
  size: '16'
9451
9485
  };
9452
9486
 
9453
- 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 }';
9487
+ 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 }';
9454
9488
 
9455
9489
  var ChartHistogram = function ChartHistogram(props) {
9456
9490
  var color = props.color,
@@ -9464,7 +9498,7 @@ var ChartHistogram = function ChartHistogram(props) {
9464
9498
  return /*#__PURE__*/React.createElement("span", {
9465
9499
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9466
9500
  }, /*#__PURE__*/React.createElement("style", {
9467
- children: loadingCircleStyle$2$
9501
+ children: loadingCircleStyle$31
9468
9502
  }), /*#__PURE__*/React.createElement("svg", _extends({
9469
9503
  xmlns: "http://www.w3.org/2000/svg",
9470
9504
  width: size,
@@ -9510,7 +9544,7 @@ ChartHistogram.defaultProps = {
9510
9544
  size: '16'
9511
9545
  };
9512
9546
 
9513
- 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 }';
9547
+ 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 }';
9514
9548
 
9515
9549
  var ChartTable = function ChartTable(props) {
9516
9550
  var color = props.color,
@@ -9524,7 +9558,7 @@ var ChartTable = function ChartTable(props) {
9524
9558
  return /*#__PURE__*/React.createElement("span", {
9525
9559
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9526
9560
  }, /*#__PURE__*/React.createElement("style", {
9527
- children: loadingCircleStyle$30
9561
+ children: loadingCircleStyle$32
9528
9562
  }), /*#__PURE__*/React.createElement("svg", _extends({
9529
9563
  xmlns: "http://www.w3.org/2000/svg",
9530
9564
  width: size,
@@ -9556,7 +9590,7 @@ ChartTable.defaultProps = {
9556
9590
  size: '16'
9557
9591
  };
9558
9592
 
9559
- 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 }';
9593
+ 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 }';
9560
9594
 
9561
9595
  var ChartFieldlist = function ChartFieldlist(props) {
9562
9596
  var color = props.color,
@@ -9570,7 +9604,7 @@ var ChartFieldlist = function ChartFieldlist(props) {
9570
9604
  return /*#__PURE__*/React.createElement("span", {
9571
9605
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9572
9606
  }, /*#__PURE__*/React.createElement("style", {
9573
- children: loadingCircleStyle$31
9607
+ children: loadingCircleStyle$33
9574
9608
  }), /*#__PURE__*/React.createElement("svg", _extends({
9575
9609
  xmlns: "http://www.w3.org/2000/svg",
9576
9610
  width: size,
@@ -9602,7 +9636,7 @@ ChartFieldlist.defaultProps = {
9602
9636
  size: '16'
9603
9637
  };
9604
9638
 
9605
- 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 }';
9639
+ 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 }';
9606
9640
 
9607
9641
  var Table1dtable = function Table1dtable(props) {
9608
9642
  var color = props.color,
@@ -9616,7 +9650,7 @@ var Table1dtable = function Table1dtable(props) {
9616
9650
  return /*#__PURE__*/React.createElement("span", {
9617
9651
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9618
9652
  }, /*#__PURE__*/React.createElement("style", {
9619
- children: loadingCircleStyle$32
9653
+ children: loadingCircleStyle$34
9620
9654
  }), /*#__PURE__*/React.createElement("svg", _extends({
9621
9655
  xmlns: "http://www.w3.org/2000/svg",
9622
9656
  width: size,
@@ -9666,7 +9700,7 @@ Table1dtable.defaultProps = {
9666
9700
  size: '16'
9667
9701
  };
9668
9702
 
9669
- 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 }';
9703
+ 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 }';
9670
9704
 
9671
9705
  var ChartSqltable = function ChartSqltable(props) {
9672
9706
  var color = props.color,
@@ -9680,7 +9714,7 @@ var ChartSqltable = function ChartSqltable(props) {
9680
9714
  return /*#__PURE__*/React.createElement("span", {
9681
9715
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9682
9716
  }, /*#__PURE__*/React.createElement("style", {
9683
- children: loadingCircleStyle$33
9717
+ children: loadingCircleStyle$35
9684
9718
  }), /*#__PURE__*/React.createElement("svg", _extends({
9685
9719
  xmlns: "http://www.w3.org/2000/svg",
9686
9720
  width: size,
@@ -9712,7 +9746,7 @@ ChartSqltable.defaultProps = {
9712
9746
  size: '16'
9713
9747
  };
9714
9748
 
9715
- 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 }';
9749
+ 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 }';
9716
9750
 
9717
9751
  var ChartCombinedTable = function ChartCombinedTable(props) {
9718
9752
  var color = props.color,
@@ -9726,7 +9760,7 @@ var ChartCombinedTable = function ChartCombinedTable(props) {
9726
9760
  return /*#__PURE__*/React.createElement("span", {
9727
9761
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9728
9762
  }, /*#__PURE__*/React.createElement("style", {
9729
- children: loadingCircleStyle$34
9763
+ children: loadingCircleStyle$36
9730
9764
  }), /*#__PURE__*/React.createElement("svg", _extends({
9731
9765
  xmlns: "http://www.w3.org/2000/svg",
9732
9766
  width: size,
@@ -9758,7 +9792,7 @@ ChartCombinedTable.defaultProps = {
9758
9792
  size: '16'
9759
9793
  };
9760
9794
 
9761
- 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 }';
9795
+ 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 }';
9762
9796
 
9763
9797
  var ChartDistTable = function ChartDistTable(props) {
9764
9798
  var color = props.color,
@@ -9772,7 +9806,7 @@ var ChartDistTable = function ChartDistTable(props) {
9772
9806
  return /*#__PURE__*/React.createElement("span", {
9773
9807
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9774
9808
  }, /*#__PURE__*/React.createElement("style", {
9775
- children: loadingCircleStyle$35
9809
+ children: loadingCircleStyle$37
9776
9810
  }), /*#__PURE__*/React.createElement("svg", _extends({
9777
9811
  xmlns: "http://www.w3.org/2000/svg",
9778
9812
  width: size,
@@ -9804,7 +9838,7 @@ ChartDistTable.defaultProps = {
9804
9838
  size: '16'
9805
9839
  };
9806
9840
 
9807
- 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 }';
9841
+ 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 }';
9808
9842
 
9809
9843
  var ChartBarTable = function ChartBarTable(props) {
9810
9844
  var color = props.color,
@@ -9818,7 +9852,7 @@ var ChartBarTable = function ChartBarTable(props) {
9818
9852
  return /*#__PURE__*/React.createElement("span", {
9819
9853
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9820
9854
  }, /*#__PURE__*/React.createElement("style", {
9821
- children: loadingCircleStyle$36
9855
+ children: loadingCircleStyle$38
9822
9856
  }), /*#__PURE__*/React.createElement("svg", _extends({
9823
9857
  xmlns: "http://www.w3.org/2000/svg",
9824
9858
  width: size,
@@ -9852,7 +9886,7 @@ ChartBarTable.defaultProps = {
9852
9886
  size: '16'
9853
9887
  };
9854
9888
 
9855
- 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 }';
9889
+ 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 }';
9856
9890
 
9857
9891
  var ChartLineTable = function ChartLineTable(props) {
9858
9892
  var color = props.color,
@@ -9866,7 +9900,7 @@ var ChartLineTable = function ChartLineTable(props) {
9866
9900
  return /*#__PURE__*/React.createElement("span", {
9867
9901
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9868
9902
  }, /*#__PURE__*/React.createElement("style", {
9869
- children: loadingCircleStyle$37
9903
+ children: loadingCircleStyle$39
9870
9904
  }), /*#__PURE__*/React.createElement("svg", _extends({
9871
9905
  xmlns: "http://www.w3.org/2000/svg",
9872
9906
  width: size,
@@ -9906,7 +9940,7 @@ ChartLineTable.defaultProps = {
9906
9940
  size: '16'
9907
9941
  };
9908
9942
 
9909
- 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 }';
9943
+ 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 }';
9910
9944
 
9911
9945
  var Play = function Play(props) {
9912
9946
  var color = props.color,
@@ -9920,7 +9954,7 @@ var Play = function Play(props) {
9920
9954
  return /*#__PURE__*/React.createElement("span", {
9921
9955
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9922
9956
  }, /*#__PURE__*/React.createElement("style", {
9923
- children: loadingCircleStyle$38
9957
+ children: loadingCircleStyle$3a
9924
9958
  }), /*#__PURE__*/React.createElement("svg", _extends({
9925
9959
  xmlns: "http://www.w3.org/2000/svg",
9926
9960
  width: size,
@@ -9952,7 +9986,7 @@ Play.defaultProps = {
9952
9986
  size: '16'
9953
9987
  };
9954
9988
 
9955
- 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 }';
9989
+ 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 }';
9956
9990
 
9957
9991
  var Config = function Config(props) {
9958
9992
  var color = props.color,
@@ -9966,7 +10000,7 @@ var Config = function Config(props) {
9966
10000
  return /*#__PURE__*/React.createElement("span", {
9967
10001
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9968
10002
  }, /*#__PURE__*/React.createElement("style", {
9969
- children: loadingCircleStyle$39
10003
+ children: loadingCircleStyle$3b
9970
10004
  }), /*#__PURE__*/React.createElement("svg", _extends({
9971
10005
  xmlns: "http://www.w3.org/2000/svg",
9972
10006
  width: size,
@@ -9998,7 +10032,7 @@ Config.defaultProps = {
9998
10032
  size: '16'
9999
10033
  };
10000
10034
 
10001
- 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 }';
10035
+ 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 }';
10002
10036
 
10003
10037
  var Setting = function Setting(props) {
10004
10038
  var color = props.color,
@@ -10012,7 +10046,7 @@ var Setting = function Setting(props) {
10012
10046
  return /*#__PURE__*/React.createElement("span", {
10013
10047
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10014
10048
  }, /*#__PURE__*/React.createElement("style", {
10015
- children: loadingCircleStyle$3a
10049
+ children: loadingCircleStyle$3c
10016
10050
  }), /*#__PURE__*/React.createElement("svg", _extends({
10017
10051
  xmlns: "http://www.w3.org/2000/svg",
10018
10052
  width: size,
@@ -10044,7 +10078,7 @@ Setting.defaultProps = {
10044
10078
  size: '16'
10045
10079
  };
10046
10080
 
10047
- 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 }';
10081
+ 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 }';
10048
10082
 
10049
10083
  var Search = function Search(props) {
10050
10084
  var color = props.color,
@@ -10058,7 +10092,7 @@ var Search = function Search(props) {
10058
10092
  return /*#__PURE__*/React.createElement("span", {
10059
10093
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10060
10094
  }, /*#__PURE__*/React.createElement("style", {
10061
- children: loadingCircleStyle$3b
10095
+ children: loadingCircleStyle$3d
10062
10096
  }), /*#__PURE__*/React.createElement("svg", _extends({
10063
10097
  xmlns: "http://www.w3.org/2000/svg",
10064
10098
  width: size,
@@ -10090,7 +10124,7 @@ Search.defaultProps = {
10090
10124
  size: '16'
10091
10125
  };
10092
10126
 
10093
- 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 }';
10127
+ 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 }';
10094
10128
 
10095
10129
  var Copy = function Copy(props) {
10096
10130
  var color = props.color,
@@ -10104,7 +10138,7 @@ var Copy = function Copy(props) {
10104
10138
  return /*#__PURE__*/React.createElement("span", {
10105
10139
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10106
10140
  }, /*#__PURE__*/React.createElement("style", {
10107
- children: loadingCircleStyle$3c
10141
+ children: loadingCircleStyle$3e
10108
10142
  }), /*#__PURE__*/React.createElement("svg", _extends({
10109
10143
  xmlns: "http://www.w3.org/2000/svg",
10110
10144
  width: size,
@@ -10136,7 +10170,7 @@ Copy.defaultProps = {
10136
10170
  size: '16'
10137
10171
  };
10138
10172
 
10139
- 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 }';
10173
+ 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 }';
10140
10174
 
10141
10175
  var Copy2 = function Copy2(props) {
10142
10176
  var color = props.color,
@@ -10150,7 +10184,7 @@ var Copy2 = function Copy2(props) {
10150
10184
  return /*#__PURE__*/React.createElement("span", {
10151
10185
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10152
10186
  }, /*#__PURE__*/React.createElement("style", {
10153
- children: loadingCircleStyle$3d
10187
+ children: loadingCircleStyle$3f
10154
10188
  }), /*#__PURE__*/React.createElement("svg", _extends({
10155
10189
  xmlns: "http://www.w3.org/2000/svg",
10156
10190
  width: size,
@@ -10182,7 +10216,7 @@ Copy2.defaultProps = {
10182
10216
  size: '16'
10183
10217
  };
10184
10218
 
10185
- 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 }';
10219
+ 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 }';
10186
10220
 
10187
10221
  var Format = function Format(props) {
10188
10222
  var color = props.color,
@@ -10196,7 +10230,7 @@ var Format = function Format(props) {
10196
10230
  return /*#__PURE__*/React.createElement("span", {
10197
10231
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10198
10232
  }, /*#__PURE__*/React.createElement("style", {
10199
- children: loadingCircleStyle$3e
10233
+ children: loadingCircleStyle$3g
10200
10234
  }), /*#__PURE__*/React.createElement("svg", _extends({
10201
10235
  xmlns: "http://www.w3.org/2000/svg",
10202
10236
  width: size,
@@ -10230,7 +10264,7 @@ Format.defaultProps = {
10230
10264
  size: '16'
10231
10265
  };
10232
10266
 
10233
- 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 }';
10267
+ 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 }';
10234
10268
 
10235
10269
  var Code = function Code(props) {
10236
10270
  var color = props.color,
@@ -10244,7 +10278,7 @@ var Code = function Code(props) {
10244
10278
  return /*#__PURE__*/React.createElement("span", {
10245
10279
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10246
10280
  }, /*#__PURE__*/React.createElement("style", {
10247
- children: loadingCircleStyle$3f
10281
+ children: loadingCircleStyle$3h
10248
10282
  }), /*#__PURE__*/React.createElement("svg", _extends({
10249
10283
  xmlns: "http://www.w3.org/2000/svg",
10250
10284
  width: size,
@@ -10276,7 +10310,7 @@ Code.defaultProps = {
10276
10310
  size: '16'
10277
10311
  };
10278
10312
 
10279
- 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 }';
10313
+ 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 }';
10280
10314
 
10281
10315
  var Edit = function Edit(props) {
10282
10316
  var color = props.color,
@@ -10290,7 +10324,7 @@ var Edit = function Edit(props) {
10290
10324
  return /*#__PURE__*/React.createElement("span", {
10291
10325
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10292
10326
  }, /*#__PURE__*/React.createElement("style", {
10293
- children: loadingCircleStyle$3g
10327
+ children: loadingCircleStyle$3i
10294
10328
  }), /*#__PURE__*/React.createElement("svg", _extends({
10295
10329
  xmlns: "http://www.w3.org/2000/svg",
10296
10330
  width: size,
@@ -10322,7 +10356,7 @@ Edit.defaultProps = {
10322
10356
  size: '16'
10323
10357
  };
10324
10358
 
10325
- 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 }';
10359
+ 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 }';
10326
10360
 
10327
10361
  var EditFill = function EditFill(props) {
10328
10362
  var color = props.color,
@@ -10336,7 +10370,7 @@ var EditFill = function EditFill(props) {
10336
10370
  return /*#__PURE__*/React.createElement("span", {
10337
10371
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10338
10372
  }, /*#__PURE__*/React.createElement("style", {
10339
- children: loadingCircleStyle$3h
10373
+ children: loadingCircleStyle$3j
10340
10374
  }), /*#__PURE__*/React.createElement("svg", _extends({
10341
10375
  xmlns: "http://www.w3.org/2000/svg",
10342
10376
  width: size,
@@ -10370,7 +10404,7 @@ EditFill.defaultProps = {
10370
10404
  size: '16'
10371
10405
  };
10372
10406
 
10373
- 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 }';
10407
+ 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 }';
10374
10408
 
10375
10409
  var Delete1 = function Delete1(props) {
10376
10410
  var color = props.color,
@@ -10384,7 +10418,7 @@ var Delete1 = function Delete1(props) {
10384
10418
  return /*#__PURE__*/React.createElement("span", {
10385
10419
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10386
10420
  }, /*#__PURE__*/React.createElement("style", {
10387
- children: loadingCircleStyle$3i
10421
+ children: loadingCircleStyle$3k
10388
10422
  }), /*#__PURE__*/React.createElement("svg", _extends({
10389
10423
  xmlns: "http://www.w3.org/2000/svg",
10390
10424
  width: size,
@@ -10416,7 +10450,7 @@ Delete1.defaultProps = {
10416
10450
  size: '16'
10417
10451
  };
10418
10452
 
10419
- 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 }';
10453
+ 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 }';
10420
10454
 
10421
10455
  var Save = function Save(props) {
10422
10456
  var color = props.color,
@@ -10430,7 +10464,7 @@ var Save = function Save(props) {
10430
10464
  return /*#__PURE__*/React.createElement("span", {
10431
10465
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10432
10466
  }, /*#__PURE__*/React.createElement("style", {
10433
- children: loadingCircleStyle$3j
10467
+ children: loadingCircleStyle$3l
10434
10468
  }), /*#__PURE__*/React.createElement("svg", _extends({
10435
10469
  xmlns: "http://www.w3.org/2000/svg",
10436
10470
  width: size,
@@ -10462,7 +10496,7 @@ Save.defaultProps = {
10462
10496
  size: '16'
10463
10497
  };
10464
10498
 
10465
- 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 }';
10499
+ 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 }';
10466
10500
 
10467
10501
  var Send = function Send(props) {
10468
10502
  var color = props.color,
@@ -10476,7 +10510,7 @@ var Send = function Send(props) {
10476
10510
  return /*#__PURE__*/React.createElement("span", {
10477
10511
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10478
10512
  }, /*#__PURE__*/React.createElement("style", {
10479
- children: loadingCircleStyle$3k
10513
+ children: loadingCircleStyle$3m
10480
10514
  }), /*#__PURE__*/React.createElement("svg", _extends({
10481
10515
  xmlns: "http://www.w3.org/2000/svg",
10482
10516
  width: size,
@@ -10508,7 +10542,7 @@ Send.defaultProps = {
10508
10542
  size: '16'
10509
10543
  };
10510
10544
 
10511
- 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 }';
10545
+ 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 }';
10512
10546
 
10513
10547
  var Fullscreen = function Fullscreen(props) {
10514
10548
  var color = props.color,
@@ -10522,7 +10556,7 @@ var Fullscreen = function Fullscreen(props) {
10522
10556
  return /*#__PURE__*/React.createElement("span", {
10523
10557
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10524
10558
  }, /*#__PURE__*/React.createElement("style", {
10525
- children: loadingCircleStyle$3l
10559
+ children: loadingCircleStyle$3n
10526
10560
  }), /*#__PURE__*/React.createElement("svg", _extends({
10527
10561
  xmlns: "http://www.w3.org/2000/svg",
10528
10562
  width: size,
@@ -10554,7 +10588,7 @@ Fullscreen.defaultProps = {
10554
10588
  size: '16'
10555
10589
  };
10556
10590
 
10557
- 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 }';
10591
+ 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 }';
10558
10592
 
10559
10593
  var ArrowLeftDown = function ArrowLeftDown(props) {
10560
10594
  var color = props.color,
@@ -10568,7 +10602,7 @@ var ArrowLeftDown = function ArrowLeftDown(props) {
10568
10602
  return /*#__PURE__*/React.createElement("span", {
10569
10603
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10570
10604
  }, /*#__PURE__*/React.createElement("style", {
10571
- children: loadingCircleStyle$3m
10605
+ children: loadingCircleStyle$3o
10572
10606
  }), /*#__PURE__*/React.createElement("svg", _extends({
10573
10607
  xmlns: "http://www.w3.org/2000/svg",
10574
10608
  width: size,
@@ -10600,7 +10634,7 @@ ArrowLeftDown.defaultProps = {
10600
10634
  size: '16'
10601
10635
  };
10602
10636
 
10603
- 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 }';
10637
+ 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 }';
10604
10638
 
10605
10639
  var Link = function Link(props) {
10606
10640
  var color = props.color,
@@ -10614,7 +10648,7 @@ var Link = function Link(props) {
10614
10648
  return /*#__PURE__*/React.createElement("span", {
10615
10649
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10616
10650
  }, /*#__PURE__*/React.createElement("style", {
10617
- children: loadingCircleStyle$3n
10651
+ children: loadingCircleStyle$3p
10618
10652
  }), /*#__PURE__*/React.createElement("svg", _extends({
10619
10653
  xmlns: "http://www.w3.org/2000/svg",
10620
10654
  width: size,
@@ -10650,7 +10684,7 @@ Link.defaultProps = {
10650
10684
  size: '16'
10651
10685
  };
10652
10686
 
10653
- 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 }';
10687
+ 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 }';
10654
10688
 
10655
10689
  var Unlink = function Unlink(props) {
10656
10690
  var color = props.color,
@@ -10664,7 +10698,7 @@ var Unlink = function Unlink(props) {
10664
10698
  return /*#__PURE__*/React.createElement("span", {
10665
10699
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10666
10700
  }, /*#__PURE__*/React.createElement("style", {
10667
- children: loadingCircleStyle$3o
10701
+ children: loadingCircleStyle$3q
10668
10702
  }), /*#__PURE__*/React.createElement("svg", _extends({
10669
10703
  xmlns: "http://www.w3.org/2000/svg",
10670
10704
  width: size,
@@ -10702,7 +10736,7 @@ Unlink.defaultProps = {
10702
10736
  size: '16'
10703
10737
  };
10704
10738
 
10705
- 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 }';
10739
+ 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 }';
10706
10740
 
10707
10741
  var MenuUnfold = function MenuUnfold(props) {
10708
10742
  var color = props.color,
@@ -10716,7 +10750,7 @@ var MenuUnfold = function MenuUnfold(props) {
10716
10750
  return /*#__PURE__*/React.createElement("span", {
10717
10751
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10718
10752
  }, /*#__PURE__*/React.createElement("style", {
10719
- children: loadingCircleStyle$3p
10753
+ children: loadingCircleStyle$3r
10720
10754
  }), /*#__PURE__*/React.createElement("svg", _extends({
10721
10755
  xmlns: "http://www.w3.org/2000/svg",
10722
10756
  width: size,
@@ -10748,7 +10782,7 @@ MenuUnfold.defaultProps = {
10748
10782
  size: '16'
10749
10783
  };
10750
10784
 
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 }';
10785
+ 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 }';
10752
10786
 
10753
10787
  var MenuFold = function MenuFold(props) {
10754
10788
  var color = props.color,
@@ -10762,7 +10796,7 @@ var MenuFold = function MenuFold(props) {
10762
10796
  return /*#__PURE__*/React.createElement("span", {
10763
10797
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10764
10798
  }, /*#__PURE__*/React.createElement("style", {
10765
- children: loadingCircleStyle$3q
10799
+ children: loadingCircleStyle$3s
10766
10800
  }), /*#__PURE__*/React.createElement("svg", _extends({
10767
10801
  xmlns: "http://www.w3.org/2000/svg",
10768
10802
  width: size,
@@ -10794,7 +10828,7 @@ MenuFold.defaultProps = {
10794
10828
  size: '16'
10795
10829
  };
10796
10830
 
10797
- 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 }';
10831
+ 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 }';
10798
10832
 
10799
10833
  var List = function List(props) {
10800
10834
  var color = props.color,
@@ -10808,7 +10842,7 @@ var List = function List(props) {
10808
10842
  return /*#__PURE__*/React.createElement("span", {
10809
10843
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10810
10844
  }, /*#__PURE__*/React.createElement("style", {
10811
- children: loadingCircleStyle$3r
10845
+ children: loadingCircleStyle$3t
10812
10846
  }), /*#__PURE__*/React.createElement("svg", _extends({
10813
10847
  xmlns: "http://www.w3.org/2000/svg",
10814
10848
  width: size,
@@ -10840,7 +10874,7 @@ List.defaultProps = {
10840
10874
  size: '16'
10841
10875
  };
10842
10876
 
10843
- 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 }';
10877
+ 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 }';
10844
10878
 
10845
10879
  var ListNested = function ListNested(props) {
10846
10880
  var color = props.color,
@@ -10854,7 +10888,7 @@ var ListNested = function ListNested(props) {
10854
10888
  return /*#__PURE__*/React.createElement("span", {
10855
10889
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10856
10890
  }, /*#__PURE__*/React.createElement("style", {
10857
- children: loadingCircleStyle$3s
10891
+ children: loadingCircleStyle$3u
10858
10892
  }), /*#__PURE__*/React.createElement("svg", _extends({
10859
10893
  xmlns: "http://www.w3.org/2000/svg",
10860
10894
  width: size,
@@ -10888,7 +10922,7 @@ ListNested.defaultProps = {
10888
10922
  size: '16'
10889
10923
  };
10890
10924
 
10891
- 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 }';
10925
+ 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 }';
10892
10926
 
10893
10927
  var DoubleList = function DoubleList(props) {
10894
10928
  var color = props.color,
@@ -10902,7 +10936,7 @@ var DoubleList = function DoubleList(props) {
10902
10936
  return /*#__PURE__*/React.createElement("span", {
10903
10937
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10904
10938
  }, /*#__PURE__*/React.createElement("style", {
10905
- children: loadingCircleStyle$3t
10939
+ children: loadingCircleStyle$3v
10906
10940
  }), /*#__PURE__*/React.createElement("svg", _extends({
10907
10941
  xmlns: "http://www.w3.org/2000/svg",
10908
10942
  width: size,
@@ -10944,7 +10978,7 @@ DoubleList.defaultProps = {
10944
10978
  size: '16'
10945
10979
  };
10946
10980
 
10947
- var loadingCircleStyle$3u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
10981
+ 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 }';
10948
10982
 
10949
10983
  var Download = function Download(props) {
10950
10984
  var color = props.color,
@@ -10958,7 +10992,7 @@ var Download = function Download(props) {
10958
10992
  return /*#__PURE__*/React.createElement("span", {
10959
10993
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10960
10994
  }, /*#__PURE__*/React.createElement("style", {
10961
- children: loadingCircleStyle$3u
10995
+ children: loadingCircleStyle$3w
10962
10996
  }), /*#__PURE__*/React.createElement("svg", _extends({
10963
10997
  xmlns: "http://www.w3.org/2000/svg",
10964
10998
  width: size,
@@ -10990,7 +11024,7 @@ Download.defaultProps = {
10990
11024
  size: '16'
10991
11025
  };
10992
11026
 
10993
- 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 }';
11027
+ 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 }';
10994
11028
 
10995
11029
  var FullDownload = function FullDownload(props) {
10996
11030
  var color = props.color,
@@ -11004,7 +11038,7 @@ var FullDownload = function FullDownload(props) {
11004
11038
  return /*#__PURE__*/React.createElement("span", {
11005
11039
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11006
11040
  }, /*#__PURE__*/React.createElement("style", {
11007
- children: loadingCircleStyle$3v
11041
+ children: loadingCircleStyle$3x
11008
11042
  }), /*#__PURE__*/React.createElement("svg", _extends({
11009
11043
  xmlns: "http://www.w3.org/2000/svg",
11010
11044
  width: size,
@@ -11038,7 +11072,7 @@ FullDownload.defaultProps = {
11038
11072
  size: '16'
11039
11073
  };
11040
11074
 
11041
- 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 }';
11075
+ 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 }';
11042
11076
 
11043
11077
  var Export = function Export(props) {
11044
11078
  var color = props.color,
@@ -11052,7 +11086,7 @@ var Export = function Export(props) {
11052
11086
  return /*#__PURE__*/React.createElement("span", {
11053
11087
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11054
11088
  }, /*#__PURE__*/React.createElement("style", {
11055
- children: loadingCircleStyle$3w
11089
+ children: loadingCircleStyle$3y
11056
11090
  }), /*#__PURE__*/React.createElement("svg", _extends({
11057
11091
  xmlns: "http://www.w3.org/2000/svg",
11058
11092
  width: size,
@@ -11086,7 +11120,7 @@ Export.defaultProps = {
11086
11120
  size: '16'
11087
11121
  };
11088
11122
 
11089
- 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 }';
11123
+ 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 }';
11090
11124
 
11091
11125
  var Import = function Import(props) {
11092
11126
  var color = props.color,
@@ -11100,7 +11134,7 @@ var Import = function Import(props) {
11100
11134
  return /*#__PURE__*/React.createElement("span", {
11101
11135
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11102
11136
  }, /*#__PURE__*/React.createElement("style", {
11103
- children: loadingCircleStyle$3x
11137
+ children: loadingCircleStyle$3z
11104
11138
  }), /*#__PURE__*/React.createElement("svg", _extends({
11105
11139
  xmlns: "http://www.w3.org/2000/svg",
11106
11140
  width: size,
@@ -11134,7 +11168,7 @@ Import.defaultProps = {
11134
11168
  size: '16'
11135
11169
  };
11136
11170
 
11137
- 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 }';
11171
+ 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 }';
11138
11172
 
11139
11173
  var Add1 = function Add1(props) {
11140
11174
  var color = props.color,
@@ -11148,7 +11182,7 @@ var Add1 = function Add1(props) {
11148
11182
  return /*#__PURE__*/React.createElement("span", {
11149
11183
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11150
11184
  }, /*#__PURE__*/React.createElement("style", {
11151
- children: loadingCircleStyle$3y
11185
+ children: loadingCircleStyle$3A
11152
11186
  }), /*#__PURE__*/React.createElement("svg", _extends({
11153
11187
  xmlns: "http://www.w3.org/2000/svg",
11154
11188
  width: size,
@@ -11180,7 +11214,7 @@ Add1.defaultProps = {
11180
11214
  size: '16'
11181
11215
  };
11182
11216
 
11183
- 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 }';
11217
+ 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 }';
11184
11218
 
11185
11219
  var Add2 = function Add2(props) {
11186
11220
  var color = props.color,
@@ -11194,7 +11228,7 @@ var Add2 = function Add2(props) {
11194
11228
  return /*#__PURE__*/React.createElement("span", {
11195
11229
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11196
11230
  }, /*#__PURE__*/React.createElement("style", {
11197
- children: loadingCircleStyle$3z
11231
+ children: loadingCircleStyle$3B
11198
11232
  }), /*#__PURE__*/React.createElement("svg", _extends({
11199
11233
  xmlns: "http://www.w3.org/2000/svg",
11200
11234
  width: size,
@@ -11226,7 +11260,7 @@ Add2.defaultProps = {
11226
11260
  size: '16'
11227
11261
  };
11228
11262
 
11229
- 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 }';
11263
+ 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 }';
11230
11264
 
11231
11265
  var Add3 = function Add3(props) {
11232
11266
  var color = props.color,
@@ -11240,7 +11274,7 @@ var Add3 = function Add3(props) {
11240
11274
  return /*#__PURE__*/React.createElement("span", {
11241
11275
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11242
11276
  }, /*#__PURE__*/React.createElement("style", {
11243
- children: loadingCircleStyle$3A
11277
+ children: loadingCircleStyle$3C
11244
11278
  }), /*#__PURE__*/React.createElement("svg", _extends({
11245
11279
  xmlns: "http://www.w3.org/2000/svg",
11246
11280
  width: size,
@@ -11272,7 +11306,7 @@ Add3.defaultProps = {
11272
11306
  size: '16'
11273
11307
  };
11274
11308
 
11275
- 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 }';
11309
+ 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 }';
11276
11310
 
11277
11311
  var Add3Fill = function Add3Fill(props) {
11278
11312
  var color = props.color,
@@ -11286,7 +11320,7 @@ var Add3Fill = function Add3Fill(props) {
11286
11320
  return /*#__PURE__*/React.createElement("span", {
11287
11321
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11288
11322
  }, /*#__PURE__*/React.createElement("style", {
11289
- children: loadingCircleStyle$3B
11323
+ children: loadingCircleStyle$3D
11290
11324
  }), /*#__PURE__*/React.createElement("svg", _extends({
11291
11325
  xmlns: "http://www.w3.org/2000/svg",
11292
11326
  width: size,
@@ -11318,7 +11352,7 @@ Add3Fill.defaultProps = {
11318
11352
  size: '16'
11319
11353
  };
11320
11354
 
11321
- 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 }';
11355
+ 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 }';
11322
11356
 
11323
11357
  var Subtract = function Subtract(props) {
11324
11358
  var color = props.color,
@@ -11332,7 +11366,7 @@ var Subtract = function Subtract(props) {
11332
11366
  return /*#__PURE__*/React.createElement("span", {
11333
11367
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11334
11368
  }, /*#__PURE__*/React.createElement("style", {
11335
- children: loadingCircleStyle$3C
11369
+ children: loadingCircleStyle$3E
11336
11370
  }), /*#__PURE__*/React.createElement("svg", _extends({
11337
11371
  xmlns: "http://www.w3.org/2000/svg",
11338
11372
  width: size,
@@ -11367,7 +11401,7 @@ Subtract.defaultProps = {
11367
11401
  size: '16'
11368
11402
  };
11369
11403
 
11370
- 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 }';
11404
+ 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 }';
11371
11405
 
11372
11406
  var Subtract2 = function Subtract2(props) {
11373
11407
  var color = props.color,
@@ -11381,7 +11415,7 @@ var Subtract2 = function Subtract2(props) {
11381
11415
  return /*#__PURE__*/React.createElement("span", {
11382
11416
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11383
11417
  }, /*#__PURE__*/React.createElement("style", {
11384
- children: loadingCircleStyle$3D
11418
+ children: loadingCircleStyle$3F
11385
11419
  }), /*#__PURE__*/React.createElement("svg", _extends({
11386
11420
  xmlns: "http://www.w3.org/2000/svg",
11387
11421
  width: size,
@@ -11417,7 +11451,7 @@ Subtract2.defaultProps = {
11417
11451
  size: '16'
11418
11452
  };
11419
11453
 
11420
- 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 }';
11454
+ 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 }';
11421
11455
 
11422
11456
  var Update = function Update(props) {
11423
11457
  var color = props.color,
@@ -11431,7 +11465,7 @@ var Update = function Update(props) {
11431
11465
  return /*#__PURE__*/React.createElement("span", {
11432
11466
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11433
11467
  }, /*#__PURE__*/React.createElement("style", {
11434
- children: loadingCircleStyle$3E
11468
+ children: loadingCircleStyle$3G
11435
11469
  }), /*#__PURE__*/React.createElement("svg", _extends({
11436
11470
  xmlns: "http://www.w3.org/2000/svg",
11437
11471
  width: size,
@@ -11463,7 +11497,7 @@ Update.defaultProps = {
11463
11497
  size: '16'
11464
11498
  };
11465
11499
 
11466
- 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 }';
11500
+ 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 }';
11467
11501
 
11468
11502
  var Rename = function Rename(props) {
11469
11503
  var color = props.color,
@@ -11477,7 +11511,7 @@ var Rename = function Rename(props) {
11477
11511
  return /*#__PURE__*/React.createElement("span", {
11478
11512
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11479
11513
  }, /*#__PURE__*/React.createElement("style", {
11480
- children: loadingCircleStyle$3F
11514
+ children: loadingCircleStyle$3H
11481
11515
  }), /*#__PURE__*/React.createElement("svg", _extends({
11482
11516
  xmlns: "http://www.w3.org/2000/svg",
11483
11517
  width: size,
@@ -11511,7 +11545,7 @@ Rename.defaultProps = {
11511
11545
  size: '16'
11512
11546
  };
11513
11547
 
11514
- 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 }';
11548
+ 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 }';
11515
11549
 
11516
11550
  var PlayCircle = function PlayCircle(props) {
11517
11551
  var color = props.color,
@@ -11525,7 +11559,7 @@ var PlayCircle = function PlayCircle(props) {
11525
11559
  return /*#__PURE__*/React.createElement("span", {
11526
11560
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11527
11561
  }, /*#__PURE__*/React.createElement("style", {
11528
- children: loadingCircleStyle$3G
11562
+ children: loadingCircleStyle$3I
11529
11563
  }), /*#__PURE__*/React.createElement("svg", _extends({
11530
11564
  xmlns: "http://www.w3.org/2000/svg",
11531
11565
  width: size,
@@ -11557,7 +11591,7 @@ PlayCircle.defaultProps = {
11557
11591
  size: '16'
11558
11592
  };
11559
11593
 
11560
- 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 }';
11594
+ 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 }';
11561
11595
 
11562
11596
  var PauseCircle = function PauseCircle(props) {
11563
11597
  var color = props.color,
@@ -11571,7 +11605,103 @@ var PauseCircle = function PauseCircle(props) {
11571
11605
  return /*#__PURE__*/React.createElement("span", {
11572
11606
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11573
11607
  }, /*#__PURE__*/React.createElement("style", {
11574
- children: loadingCircleStyle$3H
11608
+ children: loadingCircleStyle$3J
11609
+ }), /*#__PURE__*/React.createElement("svg", _extends({
11610
+ xmlns: "http://www.w3.org/2000/svg",
11611
+ width: size,
11612
+ height: size,
11613
+ viewBox: "0 0 24 24",
11614
+ fill: color
11615
+ }, otherProps, {
11616
+ className: iconClassName,
11617
+ style: _objectSpread2(_objectSpread2({}, style), spin ? {
11618
+ animationDuration: '1s',
11619
+ animationIterationCount: 'infinite',
11620
+ animationName: 'loadingCircle',
11621
+ animationTimingFunction: 'linear'
11622
+ } : {})
11623
+ }), /*#__PURE__*/React.createElement("path", {
11624
+ d: "M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 100-16.001A8 8 0 0012 20zM9 9h2v6H9V9zm4 0h2v6h-2V9z"
11625
+ })));
11626
+ };
11627
+
11628
+ PauseCircle.propTypes = {
11629
+ iconClassName: PropTypes.string,
11630
+ spin: PropTypes.bool,
11631
+ color: PropTypes.string,
11632
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
11633
+ };
11634
+ PauseCircle.defaultProps = {
11635
+ spin: false,
11636
+ color: 'currentColor',
11637
+ size: '16'
11638
+ };
11639
+
11640
+ 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 }';
11641
+
11642
+ var UpdateData = function UpdateData(props) {
11643
+ var color = props.color,
11644
+ size = props.size,
11645
+ spin = props.spin,
11646
+ style = props.style,
11647
+ className = props.className,
11648
+ iconClassName = props.iconClassName,
11649
+ otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className", "iconClassName"]);
11650
+
11651
+ return /*#__PURE__*/React.createElement("span", {
11652
+ className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11653
+ }, /*#__PURE__*/React.createElement("style", {
11654
+ children: loadingCircleStyle$3K
11655
+ }), /*#__PURE__*/React.createElement("svg", _extends({
11656
+ xmlns: "http://www.w3.org/2000/svg",
11657
+ width: size,
11658
+ height: size,
11659
+ viewBox: "0 0 24 24",
11660
+ fill: color
11661
+ }, otherProps, {
11662
+ className: iconClassName,
11663
+ style: _objectSpread2(_objectSpread2({}, style), spin ? {
11664
+ animationDuration: '1s',
11665
+ animationIterationCount: 'infinite',
11666
+ animationName: 'loadingCircle',
11667
+ animationTimingFunction: 'linear'
11668
+ } : {})
11669
+ }), /*#__PURE__*/React.createElement("path", {
11670
+ d: "M16 12h-3v4h-2v-4H8l4-4 4 4z"
11671
+ }), /*#__PURE__*/React.createElement("path", {
11672
+ fillRule: "evenodd",
11673
+ clipRule: "evenodd",
11674
+ d: "M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10zm-2 0a8 8 0 11-16 0 8 8 0 0116 0z"
11675
+ })));
11676
+ };
11677
+
11678
+ UpdateData.propTypes = {
11679
+ iconClassName: PropTypes.string,
11680
+ spin: PropTypes.bool,
11681
+ color: PropTypes.string,
11682
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
11683
+ };
11684
+ UpdateData.defaultProps = {
11685
+ spin: false,
11686
+ color: 'currentColor',
11687
+ size: '16'
11688
+ };
11689
+
11690
+ 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 }';
11691
+
11692
+ var Upload = function Upload(props) {
11693
+ var color = props.color,
11694
+ size = props.size,
11695
+ spin = props.spin,
11696
+ style = props.style,
11697
+ className = props.className,
11698
+ iconClassName = props.iconClassName,
11699
+ otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className", "iconClassName"]);
11700
+
11701
+ return /*#__PURE__*/React.createElement("span", {
11702
+ className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11703
+ }, /*#__PURE__*/React.createElement("style", {
11704
+ children: loadingCircleStyle$3L
11575
11705
  }), /*#__PURE__*/React.createElement("svg", _extends({
11576
11706
  xmlns: "http://www.w3.org/2000/svg",
11577
11707
  width: size,
@@ -11587,25 +11717,27 @@ var PauseCircle = function PauseCircle(props) {
11587
11717
  animationTimingFunction: 'linear'
11588
11718
  } : {})
11589
11719
  }), /*#__PURE__*/React.createElement("path", {
11590
- d: "M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 100-16.001A8 8 0 0012 20zM9 9h2v6H9V9zm4 0h2v6h-2V9z"
11720
+ d: "M6.808 7.614L11.23 3.32c.005-.008.012-.013.018-.017l.006-.006c.162-.157.372-.256.582-.285.01 0 .018-.002.027-.003a.17.17 0 01.027-.003C11.926 3 11.962 3 11.998 3l.102.006a.17.17 0 01.027.003l.027.003c.216.029.42.128.582.285l4.446 4.317a1.003 1.003 0 010 1.444 1.08 1.08 0 01-1.488 0l-2.658-2.58v9.454c0 .56-.474 1.02-1.05 1.02a1.09 1.09 0 01-.744-.298.992.992 0 01-.306-.722V6.478l-2.658 2.58a1.08 1.08 0 01-1.488 0 1.022 1.022 0 01.018-1.444z"
11721
+ }), /*#__PURE__*/React.createElement("path", {
11722
+ d: "M21.528 16.856v4.095a.906.906 0 01-.03.228.9.9 0 01-.882.705H3.378a.893.893 0 01-.894-.781c-.012-.053-.012-.1-.012-.157V16.85c0-.483.408-.873.9-.873.246 0 .474.099.636.256a.864.864 0 01.264.617v3.28h15.462v-3.28c0-.483.408-.873.9-.873.246 0 .474.099.636.256a.909.909 0 01.258.623z"
11591
11723
  })));
11592
11724
  };
11593
11725
 
11594
- PauseCircle.propTypes = {
11726
+ Upload.propTypes = {
11595
11727
  iconClassName: PropTypes.string,
11596
11728
  spin: PropTypes.bool,
11597
11729
  color: PropTypes.string,
11598
11730
  size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
11599
11731
  };
11600
- PauseCircle.defaultProps = {
11732
+ Upload.defaultProps = {
11601
11733
  spin: false,
11602
11734
  color: 'currentColor',
11603
11735
  size: '16'
11604
11736
  };
11605
11737
 
11606
- 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 }';
11738
+ 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 }';
11607
11739
 
11608
- var Upload = function Upload(props) {
11740
+ var Click = function Click(props) {
11609
11741
  var color = props.color,
11610
11742
  size = props.size,
11611
11743
  spin = props.spin,
@@ -11617,7 +11749,7 @@ var Upload = function Upload(props) {
11617
11749
  return /*#__PURE__*/React.createElement("span", {
11618
11750
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11619
11751
  }, /*#__PURE__*/React.createElement("style", {
11620
- children: loadingCircleStyle$3I
11752
+ children: loadingCircleStyle$3M
11621
11753
  }), /*#__PURE__*/React.createElement("svg", _extends({
11622
11754
  xmlns: "http://www.w3.org/2000/svg",
11623
11755
  width: size,
@@ -11633,25 +11765,23 @@ var Upload = function Upload(props) {
11633
11765
  animationTimingFunction: 'linear'
11634
11766
  } : {})
11635
11767
  }), /*#__PURE__*/React.createElement("path", {
11636
- d: "M4 3h16a1 1 0 011 1v16a1 1 0 01-1 1H4a1 1 0 01-1-1V4a1 1 0 011-1zm1 2v14h14V5H5z"
11637
- }), /*#__PURE__*/React.createElement("path", {
11638
- d: "M12.999 12h3l-4-4-4 4h3v4h2v-4z"
11768
+ d: "M10.5 1a.84.84 0 01.589.24.816.816 0 01.244.582V4.56a.816.816 0 01-.244.581.84.84 0 01-1.179 0 .816.816 0 01-.244-.58V1.82c0-.217.088-.426.244-.58A.84.84 0 0110.5 1zM5.189 3.158a.84.84 0 011.178 0L8.31 5.075a.822.822 0 01.265.587.811.811 0 01-.244.595.834.834 0 01-.604.24.843.843 0 01-.595-.26L5.19 4.318a.816.816 0 010-1.16zm10.622 0a.816.816 0 010 1.161l-1.945 1.917a.831.831 0 01-.595.262.844.844 0 01-.604-.24.821.821 0 01-.244-.596.813.813 0 01.265-.587l1.945-1.917a.84.84 0 011.178 0zM3 8.394c0-.217.088-.426.244-.58a.84.84 0 01.59-.241H6.61a.84.84 0 01.59.24.816.816 0 010 1.162.84.84 0 01-.59.241H3.833a.84.84 0 01-.589-.24A.816.816 0 013 8.393zm9.085-.289c-.95-.804-2.419-.138-2.419 1.097v12.35c0 1.326 1.661 1.952 2.558.964l2.904-3.202a1.709 1.709 0 011.197-.555l4.266-.17c1.33-.052 1.906-1.685.895-2.54l-9.4-7.944zm-.752 12.928v-11.4l8.68 7.336-3.756.147c-.45.018-.891.125-1.298.315-.407.189-.772.457-1.072.788l-2.554 2.814z"
11639
11769
  })));
11640
11770
  };
11641
11771
 
11642
- Upload.propTypes = {
11772
+ Click.propTypes = {
11643
11773
  iconClassName: PropTypes.string,
11644
11774
  spin: PropTypes.bool,
11645
11775
  color: PropTypes.string,
11646
11776
  size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
11647
11777
  };
11648
- Upload.defaultProps = {
11778
+ Click.defaultProps = {
11649
11779
  spin: false,
11650
11780
  color: 'currentColor',
11651
11781
  size: '16'
11652
11782
  };
11653
11783
 
11654
- 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 }';
11784
+ 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 }';
11655
11785
 
11656
11786
  var Report = function Report(props) {
11657
11787
  var color = props.color,
@@ -11665,7 +11795,7 @@ var Report = function Report(props) {
11665
11795
  return /*#__PURE__*/React.createElement("span", {
11666
11796
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11667
11797
  }, /*#__PURE__*/React.createElement("style", {
11668
- children: loadingCircleStyle$3J
11798
+ children: loadingCircleStyle$3N
11669
11799
  }), /*#__PURE__*/React.createElement("svg", _extends({
11670
11800
  xmlns: "http://www.w3.org/2000/svg",
11671
11801
  width: size,
@@ -11697,7 +11827,7 @@ Report.defaultProps = {
11697
11827
  size: '16'
11698
11828
  };
11699
11829
 
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 }';
11830
+ var loadingCircleStyle$3O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11701
11831
 
11702
11832
  var ReportRemoval = function ReportRemoval(props) {
11703
11833
  var color = props.color,
@@ -11711,7 +11841,7 @@ var ReportRemoval = function ReportRemoval(props) {
11711
11841
  return /*#__PURE__*/React.createElement("span", {
11712
11842
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11713
11843
  }, /*#__PURE__*/React.createElement("style", {
11714
- children: loadingCircleStyle$3K
11844
+ children: loadingCircleStyle$3O
11715
11845
  }), /*#__PURE__*/React.createElement("svg", _extends({
11716
11846
  xmlns: "http://www.w3.org/2000/svg",
11717
11847
  width: size,
@@ -11751,7 +11881,7 @@ ReportRemoval.defaultProps = {
11751
11881
  size: '16'
11752
11882
  };
11753
11883
 
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 }';
11884
+ 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 }';
11755
11885
 
11756
11886
  var FileAdd = function FileAdd(props) {
11757
11887
  var color = props.color,
@@ -11765,7 +11895,7 @@ var FileAdd = function FileAdd(props) {
11765
11895
  return /*#__PURE__*/React.createElement("span", {
11766
11896
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11767
11897
  }, /*#__PURE__*/React.createElement("style", {
11768
- children: loadingCircleStyle$3L
11898
+ children: loadingCircleStyle$3P
11769
11899
  }), /*#__PURE__*/React.createElement("svg", _extends({
11770
11900
  xmlns: "http://www.w3.org/2000/svg",
11771
11901
  width: size,
@@ -11797,7 +11927,7 @@ FileAdd.defaultProps = {
11797
11927
  size: '16'
11798
11928
  };
11799
11929
 
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 }';
11930
+ var loadingCircleStyle$3Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11801
11931
 
11802
11932
  var FileRemove = function FileRemove(props) {
11803
11933
  var color = props.color,
@@ -11811,7 +11941,7 @@ var FileRemove = function FileRemove(props) {
11811
11941
  return /*#__PURE__*/React.createElement("span", {
11812
11942
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11813
11943
  }, /*#__PURE__*/React.createElement("style", {
11814
- children: loadingCircleStyle$3M
11944
+ children: loadingCircleStyle$3Q
11815
11945
  }), /*#__PURE__*/React.createElement("svg", _extends({
11816
11946
  xmlns: "http://www.w3.org/2000/svg",
11817
11947
  width: size,
@@ -11845,7 +11975,7 @@ FileRemove.defaultProps = {
11845
11975
  size: '16'
11846
11976
  };
11847
11977
 
11848
- 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 }';
11978
+ 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 }';
11849
11979
 
11850
11980
  var FileExport = function FileExport(props) {
11851
11981
  var color = props.color,
@@ -11859,7 +11989,7 @@ var FileExport = function FileExport(props) {
11859
11989
  return /*#__PURE__*/React.createElement("span", {
11860
11990
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11861
11991
  }, /*#__PURE__*/React.createElement("style", {
11862
- children: loadingCircleStyle$3N
11992
+ children: loadingCircleStyle$3R
11863
11993
  }), /*#__PURE__*/React.createElement("svg", _extends({
11864
11994
  xmlns: "http://www.w3.org/2000/svg",
11865
11995
  width: size,
@@ -11891,7 +12021,7 @@ FileExport.defaultProps = {
11891
12021
  size: '16'
11892
12022
  };
11893
12023
 
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 }';
12024
+ var loadingCircleStyle$3S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11895
12025
 
11896
12026
  var FileMove = function FileMove(props) {
11897
12027
  var color = props.color,
@@ -11905,7 +12035,7 @@ var FileMove = function FileMove(props) {
11905
12035
  return /*#__PURE__*/React.createElement("span", {
11906
12036
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11907
12037
  }, /*#__PURE__*/React.createElement("style", {
11908
- children: loadingCircleStyle$3O
12038
+ children: loadingCircleStyle$3S
11909
12039
  }), /*#__PURE__*/React.createElement("svg", _extends({
11910
12040
  xmlns: "http://www.w3.org/2000/svg",
11911
12041
  width: size,
@@ -11937,7 +12067,7 @@ FileMove.defaultProps = {
11937
12067
  size: '16'
11938
12068
  };
11939
12069
 
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 }';
12070
+ var loadingCircleStyle$3T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11941
12071
 
11942
12072
  var FileImport = function FileImport(props) {
11943
12073
  var color = props.color,
@@ -11951,7 +12081,7 @@ var FileImport = function FileImport(props) {
11951
12081
  return /*#__PURE__*/React.createElement("span", {
11952
12082
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11953
12083
  }, /*#__PURE__*/React.createElement("style", {
11954
- children: loadingCircleStyle$3P
12084
+ children: loadingCircleStyle$3T
11955
12085
  }), /*#__PURE__*/React.createElement("svg", _extends({
11956
12086
  xmlns: "http://www.w3.org/2000/svg",
11957
12087
  width: size,
@@ -11983,7 +12113,7 @@ FileImport.defaultProps = {
11983
12113
  size: '16'
11984
12114
  };
11985
12115
 
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 }';
12116
+ var loadingCircleStyle$3U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11987
12117
 
11988
12118
  var FileInfo = function FileInfo(props) {
11989
12119
  var color = props.color,
@@ -11997,7 +12127,7 @@ var FileInfo = function FileInfo(props) {
11997
12127
  return /*#__PURE__*/React.createElement("span", {
11998
12128
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11999
12129
  }, /*#__PURE__*/React.createElement("style", {
12000
- children: loadingCircleStyle$3Q
12130
+ children: loadingCircleStyle$3U
12001
12131
  }), /*#__PURE__*/React.createElement("svg", _extends({
12002
12132
  xmlns: "http://www.w3.org/2000/svg",
12003
12133
  width: size,
@@ -12029,7 +12159,7 @@ FileInfo.defaultProps = {
12029
12159
  size: '16'
12030
12160
  };
12031
12161
 
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 }';
12162
+ var loadingCircleStyle$3V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12033
12163
 
12034
12164
  var FileConvert = function FileConvert(props) {
12035
12165
  var color = props.color,
@@ -12043,7 +12173,7 @@ var FileConvert = function FileConvert(props) {
12043
12173
  return /*#__PURE__*/React.createElement("span", {
12044
12174
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12045
12175
  }, /*#__PURE__*/React.createElement("style", {
12046
- children: loadingCircleStyle$3R
12176
+ children: loadingCircleStyle$3V
12047
12177
  }), /*#__PURE__*/React.createElement("svg", _extends({
12048
12178
  xmlns: "http://www.w3.org/2000/svg",
12049
12179
  width: size,
@@ -12081,7 +12211,7 @@ FileConvert.defaultProps = {
12081
12211
  size: '16'
12082
12212
  };
12083
12213
 
12084
- 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 }';
12214
+ 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 }';
12085
12215
 
12086
12216
  var AssetConvert = function AssetConvert(props) {
12087
12217
  var color = props.color,
@@ -12095,7 +12225,7 @@ var AssetConvert = function AssetConvert(props) {
12095
12225
  return /*#__PURE__*/React.createElement("span", {
12096
12226
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12097
12227
  }, /*#__PURE__*/React.createElement("style", {
12098
- children: loadingCircleStyle$3S
12228
+ children: loadingCircleStyle$3W
12099
12229
  }), /*#__PURE__*/React.createElement("svg", _extends({
12100
12230
  xmlns: "http://www.w3.org/2000/svg",
12101
12231
  width: size,
@@ -12133,7 +12263,7 @@ AssetConvert.defaultProps = {
12133
12263
  size: '16'
12134
12264
  };
12135
12265
 
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 }';
12266
+ 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 }';
12137
12267
 
12138
12268
  var FileLock = function FileLock(props) {
12139
12269
  var color = props.color,
@@ -12147,7 +12277,7 @@ var FileLock = function FileLock(props) {
12147
12277
  return /*#__PURE__*/React.createElement("span", {
12148
12278
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12149
12279
  }, /*#__PURE__*/React.createElement("style", {
12150
- children: loadingCircleStyle$3T
12280
+ children: loadingCircleStyle$3X
12151
12281
  }), /*#__PURE__*/React.createElement("svg", _extends({
12152
12282
  xmlns: "http://www.w3.org/2000/svg",
12153
12283
  width: size,
@@ -12179,7 +12309,7 @@ FileLock.defaultProps = {
12179
12309
  size: '16'
12180
12310
  };
12181
12311
 
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 }';
12312
+ var loadingCircleStyle$3Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12183
12313
 
12184
12314
  var FilePdf = function FilePdf(props) {
12185
12315
  var color = props.color,
@@ -12193,7 +12323,7 @@ var FilePdf = function FilePdf(props) {
12193
12323
  return /*#__PURE__*/React.createElement("span", {
12194
12324
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12195
12325
  }, /*#__PURE__*/React.createElement("style", {
12196
- children: loadingCircleStyle$3U
12326
+ children: loadingCircleStyle$3Y
12197
12327
  }), /*#__PURE__*/React.createElement("svg", _extends({
12198
12328
  xmlns: "http://www.w3.org/2000/svg",
12199
12329
  width: size,
@@ -12225,7 +12355,7 @@ FilePdf.defaultProps = {
12225
12355
  size: '16'
12226
12356
  };
12227
12357
 
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 }';
12358
+ var loadingCircleStyle$3Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12229
12359
 
12230
12360
  var Detail = function Detail(props) {
12231
12361
  var color = props.color,
@@ -12239,7 +12369,7 @@ var Detail = function Detail(props) {
12239
12369
  return /*#__PURE__*/React.createElement("span", {
12240
12370
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12241
12371
  }, /*#__PURE__*/React.createElement("style", {
12242
- children: loadingCircleStyle$3V
12372
+ children: loadingCircleStyle$3Z
12243
12373
  }), /*#__PURE__*/React.createElement("svg", _extends({
12244
12374
  xmlns: "http://www.w3.org/2000/svg",
12245
12375
  width: size,
@@ -12255,7 +12385,7 @@ var Detail = function Detail(props) {
12255
12385
  animationTimingFunction: 'linear'
12256
12386
  } : {})
12257
12387
  }), /*#__PURE__*/React.createElement("path", {
12258
- d: "M20.222 22H7.778a.767.767 0 01-.55-.234A.812.812 0 017 21.2V6.8c0-.212.082-.416.228-.566A.767.767 0 017.778 6h12.444c.206 0 .404.084.55.234.146.15.228.354.228.566v14.4a.812.812 0 01-.228.566.767.767 0 01-.55.234zm-.778-1.6V7.6H8.556v12.8h10.888zm-8.555-8.8h6.222v1.6H10.89v-1.6zm0 3.2h6.222v1.6H10.89v-1.6z"
12388
+ 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"
12259
12389
  })));
12260
12390
  };
12261
12391
 
@@ -12271,7 +12401,7 @@ Detail.defaultProps = {
12271
12401
  size: '16'
12272
12402
  };
12273
12403
 
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 }';
12404
+ var loadingCircleStyle$3_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12275
12405
 
12276
12406
  var MessageCenter = function MessageCenter(props) {
12277
12407
  var color = props.color,
@@ -12285,7 +12415,7 @@ var MessageCenter = function MessageCenter(props) {
12285
12415
  return /*#__PURE__*/React.createElement("span", {
12286
12416
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12287
12417
  }, /*#__PURE__*/React.createElement("style", {
12288
- children: loadingCircleStyle$3W
12418
+ children: loadingCircleStyle$3_
12289
12419
  }), /*#__PURE__*/React.createElement("svg", _extends({
12290
12420
  xmlns: "http://www.w3.org/2000/svg",
12291
12421
  width: size,
@@ -12325,7 +12455,7 @@ MessageCenter.defaultProps = {
12325
12455
  size: '16'
12326
12456
  };
12327
12457
 
12328
- 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 }';
12458
+ 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 }';
12329
12459
 
12330
12460
  var SystemMsg = function SystemMsg(props) {
12331
12461
  var color = props.color,
@@ -12339,7 +12469,7 @@ var SystemMsg = function SystemMsg(props) {
12339
12469
  return /*#__PURE__*/React.createElement("span", {
12340
12470
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12341
12471
  }, /*#__PURE__*/React.createElement("style", {
12342
- children: loadingCircleStyle$3X
12472
+ children: loadingCircleStyle$3$
12343
12473
  }), /*#__PURE__*/React.createElement("svg", _extends({
12344
12474
  xmlns: "http://www.w3.org/2000/svg",
12345
12475
  width: size,
@@ -12377,7 +12507,7 @@ SystemMsg.defaultProps = {
12377
12507
  size: '16'
12378
12508
  };
12379
12509
 
12380
- 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 }';
12510
+ 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 }';
12381
12511
 
12382
12512
  var Comment = function Comment(props) {
12383
12513
  var color = props.color,
@@ -12391,7 +12521,7 @@ var Comment = function Comment(props) {
12391
12521
  return /*#__PURE__*/React.createElement("span", {
12392
12522
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12393
12523
  }, /*#__PURE__*/React.createElement("style", {
12394
- children: loadingCircleStyle$3Y
12524
+ children: loadingCircleStyle$40
12395
12525
  }), /*#__PURE__*/React.createElement("svg", _extends({
12396
12526
  xmlns: "http://www.w3.org/2000/svg",
12397
12527
  width: size,
@@ -12427,7 +12557,7 @@ Comment.defaultProps = {
12427
12557
  size: '16'
12428
12558
  };
12429
12559
 
12430
- var loadingCircleStyle$3Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12560
+ 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 }';
12431
12561
 
12432
12562
  var Book = function Book(props) {
12433
12563
  var color = props.color,
@@ -12441,7 +12571,7 @@ var Book = function Book(props) {
12441
12571
  return /*#__PURE__*/React.createElement("span", {
12442
12572
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12443
12573
  }, /*#__PURE__*/React.createElement("style", {
12444
- children: loadingCircleStyle$3Z
12574
+ children: loadingCircleStyle$41
12445
12575
  }), /*#__PURE__*/React.createElement("svg", _extends({
12446
12576
  xmlns: "http://www.w3.org/2000/svg",
12447
12577
  width: size,
@@ -12473,7 +12603,7 @@ Book.defaultProps = {
12473
12603
  size: '16'
12474
12604
  };
12475
12605
 
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 }';
12606
+ var loadingCircleStyle$42 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12477
12607
 
12478
12608
  var Book2 = function Book2(props) {
12479
12609
  var color = props.color,
@@ -12487,7 +12617,7 @@ var Book2 = function Book2(props) {
12487
12617
  return /*#__PURE__*/React.createElement("span", {
12488
12618
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12489
12619
  }, /*#__PURE__*/React.createElement("style", {
12490
- children: loadingCircleStyle$3_
12620
+ children: loadingCircleStyle$42
12491
12621
  }), /*#__PURE__*/React.createElement("svg", _extends({
12492
12622
  xmlns: "http://www.w3.org/2000/svg",
12493
12623
  width: size,
@@ -12519,7 +12649,7 @@ Book2.defaultProps = {
12519
12649
  size: '16'
12520
12650
  };
12521
12651
 
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 }';
12652
+ var loadingCircleStyle$43 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12523
12653
 
12524
12654
  var Sticker = function Sticker(props) {
12525
12655
  var color = props.color,
@@ -12533,7 +12663,7 @@ var Sticker = function Sticker(props) {
12533
12663
  return /*#__PURE__*/React.createElement("span", {
12534
12664
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12535
12665
  }, /*#__PURE__*/React.createElement("style", {
12536
- children: loadingCircleStyle$3$
12666
+ children: loadingCircleStyle$43
12537
12667
  }), /*#__PURE__*/React.createElement("svg", _extends({
12538
12668
  xmlns: "http://www.w3.org/2000/svg",
12539
12669
  width: size,
@@ -12565,7 +12695,7 @@ Sticker.defaultProps = {
12565
12695
  size: '16'
12566
12696
  };
12567
12697
 
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 }';
12698
+ var loadingCircleStyle$44 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12569
12699
 
12570
12700
  var StickerFill = function StickerFill(props) {
12571
12701
  var color = props.color,
@@ -12579,7 +12709,7 @@ var StickerFill = function StickerFill(props) {
12579
12709
  return /*#__PURE__*/React.createElement("span", {
12580
12710
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12581
12711
  }, /*#__PURE__*/React.createElement("style", {
12582
- children: loadingCircleStyle$40
12712
+ children: loadingCircleStyle$44
12583
12713
  }), /*#__PURE__*/React.createElement("svg", _extends({
12584
12714
  xmlns: "http://www.w3.org/2000/svg",
12585
12715
  width: size,
@@ -12611,7 +12741,7 @@ StickerFill.defaultProps = {
12611
12741
  size: '16'
12612
12742
  };
12613
12743
 
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 }';
12744
+ var loadingCircleStyle$45 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12615
12745
 
12616
12746
  var EventSm = function EventSm(props) {
12617
12747
  var color = props.color,
@@ -12625,7 +12755,7 @@ var EventSm = function EventSm(props) {
12625
12755
  return /*#__PURE__*/React.createElement("span", {
12626
12756
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12627
12757
  }, /*#__PURE__*/React.createElement("style", {
12628
- children: loadingCircleStyle$41
12758
+ children: loadingCircleStyle$45
12629
12759
  }), /*#__PURE__*/React.createElement("svg", _extends({
12630
12760
  xmlns: "http://www.w3.org/2000/svg",
12631
12761
  width: size,
@@ -12657,7 +12787,7 @@ EventSm.defaultProps = {
12657
12787
  size: '16'
12658
12788
  };
12659
12789
 
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 }';
12790
+ var loadingCircleStyle$46 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12661
12791
 
12662
12792
  var EPropertySm = function EPropertySm(props) {
12663
12793
  var color = props.color,
@@ -12671,7 +12801,7 @@ var EPropertySm = function EPropertySm(props) {
12671
12801
  return /*#__PURE__*/React.createElement("span", {
12672
12802
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12673
12803
  }, /*#__PURE__*/React.createElement("style", {
12674
- children: loadingCircleStyle$42
12804
+ children: loadingCircleStyle$46
12675
12805
  }), /*#__PURE__*/React.createElement("svg", _extends({
12676
12806
  xmlns: "http://www.w3.org/2000/svg",
12677
12807
  width: size,
@@ -12711,7 +12841,7 @@ EPropertySm.defaultProps = {
12711
12841
  size: '16'
12712
12842
  };
12713
12843
 
12714
- 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 }';
12844
+ 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 }';
12715
12845
 
12716
12846
  var IndicatorSm = function IndicatorSm(props) {
12717
12847
  var color = props.color,
@@ -12725,7 +12855,7 @@ var IndicatorSm = function IndicatorSm(props) {
12725
12855
  return /*#__PURE__*/React.createElement("span", {
12726
12856
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12727
12857
  }, /*#__PURE__*/React.createElement("style", {
12728
- children: loadingCircleStyle$43
12858
+ children: loadingCircleStyle$47
12729
12859
  }), /*#__PURE__*/React.createElement("svg", _extends({
12730
12860
  xmlns: "http://www.w3.org/2000/svg",
12731
12861
  width: size,
@@ -12761,7 +12891,7 @@ IndicatorSm.defaultProps = {
12761
12891
  size: '16'
12762
12892
  };
12763
12893
 
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 }';
12894
+ 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 }';
12765
12895
 
12766
12896
  var UPropertySm = function UPropertySm(props) {
12767
12897
  var color = props.color,
@@ -12775,7 +12905,7 @@ var UPropertySm = function UPropertySm(props) {
12775
12905
  return /*#__PURE__*/React.createElement("span", {
12776
12906
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12777
12907
  }, /*#__PURE__*/React.createElement("style", {
12778
- children: loadingCircleStyle$44
12908
+ children: loadingCircleStyle$48
12779
12909
  }), /*#__PURE__*/React.createElement("svg", _extends({
12780
12910
  xmlns: "http://www.w3.org/2000/svg",
12781
12911
  width: size,
@@ -12813,7 +12943,7 @@ UPropertySm.defaultProps = {
12813
12943
  size: '16'
12814
12944
  };
12815
12945
 
12816
- var loadingCircleStyle$45 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12946
+ 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 }';
12817
12947
 
12818
12948
  var UGroupSm = function UGroupSm(props) {
12819
12949
  var color = props.color,
@@ -12827,7 +12957,7 @@ var UGroupSm = function UGroupSm(props) {
12827
12957
  return /*#__PURE__*/React.createElement("span", {
12828
12958
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12829
12959
  }, /*#__PURE__*/React.createElement("style", {
12830
- children: loadingCircleStyle$45
12960
+ children: loadingCircleStyle$49
12831
12961
  }), /*#__PURE__*/React.createElement("svg", _extends({
12832
12962
  xmlns: "http://www.w3.org/2000/svg",
12833
12963
  width: size,
@@ -12873,7 +13003,7 @@ UGroupSm.defaultProps = {
12873
13003
  size: '16'
12874
13004
  };
12875
13005
 
12876
- 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 }';
13006
+ var loadingCircleStyle$4a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12877
13007
 
12878
13008
  var UTagSm = function UTagSm(props) {
12879
13009
  var color = props.color,
@@ -12887,7 +13017,7 @@ var UTagSm = function UTagSm(props) {
12887
13017
  return /*#__PURE__*/React.createElement("span", {
12888
13018
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12889
13019
  }, /*#__PURE__*/React.createElement("style", {
12890
- children: loadingCircleStyle$46
13020
+ children: loadingCircleStyle$4a
12891
13021
  }), /*#__PURE__*/React.createElement("svg", _extends({
12892
13022
  xmlns: "http://www.w3.org/2000/svg",
12893
13023
  width: size,
@@ -12923,7 +13053,7 @@ UTagSm.defaultProps = {
12923
13053
  size: '16'
12924
13054
  };
12925
13055
 
12926
- 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 }';
13056
+ 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 }';
12927
13057
 
12928
13058
  var AllGroupSm = function AllGroupSm(props) {
12929
13059
  var color = props.color,
@@ -12937,7 +13067,7 @@ var AllGroupSm = function AllGroupSm(props) {
12937
13067
  return /*#__PURE__*/React.createElement("span", {
12938
13068
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12939
13069
  }, /*#__PURE__*/React.createElement("style", {
12940
- children: loadingCircleStyle$47
13070
+ children: loadingCircleStyle$4b
12941
13071
  }), /*#__PURE__*/React.createElement("svg", _extends({
12942
13072
  xmlns: "http://www.w3.org/2000/svg",
12943
13073
  width: size,
@@ -12975,7 +13105,7 @@ AllGroupSm.defaultProps = {
12975
13105
  size: '16'
12976
13106
  };
12977
13107
 
12978
- 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 }';
13108
+ 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 }';
12979
13109
 
12980
13110
  var CalendarSm = function CalendarSm(props) {
12981
13111
  var color = props.color,
@@ -12989,7 +13119,7 @@ var CalendarSm = function CalendarSm(props) {
12989
13119
  return /*#__PURE__*/React.createElement("span", {
12990
13120
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12991
13121
  }, /*#__PURE__*/React.createElement("style", {
12992
- children: loadingCircleStyle$48
13122
+ children: loadingCircleStyle$4c
12993
13123
  }), /*#__PURE__*/React.createElement("svg", _extends({
12994
13124
  xmlns: "http://www.w3.org/2000/svg",
12995
13125
  width: size,
@@ -13021,7 +13151,7 @@ CalendarSm.defaultProps = {
13021
13151
  size: '16'
13022
13152
  };
13023
13153
 
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 }';
13154
+ var loadingCircleStyle$4d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13025
13155
 
13026
13156
  var GroupAddSm = function GroupAddSm(props) {
13027
13157
  var color = props.color,
@@ -13035,7 +13165,7 @@ var GroupAddSm = function GroupAddSm(props) {
13035
13165
  return /*#__PURE__*/React.createElement("span", {
13036
13166
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13037
13167
  }, /*#__PURE__*/React.createElement("style", {
13038
- children: loadingCircleStyle$49
13168
+ children: loadingCircleStyle$4d
13039
13169
  }), /*#__PURE__*/React.createElement("svg", _extends({
13040
13170
  xmlns: "http://www.w3.org/2000/svg",
13041
13171
  width: size,
@@ -13073,7 +13203,7 @@ GroupAddSm.defaultProps = {
13073
13203
  size: '16'
13074
13204
  };
13075
13205
 
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 }';
13206
+ 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 }';
13077
13207
 
13078
13208
  var BooleanSm = function BooleanSm(props) {
13079
13209
  var color = props.color,
@@ -13087,7 +13217,7 @@ var BooleanSm = function BooleanSm(props) {
13087
13217
  return /*#__PURE__*/React.createElement("span", {
13088
13218
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13089
13219
  }, /*#__PURE__*/React.createElement("style", {
13090
- children: loadingCircleStyle$4a
13220
+ children: loadingCircleStyle$4e
13091
13221
  }), /*#__PURE__*/React.createElement("svg", _extends({
13092
13222
  xmlns: "http://www.w3.org/2000/svg",
13093
13223
  width: size,
@@ -13121,7 +13251,7 @@ BooleanSm.defaultProps = {
13121
13251
  size: '16'
13122
13252
  };
13123
13253
 
13124
- 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 }';
13254
+ 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 }';
13125
13255
 
13126
13256
  var ListSm = function ListSm(props) {
13127
13257
  var color = props.color,
@@ -13135,7 +13265,7 @@ var ListSm = function ListSm(props) {
13135
13265
  return /*#__PURE__*/React.createElement("span", {
13136
13266
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13137
13267
  }, /*#__PURE__*/React.createElement("style", {
13138
- children: loadingCircleStyle$4b
13268
+ children: loadingCircleStyle$4f
13139
13269
  }), /*#__PURE__*/React.createElement("svg", _extends({
13140
13270
  xmlns: "http://www.w3.org/2000/svg",
13141
13271
  width: size,
@@ -13177,7 +13307,7 @@ ListSm.defaultProps = {
13177
13307
  size: '16'
13178
13308
  };
13179
13309
 
13180
- var loadingCircleStyle$4c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13310
+ 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 }';
13181
13311
 
13182
13312
  var ArrayRowsSm = function ArrayRowsSm(props) {
13183
13313
  var color = props.color,
@@ -13191,7 +13321,7 @@ var ArrayRowsSm = function ArrayRowsSm(props) {
13191
13321
  return /*#__PURE__*/React.createElement("span", {
13192
13322
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13193
13323
  }, /*#__PURE__*/React.createElement("style", {
13194
- children: loadingCircleStyle$4c
13324
+ children: loadingCircleStyle$4g
13195
13325
  }), /*#__PURE__*/React.createElement("svg", _extends({
13196
13326
  xmlns: "http://www.w3.org/2000/svg",
13197
13327
  width: size,
@@ -13225,7 +13355,7 @@ ArrayRowsSm.defaultProps = {
13225
13355
  size: '16'
13226
13356
  };
13227
13357
 
13228
- 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 }';
13358
+ 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 }';
13229
13359
 
13230
13360
  var RowsSm = function RowsSm(props) {
13231
13361
  var color = props.color,
@@ -13239,7 +13369,7 @@ var RowsSm = function RowsSm(props) {
13239
13369
  return /*#__PURE__*/React.createElement("span", {
13240
13370
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13241
13371
  }, /*#__PURE__*/React.createElement("style", {
13242
- children: loadingCircleStyle$4d
13372
+ children: loadingCircleStyle$4h
13243
13373
  }), /*#__PURE__*/React.createElement("svg", _extends({
13244
13374
  xmlns: "http://www.w3.org/2000/svg",
13245
13375
  width: size,
@@ -13281,7 +13411,7 @@ RowsSm.defaultProps = {
13281
13411
  size: '16'
13282
13412
  };
13283
13413
 
13284
- 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 }';
13414
+ 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 }';
13285
13415
 
13286
13416
  var VPropertySm = function VPropertySm(props) {
13287
13417
  var color = props.color,
@@ -13295,7 +13425,7 @@ var VPropertySm = function VPropertySm(props) {
13295
13425
  return /*#__PURE__*/React.createElement("span", {
13296
13426
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13297
13427
  }, /*#__PURE__*/React.createElement("style", {
13298
- children: loadingCircleStyle$4e
13428
+ children: loadingCircleStyle$4i
13299
13429
  }), /*#__PURE__*/React.createElement("svg", _extends({
13300
13430
  xmlns: "http://www.w3.org/2000/svg",
13301
13431
  width: size,
@@ -13333,7 +13463,7 @@ VPropertySm.defaultProps = {
13333
13463
  size: '16'
13334
13464
  };
13335
13465
 
13336
- var loadingCircleStyle$4f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13466
+ 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 }';
13337
13467
 
13338
13468
  var StringSm = function StringSm(props) {
13339
13469
  var color = props.color,
@@ -13347,7 +13477,7 @@ var StringSm = function StringSm(props) {
13347
13477
  return /*#__PURE__*/React.createElement("span", {
13348
13478
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13349
13479
  }, /*#__PURE__*/React.createElement("style", {
13350
- children: loadingCircleStyle$4f
13480
+ children: loadingCircleStyle$4j
13351
13481
  }), /*#__PURE__*/React.createElement("svg", _extends({
13352
13482
  xmlns: "http://www.w3.org/2000/svg",
13353
13483
  width: size,
@@ -13381,7 +13511,7 @@ StringSm.defaultProps = {
13381
13511
  size: '16'
13382
13512
  };
13383
13513
 
13384
- var loadingCircleStyle$4g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13514
+ 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 }';
13385
13515
 
13386
13516
  var NumSm = function NumSm(props) {
13387
13517
  var color = props.color,
@@ -13395,7 +13525,7 @@ var NumSm = function NumSm(props) {
13395
13525
  return /*#__PURE__*/React.createElement("span", {
13396
13526
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13397
13527
  }, /*#__PURE__*/React.createElement("style", {
13398
- children: loadingCircleStyle$4g
13528
+ children: loadingCircleStyle$4k
13399
13529
  }), /*#__PURE__*/React.createElement("svg", _extends({
13400
13530
  xmlns: "http://www.w3.org/2000/svg",
13401
13531
  width: size,
@@ -13429,7 +13559,7 @@ NumSm.defaultProps = {
13429
13559
  size: '16'
13430
13560
  };
13431
13561
 
13432
- 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 }';
13562
+ 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 }';
13433
13563
 
13434
13564
  var TimeSm = function TimeSm(props) {
13435
13565
  var color = props.color,
@@ -13443,7 +13573,7 @@ var TimeSm = function TimeSm(props) {
13443
13573
  return /*#__PURE__*/React.createElement("span", {
13444
13574
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13445
13575
  }, /*#__PURE__*/React.createElement("style", {
13446
- children: loadingCircleStyle$4h
13576
+ children: loadingCircleStyle$4l
13447
13577
  }), /*#__PURE__*/React.createElement("svg", _extends({
13448
13578
  xmlns: "http://www.w3.org/2000/svg",
13449
13579
  width: size,
@@ -13477,7 +13607,7 @@ TimeSm.defaultProps = {
13477
13607
  size: '16'
13478
13608
  };
13479
13609
 
13480
- 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 }';
13610
+ 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 }';
13481
13611
 
13482
13612
  var ArrowLeft = function ArrowLeft(props) {
13483
13613
  var color = props.color,
@@ -13491,7 +13621,7 @@ var ArrowLeft = function ArrowLeft(props) {
13491
13621
  return /*#__PURE__*/React.createElement("span", {
13492
13622
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13493
13623
  }, /*#__PURE__*/React.createElement("style", {
13494
- children: loadingCircleStyle$4i
13624
+ children: loadingCircleStyle$4m
13495
13625
  }), /*#__PURE__*/React.createElement("svg", _extends({
13496
13626
  xmlns: "http://www.w3.org/2000/svg",
13497
13627
  width: size,
@@ -13523,7 +13653,7 @@ ArrowLeft.defaultProps = {
13523
13653
  size: '16'
13524
13654
  };
13525
13655
 
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 }';
13656
+ var loadingCircleStyle$4n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13527
13657
 
13528
13658
  var ArrowRight = function ArrowRight(props) {
13529
13659
  var color = props.color,
@@ -13537,7 +13667,7 @@ var ArrowRight = function ArrowRight(props) {
13537
13667
  return /*#__PURE__*/React.createElement("span", {
13538
13668
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13539
13669
  }, /*#__PURE__*/React.createElement("style", {
13540
- children: loadingCircleStyle$4j
13670
+ children: loadingCircleStyle$4n
13541
13671
  }), /*#__PURE__*/React.createElement("svg", _extends({
13542
13672
  xmlns: "http://www.w3.org/2000/svg",
13543
13673
  width: size,
@@ -13569,7 +13699,7 @@ ArrowRight.defaultProps = {
13569
13699
  size: '16'
13570
13700
  };
13571
13701
 
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 }';
13702
+ var loadingCircleStyle$4o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13573
13703
 
13574
13704
  var ArrowUp = function ArrowUp(props) {
13575
13705
  var color = props.color,
@@ -13583,7 +13713,7 @@ var ArrowUp = function ArrowUp(props) {
13583
13713
  return /*#__PURE__*/React.createElement("span", {
13584
13714
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13585
13715
  }, /*#__PURE__*/React.createElement("style", {
13586
- children: loadingCircleStyle$4k
13716
+ children: loadingCircleStyle$4o
13587
13717
  }), /*#__PURE__*/React.createElement("svg", _extends({
13588
13718
  xmlns: "http://www.w3.org/2000/svg",
13589
13719
  width: size,
@@ -13615,7 +13745,7 @@ ArrowUp.defaultProps = {
13615
13745
  size: '16'
13616
13746
  };
13617
13747
 
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 }';
13748
+ var loadingCircleStyle$4p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13619
13749
 
13620
13750
  var ArrowDown = function ArrowDown(props) {
13621
13751
  var color = props.color,
@@ -13629,7 +13759,7 @@ var ArrowDown = function ArrowDown(props) {
13629
13759
  return /*#__PURE__*/React.createElement("span", {
13630
13760
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13631
13761
  }, /*#__PURE__*/React.createElement("style", {
13632
- children: loadingCircleStyle$4l
13762
+ children: loadingCircleStyle$4p
13633
13763
  }), /*#__PURE__*/React.createElement("svg", _extends({
13634
13764
  xmlns: "http://www.w3.org/2000/svg",
13635
13765
  width: size,
@@ -13661,7 +13791,7 @@ ArrowDown.defaultProps = {
13661
13791
  size: '16'
13662
13792
  };
13663
13793
 
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 }';
13794
+ var loadingCircleStyle$4q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13665
13795
 
13666
13796
  var ArrowLeft2 = function ArrowLeft2(props) {
13667
13797
  var color = props.color,
@@ -13675,7 +13805,7 @@ var ArrowLeft2 = function ArrowLeft2(props) {
13675
13805
  return /*#__PURE__*/React.createElement("span", {
13676
13806
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13677
13807
  }, /*#__PURE__*/React.createElement("style", {
13678
- children: loadingCircleStyle$4m
13808
+ children: loadingCircleStyle$4q
13679
13809
  }), /*#__PURE__*/React.createElement("svg", _extends({
13680
13810
  xmlns: "http://www.w3.org/2000/svg",
13681
13811
  width: size,
@@ -13707,7 +13837,7 @@ ArrowLeft2.defaultProps = {
13707
13837
  size: '16'
13708
13838
  };
13709
13839
 
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 }';
13840
+ var loadingCircleStyle$4r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13711
13841
 
13712
13842
  var ArrowRight2 = function ArrowRight2(props) {
13713
13843
  var color = props.color,
@@ -13721,7 +13851,7 @@ var ArrowRight2 = function ArrowRight2(props) {
13721
13851
  return /*#__PURE__*/React.createElement("span", {
13722
13852
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13723
13853
  }, /*#__PURE__*/React.createElement("style", {
13724
- children: loadingCircleStyle$4n
13854
+ children: loadingCircleStyle$4r
13725
13855
  }), /*#__PURE__*/React.createElement("svg", _extends({
13726
13856
  xmlns: "http://www.w3.org/2000/svg",
13727
13857
  width: size,
@@ -13753,7 +13883,7 @@ ArrowRight2.defaultProps = {
13753
13883
  size: '16'
13754
13884
  };
13755
13885
 
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 }';
13886
+ var loadingCircleStyle$4s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13757
13887
 
13758
13888
  var ArrowUp2 = function ArrowUp2(props) {
13759
13889
  var color = props.color,
@@ -13767,7 +13897,7 @@ var ArrowUp2 = function ArrowUp2(props) {
13767
13897
  return /*#__PURE__*/React.createElement("span", {
13768
13898
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13769
13899
  }, /*#__PURE__*/React.createElement("style", {
13770
- children: loadingCircleStyle$4o
13900
+ children: loadingCircleStyle$4s
13771
13901
  }), /*#__PURE__*/React.createElement("svg", _extends({
13772
13902
  xmlns: "http://www.w3.org/2000/svg",
13773
13903
  width: size,
@@ -13799,7 +13929,7 @@ ArrowUp2.defaultProps = {
13799
13929
  size: '16'
13800
13930
  };
13801
13931
 
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 }';
13932
+ var loadingCircleStyle$4t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13803
13933
 
13804
13934
  var ArrowDown2 = function ArrowDown2(props) {
13805
13935
  var color = props.color,
@@ -13813,7 +13943,7 @@ var ArrowDown2 = function ArrowDown2(props) {
13813
13943
  return /*#__PURE__*/React.createElement("span", {
13814
13944
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13815
13945
  }, /*#__PURE__*/React.createElement("style", {
13816
- children: loadingCircleStyle$4p
13946
+ children: loadingCircleStyle$4t
13817
13947
  }), /*#__PURE__*/React.createElement("svg", _extends({
13818
13948
  xmlns: "http://www.w3.org/2000/svg",
13819
13949
  width: size,
@@ -13845,7 +13975,7 @@ ArrowDown2.defaultProps = {
13845
13975
  size: '16'
13846
13976
  };
13847
13977
 
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 }';
13978
+ var loadingCircleStyle$4u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13849
13979
 
13850
13980
  var TriLeft = function TriLeft(props) {
13851
13981
  var color = props.color,
@@ -13859,7 +13989,7 @@ var TriLeft = function TriLeft(props) {
13859
13989
  return /*#__PURE__*/React.createElement("span", {
13860
13990
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13861
13991
  }, /*#__PURE__*/React.createElement("style", {
13862
- children: loadingCircleStyle$4q
13992
+ children: loadingCircleStyle$4u
13863
13993
  }), /*#__PURE__*/React.createElement("svg", _extends({
13864
13994
  xmlns: "http://www.w3.org/2000/svg",
13865
13995
  width: size,
@@ -13891,7 +14021,7 @@ TriLeft.defaultProps = {
13891
14021
  size: '16'
13892
14022
  };
13893
14023
 
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 }';
14024
+ var loadingCircleStyle$4v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13895
14025
 
13896
14026
  var TriRight = function TriRight(props) {
13897
14027
  var color = props.color,
@@ -13905,7 +14035,7 @@ var TriRight = function TriRight(props) {
13905
14035
  return /*#__PURE__*/React.createElement("span", {
13906
14036
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13907
14037
  }, /*#__PURE__*/React.createElement("style", {
13908
- children: loadingCircleStyle$4r
14038
+ children: loadingCircleStyle$4v
13909
14039
  }), /*#__PURE__*/React.createElement("svg", _extends({
13910
14040
  xmlns: "http://www.w3.org/2000/svg",
13911
14041
  width: size,
@@ -13937,7 +14067,7 @@ TriRight.defaultProps = {
13937
14067
  size: '16'
13938
14068
  };
13939
14069
 
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 }';
14070
+ var loadingCircleStyle$4w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13941
14071
 
13942
14072
  var TriUp = function TriUp(props) {
13943
14073
  var color = props.color,
@@ -13951,7 +14081,7 @@ var TriUp = function TriUp(props) {
13951
14081
  return /*#__PURE__*/React.createElement("span", {
13952
14082
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13953
14083
  }, /*#__PURE__*/React.createElement("style", {
13954
- children: loadingCircleStyle$4s
14084
+ children: loadingCircleStyle$4w
13955
14085
  }), /*#__PURE__*/React.createElement("svg", _extends({
13956
14086
  xmlns: "http://www.w3.org/2000/svg",
13957
14087
  width: size,
@@ -13983,7 +14113,7 @@ TriUp.defaultProps = {
13983
14113
  size: '16'
13984
14114
  };
13985
14115
 
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 }';
14116
+ var loadingCircleStyle$4x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13987
14117
 
13988
14118
  var TriDown = function TriDown(props) {
13989
14119
  var color = props.color,
@@ -13997,7 +14127,7 @@ var TriDown = function TriDown(props) {
13997
14127
  return /*#__PURE__*/React.createElement("span", {
13998
14128
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13999
14129
  }, /*#__PURE__*/React.createElement("style", {
14000
- children: loadingCircleStyle$4t
14130
+ children: loadingCircleStyle$4x
14001
14131
  }), /*#__PURE__*/React.createElement("svg", _extends({
14002
14132
  xmlns: "http://www.w3.org/2000/svg",
14003
14133
  width: size,
@@ -14029,7 +14159,7 @@ TriDown.defaultProps = {
14029
14159
  size: '16'
14030
14160
  };
14031
14161
 
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 }';
14162
+ var loadingCircleStyle$4y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14033
14163
 
14034
14164
  var DArrowL = function DArrowL(props) {
14035
14165
  var color = props.color,
@@ -14043,7 +14173,7 @@ var DArrowL = function DArrowL(props) {
14043
14173
  return /*#__PURE__*/React.createElement("span", {
14044
14174
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14045
14175
  }, /*#__PURE__*/React.createElement("style", {
14046
- children: loadingCircleStyle$4u
14176
+ children: loadingCircleStyle$4y
14047
14177
  }), /*#__PURE__*/React.createElement("svg", _extends({
14048
14178
  xmlns: "http://www.w3.org/2000/svg",
14049
14179
  width: size,
@@ -14077,7 +14207,7 @@ DArrowL.defaultProps = {
14077
14207
  size: '16'
14078
14208
  };
14079
14209
 
14080
- 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 }';
14210
+ 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 }';
14081
14211
 
14082
14212
  var DArrowR = function DArrowR(props) {
14083
14213
  var color = props.color,
@@ -14091,7 +14221,7 @@ var DArrowR = function DArrowR(props) {
14091
14221
  return /*#__PURE__*/React.createElement("span", {
14092
14222
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14093
14223
  }, /*#__PURE__*/React.createElement("style", {
14094
- children: loadingCircleStyle$4v
14224
+ children: loadingCircleStyle$4z
14095
14225
  }), /*#__PURE__*/React.createElement("svg", _extends({
14096
14226
  xmlns: "http://www.w3.org/2000/svg",
14097
14227
  width: size,
@@ -14125,7 +14255,7 @@ DArrowR.defaultProps = {
14125
14255
  size: '16'
14126
14256
  };
14127
14257
 
14128
- 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 }';
14258
+ 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 }';
14129
14259
 
14130
14260
  var DArrowT = function DArrowT(props) {
14131
14261
  var color = props.color,
@@ -14139,7 +14269,7 @@ var DArrowT = function DArrowT(props) {
14139
14269
  return /*#__PURE__*/React.createElement("span", {
14140
14270
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14141
14271
  }, /*#__PURE__*/React.createElement("style", {
14142
- children: loadingCircleStyle$4w
14272
+ children: loadingCircleStyle$4A
14143
14273
  }), /*#__PURE__*/React.createElement("svg", _extends({
14144
14274
  xmlns: "http://www.w3.org/2000/svg",
14145
14275
  width: size,
@@ -14173,7 +14303,7 @@ DArrowT.defaultProps = {
14173
14303
  size: '16'
14174
14304
  };
14175
14305
 
14176
- 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 }';
14306
+ 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 }';
14177
14307
 
14178
14308
  var DArrowB = function DArrowB(props) {
14179
14309
  var color = props.color,
@@ -14187,7 +14317,7 @@ var DArrowB = function DArrowB(props) {
14187
14317
  return /*#__PURE__*/React.createElement("span", {
14188
14318
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14189
14319
  }, /*#__PURE__*/React.createElement("style", {
14190
- children: loadingCircleStyle$4x
14320
+ children: loadingCircleStyle$4B
14191
14321
  }), /*#__PURE__*/React.createElement("svg", _extends({
14192
14322
  xmlns: "http://www.w3.org/2000/svg",
14193
14323
  width: size,
@@ -14221,7 +14351,7 @@ DArrowB.defaultProps = {
14221
14351
  size: '16'
14222
14352
  };
14223
14353
 
14224
- 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 }';
14354
+ 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 }';
14225
14355
 
14226
14356
  var DropDown = function DropDown(props) {
14227
14357
  var color = props.color,
@@ -14235,7 +14365,7 @@ var DropDown = function DropDown(props) {
14235
14365
  return /*#__PURE__*/React.createElement("span", {
14236
14366
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14237
14367
  }, /*#__PURE__*/React.createElement("style", {
14238
- children: loadingCircleStyle$4y
14368
+ children: loadingCircleStyle$4C
14239
14369
  }), /*#__PURE__*/React.createElement("svg", _extends({
14240
14370
  xmlns: "http://www.w3.org/2000/svg",
14241
14371
  width: size,
@@ -14267,7 +14397,7 @@ DropDown.defaultProps = {
14267
14397
  size: '16'
14268
14398
  };
14269
14399
 
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 }';
14400
+ var loadingCircleStyle$4D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14271
14401
 
14272
14402
  var DropUp = function DropUp(props) {
14273
14403
  var color = props.color,
@@ -14281,7 +14411,7 @@ var DropUp = function DropUp(props) {
14281
14411
  return /*#__PURE__*/React.createElement("span", {
14282
14412
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14283
14413
  }, /*#__PURE__*/React.createElement("style", {
14284
- children: loadingCircleStyle$4z
14414
+ children: loadingCircleStyle$4D
14285
14415
  }), /*#__PURE__*/React.createElement("svg", _extends({
14286
14416
  xmlns: "http://www.w3.org/2000/svg",
14287
14417
  width: size,
@@ -14313,7 +14443,7 @@ DropUp.defaultProps = {
14313
14443
  size: '16'
14314
14444
  };
14315
14445
 
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 }';
14446
+ var loadingCircleStyle$4E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14317
14447
 
14318
14448
  var More1 = function More1(props) {
14319
14449
  var color = props.color,
@@ -14327,7 +14457,7 @@ var More1 = function More1(props) {
14327
14457
  return /*#__PURE__*/React.createElement("span", {
14328
14458
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14329
14459
  }, /*#__PURE__*/React.createElement("style", {
14330
- children: loadingCircleStyle$4A
14460
+ children: loadingCircleStyle$4E
14331
14461
  }), /*#__PURE__*/React.createElement("svg", _extends({
14332
14462
  xmlns: "http://www.w3.org/2000/svg",
14333
14463
  width: size,
@@ -14359,7 +14489,7 @@ More1.defaultProps = {
14359
14489
  size: '16'
14360
14490
  };
14361
14491
 
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 }';
14492
+ var loadingCircleStyle$4F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14363
14493
 
14364
14494
  var More2 = function More2(props) {
14365
14495
  var color = props.color,
@@ -14373,7 +14503,7 @@ var More2 = function More2(props) {
14373
14503
  return /*#__PURE__*/React.createElement("span", {
14374
14504
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14375
14505
  }, /*#__PURE__*/React.createElement("style", {
14376
- children: loadingCircleStyle$4B
14506
+ children: loadingCircleStyle$4F
14377
14507
  }), /*#__PURE__*/React.createElement("svg", _extends({
14378
14508
  xmlns: "http://www.w3.org/2000/svg",
14379
14509
  width: size,
@@ -14405,7 +14535,7 @@ More2.defaultProps = {
14405
14535
  size: '16'
14406
14536
  };
14407
14537
 
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 }';
14538
+ var loadingCircleStyle$4G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14409
14539
 
14410
14540
  var Drag = function Drag(props) {
14411
14541
  var color = props.color,
@@ -14419,7 +14549,7 @@ var Drag = function Drag(props) {
14419
14549
  return /*#__PURE__*/React.createElement("span", {
14420
14550
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14421
14551
  }, /*#__PURE__*/React.createElement("style", {
14422
- children: loadingCircleStyle$4C
14552
+ children: loadingCircleStyle$4G
14423
14553
  }), /*#__PURE__*/React.createElement("svg", _extends({
14424
14554
  xmlns: "http://www.w3.org/2000/svg",
14425
14555
  width: size,
@@ -14461,7 +14591,7 @@ Drag.defaultProps = {
14461
14591
  size: '16'
14462
14592
  };
14463
14593
 
14464
- 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 }';
14594
+ 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 }';
14465
14595
 
14466
14596
  var Drag2 = function Drag2(props) {
14467
14597
  var color = props.color,
@@ -14475,7 +14605,7 @@ var Drag2 = function Drag2(props) {
14475
14605
  return /*#__PURE__*/React.createElement("span", {
14476
14606
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14477
14607
  }, /*#__PURE__*/React.createElement("style", {
14478
- children: loadingCircleStyle$4D
14608
+ children: loadingCircleStyle$4H
14479
14609
  }), /*#__PURE__*/React.createElement("svg", _extends({
14480
14610
  xmlns: "http://www.w3.org/2000/svg",
14481
14611
  width: size,
@@ -14511,7 +14641,7 @@ Drag2.defaultProps = {
14511
14641
  size: '16'
14512
14642
  };
14513
14643
 
14514
- 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 }';
14644
+ 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 }';
14515
14645
 
14516
14646
  var External = function External(props) {
14517
14647
  var color = props.color,
@@ -14525,7 +14655,7 @@ var External = function External(props) {
14525
14655
  return /*#__PURE__*/React.createElement("span", {
14526
14656
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14527
14657
  }, /*#__PURE__*/React.createElement("style", {
14528
- children: loadingCircleStyle$4E
14658
+ children: loadingCircleStyle$4I
14529
14659
  }), /*#__PURE__*/React.createElement("svg", _extends({
14530
14660
  xmlns: "http://www.w3.org/2000/svg",
14531
14661
  width: size,
@@ -14557,7 +14687,7 @@ External.defaultProps = {
14557
14687
  size: '16'
14558
14688
  };
14559
14689
 
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 }';
14690
+ var loadingCircleStyle$4J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14561
14691
 
14562
14692
  var DisplayS = function DisplayS(props) {
14563
14693
  var color = props.color,
@@ -14571,7 +14701,7 @@ var DisplayS = function DisplayS(props) {
14571
14701
  return /*#__PURE__*/React.createElement("span", {
14572
14702
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14573
14703
  }, /*#__PURE__*/React.createElement("style", {
14574
- children: loadingCircleStyle$4F
14704
+ children: loadingCircleStyle$4J
14575
14705
  }), /*#__PURE__*/React.createElement("svg", _extends({
14576
14706
  xmlns: "http://www.w3.org/2000/svg",
14577
14707
  width: size,
@@ -14605,7 +14735,7 @@ DisplayS.defaultProps = {
14605
14735
  size: '16'
14606
14736
  };
14607
14737
 
14608
- 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 }';
14738
+ 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 }';
14609
14739
 
14610
14740
  var Share = function Share(props) {
14611
14741
  var color = props.color,
@@ -14619,7 +14749,7 @@ var Share = function Share(props) {
14619
14749
  return /*#__PURE__*/React.createElement("span", {
14620
14750
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14621
14751
  }, /*#__PURE__*/React.createElement("style", {
14622
- children: loadingCircleStyle$4G
14752
+ children: loadingCircleStyle$4K
14623
14753
  }), /*#__PURE__*/React.createElement("svg", _extends({
14624
14754
  xmlns: "http://www.w3.org/2000/svg",
14625
14755
  width: size,
@@ -14704,6 +14834,7 @@ exports.TaChartStack = ChartStack;
14704
14834
  exports.TaChartStackPerc = ChartStackPerc;
14705
14835
  exports.TaChartStackn = ChartStackn;
14706
14836
  exports.TaChartTable = ChartTable;
14837
+ exports.TaClick = Click;
14707
14838
  exports.TaClock = Clock;
14708
14839
  exports.TaClose = Close;
14709
14840
  exports.TaCode = Code;
@@ -14797,6 +14928,7 @@ exports.TaHelp = Help;
14797
14928
  exports.TaHistory = History;
14798
14929
  exports.TaIdFreeze = IdFreeze;
14799
14930
  exports.TaImport = Import;
14931
+ exports.TaIndex = Index;
14800
14932
  exports.TaIndicator = Indicator;
14801
14933
  exports.TaIndicatorSm = IndicatorSm;
14802
14934
  exports.TaInfo = Info;
@@ -14892,11 +15024,11 @@ exports.TaShop = Shop;
14892
15024
  exports.TaShopFill = ShopFill;
14893
15025
  exports.TaSort = Sort;
14894
15026
  exports.TaSortA2z = SortA2z;
14895
- exports.TaSortDownCl = SortDownCl;
15027
+ exports.TaSortDown = SortDown;
14896
15028
  exports.TaSortDrop = SortDrop;
14897
15029
  exports.TaSortResult = SortResult;
14898
15030
  exports.TaSortRise = SortRise;
14899
- exports.TaSortUpCl = SortUpCl;
15031
+ exports.TaSortUp = SortUp;
14900
15032
  exports.TaSortZ2a = SortZ2a;
14901
15033
  exports.TaSpace = Space;
14902
15034
  exports.TaSpaceOpen = SpaceOpen;
@@ -14923,6 +15055,7 @@ exports.TaTable1dtable = Table1dtable;
14923
15055
  exports.TaTdLogo = TdLogo;
14924
15056
  exports.TaTimeLock = TimeLock;
14925
15057
  exports.TaTimeSm = TimeSm;
15058
+ exports.TaTips = Tips;
14926
15059
  exports.TaTracking = Tracking;
14927
15060
  exports.TaTriDown = TriDown;
14928
15061
  exports.TaTriLeft = TriLeft;
@@ -14936,6 +15069,7 @@ exports.TaUTag = UTag;
14936
15069
  exports.TaUTagSm = UTagSm;
14937
15070
  exports.TaUnlink = Unlink;
14938
15071
  exports.TaUpdate = Update;
15072
+ exports.TaUpdateData = UpdateData;
14939
15073
  exports.TaUpload = Upload;
14940
15074
  exports.TaUploadId = UploadId;
14941
15075
  exports.TaUsb = Usb;