@tant/icons 1.0.26 → 1.0.27

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.
@@ -10604,7 +10604,7 @@ Subtract2.defaultProps = {
10604
10604
 
10605
10605
  var loadingCircleStyle$3t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10606
10606
 
10607
- var Report = function Report(props) {
10607
+ var Update = function Update(props) {
10608
10608
  var color = props.color,
10609
10609
  size = props.size,
10610
10610
  spin = props.spin,
@@ -10631,6 +10631,51 @@ var Report = function Report(props) {
10631
10631
  } : {}), {}, {
10632
10632
  cursor: 'pointer'
10633
10633
  })
10634
+ }), /*#__PURE__*/React.createElement("path", {
10635
+ d: "M5.463 4.433A9.961 9.961 0 0112 2c5.523 0 10 4.477 10 10 0 2.136-.67 4.116-1.81 5.74L17 12h3A8 8 0 006.46 6.228l-.997-1.795zm13.074 15.134A9.961 9.961 0 0112 22C6.477 22 2 17.523 2 12c0-2.136.67-4.116 1.81-5.74L7 12H4a8 8 0 0013.54 5.772l.997 1.795z"
10636
+ })));
10637
+ };
10638
+
10639
+ Update.propTypes = {
10640
+ spin: PropTypes.bool,
10641
+ color: PropTypes.string,
10642
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
10643
+ };
10644
+ Update.defaultProps = {
10645
+ spin: false,
10646
+ color: 'currentColor',
10647
+ size: '16'
10648
+ };
10649
+
10650
+ var loadingCircleStyle$3u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10651
+
10652
+ var Report = function Report(props) {
10653
+ var color = props.color,
10654
+ size = props.size,
10655
+ spin = props.spin,
10656
+ style = props.style,
10657
+ className = props.className,
10658
+ otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className"]);
10659
+
10660
+ return /*#__PURE__*/React.createElement("span", {
10661
+ className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10662
+ }, /*#__PURE__*/React.createElement("style", {
10663
+ children: loadingCircleStyle$3u
10664
+ }), /*#__PURE__*/React.createElement("svg", _extends({
10665
+ xmlns: "http://www.w3.org/2000/svg",
10666
+ width: size,
10667
+ height: size,
10668
+ viewBox: "0 0 24 24",
10669
+ fill: color
10670
+ }, otherProps, {
10671
+ style: _objectSpread2(_objectSpread2(_objectSpread2({}, style), spin ? {
10672
+ animationDuration: '1s',
10673
+ animationIterationCount: 'infinite',
10674
+ animationName: 'loadingCircle',
10675
+ animationTimingFunction: 'linear'
10676
+ } : {}), {}, {
10677
+ cursor: 'pointer'
10678
+ })
10634
10679
  }), /*#__PURE__*/React.createElement("path", {
10635
10680
  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"
10636
10681
  })));
@@ -10647,7 +10692,7 @@ Report.defaultProps = {
10647
10692
  size: '16'
10648
10693
  };
10649
10694
 
10650
- var loadingCircleStyle$3u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10695
+ var loadingCircleStyle$3v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10651
10696
 
10652
10697
  var ReportRemoval = function ReportRemoval(props) {
10653
10698
  var color = props.color,
@@ -10660,7 +10705,7 @@ var ReportRemoval = function ReportRemoval(props) {
10660
10705
  return /*#__PURE__*/React.createElement("span", {
10661
10706
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10662
10707
  }, /*#__PURE__*/React.createElement("style", {
10663
- children: loadingCircleStyle$3u
10708
+ children: loadingCircleStyle$3v
10664
10709
  }), /*#__PURE__*/React.createElement("svg", _extends({
10665
10710
  xmlns: "http://www.w3.org/2000/svg",
10666
10711
  width: size,
@@ -10700,7 +10745,7 @@ ReportRemoval.defaultProps = {
10700
10745
  size: '16'
10701
10746
  };
10702
10747
 
10703
- var loadingCircleStyle$3v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10748
+ var loadingCircleStyle$3w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10704
10749
 
10705
10750
  var FileAdd = function FileAdd(props) {
10706
10751
  var color = props.color,
@@ -10713,7 +10758,7 @@ var FileAdd = function FileAdd(props) {
10713
10758
  return /*#__PURE__*/React.createElement("span", {
10714
10759
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10715
10760
  }, /*#__PURE__*/React.createElement("style", {
10716
- children: loadingCircleStyle$3v
10761
+ children: loadingCircleStyle$3w
10717
10762
  }), /*#__PURE__*/React.createElement("svg", _extends({
10718
10763
  xmlns: "http://www.w3.org/2000/svg",
10719
10764
  width: size,
@@ -10745,7 +10790,7 @@ FileAdd.defaultProps = {
10745
10790
  size: '16'
10746
10791
  };
10747
10792
 
10748
- var loadingCircleStyle$3w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10793
+ var loadingCircleStyle$3x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10749
10794
 
10750
10795
  var FileRemove = function FileRemove(props) {
10751
10796
  var color = props.color,
@@ -10758,7 +10803,7 @@ var FileRemove = function FileRemove(props) {
10758
10803
  return /*#__PURE__*/React.createElement("span", {
10759
10804
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10760
10805
  }, /*#__PURE__*/React.createElement("style", {
10761
- children: loadingCircleStyle$3w
10806
+ children: loadingCircleStyle$3x
10762
10807
  }), /*#__PURE__*/React.createElement("svg", _extends({
10763
10808
  xmlns: "http://www.w3.org/2000/svg",
10764
10809
  width: size,
@@ -10792,7 +10837,7 @@ FileRemove.defaultProps = {
10792
10837
  size: '16'
10793
10838
  };
10794
10839
 
10795
- var loadingCircleStyle$3x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10840
+ var loadingCircleStyle$3y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10796
10841
 
10797
10842
  var FileExport = function FileExport(props) {
10798
10843
  var color = props.color,
@@ -10805,7 +10850,7 @@ var FileExport = function FileExport(props) {
10805
10850
  return /*#__PURE__*/React.createElement("span", {
10806
10851
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10807
10852
  }, /*#__PURE__*/React.createElement("style", {
10808
- children: loadingCircleStyle$3x
10853
+ children: loadingCircleStyle$3y
10809
10854
  }), /*#__PURE__*/React.createElement("svg", _extends({
10810
10855
  xmlns: "http://www.w3.org/2000/svg",
10811
10856
  width: size,
@@ -10837,7 +10882,7 @@ FileExport.defaultProps = {
10837
10882
  size: '16'
10838
10883
  };
10839
10884
 
10840
- var loadingCircleStyle$3y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10885
+ var loadingCircleStyle$3z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10841
10886
 
10842
10887
  var FileMove = function FileMove(props) {
10843
10888
  var color = props.color,
@@ -10850,7 +10895,7 @@ var FileMove = function FileMove(props) {
10850
10895
  return /*#__PURE__*/React.createElement("span", {
10851
10896
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10852
10897
  }, /*#__PURE__*/React.createElement("style", {
10853
- children: loadingCircleStyle$3y
10898
+ children: loadingCircleStyle$3z
10854
10899
  }), /*#__PURE__*/React.createElement("svg", _extends({
10855
10900
  xmlns: "http://www.w3.org/2000/svg",
10856
10901
  width: size,
@@ -10882,7 +10927,7 @@ FileMove.defaultProps = {
10882
10927
  size: '16'
10883
10928
  };
10884
10929
 
10885
- var loadingCircleStyle$3z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10930
+ var loadingCircleStyle$3A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10886
10931
 
10887
10932
  var FileImport = function FileImport(props) {
10888
10933
  var color = props.color,
@@ -10895,7 +10940,7 @@ var FileImport = function FileImport(props) {
10895
10940
  return /*#__PURE__*/React.createElement("span", {
10896
10941
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10897
10942
  }, /*#__PURE__*/React.createElement("style", {
10898
- children: loadingCircleStyle$3z
10943
+ children: loadingCircleStyle$3A
10899
10944
  }), /*#__PURE__*/React.createElement("svg", _extends({
10900
10945
  xmlns: "http://www.w3.org/2000/svg",
10901
10946
  width: size,
@@ -10927,7 +10972,7 @@ FileImport.defaultProps = {
10927
10972
  size: '16'
10928
10973
  };
10929
10974
 
10930
- var loadingCircleStyle$3A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10975
+ var loadingCircleStyle$3B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10931
10976
 
10932
10977
  var FileInfo = function FileInfo(props) {
10933
10978
  var color = props.color,
@@ -10940,7 +10985,7 @@ var FileInfo = function FileInfo(props) {
10940
10985
  return /*#__PURE__*/React.createElement("span", {
10941
10986
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10942
10987
  }, /*#__PURE__*/React.createElement("style", {
10943
- children: loadingCircleStyle$3A
10988
+ children: loadingCircleStyle$3B
10944
10989
  }), /*#__PURE__*/React.createElement("svg", _extends({
10945
10990
  xmlns: "http://www.w3.org/2000/svg",
10946
10991
  width: size,
@@ -10972,7 +11017,7 @@ FileInfo.defaultProps = {
10972
11017
  size: '16'
10973
11018
  };
10974
11019
 
10975
- var loadingCircleStyle$3B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11020
+ var loadingCircleStyle$3C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
10976
11021
 
10977
11022
  var FileConvert = function FileConvert(props) {
10978
11023
  var color = props.color,
@@ -10985,7 +11030,7 @@ var FileConvert = function FileConvert(props) {
10985
11030
  return /*#__PURE__*/React.createElement("span", {
10986
11031
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
10987
11032
  }, /*#__PURE__*/React.createElement("style", {
10988
- children: loadingCircleStyle$3B
11033
+ children: loadingCircleStyle$3C
10989
11034
  }), /*#__PURE__*/React.createElement("svg", _extends({
10990
11035
  xmlns: "http://www.w3.org/2000/svg",
10991
11036
  width: size,
@@ -11023,7 +11068,7 @@ FileConvert.defaultProps = {
11023
11068
  size: '16'
11024
11069
  };
11025
11070
 
11026
- var loadingCircleStyle$3C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11071
+ var loadingCircleStyle$3D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11027
11072
 
11028
11073
  var FileLock = function FileLock(props) {
11029
11074
  var color = props.color,
@@ -11036,7 +11081,7 @@ var FileLock = function FileLock(props) {
11036
11081
  return /*#__PURE__*/React.createElement("span", {
11037
11082
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11038
11083
  }, /*#__PURE__*/React.createElement("style", {
11039
- children: loadingCircleStyle$3C
11084
+ children: loadingCircleStyle$3D
11040
11085
  }), /*#__PURE__*/React.createElement("svg", _extends({
11041
11086
  xmlns: "http://www.w3.org/2000/svg",
11042
11087
  width: size,
@@ -11068,7 +11113,7 @@ FileLock.defaultProps = {
11068
11113
  size: '16'
11069
11114
  };
11070
11115
 
11071
- var loadingCircleStyle$3D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11116
+ var loadingCircleStyle$3E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11072
11117
 
11073
11118
  var Detail = function Detail(props) {
11074
11119
  var color = props.color,
@@ -11081,7 +11126,7 @@ var Detail = function Detail(props) {
11081
11126
  return /*#__PURE__*/React.createElement("span", {
11082
11127
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11083
11128
  }, /*#__PURE__*/React.createElement("style", {
11084
- children: loadingCircleStyle$3D
11129
+ children: loadingCircleStyle$3E
11085
11130
  }), /*#__PURE__*/React.createElement("svg", _extends({
11086
11131
  xmlns: "http://www.w3.org/2000/svg",
11087
11132
  width: size,
@@ -11113,7 +11158,7 @@ Detail.defaultProps = {
11113
11158
  size: '16'
11114
11159
  };
11115
11160
 
11116
- var loadingCircleStyle$3E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11161
+ var loadingCircleStyle$3F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11117
11162
 
11118
11163
  var MessageCenter = function MessageCenter(props) {
11119
11164
  var color = props.color,
@@ -11126,7 +11171,7 @@ var MessageCenter = function MessageCenter(props) {
11126
11171
  return /*#__PURE__*/React.createElement("span", {
11127
11172
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11128
11173
  }, /*#__PURE__*/React.createElement("style", {
11129
- children: loadingCircleStyle$3E
11174
+ children: loadingCircleStyle$3F
11130
11175
  }), /*#__PURE__*/React.createElement("svg", _extends({
11131
11176
  xmlns: "http://www.w3.org/2000/svg",
11132
11177
  width: size,
@@ -11166,7 +11211,7 @@ MessageCenter.defaultProps = {
11166
11211
  size: '16'
11167
11212
  };
11168
11213
 
11169
- var loadingCircleStyle$3F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11214
+ var loadingCircleStyle$3G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11170
11215
 
11171
11216
  var SystemMsg = function SystemMsg(props) {
11172
11217
  var color = props.color,
@@ -11179,7 +11224,7 @@ var SystemMsg = function SystemMsg(props) {
11179
11224
  return /*#__PURE__*/React.createElement("span", {
11180
11225
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11181
11226
  }, /*#__PURE__*/React.createElement("style", {
11182
- children: loadingCircleStyle$3F
11227
+ children: loadingCircleStyle$3G
11183
11228
  }), /*#__PURE__*/React.createElement("svg", _extends({
11184
11229
  xmlns: "http://www.w3.org/2000/svg",
11185
11230
  width: size,
@@ -11217,7 +11262,7 @@ SystemMsg.defaultProps = {
11217
11262
  size: '16'
11218
11263
  };
11219
11264
 
11220
- var loadingCircleStyle$3G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11265
+ var loadingCircleStyle$3H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11221
11266
 
11222
11267
  var Comment = function Comment(props) {
11223
11268
  var color = props.color,
@@ -11230,7 +11275,7 @@ var Comment = function Comment(props) {
11230
11275
  return /*#__PURE__*/React.createElement("span", {
11231
11276
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11232
11277
  }, /*#__PURE__*/React.createElement("style", {
11233
- children: loadingCircleStyle$3G
11278
+ children: loadingCircleStyle$3H
11234
11279
  }), /*#__PURE__*/React.createElement("svg", _extends({
11235
11280
  xmlns: "http://www.w3.org/2000/svg",
11236
11281
  width: size,
@@ -11266,7 +11311,7 @@ Comment.defaultProps = {
11266
11311
  size: '16'
11267
11312
  };
11268
11313
 
11269
- var loadingCircleStyle$3H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11314
+ var loadingCircleStyle$3I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11270
11315
 
11271
11316
  var Book = function Book(props) {
11272
11317
  var color = props.color,
@@ -11279,7 +11324,7 @@ var Book = function Book(props) {
11279
11324
  return /*#__PURE__*/React.createElement("span", {
11280
11325
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11281
11326
  }, /*#__PURE__*/React.createElement("style", {
11282
- children: loadingCircleStyle$3H
11327
+ children: loadingCircleStyle$3I
11283
11328
  }), /*#__PURE__*/React.createElement("svg", _extends({
11284
11329
  xmlns: "http://www.w3.org/2000/svg",
11285
11330
  width: size,
@@ -11311,7 +11356,7 @@ Book.defaultProps = {
11311
11356
  size: '16'
11312
11357
  };
11313
11358
 
11314
- var loadingCircleStyle$3I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11359
+ var loadingCircleStyle$3J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11315
11360
 
11316
11361
  var Book2 = function Book2(props) {
11317
11362
  var color = props.color,
@@ -11324,7 +11369,7 @@ var Book2 = function Book2(props) {
11324
11369
  return /*#__PURE__*/React.createElement("span", {
11325
11370
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11326
11371
  }, /*#__PURE__*/React.createElement("style", {
11327
- children: loadingCircleStyle$3I
11372
+ children: loadingCircleStyle$3J
11328
11373
  }), /*#__PURE__*/React.createElement("svg", _extends({
11329
11374
  xmlns: "http://www.w3.org/2000/svg",
11330
11375
  width: size,
@@ -11356,7 +11401,7 @@ Book2.defaultProps = {
11356
11401
  size: '16'
11357
11402
  };
11358
11403
 
11359
- var loadingCircleStyle$3J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11404
+ var loadingCircleStyle$3K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11360
11405
 
11361
11406
  var FilePdf = function FilePdf(props) {
11362
11407
  var color = props.color,
@@ -11369,7 +11414,7 @@ var FilePdf = function FilePdf(props) {
11369
11414
  return /*#__PURE__*/React.createElement("span", {
11370
11415
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11371
11416
  }, /*#__PURE__*/React.createElement("style", {
11372
- children: loadingCircleStyle$3J
11417
+ children: loadingCircleStyle$3K
11373
11418
  }), /*#__PURE__*/React.createElement("svg", _extends({
11374
11419
  xmlns: "http://www.w3.org/2000/svg",
11375
11420
  width: size,
@@ -11401,7 +11446,7 @@ FilePdf.defaultProps = {
11401
11446
  size: '16'
11402
11447
  };
11403
11448
 
11404
- var loadingCircleStyle$3K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11449
+ var loadingCircleStyle$3L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11405
11450
 
11406
11451
  var Sticker = function Sticker(props) {
11407
11452
  var color = props.color,
@@ -11414,7 +11459,7 @@ var Sticker = function Sticker(props) {
11414
11459
  return /*#__PURE__*/React.createElement("span", {
11415
11460
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11416
11461
  }, /*#__PURE__*/React.createElement("style", {
11417
- children: loadingCircleStyle$3K
11462
+ children: loadingCircleStyle$3L
11418
11463
  }), /*#__PURE__*/React.createElement("svg", _extends({
11419
11464
  xmlns: "http://www.w3.org/2000/svg",
11420
11465
  width: size,
@@ -11446,7 +11491,7 @@ Sticker.defaultProps = {
11446
11491
  size: '16'
11447
11492
  };
11448
11493
 
11449
- var loadingCircleStyle$3L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11494
+ var loadingCircleStyle$3M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11450
11495
 
11451
11496
  var StickerFill = function StickerFill(props) {
11452
11497
  var color = props.color,
@@ -11459,7 +11504,7 @@ var StickerFill = function StickerFill(props) {
11459
11504
  return /*#__PURE__*/React.createElement("span", {
11460
11505
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11461
11506
  }, /*#__PURE__*/React.createElement("style", {
11462
- children: loadingCircleStyle$3L
11507
+ children: loadingCircleStyle$3M
11463
11508
  }), /*#__PURE__*/React.createElement("svg", _extends({
11464
11509
  xmlns: "http://www.w3.org/2000/svg",
11465
11510
  width: size,
@@ -11491,7 +11536,7 @@ StickerFill.defaultProps = {
11491
11536
  size: '16'
11492
11537
  };
11493
11538
 
11494
- var loadingCircleStyle$3M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11539
+ var loadingCircleStyle$3N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11495
11540
 
11496
11541
  var EventSm = function EventSm(props) {
11497
11542
  var color = props.color,
@@ -11504,7 +11549,7 @@ var EventSm = function EventSm(props) {
11504
11549
  return /*#__PURE__*/React.createElement("span", {
11505
11550
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11506
11551
  }, /*#__PURE__*/React.createElement("style", {
11507
- children: loadingCircleStyle$3M
11552
+ children: loadingCircleStyle$3N
11508
11553
  }), /*#__PURE__*/React.createElement("svg", _extends({
11509
11554
  xmlns: "http://www.w3.org/2000/svg",
11510
11555
  width: size,
@@ -11536,7 +11581,7 @@ EventSm.defaultProps = {
11536
11581
  size: '16'
11537
11582
  };
11538
11583
 
11539
- var loadingCircleStyle$3N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11584
+ var loadingCircleStyle$3O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11540
11585
 
11541
11586
  var EPropertySm = function EPropertySm(props) {
11542
11587
  var color = props.color,
@@ -11549,7 +11594,7 @@ var EPropertySm = function EPropertySm(props) {
11549
11594
  return /*#__PURE__*/React.createElement("span", {
11550
11595
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11551
11596
  }, /*#__PURE__*/React.createElement("style", {
11552
- children: loadingCircleStyle$3N
11597
+ children: loadingCircleStyle$3O
11553
11598
  }), /*#__PURE__*/React.createElement("svg", _extends({
11554
11599
  xmlns: "http://www.w3.org/2000/svg",
11555
11600
  width: size,
@@ -11589,7 +11634,7 @@ EPropertySm.defaultProps = {
11589
11634
  size: '16'
11590
11635
  };
11591
11636
 
11592
- var loadingCircleStyle$3O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11637
+ var loadingCircleStyle$3P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11593
11638
 
11594
11639
  var UPropertySm = function UPropertySm(props) {
11595
11640
  var color = props.color,
@@ -11602,7 +11647,7 @@ var UPropertySm = function UPropertySm(props) {
11602
11647
  return /*#__PURE__*/React.createElement("span", {
11603
11648
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11604
11649
  }, /*#__PURE__*/React.createElement("style", {
11605
- children: loadingCircleStyle$3O
11650
+ children: loadingCircleStyle$3P
11606
11651
  }), /*#__PURE__*/React.createElement("svg", _extends({
11607
11652
  xmlns: "http://www.w3.org/2000/svg",
11608
11653
  width: size,
@@ -11642,7 +11687,7 @@ UPropertySm.defaultProps = {
11642
11687
  size: '16'
11643
11688
  };
11644
11689
 
11645
- var loadingCircleStyle$3P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11690
+ var loadingCircleStyle$3Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11646
11691
 
11647
11692
  var UGroupSm = function UGroupSm(props) {
11648
11693
  var color = props.color,
@@ -11655,7 +11700,7 @@ var UGroupSm = function UGroupSm(props) {
11655
11700
  return /*#__PURE__*/React.createElement("span", {
11656
11701
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11657
11702
  }, /*#__PURE__*/React.createElement("style", {
11658
- children: loadingCircleStyle$3P
11703
+ children: loadingCircleStyle$3Q
11659
11704
  }), /*#__PURE__*/React.createElement("svg", _extends({
11660
11705
  xmlns: "http://www.w3.org/2000/svg",
11661
11706
  width: size,
@@ -11701,7 +11746,7 @@ UGroupSm.defaultProps = {
11701
11746
  size: '16'
11702
11747
  };
11703
11748
 
11704
- var loadingCircleStyle$3Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11749
+ var loadingCircleStyle$3R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11705
11750
 
11706
11751
  var UTagSm = function UTagSm(props) {
11707
11752
  var color = props.color,
@@ -11714,7 +11759,7 @@ var UTagSm = function UTagSm(props) {
11714
11759
  return /*#__PURE__*/React.createElement("span", {
11715
11760
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11716
11761
  }, /*#__PURE__*/React.createElement("style", {
11717
- children: loadingCircleStyle$3Q
11762
+ children: loadingCircleStyle$3R
11718
11763
  }), /*#__PURE__*/React.createElement("svg", _extends({
11719
11764
  xmlns: "http://www.w3.org/2000/svg",
11720
11765
  width: size,
@@ -11750,7 +11795,7 @@ UTagSm.defaultProps = {
11750
11795
  size: '16'
11751
11796
  };
11752
11797
 
11753
- var loadingCircleStyle$3R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11798
+ var loadingCircleStyle$3S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11754
11799
 
11755
11800
  var AllGroupSm = function AllGroupSm(props) {
11756
11801
  var color = props.color,
@@ -11763,7 +11808,7 @@ var AllGroupSm = function AllGroupSm(props) {
11763
11808
  return /*#__PURE__*/React.createElement("span", {
11764
11809
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11765
11810
  }, /*#__PURE__*/React.createElement("style", {
11766
- children: loadingCircleStyle$3R
11811
+ children: loadingCircleStyle$3S
11767
11812
  }), /*#__PURE__*/React.createElement("svg", _extends({
11768
11813
  xmlns: "http://www.w3.org/2000/svg",
11769
11814
  width: size,
@@ -11801,7 +11846,7 @@ AllGroupSm.defaultProps = {
11801
11846
  size: '16'
11802
11847
  };
11803
11848
 
11804
- var loadingCircleStyle$3S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11849
+ var loadingCircleStyle$3T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11805
11850
 
11806
11851
  var CalendarSm = function CalendarSm(props) {
11807
11852
  var color = props.color,
@@ -11814,7 +11859,7 @@ var CalendarSm = function CalendarSm(props) {
11814
11859
  return /*#__PURE__*/React.createElement("span", {
11815
11860
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11816
11861
  }, /*#__PURE__*/React.createElement("style", {
11817
- children: loadingCircleStyle$3S
11862
+ children: loadingCircleStyle$3T
11818
11863
  }), /*#__PURE__*/React.createElement("svg", _extends({
11819
11864
  xmlns: "http://www.w3.org/2000/svg",
11820
11865
  width: size,
@@ -11846,7 +11891,7 @@ CalendarSm.defaultProps = {
11846
11891
  size: '16'
11847
11892
  };
11848
11893
 
11849
- var loadingCircleStyle$3T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11894
+ var loadingCircleStyle$3U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11850
11895
 
11851
11896
  var GroupAddSm = function GroupAddSm(props) {
11852
11897
  var color = props.color,
@@ -11859,7 +11904,7 @@ var GroupAddSm = function GroupAddSm(props) {
11859
11904
  return /*#__PURE__*/React.createElement("span", {
11860
11905
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11861
11906
  }, /*#__PURE__*/React.createElement("style", {
11862
- children: loadingCircleStyle$3T
11907
+ children: loadingCircleStyle$3U
11863
11908
  }), /*#__PURE__*/React.createElement("svg", _extends({
11864
11909
  xmlns: "http://www.w3.org/2000/svg",
11865
11910
  width: size,
@@ -11897,7 +11942,7 @@ GroupAddSm.defaultProps = {
11897
11942
  size: '16'
11898
11943
  };
11899
11944
 
11900
- var loadingCircleStyle$3U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11945
+ var loadingCircleStyle$3V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11901
11946
 
11902
11947
  var BooleanSm = function BooleanSm(props) {
11903
11948
  var color = props.color,
@@ -11910,7 +11955,7 @@ var BooleanSm = function BooleanSm(props) {
11910
11955
  return /*#__PURE__*/React.createElement("span", {
11911
11956
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11912
11957
  }, /*#__PURE__*/React.createElement("style", {
11913
- children: loadingCircleStyle$3U
11958
+ children: loadingCircleStyle$3V
11914
11959
  }), /*#__PURE__*/React.createElement("svg", _extends({
11915
11960
  xmlns: "http://www.w3.org/2000/svg",
11916
11961
  width: size,
@@ -11944,7 +11989,7 @@ BooleanSm.defaultProps = {
11944
11989
  size: '16'
11945
11990
  };
11946
11991
 
11947
- var loadingCircleStyle$3V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11992
+ var loadingCircleStyle$3W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
11948
11993
 
11949
11994
  var ListSm = function ListSm(props) {
11950
11995
  var color = props.color,
@@ -11957,7 +12002,7 @@ var ListSm = function ListSm(props) {
11957
12002
  return /*#__PURE__*/React.createElement("span", {
11958
12003
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11959
12004
  }, /*#__PURE__*/React.createElement("style", {
11960
- children: loadingCircleStyle$3V
12005
+ children: loadingCircleStyle$3W
11961
12006
  }), /*#__PURE__*/React.createElement("svg", _extends({
11962
12007
  xmlns: "http://www.w3.org/2000/svg",
11963
12008
  width: size,
@@ -11999,7 +12044,7 @@ ListSm.defaultProps = {
11999
12044
  size: '16'
12000
12045
  };
12001
12046
 
12002
- var loadingCircleStyle$3W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12047
+ var loadingCircleStyle$3X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12003
12048
 
12004
12049
  var ArrayRowsSm = function ArrayRowsSm(props) {
12005
12050
  var color = props.color,
@@ -12012,7 +12057,7 @@ var ArrayRowsSm = function ArrayRowsSm(props) {
12012
12057
  return /*#__PURE__*/React.createElement("span", {
12013
12058
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12014
12059
  }, /*#__PURE__*/React.createElement("style", {
12015
- children: loadingCircleStyle$3W
12060
+ children: loadingCircleStyle$3X
12016
12061
  }), /*#__PURE__*/React.createElement("svg", _extends({
12017
12062
  xmlns: "http://www.w3.org/2000/svg",
12018
12063
  width: size,
@@ -12046,7 +12091,7 @@ ArrayRowsSm.defaultProps = {
12046
12091
  size: '16'
12047
12092
  };
12048
12093
 
12049
- var loadingCircleStyle$3X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12094
+ var loadingCircleStyle$3Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12050
12095
 
12051
12096
  var RowsSm = function RowsSm(props) {
12052
12097
  var color = props.color,
@@ -12059,7 +12104,7 @@ var RowsSm = function RowsSm(props) {
12059
12104
  return /*#__PURE__*/React.createElement("span", {
12060
12105
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12061
12106
  }, /*#__PURE__*/React.createElement("style", {
12062
- children: loadingCircleStyle$3X
12107
+ children: loadingCircleStyle$3Y
12063
12108
  }), /*#__PURE__*/React.createElement("svg", _extends({
12064
12109
  xmlns: "http://www.w3.org/2000/svg",
12065
12110
  width: size,
@@ -12101,7 +12146,7 @@ RowsSm.defaultProps = {
12101
12146
  size: '16'
12102
12147
  };
12103
12148
 
12104
- var loadingCircleStyle$3Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12149
+ var loadingCircleStyle$3Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12105
12150
 
12106
12151
  var VPropertySm = function VPropertySm(props) {
12107
12152
  var color = props.color,
@@ -12114,7 +12159,7 @@ var VPropertySm = function VPropertySm(props) {
12114
12159
  return /*#__PURE__*/React.createElement("span", {
12115
12160
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12116
12161
  }, /*#__PURE__*/React.createElement("style", {
12117
- children: loadingCircleStyle$3Y
12162
+ children: loadingCircleStyle$3Z
12118
12163
  }), /*#__PURE__*/React.createElement("svg", _extends({
12119
12164
  xmlns: "http://www.w3.org/2000/svg",
12120
12165
  width: size,
@@ -12152,7 +12197,7 @@ VPropertySm.defaultProps = {
12152
12197
  size: '16'
12153
12198
  };
12154
12199
 
12155
- var loadingCircleStyle$3Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12200
+ var loadingCircleStyle$3_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12156
12201
 
12157
12202
  var StringSm = function StringSm(props) {
12158
12203
  var color = props.color,
@@ -12165,7 +12210,7 @@ var StringSm = function StringSm(props) {
12165
12210
  return /*#__PURE__*/React.createElement("span", {
12166
12211
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12167
12212
  }, /*#__PURE__*/React.createElement("style", {
12168
- children: loadingCircleStyle$3Z
12213
+ children: loadingCircleStyle$3_
12169
12214
  }), /*#__PURE__*/React.createElement("svg", _extends({
12170
12215
  xmlns: "http://www.w3.org/2000/svg",
12171
12216
  width: size,
@@ -12199,7 +12244,7 @@ StringSm.defaultProps = {
12199
12244
  size: '16'
12200
12245
  };
12201
12246
 
12202
- var loadingCircleStyle$3_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12247
+ var loadingCircleStyle$3$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12203
12248
 
12204
12249
  var NumSm = function NumSm(props) {
12205
12250
  var color = props.color,
@@ -12212,7 +12257,7 @@ var NumSm = function NumSm(props) {
12212
12257
  return /*#__PURE__*/React.createElement("span", {
12213
12258
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12214
12259
  }, /*#__PURE__*/React.createElement("style", {
12215
- children: loadingCircleStyle$3_
12260
+ children: loadingCircleStyle$3$
12216
12261
  }), /*#__PURE__*/React.createElement("svg", _extends({
12217
12262
  xmlns: "http://www.w3.org/2000/svg",
12218
12263
  width: size,
@@ -12246,7 +12291,7 @@ NumSm.defaultProps = {
12246
12291
  size: '16'
12247
12292
  };
12248
12293
 
12249
- var loadingCircleStyle$3$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12294
+ var loadingCircleStyle$40 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12250
12295
 
12251
12296
  var TimeSm = function TimeSm(props) {
12252
12297
  var color = props.color,
@@ -12259,7 +12304,7 @@ var TimeSm = function TimeSm(props) {
12259
12304
  return /*#__PURE__*/React.createElement("span", {
12260
12305
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12261
12306
  }, /*#__PURE__*/React.createElement("style", {
12262
- children: loadingCircleStyle$3$
12307
+ children: loadingCircleStyle$40
12263
12308
  }), /*#__PURE__*/React.createElement("svg", _extends({
12264
12309
  xmlns: "http://www.w3.org/2000/svg",
12265
12310
  width: size,
@@ -12293,7 +12338,7 @@ TimeSm.defaultProps = {
12293
12338
  size: '16'
12294
12339
  };
12295
12340
 
12296
- var loadingCircleStyle$40 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12341
+ var loadingCircleStyle$41 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12297
12342
 
12298
12343
  var ArrowLeft = function ArrowLeft(props) {
12299
12344
  var color = props.color,
@@ -12306,7 +12351,7 @@ var ArrowLeft = function ArrowLeft(props) {
12306
12351
  return /*#__PURE__*/React.createElement("span", {
12307
12352
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12308
12353
  }, /*#__PURE__*/React.createElement("style", {
12309
- children: loadingCircleStyle$40
12354
+ children: loadingCircleStyle$41
12310
12355
  }), /*#__PURE__*/React.createElement("svg", _extends({
12311
12356
  xmlns: "http://www.w3.org/2000/svg",
12312
12357
  width: size,
@@ -12338,7 +12383,7 @@ ArrowLeft.defaultProps = {
12338
12383
  size: '16'
12339
12384
  };
12340
12385
 
12341
- var loadingCircleStyle$41 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12386
+ var loadingCircleStyle$42 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12342
12387
 
12343
12388
  var ArrowRight = function ArrowRight(props) {
12344
12389
  var color = props.color,
@@ -12351,7 +12396,7 @@ var ArrowRight = function ArrowRight(props) {
12351
12396
  return /*#__PURE__*/React.createElement("span", {
12352
12397
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12353
12398
  }, /*#__PURE__*/React.createElement("style", {
12354
- children: loadingCircleStyle$41
12399
+ children: loadingCircleStyle$42
12355
12400
  }), /*#__PURE__*/React.createElement("svg", _extends({
12356
12401
  xmlns: "http://www.w3.org/2000/svg",
12357
12402
  width: size,
@@ -12383,7 +12428,7 @@ ArrowRight.defaultProps = {
12383
12428
  size: '16'
12384
12429
  };
12385
12430
 
12386
- var loadingCircleStyle$42 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12431
+ var loadingCircleStyle$43 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12387
12432
 
12388
12433
  var ArrowUp = function ArrowUp(props) {
12389
12434
  var color = props.color,
@@ -12396,7 +12441,7 @@ var ArrowUp = function ArrowUp(props) {
12396
12441
  return /*#__PURE__*/React.createElement("span", {
12397
12442
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12398
12443
  }, /*#__PURE__*/React.createElement("style", {
12399
- children: loadingCircleStyle$42
12444
+ children: loadingCircleStyle$43
12400
12445
  }), /*#__PURE__*/React.createElement("svg", _extends({
12401
12446
  xmlns: "http://www.w3.org/2000/svg",
12402
12447
  width: size,
@@ -12428,7 +12473,7 @@ ArrowUp.defaultProps = {
12428
12473
  size: '16'
12429
12474
  };
12430
12475
 
12431
- var loadingCircleStyle$43 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12476
+ var loadingCircleStyle$44 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12432
12477
 
12433
12478
  var ArrowDown = function ArrowDown(props) {
12434
12479
  var color = props.color,
@@ -12441,7 +12486,7 @@ var ArrowDown = function ArrowDown(props) {
12441
12486
  return /*#__PURE__*/React.createElement("span", {
12442
12487
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12443
12488
  }, /*#__PURE__*/React.createElement("style", {
12444
- children: loadingCircleStyle$43
12489
+ children: loadingCircleStyle$44
12445
12490
  }), /*#__PURE__*/React.createElement("svg", _extends({
12446
12491
  xmlns: "http://www.w3.org/2000/svg",
12447
12492
  width: size,
@@ -12473,7 +12518,7 @@ ArrowDown.defaultProps = {
12473
12518
  size: '16'
12474
12519
  };
12475
12520
 
12476
- var loadingCircleStyle$44 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12521
+ var loadingCircleStyle$45 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12477
12522
 
12478
12523
  var ArrowLeft2 = function ArrowLeft2(props) {
12479
12524
  var color = props.color,
@@ -12486,7 +12531,7 @@ var ArrowLeft2 = function ArrowLeft2(props) {
12486
12531
  return /*#__PURE__*/React.createElement("span", {
12487
12532
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12488
12533
  }, /*#__PURE__*/React.createElement("style", {
12489
- children: loadingCircleStyle$44
12534
+ children: loadingCircleStyle$45
12490
12535
  }), /*#__PURE__*/React.createElement("svg", _extends({
12491
12536
  xmlns: "http://www.w3.org/2000/svg",
12492
12537
  width: size,
@@ -12518,7 +12563,7 @@ ArrowLeft2.defaultProps = {
12518
12563
  size: '16'
12519
12564
  };
12520
12565
 
12521
- var loadingCircleStyle$45 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12566
+ var loadingCircleStyle$46 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12522
12567
 
12523
12568
  var ArrowRight2 = function ArrowRight2(props) {
12524
12569
  var color = props.color,
@@ -12531,7 +12576,7 @@ var ArrowRight2 = function ArrowRight2(props) {
12531
12576
  return /*#__PURE__*/React.createElement("span", {
12532
12577
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12533
12578
  }, /*#__PURE__*/React.createElement("style", {
12534
- children: loadingCircleStyle$45
12579
+ children: loadingCircleStyle$46
12535
12580
  }), /*#__PURE__*/React.createElement("svg", _extends({
12536
12581
  xmlns: "http://www.w3.org/2000/svg",
12537
12582
  width: size,
@@ -12563,7 +12608,7 @@ ArrowRight2.defaultProps = {
12563
12608
  size: '16'
12564
12609
  };
12565
12610
 
12566
- var loadingCircleStyle$46 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12611
+ var loadingCircleStyle$47 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12567
12612
 
12568
12613
  var ArrowUp2 = function ArrowUp2(props) {
12569
12614
  var color = props.color,
@@ -12576,7 +12621,7 @@ var ArrowUp2 = function ArrowUp2(props) {
12576
12621
  return /*#__PURE__*/React.createElement("span", {
12577
12622
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12578
12623
  }, /*#__PURE__*/React.createElement("style", {
12579
- children: loadingCircleStyle$46
12624
+ children: loadingCircleStyle$47
12580
12625
  }), /*#__PURE__*/React.createElement("svg", _extends({
12581
12626
  xmlns: "http://www.w3.org/2000/svg",
12582
12627
  width: size,
@@ -12608,7 +12653,7 @@ ArrowUp2.defaultProps = {
12608
12653
  size: '16'
12609
12654
  };
12610
12655
 
12611
- var loadingCircleStyle$47 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12656
+ var loadingCircleStyle$48 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12612
12657
 
12613
12658
  var ArrowDown2 = function ArrowDown2(props) {
12614
12659
  var color = props.color,
@@ -12621,7 +12666,7 @@ var ArrowDown2 = function ArrowDown2(props) {
12621
12666
  return /*#__PURE__*/React.createElement("span", {
12622
12667
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12623
12668
  }, /*#__PURE__*/React.createElement("style", {
12624
- children: loadingCircleStyle$47
12669
+ children: loadingCircleStyle$48
12625
12670
  }), /*#__PURE__*/React.createElement("svg", _extends({
12626
12671
  xmlns: "http://www.w3.org/2000/svg",
12627
12672
  width: size,
@@ -12653,7 +12698,7 @@ ArrowDown2.defaultProps = {
12653
12698
  size: '16'
12654
12699
  };
12655
12700
 
12656
- var loadingCircleStyle$48 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12701
+ var loadingCircleStyle$49 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12657
12702
 
12658
12703
  var TriLeft = function TriLeft(props) {
12659
12704
  var color = props.color,
@@ -12666,7 +12711,7 @@ var TriLeft = function TriLeft(props) {
12666
12711
  return /*#__PURE__*/React.createElement("span", {
12667
12712
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12668
12713
  }, /*#__PURE__*/React.createElement("style", {
12669
- children: loadingCircleStyle$48
12714
+ children: loadingCircleStyle$49
12670
12715
  }), /*#__PURE__*/React.createElement("svg", _extends({
12671
12716
  xmlns: "http://www.w3.org/2000/svg",
12672
12717
  width: size,
@@ -12698,7 +12743,7 @@ TriLeft.defaultProps = {
12698
12743
  size: '16'
12699
12744
  };
12700
12745
 
12701
- var loadingCircleStyle$49 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12746
+ var loadingCircleStyle$4a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12702
12747
 
12703
12748
  var TriRight = function TriRight(props) {
12704
12749
  var color = props.color,
@@ -12711,7 +12756,7 @@ var TriRight = function TriRight(props) {
12711
12756
  return /*#__PURE__*/React.createElement("span", {
12712
12757
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12713
12758
  }, /*#__PURE__*/React.createElement("style", {
12714
- children: loadingCircleStyle$49
12759
+ children: loadingCircleStyle$4a
12715
12760
  }), /*#__PURE__*/React.createElement("svg", _extends({
12716
12761
  xmlns: "http://www.w3.org/2000/svg",
12717
12762
  width: size,
@@ -12743,7 +12788,7 @@ TriRight.defaultProps = {
12743
12788
  size: '16'
12744
12789
  };
12745
12790
 
12746
- var loadingCircleStyle$4a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12791
+ var loadingCircleStyle$4b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12747
12792
 
12748
12793
  var TriUp = function TriUp(props) {
12749
12794
  var color = props.color,
@@ -12756,7 +12801,7 @@ var TriUp = function TriUp(props) {
12756
12801
  return /*#__PURE__*/React.createElement("span", {
12757
12802
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12758
12803
  }, /*#__PURE__*/React.createElement("style", {
12759
- children: loadingCircleStyle$4a
12804
+ children: loadingCircleStyle$4b
12760
12805
  }), /*#__PURE__*/React.createElement("svg", _extends({
12761
12806
  xmlns: "http://www.w3.org/2000/svg",
12762
12807
  width: size,
@@ -12788,7 +12833,7 @@ TriUp.defaultProps = {
12788
12833
  size: '16'
12789
12834
  };
12790
12835
 
12791
- var loadingCircleStyle$4b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12836
+ var loadingCircleStyle$4c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12792
12837
 
12793
12838
  var TriDown = function TriDown(props) {
12794
12839
  var color = props.color,
@@ -12801,7 +12846,7 @@ var TriDown = function TriDown(props) {
12801
12846
  return /*#__PURE__*/React.createElement("span", {
12802
12847
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12803
12848
  }, /*#__PURE__*/React.createElement("style", {
12804
- children: loadingCircleStyle$4b
12849
+ children: loadingCircleStyle$4c
12805
12850
  }), /*#__PURE__*/React.createElement("svg", _extends({
12806
12851
  xmlns: "http://www.w3.org/2000/svg",
12807
12852
  width: size,
@@ -12833,7 +12878,7 @@ TriDown.defaultProps = {
12833
12878
  size: '16'
12834
12879
  };
12835
12880
 
12836
- var loadingCircleStyle$4c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12881
+ var loadingCircleStyle$4d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12837
12882
 
12838
12883
  var DArrowL = function DArrowL(props) {
12839
12884
  var color = props.color,
@@ -12846,7 +12891,7 @@ var DArrowL = function DArrowL(props) {
12846
12891
  return /*#__PURE__*/React.createElement("span", {
12847
12892
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12848
12893
  }, /*#__PURE__*/React.createElement("style", {
12849
- children: loadingCircleStyle$4c
12894
+ children: loadingCircleStyle$4d
12850
12895
  }), /*#__PURE__*/React.createElement("svg", _extends({
12851
12896
  xmlns: "http://www.w3.org/2000/svg",
12852
12897
  width: size,
@@ -12880,7 +12925,7 @@ DArrowL.defaultProps = {
12880
12925
  size: '16'
12881
12926
  };
12882
12927
 
12883
- var loadingCircleStyle$4d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12928
+ var loadingCircleStyle$4e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12884
12929
 
12885
12930
  var DArrowR = function DArrowR(props) {
12886
12931
  var color = props.color,
@@ -12893,7 +12938,7 @@ var DArrowR = function DArrowR(props) {
12893
12938
  return /*#__PURE__*/React.createElement("span", {
12894
12939
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12895
12940
  }, /*#__PURE__*/React.createElement("style", {
12896
- children: loadingCircleStyle$4d
12941
+ children: loadingCircleStyle$4e
12897
12942
  }), /*#__PURE__*/React.createElement("svg", _extends({
12898
12943
  xmlns: "http://www.w3.org/2000/svg",
12899
12944
  width: size,
@@ -12927,7 +12972,7 @@ DArrowR.defaultProps = {
12927
12972
  size: '16'
12928
12973
  };
12929
12974
 
12930
- var loadingCircleStyle$4e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12975
+ var loadingCircleStyle$4f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12931
12976
 
12932
12977
  var DArrowT = function DArrowT(props) {
12933
12978
  var color = props.color,
@@ -12940,7 +12985,7 @@ var DArrowT = function DArrowT(props) {
12940
12985
  return /*#__PURE__*/React.createElement("span", {
12941
12986
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12942
12987
  }, /*#__PURE__*/React.createElement("style", {
12943
- children: loadingCircleStyle$4e
12988
+ children: loadingCircleStyle$4f
12944
12989
  }), /*#__PURE__*/React.createElement("svg", _extends({
12945
12990
  xmlns: "http://www.w3.org/2000/svg",
12946
12991
  width: size,
@@ -12974,7 +13019,7 @@ DArrowT.defaultProps = {
12974
13019
  size: '16'
12975
13020
  };
12976
13021
 
12977
- var loadingCircleStyle$4f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13022
+ var loadingCircleStyle$4g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
12978
13023
 
12979
13024
  var DArrowB = function DArrowB(props) {
12980
13025
  var color = props.color,
@@ -12987,7 +13032,7 @@ var DArrowB = function DArrowB(props) {
12987
13032
  return /*#__PURE__*/React.createElement("span", {
12988
13033
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12989
13034
  }, /*#__PURE__*/React.createElement("style", {
12990
- children: loadingCircleStyle$4f
13035
+ children: loadingCircleStyle$4g
12991
13036
  }), /*#__PURE__*/React.createElement("svg", _extends({
12992
13037
  xmlns: "http://www.w3.org/2000/svg",
12993
13038
  width: size,
@@ -13021,7 +13066,7 @@ DArrowB.defaultProps = {
13021
13066
  size: '16'
13022
13067
  };
13023
13068
 
13024
- var loadingCircleStyle$4g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13069
+ var loadingCircleStyle$4h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13025
13070
 
13026
13071
  var DropDown = function DropDown(props) {
13027
13072
  var color = props.color,
@@ -13034,7 +13079,7 @@ var DropDown = function DropDown(props) {
13034
13079
  return /*#__PURE__*/React.createElement("span", {
13035
13080
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13036
13081
  }, /*#__PURE__*/React.createElement("style", {
13037
- children: loadingCircleStyle$4g
13082
+ children: loadingCircleStyle$4h
13038
13083
  }), /*#__PURE__*/React.createElement("svg", _extends({
13039
13084
  xmlns: "http://www.w3.org/2000/svg",
13040
13085
  width: size,
@@ -13066,7 +13111,7 @@ DropDown.defaultProps = {
13066
13111
  size: '16'
13067
13112
  };
13068
13113
 
13069
- var loadingCircleStyle$4h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13114
+ var loadingCircleStyle$4i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13070
13115
 
13071
13116
  var DropUp = function DropUp(props) {
13072
13117
  var color = props.color,
@@ -13079,7 +13124,7 @@ var DropUp = function DropUp(props) {
13079
13124
  return /*#__PURE__*/React.createElement("span", {
13080
13125
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13081
13126
  }, /*#__PURE__*/React.createElement("style", {
13082
- children: loadingCircleStyle$4h
13127
+ children: loadingCircleStyle$4i
13083
13128
  }), /*#__PURE__*/React.createElement("svg", _extends({
13084
13129
  xmlns: "http://www.w3.org/2000/svg",
13085
13130
  width: size,
@@ -13111,7 +13156,7 @@ DropUp.defaultProps = {
13111
13156
  size: '16'
13112
13157
  };
13113
13158
 
13114
- var loadingCircleStyle$4i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13159
+ var loadingCircleStyle$4j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13115
13160
 
13116
13161
  var More1 = function More1(props) {
13117
13162
  var color = props.color,
@@ -13124,7 +13169,7 @@ var More1 = function More1(props) {
13124
13169
  return /*#__PURE__*/React.createElement("span", {
13125
13170
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13126
13171
  }, /*#__PURE__*/React.createElement("style", {
13127
- children: loadingCircleStyle$4i
13172
+ children: loadingCircleStyle$4j
13128
13173
  }), /*#__PURE__*/React.createElement("svg", _extends({
13129
13174
  xmlns: "http://www.w3.org/2000/svg",
13130
13175
  width: size,
@@ -13156,7 +13201,7 @@ More1.defaultProps = {
13156
13201
  size: '16'
13157
13202
  };
13158
13203
 
13159
- var loadingCircleStyle$4j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13204
+ var loadingCircleStyle$4k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13160
13205
 
13161
13206
  var More2 = function More2(props) {
13162
13207
  var color = props.color,
@@ -13169,7 +13214,7 @@ var More2 = function More2(props) {
13169
13214
  return /*#__PURE__*/React.createElement("span", {
13170
13215
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13171
13216
  }, /*#__PURE__*/React.createElement("style", {
13172
- children: loadingCircleStyle$4j
13217
+ children: loadingCircleStyle$4k
13173
13218
  }), /*#__PURE__*/React.createElement("svg", _extends({
13174
13219
  xmlns: "http://www.w3.org/2000/svg",
13175
13220
  width: size,
@@ -13201,7 +13246,7 @@ More2.defaultProps = {
13201
13246
  size: '16'
13202
13247
  };
13203
13248
 
13204
- var loadingCircleStyle$4k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13249
+ var loadingCircleStyle$4l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13205
13250
 
13206
13251
  var Drag = function Drag(props) {
13207
13252
  var color = props.color,
@@ -13214,7 +13259,7 @@ var Drag = function Drag(props) {
13214
13259
  return /*#__PURE__*/React.createElement("span", {
13215
13260
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13216
13261
  }, /*#__PURE__*/React.createElement("style", {
13217
- children: loadingCircleStyle$4k
13262
+ children: loadingCircleStyle$4l
13218
13263
  }), /*#__PURE__*/React.createElement("svg", _extends({
13219
13264
  xmlns: "http://www.w3.org/2000/svg",
13220
13265
  width: size,
@@ -13256,7 +13301,7 @@ Drag.defaultProps = {
13256
13301
  size: '16'
13257
13302
  };
13258
13303
 
13259
- var loadingCircleStyle$4l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13304
+ var loadingCircleStyle$4m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13260
13305
 
13261
13306
  var Drag2 = function Drag2(props) {
13262
13307
  var color = props.color,
@@ -13269,7 +13314,7 @@ var Drag2 = function Drag2(props) {
13269
13314
  return /*#__PURE__*/React.createElement("span", {
13270
13315
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13271
13316
  }, /*#__PURE__*/React.createElement("style", {
13272
- children: loadingCircleStyle$4l
13317
+ children: loadingCircleStyle$4m
13273
13318
  }), /*#__PURE__*/React.createElement("svg", _extends({
13274
13319
  xmlns: "http://www.w3.org/2000/svg",
13275
13320
  width: size,
@@ -13305,7 +13350,7 @@ Drag2.defaultProps = {
13305
13350
  size: '16'
13306
13351
  };
13307
13352
 
13308
- var loadingCircleStyle$4m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13353
+ var loadingCircleStyle$4n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13309
13354
 
13310
13355
  var External = function External(props) {
13311
13356
  var color = props.color,
@@ -13318,7 +13363,7 @@ var External = function External(props) {
13318
13363
  return /*#__PURE__*/React.createElement("span", {
13319
13364
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13320
13365
  }, /*#__PURE__*/React.createElement("style", {
13321
- children: loadingCircleStyle$4m
13366
+ children: loadingCircleStyle$4n
13322
13367
  }), /*#__PURE__*/React.createElement("svg", _extends({
13323
13368
  xmlns: "http://www.w3.org/2000/svg",
13324
13369
  width: size,
@@ -13350,7 +13395,7 @@ External.defaultProps = {
13350
13395
  size: '16'
13351
13396
  };
13352
13397
 
13353
- var loadingCircleStyle$4n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13398
+ var loadingCircleStyle$4o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13354
13399
 
13355
13400
  var DisplayS = function DisplayS(props) {
13356
13401
  var color = props.color,
@@ -13363,7 +13408,7 @@ var DisplayS = function DisplayS(props) {
13363
13408
  return /*#__PURE__*/React.createElement("span", {
13364
13409
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13365
13410
  }, /*#__PURE__*/React.createElement("style", {
13366
- children: loadingCircleStyle$4n
13411
+ children: loadingCircleStyle$4o
13367
13412
  }), /*#__PURE__*/React.createElement("svg", _extends({
13368
13413
  xmlns: "http://www.w3.org/2000/svg",
13369
13414
  width: size,
@@ -13397,7 +13442,7 @@ DisplayS.defaultProps = {
13397
13442
  size: '16'
13398
13443
  };
13399
13444
 
13400
- var loadingCircleStyle$4o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13445
+ var loadingCircleStyle$4p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13401
13446
 
13402
13447
  var Share = function Share(props) {
13403
13448
  var color = props.color,
@@ -13410,7 +13455,7 @@ var Share = function Share(props) {
13410
13455
  return /*#__PURE__*/React.createElement("span", {
13411
13456
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13412
13457
  }, /*#__PURE__*/React.createElement("style", {
13413
- children: loadingCircleStyle$4o
13458
+ children: loadingCircleStyle$4p
13414
13459
  }), /*#__PURE__*/React.createElement("svg", _extends({
13415
13460
  xmlns: "http://www.w3.org/2000/svg",
13416
13461
  width: size,
@@ -13442,7 +13487,7 @@ Share.defaultProps = {
13442
13487
  size: '16'
13443
13488
  };
13444
13489
 
13445
- var loadingCircleStyle$4p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13490
+ var loadingCircleStyle$4q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center }';
13446
13491
 
13447
13492
  var Placeholder = function Placeholder(props) {
13448
13493
  var color = props.color,
@@ -13455,7 +13500,7 @@ var Placeholder = function Placeholder(props) {
13455
13500
  return /*#__PURE__*/React.createElement("span", {
13456
13501
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13457
13502
  }, /*#__PURE__*/React.createElement("style", {
13458
- children: loadingCircleStyle$4p
13503
+ children: loadingCircleStyle$4q
13459
13504
  }), /*#__PURE__*/React.createElement("svg", _extends({
13460
13505
  xmlns: "http://www.w3.org/2000/svg",
13461
13506
  width: size,
@@ -13759,6 +13804,7 @@ exports.TaUPropertySm = UPropertySm;
13759
13804
  exports.TaUTag = UTag;
13760
13805
  exports.TaUTagSm = UTagSm;
13761
13806
  exports.TaUnlink = Unlink;
13807
+ exports.TaUpdate = Update;
13762
13808
  exports.TaUploadId = UploadId;
13763
13809
  exports.TaUsb = Usb;
13764
13810
  exports.TaUser1 = User1;