@tant/icons 1.1.68 → 1.1.69

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11783,7 +11783,7 @@ Click.defaultProps = {
11783
11783
 
11784
11784
  var loadingCircleStyle$3N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11785
11785
 
11786
- var Report = function Report(props) {
11786
+ var Install = function Install(props) {
11787
11787
  var color = props.color,
11788
11788
  size = props.size,
11789
11789
  spin = props.spin,
@@ -11810,6 +11810,52 @@ var Report = function Report(props) {
11810
11810
  animationName: 'loadingCircle',
11811
11811
  animationTimingFunction: 'linear'
11812
11812
  } : {})
11813
+ }), /*#__PURE__*/React.createElement("path", {
11814
+ d: "M9 2v2H5l-.001 10h14L19 4h-4V2h5a1 1 0 011 1v18a1 1 0 01-1 1H4a1 1 0 01-1-1V3a1 1 0 011-1h5zm9.999 14h-14L5 20h14l-.001-4zM17 17v2h-2v-2h2zM13 2v5h3l-4 4-4-4h3V2h2z"
11815
+ })));
11816
+ };
11817
+
11818
+ Install.propTypes = {
11819
+ iconClassName: PropTypes.string,
11820
+ spin: PropTypes.bool,
11821
+ color: PropTypes.string,
11822
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
11823
+ };
11824
+ Install.defaultProps = {
11825
+ spin: false,
11826
+ color: 'currentColor',
11827
+ size: '16'
11828
+ };
11829
+
11830
+ var loadingCircleStyle$3O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11831
+
11832
+ var Report = function Report(props) {
11833
+ var color = props.color,
11834
+ size = props.size,
11835
+ spin = props.spin,
11836
+ style = props.style,
11837
+ className = props.className,
11838
+ iconClassName = props.iconClassName,
11839
+ otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className", "iconClassName"]);
11840
+
11841
+ return /*#__PURE__*/React.createElement("span", {
11842
+ className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11843
+ }, /*#__PURE__*/React.createElement("style", {
11844
+ children: loadingCircleStyle$3O
11845
+ }), /*#__PURE__*/React.createElement("svg", _extends({
11846
+ xmlns: "http://www.w3.org/2000/svg",
11847
+ width: size,
11848
+ height: size,
11849
+ viewBox: "0 0 24 24",
11850
+ fill: color
11851
+ }, otherProps, {
11852
+ className: iconClassName,
11853
+ style: _objectSpread2(_objectSpread2({}, style), spin ? {
11854
+ animationDuration: '1s',
11855
+ animationIterationCount: 'infinite',
11856
+ animationName: 'loadingCircle',
11857
+ animationTimingFunction: 'linear'
11858
+ } : {})
11813
11859
  }), /*#__PURE__*/React.createElement("path", {
11814
11860
  d: "M11 7h2v10h-2V7zm4 4h2v6h-2v-6zm-8 2h2v4H7v-4zm8-9H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0120.007 22H3.993A1 1 0 013 21.008V2.992z"
11815
11861
  })));
@@ -11827,7 +11873,7 @@ Report.defaultProps = {
11827
11873
  size: '16'
11828
11874
  };
11829
11875
 
11830
- var loadingCircleStyle$3O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11876
+ 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 }';
11831
11877
 
11832
11878
  var ReportRemoval = function ReportRemoval(props) {
11833
11879
  var color = props.color,
@@ -11841,7 +11887,7 @@ var ReportRemoval = function ReportRemoval(props) {
11841
11887
  return /*#__PURE__*/React.createElement("span", {
11842
11888
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11843
11889
  }, /*#__PURE__*/React.createElement("style", {
11844
- children: loadingCircleStyle$3O
11890
+ children: loadingCircleStyle$3P
11845
11891
  }), /*#__PURE__*/React.createElement("svg", _extends({
11846
11892
  xmlns: "http://www.w3.org/2000/svg",
11847
11893
  width: size,
@@ -11881,7 +11927,7 @@ ReportRemoval.defaultProps = {
11881
11927
  size: '16'
11882
11928
  };
11883
11929
 
11884
- var loadingCircleStyle$3P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11930
+ var loadingCircleStyle$3Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11885
11931
 
11886
11932
  var FileAdd = function FileAdd(props) {
11887
11933
  var color = props.color,
@@ -11895,7 +11941,7 @@ var FileAdd = function FileAdd(props) {
11895
11941
  return /*#__PURE__*/React.createElement("span", {
11896
11942
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11897
11943
  }, /*#__PURE__*/React.createElement("style", {
11898
- children: loadingCircleStyle$3P
11944
+ children: loadingCircleStyle$3Q
11899
11945
  }), /*#__PURE__*/React.createElement("svg", _extends({
11900
11946
  xmlns: "http://www.w3.org/2000/svg",
11901
11947
  width: size,
@@ -11927,7 +11973,7 @@ FileAdd.defaultProps = {
11927
11973
  size: '16'
11928
11974
  };
11929
11975
 
11930
- var loadingCircleStyle$3Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11976
+ 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 }';
11931
11977
 
11932
11978
  var FileRemove = function FileRemove(props) {
11933
11979
  var color = props.color,
@@ -11941,7 +11987,7 @@ var FileRemove = function FileRemove(props) {
11941
11987
  return /*#__PURE__*/React.createElement("span", {
11942
11988
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11943
11989
  }, /*#__PURE__*/React.createElement("style", {
11944
- children: loadingCircleStyle$3Q
11990
+ children: loadingCircleStyle$3R
11945
11991
  }), /*#__PURE__*/React.createElement("svg", _extends({
11946
11992
  xmlns: "http://www.w3.org/2000/svg",
11947
11993
  width: size,
@@ -11975,7 +12021,7 @@ FileRemove.defaultProps = {
11975
12021
  size: '16'
11976
12022
  };
11977
12023
 
11978
- var loadingCircleStyle$3R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12024
+ var loadingCircleStyle$3S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11979
12025
 
11980
12026
  var FileExport = function FileExport(props) {
11981
12027
  var color = props.color,
@@ -11989,7 +12035,7 @@ var FileExport = function FileExport(props) {
11989
12035
  return /*#__PURE__*/React.createElement("span", {
11990
12036
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11991
12037
  }, /*#__PURE__*/React.createElement("style", {
11992
- children: loadingCircleStyle$3R
12038
+ children: loadingCircleStyle$3S
11993
12039
  }), /*#__PURE__*/React.createElement("svg", _extends({
11994
12040
  xmlns: "http://www.w3.org/2000/svg",
11995
12041
  width: size,
@@ -12021,7 +12067,7 @@ FileExport.defaultProps = {
12021
12067
  size: '16'
12022
12068
  };
12023
12069
 
12024
- var loadingCircleStyle$3S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12070
+ var loadingCircleStyle$3T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12025
12071
 
12026
12072
  var FileMove = function FileMove(props) {
12027
12073
  var color = props.color,
@@ -12035,7 +12081,7 @@ var FileMove = function FileMove(props) {
12035
12081
  return /*#__PURE__*/React.createElement("span", {
12036
12082
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12037
12083
  }, /*#__PURE__*/React.createElement("style", {
12038
- children: loadingCircleStyle$3S
12084
+ children: loadingCircleStyle$3T
12039
12085
  }), /*#__PURE__*/React.createElement("svg", _extends({
12040
12086
  xmlns: "http://www.w3.org/2000/svg",
12041
12087
  width: size,
@@ -12067,7 +12113,7 @@ FileMove.defaultProps = {
12067
12113
  size: '16'
12068
12114
  };
12069
12115
 
12070
- var loadingCircleStyle$3T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12116
+ var loadingCircleStyle$3U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12071
12117
 
12072
12118
  var FileImport = function FileImport(props) {
12073
12119
  var color = props.color,
@@ -12081,7 +12127,7 @@ var FileImport = function FileImport(props) {
12081
12127
  return /*#__PURE__*/React.createElement("span", {
12082
12128
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12083
12129
  }, /*#__PURE__*/React.createElement("style", {
12084
- children: loadingCircleStyle$3T
12130
+ children: loadingCircleStyle$3U
12085
12131
  }), /*#__PURE__*/React.createElement("svg", _extends({
12086
12132
  xmlns: "http://www.w3.org/2000/svg",
12087
12133
  width: size,
@@ -12113,7 +12159,7 @@ FileImport.defaultProps = {
12113
12159
  size: '16'
12114
12160
  };
12115
12161
 
12116
- var loadingCircleStyle$3U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12162
+ var loadingCircleStyle$3V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12117
12163
 
12118
12164
  var FileInfo = function FileInfo(props) {
12119
12165
  var color = props.color,
@@ -12127,7 +12173,7 @@ var FileInfo = function FileInfo(props) {
12127
12173
  return /*#__PURE__*/React.createElement("span", {
12128
12174
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12129
12175
  }, /*#__PURE__*/React.createElement("style", {
12130
- children: loadingCircleStyle$3U
12176
+ children: loadingCircleStyle$3V
12131
12177
  }), /*#__PURE__*/React.createElement("svg", _extends({
12132
12178
  xmlns: "http://www.w3.org/2000/svg",
12133
12179
  width: size,
@@ -12159,7 +12205,7 @@ FileInfo.defaultProps = {
12159
12205
  size: '16'
12160
12206
  };
12161
12207
 
12162
- var loadingCircleStyle$3V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12208
+ var loadingCircleStyle$3W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12163
12209
 
12164
12210
  var FileConvert = function FileConvert(props) {
12165
12211
  var color = props.color,
@@ -12173,7 +12219,7 @@ var FileConvert = function FileConvert(props) {
12173
12219
  return /*#__PURE__*/React.createElement("span", {
12174
12220
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12175
12221
  }, /*#__PURE__*/React.createElement("style", {
12176
- children: loadingCircleStyle$3V
12222
+ children: loadingCircleStyle$3W
12177
12223
  }), /*#__PURE__*/React.createElement("svg", _extends({
12178
12224
  xmlns: "http://www.w3.org/2000/svg",
12179
12225
  width: size,
@@ -12211,7 +12257,7 @@ FileConvert.defaultProps = {
12211
12257
  size: '16'
12212
12258
  };
12213
12259
 
12214
- var loadingCircleStyle$3W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12260
+ var loadingCircleStyle$3X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12215
12261
 
12216
12262
  var AssetConvert = function AssetConvert(props) {
12217
12263
  var color = props.color,
@@ -12225,7 +12271,7 @@ var AssetConvert = function AssetConvert(props) {
12225
12271
  return /*#__PURE__*/React.createElement("span", {
12226
12272
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12227
12273
  }, /*#__PURE__*/React.createElement("style", {
12228
- children: loadingCircleStyle$3W
12274
+ children: loadingCircleStyle$3X
12229
12275
  }), /*#__PURE__*/React.createElement("svg", _extends({
12230
12276
  xmlns: "http://www.w3.org/2000/svg",
12231
12277
  width: size,
@@ -12263,7 +12309,7 @@ AssetConvert.defaultProps = {
12263
12309
  size: '16'
12264
12310
  };
12265
12311
 
12266
- var loadingCircleStyle$3X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12312
+ var loadingCircleStyle$3Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12267
12313
 
12268
12314
  var FileLock = function FileLock(props) {
12269
12315
  var color = props.color,
@@ -12277,7 +12323,7 @@ var FileLock = function FileLock(props) {
12277
12323
  return /*#__PURE__*/React.createElement("span", {
12278
12324
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12279
12325
  }, /*#__PURE__*/React.createElement("style", {
12280
- children: loadingCircleStyle$3X
12326
+ children: loadingCircleStyle$3Y
12281
12327
  }), /*#__PURE__*/React.createElement("svg", _extends({
12282
12328
  xmlns: "http://www.w3.org/2000/svg",
12283
12329
  width: size,
@@ -12309,7 +12355,7 @@ FileLock.defaultProps = {
12309
12355
  size: '16'
12310
12356
  };
12311
12357
 
12312
- var loadingCircleStyle$3Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12358
+ var loadingCircleStyle$3Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12313
12359
 
12314
12360
  var FilePdf = function FilePdf(props) {
12315
12361
  var color = props.color,
@@ -12323,7 +12369,7 @@ var FilePdf = function FilePdf(props) {
12323
12369
  return /*#__PURE__*/React.createElement("span", {
12324
12370
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12325
12371
  }, /*#__PURE__*/React.createElement("style", {
12326
- children: loadingCircleStyle$3Y
12372
+ children: loadingCircleStyle$3Z
12327
12373
  }), /*#__PURE__*/React.createElement("svg", _extends({
12328
12374
  xmlns: "http://www.w3.org/2000/svg",
12329
12375
  width: size,
@@ -12355,7 +12401,7 @@ FilePdf.defaultProps = {
12355
12401
  size: '16'
12356
12402
  };
12357
12403
 
12358
- var loadingCircleStyle$3Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12404
+ var loadingCircleStyle$3_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12359
12405
 
12360
12406
  var Detail = function Detail(props) {
12361
12407
  var color = props.color,
@@ -12369,7 +12415,7 @@ var Detail = function Detail(props) {
12369
12415
  return /*#__PURE__*/React.createElement("span", {
12370
12416
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12371
12417
  }, /*#__PURE__*/React.createElement("style", {
12372
- children: loadingCircleStyle$3Z
12418
+ children: loadingCircleStyle$3_
12373
12419
  }), /*#__PURE__*/React.createElement("svg", _extends({
12374
12420
  xmlns: "http://www.w3.org/2000/svg",
12375
12421
  width: size,
@@ -12401,7 +12447,7 @@ Detail.defaultProps = {
12401
12447
  size: '16'
12402
12448
  };
12403
12449
 
12404
- var loadingCircleStyle$3_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12450
+ 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 }';
12405
12451
 
12406
12452
  var MessageCenter = function MessageCenter(props) {
12407
12453
  var color = props.color,
@@ -12415,7 +12461,7 @@ var MessageCenter = function MessageCenter(props) {
12415
12461
  return /*#__PURE__*/React.createElement("span", {
12416
12462
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12417
12463
  }, /*#__PURE__*/React.createElement("style", {
12418
- children: loadingCircleStyle$3_
12464
+ children: loadingCircleStyle$3$
12419
12465
  }), /*#__PURE__*/React.createElement("svg", _extends({
12420
12466
  xmlns: "http://www.w3.org/2000/svg",
12421
12467
  width: size,
@@ -12455,7 +12501,7 @@ MessageCenter.defaultProps = {
12455
12501
  size: '16'
12456
12502
  };
12457
12503
 
12458
- var loadingCircleStyle$3$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12504
+ var loadingCircleStyle$40 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12459
12505
 
12460
12506
  var SystemMsg = function SystemMsg(props) {
12461
12507
  var color = props.color,
@@ -12469,7 +12515,7 @@ var SystemMsg = function SystemMsg(props) {
12469
12515
  return /*#__PURE__*/React.createElement("span", {
12470
12516
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12471
12517
  }, /*#__PURE__*/React.createElement("style", {
12472
- children: loadingCircleStyle$3$
12518
+ children: loadingCircleStyle$40
12473
12519
  }), /*#__PURE__*/React.createElement("svg", _extends({
12474
12520
  xmlns: "http://www.w3.org/2000/svg",
12475
12521
  width: size,
@@ -12507,7 +12553,7 @@ SystemMsg.defaultProps = {
12507
12553
  size: '16'
12508
12554
  };
12509
12555
 
12510
- var loadingCircleStyle$40 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12556
+ 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 }';
12511
12557
 
12512
12558
  var Comment = function Comment(props) {
12513
12559
  var color = props.color,
@@ -12521,7 +12567,7 @@ var Comment = function Comment(props) {
12521
12567
  return /*#__PURE__*/React.createElement("span", {
12522
12568
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12523
12569
  }, /*#__PURE__*/React.createElement("style", {
12524
- children: loadingCircleStyle$40
12570
+ children: loadingCircleStyle$41
12525
12571
  }), /*#__PURE__*/React.createElement("svg", _extends({
12526
12572
  xmlns: "http://www.w3.org/2000/svg",
12527
12573
  width: size,
@@ -12557,7 +12603,7 @@ Comment.defaultProps = {
12557
12603
  size: '16'
12558
12604
  };
12559
12605
 
12560
- var loadingCircleStyle$41 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12606
+ var loadingCircleStyle$42 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12561
12607
 
12562
12608
  var Book = function Book(props) {
12563
12609
  var color = props.color,
@@ -12571,7 +12617,7 @@ var Book = function Book(props) {
12571
12617
  return /*#__PURE__*/React.createElement("span", {
12572
12618
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12573
12619
  }, /*#__PURE__*/React.createElement("style", {
12574
- children: loadingCircleStyle$41
12620
+ children: loadingCircleStyle$42
12575
12621
  }), /*#__PURE__*/React.createElement("svg", _extends({
12576
12622
  xmlns: "http://www.w3.org/2000/svg",
12577
12623
  width: size,
@@ -12603,7 +12649,7 @@ Book.defaultProps = {
12603
12649
  size: '16'
12604
12650
  };
12605
12651
 
12606
- var loadingCircleStyle$42 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12652
+ var loadingCircleStyle$43 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12607
12653
 
12608
12654
  var Book2 = function Book2(props) {
12609
12655
  var color = props.color,
@@ -12617,7 +12663,7 @@ var Book2 = function Book2(props) {
12617
12663
  return /*#__PURE__*/React.createElement("span", {
12618
12664
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12619
12665
  }, /*#__PURE__*/React.createElement("style", {
12620
- children: loadingCircleStyle$42
12666
+ children: loadingCircleStyle$43
12621
12667
  }), /*#__PURE__*/React.createElement("svg", _extends({
12622
12668
  xmlns: "http://www.w3.org/2000/svg",
12623
12669
  width: size,
@@ -12649,7 +12695,7 @@ Book2.defaultProps = {
12649
12695
  size: '16'
12650
12696
  };
12651
12697
 
12652
- var loadingCircleStyle$43 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12698
+ var loadingCircleStyle$44 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12653
12699
 
12654
12700
  var Sticker = function Sticker(props) {
12655
12701
  var color = props.color,
@@ -12663,7 +12709,7 @@ var Sticker = function Sticker(props) {
12663
12709
  return /*#__PURE__*/React.createElement("span", {
12664
12710
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12665
12711
  }, /*#__PURE__*/React.createElement("style", {
12666
- children: loadingCircleStyle$43
12712
+ children: loadingCircleStyle$44
12667
12713
  }), /*#__PURE__*/React.createElement("svg", _extends({
12668
12714
  xmlns: "http://www.w3.org/2000/svg",
12669
12715
  width: size,
@@ -12695,7 +12741,7 @@ Sticker.defaultProps = {
12695
12741
  size: '16'
12696
12742
  };
12697
12743
 
12698
- var loadingCircleStyle$44 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12744
+ var loadingCircleStyle$45 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12699
12745
 
12700
12746
  var StickerFill = function StickerFill(props) {
12701
12747
  var color = props.color,
@@ -12709,7 +12755,7 @@ var StickerFill = function StickerFill(props) {
12709
12755
  return /*#__PURE__*/React.createElement("span", {
12710
12756
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12711
12757
  }, /*#__PURE__*/React.createElement("style", {
12712
- children: loadingCircleStyle$44
12758
+ children: loadingCircleStyle$45
12713
12759
  }), /*#__PURE__*/React.createElement("svg", _extends({
12714
12760
  xmlns: "http://www.w3.org/2000/svg",
12715
12761
  width: size,
@@ -12741,7 +12787,7 @@ StickerFill.defaultProps = {
12741
12787
  size: '16'
12742
12788
  };
12743
12789
 
12744
- var loadingCircleStyle$45 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12790
+ var loadingCircleStyle$46 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12745
12791
 
12746
12792
  var EventSm = function EventSm(props) {
12747
12793
  var color = props.color,
@@ -12755,7 +12801,7 @@ var EventSm = function EventSm(props) {
12755
12801
  return /*#__PURE__*/React.createElement("span", {
12756
12802
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12757
12803
  }, /*#__PURE__*/React.createElement("style", {
12758
- children: loadingCircleStyle$45
12804
+ children: loadingCircleStyle$46
12759
12805
  }), /*#__PURE__*/React.createElement("svg", _extends({
12760
12806
  xmlns: "http://www.w3.org/2000/svg",
12761
12807
  width: size,
@@ -12787,7 +12833,7 @@ EventSm.defaultProps = {
12787
12833
  size: '16'
12788
12834
  };
12789
12835
 
12790
- var loadingCircleStyle$46 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12836
+ 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 }';
12791
12837
 
12792
12838
  var EPropertySm = function EPropertySm(props) {
12793
12839
  var color = props.color,
@@ -12801,7 +12847,7 @@ var EPropertySm = function EPropertySm(props) {
12801
12847
  return /*#__PURE__*/React.createElement("span", {
12802
12848
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12803
12849
  }, /*#__PURE__*/React.createElement("style", {
12804
- children: loadingCircleStyle$46
12850
+ children: loadingCircleStyle$47
12805
12851
  }), /*#__PURE__*/React.createElement("svg", _extends({
12806
12852
  xmlns: "http://www.w3.org/2000/svg",
12807
12853
  width: size,
@@ -12841,7 +12887,7 @@ EPropertySm.defaultProps = {
12841
12887
  size: '16'
12842
12888
  };
12843
12889
 
12844
- var loadingCircleStyle$47 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12890
+ 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 }';
12845
12891
 
12846
12892
  var IndicatorSm = function IndicatorSm(props) {
12847
12893
  var color = props.color,
@@ -12855,7 +12901,7 @@ var IndicatorSm = function IndicatorSm(props) {
12855
12901
  return /*#__PURE__*/React.createElement("span", {
12856
12902
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12857
12903
  }, /*#__PURE__*/React.createElement("style", {
12858
- children: loadingCircleStyle$47
12904
+ children: loadingCircleStyle$48
12859
12905
  }), /*#__PURE__*/React.createElement("svg", _extends({
12860
12906
  xmlns: "http://www.w3.org/2000/svg",
12861
12907
  width: size,
@@ -12891,7 +12937,7 @@ IndicatorSm.defaultProps = {
12891
12937
  size: '16'
12892
12938
  };
12893
12939
 
12894
- var loadingCircleStyle$48 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12940
+ var loadingCircleStyle$49 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12895
12941
 
12896
12942
  var UPropertySm = function UPropertySm(props) {
12897
12943
  var color = props.color,
@@ -12905,7 +12951,7 @@ var UPropertySm = function UPropertySm(props) {
12905
12951
  return /*#__PURE__*/React.createElement("span", {
12906
12952
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12907
12953
  }, /*#__PURE__*/React.createElement("style", {
12908
- children: loadingCircleStyle$48
12954
+ children: loadingCircleStyle$49
12909
12955
  }), /*#__PURE__*/React.createElement("svg", _extends({
12910
12956
  xmlns: "http://www.w3.org/2000/svg",
12911
12957
  width: size,
@@ -12943,7 +12989,7 @@ UPropertySm.defaultProps = {
12943
12989
  size: '16'
12944
12990
  };
12945
12991
 
12946
- var loadingCircleStyle$49 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12992
+ 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 }';
12947
12993
 
12948
12994
  var UGroupSm = function UGroupSm(props) {
12949
12995
  var color = props.color,
@@ -12957,7 +13003,7 @@ var UGroupSm = function UGroupSm(props) {
12957
13003
  return /*#__PURE__*/React.createElement("span", {
12958
13004
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12959
13005
  }, /*#__PURE__*/React.createElement("style", {
12960
- children: loadingCircleStyle$49
13006
+ children: loadingCircleStyle$4a
12961
13007
  }), /*#__PURE__*/React.createElement("svg", _extends({
12962
13008
  xmlns: "http://www.w3.org/2000/svg",
12963
13009
  width: size,
@@ -13003,7 +13049,7 @@ UGroupSm.defaultProps = {
13003
13049
  size: '16'
13004
13050
  };
13005
13051
 
13006
- var loadingCircleStyle$4a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13052
+ 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 }';
13007
13053
 
13008
13054
  var UTagSm = function UTagSm(props) {
13009
13055
  var color = props.color,
@@ -13017,7 +13063,7 @@ var UTagSm = function UTagSm(props) {
13017
13063
  return /*#__PURE__*/React.createElement("span", {
13018
13064
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13019
13065
  }, /*#__PURE__*/React.createElement("style", {
13020
- children: loadingCircleStyle$4a
13066
+ children: loadingCircleStyle$4b
13021
13067
  }), /*#__PURE__*/React.createElement("svg", _extends({
13022
13068
  xmlns: "http://www.w3.org/2000/svg",
13023
13069
  width: size,
@@ -13053,7 +13099,7 @@ UTagSm.defaultProps = {
13053
13099
  size: '16'
13054
13100
  };
13055
13101
 
13056
- var loadingCircleStyle$4b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13102
+ var loadingCircleStyle$4c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13057
13103
 
13058
13104
  var AllGroupSm = function AllGroupSm(props) {
13059
13105
  var color = props.color,
@@ -13067,7 +13113,7 @@ var AllGroupSm = function AllGroupSm(props) {
13067
13113
  return /*#__PURE__*/React.createElement("span", {
13068
13114
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13069
13115
  }, /*#__PURE__*/React.createElement("style", {
13070
- children: loadingCircleStyle$4b
13116
+ children: loadingCircleStyle$4c
13071
13117
  }), /*#__PURE__*/React.createElement("svg", _extends({
13072
13118
  xmlns: "http://www.w3.org/2000/svg",
13073
13119
  width: size,
@@ -13105,7 +13151,7 @@ AllGroupSm.defaultProps = {
13105
13151
  size: '16'
13106
13152
  };
13107
13153
 
13108
- var loadingCircleStyle$4c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13154
+ var loadingCircleStyle$4d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13109
13155
 
13110
13156
  var CalendarSm = function CalendarSm(props) {
13111
13157
  var color = props.color,
@@ -13119,7 +13165,7 @@ var CalendarSm = function CalendarSm(props) {
13119
13165
  return /*#__PURE__*/React.createElement("span", {
13120
13166
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13121
13167
  }, /*#__PURE__*/React.createElement("style", {
13122
- children: loadingCircleStyle$4c
13168
+ children: loadingCircleStyle$4d
13123
13169
  }), /*#__PURE__*/React.createElement("svg", _extends({
13124
13170
  xmlns: "http://www.w3.org/2000/svg",
13125
13171
  width: size,
@@ -13151,7 +13197,7 @@ CalendarSm.defaultProps = {
13151
13197
  size: '16'
13152
13198
  };
13153
13199
 
13154
- var loadingCircleStyle$4d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13200
+ var loadingCircleStyle$4e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13155
13201
 
13156
13202
  var GroupAddSm = function GroupAddSm(props) {
13157
13203
  var color = props.color,
@@ -13165,7 +13211,7 @@ var GroupAddSm = function GroupAddSm(props) {
13165
13211
  return /*#__PURE__*/React.createElement("span", {
13166
13212
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13167
13213
  }, /*#__PURE__*/React.createElement("style", {
13168
- children: loadingCircleStyle$4d
13214
+ children: loadingCircleStyle$4e
13169
13215
  }), /*#__PURE__*/React.createElement("svg", _extends({
13170
13216
  xmlns: "http://www.w3.org/2000/svg",
13171
13217
  width: size,
@@ -13203,7 +13249,7 @@ GroupAddSm.defaultProps = {
13203
13249
  size: '16'
13204
13250
  };
13205
13251
 
13206
- var loadingCircleStyle$4e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13252
+ 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 }';
13207
13253
 
13208
13254
  var BooleanSm = function BooleanSm(props) {
13209
13255
  var color = props.color,
@@ -13217,7 +13263,7 @@ var BooleanSm = function BooleanSm(props) {
13217
13263
  return /*#__PURE__*/React.createElement("span", {
13218
13264
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13219
13265
  }, /*#__PURE__*/React.createElement("style", {
13220
- children: loadingCircleStyle$4e
13266
+ children: loadingCircleStyle$4f
13221
13267
  }), /*#__PURE__*/React.createElement("svg", _extends({
13222
13268
  xmlns: "http://www.w3.org/2000/svg",
13223
13269
  width: size,
@@ -13251,7 +13297,7 @@ BooleanSm.defaultProps = {
13251
13297
  size: '16'
13252
13298
  };
13253
13299
 
13254
- var loadingCircleStyle$4f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13300
+ 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 }';
13255
13301
 
13256
13302
  var ListSm = function ListSm(props) {
13257
13303
  var color = props.color,
@@ -13265,7 +13311,7 @@ var ListSm = function ListSm(props) {
13265
13311
  return /*#__PURE__*/React.createElement("span", {
13266
13312
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13267
13313
  }, /*#__PURE__*/React.createElement("style", {
13268
- children: loadingCircleStyle$4f
13314
+ children: loadingCircleStyle$4g
13269
13315
  }), /*#__PURE__*/React.createElement("svg", _extends({
13270
13316
  xmlns: "http://www.w3.org/2000/svg",
13271
13317
  width: size,
@@ -13307,7 +13353,7 @@ ListSm.defaultProps = {
13307
13353
  size: '16'
13308
13354
  };
13309
13355
 
13310
- var loadingCircleStyle$4g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13356
+ 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 }';
13311
13357
 
13312
13358
  var ArrayRowsSm = function ArrayRowsSm(props) {
13313
13359
  var color = props.color,
@@ -13321,7 +13367,7 @@ var ArrayRowsSm = function ArrayRowsSm(props) {
13321
13367
  return /*#__PURE__*/React.createElement("span", {
13322
13368
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13323
13369
  }, /*#__PURE__*/React.createElement("style", {
13324
- children: loadingCircleStyle$4g
13370
+ children: loadingCircleStyle$4h
13325
13371
  }), /*#__PURE__*/React.createElement("svg", _extends({
13326
13372
  xmlns: "http://www.w3.org/2000/svg",
13327
13373
  width: size,
@@ -13355,7 +13401,7 @@ ArrayRowsSm.defaultProps = {
13355
13401
  size: '16'
13356
13402
  };
13357
13403
 
13358
- var loadingCircleStyle$4h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13404
+ 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 }';
13359
13405
 
13360
13406
  var RowsSm = function RowsSm(props) {
13361
13407
  var color = props.color,
@@ -13369,7 +13415,7 @@ var RowsSm = function RowsSm(props) {
13369
13415
  return /*#__PURE__*/React.createElement("span", {
13370
13416
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13371
13417
  }, /*#__PURE__*/React.createElement("style", {
13372
- children: loadingCircleStyle$4h
13418
+ children: loadingCircleStyle$4i
13373
13419
  }), /*#__PURE__*/React.createElement("svg", _extends({
13374
13420
  xmlns: "http://www.w3.org/2000/svg",
13375
13421
  width: size,
@@ -13411,7 +13457,7 @@ RowsSm.defaultProps = {
13411
13457
  size: '16'
13412
13458
  };
13413
13459
 
13414
- var loadingCircleStyle$4i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13460
+ var loadingCircleStyle$4j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13415
13461
 
13416
13462
  var VPropertySm = function VPropertySm(props) {
13417
13463
  var color = props.color,
@@ -13425,7 +13471,7 @@ var VPropertySm = function VPropertySm(props) {
13425
13471
  return /*#__PURE__*/React.createElement("span", {
13426
13472
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13427
13473
  }, /*#__PURE__*/React.createElement("style", {
13428
- children: loadingCircleStyle$4i
13474
+ children: loadingCircleStyle$4j
13429
13475
  }), /*#__PURE__*/React.createElement("svg", _extends({
13430
13476
  xmlns: "http://www.w3.org/2000/svg",
13431
13477
  width: size,
@@ -13463,7 +13509,7 @@ VPropertySm.defaultProps = {
13463
13509
  size: '16'
13464
13510
  };
13465
13511
 
13466
- var loadingCircleStyle$4j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13512
+ 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 }';
13467
13513
 
13468
13514
  var StringSm = function StringSm(props) {
13469
13515
  var color = props.color,
@@ -13477,7 +13523,7 @@ var StringSm = function StringSm(props) {
13477
13523
  return /*#__PURE__*/React.createElement("span", {
13478
13524
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13479
13525
  }, /*#__PURE__*/React.createElement("style", {
13480
- children: loadingCircleStyle$4j
13526
+ children: loadingCircleStyle$4k
13481
13527
  }), /*#__PURE__*/React.createElement("svg", _extends({
13482
13528
  xmlns: "http://www.w3.org/2000/svg",
13483
13529
  width: size,
@@ -13511,7 +13557,7 @@ StringSm.defaultProps = {
13511
13557
  size: '16'
13512
13558
  };
13513
13559
 
13514
- var loadingCircleStyle$4k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13560
+ 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 }';
13515
13561
 
13516
13562
  var NumSm = function NumSm(props) {
13517
13563
  var color = props.color,
@@ -13525,7 +13571,7 @@ var NumSm = function NumSm(props) {
13525
13571
  return /*#__PURE__*/React.createElement("span", {
13526
13572
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13527
13573
  }, /*#__PURE__*/React.createElement("style", {
13528
- children: loadingCircleStyle$4k
13574
+ children: loadingCircleStyle$4l
13529
13575
  }), /*#__PURE__*/React.createElement("svg", _extends({
13530
13576
  xmlns: "http://www.w3.org/2000/svg",
13531
13577
  width: size,
@@ -13559,7 +13605,7 @@ NumSm.defaultProps = {
13559
13605
  size: '16'
13560
13606
  };
13561
13607
 
13562
- var loadingCircleStyle$4l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13608
+ 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 }';
13563
13609
 
13564
13610
  var TimeSm = function TimeSm(props) {
13565
13611
  var color = props.color,
@@ -13573,7 +13619,7 @@ var TimeSm = function TimeSm(props) {
13573
13619
  return /*#__PURE__*/React.createElement("span", {
13574
13620
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13575
13621
  }, /*#__PURE__*/React.createElement("style", {
13576
- children: loadingCircleStyle$4l
13622
+ children: loadingCircleStyle$4m
13577
13623
  }), /*#__PURE__*/React.createElement("svg", _extends({
13578
13624
  xmlns: "http://www.w3.org/2000/svg",
13579
13625
  width: size,
@@ -13607,7 +13653,7 @@ TimeSm.defaultProps = {
13607
13653
  size: '16'
13608
13654
  };
13609
13655
 
13610
- var loadingCircleStyle$4m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13656
+ var loadingCircleStyle$4n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13611
13657
 
13612
13658
  var ArrowLeft = function ArrowLeft(props) {
13613
13659
  var color = props.color,
@@ -13621,7 +13667,7 @@ var ArrowLeft = function ArrowLeft(props) {
13621
13667
  return /*#__PURE__*/React.createElement("span", {
13622
13668
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13623
13669
  }, /*#__PURE__*/React.createElement("style", {
13624
- children: loadingCircleStyle$4m
13670
+ children: loadingCircleStyle$4n
13625
13671
  }), /*#__PURE__*/React.createElement("svg", _extends({
13626
13672
  xmlns: "http://www.w3.org/2000/svg",
13627
13673
  width: size,
@@ -13653,7 +13699,7 @@ ArrowLeft.defaultProps = {
13653
13699
  size: '16'
13654
13700
  };
13655
13701
 
13656
- var loadingCircleStyle$4n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13702
+ var loadingCircleStyle$4o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13657
13703
 
13658
13704
  var ArrowRight = function ArrowRight(props) {
13659
13705
  var color = props.color,
@@ -13667,7 +13713,7 @@ var ArrowRight = function ArrowRight(props) {
13667
13713
  return /*#__PURE__*/React.createElement("span", {
13668
13714
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13669
13715
  }, /*#__PURE__*/React.createElement("style", {
13670
- children: loadingCircleStyle$4n
13716
+ children: loadingCircleStyle$4o
13671
13717
  }), /*#__PURE__*/React.createElement("svg", _extends({
13672
13718
  xmlns: "http://www.w3.org/2000/svg",
13673
13719
  width: size,
@@ -13699,7 +13745,7 @@ ArrowRight.defaultProps = {
13699
13745
  size: '16'
13700
13746
  };
13701
13747
 
13702
- var loadingCircleStyle$4o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13748
+ var loadingCircleStyle$4p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13703
13749
 
13704
13750
  var ArrowUp = function ArrowUp(props) {
13705
13751
  var color = props.color,
@@ -13713,7 +13759,7 @@ var ArrowUp = function ArrowUp(props) {
13713
13759
  return /*#__PURE__*/React.createElement("span", {
13714
13760
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13715
13761
  }, /*#__PURE__*/React.createElement("style", {
13716
- children: loadingCircleStyle$4o
13762
+ children: loadingCircleStyle$4p
13717
13763
  }), /*#__PURE__*/React.createElement("svg", _extends({
13718
13764
  xmlns: "http://www.w3.org/2000/svg",
13719
13765
  width: size,
@@ -13745,7 +13791,7 @@ ArrowUp.defaultProps = {
13745
13791
  size: '16'
13746
13792
  };
13747
13793
 
13748
- var loadingCircleStyle$4p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13794
+ var loadingCircleStyle$4q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13749
13795
 
13750
13796
  var ArrowDown = function ArrowDown(props) {
13751
13797
  var color = props.color,
@@ -13759,7 +13805,7 @@ var ArrowDown = function ArrowDown(props) {
13759
13805
  return /*#__PURE__*/React.createElement("span", {
13760
13806
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13761
13807
  }, /*#__PURE__*/React.createElement("style", {
13762
- children: loadingCircleStyle$4p
13808
+ children: loadingCircleStyle$4q
13763
13809
  }), /*#__PURE__*/React.createElement("svg", _extends({
13764
13810
  xmlns: "http://www.w3.org/2000/svg",
13765
13811
  width: size,
@@ -13791,7 +13837,7 @@ ArrowDown.defaultProps = {
13791
13837
  size: '16'
13792
13838
  };
13793
13839
 
13794
- var loadingCircleStyle$4q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13840
+ var loadingCircleStyle$4r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13795
13841
 
13796
13842
  var ArrowLeft2 = function ArrowLeft2(props) {
13797
13843
  var color = props.color,
@@ -13805,7 +13851,7 @@ var ArrowLeft2 = function ArrowLeft2(props) {
13805
13851
  return /*#__PURE__*/React.createElement("span", {
13806
13852
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13807
13853
  }, /*#__PURE__*/React.createElement("style", {
13808
- children: loadingCircleStyle$4q
13854
+ children: loadingCircleStyle$4r
13809
13855
  }), /*#__PURE__*/React.createElement("svg", _extends({
13810
13856
  xmlns: "http://www.w3.org/2000/svg",
13811
13857
  width: size,
@@ -13837,7 +13883,7 @@ ArrowLeft2.defaultProps = {
13837
13883
  size: '16'
13838
13884
  };
13839
13885
 
13840
- var loadingCircleStyle$4r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13886
+ var loadingCircleStyle$4s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13841
13887
 
13842
13888
  var ArrowRight2 = function ArrowRight2(props) {
13843
13889
  var color = props.color,
@@ -13851,7 +13897,7 @@ var ArrowRight2 = function ArrowRight2(props) {
13851
13897
  return /*#__PURE__*/React.createElement("span", {
13852
13898
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13853
13899
  }, /*#__PURE__*/React.createElement("style", {
13854
- children: loadingCircleStyle$4r
13900
+ children: loadingCircleStyle$4s
13855
13901
  }), /*#__PURE__*/React.createElement("svg", _extends({
13856
13902
  xmlns: "http://www.w3.org/2000/svg",
13857
13903
  width: size,
@@ -13883,7 +13929,7 @@ ArrowRight2.defaultProps = {
13883
13929
  size: '16'
13884
13930
  };
13885
13931
 
13886
- var loadingCircleStyle$4s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13932
+ var loadingCircleStyle$4t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13887
13933
 
13888
13934
  var ArrowUp2 = function ArrowUp2(props) {
13889
13935
  var color = props.color,
@@ -13897,7 +13943,7 @@ var ArrowUp2 = function ArrowUp2(props) {
13897
13943
  return /*#__PURE__*/React.createElement("span", {
13898
13944
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13899
13945
  }, /*#__PURE__*/React.createElement("style", {
13900
- children: loadingCircleStyle$4s
13946
+ children: loadingCircleStyle$4t
13901
13947
  }), /*#__PURE__*/React.createElement("svg", _extends({
13902
13948
  xmlns: "http://www.w3.org/2000/svg",
13903
13949
  width: size,
@@ -13929,7 +13975,7 @@ ArrowUp2.defaultProps = {
13929
13975
  size: '16'
13930
13976
  };
13931
13977
 
13932
- var loadingCircleStyle$4t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13978
+ var loadingCircleStyle$4u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13933
13979
 
13934
13980
  var ArrowDown2 = function ArrowDown2(props) {
13935
13981
  var color = props.color,
@@ -13943,7 +13989,7 @@ var ArrowDown2 = function ArrowDown2(props) {
13943
13989
  return /*#__PURE__*/React.createElement("span", {
13944
13990
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13945
13991
  }, /*#__PURE__*/React.createElement("style", {
13946
- children: loadingCircleStyle$4t
13992
+ children: loadingCircleStyle$4u
13947
13993
  }), /*#__PURE__*/React.createElement("svg", _extends({
13948
13994
  xmlns: "http://www.w3.org/2000/svg",
13949
13995
  width: size,
@@ -13975,7 +14021,7 @@ ArrowDown2.defaultProps = {
13975
14021
  size: '16'
13976
14022
  };
13977
14023
 
13978
- var loadingCircleStyle$4u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14024
+ var loadingCircleStyle$4v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13979
14025
 
13980
14026
  var TriLeft = function TriLeft(props) {
13981
14027
  var color = props.color,
@@ -13989,7 +14035,7 @@ var TriLeft = function TriLeft(props) {
13989
14035
  return /*#__PURE__*/React.createElement("span", {
13990
14036
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13991
14037
  }, /*#__PURE__*/React.createElement("style", {
13992
- children: loadingCircleStyle$4u
14038
+ children: loadingCircleStyle$4v
13993
14039
  }), /*#__PURE__*/React.createElement("svg", _extends({
13994
14040
  xmlns: "http://www.w3.org/2000/svg",
13995
14041
  width: size,
@@ -14021,7 +14067,7 @@ TriLeft.defaultProps = {
14021
14067
  size: '16'
14022
14068
  };
14023
14069
 
14024
- var loadingCircleStyle$4v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14070
+ var loadingCircleStyle$4w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14025
14071
 
14026
14072
  var TriRight = function TriRight(props) {
14027
14073
  var color = props.color,
@@ -14035,7 +14081,7 @@ var TriRight = function TriRight(props) {
14035
14081
  return /*#__PURE__*/React.createElement("span", {
14036
14082
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14037
14083
  }, /*#__PURE__*/React.createElement("style", {
14038
- children: loadingCircleStyle$4v
14084
+ children: loadingCircleStyle$4w
14039
14085
  }), /*#__PURE__*/React.createElement("svg", _extends({
14040
14086
  xmlns: "http://www.w3.org/2000/svg",
14041
14087
  width: size,
@@ -14067,7 +14113,7 @@ TriRight.defaultProps = {
14067
14113
  size: '16'
14068
14114
  };
14069
14115
 
14070
- var loadingCircleStyle$4w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14116
+ var loadingCircleStyle$4x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14071
14117
 
14072
14118
  var TriUp = function TriUp(props) {
14073
14119
  var color = props.color,
@@ -14081,7 +14127,7 @@ var TriUp = function TriUp(props) {
14081
14127
  return /*#__PURE__*/React.createElement("span", {
14082
14128
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14083
14129
  }, /*#__PURE__*/React.createElement("style", {
14084
- children: loadingCircleStyle$4w
14130
+ children: loadingCircleStyle$4x
14085
14131
  }), /*#__PURE__*/React.createElement("svg", _extends({
14086
14132
  xmlns: "http://www.w3.org/2000/svg",
14087
14133
  width: size,
@@ -14113,7 +14159,7 @@ TriUp.defaultProps = {
14113
14159
  size: '16'
14114
14160
  };
14115
14161
 
14116
- var loadingCircleStyle$4x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14162
+ var loadingCircleStyle$4y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14117
14163
 
14118
14164
  var TriDown = function TriDown(props) {
14119
14165
  var color = props.color,
@@ -14127,7 +14173,7 @@ var TriDown = function TriDown(props) {
14127
14173
  return /*#__PURE__*/React.createElement("span", {
14128
14174
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14129
14175
  }, /*#__PURE__*/React.createElement("style", {
14130
- children: loadingCircleStyle$4x
14176
+ children: loadingCircleStyle$4y
14131
14177
  }), /*#__PURE__*/React.createElement("svg", _extends({
14132
14178
  xmlns: "http://www.w3.org/2000/svg",
14133
14179
  width: size,
@@ -14159,7 +14205,7 @@ TriDown.defaultProps = {
14159
14205
  size: '16'
14160
14206
  };
14161
14207
 
14162
- var loadingCircleStyle$4y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14208
+ 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 }';
14163
14209
 
14164
14210
  var DArrowL = function DArrowL(props) {
14165
14211
  var color = props.color,
@@ -14173,7 +14219,7 @@ var DArrowL = function DArrowL(props) {
14173
14219
  return /*#__PURE__*/React.createElement("span", {
14174
14220
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14175
14221
  }, /*#__PURE__*/React.createElement("style", {
14176
- children: loadingCircleStyle$4y
14222
+ children: loadingCircleStyle$4z
14177
14223
  }), /*#__PURE__*/React.createElement("svg", _extends({
14178
14224
  xmlns: "http://www.w3.org/2000/svg",
14179
14225
  width: size,
@@ -14207,7 +14253,7 @@ DArrowL.defaultProps = {
14207
14253
  size: '16'
14208
14254
  };
14209
14255
 
14210
- var loadingCircleStyle$4z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14256
+ 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 }';
14211
14257
 
14212
14258
  var DArrowR = function DArrowR(props) {
14213
14259
  var color = props.color,
@@ -14221,7 +14267,7 @@ var DArrowR = function DArrowR(props) {
14221
14267
  return /*#__PURE__*/React.createElement("span", {
14222
14268
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14223
14269
  }, /*#__PURE__*/React.createElement("style", {
14224
- children: loadingCircleStyle$4z
14270
+ children: loadingCircleStyle$4A
14225
14271
  }), /*#__PURE__*/React.createElement("svg", _extends({
14226
14272
  xmlns: "http://www.w3.org/2000/svg",
14227
14273
  width: size,
@@ -14255,7 +14301,7 @@ DArrowR.defaultProps = {
14255
14301
  size: '16'
14256
14302
  };
14257
14303
 
14258
- var loadingCircleStyle$4A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14304
+ 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 }';
14259
14305
 
14260
14306
  var DArrowT = function DArrowT(props) {
14261
14307
  var color = props.color,
@@ -14269,7 +14315,7 @@ var DArrowT = function DArrowT(props) {
14269
14315
  return /*#__PURE__*/React.createElement("span", {
14270
14316
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14271
14317
  }, /*#__PURE__*/React.createElement("style", {
14272
- children: loadingCircleStyle$4A
14318
+ children: loadingCircleStyle$4B
14273
14319
  }), /*#__PURE__*/React.createElement("svg", _extends({
14274
14320
  xmlns: "http://www.w3.org/2000/svg",
14275
14321
  width: size,
@@ -14303,7 +14349,7 @@ DArrowT.defaultProps = {
14303
14349
  size: '16'
14304
14350
  };
14305
14351
 
14306
- var loadingCircleStyle$4B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14352
+ 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 }';
14307
14353
 
14308
14354
  var DArrowB = function DArrowB(props) {
14309
14355
  var color = props.color,
@@ -14317,7 +14363,7 @@ var DArrowB = function DArrowB(props) {
14317
14363
  return /*#__PURE__*/React.createElement("span", {
14318
14364
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14319
14365
  }, /*#__PURE__*/React.createElement("style", {
14320
- children: loadingCircleStyle$4B
14366
+ children: loadingCircleStyle$4C
14321
14367
  }), /*#__PURE__*/React.createElement("svg", _extends({
14322
14368
  xmlns: "http://www.w3.org/2000/svg",
14323
14369
  width: size,
@@ -14351,7 +14397,7 @@ DArrowB.defaultProps = {
14351
14397
  size: '16'
14352
14398
  };
14353
14399
 
14354
- var loadingCircleStyle$4C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14400
+ var loadingCircleStyle$4D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14355
14401
 
14356
14402
  var DropDown = function DropDown(props) {
14357
14403
  var color = props.color,
@@ -14365,7 +14411,7 @@ var DropDown = function DropDown(props) {
14365
14411
  return /*#__PURE__*/React.createElement("span", {
14366
14412
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14367
14413
  }, /*#__PURE__*/React.createElement("style", {
14368
- children: loadingCircleStyle$4C
14414
+ children: loadingCircleStyle$4D
14369
14415
  }), /*#__PURE__*/React.createElement("svg", _extends({
14370
14416
  xmlns: "http://www.w3.org/2000/svg",
14371
14417
  width: size,
@@ -14397,7 +14443,7 @@ DropDown.defaultProps = {
14397
14443
  size: '16'
14398
14444
  };
14399
14445
 
14400
- var loadingCircleStyle$4D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14446
+ var loadingCircleStyle$4E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14401
14447
 
14402
14448
  var DropUp = function DropUp(props) {
14403
14449
  var color = props.color,
@@ -14411,7 +14457,7 @@ var DropUp = function DropUp(props) {
14411
14457
  return /*#__PURE__*/React.createElement("span", {
14412
14458
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14413
14459
  }, /*#__PURE__*/React.createElement("style", {
14414
- children: loadingCircleStyle$4D
14460
+ children: loadingCircleStyle$4E
14415
14461
  }), /*#__PURE__*/React.createElement("svg", _extends({
14416
14462
  xmlns: "http://www.w3.org/2000/svg",
14417
14463
  width: size,
@@ -14443,7 +14489,7 @@ DropUp.defaultProps = {
14443
14489
  size: '16'
14444
14490
  };
14445
14491
 
14446
- var loadingCircleStyle$4E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14492
+ var loadingCircleStyle$4F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14447
14493
 
14448
14494
  var More1 = function More1(props) {
14449
14495
  var color = props.color,
@@ -14457,7 +14503,7 @@ var More1 = function More1(props) {
14457
14503
  return /*#__PURE__*/React.createElement("span", {
14458
14504
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14459
14505
  }, /*#__PURE__*/React.createElement("style", {
14460
- children: loadingCircleStyle$4E
14506
+ children: loadingCircleStyle$4F
14461
14507
  }), /*#__PURE__*/React.createElement("svg", _extends({
14462
14508
  xmlns: "http://www.w3.org/2000/svg",
14463
14509
  width: size,
@@ -14489,7 +14535,7 @@ More1.defaultProps = {
14489
14535
  size: '16'
14490
14536
  };
14491
14537
 
14492
- var loadingCircleStyle$4F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14538
+ var loadingCircleStyle$4G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14493
14539
 
14494
14540
  var More2 = function More2(props) {
14495
14541
  var color = props.color,
@@ -14503,7 +14549,7 @@ var More2 = function More2(props) {
14503
14549
  return /*#__PURE__*/React.createElement("span", {
14504
14550
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14505
14551
  }, /*#__PURE__*/React.createElement("style", {
14506
- children: loadingCircleStyle$4F
14552
+ children: loadingCircleStyle$4G
14507
14553
  }), /*#__PURE__*/React.createElement("svg", _extends({
14508
14554
  xmlns: "http://www.w3.org/2000/svg",
14509
14555
  width: size,
@@ -14535,7 +14581,7 @@ More2.defaultProps = {
14535
14581
  size: '16'
14536
14582
  };
14537
14583
 
14538
- var loadingCircleStyle$4G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14584
+ 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 }';
14539
14585
 
14540
14586
  var Drag = function Drag(props) {
14541
14587
  var color = props.color,
@@ -14549,7 +14595,7 @@ var Drag = function Drag(props) {
14549
14595
  return /*#__PURE__*/React.createElement("span", {
14550
14596
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14551
14597
  }, /*#__PURE__*/React.createElement("style", {
14552
- children: loadingCircleStyle$4G
14598
+ children: loadingCircleStyle$4H
14553
14599
  }), /*#__PURE__*/React.createElement("svg", _extends({
14554
14600
  xmlns: "http://www.w3.org/2000/svg",
14555
14601
  width: size,
@@ -14591,7 +14637,7 @@ Drag.defaultProps = {
14591
14637
  size: '16'
14592
14638
  };
14593
14639
 
14594
- var loadingCircleStyle$4H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14640
+ 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 }';
14595
14641
 
14596
14642
  var Drag2 = function Drag2(props) {
14597
14643
  var color = props.color,
@@ -14605,7 +14651,7 @@ var Drag2 = function Drag2(props) {
14605
14651
  return /*#__PURE__*/React.createElement("span", {
14606
14652
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14607
14653
  }, /*#__PURE__*/React.createElement("style", {
14608
- children: loadingCircleStyle$4H
14654
+ children: loadingCircleStyle$4I
14609
14655
  }), /*#__PURE__*/React.createElement("svg", _extends({
14610
14656
  xmlns: "http://www.w3.org/2000/svg",
14611
14657
  width: size,
@@ -14641,7 +14687,7 @@ Drag2.defaultProps = {
14641
14687
  size: '16'
14642
14688
  };
14643
14689
 
14644
- var loadingCircleStyle$4I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14690
+ var loadingCircleStyle$4J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14645
14691
 
14646
14692
  var External = function External(props) {
14647
14693
  var color = props.color,
@@ -14655,7 +14701,7 @@ var External = function External(props) {
14655
14701
  return /*#__PURE__*/React.createElement("span", {
14656
14702
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14657
14703
  }, /*#__PURE__*/React.createElement("style", {
14658
- children: loadingCircleStyle$4I
14704
+ children: loadingCircleStyle$4J
14659
14705
  }), /*#__PURE__*/React.createElement("svg", _extends({
14660
14706
  xmlns: "http://www.w3.org/2000/svg",
14661
14707
  width: size,
@@ -14687,7 +14733,7 @@ External.defaultProps = {
14687
14733
  size: '16'
14688
14734
  };
14689
14735
 
14690
- var loadingCircleStyle$4J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14736
+ 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 }';
14691
14737
 
14692
14738
  var DisplayS = function DisplayS(props) {
14693
14739
  var color = props.color,
@@ -14701,7 +14747,7 @@ var DisplayS = function DisplayS(props) {
14701
14747
  return /*#__PURE__*/React.createElement("span", {
14702
14748
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14703
14749
  }, /*#__PURE__*/React.createElement("style", {
14704
- children: loadingCircleStyle$4J
14750
+ children: loadingCircleStyle$4K
14705
14751
  }), /*#__PURE__*/React.createElement("svg", _extends({
14706
14752
  xmlns: "http://www.w3.org/2000/svg",
14707
14753
  width: size,
@@ -14735,7 +14781,7 @@ DisplayS.defaultProps = {
14735
14781
  size: '16'
14736
14782
  };
14737
14783
 
14738
- var loadingCircleStyle$4K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14784
+ 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 }';
14739
14785
 
14740
14786
  var Share = function Share(props) {
14741
14787
  var color = props.color,
@@ -14749,7 +14795,7 @@ var Share = function Share(props) {
14749
14795
  return /*#__PURE__*/React.createElement("span", {
14750
14796
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14751
14797
  }, /*#__PURE__*/React.createElement("style", {
14752
- children: loadingCircleStyle$4K
14798
+ children: loadingCircleStyle$4L
14753
14799
  }), /*#__PURE__*/React.createElement("svg", _extends({
14754
14800
  xmlns: "http://www.w3.org/2000/svg",
14755
14801
  width: size,
@@ -14933,6 +14979,7 @@ exports.TaIndicator = Indicator;
14933
14979
  exports.TaIndicatorSm = IndicatorSm;
14934
14980
  exports.TaInfo = Info;
14935
14981
  exports.TaInfoFill = InfoFill;
14982
+ exports.TaInstall = Install;
14936
14983
  exports.TaLandscape = Landscape;
14937
14984
  exports.TaLanguage = Language;
14938
14985
  exports.TaLink = Link;