@tant/icons 1.1.66 → 1.1.67

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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,
@@ -4688,7 +4736,7 @@ SortA2z.defaultProps = {
4688
4736
  size: '16'
4689
4737
  };
4690
4738
 
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 }';
4739
+ 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
4740
 
4693
4741
  var SortZ2a = function SortZ2a(props) {
4694
4742
  var color = props.color,
@@ -4702,7 +4750,7 @@ var SortZ2a = function SortZ2a(props) {
4702
4750
  return /*#__PURE__*/React.createElement("span", {
4703
4751
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4704
4752
  }, /*#__PURE__*/React.createElement("style", {
4705
- children: loadingCircleStyle$1u
4753
+ children: loadingCircleStyle$1v
4706
4754
  }), /*#__PURE__*/React.createElement("svg", _extends({
4707
4755
  xmlns: "http://www.w3.org/2000/svg",
4708
4756
  width: size,
@@ -4748,7 +4796,7 @@ SortZ2a.defaultProps = {
4748
4796
  size: '16'
4749
4797
  };
4750
4798
 
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 }';
4799
+ 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
4800
 
4753
4801
  var Sort = function Sort(props) {
4754
4802
  var color = props.color,
@@ -4762,7 +4810,7 @@ var Sort = function Sort(props) {
4762
4810
  return /*#__PURE__*/React.createElement("span", {
4763
4811
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4764
4812
  }, /*#__PURE__*/React.createElement("style", {
4765
- children: loadingCircleStyle$1v
4813
+ children: loadingCircleStyle$1w
4766
4814
  }), /*#__PURE__*/React.createElement("svg", _extends({
4767
4815
  xmlns: "http://www.w3.org/2000/svg",
4768
4816
  width: size,
@@ -4794,7 +4842,7 @@ Sort.defaultProps = {
4794
4842
  size: '16'
4795
4843
  };
4796
4844
 
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 }';
4845
+ 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
4846
 
4799
4847
  var SortResult = function SortResult(props) {
4800
4848
  var color = props.color,
@@ -4808,7 +4856,7 @@ var SortResult = function SortResult(props) {
4808
4856
  return /*#__PURE__*/React.createElement("span", {
4809
4857
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4810
4858
  }, /*#__PURE__*/React.createElement("style", {
4811
- children: loadingCircleStyle$1w
4859
+ children: loadingCircleStyle$1x
4812
4860
  }), /*#__PURE__*/React.createElement("svg", _extends({
4813
4861
  xmlns: "http://www.w3.org/2000/svg",
4814
4862
  width: size,
@@ -4846,7 +4894,7 @@ SortResult.defaultProps = {
4846
4894
  size: '16'
4847
4895
  };
4848
4896
 
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 }';
4897
+ 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
4898
 
4851
4899
  var TA2b = function TA2b(props) {
4852
4900
  var color = props.color,
@@ -4860,7 +4908,7 @@ var TA2b = function TA2b(props) {
4860
4908
  return /*#__PURE__*/React.createElement("span", {
4861
4909
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4862
4910
  }, /*#__PURE__*/React.createElement("style", {
4863
- children: loadingCircleStyle$1x
4911
+ children: loadingCircleStyle$1y
4864
4912
  }), /*#__PURE__*/React.createElement("svg", _extends({
4865
4913
  xmlns: "http://www.w3.org/2000/svg",
4866
4914
  width: size,
@@ -4892,7 +4940,7 @@ TA2b.defaultProps = {
4892
4940
  size: '16'
4893
4941
  };
4894
4942
 
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 }';
4943
+ 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
4944
 
4897
4945
  var TX2y = function TX2y(props) {
4898
4946
  var color = props.color,
@@ -4906,7 +4954,7 @@ var TX2y = function TX2y(props) {
4906
4954
  return /*#__PURE__*/React.createElement("span", {
4907
4955
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4908
4956
  }, /*#__PURE__*/React.createElement("style", {
4909
- children: loadingCircleStyle$1y
4957
+ children: loadingCircleStyle$1z
4910
4958
  }), /*#__PURE__*/React.createElement("svg", _extends({
4911
4959
  xmlns: "http://www.w3.org/2000/svg",
4912
4960
  width: size,
@@ -4942,7 +4990,7 @@ TX2y.defaultProps = {
4942
4990
  size: '16'
4943
4991
  };
4944
4992
 
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 }';
4993
+ 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
4994
 
4947
4995
  var Parameter = function Parameter(props) {
4948
4996
  var color = props.color,
@@ -4956,7 +5004,7 @@ var Parameter = function Parameter(props) {
4956
5004
  return /*#__PURE__*/React.createElement("span", {
4957
5005
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
4958
5006
  }, /*#__PURE__*/React.createElement("style", {
4959
- children: loadingCircleStyle$1z
5007
+ children: loadingCircleStyle$1A
4960
5008
  }), /*#__PURE__*/React.createElement("svg", _extends({
4961
5009
  xmlns: "http://www.w3.org/2000/svg",
4962
5010
  width: size,
@@ -4994,7 +5042,7 @@ Parameter.defaultProps = {
4994
5042
  size: '16'
4995
5043
  };
4996
5044
 
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 }';
5045
+ 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
5046
 
4999
5047
  var Groups = function Groups(props) {
5000
5048
  var color = props.color,
@@ -5008,7 +5056,7 @@ var Groups = function Groups(props) {
5008
5056
  return /*#__PURE__*/React.createElement("span", {
5009
5057
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5010
5058
  }, /*#__PURE__*/React.createElement("style", {
5011
- children: loadingCircleStyle$1A
5059
+ children: loadingCircleStyle$1B
5012
5060
  }), /*#__PURE__*/React.createElement("svg", _extends({
5013
5061
  xmlns: "http://www.w3.org/2000/svg",
5014
5062
  width: size,
@@ -5040,7 +5088,7 @@ Groups.defaultProps = {
5040
5088
  size: '16'
5041
5089
  };
5042
5090
 
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 }';
5091
+ 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
5092
 
5045
5093
  var EventTree = function EventTree(props) {
5046
5094
  var color = props.color,
@@ -5054,7 +5102,7 @@ var EventTree = function EventTree(props) {
5054
5102
  return /*#__PURE__*/React.createElement("span", {
5055
5103
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5056
5104
  }, /*#__PURE__*/React.createElement("style", {
5057
- children: loadingCircleStyle$1B
5105
+ children: loadingCircleStyle$1C
5058
5106
  }), /*#__PURE__*/React.createElement("svg", _extends({
5059
5107
  xmlns: "http://www.w3.org/2000/svg",
5060
5108
  width: size,
@@ -5086,7 +5134,7 @@ EventTree.defaultProps = {
5086
5134
  size: '16'
5087
5135
  };
5088
5136
 
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 }';
5137
+ 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
5138
 
5091
5139
  var Split = function Split(props) {
5092
5140
  var color = props.color,
@@ -5100,7 +5148,7 @@ var Split = function Split(props) {
5100
5148
  return /*#__PURE__*/React.createElement("span", {
5101
5149
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5102
5150
  }, /*#__PURE__*/React.createElement("style", {
5103
- children: loadingCircleStyle$1C
5151
+ children: loadingCircleStyle$1D
5104
5152
  }), /*#__PURE__*/React.createElement("svg", _extends({
5105
5153
  xmlns: "http://www.w3.org/2000/svg",
5106
5154
  width: size,
@@ -5132,7 +5180,7 @@ Split.defaultProps = {
5132
5180
  size: '16'
5133
5181
  };
5134
5182
 
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 }';
5183
+ 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
5184
 
5137
5185
  var CustomPartition = function CustomPartition(props) {
5138
5186
  var color = props.color,
@@ -5146,7 +5194,7 @@ var CustomPartition = function CustomPartition(props) {
5146
5194
  return /*#__PURE__*/React.createElement("span", {
5147
5195
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5148
5196
  }, /*#__PURE__*/React.createElement("style", {
5149
- children: loadingCircleStyle$1D
5197
+ children: loadingCircleStyle$1E
5150
5198
  }), /*#__PURE__*/React.createElement("svg", _extends({
5151
5199
  xmlns: "http://www.w3.org/2000/svg",
5152
5200
  width: size,
@@ -5178,7 +5226,7 @@ CustomPartition.defaultProps = {
5178
5226
  size: '16'
5179
5227
  };
5180
5228
 
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 }';
5229
+ 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
5230
 
5183
5231
  var Result = function Result(props) {
5184
5232
  var color = props.color,
@@ -5192,7 +5240,7 @@ var Result = function Result(props) {
5192
5240
  return /*#__PURE__*/React.createElement("span", {
5193
5241
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5194
5242
  }, /*#__PURE__*/React.createElement("style", {
5195
- children: loadingCircleStyle$1E
5243
+ children: loadingCircleStyle$1F
5196
5244
  }), /*#__PURE__*/React.createElement("svg", _extends({
5197
5245
  xmlns: "http://www.w3.org/2000/svg",
5198
5246
  width: size,
@@ -5228,7 +5276,7 @@ Result.defaultProps = {
5228
5276
  size: '16'
5229
5277
  };
5230
5278
 
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 }';
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 }';
5232
5280
 
5233
5281
  var Alert = function Alert(props) {
5234
5282
  var color = props.color,
@@ -5242,7 +5290,7 @@ var Alert = function Alert(props) {
5242
5290
  return /*#__PURE__*/React.createElement("span", {
5243
5291
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5244
5292
  }, /*#__PURE__*/React.createElement("style", {
5245
- children: loadingCircleStyle$1F
5293
+ children: loadingCircleStyle$1G
5246
5294
  }), /*#__PURE__*/React.createElement("svg", _extends({
5247
5295
  xmlns: "http://www.w3.org/2000/svg",
5248
5296
  width: size,
@@ -5276,7 +5324,7 @@ Alert.defaultProps = {
5276
5324
  size: '16'
5277
5325
  };
5278
5326
 
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 }';
5327
+ 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
5328
 
5281
5329
  var ViewOriginal = function ViewOriginal(props) {
5282
5330
  var color = props.color,
@@ -5290,7 +5338,7 @@ var ViewOriginal = function ViewOriginal(props) {
5290
5338
  return /*#__PURE__*/React.createElement("span", {
5291
5339
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5292
5340
  }, /*#__PURE__*/React.createElement("style", {
5293
- children: loadingCircleStyle$1G
5341
+ children: loadingCircleStyle$1H
5294
5342
  }), /*#__PURE__*/React.createElement("svg", _extends({
5295
5343
  xmlns: "http://www.w3.org/2000/svg",
5296
5344
  width: size,
@@ -5329,7 +5377,7 @@ ViewOriginal.defaultProps = {
5329
5377
  size: '16'
5330
5378
  };
5331
5379
 
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 }';
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 }';
5333
5381
 
5334
5382
  var Attribution = function Attribution(props) {
5335
5383
  var color = props.color,
@@ -5343,7 +5391,7 @@ var Attribution = function Attribution(props) {
5343
5391
  return /*#__PURE__*/React.createElement("span", {
5344
5392
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5345
5393
  }, /*#__PURE__*/React.createElement("style", {
5346
- children: loadingCircleStyle$1H
5394
+ children: loadingCircleStyle$1I
5347
5395
  }), /*#__PURE__*/React.createElement("svg", _extends({
5348
5396
  xmlns: "http://www.w3.org/2000/svg",
5349
5397
  width: size,
@@ -5377,7 +5425,7 @@ Attribution.defaultProps = {
5377
5425
  size: '16'
5378
5426
  };
5379
5427
 
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 }';
5428
+ 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
5429
 
5382
5430
  var Cost = function Cost(props) {
5383
5431
  var color = props.color,
@@ -5391,7 +5439,7 @@ var Cost = function Cost(props) {
5391
5439
  return /*#__PURE__*/React.createElement("span", {
5392
5440
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5393
5441
  }, /*#__PURE__*/React.createElement("style", {
5394
- children: loadingCircleStyle$1I
5442
+ children: loadingCircleStyle$1J
5395
5443
  }), /*#__PURE__*/React.createElement("svg", _extends({
5396
5444
  xmlns: "http://www.w3.org/2000/svg",
5397
5445
  width: size,
@@ -5423,7 +5471,7 @@ Cost.defaultProps = {
5423
5471
  size: '16'
5424
5472
  };
5425
5473
 
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 }';
5474
+ 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
5475
 
5428
5476
  var Exposure = function Exposure(props) {
5429
5477
  var color = props.color,
@@ -5437,7 +5485,7 @@ var Exposure = function Exposure(props) {
5437
5485
  return /*#__PURE__*/React.createElement("span", {
5438
5486
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5439
5487
  }, /*#__PURE__*/React.createElement("style", {
5440
- children: loadingCircleStyle$1J
5488
+ children: loadingCircleStyle$1K
5441
5489
  }), /*#__PURE__*/React.createElement("svg", _extends({
5442
5490
  xmlns: "http://www.w3.org/2000/svg",
5443
5491
  width: size,
@@ -5469,7 +5517,7 @@ Exposure.defaultProps = {
5469
5517
  size: '16'
5470
5518
  };
5471
5519
 
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 }';
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 }';
5473
5521
 
5474
5522
  var Indicator = function Indicator(props) {
5475
5523
  var color = props.color,
@@ -5483,7 +5531,7 @@ var Indicator = function Indicator(props) {
5483
5531
  return /*#__PURE__*/React.createElement("span", {
5484
5532
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5485
5533
  }, /*#__PURE__*/React.createElement("style", {
5486
- children: loadingCircleStyle$1K
5534
+ children: loadingCircleStyle$1L
5487
5535
  }), /*#__PURE__*/React.createElement("svg", _extends({
5488
5536
  xmlns: "http://www.w3.org/2000/svg",
5489
5537
  width: size,
@@ -5517,7 +5565,7 @@ Indicator.defaultProps = {
5517
5565
  size: '16'
5518
5566
  };
5519
5567
 
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 }';
5568
+ 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
5569
 
5522
5570
  var Currency = function Currency(props) {
5523
5571
  var color = props.color,
@@ -5531,7 +5579,7 @@ var Currency = function Currency(props) {
5531
5579
  return /*#__PURE__*/React.createElement("span", {
5532
5580
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5533
5581
  }, /*#__PURE__*/React.createElement("style", {
5534
- children: loadingCircleStyle$1L
5582
+ children: loadingCircleStyle$1M
5535
5583
  }), /*#__PURE__*/React.createElement("svg", _extends({
5536
5584
  xmlns: "http://www.w3.org/2000/svg",
5537
5585
  width: size,
@@ -5563,7 +5611,7 @@ Currency.defaultProps = {
5563
5611
  size: '16'
5564
5612
  };
5565
5613
 
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 }';
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 }';
5567
5615
 
5568
5616
  var Contrast = function Contrast(props) {
5569
5617
  var color = props.color,
@@ -5577,7 +5625,7 @@ var Contrast = function Contrast(props) {
5577
5625
  return /*#__PURE__*/React.createElement("span", {
5578
5626
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5579
5627
  }, /*#__PURE__*/React.createElement("style", {
5580
- children: loadingCircleStyle$1M
5628
+ children: loadingCircleStyle$1N
5581
5629
  }), /*#__PURE__*/React.createElement("svg", _extends({
5582
5630
  xmlns: "http://www.w3.org/2000/svg",
5583
5631
  width: size,
@@ -5611,7 +5659,63 @@ Contrast.defaultProps = {
5611
5659
  size: '16'
5612
5660
  };
5613
5661
 
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 }';
5662
+ 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 }';
5663
+
5664
+ var Index = function Index(props) {
5665
+ var color = props.color,
5666
+ size = props.size,
5667
+ spin = props.spin,
5668
+ style = props.style,
5669
+ className = props.className,
5670
+ iconClassName = props.iconClassName,
5671
+ otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className", "iconClassName"]);
5672
+
5673
+ return /*#__PURE__*/React.createElement("span", {
5674
+ className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5675
+ }, /*#__PURE__*/React.createElement("style", {
5676
+ children: loadingCircleStyle$1O
5677
+ }), /*#__PURE__*/React.createElement("svg", _extends({
5678
+ xmlns: "http://www.w3.org/2000/svg",
5679
+ width: size,
5680
+ height: size,
5681
+ viewBox: "0 0 24 24",
5682
+ fill: color
5683
+ }, otherProps, {
5684
+ className: iconClassName,
5685
+ style: _objectSpread2(_objectSpread2({}, style), spin ? {
5686
+ animationDuration: '1s',
5687
+ animationIterationCount: 'infinite',
5688
+ animationName: 'loadingCircle',
5689
+ animationTimingFunction: 'linear'
5690
+ } : {})
5691
+ }), /*#__PURE__*/React.createElement("path", {
5692
+ d: "M18 4H7v2h11V4z"
5693
+ }), /*#__PURE__*/React.createElement("path", {
5694
+ d: "M7 11h14v2H7v-2z"
5695
+ }), /*#__PURE__*/React.createElement("path", {
5696
+ d: "M7 18h7v2H7v-2z"
5697
+ }), /*#__PURE__*/React.createElement("path", {
5698
+ d: "M5 4H3v2h2V4z"
5699
+ }), /*#__PURE__*/React.createElement("path", {
5700
+ d: "M5 18H3v2h2v-2z"
5701
+ }), /*#__PURE__*/React.createElement("path", {
5702
+ d: "M5 11H3v2h2v-2z"
5703
+ })));
5704
+ };
5705
+
5706
+ Index.propTypes = {
5707
+ iconClassName: PropTypes.string,
5708
+ spin: PropTypes.bool,
5709
+ color: PropTypes.string,
5710
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
5711
+ };
5712
+ Index.defaultProps = {
5713
+ spin: false,
5714
+ color: 'currentColor',
5715
+ size: '16'
5716
+ };
5717
+
5718
+ 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 }';
5615
5719
 
5616
5720
  var SortUpCl = function SortUpCl(props) {
5617
5721
  var color = props.color,
@@ -5625,7 +5729,7 @@ var SortUpCl = function SortUpCl(props) {
5625
5729
  return /*#__PURE__*/React.createElement("span", {
5626
5730
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5627
5731
  }, /*#__PURE__*/React.createElement("style", {
5628
- children: loadingCircleStyle$1N
5732
+ children: loadingCircleStyle$1P
5629
5733
  }), /*#__PURE__*/React.createElement("svg", _extends({
5630
5734
  xmlns: "http://www.w3.org/2000/svg",
5631
5735
  width: size,
@@ -5690,7 +5794,7 @@ SortUpCl.defaultProps = {
5690
5794
  size: '16'
5691
5795
  };
5692
5796
 
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 }';
5797
+ 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 }';
5694
5798
 
5695
5799
  var SortDownCl = function SortDownCl(props) {
5696
5800
  var color = props.color,
@@ -5704,7 +5808,7 @@ var SortDownCl = function SortDownCl(props) {
5704
5808
  return /*#__PURE__*/React.createElement("span", {
5705
5809
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5706
5810
  }, /*#__PURE__*/React.createElement("style", {
5707
- children: loadingCircleStyle$1O
5811
+ children: loadingCircleStyle$1Q
5708
5812
  }), /*#__PURE__*/React.createElement("svg", _extends({
5709
5813
  xmlns: "http://www.w3.org/2000/svg",
5710
5814
  width: size,
@@ -5769,7 +5873,7 @@ SortDownCl.defaultProps = {
5769
5873
  size: '16'
5770
5874
  };
5771
5875
 
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 }';
5876
+ 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
5877
 
5774
5878
  var OperatorEqual = function OperatorEqual(props) {
5775
5879
  var color = props.color,
@@ -5783,7 +5887,7 @@ var OperatorEqual = function OperatorEqual(props) {
5783
5887
  return /*#__PURE__*/React.createElement("span", {
5784
5888
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5785
5889
  }, /*#__PURE__*/React.createElement("style", {
5786
- children: loadingCircleStyle$1P
5890
+ children: loadingCircleStyle$1R
5787
5891
  }), /*#__PURE__*/React.createElement("svg", _extends({
5788
5892
  xmlns: "http://www.w3.org/2000/svg",
5789
5893
  width: size,
@@ -5817,7 +5921,7 @@ OperatorEqual.defaultProps = {
5817
5921
  size: '16'
5818
5922
  };
5819
5923
 
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 }';
5924
+ 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
5925
 
5822
5926
  var OperatorUnequal = function OperatorUnequal(props) {
5823
5927
  var color = props.color,
@@ -5831,7 +5935,7 @@ var OperatorUnequal = function OperatorUnequal(props) {
5831
5935
  return /*#__PURE__*/React.createElement("span", {
5832
5936
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5833
5937
  }, /*#__PURE__*/React.createElement("style", {
5834
- children: loadingCircleStyle$1Q
5938
+ children: loadingCircleStyle$1S
5835
5939
  }), /*#__PURE__*/React.createElement("svg", _extends({
5836
5940
  xmlns: "http://www.w3.org/2000/svg",
5837
5941
  width: size,
@@ -5865,7 +5969,7 @@ OperatorUnequal.defaultProps = {
5865
5969
  size: '16'
5866
5970
  };
5867
5971
 
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 }';
5972
+ 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
5973
 
5870
5974
  var OperatorDivide = function OperatorDivide(props) {
5871
5975
  var color = props.color,
@@ -5879,7 +5983,7 @@ var OperatorDivide = function OperatorDivide(props) {
5879
5983
  return /*#__PURE__*/React.createElement("span", {
5880
5984
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5881
5985
  }, /*#__PURE__*/React.createElement("style", {
5882
- children: loadingCircleStyle$1R
5986
+ children: loadingCircleStyle$1T
5883
5987
  }), /*#__PURE__*/React.createElement("svg", _extends({
5884
5988
  xmlns: "http://www.w3.org/2000/svg",
5885
5989
  width: size,
@@ -5911,7 +6015,7 @@ OperatorDivide.defaultProps = {
5911
6015
  size: '16'
5912
6016
  };
5913
6017
 
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 }';
6018
+ 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
6019
 
5916
6020
  var OperatorNoValue = function OperatorNoValue(props) {
5917
6021
  var color = props.color,
@@ -5925,7 +6029,7 @@ var OperatorNoValue = function OperatorNoValue(props) {
5925
6029
  return /*#__PURE__*/React.createElement("span", {
5926
6030
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5927
6031
  }, /*#__PURE__*/React.createElement("style", {
5928
- children: loadingCircleStyle$1S
6032
+ children: loadingCircleStyle$1U
5929
6033
  }), /*#__PURE__*/React.createElement("svg", _extends({
5930
6034
  xmlns: "http://www.w3.org/2000/svg",
5931
6035
  width: size,
@@ -5959,7 +6063,7 @@ OperatorNoValue.defaultProps = {
5959
6063
  size: '16'
5960
6064
  };
5961
6065
 
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 }';
6066
+ 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
6067
 
5964
6068
  var OperatorHasValue = function OperatorHasValue(props) {
5965
6069
  var color = props.color,
@@ -5973,7 +6077,7 @@ var OperatorHasValue = function OperatorHasValue(props) {
5973
6077
  return /*#__PURE__*/React.createElement("span", {
5974
6078
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
5975
6079
  }, /*#__PURE__*/React.createElement("style", {
5976
- children: loadingCircleStyle$1T
6080
+ children: loadingCircleStyle$1V
5977
6081
  }), /*#__PURE__*/React.createElement("svg", _extends({
5978
6082
  xmlns: "http://www.w3.org/2000/svg",
5979
6083
  width: size,
@@ -6007,7 +6111,7 @@ OperatorHasValue.defaultProps = {
6007
6111
  size: '16'
6008
6112
  };
6009
6113
 
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 }';
6114
+ 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
6115
 
6012
6116
  var OperatorInside = function OperatorInside(props) {
6013
6117
  var color = props.color,
@@ -6021,7 +6125,7 @@ var OperatorInside = function OperatorInside(props) {
6021
6125
  return /*#__PURE__*/React.createElement("span", {
6022
6126
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6023
6127
  }, /*#__PURE__*/React.createElement("style", {
6024
- children: loadingCircleStyle$1U
6128
+ children: loadingCircleStyle$1W
6025
6129
  }), /*#__PURE__*/React.createElement("svg", _extends({
6026
6130
  xmlns: "http://www.w3.org/2000/svg",
6027
6131
  width: size,
@@ -6053,7 +6157,7 @@ OperatorInside.defaultProps = {
6053
6157
  size: '16'
6054
6158
  };
6055
6159
 
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 }';
6160
+ 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
6161
 
6058
6162
  var OperatorInclude = function OperatorInclude(props) {
6059
6163
  var color = props.color,
@@ -6067,7 +6171,7 @@ var OperatorInclude = function OperatorInclude(props) {
6067
6171
  return /*#__PURE__*/React.createElement("span", {
6068
6172
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6069
6173
  }, /*#__PURE__*/React.createElement("style", {
6070
- children: loadingCircleStyle$1V
6174
+ children: loadingCircleStyle$1X
6071
6175
  }), /*#__PURE__*/React.createElement("svg", _extends({
6072
6176
  xmlns: "http://www.w3.org/2000/svg",
6073
6177
  width: size,
@@ -6101,7 +6205,7 @@ OperatorInclude.defaultProps = {
6101
6205
  size: '16'
6102
6206
  };
6103
6207
 
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 }';
6208
+ 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
6209
 
6106
6210
  var OperatorNotInclude = function OperatorNotInclude(props) {
6107
6211
  var color = props.color,
@@ -6115,7 +6219,7 @@ var OperatorNotInclude = function OperatorNotInclude(props) {
6115
6219
  return /*#__PURE__*/React.createElement("span", {
6116
6220
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6117
6221
  }, /*#__PURE__*/React.createElement("style", {
6118
- children: loadingCircleStyle$1W
6222
+ children: loadingCircleStyle$1Y
6119
6223
  }), /*#__PURE__*/React.createElement("svg", _extends({
6120
6224
  xmlns: "http://www.w3.org/2000/svg",
6121
6225
  width: size,
@@ -6156,7 +6260,7 @@ OperatorNotInclude.defaultProps = {
6156
6260
  size: '16'
6157
6261
  };
6158
6262
 
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 }';
6263
+ 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
6264
 
6161
6265
  var OperatorLess = function OperatorLess(props) {
6162
6266
  var color = props.color,
@@ -6170,7 +6274,7 @@ var OperatorLess = function OperatorLess(props) {
6170
6274
  return /*#__PURE__*/React.createElement("span", {
6171
6275
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6172
6276
  }, /*#__PURE__*/React.createElement("style", {
6173
- children: loadingCircleStyle$1X
6277
+ children: loadingCircleStyle$1Z
6174
6278
  }), /*#__PURE__*/React.createElement("svg", _extends({
6175
6279
  xmlns: "http://www.w3.org/2000/svg",
6176
6280
  width: size,
@@ -6204,7 +6308,7 @@ OperatorLess.defaultProps = {
6204
6308
  size: '16'
6205
6309
  };
6206
6310
 
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 }';
6311
+ 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
6312
 
6209
6313
  var OperatorNoBigger = function OperatorNoBigger(props) {
6210
6314
  var color = props.color,
@@ -6218,7 +6322,7 @@ var OperatorNoBigger = function OperatorNoBigger(props) {
6218
6322
  return /*#__PURE__*/React.createElement("span", {
6219
6323
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6220
6324
  }, /*#__PURE__*/React.createElement("style", {
6221
- children: loadingCircleStyle$1Y
6325
+ children: loadingCircleStyle$1_
6222
6326
  }), /*#__PURE__*/React.createElement("svg", _extends({
6223
6327
  xmlns: "http://www.w3.org/2000/svg",
6224
6328
  width: size,
@@ -6252,7 +6356,7 @@ OperatorNoBigger.defaultProps = {
6252
6356
  size: '16'
6253
6357
  };
6254
6358
 
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 }';
6359
+ 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
6360
 
6257
6361
  var OperatorBigger = function OperatorBigger(props) {
6258
6362
  var color = props.color,
@@ -6266,7 +6370,7 @@ var OperatorBigger = function OperatorBigger(props) {
6266
6370
  return /*#__PURE__*/React.createElement("span", {
6267
6371
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6268
6372
  }, /*#__PURE__*/React.createElement("style", {
6269
- children: loadingCircleStyle$1Z
6373
+ children: loadingCircleStyle$1$
6270
6374
  }), /*#__PURE__*/React.createElement("svg", _extends({
6271
6375
  xmlns: "http://www.w3.org/2000/svg",
6272
6376
  width: size,
@@ -6300,7 +6404,7 @@ OperatorBigger.defaultProps = {
6300
6404
  size: '16'
6301
6405
  };
6302
6406
 
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 }';
6407
+ 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
6408
 
6305
6409
  var OperatorNoLess = function OperatorNoLess(props) {
6306
6410
  var color = props.color,
@@ -6314,7 +6418,7 @@ var OperatorNoLess = function OperatorNoLess(props) {
6314
6418
  return /*#__PURE__*/React.createElement("span", {
6315
6419
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6316
6420
  }, /*#__PURE__*/React.createElement("style", {
6317
- children: loadingCircleStyle$1_
6421
+ children: loadingCircleStyle$20
6318
6422
  }), /*#__PURE__*/React.createElement("svg", _extends({
6319
6423
  xmlns: "http://www.w3.org/2000/svg",
6320
6424
  width: size,
@@ -6348,7 +6452,7 @@ OperatorNoLess.defaultProps = {
6348
6452
  size: '16'
6349
6453
  };
6350
6454
 
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 }';
6455
+ 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
6456
 
6353
6457
  var OperatorTrue = function OperatorTrue(props) {
6354
6458
  var color = props.color,
@@ -6362,7 +6466,7 @@ var OperatorTrue = function OperatorTrue(props) {
6362
6466
  return /*#__PURE__*/React.createElement("span", {
6363
6467
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6364
6468
  }, /*#__PURE__*/React.createElement("style", {
6365
- children: loadingCircleStyle$1$
6469
+ children: loadingCircleStyle$21
6366
6470
  }), /*#__PURE__*/React.createElement("svg", _extends({
6367
6471
  xmlns: "http://www.w3.org/2000/svg",
6368
6472
  width: size,
@@ -6396,7 +6500,7 @@ OperatorTrue.defaultProps = {
6396
6500
  size: '16'
6397
6501
  };
6398
6502
 
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 }';
6503
+ 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
6504
 
6401
6505
  var OperatorFalse = function OperatorFalse(props) {
6402
6506
  var color = props.color,
@@ -6410,7 +6514,7 @@ var OperatorFalse = function OperatorFalse(props) {
6410
6514
  return /*#__PURE__*/React.createElement("span", {
6411
6515
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6412
6516
  }, /*#__PURE__*/React.createElement("style", {
6413
- children: loadingCircleStyle$20
6517
+ children: loadingCircleStyle$22
6414
6518
  }), /*#__PURE__*/React.createElement("svg", _extends({
6415
6519
  xmlns: "http://www.w3.org/2000/svg",
6416
6520
  width: size,
@@ -6444,7 +6548,7 @@ OperatorFalse.defaultProps = {
6444
6548
  size: '16'
6445
6549
  };
6446
6550
 
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 }';
6551
+ 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
6552
 
6449
6553
  var OperatorRegex = function OperatorRegex(props) {
6450
6554
  var color = props.color,
@@ -6458,7 +6562,7 @@ var OperatorRegex = function OperatorRegex(props) {
6458
6562
  return /*#__PURE__*/React.createElement("span", {
6459
6563
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6460
6564
  }, /*#__PURE__*/React.createElement("style", {
6461
- children: loadingCircleStyle$21
6565
+ children: loadingCircleStyle$23
6462
6566
  }), /*#__PURE__*/React.createElement("svg", _extends({
6463
6567
  xmlns: "http://www.w3.org/2000/svg",
6464
6568
  width: size,
@@ -6492,7 +6596,7 @@ OperatorRegex.defaultProps = {
6492
6596
  size: '16'
6493
6597
  };
6494
6598
 
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 }';
6599
+ 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
6600
 
6497
6601
  var OperatorNoRegex = function OperatorNoRegex(props) {
6498
6602
  var color = props.color,
@@ -6506,7 +6610,7 @@ var OperatorNoRegex = function OperatorNoRegex(props) {
6506
6610
  return /*#__PURE__*/React.createElement("span", {
6507
6611
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6508
6612
  }, /*#__PURE__*/React.createElement("style", {
6509
- children: loadingCircleStyle$22
6613
+ children: loadingCircleStyle$24
6510
6614
  }), /*#__PURE__*/React.createElement("svg", _extends({
6511
6615
  xmlns: "http://www.w3.org/2000/svg",
6512
6616
  width: size,
@@ -6540,7 +6644,7 @@ OperatorNoRegex.defaultProps = {
6540
6644
  size: '16'
6541
6645
  };
6542
6646
 
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 }';
6647
+ 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
6648
 
6545
6649
  var LogoDingdingCl = function LogoDingdingCl(props) {
6546
6650
  var color = props.color,
@@ -6554,7 +6658,7 @@ var LogoDingdingCl = function LogoDingdingCl(props) {
6554
6658
  return /*#__PURE__*/React.createElement("span", {
6555
6659
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6556
6660
  }, /*#__PURE__*/React.createElement("style", {
6557
- children: loadingCircleStyle$23
6661
+ children: loadingCircleStyle$25
6558
6662
  }), /*#__PURE__*/React.createElement("svg", _extends({
6559
6663
  xmlns: "http://www.w3.org/2000/svg",
6560
6664
  width: size,
@@ -6587,7 +6691,7 @@ LogoDingdingCl.defaultProps = {
6587
6691
  size: '16'
6588
6692
  };
6589
6693
 
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 }';
6694
+ 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
6695
 
6592
6696
  var LogoDingdingGray = function LogoDingdingGray(props) {
6593
6697
  var color = props.color,
@@ -6601,7 +6705,7 @@ var LogoDingdingGray = function LogoDingdingGray(props) {
6601
6705
  return /*#__PURE__*/React.createElement("span", {
6602
6706
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6603
6707
  }, /*#__PURE__*/React.createElement("style", {
6604
- children: loadingCircleStyle$24
6708
+ children: loadingCircleStyle$26
6605
6709
  }), /*#__PURE__*/React.createElement("svg", _extends({
6606
6710
  xmlns: "http://www.w3.org/2000/svg",
6607
6711
  width: size,
@@ -6633,7 +6737,7 @@ LogoDingdingGray.defaultProps = {
6633
6737
  size: '16'
6634
6738
  };
6635
6739
 
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 }';
6740
+ 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
6741
 
6638
6742
  var LogoWecomCl = function LogoWecomCl(props) {
6639
6743
  var color = props.color,
@@ -6647,7 +6751,7 @@ var LogoWecomCl = function LogoWecomCl(props) {
6647
6751
  return /*#__PURE__*/React.createElement("span", {
6648
6752
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6649
6753
  }, /*#__PURE__*/React.createElement("style", {
6650
- children: loadingCircleStyle$25
6754
+ children: loadingCircleStyle$27
6651
6755
  }), /*#__PURE__*/React.createElement("svg", _extends({
6652
6756
  xmlns: "http://www.w3.org/2000/svg",
6653
6757
  width: size,
@@ -6692,7 +6796,7 @@ LogoWecomCl.defaultProps = {
6692
6796
  size: '16'
6693
6797
  };
6694
6798
 
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 }';
6799
+ 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
6800
 
6697
6801
  var LogoWecomGray = function LogoWecomGray(props) {
6698
6802
  var color = props.color,
@@ -6706,7 +6810,7 @@ var LogoWecomGray = function LogoWecomGray(props) {
6706
6810
  return /*#__PURE__*/React.createElement("span", {
6707
6811
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6708
6812
  }, /*#__PURE__*/React.createElement("style", {
6709
- children: loadingCircleStyle$26
6813
+ children: loadingCircleStyle$28
6710
6814
  }), /*#__PURE__*/React.createElement("svg", _extends({
6711
6815
  xmlns: "http://www.w3.org/2000/svg",
6712
6816
  width: size,
@@ -6738,7 +6842,7 @@ LogoWecomGray.defaultProps = {
6738
6842
  size: '16'
6739
6843
  };
6740
6844
 
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 }';
6845
+ 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
6846
 
6743
6847
  var LogoWechatCl = function LogoWechatCl(props) {
6744
6848
  var color = props.color,
@@ -6752,7 +6856,7 @@ var LogoWechatCl = function LogoWechatCl(props) {
6752
6856
  return /*#__PURE__*/React.createElement("span", {
6753
6857
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6754
6858
  }, /*#__PURE__*/React.createElement("style", {
6755
- children: loadingCircleStyle$27
6859
+ children: loadingCircleStyle$29
6756
6860
  }), /*#__PURE__*/React.createElement("svg", _extends({
6757
6861
  xmlns: "http://www.w3.org/2000/svg",
6758
6862
  width: size,
@@ -6793,7 +6897,7 @@ LogoWechatCl.defaultProps = {
6793
6897
  size: '16'
6794
6898
  };
6795
6899
 
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 }';
6900
+ 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
6901
 
6798
6902
  var LogoWechatGray = function LogoWechatGray(props) {
6799
6903
  var color = props.color,
@@ -6807,7 +6911,7 @@ var LogoWechatGray = function LogoWechatGray(props) {
6807
6911
  return /*#__PURE__*/React.createElement("span", {
6808
6912
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6809
6913
  }, /*#__PURE__*/React.createElement("style", {
6810
- children: loadingCircleStyle$28
6914
+ children: loadingCircleStyle$2a
6811
6915
  }), /*#__PURE__*/React.createElement("svg", _extends({
6812
6916
  xmlns: "http://www.w3.org/2000/svg",
6813
6917
  width: size,
@@ -6846,7 +6950,7 @@ LogoWechatGray.defaultProps = {
6846
6950
  size: '16'
6847
6951
  };
6848
6952
 
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 }';
6953
+ 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
6954
 
6851
6955
  var LogoFeishuCl = function LogoFeishuCl(props) {
6852
6956
  var color = props.color,
@@ -6860,7 +6964,7 @@ var LogoFeishuCl = function LogoFeishuCl(props) {
6860
6964
  return /*#__PURE__*/React.createElement("span", {
6861
6965
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6862
6966
  }, /*#__PURE__*/React.createElement("style", {
6863
- children: loadingCircleStyle$29
6967
+ children: loadingCircleStyle$2b
6864
6968
  }), /*#__PURE__*/React.createElement("svg", _extends({
6865
6969
  xmlns: "http://www.w3.org/2000/svg",
6866
6970
  width: size,
@@ -6910,7 +7014,7 @@ LogoFeishuCl.defaultProps = {
6910
7014
  size: '16'
6911
7015
  };
6912
7016
 
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 }';
7017
+ 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
7018
 
6915
7019
  var LogoKingCl = function LogoKingCl(props) {
6916
7020
  var color = props.color,
@@ -6924,7 +7028,7 @@ var LogoKingCl = function LogoKingCl(props) {
6924
7028
  return /*#__PURE__*/React.createElement("span", {
6925
7029
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6926
7030
  }, /*#__PURE__*/React.createElement("style", {
6927
- children: loadingCircleStyle$2a
7031
+ children: loadingCircleStyle$2c
6928
7032
  }), /*#__PURE__*/React.createElement("svg", _extends({
6929
7033
  xmlns: "http://www.w3.org/2000/svg",
6930
7034
  width: size,
@@ -6957,7 +7061,7 @@ LogoKingCl.defaultProps = {
6957
7061
  size: '16'
6958
7062
  };
6959
7063
 
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 }';
7064
+ 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
7065
 
6962
7066
  var LogoCurrencylayerCl = function LogoCurrencylayerCl(props) {
6963
7067
  var color = props.color,
@@ -6971,7 +7075,7 @@ var LogoCurrencylayerCl = function LogoCurrencylayerCl(props) {
6971
7075
  return /*#__PURE__*/React.createElement("span", {
6972
7076
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
6973
7077
  }, /*#__PURE__*/React.createElement("style", {
6974
- children: loadingCircleStyle$2b
7078
+ children: loadingCircleStyle$2d
6975
7079
  }), /*#__PURE__*/React.createElement("svg", _extends({
6976
7080
  xmlns: "http://www.w3.org/2000/svg",
6977
7081
  width: size,
@@ -7008,7 +7112,7 @@ LogoCurrencylayerCl.defaultProps = {
7008
7112
  size: '16'
7009
7113
  };
7010
7114
 
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 }';
7115
+ 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
7116
 
7013
7117
  var LogoGarenaCl = function LogoGarenaCl(props) {
7014
7118
  var color = props.color,
@@ -7022,7 +7126,7 @@ var LogoGarenaCl = function LogoGarenaCl(props) {
7022
7126
  return /*#__PURE__*/React.createElement("span", {
7023
7127
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7024
7128
  }, /*#__PURE__*/React.createElement("style", {
7025
- children: loadingCircleStyle$2c
7129
+ children: loadingCircleStyle$2e
7026
7130
  }), /*#__PURE__*/React.createElement("svg", _extends({
7027
7131
  xmlns: "http://www.w3.org/2000/svg",
7028
7132
  width: size,
@@ -7055,7 +7159,7 @@ LogoGarenaCl.defaultProps = {
7055
7159
  size: '16'
7056
7160
  };
7057
7161
 
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 }';
7162
+ 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
7163
 
7060
7164
  var LogoAndroidGray = function LogoAndroidGray(props) {
7061
7165
  var color = props.color,
@@ -7069,7 +7173,7 @@ var LogoAndroidGray = function LogoAndroidGray(props) {
7069
7173
  return /*#__PURE__*/React.createElement("span", {
7070
7174
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7071
7175
  }, /*#__PURE__*/React.createElement("style", {
7072
- children: loadingCircleStyle$2d
7176
+ children: loadingCircleStyle$2f
7073
7177
  }), /*#__PURE__*/React.createElement("svg", _extends({
7074
7178
  xmlns: "http://www.w3.org/2000/svg",
7075
7179
  width: size,
@@ -7101,7 +7205,7 @@ LogoAndroidGray.defaultProps = {
7101
7205
  size: '16'
7102
7206
  };
7103
7207
 
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 }';
7208
+ 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
7209
 
7106
7210
  var LogoAppleGray = function LogoAppleGray(props) {
7107
7211
  var color = props.color,
@@ -7115,7 +7219,7 @@ var LogoAppleGray = function LogoAppleGray(props) {
7115
7219
  return /*#__PURE__*/React.createElement("span", {
7116
7220
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7117
7221
  }, /*#__PURE__*/React.createElement("style", {
7118
- children: loadingCircleStyle$2e
7222
+ children: loadingCircleStyle$2g
7119
7223
  }), /*#__PURE__*/React.createElement("svg", _extends({
7120
7224
  xmlns: "http://www.w3.org/2000/svg",
7121
7225
  width: size,
@@ -7147,7 +7251,7 @@ LogoAppleGray.defaultProps = {
7147
7251
  size: '16'
7148
7252
  };
7149
7253
 
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 }';
7254
+ 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
7255
 
7152
7256
  var LogoXiaomiCl = function LogoXiaomiCl(props) {
7153
7257
  var color = props.color,
@@ -7161,7 +7265,7 @@ var LogoXiaomiCl = function LogoXiaomiCl(props) {
7161
7265
  return /*#__PURE__*/React.createElement("span", {
7162
7266
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7163
7267
  }, /*#__PURE__*/React.createElement("style", {
7164
- children: loadingCircleStyle$2f
7268
+ children: loadingCircleStyle$2h
7165
7269
  }), /*#__PURE__*/React.createElement("svg", _extends({
7166
7270
  xmlns: "http://www.w3.org/2000/svg",
7167
7271
  width: size,
@@ -7194,7 +7298,7 @@ LogoXiaomiCl.defaultProps = {
7194
7298
  size: '16'
7195
7299
  };
7196
7300
 
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 }';
7301
+ 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
7302
 
7199
7303
  var Info = function Info(props) {
7200
7304
  var color = props.color,
@@ -7208,7 +7312,7 @@ var Info = function Info(props) {
7208
7312
  return /*#__PURE__*/React.createElement("span", {
7209
7313
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7210
7314
  }, /*#__PURE__*/React.createElement("style", {
7211
- children: loadingCircleStyle$2g
7315
+ children: loadingCircleStyle$2i
7212
7316
  }), /*#__PURE__*/React.createElement("svg", _extends({
7213
7317
  xmlns: "http://www.w3.org/2000/svg",
7214
7318
  width: size,
@@ -7244,7 +7348,7 @@ Info.defaultProps = {
7244
7348
  size: '16'
7245
7349
  };
7246
7350
 
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 }';
7351
+ 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
7352
 
7249
7353
  var InfoFill = function InfoFill(props) {
7250
7354
  var color = props.color,
@@ -7258,7 +7362,7 @@ var InfoFill = function InfoFill(props) {
7258
7362
  return /*#__PURE__*/React.createElement("span", {
7259
7363
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7260
7364
  }, /*#__PURE__*/React.createElement("style", {
7261
- children: loadingCircleStyle$2h
7365
+ children: loadingCircleStyle$2j
7262
7366
  }), /*#__PURE__*/React.createElement("svg", _extends({
7263
7367
  xmlns: "http://www.w3.org/2000/svg",
7264
7368
  width: size,
@@ -7290,7 +7394,7 @@ InfoFill.defaultProps = {
7290
7394
  size: '16'
7291
7395
  };
7292
7396
 
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 }';
7397
+ 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
7398
 
7295
7399
  var Help = function Help(props) {
7296
7400
  var color = props.color,
@@ -7304,7 +7408,7 @@ var Help = function Help(props) {
7304
7408
  return /*#__PURE__*/React.createElement("span", {
7305
7409
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7306
7410
  }, /*#__PURE__*/React.createElement("style", {
7307
- children: loadingCircleStyle$2i
7411
+ children: loadingCircleStyle$2k
7308
7412
  }), /*#__PURE__*/React.createElement("svg", _extends({
7309
7413
  xmlns: "http://www.w3.org/2000/svg",
7310
7414
  width: size,
@@ -7336,7 +7440,7 @@ Help.defaultProps = {
7336
7440
  size: '16'
7337
7441
  };
7338
7442
 
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 }';
7443
+ 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
7444
 
7341
7445
  var History = function History(props) {
7342
7446
  var color = props.color,
@@ -7350,7 +7454,7 @@ var History = function History(props) {
7350
7454
  return /*#__PURE__*/React.createElement("span", {
7351
7455
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7352
7456
  }, /*#__PURE__*/React.createElement("style", {
7353
- children: loadingCircleStyle$2j
7457
+ children: loadingCircleStyle$2l
7354
7458
  }), /*#__PURE__*/React.createElement("svg", _extends({
7355
7459
  xmlns: "http://www.w3.org/2000/svg",
7356
7460
  width: size,
@@ -7382,7 +7486,7 @@ History.defaultProps = {
7382
7486
  size: '16'
7383
7487
  };
7384
7488
 
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 }';
7489
+ 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
7490
 
7387
7491
  var Backup = function Backup(props) {
7388
7492
  var color = props.color,
@@ -7396,7 +7500,7 @@ var Backup = function Backup(props) {
7396
7500
  return /*#__PURE__*/React.createElement("span", {
7397
7501
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7398
7502
  }, /*#__PURE__*/React.createElement("style", {
7399
- children: loadingCircleStyle$2k
7503
+ children: loadingCircleStyle$2m
7400
7504
  }), /*#__PURE__*/React.createElement("svg", _extends({
7401
7505
  xmlns: "http://www.w3.org/2000/svg",
7402
7506
  width: size,
@@ -7430,7 +7534,7 @@ Backup.defaultProps = {
7430
7534
  size: '16'
7431
7535
  };
7432
7536
 
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 }';
7537
+ 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
7538
 
7435
7539
  var Error = function Error(props) {
7436
7540
  var color = props.color,
@@ -7444,7 +7548,7 @@ var Error = function Error(props) {
7444
7548
  return /*#__PURE__*/React.createElement("span", {
7445
7549
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7446
7550
  }, /*#__PURE__*/React.createElement("style", {
7447
- children: loadingCircleStyle$2l
7551
+ children: loadingCircleStyle$2n
7448
7552
  }), /*#__PURE__*/React.createElement("svg", _extends({
7449
7553
  xmlns: "http://www.w3.org/2000/svg",
7450
7554
  width: size,
@@ -7480,7 +7584,7 @@ Error.defaultProps = {
7480
7584
  size: '16'
7481
7585
  };
7482
7586
 
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 }';
7587
+ 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
7588
 
7485
7589
  var ErrorFill = function ErrorFill(props) {
7486
7590
  var color = props.color,
@@ -7494,7 +7598,7 @@ var ErrorFill = function ErrorFill(props) {
7494
7598
  return /*#__PURE__*/React.createElement("span", {
7495
7599
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7496
7600
  }, /*#__PURE__*/React.createElement("style", {
7497
- children: loadingCircleStyle$2m
7601
+ children: loadingCircleStyle$2o
7498
7602
  }), /*#__PURE__*/React.createElement("svg", _extends({
7499
7603
  xmlns: "http://www.w3.org/2000/svg",
7500
7604
  width: size,
@@ -7526,7 +7630,7 @@ ErrorFill.defaultProps = {
7526
7630
  size: '16'
7527
7631
  };
7528
7632
 
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 }';
7633
+ 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
7634
 
7531
7635
  var Error2 = function Error2(props) {
7532
7636
  var color = props.color,
@@ -7540,7 +7644,7 @@ var Error2 = function Error2(props) {
7540
7644
  return /*#__PURE__*/React.createElement("span", {
7541
7645
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7542
7646
  }, /*#__PURE__*/React.createElement("style", {
7543
- children: loadingCircleStyle$2n
7647
+ children: loadingCircleStyle$2p
7544
7648
  }), /*#__PURE__*/React.createElement("svg", _extends({
7545
7649
  xmlns: "http://www.w3.org/2000/svg",
7546
7650
  width: size,
@@ -7574,7 +7678,7 @@ Error2.defaultProps = {
7574
7678
  size: '16'
7575
7679
  };
7576
7680
 
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 }';
7681
+ 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
7682
 
7579
7683
  var Error2Fill = function Error2Fill(props) {
7580
7684
  var color = props.color,
@@ -7588,7 +7692,7 @@ var Error2Fill = function Error2Fill(props) {
7588
7692
  return /*#__PURE__*/React.createElement("span", {
7589
7693
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7590
7694
  }, /*#__PURE__*/React.createElement("style", {
7591
- children: loadingCircleStyle$2o
7695
+ children: loadingCircleStyle$2q
7592
7696
  }), /*#__PURE__*/React.createElement("svg", _extends({
7593
7697
  xmlns: "http://www.w3.org/2000/svg",
7594
7698
  width: size,
@@ -7622,7 +7726,7 @@ Error2Fill.defaultProps = {
7622
7726
  size: '16'
7623
7727
  };
7624
7728
 
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 }';
7729
+ 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
7730
 
7627
7731
  var Success = function Success(props) {
7628
7732
  var color = props.color,
@@ -7636,7 +7740,7 @@ var Success = function Success(props) {
7636
7740
  return /*#__PURE__*/React.createElement("span", {
7637
7741
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7638
7742
  }, /*#__PURE__*/React.createElement("style", {
7639
- children: loadingCircleStyle$2p
7743
+ children: loadingCircleStyle$2r
7640
7744
  }), /*#__PURE__*/React.createElement("svg", _extends({
7641
7745
  xmlns: "http://www.w3.org/2000/svg",
7642
7746
  width: size,
@@ -7668,7 +7772,7 @@ Success.defaultProps = {
7668
7772
  size: '16'
7669
7773
  };
7670
7774
 
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 }';
7775
+ 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
7776
 
7673
7777
  var SuccessFill = function SuccessFill(props) {
7674
7778
  var color = props.color,
@@ -7682,7 +7786,7 @@ var SuccessFill = function SuccessFill(props) {
7682
7786
  return /*#__PURE__*/React.createElement("span", {
7683
7787
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7684
7788
  }, /*#__PURE__*/React.createElement("style", {
7685
- children: loadingCircleStyle$2q
7789
+ children: loadingCircleStyle$2s
7686
7790
  }), /*#__PURE__*/React.createElement("svg", _extends({
7687
7791
  xmlns: "http://www.w3.org/2000/svg",
7688
7792
  width: size,
@@ -7716,7 +7820,7 @@ SuccessFill.defaultProps = {
7716
7820
  size: '16'
7717
7821
  };
7718
7822
 
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 }';
7823
+ 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
7824
 
7721
7825
  var Delete2 = function Delete2(props) {
7722
7826
  var color = props.color,
@@ -7730,7 +7834,7 @@ var Delete2 = function Delete2(props) {
7730
7834
  return /*#__PURE__*/React.createElement("span", {
7731
7835
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7732
7836
  }, /*#__PURE__*/React.createElement("style", {
7733
- children: loadingCircleStyle$2r
7837
+ children: loadingCircleStyle$2t
7734
7838
  }), /*#__PURE__*/React.createElement("svg", _extends({
7735
7839
  xmlns: "http://www.w3.org/2000/svg",
7736
7840
  width: size,
@@ -7762,7 +7866,7 @@ Delete2.defaultProps = {
7762
7866
  size: '16'
7763
7867
  };
7764
7868
 
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 }';
7869
+ 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
7870
 
7767
7871
  var Delete2Fill = function Delete2Fill(props) {
7768
7872
  var color = props.color,
@@ -7776,7 +7880,7 @@ var Delete2Fill = function Delete2Fill(props) {
7776
7880
  return /*#__PURE__*/React.createElement("span", {
7777
7881
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7778
7882
  }, /*#__PURE__*/React.createElement("style", {
7779
- children: loadingCircleStyle$2s
7883
+ children: loadingCircleStyle$2u
7780
7884
  }), /*#__PURE__*/React.createElement("svg", _extends({
7781
7885
  xmlns: "http://www.w3.org/2000/svg",
7782
7886
  width: size,
@@ -7808,7 +7912,7 @@ Delete2Fill.defaultProps = {
7808
7912
  size: '16'
7809
7913
  };
7810
7914
 
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 }';
7915
+ 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
7916
 
7813
7917
  var Exchange = function Exchange(props) {
7814
7918
  var color = props.color,
@@ -7822,7 +7926,7 @@ var Exchange = function Exchange(props) {
7822
7926
  return /*#__PURE__*/React.createElement("span", {
7823
7927
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7824
7928
  }, /*#__PURE__*/React.createElement("style", {
7825
- children: loadingCircleStyle$2t
7929
+ children: loadingCircleStyle$2v
7826
7930
  }), /*#__PURE__*/React.createElement("svg", _extends({
7827
7931
  xmlns: "http://www.w3.org/2000/svg",
7828
7932
  width: size,
@@ -7854,7 +7958,7 @@ Exchange.defaultProps = {
7854
7958
  size: '16'
7855
7959
  };
7856
7960
 
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 }';
7961
+ 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
7962
 
7859
7963
  var SwapFill = function SwapFill(props) {
7860
7964
  var color = props.color,
@@ -7868,7 +7972,7 @@ var SwapFill = function SwapFill(props) {
7868
7972
  return /*#__PURE__*/React.createElement("span", {
7869
7973
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7870
7974
  }, /*#__PURE__*/React.createElement("style", {
7871
- children: loadingCircleStyle$2u
7975
+ children: loadingCircleStyle$2w
7872
7976
  }), /*#__PURE__*/React.createElement("svg", _extends({
7873
7977
  xmlns: "http://www.w3.org/2000/svg",
7874
7978
  width: size,
@@ -7900,7 +8004,7 @@ SwapFill.defaultProps = {
7900
8004
  size: '16'
7901
8005
  };
7902
8006
 
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 }';
8007
+ 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
8008
 
7905
8009
  var Processing = function Processing(props) {
7906
8010
  var color = props.color,
@@ -7914,7 +8018,7 @@ var Processing = function Processing(props) {
7914
8018
  return /*#__PURE__*/React.createElement("span", {
7915
8019
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7916
8020
  }, /*#__PURE__*/React.createElement("style", {
7917
- children: loadingCircleStyle$2v
8021
+ children: loadingCircleStyle$2x
7918
8022
  }), /*#__PURE__*/React.createElement("svg", _extends({
7919
8023
  xmlns: "http://www.w3.org/2000/svg",
7920
8024
  width: size,
@@ -7946,7 +8050,7 @@ Processing.defaultProps = {
7946
8050
  size: '16'
7947
8051
  };
7948
8052
 
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 }';
8053
+ 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
8054
 
7951
8055
  var Processing2 = function Processing2(props) {
7952
8056
  var color = props.color,
@@ -7960,7 +8064,7 @@ var Processing2 = function Processing2(props) {
7960
8064
  return /*#__PURE__*/React.createElement("span", {
7961
8065
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
7962
8066
  }, /*#__PURE__*/React.createElement("style", {
7963
- children: loadingCircleStyle$2w
8067
+ children: loadingCircleStyle$2y
7964
8068
  }), /*#__PURE__*/React.createElement("svg", _extends({
7965
8069
  xmlns: "http://www.w3.org/2000/svg",
7966
8070
  width: size,
@@ -7994,7 +8098,7 @@ Processing2.defaultProps = {
7994
8098
  size: '16'
7995
8099
  };
7996
8100
 
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 }';
8101
+ 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
8102
 
7999
8103
  var Done = function Done(props) {
8000
8104
  var color = props.color,
@@ -8008,7 +8112,7 @@ var Done = function Done(props) {
8008
8112
  return /*#__PURE__*/React.createElement("span", {
8009
8113
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8010
8114
  }, /*#__PURE__*/React.createElement("style", {
8011
- children: loadingCircleStyle$2x
8115
+ children: loadingCircleStyle$2z
8012
8116
  }), /*#__PURE__*/React.createElement("svg", _extends({
8013
8117
  xmlns: "http://www.w3.org/2000/svg",
8014
8118
  width: size,
@@ -8040,7 +8144,7 @@ Done.defaultProps = {
8040
8144
  size: '16'
8041
8145
  };
8042
8146
 
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 }';
8147
+ 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
8148
 
8045
8149
  var Close = function Close(props) {
8046
8150
  var color = props.color,
@@ -8054,7 +8158,7 @@ var Close = function Close(props) {
8054
8158
  return /*#__PURE__*/React.createElement("span", {
8055
8159
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8056
8160
  }, /*#__PURE__*/React.createElement("style", {
8057
- children: loadingCircleStyle$2y
8161
+ children: loadingCircleStyle$2A
8058
8162
  }), /*#__PURE__*/React.createElement("svg", _extends({
8059
8163
  xmlns: "http://www.w3.org/2000/svg",
8060
8164
  width: size,
@@ -8086,7 +8190,7 @@ Close.defaultProps = {
8086
8190
  size: '16'
8087
8191
  };
8088
8192
 
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 }';
8193
+ 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
8194
 
8091
8195
  var StarOutline = function StarOutline(props) {
8092
8196
  var color = props.color,
@@ -8100,7 +8204,7 @@ var StarOutline = function StarOutline(props) {
8100
8204
  return /*#__PURE__*/React.createElement("span", {
8101
8205
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8102
8206
  }, /*#__PURE__*/React.createElement("style", {
8103
- children: loadingCircleStyle$2z
8207
+ children: loadingCircleStyle$2B
8104
8208
  }), /*#__PURE__*/React.createElement("svg", _extends({
8105
8209
  xmlns: "http://www.w3.org/2000/svg",
8106
8210
  width: size,
@@ -8132,7 +8236,7 @@ StarOutline.defaultProps = {
8132
8236
  size: '16'
8133
8237
  };
8134
8238
 
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 }';
8239
+ 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
8240
 
8137
8241
  var StarFill = function StarFill(props) {
8138
8242
  var color = props.color,
@@ -8146,7 +8250,7 @@ var StarFill = function StarFill(props) {
8146
8250
  return /*#__PURE__*/React.createElement("span", {
8147
8251
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8148
8252
  }, /*#__PURE__*/React.createElement("style", {
8149
- children: loadingCircleStyle$2A
8253
+ children: loadingCircleStyle$2C
8150
8254
  }), /*#__PURE__*/React.createElement("svg", _extends({
8151
8255
  xmlns: "http://www.w3.org/2000/svg",
8152
8256
  width: size,
@@ -8178,7 +8282,7 @@ StarFill.defaultProps = {
8178
8282
  size: '16'
8179
8283
  };
8180
8284
 
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 }';
8285
+ 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
8286
 
8183
8287
  var TimeLock = function TimeLock(props) {
8184
8288
  var color = props.color,
@@ -8192,7 +8296,7 @@ var TimeLock = function TimeLock(props) {
8192
8296
  return /*#__PURE__*/React.createElement("span", {
8193
8297
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8194
8298
  }, /*#__PURE__*/React.createElement("style", {
8195
- children: loadingCircleStyle$2B
8299
+ children: loadingCircleStyle$2D
8196
8300
  }), /*#__PURE__*/React.createElement("svg", _extends({
8197
8301
  xmlns: "http://www.w3.org/2000/svg",
8198
8302
  width: size,
@@ -8224,7 +8328,7 @@ TimeLock.defaultProps = {
8224
8328
  size: '16'
8225
8329
  };
8226
8330
 
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 }';
8331
+ 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
8332
 
8229
8333
  var Heart = function Heart(props) {
8230
8334
  var color = props.color,
@@ -8238,7 +8342,7 @@ var Heart = function Heart(props) {
8238
8342
  return /*#__PURE__*/React.createElement("span", {
8239
8343
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8240
8344
  }, /*#__PURE__*/React.createElement("style", {
8241
- children: loadingCircleStyle$2C
8345
+ children: loadingCircleStyle$2E
8242
8346
  }), /*#__PURE__*/React.createElement("svg", _extends({
8243
8347
  xmlns: "http://www.w3.org/2000/svg",
8244
8348
  width: size,
@@ -8270,7 +8374,7 @@ Heart.defaultProps = {
8270
8374
  size: '16'
8271
8375
  };
8272
8376
 
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 }';
8377
+ 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
8378
 
8275
8379
  var Bookmark = function Bookmark(props) {
8276
8380
  var color = props.color,
@@ -8284,7 +8388,7 @@ var Bookmark = function Bookmark(props) {
8284
8388
  return /*#__PURE__*/React.createElement("span", {
8285
8389
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8286
8390
  }, /*#__PURE__*/React.createElement("style", {
8287
- children: loadingCircleStyle$2D
8391
+ children: loadingCircleStyle$2F
8288
8392
  }), /*#__PURE__*/React.createElement("svg", _extends({
8289
8393
  xmlns: "http://www.w3.org/2000/svg",
8290
8394
  width: size,
@@ -8316,7 +8420,7 @@ Bookmark.defaultProps = {
8316
8420
  size: '16'
8317
8421
  };
8318
8422
 
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 }';
8423
+ 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
8424
 
8321
8425
  var Bookmark2 = function Bookmark2(props) {
8322
8426
  var color = props.color,
@@ -8330,7 +8434,7 @@ var Bookmark2 = function Bookmark2(props) {
8330
8434
  return /*#__PURE__*/React.createElement("span", {
8331
8435
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8332
8436
  }, /*#__PURE__*/React.createElement("style", {
8333
- children: loadingCircleStyle$2E
8437
+ children: loadingCircleStyle$2G
8334
8438
  }), /*#__PURE__*/React.createElement("svg", _extends({
8335
8439
  xmlns: "http://www.w3.org/2000/svg",
8336
8440
  width: size,
@@ -8362,7 +8466,7 @@ Bookmark2.defaultProps = {
8362
8466
  size: '16'
8363
8467
  };
8364
8468
 
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 }';
8469
+ 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
8470
 
8367
8471
  var LockClose = function LockClose(props) {
8368
8472
  var color = props.color,
@@ -8376,7 +8480,7 @@ var LockClose = function LockClose(props) {
8376
8480
  return /*#__PURE__*/React.createElement("span", {
8377
8481
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8378
8482
  }, /*#__PURE__*/React.createElement("style", {
8379
- children: loadingCircleStyle$2F
8483
+ children: loadingCircleStyle$2H
8380
8484
  }), /*#__PURE__*/React.createElement("svg", _extends({
8381
8485
  xmlns: "http://www.w3.org/2000/svg",
8382
8486
  width: size,
@@ -8412,7 +8516,7 @@ LockClose.defaultProps = {
8412
8516
  size: '16'
8413
8517
  };
8414
8518
 
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 }';
8519
+ 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
8520
 
8417
8521
  var LockCloseFill = function LockCloseFill(props) {
8418
8522
  var color = props.color,
@@ -8426,7 +8530,7 @@ var LockCloseFill = function LockCloseFill(props) {
8426
8530
  return /*#__PURE__*/React.createElement("span", {
8427
8531
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8428
8532
  }, /*#__PURE__*/React.createElement("style", {
8429
- children: loadingCircleStyle$2G
8533
+ children: loadingCircleStyle$2I
8430
8534
  }), /*#__PURE__*/React.createElement("svg", _extends({
8431
8535
  xmlns: "http://www.w3.org/2000/svg",
8432
8536
  width: size,
@@ -8458,7 +8562,7 @@ LockCloseFill.defaultProps = {
8458
8562
  size: '16'
8459
8563
  };
8460
8564
 
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 }';
8565
+ 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
8566
 
8463
8567
  var LockOpen = function LockOpen(props) {
8464
8568
  var color = props.color,
@@ -8472,7 +8576,7 @@ var LockOpen = function LockOpen(props) {
8472
8576
  return /*#__PURE__*/React.createElement("span", {
8473
8577
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8474
8578
  }, /*#__PURE__*/React.createElement("style", {
8475
- children: loadingCircleStyle$2H
8579
+ children: loadingCircleStyle$2J
8476
8580
  }), /*#__PURE__*/React.createElement("svg", _extends({
8477
8581
  xmlns: "http://www.w3.org/2000/svg",
8478
8582
  width: size,
@@ -8504,7 +8608,7 @@ LockOpen.defaultProps = {
8504
8608
  size: '16'
8505
8609
  };
8506
8610
 
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 }';
8611
+ 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
8612
 
8509
8613
  var LockOpenFill = function LockOpenFill(props) {
8510
8614
  var color = props.color,
@@ -8518,7 +8622,7 @@ var LockOpenFill = function LockOpenFill(props) {
8518
8622
  return /*#__PURE__*/React.createElement("span", {
8519
8623
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8520
8624
  }, /*#__PURE__*/React.createElement("style", {
8521
- children: loadingCircleStyle$2I
8625
+ children: loadingCircleStyle$2K
8522
8626
  }), /*#__PURE__*/React.createElement("svg", _extends({
8523
8627
  xmlns: "http://www.w3.org/2000/svg",
8524
8628
  width: size,
@@ -8550,7 +8654,7 @@ LockOpenFill.defaultProps = {
8550
8654
  size: '16'
8551
8655
  };
8552
8656
 
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 }';
8657
+ 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
8658
 
8555
8659
  var EyeOn = function EyeOn(props) {
8556
8660
  var color = props.color,
@@ -8564,7 +8668,7 @@ var EyeOn = function EyeOn(props) {
8564
8668
  return /*#__PURE__*/React.createElement("span", {
8565
8669
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8566
8670
  }, /*#__PURE__*/React.createElement("style", {
8567
- children: loadingCircleStyle$2J
8671
+ children: loadingCircleStyle$2L
8568
8672
  }), /*#__PURE__*/React.createElement("svg", _extends({
8569
8673
  xmlns: "http://www.w3.org/2000/svg",
8570
8674
  width: size,
@@ -8596,7 +8700,7 @@ EyeOn.defaultProps = {
8596
8700
  size: '16'
8597
8701
  };
8598
8702
 
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 }';
8703
+ 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
8704
 
8601
8705
  var EyeOnFill = function EyeOnFill(props) {
8602
8706
  var color = props.color,
@@ -8610,7 +8714,7 @@ var EyeOnFill = function EyeOnFill(props) {
8610
8714
  return /*#__PURE__*/React.createElement("span", {
8611
8715
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8612
8716
  }, /*#__PURE__*/React.createElement("style", {
8613
- children: loadingCircleStyle$2K
8717
+ children: loadingCircleStyle$2M
8614
8718
  }), /*#__PURE__*/React.createElement("svg", _extends({
8615
8719
  xmlns: "http://www.w3.org/2000/svg",
8616
8720
  width: size,
@@ -8644,7 +8748,7 @@ EyeOnFill.defaultProps = {
8644
8748
  size: '16'
8645
8749
  };
8646
8750
 
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 }';
8751
+ 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
8752
 
8649
8753
  var EyeOff = function EyeOff(props) {
8650
8754
  var color = props.color,
@@ -8658,7 +8762,7 @@ var EyeOff = function EyeOff(props) {
8658
8762
  return /*#__PURE__*/React.createElement("span", {
8659
8763
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8660
8764
  }, /*#__PURE__*/React.createElement("style", {
8661
- children: loadingCircleStyle$2L
8765
+ children: loadingCircleStyle$2N
8662
8766
  }), /*#__PURE__*/React.createElement("svg", _extends({
8663
8767
  xmlns: "http://www.w3.org/2000/svg",
8664
8768
  width: size,
@@ -8690,7 +8794,7 @@ EyeOff.defaultProps = {
8690
8794
  size: '16'
8691
8795
  };
8692
8796
 
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 }';
8797
+ 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
8798
 
8695
8799
  var EyeOffFill = function EyeOffFill(props) {
8696
8800
  var color = props.color,
@@ -8704,7 +8808,7 @@ var EyeOffFill = function EyeOffFill(props) {
8704
8808
  return /*#__PURE__*/React.createElement("span", {
8705
8809
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8706
8810
  }, /*#__PURE__*/React.createElement("style", {
8707
- children: loadingCircleStyle$2M
8811
+ children: loadingCircleStyle$2O
8708
8812
  }), /*#__PURE__*/React.createElement("svg", _extends({
8709
8813
  xmlns: "http://www.w3.org/2000/svg",
8710
8814
  width: size,
@@ -8738,7 +8842,7 @@ EyeOffFill.defaultProps = {
8738
8842
  size: '16'
8739
8843
  };
8740
8844
 
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 }';
8845
+ 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
8846
 
8743
8847
  var Dot = function Dot(props) {
8744
8848
  var color = props.color,
@@ -8752,7 +8856,7 @@ var Dot = function Dot(props) {
8752
8856
  return /*#__PURE__*/React.createElement("span", {
8753
8857
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8754
8858
  }, /*#__PURE__*/React.createElement("style", {
8755
- children: loadingCircleStyle$2N
8859
+ children: loadingCircleStyle$2P
8756
8860
  }), /*#__PURE__*/React.createElement("svg", _extends({
8757
8861
  xmlns: "http://www.w3.org/2000/svg",
8758
8862
  width: size,
@@ -8786,7 +8890,7 @@ Dot.defaultProps = {
8786
8890
  size: '16'
8787
8891
  };
8788
8892
 
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 }';
8893
+ 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
8894
 
8791
8895
  var Anchor = function Anchor(props) {
8792
8896
  var color = props.color,
@@ -8800,7 +8904,7 @@ var Anchor = function Anchor(props) {
8800
8904
  return /*#__PURE__*/React.createElement("span", {
8801
8905
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8802
8906
  }, /*#__PURE__*/React.createElement("style", {
8803
- children: loadingCircleStyle$2O
8907
+ children: loadingCircleStyle$2Q
8804
8908
  }), /*#__PURE__*/React.createElement("svg", _extends({
8805
8909
  xmlns: "http://www.w3.org/2000/svg",
8806
8910
  width: size,
@@ -8832,7 +8936,7 @@ Anchor.defaultProps = {
8832
8936
  size: '16'
8833
8937
  };
8834
8938
 
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 }';
8939
+ 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
8940
 
8837
8941
  var ChartLine = function ChartLine(props) {
8838
8942
  var color = props.color,
@@ -8846,7 +8950,7 @@ var ChartLine = function ChartLine(props) {
8846
8950
  return /*#__PURE__*/React.createElement("span", {
8847
8951
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8848
8952
  }, /*#__PURE__*/React.createElement("style", {
8849
- children: loadingCircleStyle$2P
8953
+ children: loadingCircleStyle$2R
8850
8954
  }), /*#__PURE__*/React.createElement("svg", _extends({
8851
8955
  xmlns: "http://www.w3.org/2000/svg",
8852
8956
  width: size,
@@ -8884,7 +8988,7 @@ ChartLine.defaultProps = {
8884
8988
  size: '16'
8885
8989
  };
8886
8990
 
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 }';
8991
+ 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
8992
 
8889
8993
  var ChartBar = function ChartBar(props) {
8890
8994
  var color = props.color,
@@ -8898,7 +9002,7 @@ var ChartBar = function ChartBar(props) {
8898
9002
  return /*#__PURE__*/React.createElement("span", {
8899
9003
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8900
9004
  }, /*#__PURE__*/React.createElement("style", {
8901
- children: loadingCircleStyle$2Q
9005
+ children: loadingCircleStyle$2S
8902
9006
  }), /*#__PURE__*/React.createElement("svg", _extends({
8903
9007
  xmlns: "http://www.w3.org/2000/svg",
8904
9008
  width: size,
@@ -8934,7 +9038,7 @@ ChartBar.defaultProps = {
8934
9038
  size: '16'
8935
9039
  };
8936
9040
 
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 }';
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 }';
8938
9042
 
8939
9043
  var ChartCum = function ChartCum(props) {
8940
9044
  var color = props.color,
@@ -8948,7 +9052,7 @@ var ChartCum = function ChartCum(props) {
8948
9052
  return /*#__PURE__*/React.createElement("span", {
8949
9053
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
8950
9054
  }, /*#__PURE__*/React.createElement("style", {
8951
- children: loadingCircleStyle$2R
9055
+ children: loadingCircleStyle$2T
8952
9056
  }), /*#__PURE__*/React.createElement("svg", _extends({
8953
9057
  xmlns: "http://www.w3.org/2000/svg",
8954
9058
  width: size,
@@ -8990,7 +9094,7 @@ ChartCum.defaultProps = {
8990
9094
  size: '16'
8991
9095
  };
8992
9096
 
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 }';
9097
+ 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
9098
 
8995
9099
  var ChartPie = function ChartPie(props) {
8996
9100
  var color = props.color,
@@ -9004,7 +9108,7 @@ var ChartPie = function ChartPie(props) {
9004
9108
  return /*#__PURE__*/React.createElement("span", {
9005
9109
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9006
9110
  }, /*#__PURE__*/React.createElement("style", {
9007
- children: loadingCircleStyle$2S
9111
+ children: loadingCircleStyle$2U
9008
9112
  }), /*#__PURE__*/React.createElement("svg", _extends({
9009
9113
  xmlns: "http://www.w3.org/2000/svg",
9010
9114
  width: size,
@@ -9038,7 +9142,7 @@ ChartPie.defaultProps = {
9038
9142
  size: '16'
9039
9143
  };
9040
9144
 
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 }';
9145
+ 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
9146
 
9043
9147
  var ChartDNRe = function ChartDNRe(props) {
9044
9148
  var color = props.color,
@@ -9052,7 +9156,7 @@ var ChartDNRe = function ChartDNRe(props) {
9052
9156
  return /*#__PURE__*/React.createElement("span", {
9053
9157
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9054
9158
  }, /*#__PURE__*/React.createElement("style", {
9055
- children: loadingCircleStyle$2T
9159
+ children: loadingCircleStyle$2V
9056
9160
  }), /*#__PURE__*/React.createElement("svg", _extends({
9057
9161
  xmlns: "http://www.w3.org/2000/svg",
9058
9162
  width: size,
@@ -9096,7 +9200,7 @@ ChartDNRe.defaultProps = {
9096
9200
  size: '16'
9097
9201
  };
9098
9202
 
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 }';
9203
+ 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
9204
 
9101
9205
  var ChartDRe = function ChartDRe(props) {
9102
9206
  var color = props.color,
@@ -9110,7 +9214,7 @@ var ChartDRe = function ChartDRe(props) {
9110
9214
  return /*#__PURE__*/React.createElement("span", {
9111
9215
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9112
9216
  }, /*#__PURE__*/React.createElement("style", {
9113
- children: loadingCircleStyle$2U
9217
+ children: loadingCircleStyle$2W
9114
9218
  }), /*#__PURE__*/React.createElement("svg", _extends({
9115
9219
  xmlns: "http://www.w3.org/2000/svg",
9116
9220
  width: size,
@@ -9154,7 +9258,7 @@ ChartDRe.defaultProps = {
9154
9258
  size: '16'
9155
9259
  };
9156
9260
 
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 }';
9261
+ 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
9262
 
9159
9263
  var ChartFunnel = function ChartFunnel(props) {
9160
9264
  var color = props.color,
@@ -9168,7 +9272,7 @@ var ChartFunnel = function ChartFunnel(props) {
9168
9272
  return /*#__PURE__*/React.createElement("span", {
9169
9273
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9170
9274
  }, /*#__PURE__*/React.createElement("style", {
9171
- children: loadingCircleStyle$2V
9275
+ children: loadingCircleStyle$2X
9172
9276
  }), /*#__PURE__*/React.createElement("svg", _extends({
9173
9277
  xmlns: "http://www.w3.org/2000/svg",
9174
9278
  width: size,
@@ -9204,7 +9308,7 @@ ChartFunnel.defaultProps = {
9204
9308
  size: '16'
9205
9309
  };
9206
9310
 
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 }';
9311
+ 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
9312
 
9209
9313
  var ChartInterval = function ChartInterval(props) {
9210
9314
  var color = props.color,
@@ -9218,7 +9322,7 @@ var ChartInterval = function ChartInterval(props) {
9218
9322
  return /*#__PURE__*/React.createElement("span", {
9219
9323
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9220
9324
  }, /*#__PURE__*/React.createElement("style", {
9221
- children: loadingCircleStyle$2W
9325
+ children: loadingCircleStyle$2Y
9222
9326
  }), /*#__PURE__*/React.createElement("svg", _extends({
9223
9327
  xmlns: "http://www.w3.org/2000/svg",
9224
9328
  width: size,
@@ -9252,7 +9356,7 @@ ChartInterval.defaultProps = {
9252
9356
  size: '16'
9253
9357
  };
9254
9358
 
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 }';
9359
+ 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
9360
 
9257
9361
  var ChartStack = function ChartStack(props) {
9258
9362
  var color = props.color,
@@ -9266,7 +9370,7 @@ var ChartStack = function ChartStack(props) {
9266
9370
  return /*#__PURE__*/React.createElement("span", {
9267
9371
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9268
9372
  }, /*#__PURE__*/React.createElement("style", {
9269
- children: loadingCircleStyle$2X
9373
+ children: loadingCircleStyle$2Z
9270
9374
  }), /*#__PURE__*/React.createElement("svg", _extends({
9271
9375
  xmlns: "http://www.w3.org/2000/svg",
9272
9376
  width: size,
@@ -9300,7 +9404,7 @@ ChartStack.defaultProps = {
9300
9404
  size: '16'
9301
9405
  };
9302
9406
 
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 }';
9407
+ 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
9408
 
9305
9409
  var ChartStackn = function ChartStackn(props) {
9306
9410
  var color = props.color,
@@ -9314,7 +9418,7 @@ var ChartStackn = function ChartStackn(props) {
9314
9418
  return /*#__PURE__*/React.createElement("span", {
9315
9419
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9316
9420
  }, /*#__PURE__*/React.createElement("style", {
9317
- children: loadingCircleStyle$2Y
9421
+ children: loadingCircleStyle$2_
9318
9422
  }), /*#__PURE__*/React.createElement("svg", _extends({
9319
9423
  xmlns: "http://www.w3.org/2000/svg",
9320
9424
  width: size,
@@ -9348,7 +9452,7 @@ ChartStackn.defaultProps = {
9348
9452
  size: '16'
9349
9453
  };
9350
9454
 
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 }';
9455
+ 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
9456
 
9353
9457
  var ChartStackPerc = function ChartStackPerc(props) {
9354
9458
  var color = props.color,
@@ -9362,7 +9466,7 @@ var ChartStackPerc = function ChartStackPerc(props) {
9362
9466
  return /*#__PURE__*/React.createElement("span", {
9363
9467
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9364
9468
  }, /*#__PURE__*/React.createElement("style", {
9365
- children: loadingCircleStyle$2Z
9469
+ children: loadingCircleStyle$2$
9366
9470
  }), /*#__PURE__*/React.createElement("svg", _extends({
9367
9471
  xmlns: "http://www.w3.org/2000/svg",
9368
9472
  width: size,
@@ -9396,7 +9500,7 @@ ChartStackPerc.defaultProps = {
9396
9500
  size: '16'
9397
9501
  };
9398
9502
 
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 }';
9503
+ 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
9504
 
9401
9505
  var ChartComplex = function ChartComplex(props) {
9402
9506
  var color = props.color,
@@ -9410,7 +9514,7 @@ var ChartComplex = function ChartComplex(props) {
9410
9514
  return /*#__PURE__*/React.createElement("span", {
9411
9515
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9412
9516
  }, /*#__PURE__*/React.createElement("style", {
9413
- children: loadingCircleStyle$2_
9517
+ children: loadingCircleStyle$30
9414
9518
  }), /*#__PURE__*/React.createElement("svg", _extends({
9415
9519
  xmlns: "http://www.w3.org/2000/svg",
9416
9520
  width: size,
@@ -9450,7 +9554,7 @@ ChartComplex.defaultProps = {
9450
9554
  size: '16'
9451
9555
  };
9452
9556
 
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 }';
9557
+ 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
9558
 
9455
9559
  var ChartHistogram = function ChartHistogram(props) {
9456
9560
  var color = props.color,
@@ -9464,7 +9568,7 @@ var ChartHistogram = function ChartHistogram(props) {
9464
9568
  return /*#__PURE__*/React.createElement("span", {
9465
9569
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9466
9570
  }, /*#__PURE__*/React.createElement("style", {
9467
- children: loadingCircleStyle$2$
9571
+ children: loadingCircleStyle$31
9468
9572
  }), /*#__PURE__*/React.createElement("svg", _extends({
9469
9573
  xmlns: "http://www.w3.org/2000/svg",
9470
9574
  width: size,
@@ -9510,7 +9614,7 @@ ChartHistogram.defaultProps = {
9510
9614
  size: '16'
9511
9615
  };
9512
9616
 
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 }';
9617
+ 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
9618
 
9515
9619
  var ChartTable = function ChartTable(props) {
9516
9620
  var color = props.color,
@@ -9524,7 +9628,7 @@ var ChartTable = function ChartTable(props) {
9524
9628
  return /*#__PURE__*/React.createElement("span", {
9525
9629
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9526
9630
  }, /*#__PURE__*/React.createElement("style", {
9527
- children: loadingCircleStyle$30
9631
+ children: loadingCircleStyle$32
9528
9632
  }), /*#__PURE__*/React.createElement("svg", _extends({
9529
9633
  xmlns: "http://www.w3.org/2000/svg",
9530
9634
  width: size,
@@ -9556,7 +9660,7 @@ ChartTable.defaultProps = {
9556
9660
  size: '16'
9557
9661
  };
9558
9662
 
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 }';
9663
+ var loadingCircleStyle$33 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9560
9664
 
9561
9665
  var ChartFieldlist = function ChartFieldlist(props) {
9562
9666
  var color = props.color,
@@ -9570,7 +9674,7 @@ var ChartFieldlist = function ChartFieldlist(props) {
9570
9674
  return /*#__PURE__*/React.createElement("span", {
9571
9675
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9572
9676
  }, /*#__PURE__*/React.createElement("style", {
9573
- children: loadingCircleStyle$31
9677
+ children: loadingCircleStyle$33
9574
9678
  }), /*#__PURE__*/React.createElement("svg", _extends({
9575
9679
  xmlns: "http://www.w3.org/2000/svg",
9576
9680
  width: size,
@@ -9602,7 +9706,7 @@ ChartFieldlist.defaultProps = {
9602
9706
  size: '16'
9603
9707
  };
9604
9708
 
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 }';
9709
+ var loadingCircleStyle$34 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
9606
9710
 
9607
9711
  var Table1dtable = function Table1dtable(props) {
9608
9712
  var color = props.color,
@@ -9616,7 +9720,7 @@ var Table1dtable = function Table1dtable(props) {
9616
9720
  return /*#__PURE__*/React.createElement("span", {
9617
9721
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9618
9722
  }, /*#__PURE__*/React.createElement("style", {
9619
- children: loadingCircleStyle$32
9723
+ children: loadingCircleStyle$34
9620
9724
  }), /*#__PURE__*/React.createElement("svg", _extends({
9621
9725
  xmlns: "http://www.w3.org/2000/svg",
9622
9726
  width: size,
@@ -9666,7 +9770,7 @@ Table1dtable.defaultProps = {
9666
9770
  size: '16'
9667
9771
  };
9668
9772
 
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 }';
9773
+ 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
9774
 
9671
9775
  var ChartSqltable = function ChartSqltable(props) {
9672
9776
  var color = props.color,
@@ -9680,7 +9784,7 @@ var ChartSqltable = function ChartSqltable(props) {
9680
9784
  return /*#__PURE__*/React.createElement("span", {
9681
9785
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9682
9786
  }, /*#__PURE__*/React.createElement("style", {
9683
- children: loadingCircleStyle$33
9787
+ children: loadingCircleStyle$35
9684
9788
  }), /*#__PURE__*/React.createElement("svg", _extends({
9685
9789
  xmlns: "http://www.w3.org/2000/svg",
9686
9790
  width: size,
@@ -9712,7 +9816,7 @@ ChartSqltable.defaultProps = {
9712
9816
  size: '16'
9713
9817
  };
9714
9818
 
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 }';
9819
+ 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
9820
 
9717
9821
  var ChartCombinedTable = function ChartCombinedTable(props) {
9718
9822
  var color = props.color,
@@ -9726,7 +9830,7 @@ var ChartCombinedTable = function ChartCombinedTable(props) {
9726
9830
  return /*#__PURE__*/React.createElement("span", {
9727
9831
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9728
9832
  }, /*#__PURE__*/React.createElement("style", {
9729
- children: loadingCircleStyle$34
9833
+ children: loadingCircleStyle$36
9730
9834
  }), /*#__PURE__*/React.createElement("svg", _extends({
9731
9835
  xmlns: "http://www.w3.org/2000/svg",
9732
9836
  width: size,
@@ -9758,7 +9862,7 @@ ChartCombinedTable.defaultProps = {
9758
9862
  size: '16'
9759
9863
  };
9760
9864
 
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 }';
9865
+ 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
9866
 
9763
9867
  var ChartDistTable = function ChartDistTable(props) {
9764
9868
  var color = props.color,
@@ -9772,7 +9876,7 @@ var ChartDistTable = function ChartDistTable(props) {
9772
9876
  return /*#__PURE__*/React.createElement("span", {
9773
9877
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9774
9878
  }, /*#__PURE__*/React.createElement("style", {
9775
- children: loadingCircleStyle$35
9879
+ children: loadingCircleStyle$37
9776
9880
  }), /*#__PURE__*/React.createElement("svg", _extends({
9777
9881
  xmlns: "http://www.w3.org/2000/svg",
9778
9882
  width: size,
@@ -9804,7 +9908,7 @@ ChartDistTable.defaultProps = {
9804
9908
  size: '16'
9805
9909
  };
9806
9910
 
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 }';
9911
+ 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
9912
 
9809
9913
  var ChartBarTable = function ChartBarTable(props) {
9810
9914
  var color = props.color,
@@ -9818,7 +9922,7 @@ var ChartBarTable = function ChartBarTable(props) {
9818
9922
  return /*#__PURE__*/React.createElement("span", {
9819
9923
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9820
9924
  }, /*#__PURE__*/React.createElement("style", {
9821
- children: loadingCircleStyle$36
9925
+ children: loadingCircleStyle$38
9822
9926
  }), /*#__PURE__*/React.createElement("svg", _extends({
9823
9927
  xmlns: "http://www.w3.org/2000/svg",
9824
9928
  width: size,
@@ -9852,7 +9956,7 @@ ChartBarTable.defaultProps = {
9852
9956
  size: '16'
9853
9957
  };
9854
9958
 
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 }';
9959
+ 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
9960
 
9857
9961
  var ChartLineTable = function ChartLineTable(props) {
9858
9962
  var color = props.color,
@@ -9866,7 +9970,7 @@ var ChartLineTable = function ChartLineTable(props) {
9866
9970
  return /*#__PURE__*/React.createElement("span", {
9867
9971
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9868
9972
  }, /*#__PURE__*/React.createElement("style", {
9869
- children: loadingCircleStyle$37
9973
+ children: loadingCircleStyle$39
9870
9974
  }), /*#__PURE__*/React.createElement("svg", _extends({
9871
9975
  xmlns: "http://www.w3.org/2000/svg",
9872
9976
  width: size,
@@ -9906,7 +10010,7 @@ ChartLineTable.defaultProps = {
9906
10010
  size: '16'
9907
10011
  };
9908
10012
 
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 }';
10013
+ 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
10014
 
9911
10015
  var Play = function Play(props) {
9912
10016
  var color = props.color,
@@ -9920,7 +10024,7 @@ var Play = function Play(props) {
9920
10024
  return /*#__PURE__*/React.createElement("span", {
9921
10025
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9922
10026
  }, /*#__PURE__*/React.createElement("style", {
9923
- children: loadingCircleStyle$38
10027
+ children: loadingCircleStyle$3a
9924
10028
  }), /*#__PURE__*/React.createElement("svg", _extends({
9925
10029
  xmlns: "http://www.w3.org/2000/svg",
9926
10030
  width: size,
@@ -9952,7 +10056,7 @@ Play.defaultProps = {
9952
10056
  size: '16'
9953
10057
  };
9954
10058
 
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 }';
10059
+ 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
10060
 
9957
10061
  var Config = function Config(props) {
9958
10062
  var color = props.color,
@@ -9966,7 +10070,7 @@ var Config = function Config(props) {
9966
10070
  return /*#__PURE__*/React.createElement("span", {
9967
10071
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
9968
10072
  }, /*#__PURE__*/React.createElement("style", {
9969
- children: loadingCircleStyle$39
10073
+ children: loadingCircleStyle$3b
9970
10074
  }), /*#__PURE__*/React.createElement("svg", _extends({
9971
10075
  xmlns: "http://www.w3.org/2000/svg",
9972
10076
  width: size,
@@ -9998,7 +10102,7 @@ Config.defaultProps = {
9998
10102
  size: '16'
9999
10103
  };
10000
10104
 
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 }';
10105
+ 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
10106
 
10003
10107
  var Setting = function Setting(props) {
10004
10108
  var color = props.color,
@@ -10012,7 +10116,7 @@ var Setting = function Setting(props) {
10012
10116
  return /*#__PURE__*/React.createElement("span", {
10013
10117
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10014
10118
  }, /*#__PURE__*/React.createElement("style", {
10015
- children: loadingCircleStyle$3a
10119
+ children: loadingCircleStyle$3c
10016
10120
  }), /*#__PURE__*/React.createElement("svg", _extends({
10017
10121
  xmlns: "http://www.w3.org/2000/svg",
10018
10122
  width: size,
@@ -10044,7 +10148,7 @@ Setting.defaultProps = {
10044
10148
  size: '16'
10045
10149
  };
10046
10150
 
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 }';
10151
+ 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
10152
 
10049
10153
  var Search = function Search(props) {
10050
10154
  var color = props.color,
@@ -10058,7 +10162,7 @@ var Search = function Search(props) {
10058
10162
  return /*#__PURE__*/React.createElement("span", {
10059
10163
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10060
10164
  }, /*#__PURE__*/React.createElement("style", {
10061
- children: loadingCircleStyle$3b
10165
+ children: loadingCircleStyle$3d
10062
10166
  }), /*#__PURE__*/React.createElement("svg", _extends({
10063
10167
  xmlns: "http://www.w3.org/2000/svg",
10064
10168
  width: size,
@@ -10090,7 +10194,7 @@ Search.defaultProps = {
10090
10194
  size: '16'
10091
10195
  };
10092
10196
 
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 }';
10197
+ 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
10198
 
10095
10199
  var Copy = function Copy(props) {
10096
10200
  var color = props.color,
@@ -10104,7 +10208,7 @@ var Copy = function Copy(props) {
10104
10208
  return /*#__PURE__*/React.createElement("span", {
10105
10209
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10106
10210
  }, /*#__PURE__*/React.createElement("style", {
10107
- children: loadingCircleStyle$3c
10211
+ children: loadingCircleStyle$3e
10108
10212
  }), /*#__PURE__*/React.createElement("svg", _extends({
10109
10213
  xmlns: "http://www.w3.org/2000/svg",
10110
10214
  width: size,
@@ -10136,7 +10240,7 @@ Copy.defaultProps = {
10136
10240
  size: '16'
10137
10241
  };
10138
10242
 
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 }';
10243
+ 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
10244
 
10141
10245
  var Copy2 = function Copy2(props) {
10142
10246
  var color = props.color,
@@ -10150,7 +10254,7 @@ var Copy2 = function Copy2(props) {
10150
10254
  return /*#__PURE__*/React.createElement("span", {
10151
10255
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10152
10256
  }, /*#__PURE__*/React.createElement("style", {
10153
- children: loadingCircleStyle$3d
10257
+ children: loadingCircleStyle$3f
10154
10258
  }), /*#__PURE__*/React.createElement("svg", _extends({
10155
10259
  xmlns: "http://www.w3.org/2000/svg",
10156
10260
  width: size,
@@ -10182,7 +10286,7 @@ Copy2.defaultProps = {
10182
10286
  size: '16'
10183
10287
  };
10184
10288
 
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 }';
10289
+ 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
10290
 
10187
10291
  var Format = function Format(props) {
10188
10292
  var color = props.color,
@@ -10196,7 +10300,7 @@ var Format = function Format(props) {
10196
10300
  return /*#__PURE__*/React.createElement("span", {
10197
10301
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10198
10302
  }, /*#__PURE__*/React.createElement("style", {
10199
- children: loadingCircleStyle$3e
10303
+ children: loadingCircleStyle$3g
10200
10304
  }), /*#__PURE__*/React.createElement("svg", _extends({
10201
10305
  xmlns: "http://www.w3.org/2000/svg",
10202
10306
  width: size,
@@ -10230,7 +10334,7 @@ Format.defaultProps = {
10230
10334
  size: '16'
10231
10335
  };
10232
10336
 
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 }';
10337
+ 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
10338
 
10235
10339
  var Code = function Code(props) {
10236
10340
  var color = props.color,
@@ -10244,7 +10348,7 @@ var Code = function Code(props) {
10244
10348
  return /*#__PURE__*/React.createElement("span", {
10245
10349
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10246
10350
  }, /*#__PURE__*/React.createElement("style", {
10247
- children: loadingCircleStyle$3f
10351
+ children: loadingCircleStyle$3h
10248
10352
  }), /*#__PURE__*/React.createElement("svg", _extends({
10249
10353
  xmlns: "http://www.w3.org/2000/svg",
10250
10354
  width: size,
@@ -10276,7 +10380,7 @@ Code.defaultProps = {
10276
10380
  size: '16'
10277
10381
  };
10278
10382
 
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 }';
10383
+ 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
10384
 
10281
10385
  var Edit = function Edit(props) {
10282
10386
  var color = props.color,
@@ -10290,7 +10394,7 @@ var Edit = function Edit(props) {
10290
10394
  return /*#__PURE__*/React.createElement("span", {
10291
10395
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10292
10396
  }, /*#__PURE__*/React.createElement("style", {
10293
- children: loadingCircleStyle$3g
10397
+ children: loadingCircleStyle$3i
10294
10398
  }), /*#__PURE__*/React.createElement("svg", _extends({
10295
10399
  xmlns: "http://www.w3.org/2000/svg",
10296
10400
  width: size,
@@ -10322,7 +10426,7 @@ Edit.defaultProps = {
10322
10426
  size: '16'
10323
10427
  };
10324
10428
 
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 }';
10429
+ 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
10430
 
10327
10431
  var EditFill = function EditFill(props) {
10328
10432
  var color = props.color,
@@ -10336,7 +10440,7 @@ var EditFill = function EditFill(props) {
10336
10440
  return /*#__PURE__*/React.createElement("span", {
10337
10441
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10338
10442
  }, /*#__PURE__*/React.createElement("style", {
10339
- children: loadingCircleStyle$3h
10443
+ children: loadingCircleStyle$3j
10340
10444
  }), /*#__PURE__*/React.createElement("svg", _extends({
10341
10445
  xmlns: "http://www.w3.org/2000/svg",
10342
10446
  width: size,
@@ -10370,7 +10474,7 @@ EditFill.defaultProps = {
10370
10474
  size: '16'
10371
10475
  };
10372
10476
 
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 }';
10477
+ 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
10478
 
10375
10479
  var Delete1 = function Delete1(props) {
10376
10480
  var color = props.color,
@@ -10384,7 +10488,7 @@ var Delete1 = function Delete1(props) {
10384
10488
  return /*#__PURE__*/React.createElement("span", {
10385
10489
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10386
10490
  }, /*#__PURE__*/React.createElement("style", {
10387
- children: loadingCircleStyle$3i
10491
+ children: loadingCircleStyle$3k
10388
10492
  }), /*#__PURE__*/React.createElement("svg", _extends({
10389
10493
  xmlns: "http://www.w3.org/2000/svg",
10390
10494
  width: size,
@@ -10416,7 +10520,7 @@ Delete1.defaultProps = {
10416
10520
  size: '16'
10417
10521
  };
10418
10522
 
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 }';
10523
+ 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
10524
 
10421
10525
  var Save = function Save(props) {
10422
10526
  var color = props.color,
@@ -10430,7 +10534,7 @@ var Save = function Save(props) {
10430
10534
  return /*#__PURE__*/React.createElement("span", {
10431
10535
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10432
10536
  }, /*#__PURE__*/React.createElement("style", {
10433
- children: loadingCircleStyle$3j
10537
+ children: loadingCircleStyle$3l
10434
10538
  }), /*#__PURE__*/React.createElement("svg", _extends({
10435
10539
  xmlns: "http://www.w3.org/2000/svg",
10436
10540
  width: size,
@@ -10462,7 +10566,7 @@ Save.defaultProps = {
10462
10566
  size: '16'
10463
10567
  };
10464
10568
 
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 }';
10569
+ 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
10570
 
10467
10571
  var Send = function Send(props) {
10468
10572
  var color = props.color,
@@ -10476,7 +10580,7 @@ var Send = function Send(props) {
10476
10580
  return /*#__PURE__*/React.createElement("span", {
10477
10581
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10478
10582
  }, /*#__PURE__*/React.createElement("style", {
10479
- children: loadingCircleStyle$3k
10583
+ children: loadingCircleStyle$3m
10480
10584
  }), /*#__PURE__*/React.createElement("svg", _extends({
10481
10585
  xmlns: "http://www.w3.org/2000/svg",
10482
10586
  width: size,
@@ -10508,7 +10612,7 @@ Send.defaultProps = {
10508
10612
  size: '16'
10509
10613
  };
10510
10614
 
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 }';
10615
+ 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
10616
 
10513
10617
  var Fullscreen = function Fullscreen(props) {
10514
10618
  var color = props.color,
@@ -10522,7 +10626,7 @@ var Fullscreen = function Fullscreen(props) {
10522
10626
  return /*#__PURE__*/React.createElement("span", {
10523
10627
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10524
10628
  }, /*#__PURE__*/React.createElement("style", {
10525
- children: loadingCircleStyle$3l
10629
+ children: loadingCircleStyle$3n
10526
10630
  }), /*#__PURE__*/React.createElement("svg", _extends({
10527
10631
  xmlns: "http://www.w3.org/2000/svg",
10528
10632
  width: size,
@@ -10554,7 +10658,7 @@ Fullscreen.defaultProps = {
10554
10658
  size: '16'
10555
10659
  };
10556
10660
 
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 }';
10661
+ 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
10662
 
10559
10663
  var ArrowLeftDown = function ArrowLeftDown(props) {
10560
10664
  var color = props.color,
@@ -10568,7 +10672,7 @@ var ArrowLeftDown = function ArrowLeftDown(props) {
10568
10672
  return /*#__PURE__*/React.createElement("span", {
10569
10673
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10570
10674
  }, /*#__PURE__*/React.createElement("style", {
10571
- children: loadingCircleStyle$3m
10675
+ children: loadingCircleStyle$3o
10572
10676
  }), /*#__PURE__*/React.createElement("svg", _extends({
10573
10677
  xmlns: "http://www.w3.org/2000/svg",
10574
10678
  width: size,
@@ -10600,7 +10704,7 @@ ArrowLeftDown.defaultProps = {
10600
10704
  size: '16'
10601
10705
  };
10602
10706
 
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 }';
10707
+ 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
10708
 
10605
10709
  var Link = function Link(props) {
10606
10710
  var color = props.color,
@@ -10614,7 +10718,7 @@ var Link = function Link(props) {
10614
10718
  return /*#__PURE__*/React.createElement("span", {
10615
10719
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10616
10720
  }, /*#__PURE__*/React.createElement("style", {
10617
- children: loadingCircleStyle$3n
10721
+ children: loadingCircleStyle$3p
10618
10722
  }), /*#__PURE__*/React.createElement("svg", _extends({
10619
10723
  xmlns: "http://www.w3.org/2000/svg",
10620
10724
  width: size,
@@ -10650,7 +10754,7 @@ Link.defaultProps = {
10650
10754
  size: '16'
10651
10755
  };
10652
10756
 
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 }';
10757
+ 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
10758
 
10655
10759
  var Unlink = function Unlink(props) {
10656
10760
  var color = props.color,
@@ -10664,7 +10768,7 @@ var Unlink = function Unlink(props) {
10664
10768
  return /*#__PURE__*/React.createElement("span", {
10665
10769
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10666
10770
  }, /*#__PURE__*/React.createElement("style", {
10667
- children: loadingCircleStyle$3o
10771
+ children: loadingCircleStyle$3q
10668
10772
  }), /*#__PURE__*/React.createElement("svg", _extends({
10669
10773
  xmlns: "http://www.w3.org/2000/svg",
10670
10774
  width: size,
@@ -10702,7 +10806,7 @@ Unlink.defaultProps = {
10702
10806
  size: '16'
10703
10807
  };
10704
10808
 
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 }';
10809
+ 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
10810
 
10707
10811
  var MenuUnfold = function MenuUnfold(props) {
10708
10812
  var color = props.color,
@@ -10716,7 +10820,7 @@ var MenuUnfold = function MenuUnfold(props) {
10716
10820
  return /*#__PURE__*/React.createElement("span", {
10717
10821
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10718
10822
  }, /*#__PURE__*/React.createElement("style", {
10719
- children: loadingCircleStyle$3p
10823
+ children: loadingCircleStyle$3r
10720
10824
  }), /*#__PURE__*/React.createElement("svg", _extends({
10721
10825
  xmlns: "http://www.w3.org/2000/svg",
10722
10826
  width: size,
@@ -10748,7 +10852,7 @@ MenuUnfold.defaultProps = {
10748
10852
  size: '16'
10749
10853
  };
10750
10854
 
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 }';
10855
+ 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
10856
 
10753
10857
  var MenuFold = function MenuFold(props) {
10754
10858
  var color = props.color,
@@ -10762,7 +10866,7 @@ var MenuFold = function MenuFold(props) {
10762
10866
  return /*#__PURE__*/React.createElement("span", {
10763
10867
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10764
10868
  }, /*#__PURE__*/React.createElement("style", {
10765
- children: loadingCircleStyle$3q
10869
+ children: loadingCircleStyle$3s
10766
10870
  }), /*#__PURE__*/React.createElement("svg", _extends({
10767
10871
  xmlns: "http://www.w3.org/2000/svg",
10768
10872
  width: size,
@@ -10794,7 +10898,7 @@ MenuFold.defaultProps = {
10794
10898
  size: '16'
10795
10899
  };
10796
10900
 
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 }';
10901
+ 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
10902
 
10799
10903
  var List = function List(props) {
10800
10904
  var color = props.color,
@@ -10808,7 +10912,7 @@ var List = function List(props) {
10808
10912
  return /*#__PURE__*/React.createElement("span", {
10809
10913
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10810
10914
  }, /*#__PURE__*/React.createElement("style", {
10811
- children: loadingCircleStyle$3r
10915
+ children: loadingCircleStyle$3t
10812
10916
  }), /*#__PURE__*/React.createElement("svg", _extends({
10813
10917
  xmlns: "http://www.w3.org/2000/svg",
10814
10918
  width: size,
@@ -10840,7 +10944,7 @@ List.defaultProps = {
10840
10944
  size: '16'
10841
10945
  };
10842
10946
 
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 }';
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 }';
10844
10948
 
10845
10949
  var ListNested = function ListNested(props) {
10846
10950
  var color = props.color,
@@ -10854,7 +10958,7 @@ var ListNested = function ListNested(props) {
10854
10958
  return /*#__PURE__*/React.createElement("span", {
10855
10959
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10856
10960
  }, /*#__PURE__*/React.createElement("style", {
10857
- children: loadingCircleStyle$3s
10961
+ children: loadingCircleStyle$3u
10858
10962
  }), /*#__PURE__*/React.createElement("svg", _extends({
10859
10963
  xmlns: "http://www.w3.org/2000/svg",
10860
10964
  width: size,
@@ -10888,7 +10992,7 @@ ListNested.defaultProps = {
10888
10992
  size: '16'
10889
10993
  };
10890
10994
 
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 }';
10995
+ 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
10996
 
10893
10997
  var DoubleList = function DoubleList(props) {
10894
10998
  var color = props.color,
@@ -10902,7 +11006,7 @@ var DoubleList = function DoubleList(props) {
10902
11006
  return /*#__PURE__*/React.createElement("span", {
10903
11007
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10904
11008
  }, /*#__PURE__*/React.createElement("style", {
10905
- children: loadingCircleStyle$3t
11009
+ children: loadingCircleStyle$3v
10906
11010
  }), /*#__PURE__*/React.createElement("svg", _extends({
10907
11011
  xmlns: "http://www.w3.org/2000/svg",
10908
11012
  width: size,
@@ -10944,7 +11048,7 @@ DoubleList.defaultProps = {
10944
11048
  size: '16'
10945
11049
  };
10946
11050
 
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 }';
11051
+ 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
11052
 
10949
11053
  var Download = function Download(props) {
10950
11054
  var color = props.color,
@@ -10958,7 +11062,7 @@ var Download = function Download(props) {
10958
11062
  return /*#__PURE__*/React.createElement("span", {
10959
11063
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10960
11064
  }, /*#__PURE__*/React.createElement("style", {
10961
- children: loadingCircleStyle$3u
11065
+ children: loadingCircleStyle$3w
10962
11066
  }), /*#__PURE__*/React.createElement("svg", _extends({
10963
11067
  xmlns: "http://www.w3.org/2000/svg",
10964
11068
  width: size,
@@ -10990,7 +11094,7 @@ Download.defaultProps = {
10990
11094
  size: '16'
10991
11095
  };
10992
11096
 
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 }';
11097
+ 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
11098
 
10995
11099
  var FullDownload = function FullDownload(props) {
10996
11100
  var color = props.color,
@@ -11004,7 +11108,7 @@ var FullDownload = function FullDownload(props) {
11004
11108
  return /*#__PURE__*/React.createElement("span", {
11005
11109
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11006
11110
  }, /*#__PURE__*/React.createElement("style", {
11007
- children: loadingCircleStyle$3v
11111
+ children: loadingCircleStyle$3x
11008
11112
  }), /*#__PURE__*/React.createElement("svg", _extends({
11009
11113
  xmlns: "http://www.w3.org/2000/svg",
11010
11114
  width: size,
@@ -11038,7 +11142,7 @@ FullDownload.defaultProps = {
11038
11142
  size: '16'
11039
11143
  };
11040
11144
 
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 }';
11145
+ 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
11146
 
11043
11147
  var Export = function Export(props) {
11044
11148
  var color = props.color,
@@ -11052,7 +11156,7 @@ var Export = function Export(props) {
11052
11156
  return /*#__PURE__*/React.createElement("span", {
11053
11157
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11054
11158
  }, /*#__PURE__*/React.createElement("style", {
11055
- children: loadingCircleStyle$3w
11159
+ children: loadingCircleStyle$3y
11056
11160
  }), /*#__PURE__*/React.createElement("svg", _extends({
11057
11161
  xmlns: "http://www.w3.org/2000/svg",
11058
11162
  width: size,
@@ -11086,7 +11190,7 @@ Export.defaultProps = {
11086
11190
  size: '16'
11087
11191
  };
11088
11192
 
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 }';
11193
+ 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
11194
 
11091
11195
  var Import = function Import(props) {
11092
11196
  var color = props.color,
@@ -11100,7 +11204,7 @@ var Import = function Import(props) {
11100
11204
  return /*#__PURE__*/React.createElement("span", {
11101
11205
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11102
11206
  }, /*#__PURE__*/React.createElement("style", {
11103
- children: loadingCircleStyle$3x
11207
+ children: loadingCircleStyle$3z
11104
11208
  }), /*#__PURE__*/React.createElement("svg", _extends({
11105
11209
  xmlns: "http://www.w3.org/2000/svg",
11106
11210
  width: size,
@@ -11134,7 +11238,7 @@ Import.defaultProps = {
11134
11238
  size: '16'
11135
11239
  };
11136
11240
 
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 }';
11241
+ 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
11242
 
11139
11243
  var Add1 = function Add1(props) {
11140
11244
  var color = props.color,
@@ -11148,7 +11252,7 @@ var Add1 = function Add1(props) {
11148
11252
  return /*#__PURE__*/React.createElement("span", {
11149
11253
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11150
11254
  }, /*#__PURE__*/React.createElement("style", {
11151
- children: loadingCircleStyle$3y
11255
+ children: loadingCircleStyle$3A
11152
11256
  }), /*#__PURE__*/React.createElement("svg", _extends({
11153
11257
  xmlns: "http://www.w3.org/2000/svg",
11154
11258
  width: size,
@@ -11180,7 +11284,7 @@ Add1.defaultProps = {
11180
11284
  size: '16'
11181
11285
  };
11182
11286
 
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 }';
11287
+ 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
11288
 
11185
11289
  var Add2 = function Add2(props) {
11186
11290
  var color = props.color,
@@ -11194,7 +11298,7 @@ var Add2 = function Add2(props) {
11194
11298
  return /*#__PURE__*/React.createElement("span", {
11195
11299
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11196
11300
  }, /*#__PURE__*/React.createElement("style", {
11197
- children: loadingCircleStyle$3z
11301
+ children: loadingCircleStyle$3B
11198
11302
  }), /*#__PURE__*/React.createElement("svg", _extends({
11199
11303
  xmlns: "http://www.w3.org/2000/svg",
11200
11304
  width: size,
@@ -11226,7 +11330,7 @@ Add2.defaultProps = {
11226
11330
  size: '16'
11227
11331
  };
11228
11332
 
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 }';
11333
+ 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
11334
 
11231
11335
  var Add3 = function Add3(props) {
11232
11336
  var color = props.color,
@@ -11240,7 +11344,7 @@ var Add3 = function Add3(props) {
11240
11344
  return /*#__PURE__*/React.createElement("span", {
11241
11345
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11242
11346
  }, /*#__PURE__*/React.createElement("style", {
11243
- children: loadingCircleStyle$3A
11347
+ children: loadingCircleStyle$3C
11244
11348
  }), /*#__PURE__*/React.createElement("svg", _extends({
11245
11349
  xmlns: "http://www.w3.org/2000/svg",
11246
11350
  width: size,
@@ -11272,7 +11376,7 @@ Add3.defaultProps = {
11272
11376
  size: '16'
11273
11377
  };
11274
11378
 
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 }';
11379
+ 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
11380
 
11277
11381
  var Add3Fill = function Add3Fill(props) {
11278
11382
  var color = props.color,
@@ -11286,7 +11390,7 @@ var Add3Fill = function Add3Fill(props) {
11286
11390
  return /*#__PURE__*/React.createElement("span", {
11287
11391
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11288
11392
  }, /*#__PURE__*/React.createElement("style", {
11289
- children: loadingCircleStyle$3B
11393
+ children: loadingCircleStyle$3D
11290
11394
  }), /*#__PURE__*/React.createElement("svg", _extends({
11291
11395
  xmlns: "http://www.w3.org/2000/svg",
11292
11396
  width: size,
@@ -11318,7 +11422,7 @@ Add3Fill.defaultProps = {
11318
11422
  size: '16'
11319
11423
  };
11320
11424
 
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 }';
11425
+ 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
11426
 
11323
11427
  var Subtract = function Subtract(props) {
11324
11428
  var color = props.color,
@@ -11332,7 +11436,7 @@ var Subtract = function Subtract(props) {
11332
11436
  return /*#__PURE__*/React.createElement("span", {
11333
11437
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11334
11438
  }, /*#__PURE__*/React.createElement("style", {
11335
- children: loadingCircleStyle$3C
11439
+ children: loadingCircleStyle$3E
11336
11440
  }), /*#__PURE__*/React.createElement("svg", _extends({
11337
11441
  xmlns: "http://www.w3.org/2000/svg",
11338
11442
  width: size,
@@ -11367,7 +11471,7 @@ Subtract.defaultProps = {
11367
11471
  size: '16'
11368
11472
  };
11369
11473
 
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 }';
11474
+ 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
11475
 
11372
11476
  var Subtract2 = function Subtract2(props) {
11373
11477
  var color = props.color,
@@ -11381,7 +11485,7 @@ var Subtract2 = function Subtract2(props) {
11381
11485
  return /*#__PURE__*/React.createElement("span", {
11382
11486
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11383
11487
  }, /*#__PURE__*/React.createElement("style", {
11384
- children: loadingCircleStyle$3D
11488
+ children: loadingCircleStyle$3F
11385
11489
  }), /*#__PURE__*/React.createElement("svg", _extends({
11386
11490
  xmlns: "http://www.w3.org/2000/svg",
11387
11491
  width: size,
@@ -11417,7 +11521,7 @@ Subtract2.defaultProps = {
11417
11521
  size: '16'
11418
11522
  };
11419
11523
 
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 }';
11524
+ 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
11525
 
11422
11526
  var Update = function Update(props) {
11423
11527
  var color = props.color,
@@ -11431,7 +11535,7 @@ var Update = function Update(props) {
11431
11535
  return /*#__PURE__*/React.createElement("span", {
11432
11536
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11433
11537
  }, /*#__PURE__*/React.createElement("style", {
11434
- children: loadingCircleStyle$3E
11538
+ children: loadingCircleStyle$3G
11435
11539
  }), /*#__PURE__*/React.createElement("svg", _extends({
11436
11540
  xmlns: "http://www.w3.org/2000/svg",
11437
11541
  width: size,
@@ -11463,7 +11567,7 @@ Update.defaultProps = {
11463
11567
  size: '16'
11464
11568
  };
11465
11569
 
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 }';
11570
+ 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
11571
 
11468
11572
  var Rename = function Rename(props) {
11469
11573
  var color = props.color,
@@ -11477,7 +11581,7 @@ var Rename = function Rename(props) {
11477
11581
  return /*#__PURE__*/React.createElement("span", {
11478
11582
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11479
11583
  }, /*#__PURE__*/React.createElement("style", {
11480
- children: loadingCircleStyle$3F
11584
+ children: loadingCircleStyle$3H
11481
11585
  }), /*#__PURE__*/React.createElement("svg", _extends({
11482
11586
  xmlns: "http://www.w3.org/2000/svg",
11483
11587
  width: size,
@@ -11511,7 +11615,7 @@ Rename.defaultProps = {
11511
11615
  size: '16'
11512
11616
  };
11513
11617
 
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 }';
11618
+ 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
11619
 
11516
11620
  var PlayCircle = function PlayCircle(props) {
11517
11621
  var color = props.color,
@@ -11525,7 +11629,7 @@ var PlayCircle = function PlayCircle(props) {
11525
11629
  return /*#__PURE__*/React.createElement("span", {
11526
11630
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11527
11631
  }, /*#__PURE__*/React.createElement("style", {
11528
- children: loadingCircleStyle$3G
11632
+ children: loadingCircleStyle$3I
11529
11633
  }), /*#__PURE__*/React.createElement("svg", _extends({
11530
11634
  xmlns: "http://www.w3.org/2000/svg",
11531
11635
  width: size,
@@ -11557,7 +11661,7 @@ PlayCircle.defaultProps = {
11557
11661
  size: '16'
11558
11662
  };
11559
11663
 
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 }';
11664
+ 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
11665
 
11562
11666
  var PauseCircle = function PauseCircle(props) {
11563
11667
  var color = props.color,
@@ -11571,7 +11675,7 @@ var PauseCircle = function PauseCircle(props) {
11571
11675
  return /*#__PURE__*/React.createElement("span", {
11572
11676
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11573
11677
  }, /*#__PURE__*/React.createElement("style", {
11574
- children: loadingCircleStyle$3H
11678
+ children: loadingCircleStyle$3J
11575
11679
  }), /*#__PURE__*/React.createElement("svg", _extends({
11576
11680
  xmlns: "http://www.w3.org/2000/svg",
11577
11681
  width: size,
@@ -11603,7 +11707,7 @@ PauseCircle.defaultProps = {
11603
11707
  size: '16'
11604
11708
  };
11605
11709
 
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 }';
11710
+ 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 }';
11607
11711
 
11608
11712
  var Upload = function Upload(props) {
11609
11713
  var color = props.color,
@@ -11617,7 +11721,7 @@ var Upload = function Upload(props) {
11617
11721
  return /*#__PURE__*/React.createElement("span", {
11618
11722
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11619
11723
  }, /*#__PURE__*/React.createElement("style", {
11620
- children: loadingCircleStyle$3I
11724
+ children: loadingCircleStyle$3K
11621
11725
  }), /*#__PURE__*/React.createElement("svg", _extends({
11622
11726
  xmlns: "http://www.w3.org/2000/svg",
11623
11727
  width: size,
@@ -11633,9 +11737,11 @@ var Upload = function Upload(props) {
11633
11737
  animationTimingFunction: 'linear'
11634
11738
  } : {})
11635
11739
  }), /*#__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"
11740
+ fillRule: "evenodd",
11741
+ clipRule: "evenodd",
11742
+ d: "M21.528 20.951v-4.095a.909.909 0 00-.258-.623.917.917 0 00-.636-.256c-.492 0-.9.39-.9.873v3.28H4.272v-3.28a.864.864 0 00-.264-.617.917.917 0 00-.636-.256c-.492 0-.9.39-.9.873v4.096c0 .058 0 .104.012.157.048.437.432.78.894.78h17.238a.9.9 0 00.882-.704.906.906 0 00.03-.228z"
11637
11743
  }), /*#__PURE__*/React.createElement("path", {
11638
- d: "M12.999 12h3l-4-4-4 4h3v4h2v-4z"
11744
+ d: "M11.23 3.32L6.808 7.614a1.022 1.022 0 00-.018 1.444 1.08 1.08 0 001.488 0l2.658-2.58v9.454c0 .286.114.536.306.722.192.181.456.297.744.297.576 0 1.05-.46 1.05-1.019V6.478l2.658 2.58a1.08 1.08 0 001.488 0 1.003 1.003 0 000-1.444L12.76 3.32l-.024-.023a1.035 1.035 0 00-.609-.288.17.17 0 00-.027-.003L11.998 3c-.036 0-.072 0-.108.006a.17.17 0 00-.027.003 1.054 1.054 0 00-.609.288l-.006.006c-.006.004-.013.01-.018.017z"
11639
11745
  })));
11640
11746
  };
11641
11747
 
@@ -11651,7 +11757,7 @@ Upload.defaultProps = {
11651
11757
  size: '16'
11652
11758
  };
11653
11759
 
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 }';
11760
+ 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 }';
11655
11761
 
11656
11762
  var UpdateData = function UpdateData(props) {
11657
11763
  var color = props.color,
@@ -11665,7 +11771,7 @@ var UpdateData = function UpdateData(props) {
11665
11771
  return /*#__PURE__*/React.createElement("span", {
11666
11772
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11667
11773
  }, /*#__PURE__*/React.createElement("style", {
11668
- children: loadingCircleStyle$3J
11774
+ children: loadingCircleStyle$3L
11669
11775
  }), /*#__PURE__*/React.createElement("svg", _extends({
11670
11776
  xmlns: "http://www.w3.org/2000/svg",
11671
11777
  width: size,
@@ -11681,13 +11787,11 @@ var UpdateData = function UpdateData(props) {
11681
11787
  animationTimingFunction: 'linear'
11682
11788
  } : {})
11683
11789
  }), /*#__PURE__*/React.createElement("path", {
11684
- d: "M12.999 12h3l-4-4-4 4h3v4h2v-4z"
11685
- }), /*#__PURE__*/React.createElement("rect", {
11686
- x: "3",
11687
- y: "3",
11688
- width: "18",
11689
- height: "18",
11690
- rx: "9"
11790
+ d: "M13 12h3l-4-4-4 4h3v4h2v-4z"
11791
+ }), /*#__PURE__*/React.createElement("path", {
11792
+ fillRule: "evenodd",
11793
+ clipRule: "evenodd",
11794
+ d: "M12 20a8 8 0 100-16 8 8 0 000 16zm0 2c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z"
11691
11795
  })));
11692
11796
  };
11693
11797
 
@@ -11703,7 +11807,7 @@ UpdateData.defaultProps = {
11703
11807
  size: '16'
11704
11808
  };
11705
11809
 
11706
- 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 }';
11810
+ 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 }';
11707
11811
 
11708
11812
  var Report = function Report(props) {
11709
11813
  var color = props.color,
@@ -11717,7 +11821,7 @@ var Report = function Report(props) {
11717
11821
  return /*#__PURE__*/React.createElement("span", {
11718
11822
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11719
11823
  }, /*#__PURE__*/React.createElement("style", {
11720
- children: loadingCircleStyle$3K
11824
+ children: loadingCircleStyle$3M
11721
11825
  }), /*#__PURE__*/React.createElement("svg", _extends({
11722
11826
  xmlns: "http://www.w3.org/2000/svg",
11723
11827
  width: size,
@@ -11749,7 +11853,7 @@ Report.defaultProps = {
11749
11853
  size: '16'
11750
11854
  };
11751
11855
 
11752
- 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 }';
11856
+ 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 }';
11753
11857
 
11754
11858
  var ReportRemoval = function ReportRemoval(props) {
11755
11859
  var color = props.color,
@@ -11763,7 +11867,7 @@ var ReportRemoval = function ReportRemoval(props) {
11763
11867
  return /*#__PURE__*/React.createElement("span", {
11764
11868
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11765
11869
  }, /*#__PURE__*/React.createElement("style", {
11766
- children: loadingCircleStyle$3L
11870
+ children: loadingCircleStyle$3N
11767
11871
  }), /*#__PURE__*/React.createElement("svg", _extends({
11768
11872
  xmlns: "http://www.w3.org/2000/svg",
11769
11873
  width: size,
@@ -11803,7 +11907,7 @@ ReportRemoval.defaultProps = {
11803
11907
  size: '16'
11804
11908
  };
11805
11909
 
11806
- 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 }';
11910
+ 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 }';
11807
11911
 
11808
11912
  var FileAdd = function FileAdd(props) {
11809
11913
  var color = props.color,
@@ -11817,7 +11921,7 @@ var FileAdd = function FileAdd(props) {
11817
11921
  return /*#__PURE__*/React.createElement("span", {
11818
11922
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11819
11923
  }, /*#__PURE__*/React.createElement("style", {
11820
- children: loadingCircleStyle$3M
11924
+ children: loadingCircleStyle$3O
11821
11925
  }), /*#__PURE__*/React.createElement("svg", _extends({
11822
11926
  xmlns: "http://www.w3.org/2000/svg",
11823
11927
  width: size,
@@ -11849,7 +11953,7 @@ FileAdd.defaultProps = {
11849
11953
  size: '16'
11850
11954
  };
11851
11955
 
11852
- 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 }';
11956
+ 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 }';
11853
11957
 
11854
11958
  var FileRemove = function FileRemove(props) {
11855
11959
  var color = props.color,
@@ -11863,7 +11967,7 @@ var FileRemove = function FileRemove(props) {
11863
11967
  return /*#__PURE__*/React.createElement("span", {
11864
11968
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11865
11969
  }, /*#__PURE__*/React.createElement("style", {
11866
- children: loadingCircleStyle$3N
11970
+ children: loadingCircleStyle$3P
11867
11971
  }), /*#__PURE__*/React.createElement("svg", _extends({
11868
11972
  xmlns: "http://www.w3.org/2000/svg",
11869
11973
  width: size,
@@ -11897,7 +12001,7 @@ FileRemove.defaultProps = {
11897
12001
  size: '16'
11898
12002
  };
11899
12003
 
11900
- 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 }';
12004
+ 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 }';
11901
12005
 
11902
12006
  var FileExport = function FileExport(props) {
11903
12007
  var color = props.color,
@@ -11911,7 +12015,7 @@ var FileExport = function FileExport(props) {
11911
12015
  return /*#__PURE__*/React.createElement("span", {
11912
12016
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11913
12017
  }, /*#__PURE__*/React.createElement("style", {
11914
- children: loadingCircleStyle$3O
12018
+ children: loadingCircleStyle$3Q
11915
12019
  }), /*#__PURE__*/React.createElement("svg", _extends({
11916
12020
  xmlns: "http://www.w3.org/2000/svg",
11917
12021
  width: size,
@@ -11943,7 +12047,7 @@ FileExport.defaultProps = {
11943
12047
  size: '16'
11944
12048
  };
11945
12049
 
11946
- 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 }';
12050
+ 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 }';
11947
12051
 
11948
12052
  var FileMove = function FileMove(props) {
11949
12053
  var color = props.color,
@@ -11957,7 +12061,7 @@ var FileMove = function FileMove(props) {
11957
12061
  return /*#__PURE__*/React.createElement("span", {
11958
12062
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11959
12063
  }, /*#__PURE__*/React.createElement("style", {
11960
- children: loadingCircleStyle$3P
12064
+ children: loadingCircleStyle$3R
11961
12065
  }), /*#__PURE__*/React.createElement("svg", _extends({
11962
12066
  xmlns: "http://www.w3.org/2000/svg",
11963
12067
  width: size,
@@ -11989,7 +12093,7 @@ FileMove.defaultProps = {
11989
12093
  size: '16'
11990
12094
  };
11991
12095
 
11992
- 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 }';
12096
+ 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 }';
11993
12097
 
11994
12098
  var FileImport = function FileImport(props) {
11995
12099
  var color = props.color,
@@ -12003,7 +12107,7 @@ var FileImport = function FileImport(props) {
12003
12107
  return /*#__PURE__*/React.createElement("span", {
12004
12108
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12005
12109
  }, /*#__PURE__*/React.createElement("style", {
12006
- children: loadingCircleStyle$3Q
12110
+ children: loadingCircleStyle$3S
12007
12111
  }), /*#__PURE__*/React.createElement("svg", _extends({
12008
12112
  xmlns: "http://www.w3.org/2000/svg",
12009
12113
  width: size,
@@ -12035,7 +12139,7 @@ FileImport.defaultProps = {
12035
12139
  size: '16'
12036
12140
  };
12037
12141
 
12038
- 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 }';
12142
+ 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 }';
12039
12143
 
12040
12144
  var FileInfo = function FileInfo(props) {
12041
12145
  var color = props.color,
@@ -12049,7 +12153,7 @@ var FileInfo = function FileInfo(props) {
12049
12153
  return /*#__PURE__*/React.createElement("span", {
12050
12154
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12051
12155
  }, /*#__PURE__*/React.createElement("style", {
12052
- children: loadingCircleStyle$3R
12156
+ children: loadingCircleStyle$3T
12053
12157
  }), /*#__PURE__*/React.createElement("svg", _extends({
12054
12158
  xmlns: "http://www.w3.org/2000/svg",
12055
12159
  width: size,
@@ -12081,7 +12185,7 @@ FileInfo.defaultProps = {
12081
12185
  size: '16'
12082
12186
  };
12083
12187
 
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 }';
12188
+ 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 }';
12085
12189
 
12086
12190
  var FileConvert = function FileConvert(props) {
12087
12191
  var color = props.color,
@@ -12095,7 +12199,7 @@ var FileConvert = function FileConvert(props) {
12095
12199
  return /*#__PURE__*/React.createElement("span", {
12096
12200
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12097
12201
  }, /*#__PURE__*/React.createElement("style", {
12098
- children: loadingCircleStyle$3S
12202
+ children: loadingCircleStyle$3U
12099
12203
  }), /*#__PURE__*/React.createElement("svg", _extends({
12100
12204
  xmlns: "http://www.w3.org/2000/svg",
12101
12205
  width: size,
@@ -12133,7 +12237,7 @@ FileConvert.defaultProps = {
12133
12237
  size: '16'
12134
12238
  };
12135
12239
 
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 }';
12240
+ 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 }';
12137
12241
 
12138
12242
  var AssetConvert = function AssetConvert(props) {
12139
12243
  var color = props.color,
@@ -12147,7 +12251,7 @@ var AssetConvert = function AssetConvert(props) {
12147
12251
  return /*#__PURE__*/React.createElement("span", {
12148
12252
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12149
12253
  }, /*#__PURE__*/React.createElement("style", {
12150
- children: loadingCircleStyle$3T
12254
+ children: loadingCircleStyle$3V
12151
12255
  }), /*#__PURE__*/React.createElement("svg", _extends({
12152
12256
  xmlns: "http://www.w3.org/2000/svg",
12153
12257
  width: size,
@@ -12185,7 +12289,7 @@ AssetConvert.defaultProps = {
12185
12289
  size: '16'
12186
12290
  };
12187
12291
 
12188
- 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 }';
12292
+ 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 }';
12189
12293
 
12190
12294
  var FileLock = function FileLock(props) {
12191
12295
  var color = props.color,
@@ -12199,7 +12303,7 @@ var FileLock = function FileLock(props) {
12199
12303
  return /*#__PURE__*/React.createElement("span", {
12200
12304
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12201
12305
  }, /*#__PURE__*/React.createElement("style", {
12202
- children: loadingCircleStyle$3U
12306
+ children: loadingCircleStyle$3W
12203
12307
  }), /*#__PURE__*/React.createElement("svg", _extends({
12204
12308
  xmlns: "http://www.w3.org/2000/svg",
12205
12309
  width: size,
@@ -12231,7 +12335,7 @@ FileLock.defaultProps = {
12231
12335
  size: '16'
12232
12336
  };
12233
12337
 
12234
- var loadingCircleStyle$3V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12338
+ 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 }';
12235
12339
 
12236
12340
  var FilePdf = function FilePdf(props) {
12237
12341
  var color = props.color,
@@ -12245,7 +12349,7 @@ var FilePdf = function FilePdf(props) {
12245
12349
  return /*#__PURE__*/React.createElement("span", {
12246
12350
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12247
12351
  }, /*#__PURE__*/React.createElement("style", {
12248
- children: loadingCircleStyle$3V
12352
+ children: loadingCircleStyle$3X
12249
12353
  }), /*#__PURE__*/React.createElement("svg", _extends({
12250
12354
  xmlns: "http://www.w3.org/2000/svg",
12251
12355
  width: size,
@@ -12277,7 +12381,7 @@ FilePdf.defaultProps = {
12277
12381
  size: '16'
12278
12382
  };
12279
12383
 
12280
- 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 }';
12384
+ 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 }';
12281
12385
 
12282
12386
  var Detail = function Detail(props) {
12283
12387
  var color = props.color,
@@ -12291,7 +12395,7 @@ var Detail = function Detail(props) {
12291
12395
  return /*#__PURE__*/React.createElement("span", {
12292
12396
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12293
12397
  }, /*#__PURE__*/React.createElement("style", {
12294
- children: loadingCircleStyle$3W
12398
+ children: loadingCircleStyle$3Y
12295
12399
  }), /*#__PURE__*/React.createElement("svg", _extends({
12296
12400
  xmlns: "http://www.w3.org/2000/svg",
12297
12401
  width: size,
@@ -12307,7 +12411,7 @@ var Detail = function Detail(props) {
12307
12411
  animationTimingFunction: 'linear'
12308
12412
  } : {})
12309
12413
  }), /*#__PURE__*/React.createElement("path", {
12310
- d: "M18.222 20H5.778a.767.767 0 01-.55-.234A.812.812 0 015 19.2V4.8c0-.212.082-.416.228-.566A.767.767 0 015.778 4h12.444c.206 0 .404.084.55.234.146.15.228.354.228.566v14.4a.812.812 0 01-.228.566.767.767 0 01-.55.234zm-.778-1.6V5.6H6.556v12.8h10.888zM8.89 9.6h6.222v1.6H8.89V9.6zm0 3.2h6.222v1.6H8.89v-1.6z"
12414
+ 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"
12311
12415
  })));
12312
12416
  };
12313
12417
 
@@ -12323,7 +12427,7 @@ Detail.defaultProps = {
12323
12427
  size: '16'
12324
12428
  };
12325
12429
 
12326
- 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 }';
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 }';
12327
12431
 
12328
12432
  var MessageCenter = function MessageCenter(props) {
12329
12433
  var color = props.color,
@@ -12337,7 +12441,7 @@ var MessageCenter = function MessageCenter(props) {
12337
12441
  return /*#__PURE__*/React.createElement("span", {
12338
12442
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12339
12443
  }, /*#__PURE__*/React.createElement("style", {
12340
- children: loadingCircleStyle$3X
12444
+ children: loadingCircleStyle$3Z
12341
12445
  }), /*#__PURE__*/React.createElement("svg", _extends({
12342
12446
  xmlns: "http://www.w3.org/2000/svg",
12343
12447
  width: size,
@@ -12377,7 +12481,7 @@ MessageCenter.defaultProps = {
12377
12481
  size: '16'
12378
12482
  };
12379
12483
 
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 }';
12484
+ 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 }';
12381
12485
 
12382
12486
  var SystemMsg = function SystemMsg(props) {
12383
12487
  var color = props.color,
@@ -12391,7 +12495,7 @@ var SystemMsg = function SystemMsg(props) {
12391
12495
  return /*#__PURE__*/React.createElement("span", {
12392
12496
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12393
12497
  }, /*#__PURE__*/React.createElement("style", {
12394
- children: loadingCircleStyle$3Y
12498
+ children: loadingCircleStyle$3_
12395
12499
  }), /*#__PURE__*/React.createElement("svg", _extends({
12396
12500
  xmlns: "http://www.w3.org/2000/svg",
12397
12501
  width: size,
@@ -12429,7 +12533,7 @@ SystemMsg.defaultProps = {
12429
12533
  size: '16'
12430
12534
  };
12431
12535
 
12432
- 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 }';
12536
+ 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 }';
12433
12537
 
12434
12538
  var Comment = function Comment(props) {
12435
12539
  var color = props.color,
@@ -12443,7 +12547,7 @@ var Comment = function Comment(props) {
12443
12547
  return /*#__PURE__*/React.createElement("span", {
12444
12548
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12445
12549
  }, /*#__PURE__*/React.createElement("style", {
12446
- children: loadingCircleStyle$3Z
12550
+ children: loadingCircleStyle$3$
12447
12551
  }), /*#__PURE__*/React.createElement("svg", _extends({
12448
12552
  xmlns: "http://www.w3.org/2000/svg",
12449
12553
  width: size,
@@ -12479,7 +12583,7 @@ Comment.defaultProps = {
12479
12583
  size: '16'
12480
12584
  };
12481
12585
 
12482
- 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 }';
12586
+ 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 }';
12483
12587
 
12484
12588
  var Book = function Book(props) {
12485
12589
  var color = props.color,
@@ -12493,7 +12597,7 @@ var Book = function Book(props) {
12493
12597
  return /*#__PURE__*/React.createElement("span", {
12494
12598
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12495
12599
  }, /*#__PURE__*/React.createElement("style", {
12496
- children: loadingCircleStyle$3_
12600
+ children: loadingCircleStyle$40
12497
12601
  }), /*#__PURE__*/React.createElement("svg", _extends({
12498
12602
  xmlns: "http://www.w3.org/2000/svg",
12499
12603
  width: size,
@@ -12525,7 +12629,7 @@ Book.defaultProps = {
12525
12629
  size: '16'
12526
12630
  };
12527
12631
 
12528
- 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 }';
12632
+ 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 }';
12529
12633
 
12530
12634
  var Book2 = function Book2(props) {
12531
12635
  var color = props.color,
@@ -12539,7 +12643,7 @@ var Book2 = function Book2(props) {
12539
12643
  return /*#__PURE__*/React.createElement("span", {
12540
12644
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12541
12645
  }, /*#__PURE__*/React.createElement("style", {
12542
- children: loadingCircleStyle$3$
12646
+ children: loadingCircleStyle$41
12543
12647
  }), /*#__PURE__*/React.createElement("svg", _extends({
12544
12648
  xmlns: "http://www.w3.org/2000/svg",
12545
12649
  width: size,
@@ -12571,7 +12675,7 @@ Book2.defaultProps = {
12571
12675
  size: '16'
12572
12676
  };
12573
12677
 
12574
- 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 }';
12678
+ 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 }';
12575
12679
 
12576
12680
  var Sticker = function Sticker(props) {
12577
12681
  var color = props.color,
@@ -12585,7 +12689,7 @@ var Sticker = function Sticker(props) {
12585
12689
  return /*#__PURE__*/React.createElement("span", {
12586
12690
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12587
12691
  }, /*#__PURE__*/React.createElement("style", {
12588
- children: loadingCircleStyle$40
12692
+ children: loadingCircleStyle$42
12589
12693
  }), /*#__PURE__*/React.createElement("svg", _extends({
12590
12694
  xmlns: "http://www.w3.org/2000/svg",
12591
12695
  width: size,
@@ -12617,7 +12721,7 @@ Sticker.defaultProps = {
12617
12721
  size: '16'
12618
12722
  };
12619
12723
 
12620
- 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 }';
12724
+ 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 }';
12621
12725
 
12622
12726
  var StickerFill = function StickerFill(props) {
12623
12727
  var color = props.color,
@@ -12631,7 +12735,7 @@ var StickerFill = function StickerFill(props) {
12631
12735
  return /*#__PURE__*/React.createElement("span", {
12632
12736
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12633
12737
  }, /*#__PURE__*/React.createElement("style", {
12634
- children: loadingCircleStyle$41
12738
+ children: loadingCircleStyle$43
12635
12739
  }), /*#__PURE__*/React.createElement("svg", _extends({
12636
12740
  xmlns: "http://www.w3.org/2000/svg",
12637
12741
  width: size,
@@ -12663,7 +12767,7 @@ StickerFill.defaultProps = {
12663
12767
  size: '16'
12664
12768
  };
12665
12769
 
12666
- 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 }';
12770
+ 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 }';
12667
12771
 
12668
12772
  var EventSm = function EventSm(props) {
12669
12773
  var color = props.color,
@@ -12677,7 +12781,7 @@ var EventSm = function EventSm(props) {
12677
12781
  return /*#__PURE__*/React.createElement("span", {
12678
12782
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12679
12783
  }, /*#__PURE__*/React.createElement("style", {
12680
- children: loadingCircleStyle$42
12784
+ children: loadingCircleStyle$44
12681
12785
  }), /*#__PURE__*/React.createElement("svg", _extends({
12682
12786
  xmlns: "http://www.w3.org/2000/svg",
12683
12787
  width: size,
@@ -12709,7 +12813,7 @@ EventSm.defaultProps = {
12709
12813
  size: '16'
12710
12814
  };
12711
12815
 
12712
- 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 }';
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 }';
12713
12817
 
12714
12818
  var EPropertySm = function EPropertySm(props) {
12715
12819
  var color = props.color,
@@ -12723,7 +12827,7 @@ var EPropertySm = function EPropertySm(props) {
12723
12827
  return /*#__PURE__*/React.createElement("span", {
12724
12828
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12725
12829
  }, /*#__PURE__*/React.createElement("style", {
12726
- children: loadingCircleStyle$43
12830
+ children: loadingCircleStyle$45
12727
12831
  }), /*#__PURE__*/React.createElement("svg", _extends({
12728
12832
  xmlns: "http://www.w3.org/2000/svg",
12729
12833
  width: size,
@@ -12763,7 +12867,7 @@ EPropertySm.defaultProps = {
12763
12867
  size: '16'
12764
12868
  };
12765
12869
 
12766
- 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 }';
12870
+ var loadingCircleStyle$46 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12767
12871
 
12768
12872
  var IndicatorSm = function IndicatorSm(props) {
12769
12873
  var color = props.color,
@@ -12777,7 +12881,7 @@ var IndicatorSm = function IndicatorSm(props) {
12777
12881
  return /*#__PURE__*/React.createElement("span", {
12778
12882
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12779
12883
  }, /*#__PURE__*/React.createElement("style", {
12780
- children: loadingCircleStyle$44
12884
+ children: loadingCircleStyle$46
12781
12885
  }), /*#__PURE__*/React.createElement("svg", _extends({
12782
12886
  xmlns: "http://www.w3.org/2000/svg",
12783
12887
  width: size,
@@ -12813,7 +12917,7 @@ IndicatorSm.defaultProps = {
12813
12917
  size: '16'
12814
12918
  };
12815
12919
 
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 }';
12920
+ var loadingCircleStyle$47 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12817
12921
 
12818
12922
  var UPropertySm = function UPropertySm(props) {
12819
12923
  var color = props.color,
@@ -12827,7 +12931,7 @@ var UPropertySm = function UPropertySm(props) {
12827
12931
  return /*#__PURE__*/React.createElement("span", {
12828
12932
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12829
12933
  }, /*#__PURE__*/React.createElement("style", {
12830
- children: loadingCircleStyle$45
12934
+ children: loadingCircleStyle$47
12831
12935
  }), /*#__PURE__*/React.createElement("svg", _extends({
12832
12936
  xmlns: "http://www.w3.org/2000/svg",
12833
12937
  width: size,
@@ -12865,7 +12969,7 @@ UPropertySm.defaultProps = {
12865
12969
  size: '16'
12866
12970
  };
12867
12971
 
12868
- 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 }';
12972
+ var loadingCircleStyle$48 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12869
12973
 
12870
12974
  var UGroupSm = function UGroupSm(props) {
12871
12975
  var color = props.color,
@@ -12879,7 +12983,7 @@ var UGroupSm = function UGroupSm(props) {
12879
12983
  return /*#__PURE__*/React.createElement("span", {
12880
12984
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12881
12985
  }, /*#__PURE__*/React.createElement("style", {
12882
- children: loadingCircleStyle$46
12986
+ children: loadingCircleStyle$48
12883
12987
  }), /*#__PURE__*/React.createElement("svg", _extends({
12884
12988
  xmlns: "http://www.w3.org/2000/svg",
12885
12989
  width: size,
@@ -12925,7 +13029,7 @@ UGroupSm.defaultProps = {
12925
13029
  size: '16'
12926
13030
  };
12927
13031
 
12928
- 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 }';
13032
+ 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 }';
12929
13033
 
12930
13034
  var UTagSm = function UTagSm(props) {
12931
13035
  var color = props.color,
@@ -12939,7 +13043,7 @@ var UTagSm = function UTagSm(props) {
12939
13043
  return /*#__PURE__*/React.createElement("span", {
12940
13044
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12941
13045
  }, /*#__PURE__*/React.createElement("style", {
12942
- children: loadingCircleStyle$47
13046
+ children: loadingCircleStyle$49
12943
13047
  }), /*#__PURE__*/React.createElement("svg", _extends({
12944
13048
  xmlns: "http://www.w3.org/2000/svg",
12945
13049
  width: size,
@@ -12975,7 +13079,7 @@ UTagSm.defaultProps = {
12975
13079
  size: '16'
12976
13080
  };
12977
13081
 
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 }';
13082
+ 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 }';
12979
13083
 
12980
13084
  var AllGroupSm = function AllGroupSm(props) {
12981
13085
  var color = props.color,
@@ -12989,7 +13093,7 @@ var AllGroupSm = function AllGroupSm(props) {
12989
13093
  return /*#__PURE__*/React.createElement("span", {
12990
13094
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12991
13095
  }, /*#__PURE__*/React.createElement("style", {
12992
- children: loadingCircleStyle$48
13096
+ children: loadingCircleStyle$4a
12993
13097
  }), /*#__PURE__*/React.createElement("svg", _extends({
12994
13098
  xmlns: "http://www.w3.org/2000/svg",
12995
13099
  width: size,
@@ -13027,7 +13131,7 @@ AllGroupSm.defaultProps = {
13027
13131
  size: '16'
13028
13132
  };
13029
13133
 
13030
- 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 }';
13134
+ 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 }';
13031
13135
 
13032
13136
  var CalendarSm = function CalendarSm(props) {
13033
13137
  var color = props.color,
@@ -13041,7 +13145,7 @@ var CalendarSm = function CalendarSm(props) {
13041
13145
  return /*#__PURE__*/React.createElement("span", {
13042
13146
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13043
13147
  }, /*#__PURE__*/React.createElement("style", {
13044
- children: loadingCircleStyle$49
13148
+ children: loadingCircleStyle$4b
13045
13149
  }), /*#__PURE__*/React.createElement("svg", _extends({
13046
13150
  xmlns: "http://www.w3.org/2000/svg",
13047
13151
  width: size,
@@ -13073,7 +13177,7 @@ CalendarSm.defaultProps = {
13073
13177
  size: '16'
13074
13178
  };
13075
13179
 
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 }';
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 }';
13077
13181
 
13078
13182
  var GroupAddSm = function GroupAddSm(props) {
13079
13183
  var color = props.color,
@@ -13087,7 +13191,7 @@ var GroupAddSm = function GroupAddSm(props) {
13087
13191
  return /*#__PURE__*/React.createElement("span", {
13088
13192
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13089
13193
  }, /*#__PURE__*/React.createElement("style", {
13090
- children: loadingCircleStyle$4a
13194
+ children: loadingCircleStyle$4c
13091
13195
  }), /*#__PURE__*/React.createElement("svg", _extends({
13092
13196
  xmlns: "http://www.w3.org/2000/svg",
13093
13197
  width: size,
@@ -13125,7 +13229,7 @@ GroupAddSm.defaultProps = {
13125
13229
  size: '16'
13126
13230
  };
13127
13231
 
13128
- var loadingCircleStyle$4b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13232
+ 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 }';
13129
13233
 
13130
13234
  var BooleanSm = function BooleanSm(props) {
13131
13235
  var color = props.color,
@@ -13139,7 +13243,7 @@ var BooleanSm = function BooleanSm(props) {
13139
13243
  return /*#__PURE__*/React.createElement("span", {
13140
13244
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13141
13245
  }, /*#__PURE__*/React.createElement("style", {
13142
- children: loadingCircleStyle$4b
13246
+ children: loadingCircleStyle$4d
13143
13247
  }), /*#__PURE__*/React.createElement("svg", _extends({
13144
13248
  xmlns: "http://www.w3.org/2000/svg",
13145
13249
  width: size,
@@ -13173,7 +13277,7 @@ BooleanSm.defaultProps = {
13173
13277
  size: '16'
13174
13278
  };
13175
13279
 
13176
- 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 }';
13280
+ 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 }';
13177
13281
 
13178
13282
  var ListSm = function ListSm(props) {
13179
13283
  var color = props.color,
@@ -13187,7 +13291,7 @@ var ListSm = function ListSm(props) {
13187
13291
  return /*#__PURE__*/React.createElement("span", {
13188
13292
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13189
13293
  }, /*#__PURE__*/React.createElement("style", {
13190
- children: loadingCircleStyle$4c
13294
+ children: loadingCircleStyle$4e
13191
13295
  }), /*#__PURE__*/React.createElement("svg", _extends({
13192
13296
  xmlns: "http://www.w3.org/2000/svg",
13193
13297
  width: size,
@@ -13229,7 +13333,7 @@ ListSm.defaultProps = {
13229
13333
  size: '16'
13230
13334
  };
13231
13335
 
13232
- 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 }';
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 }';
13233
13337
 
13234
13338
  var ArrayRowsSm = function ArrayRowsSm(props) {
13235
13339
  var color = props.color,
@@ -13243,7 +13347,7 @@ var ArrayRowsSm = function ArrayRowsSm(props) {
13243
13347
  return /*#__PURE__*/React.createElement("span", {
13244
13348
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13245
13349
  }, /*#__PURE__*/React.createElement("style", {
13246
- children: loadingCircleStyle$4d
13350
+ children: loadingCircleStyle$4f
13247
13351
  }), /*#__PURE__*/React.createElement("svg", _extends({
13248
13352
  xmlns: "http://www.w3.org/2000/svg",
13249
13353
  width: size,
@@ -13277,7 +13381,7 @@ ArrayRowsSm.defaultProps = {
13277
13381
  size: '16'
13278
13382
  };
13279
13383
 
13280
- 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 }';
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 }';
13281
13385
 
13282
13386
  var RowsSm = function RowsSm(props) {
13283
13387
  var color = props.color,
@@ -13291,7 +13395,7 @@ var RowsSm = function RowsSm(props) {
13291
13395
  return /*#__PURE__*/React.createElement("span", {
13292
13396
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13293
13397
  }, /*#__PURE__*/React.createElement("style", {
13294
- children: loadingCircleStyle$4e
13398
+ children: loadingCircleStyle$4g
13295
13399
  }), /*#__PURE__*/React.createElement("svg", _extends({
13296
13400
  xmlns: "http://www.w3.org/2000/svg",
13297
13401
  width: size,
@@ -13333,7 +13437,7 @@ RowsSm.defaultProps = {
13333
13437
  size: '16'
13334
13438
  };
13335
13439
 
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 }';
13440
+ 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 }';
13337
13441
 
13338
13442
  var VPropertySm = function VPropertySm(props) {
13339
13443
  var color = props.color,
@@ -13347,7 +13451,7 @@ var VPropertySm = function VPropertySm(props) {
13347
13451
  return /*#__PURE__*/React.createElement("span", {
13348
13452
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13349
13453
  }, /*#__PURE__*/React.createElement("style", {
13350
- children: loadingCircleStyle$4f
13454
+ children: loadingCircleStyle$4h
13351
13455
  }), /*#__PURE__*/React.createElement("svg", _extends({
13352
13456
  xmlns: "http://www.w3.org/2000/svg",
13353
13457
  width: size,
@@ -13385,7 +13489,7 @@ VPropertySm.defaultProps = {
13385
13489
  size: '16'
13386
13490
  };
13387
13491
 
13388
- 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 }';
13492
+ 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 }';
13389
13493
 
13390
13494
  var StringSm = function StringSm(props) {
13391
13495
  var color = props.color,
@@ -13399,7 +13503,7 @@ var StringSm = function StringSm(props) {
13399
13503
  return /*#__PURE__*/React.createElement("span", {
13400
13504
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13401
13505
  }, /*#__PURE__*/React.createElement("style", {
13402
- children: loadingCircleStyle$4g
13506
+ children: loadingCircleStyle$4i
13403
13507
  }), /*#__PURE__*/React.createElement("svg", _extends({
13404
13508
  xmlns: "http://www.w3.org/2000/svg",
13405
13509
  width: size,
@@ -13433,7 +13537,7 @@ StringSm.defaultProps = {
13433
13537
  size: '16'
13434
13538
  };
13435
13539
 
13436
- 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 }';
13540
+ 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 }';
13437
13541
 
13438
13542
  var NumSm = function NumSm(props) {
13439
13543
  var color = props.color,
@@ -13447,7 +13551,7 @@ var NumSm = function NumSm(props) {
13447
13551
  return /*#__PURE__*/React.createElement("span", {
13448
13552
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13449
13553
  }, /*#__PURE__*/React.createElement("style", {
13450
- children: loadingCircleStyle$4h
13554
+ children: loadingCircleStyle$4j
13451
13555
  }), /*#__PURE__*/React.createElement("svg", _extends({
13452
13556
  xmlns: "http://www.w3.org/2000/svg",
13453
13557
  width: size,
@@ -13481,7 +13585,7 @@ NumSm.defaultProps = {
13481
13585
  size: '16'
13482
13586
  };
13483
13587
 
13484
- 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 }';
13588
+ 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 }';
13485
13589
 
13486
13590
  var TimeSm = function TimeSm(props) {
13487
13591
  var color = props.color,
@@ -13495,7 +13599,7 @@ var TimeSm = function TimeSm(props) {
13495
13599
  return /*#__PURE__*/React.createElement("span", {
13496
13600
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13497
13601
  }, /*#__PURE__*/React.createElement("style", {
13498
- children: loadingCircleStyle$4i
13602
+ children: loadingCircleStyle$4k
13499
13603
  }), /*#__PURE__*/React.createElement("svg", _extends({
13500
13604
  xmlns: "http://www.w3.org/2000/svg",
13501
13605
  width: size,
@@ -13529,7 +13633,7 @@ TimeSm.defaultProps = {
13529
13633
  size: '16'
13530
13634
  };
13531
13635
 
13532
- 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 }';
13636
+ 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 }';
13533
13637
 
13534
13638
  var ArrowLeft = function ArrowLeft(props) {
13535
13639
  var color = props.color,
@@ -13543,7 +13647,7 @@ var ArrowLeft = function ArrowLeft(props) {
13543
13647
  return /*#__PURE__*/React.createElement("span", {
13544
13648
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13545
13649
  }, /*#__PURE__*/React.createElement("style", {
13546
- children: loadingCircleStyle$4j
13650
+ children: loadingCircleStyle$4l
13547
13651
  }), /*#__PURE__*/React.createElement("svg", _extends({
13548
13652
  xmlns: "http://www.w3.org/2000/svg",
13549
13653
  width: size,
@@ -13575,7 +13679,7 @@ ArrowLeft.defaultProps = {
13575
13679
  size: '16'
13576
13680
  };
13577
13681
 
13578
- 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 }';
13682
+ 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 }';
13579
13683
 
13580
13684
  var ArrowRight = function ArrowRight(props) {
13581
13685
  var color = props.color,
@@ -13589,7 +13693,7 @@ var ArrowRight = function ArrowRight(props) {
13589
13693
  return /*#__PURE__*/React.createElement("span", {
13590
13694
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13591
13695
  }, /*#__PURE__*/React.createElement("style", {
13592
- children: loadingCircleStyle$4k
13696
+ children: loadingCircleStyle$4m
13593
13697
  }), /*#__PURE__*/React.createElement("svg", _extends({
13594
13698
  xmlns: "http://www.w3.org/2000/svg",
13595
13699
  width: size,
@@ -13621,7 +13725,7 @@ ArrowRight.defaultProps = {
13621
13725
  size: '16'
13622
13726
  };
13623
13727
 
13624
- 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 }';
13728
+ 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 }';
13625
13729
 
13626
13730
  var ArrowUp = function ArrowUp(props) {
13627
13731
  var color = props.color,
@@ -13635,7 +13739,7 @@ var ArrowUp = function ArrowUp(props) {
13635
13739
  return /*#__PURE__*/React.createElement("span", {
13636
13740
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13637
13741
  }, /*#__PURE__*/React.createElement("style", {
13638
- children: loadingCircleStyle$4l
13742
+ children: loadingCircleStyle$4n
13639
13743
  }), /*#__PURE__*/React.createElement("svg", _extends({
13640
13744
  xmlns: "http://www.w3.org/2000/svg",
13641
13745
  width: size,
@@ -13667,7 +13771,7 @@ ArrowUp.defaultProps = {
13667
13771
  size: '16'
13668
13772
  };
13669
13773
 
13670
- 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 }';
13774
+ 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 }';
13671
13775
 
13672
13776
  var ArrowDown = function ArrowDown(props) {
13673
13777
  var color = props.color,
@@ -13681,7 +13785,7 @@ var ArrowDown = function ArrowDown(props) {
13681
13785
  return /*#__PURE__*/React.createElement("span", {
13682
13786
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13683
13787
  }, /*#__PURE__*/React.createElement("style", {
13684
- children: loadingCircleStyle$4m
13788
+ children: loadingCircleStyle$4o
13685
13789
  }), /*#__PURE__*/React.createElement("svg", _extends({
13686
13790
  xmlns: "http://www.w3.org/2000/svg",
13687
13791
  width: size,
@@ -13713,7 +13817,7 @@ ArrowDown.defaultProps = {
13713
13817
  size: '16'
13714
13818
  };
13715
13819
 
13716
- 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 }';
13820
+ 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 }';
13717
13821
 
13718
13822
  var ArrowLeft2 = function ArrowLeft2(props) {
13719
13823
  var color = props.color,
@@ -13727,7 +13831,7 @@ var ArrowLeft2 = function ArrowLeft2(props) {
13727
13831
  return /*#__PURE__*/React.createElement("span", {
13728
13832
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13729
13833
  }, /*#__PURE__*/React.createElement("style", {
13730
- children: loadingCircleStyle$4n
13834
+ children: loadingCircleStyle$4p
13731
13835
  }), /*#__PURE__*/React.createElement("svg", _extends({
13732
13836
  xmlns: "http://www.w3.org/2000/svg",
13733
13837
  width: size,
@@ -13759,7 +13863,7 @@ ArrowLeft2.defaultProps = {
13759
13863
  size: '16'
13760
13864
  };
13761
13865
 
13762
- 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 }';
13866
+ 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 }';
13763
13867
 
13764
13868
  var ArrowRight2 = function ArrowRight2(props) {
13765
13869
  var color = props.color,
@@ -13773,7 +13877,7 @@ var ArrowRight2 = function ArrowRight2(props) {
13773
13877
  return /*#__PURE__*/React.createElement("span", {
13774
13878
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13775
13879
  }, /*#__PURE__*/React.createElement("style", {
13776
- children: loadingCircleStyle$4o
13880
+ children: loadingCircleStyle$4q
13777
13881
  }), /*#__PURE__*/React.createElement("svg", _extends({
13778
13882
  xmlns: "http://www.w3.org/2000/svg",
13779
13883
  width: size,
@@ -13805,7 +13909,7 @@ ArrowRight2.defaultProps = {
13805
13909
  size: '16'
13806
13910
  };
13807
13911
 
13808
- 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 }';
13912
+ 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 }';
13809
13913
 
13810
13914
  var ArrowUp2 = function ArrowUp2(props) {
13811
13915
  var color = props.color,
@@ -13819,7 +13923,7 @@ var ArrowUp2 = function ArrowUp2(props) {
13819
13923
  return /*#__PURE__*/React.createElement("span", {
13820
13924
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13821
13925
  }, /*#__PURE__*/React.createElement("style", {
13822
- children: loadingCircleStyle$4p
13926
+ children: loadingCircleStyle$4r
13823
13927
  }), /*#__PURE__*/React.createElement("svg", _extends({
13824
13928
  xmlns: "http://www.w3.org/2000/svg",
13825
13929
  width: size,
@@ -13851,7 +13955,7 @@ ArrowUp2.defaultProps = {
13851
13955
  size: '16'
13852
13956
  };
13853
13957
 
13854
- 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 }';
13958
+ 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 }';
13855
13959
 
13856
13960
  var ArrowDown2 = function ArrowDown2(props) {
13857
13961
  var color = props.color,
@@ -13865,7 +13969,7 @@ var ArrowDown2 = function ArrowDown2(props) {
13865
13969
  return /*#__PURE__*/React.createElement("span", {
13866
13970
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13867
13971
  }, /*#__PURE__*/React.createElement("style", {
13868
- children: loadingCircleStyle$4q
13972
+ children: loadingCircleStyle$4s
13869
13973
  }), /*#__PURE__*/React.createElement("svg", _extends({
13870
13974
  xmlns: "http://www.w3.org/2000/svg",
13871
13975
  width: size,
@@ -13897,7 +14001,7 @@ ArrowDown2.defaultProps = {
13897
14001
  size: '16'
13898
14002
  };
13899
14003
 
13900
- 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 }';
14004
+ 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 }';
13901
14005
 
13902
14006
  var TriLeft = function TriLeft(props) {
13903
14007
  var color = props.color,
@@ -13911,7 +14015,7 @@ var TriLeft = function TriLeft(props) {
13911
14015
  return /*#__PURE__*/React.createElement("span", {
13912
14016
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13913
14017
  }, /*#__PURE__*/React.createElement("style", {
13914
- children: loadingCircleStyle$4r
14018
+ children: loadingCircleStyle$4t
13915
14019
  }), /*#__PURE__*/React.createElement("svg", _extends({
13916
14020
  xmlns: "http://www.w3.org/2000/svg",
13917
14021
  width: size,
@@ -13943,7 +14047,7 @@ TriLeft.defaultProps = {
13943
14047
  size: '16'
13944
14048
  };
13945
14049
 
13946
- 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 }';
14050
+ 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 }';
13947
14051
 
13948
14052
  var TriRight = function TriRight(props) {
13949
14053
  var color = props.color,
@@ -13957,7 +14061,7 @@ var TriRight = function TriRight(props) {
13957
14061
  return /*#__PURE__*/React.createElement("span", {
13958
14062
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13959
14063
  }, /*#__PURE__*/React.createElement("style", {
13960
- children: loadingCircleStyle$4s
14064
+ children: loadingCircleStyle$4u
13961
14065
  }), /*#__PURE__*/React.createElement("svg", _extends({
13962
14066
  xmlns: "http://www.w3.org/2000/svg",
13963
14067
  width: size,
@@ -13989,7 +14093,7 @@ TriRight.defaultProps = {
13989
14093
  size: '16'
13990
14094
  };
13991
14095
 
13992
- 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 }';
14096
+ 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 }';
13993
14097
 
13994
14098
  var TriUp = function TriUp(props) {
13995
14099
  var color = props.color,
@@ -14003,7 +14107,7 @@ var TriUp = function TriUp(props) {
14003
14107
  return /*#__PURE__*/React.createElement("span", {
14004
14108
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14005
14109
  }, /*#__PURE__*/React.createElement("style", {
14006
- children: loadingCircleStyle$4t
14110
+ children: loadingCircleStyle$4v
14007
14111
  }), /*#__PURE__*/React.createElement("svg", _extends({
14008
14112
  xmlns: "http://www.w3.org/2000/svg",
14009
14113
  width: size,
@@ -14035,7 +14139,7 @@ TriUp.defaultProps = {
14035
14139
  size: '16'
14036
14140
  };
14037
14141
 
14038
- 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 }';
14142
+ 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 }';
14039
14143
 
14040
14144
  var TriDown = function TriDown(props) {
14041
14145
  var color = props.color,
@@ -14049,7 +14153,7 @@ var TriDown = function TriDown(props) {
14049
14153
  return /*#__PURE__*/React.createElement("span", {
14050
14154
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14051
14155
  }, /*#__PURE__*/React.createElement("style", {
14052
- children: loadingCircleStyle$4u
14156
+ children: loadingCircleStyle$4w
14053
14157
  }), /*#__PURE__*/React.createElement("svg", _extends({
14054
14158
  xmlns: "http://www.w3.org/2000/svg",
14055
14159
  width: size,
@@ -14081,7 +14185,7 @@ TriDown.defaultProps = {
14081
14185
  size: '16'
14082
14186
  };
14083
14187
 
14084
- 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 }';
14188
+ 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 }';
14085
14189
 
14086
14190
  var DArrowL = function DArrowL(props) {
14087
14191
  var color = props.color,
@@ -14095,7 +14199,7 @@ var DArrowL = function DArrowL(props) {
14095
14199
  return /*#__PURE__*/React.createElement("span", {
14096
14200
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14097
14201
  }, /*#__PURE__*/React.createElement("style", {
14098
- children: loadingCircleStyle$4v
14202
+ children: loadingCircleStyle$4x
14099
14203
  }), /*#__PURE__*/React.createElement("svg", _extends({
14100
14204
  xmlns: "http://www.w3.org/2000/svg",
14101
14205
  width: size,
@@ -14129,7 +14233,7 @@ DArrowL.defaultProps = {
14129
14233
  size: '16'
14130
14234
  };
14131
14235
 
14132
- 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 }';
14236
+ 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 }';
14133
14237
 
14134
14238
  var DArrowR = function DArrowR(props) {
14135
14239
  var color = props.color,
@@ -14143,7 +14247,7 @@ var DArrowR = function DArrowR(props) {
14143
14247
  return /*#__PURE__*/React.createElement("span", {
14144
14248
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14145
14249
  }, /*#__PURE__*/React.createElement("style", {
14146
- children: loadingCircleStyle$4w
14250
+ children: loadingCircleStyle$4y
14147
14251
  }), /*#__PURE__*/React.createElement("svg", _extends({
14148
14252
  xmlns: "http://www.w3.org/2000/svg",
14149
14253
  width: size,
@@ -14177,7 +14281,7 @@ DArrowR.defaultProps = {
14177
14281
  size: '16'
14178
14282
  };
14179
14283
 
14180
- 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 }';
14284
+ 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 }';
14181
14285
 
14182
14286
  var DArrowT = function DArrowT(props) {
14183
14287
  var color = props.color,
@@ -14191,7 +14295,7 @@ var DArrowT = function DArrowT(props) {
14191
14295
  return /*#__PURE__*/React.createElement("span", {
14192
14296
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14193
14297
  }, /*#__PURE__*/React.createElement("style", {
14194
- children: loadingCircleStyle$4x
14298
+ children: loadingCircleStyle$4z
14195
14299
  }), /*#__PURE__*/React.createElement("svg", _extends({
14196
14300
  xmlns: "http://www.w3.org/2000/svg",
14197
14301
  width: size,
@@ -14225,7 +14329,7 @@ DArrowT.defaultProps = {
14225
14329
  size: '16'
14226
14330
  };
14227
14331
 
14228
- 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 }';
14332
+ 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 }';
14229
14333
 
14230
14334
  var DArrowB = function DArrowB(props) {
14231
14335
  var color = props.color,
@@ -14239,7 +14343,7 @@ var DArrowB = function DArrowB(props) {
14239
14343
  return /*#__PURE__*/React.createElement("span", {
14240
14344
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14241
14345
  }, /*#__PURE__*/React.createElement("style", {
14242
- children: loadingCircleStyle$4y
14346
+ children: loadingCircleStyle$4A
14243
14347
  }), /*#__PURE__*/React.createElement("svg", _extends({
14244
14348
  xmlns: "http://www.w3.org/2000/svg",
14245
14349
  width: size,
@@ -14273,7 +14377,7 @@ DArrowB.defaultProps = {
14273
14377
  size: '16'
14274
14378
  };
14275
14379
 
14276
- 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 }';
14380
+ 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 }';
14277
14381
 
14278
14382
  var DropDown = function DropDown(props) {
14279
14383
  var color = props.color,
@@ -14287,7 +14391,7 @@ var DropDown = function DropDown(props) {
14287
14391
  return /*#__PURE__*/React.createElement("span", {
14288
14392
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14289
14393
  }, /*#__PURE__*/React.createElement("style", {
14290
- children: loadingCircleStyle$4z
14394
+ children: loadingCircleStyle$4B
14291
14395
  }), /*#__PURE__*/React.createElement("svg", _extends({
14292
14396
  xmlns: "http://www.w3.org/2000/svg",
14293
14397
  width: size,
@@ -14319,7 +14423,7 @@ DropDown.defaultProps = {
14319
14423
  size: '16'
14320
14424
  };
14321
14425
 
14322
- 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 }';
14426
+ 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 }';
14323
14427
 
14324
14428
  var DropUp = function DropUp(props) {
14325
14429
  var color = props.color,
@@ -14333,7 +14437,7 @@ var DropUp = function DropUp(props) {
14333
14437
  return /*#__PURE__*/React.createElement("span", {
14334
14438
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14335
14439
  }, /*#__PURE__*/React.createElement("style", {
14336
- children: loadingCircleStyle$4A
14440
+ children: loadingCircleStyle$4C
14337
14441
  }), /*#__PURE__*/React.createElement("svg", _extends({
14338
14442
  xmlns: "http://www.w3.org/2000/svg",
14339
14443
  width: size,
@@ -14365,7 +14469,7 @@ DropUp.defaultProps = {
14365
14469
  size: '16'
14366
14470
  };
14367
14471
 
14368
- 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 }';
14472
+ 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 }';
14369
14473
 
14370
14474
  var More1 = function More1(props) {
14371
14475
  var color = props.color,
@@ -14379,7 +14483,7 @@ var More1 = function More1(props) {
14379
14483
  return /*#__PURE__*/React.createElement("span", {
14380
14484
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14381
14485
  }, /*#__PURE__*/React.createElement("style", {
14382
- children: loadingCircleStyle$4B
14486
+ children: loadingCircleStyle$4D
14383
14487
  }), /*#__PURE__*/React.createElement("svg", _extends({
14384
14488
  xmlns: "http://www.w3.org/2000/svg",
14385
14489
  width: size,
@@ -14411,7 +14515,7 @@ More1.defaultProps = {
14411
14515
  size: '16'
14412
14516
  };
14413
14517
 
14414
- 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 }';
14518
+ 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 }';
14415
14519
 
14416
14520
  var More2 = function More2(props) {
14417
14521
  var color = props.color,
@@ -14425,7 +14529,7 @@ var More2 = function More2(props) {
14425
14529
  return /*#__PURE__*/React.createElement("span", {
14426
14530
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14427
14531
  }, /*#__PURE__*/React.createElement("style", {
14428
- children: loadingCircleStyle$4C
14532
+ children: loadingCircleStyle$4E
14429
14533
  }), /*#__PURE__*/React.createElement("svg", _extends({
14430
14534
  xmlns: "http://www.w3.org/2000/svg",
14431
14535
  width: size,
@@ -14457,7 +14561,7 @@ More2.defaultProps = {
14457
14561
  size: '16'
14458
14562
  };
14459
14563
 
14460
- 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 }';
14564
+ 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 }';
14461
14565
 
14462
14566
  var Drag = function Drag(props) {
14463
14567
  var color = props.color,
@@ -14471,7 +14575,7 @@ var Drag = function Drag(props) {
14471
14575
  return /*#__PURE__*/React.createElement("span", {
14472
14576
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14473
14577
  }, /*#__PURE__*/React.createElement("style", {
14474
- children: loadingCircleStyle$4D
14578
+ children: loadingCircleStyle$4F
14475
14579
  }), /*#__PURE__*/React.createElement("svg", _extends({
14476
14580
  xmlns: "http://www.w3.org/2000/svg",
14477
14581
  width: size,
@@ -14513,7 +14617,7 @@ Drag.defaultProps = {
14513
14617
  size: '16'
14514
14618
  };
14515
14619
 
14516
- 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 }';
14620
+ 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 }';
14517
14621
 
14518
14622
  var Drag2 = function Drag2(props) {
14519
14623
  var color = props.color,
@@ -14527,7 +14631,7 @@ var Drag2 = function Drag2(props) {
14527
14631
  return /*#__PURE__*/React.createElement("span", {
14528
14632
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14529
14633
  }, /*#__PURE__*/React.createElement("style", {
14530
- children: loadingCircleStyle$4E
14634
+ children: loadingCircleStyle$4G
14531
14635
  }), /*#__PURE__*/React.createElement("svg", _extends({
14532
14636
  xmlns: "http://www.w3.org/2000/svg",
14533
14637
  width: size,
@@ -14563,7 +14667,7 @@ Drag2.defaultProps = {
14563
14667
  size: '16'
14564
14668
  };
14565
14669
 
14566
- 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 }';
14670
+ 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 }';
14567
14671
 
14568
14672
  var External = function External(props) {
14569
14673
  var color = props.color,
@@ -14577,7 +14681,7 @@ var External = function External(props) {
14577
14681
  return /*#__PURE__*/React.createElement("span", {
14578
14682
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14579
14683
  }, /*#__PURE__*/React.createElement("style", {
14580
- children: loadingCircleStyle$4F
14684
+ children: loadingCircleStyle$4H
14581
14685
  }), /*#__PURE__*/React.createElement("svg", _extends({
14582
14686
  xmlns: "http://www.w3.org/2000/svg",
14583
14687
  width: size,
@@ -14609,7 +14713,7 @@ External.defaultProps = {
14609
14713
  size: '16'
14610
14714
  };
14611
14715
 
14612
- 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 }';
14716
+ 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 }';
14613
14717
 
14614
14718
  var DisplayS = function DisplayS(props) {
14615
14719
  var color = props.color,
@@ -14623,7 +14727,7 @@ var DisplayS = function DisplayS(props) {
14623
14727
  return /*#__PURE__*/React.createElement("span", {
14624
14728
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14625
14729
  }, /*#__PURE__*/React.createElement("style", {
14626
- children: loadingCircleStyle$4G
14730
+ children: loadingCircleStyle$4I
14627
14731
  }), /*#__PURE__*/React.createElement("svg", _extends({
14628
14732
  xmlns: "http://www.w3.org/2000/svg",
14629
14733
  width: size,
@@ -14657,7 +14761,7 @@ DisplayS.defaultProps = {
14657
14761
  size: '16'
14658
14762
  };
14659
14763
 
14660
- 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 }';
14764
+ 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 }';
14661
14765
 
14662
14766
  var Share = function Share(props) {
14663
14767
  var color = props.color,
@@ -14671,7 +14775,7 @@ var Share = function Share(props) {
14671
14775
  return /*#__PURE__*/React.createElement("span", {
14672
14776
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14673
14777
  }, /*#__PURE__*/React.createElement("style", {
14674
- children: loadingCircleStyle$4H
14778
+ children: loadingCircleStyle$4J
14675
14779
  }), /*#__PURE__*/React.createElement("svg", _extends({
14676
14780
  xmlns: "http://www.w3.org/2000/svg",
14677
14781
  width: size,
@@ -14849,6 +14953,7 @@ exports.TaHelp = Help;
14849
14953
  exports.TaHistory = History;
14850
14954
  exports.TaIdFreeze = IdFreeze;
14851
14955
  exports.TaImport = Import;
14956
+ exports.TaIndex = Index;
14852
14957
  exports.TaIndicator = Indicator;
14853
14958
  exports.TaIndicatorSm = IndicatorSm;
14854
14959
  exports.TaInfo = Info;
@@ -14975,6 +15080,7 @@ exports.TaTable1dtable = Table1dtable;
14975
15080
  exports.TaTdLogo = TdLogo;
14976
15081
  exports.TaTimeLock = TimeLock;
14977
15082
  exports.TaTimeSm = TimeSm;
15083
+ exports.TaTips = Tips;
14978
15084
  exports.TaTracking = Tracking;
14979
15085
  exports.TaTriDown = TriDown;
14980
15086
  exports.TaTriLeft = TriLeft;